Changeset 1577
- Timestamp:
- 09/12/06 18:49:16 (2 years ago)
- Location:
- trunk/gregarius
- Files:
-
- 4 modified
-
admin/dashboard.php (modified) (1 diff)
-
admin/index.php (modified) (1 diff)
-
init.php (modified) (1 diff)
-
intl/he_IL/LC_MESSAGES/messages.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/admin/dashboard.php
r1345 r1577 40 40 } 41 41 } 42 define ('MAGPIE_FETCH_TIME_OUT',2);42 define ('MAGPIE_FETCH_TIME_OUT',2); 43 43 define ('MAGPIE_CACHE_AGE', $magpieCacheAge); 44 44 $rs = rss_query( -
trunk/gregarius/admin/index.php
r1571 r1577 337 337 338 338 function admin_title() { 339 $title = array( "Admin");339 $title = array(__("Admin")); 340 340 if (array_key_exists(CST_ADMIN_VIEW,$_REQUEST)) { 341 341 $title[] = ucwords( -
trunk/gregarius/init.php
r1576 r1577 115 115 // Localization 116 116 // 117 $lang = getConfig('rss.output.lang'); 117 if (isset($_GET['lang']) && preg_match('#^[a-z]{2}_[A-Z]{2}$#',$_GET['lang'])) { 118 $lang=$_GET['lang']; 119 }else { 120 $lang = getConfig('rss.output.lang'); 121 } 122 118 123 if (!preg_match('#^[a-zA-Z_]+$#', $lang)) { 119 124 die('woopsie, bad lang: ' .$lang); -
trunk/gregarius/intl/he_IL/LC_MESSAGES/messages.po
r1563 r1577 566 566 567 567 #: LBL_ADMIN_ERROR_NOT_AUTHORIZED 568 msgid "<h1>Not Authorized!</h1> 569 You are not authorized to access the administration interface. 570 Please follow <a href=\"%s\">this link</a> back to the main page. 571 Have a nice day!"568 msgid "<h1>Not Authorized!</h1>" 569 "You are not authorized to access the administration interface." 570 "Please follow <a href=\"%s\">this link</a> back to the main page." 571 "Have a nice day!" 572 572 msgstr "××ª× ×× ×××š×©× ××שת ×××¡× ×× ××××, ×× × <a href=\"%s\">×××ך</a> ×××¡× ×ך×ש×" 573 573
