Ignore:
Timestamp:
Mar 2, 2010, 3:54:22 PM (14 years ago)
Author:
nikrou
Message:

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/history.tpl

    r3283 r5021  
    1717  <legend>{'Filter'|@translate}</legend>
    1818  <ul>
    19     <li><label>{'search_date_from'|@translate}</label></li>
     19    <li><label>{'Date'|@translate}</label></li>
    2020    <li>
    2121      <select id="start_day" name="start_day">
     
    3333  </ul>
    3434  <ul>
    35     <li><label>{'search_date_to'|@translate}</label></li>
     35    <li><label>{'End-Date'|@translate}</label></li>
    3636    <li>
    3737      <select id="end_day" name="end_day">
     
    107107<tr class="throw">
    108108  <th>{'Date'|@translate}</th>
    109   <th>{'time'|@translate}</th>
    110   <th>{'user'|@translate}</th>
     109  <th>{'Time'|@translate}</th>
     110  <th>{'User'|@translate}</th>
    111111  <th>{'IP'|@translate}</th>
    112   <th>{'image'|@translate}</th>
     112  <th>{'Element'|@translate}</th>
    113113  <th>{'Element type'|@translate}</th>
    114   <th>{'section'|@translate}</th>
    115   <th>{'category'|@translate}</th>
    116   <th>{'tags'|@translate}</th>
     114  <th>{'Section'|@translate}</th>
     115  <th>{'Category'|@translate}</th>
     116  <th>{'Tags'|@translate}</th>
    117117</tr>
    118118{if !empty($search_results) }
Note: See TracChangeset for help on using the changeset viewer.