Changeset 1577

Show
Ignore:
Timestamp:
09/12/06 18:49:16 (2 years ago)
Author:
mbonetti
Message:

some more l10n stuff

Location:
trunk/gregarius
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/dashboard.php

    r1345 r1577  
    4040        } 
    4141    } 
    42         define ('MAGPIE_FETCH_TIME_OUT',2); 
     42    define ('MAGPIE_FETCH_TIME_OUT',2); 
    4343    define ('MAGPIE_CACHE_AGE', $magpieCacheAge); 
    4444    $rs = rss_query( 
  • trunk/gregarius/admin/index.php

    r1571 r1577  
    337337 
    338338function admin_title() { 
    339     $title = array("Admin"); 
     339    $title = array(__("Admin")); 
    340340    if (array_key_exists(CST_ADMIN_VIEW,$_REQUEST)) { 
    341341        $title[] = ucwords( 
  • trunk/gregarius/init.php

    r1576 r1577  
    115115// Localization 
    116116// 
    117 $lang = getConfig('rss.output.lang'); 
     117if (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 
    118123if (!preg_match('#^[a-zA-Z_]+$#', $lang)) { 
    119124    die('woopsie, bad lang: ' .$lang); 
  • trunk/gregarius/intl/he_IL/LC_MESSAGES/messages.po

    r1563 r1577  
    566566 
    567567#: 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!" 
     568msgid "<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!" 
    572572msgstr "אתה לא מוךשה לגשת למסך הניהול, אנא <a href=\"%s\">חזו׹</a>  למסך הךאשי" 
    573573