Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1650

Přidáno uživatelem David Raška před asi 12 roky(ů)

Upravy:
- odstraneni nastaveni upozorneni a presmerovani na strance Seznamu clenu na bile listine
- pridani napovedy k nastaveni upozorneni

Zobrazit rozdíly:

freenetis/branches/testing/application/i18n/cs_CZ/help.php
'monitoring_server_ip_address' => 'Jedná se o IP adresu počítače, na kterém běží skript freenetis-monitor. IP adresa se používá pro omezení přístupu na vstupní/výstupní data.',
'multiple_dropdown' => 'Více hodnot lze vybrat označení myší se stiknutou klávesou CTRL.',
'never_redirect' => 'Zapnete-li tuto volbu, pak nebude možné tuto IP adresu nikdy přesměrovat běžným přesměrováním. Toto je vhodné zejména pro významné partnery jako jsou úřady, školy atd.',
'notification_settings' => 'Na této stránce můžete nastavit přesměrování a posílání zpráv členům.<br>Aktivovat - povolit přesměrování nebo odeslání zprávy členovi.<br>Beze změny - neměnit nastavení přesměrování nebo zakázání posílání zpráv.<br>Deaktivovat - zakázat přesměrování člena.<br>Text v políčku komentář nahradí tag {comment} v SMS a E-mailové zprávě.',
'old_upgrade_system' => 'Zastaralý systém pro zvýšení databáze detekován, řešení lze nalézt v <a href="http://wiki.freenetis.org/index.php/Automatická_změna_struktury_databáze#P.C5.99echod_ze_star.C5.A1.C3.AD_verze_mechanismu">dokumentaci</a>.',
'other_subaccounts' => 'Ostatní podúčty jsou vlastně již všechny ostatní používané účty ve Freenetisu, které se vnitřně nijak nedělí. Jde například o účet přijatých členských příspěvků nebo pokladny a tak dále. Freenetis pochopitelně nevyužívá celou účetní osnovu ČR, vzhledem k charakteru občanského sdružení.',
'password' => 'Uživatelské heslo musí obsahovat alespoň 8 znaků a musí obsahovat alespoň jedno písmeno nebo číslici.',
freenetis/branches/testing/application/i18n/en_US/help.php
'member_name' => 'Fill in the case of adding an organization. If you connect a regular member, as the final name of the member uses his name and surname.',
'multiple_dropdown' => 'More values can be selected by mouse with triggered CTRL key.',
'never_redirect' => 'When you turn on this option, it is not possible to redirect an IP address never ordinary redirection. This is particularly suitable for major partners such as offices, schools, etc.',
'notification_settings' => 'On this page you can set redirection and sending messages to members.<br>Activate - enable redirection or sending messages to member.<br>Without change - don\'t change redirection setting or disable sending messages.<br>Deactivate - disable redirection for member.<br>Text in comment field will replace {comment} tag in SMS and E-mail message.',
'old_upgrade_system' => 'Old upgrade system detected, please see <a href="http://wiki.freenetis.org/index.php/Automatická_změna_struktury_databáze#P.C5.99echod_ze_star.C5.A1.C3.AD_verze_mechanismu">documentation</a> for solution.',
'other_subaccounts' => 'Other sub-accounts are in fact already used by all other accounts in Freenetisu that no internally dividing. These include the account taken of contributions or the box office and so on. Freenetis obviously does not use a chart of accounts Republic, given the nature of the civic association.',
'password' => 'User password must contain at least 8 characters and contain at least one letter or number.',
freenetis/branches/testing/application/controllers/notifications.php
$view->content = new View('show_all');
$view->content->headline = $headline;
$view->content->table = $grid;
$view->content->status_message_info = url_lang::lang('help.notification_settings');
$view->render(TRUE);
}
else
freenetis/branches/testing/application/controllers/js.php
$this->notification_activate();
}
private function _js_notifications()
private function _js_notifications_cloud()
{
$this->notification_activate();
}
private function _js_notifications_member()
{
$this->notification_activate();
}
private function _js_notifications_members()
{
$this->notification_activate();
}
private function _js_notifications_subnet()
{
$this->notification_activate();
}
private function _js_registration()
{
$this->address_point_streets();
freenetis/branches/testing/application/views/show_all.php
<?php
echo "<h2>$headline</h2>";
if (isset($status_message_info))
echo '<br/><div class="status_message_info">'.$status_message_info.'</div>';
if (isset($link_back))
echo "<br/>$link_back<br/>";

Také k dispozici: Unified diff