Changeset 1754 for trunk/template


Ignore:
Timestamp:
Jan 25, 2007, 3:56:51 AM (18 years ago)
Author:
rvelices
Message:

some more language cleanup

Location:
trunk/template/yoga
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin.tpl

    r1727 r1754  
    22<div id="menubar">
    33  <dl>
    4     <dt>{lang:links}</dt>
     4    <dt>{lang:Links}</dt>
    55    <dd>
    66      <ul>
  • trunk/template/yoga/admin/cat_list.tpl

    r1734 r1754  
    2222
    2323      <ul class="categoryActions">
    24         <li><a href="{categories.category.U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li>
     24        <li><a href="{categories.category.U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to category}" /></a></li>
    2525        <li><a href="{categories.category.U_EDIT}" title="{lang:edit category informations}"><img src="{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li>
    2626        <!-- BEGIN elements -->
  • trunk/template/yoga/admin/cat_modify.tpl

    r1500 r1754  
    1010
    1111<ul class="categoryActions">
    12   <li><a href="{U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li>
     12  <li><a href="{U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to category}" /></a></li>
    1313  <!-- BEGIN elements -->
    1414  <li><a href="{elements.URL}" title="{lang:manage category elements}"><img src="{themeconf:icon_dir}/category_elements.png" class="button" alt="{lang:elements}" /></a></li>
  • trunk/template/yoga/admin/element_set_global.tpl

    r1727 r1754  
    9090   
    9191    <tr>
    92       <td>{lang:author}</td>
     92      <td>{lang:Author}</td>
    9393      <td>
    9494        <input type="radio" name="author_action" value="leave" checked="checked" /> {lang:leave}
     
    110110
    111111    <tr>
    112       <td>{lang:creation date}</td>
     112      <td>{lang:Creation date}</td>
    113113      <td>
    114114        <input type="radio" name="date_creation_action" value="leave" checked="checked" /> {lang:leave}
  • trunk/template/yoga/admin/picture_modify.tpl

    r1652 r1754  
    66<ul class="categoryActions">
    77  <!-- BEGIN jumpto -->
    8   <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li>
     8  <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to image}" /></a></li>
    99  <!-- END jumpto -->
    1010  <li><a href="{U_SYNC}" title="{lang:synchronize metadata}" {TAG_INPUT_ENABLED}><img src="{themeconf:icon_dir}/sync_metadata.png" class="button" alt="{lang:synchronize}" /></a></li>
  • trunk/template/yoga/admin/waiting.tpl

    r1294 r1754  
    55  <table style="width:100%;" >
    66    <tr class="throw">
    7       <th style="width:20%;">{L_CATEGORY}</th>
    8       <th style="width:20%;">{L_DATE}</th>
    9       <th style="width:20%;">{L_FILE}</th>
    10       <th style="width:20%;">{L_THUMBNAIL}</th>
    11       <th style="width:20%;">{L_AUTHOR}</th>
     7      <th style="width:20%;">{lang:category}</th>
     8      <th style="width:20%;">{lang:date}</th>
     9      <th style="width:20%;">{lang:file}</th>
     10      <th style="width:20%;">{lang:thumbnail}</th>
     11      <th style="width:20%;">{lang:Author}</th>
    1212      <th style="width:1px;">&nbsp;</th>
    1313    </tr>
Note: See TracChangeset for help on using the changeset viewer.