Ignore:
Timestamp:
Mar 8, 2008, 2:38:37 AM (16 years ago)
Author:
rvelices
Message:
  • upload.tpl goes smarty
  • start some language cleanup and a small attempt to standardize a bit ...
  • debug_language now calls trigger_error instead of echo when missing language key
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/common.lang.php

    r2251 r2265  
    4444$lang['%d hit'] = '%d hit';
    4545$lang['%d hits'] = '%d hits';
    46 $lang['%d new element'] = '%d new element';
    47 $lang['%d new elements'] = '%d new elements';
     46$lang['%d new element'] = '%d new image';
     47$lang['%d new elements'] = '%d new images';
    4848$lang['%d new user'] = '%d new user';
    4949$lang['%d new users'] = '%d new users';
    50 $lang['%d picture are also linked to current tags'] = '%d picture is also linked to current tags';
    51 $lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
    5250$lang['%d waiting element'] = '%d waiting element';
    5351$lang['%d waiting elements'] = '%d waiting elements';
     
    119117$lang['Search'] = 'Search';
    120118$lang['See available tags'] = 'See available tags';
    121 $lang['See pictures linked to this tag only'] = 'See pictures linked to this tag only';
    122119$lang['Send new password'] = 'Send new password';
    123120$lang['Since'] = 'Since';
     
    136133$lang['access_forbiden'] = 'You are not authorized to access the requested page';
    137134$lang['add to caddie'] = 'add to caddie';
    138 $lang['add_favorites_alt'] = 'Add to favorites';
    139 $lang['add_favorites_hint'] = 'Add this picture to your favorites';
     135$lang['add_favorites_hint'] = 'add this image to your favorites';
    140136$lang['admin'] = 'Administration';
    141137$lang['adviser_mode_enabled'] = 'Adviser mode enabled';
     
    184180$lang['day'][5] = 'Friday';
    185181$lang['day'][6] = 'Saturday';
    186 $lang['days'] = 'days';
    187182$lang['default_sort'] = 'Default';
    188 $lang['del_favorites_alt'] = 'Delete from favorites';
    189 $lang['del_favorites_hint'] = 'Delete this picture from your favorites';
     183$lang['del_favorites_hint'] = 'delete this image from your favorites';
    190184$lang['delete'] = 'Delete';
    191185$lang['descending'] = 'descending';
     
    211205$lang['home'] = 'Home';
    212206$lang['home_hint'] = 'Back to the home page';
    213 $lang['ident_title'] = 'ident_title';
    214207$lang['identification'] = 'Identification';
    215 $lang['image_available'] = '%d image';
    216 $lang['images_available'] = '%d images';
    217208$lang['images_available_cpl'] = 'in this category';
    218209$lang['images_available_cat'] = 'in %d sub-category';
     
    257248$lang['new_rate'] = 'Rate this picture';
    258249$lang['next_page'] = 'Next';
    259 $lang['no'] = 'No';
     250/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'No' */ $lang['no'] = 'no';
    260251$lang['no_category'] = 'Home';
    261252$lang['no_rate'] = 'no rate';
    262 $lang['note_filter_day'] = 'Only displays elements posted within the last %s day.';
    263 $lang['note_filter_days'] = 'Only displays elements posted within the last %s days.';
     253$lang['note_filter_day'] = 'Only displays elements posted within the last %d day.';
     254$lang['note_filter_days'] = 'Only displays elements posted within the last %d days.';
    264255$lang['password updated'] = 'password updated';
    265256$lang['periods_error'] = 'Recent period must be a positive integer value';
    266 $lang['picture'] = 'picture';
     257/* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'picture';
    267258$lang['picture_high'] = 'Click on the picture to see it in high definition';
    268259$lang['picture_show_metadata'] = 'Show file metadata';
    269 $lang['pictures'] = 'pictures';
    270260$lang['powered_by'] = 'Powered by';
    271261$lang['preferences'] = 'Preferences';
     
    275265$lang['recent_cats_cat'] = 'Recent categories';
    276266$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
    277 $lang['recent_image'] = 'Images within the';
    278267$lang['recent_period'] = 'Recent period';
    279268$lang['recent_pics_cat'] = 'Recent pictures';
     
    292281$lang['remove this tag'] = 'remove this tag from the list';
    293282$lang['representative'] = 'representative';
    294 $lang['reset'] = 'Reset';
     283/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Reset' */ $lang['reset'] = 'reset';
    295284$lang['return to homepage'] = 'return to homepage';
    296285$lang['search'] = 'Search';
     
    318307$lang['special_categories'] = 'Specials';
    319308$lang['sql_queries_in'] = 'SQL queries in';
    320 $lang['start_filter_hint'] = 'displays only recently posted elements';
    321 $lang['stop_filter_hint'] = 'return to the display of all elements';
    322 $lang['submit'] = 'Submit';
     309$lang['start_filter_hint'] = 'displays only recently posted images';
     310$lang['stop_filter_hint'] = 'return to the display of all images';
     311/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Submit' */ $lang['submit'] = 'submit';
    323312$lang['the beginning'] = 'the beginning';
    324313$lang['theme'] = 'Interface theme';
     
    328317$lang['title_send_mail'] = 'A comment on your site';
    329318$lang['today'] = 'today';
    330 $lang['total'] = 'images';
    331319$lang['update_rate'] = 'Update your rating';
    332320$lang['update_wrong_dirname'] = 'wrong filename';
     
    339327$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
    340328$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
    341 $lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
    342329$lang['upload_err_username'] = 'the username must be given';
    343330$lang['upload_file_exists'] = 'A picture\'s name already used';
     
    348335$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
    349336$lang['upload_title'] = 'Upload a picture';
    350 $lang['upload_username'] = 'Username';
    351337$lang['useful when password forgotten'] = 'useful when password forgotten';
    352 $lang['w_month'] = 'Month';
    353 $lang['yes'] = 'Yes';
     338/* DEPRECATED TO REMOVE AFTER ALL TEMPLATE CHANGE USE 'Yes' */ $lang['yes'] = 'yes';
    354339$lang['page_end'] = 'Page bottom';
    355340$lang['qsearch'] = 'Quick search';
     
    385370$lang['inc_period'] = 'Increase waiting between pictures';
    386371$lang['dec_period'] = 'Decrease waiting between pictures';
    387 
     372$lang['Submit'] = 'Submit';
     373$lang['Yes'] = 'Yes';
     374$lang['No'] = 'No';
     375$lang['%d element']='%d image';
     376$lang['%d elements']='%d images';
     377$lang['%d element are also linked to current tags'] = '%d image is also linked to current tags';
     378$lang['%d elements are also linked to current tags'] = '%d images are also linked to current tags';
     379$lang['See elements linked to this tag only'] = 'See images linked to this tag only';
     380$lang['elements posted during the last %d days'] = 'images posted during the last %d days';
    388381?>
Note: See TracChangeset for help on using the changeset viewer.