Changeset 5535


Ignore:
Timestamp:
Apr 1, 2010, 4:14:21 PM (14 years ago)
Author:
plg
Message:

Fix missing keys: some keys have been removed by mistake during the massive
key conversion.

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/cat_modify.tpl

    r5335 r5535  
    1515  {if isset($U_MANAGE_ELEMENTS) }
    1616  <li><a href="{$U_MANAGE_ELEMENTS}" title="{'elements'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li>
    17   <li><a href="{$U_MANAGE_RANKS}" title="{'ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" alt="{'ranks'|@translate}"></a></li>
     17  <li><a href="{$U_MANAGE_RANKS}" title="{'manage image ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" alt="{'ranks'|@translate}"></a></li>
    1818  {/if}
    1919  <li><a href="{$U_CHILDREN}" title="{'sub-categories'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-categories'|@translate}"></a></li>
  • trunk/admin/themes/default/template/upgrade.tpl

    r5257 r5535  
    125125
    126126{if isset($upgrade)}
    127 <h2>{'Upgrade from %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2>
     127<h2>{'Upgrade from version %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2>
    128128
    129129<p><b>{'Statistics'|@translate}</b></p>
  • trunk/feed.php

    r5196 r5535  
    8181  if ( empty($feed_row) )
    8282  {
    83     page_not_found('Unknown/missing feed identifier');
     83    page_not_found(l10n('Unknown feed identifier'));
    8484  }
    8585  if ($feed_row['user_id']!=$user['id'])
  • trunk/language/en_UK/admin.lang.php

    r5526 r5535  
    127127$lang['New parent category'] = "New parent category";
    128128$lang['New tag'] = "New tag";
    129 $lang['No tag defined. Use Administration>Pictures>Tags'] = "No tag defined. Use Administration>Pictures>Tags";
    130129$lang['Number of comments per page'] = "Number of comments per page";
    131130$lang['Number of rates'] = "Number of rates";
     
    336335$lang['Available only with HTML format'] = "Available only with HTML format";
    337336$lang['no write access'] = "no write access";
    338 $lang['path'] = "path";
    339337$lang['Permissions'] = "Permissions";
    340338$lang['private'] = "private";
     
    355353$lang['test'] = "test";
    356354$lang['test this remote site'] = "test this remote site";
    357 $lang['Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"'] = "Remote site url must start by http or https and must only contain characters among \"/\", \"a-zA-Z0-9\", \"-\" or \"_\"";
    358355$lang['remove tags'] = "remove tags";
    359356$lang['Repair and optimize database'] = "Repair and optimize database";
     
    671668$lang['unknown'] = 'unknown';
    672669
    673 $lang['Upload Form'] = 'Upload Form';
    674670$lang['Upload Photos'] = 'Upload Photos';
    675671$lang['Drop into category'] = 'Drop into category';
  • trunk/language/en_UK/common.lang.php

    r5500 r5535  
    146146$lang['All'] = "All";
    147147$lang['display each day with pictures, month per month'] = "display each day with pictures, month per month";
    148 $lang['display pictures added on'] = "display pictures added on";
    149148$lang['View'] = "View";
    150149$lang['chronology_monthly_calendar'] = "Monthly calendar";
     
    312311$lang['A picture\'s name already used'] = "this picture name is already used";
    313312$lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image";
    314 $lang['You can\'t upload pictures in this category'] = "You cannot upload pictures in this category";
    315313$lang['Name of the picture'] = "Picture name";
    316314$lang['Upload a picture'] = "Upload a picture";
     
    325323$lang['Comment: %s'] = "Comment: %s";
    326324$lang['Delete: %s'] = "Delete: %s";
    327 $lang['Validate: %s'] = "Validate: %s";
    328325$lang['Comment by %s'] = "Comment by %s";
    329326$lang['User: %s'] = "User: %s";
  • trunk/language/en_UK/install.lang.php

    r5408 r5535  
    3737$lang['Can\'t connect to server'] = "Cannot connect to server";
    3838$lang['The next step of the installation is now possible'] = "The next step of the installation is now possible";
    39 $lang['next step'] = "next step";
    4039$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)";
    4140$lang['Database type'] = "Database type";
  • trunk/themes/default/template/index.tpl

    r5095 r5535  
    2020
    2121      {if isset($U_CADDIE) }
    22       <li><a href="{$U_CADDIE}" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
     22      <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>
    2323      {/if}
    2424
  • trunk/themes/default/template/menubar_identification.tpl

    r5095 r5535  
    77        <ul>
    88        {if isset($U_REGISTER)}
    9         <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
     9        <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
    1010        {/if}
    1111
     
    1919
    2020        {if isset($U_PROFILE)}
    21         <li><a href="{$U_PROFILE}" title="{'Customize'|@translate}">{'Customize'|@translate}</a></li>
     21        <li><a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{'Customize'|@translate}</a></li>
    2222        {/if}
    2323
    2424        {if isset($U_ADMIN)}
    25         <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li>
     25        <li><a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a></li>
    2626        {/if}
    2727        </ul>
     
    5353                <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    5454                {if isset($U_REGISTER)}
    55                 <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
     55                <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
    5656                {/if}
    5757        </ul>
  • trunk/themes/default/template/picture.tpl

    r5500 r5535  
    5050    {/if}
    5151    {if isset($current.U_DOWNLOAD) }
    52       <a href="{$current.U_DOWNLOAD}" title="{'download'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
     52      <a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>
    5353    {/if}
    5454    {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
     
    5757    {/if}
    5858    {if !empty($U_SET_AS_REPRESENTATIVE) }
    59       <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
     59      <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>
    6060    {/if}
    6161    {if isset($U_ADMIN) }
     
    7979}{/literal}
    8080</script>
    81       <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>
     81      <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>
    8282    {/if}{*caddie management END*}
    8383  </div>
  • trunk/themes/default/template/tags.tpl

    r5178 r5535  
    44                <ul class="categoryActions">
    55                {if $display_mode == 'letters'}
    6                         <li><a href="{$U_CLOUD}" title="{'cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>
     6                        <li><a href="{$U_CLOUD}" title="{'show tag cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>
    77                {/if}
    88
    99                {if $display_mode == 'cloud'}
    10                         <li><a href="{$U_LETTERS}" title="{'letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>
     10                        <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>
    1111                {/if}
    1212
  • trunk/tools/convert_language_to_2.1.pl

    r5315 r5535  
    4343
    4444my %remove_keys = (
     45    common => {
     46        'You can\'t upload pictures in this category' => '',
     47        'display pictures added on' => '',
     48    },
    4549    admin => {
    4650        'nbm_content_goto_2' => '',
    4751        'nbm_content_hello_2' => '',
    4852        'nbm_redirect_msg' => '',
     53
     54        'username' => '',
     55        'No tag defined. Use Administration>Pictures>Tags' => '',
     56        'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' => '',
     57        'path' => '',
    4958    },
    5059    upgrade => {
  • trunk/tools/missing_keys.pl

    r5510 r5535  
    5858    'chronology_monthly_list' => '',
    5959    'chronology_weekly_list' => '',
     60    'public' => '',
     61    'private' => '',
     62    'none' => '',
     63    'other' => '',
     64    'high' => '',
     65    'Waiting page: %s' => '',
    6066);
    6167
Note: See TracChangeset for help on using the changeset viewer.