Ignore:
Timestamp:
Aug 24, 2009, 1:18:40 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro překlad rozhraní.

¨

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Base/System.php

    r69 r75  
    193193    return((float)$Usec + (float)$Sec);
    194194  }
     195
     196  function Translate($Text)
     197  {
     198    global $Translation;
     199
     200    if(array_key_exists($Text, $Translation)) return($Translation[$Text]);
     201      else return('#'.$Text);
     202  }
    195203}
    196204
Note: See TracChangeset for help on using the changeset viewer.