Changeset 5308


Ignore:
Timestamp:
Mar 24, 2010, 2:43:18 PM (14 years ago)
Author:
plg
Message:

make the language key conversion comply with what's inside the code.

File:
1 edited

Legend:

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

    r5207 r5308  
    146146$lang['calendar_any'] = 'All';
    147147$lang['calendar_hint'] = 'display each day with pictures, month per month';
    148 $lang['calendar_picture_hint'] = 'display pictures added on ';
     148$lang['calendar_picture_hint'] = 'display pictures added on';
    149149$lang['calendar_view'] = 'View';
    150150$lang['chronology_monthly_calendar'] = 'Monthly calendar';
     
    166166$lang['created on %s'] = 'created on %s';
    167167$lang['customize'] = 'Customize';
    168 $lang['customize_page_title'] = 'Your Gallery Customization ';
     168$lang['customize_page_title'] = 'Your Gallery Customization';
    169169$lang['day'][0] = 'Sunday';
    170170$lang['day'][1] = 'Monday';
     
    276276$lang['search_date_type'] = 'Kind of date';
    277277$lang['search_keywords'] = 'Search for words';
    278 $lang['search_mode_and'] = 'Search for all terms ';
     278$lang['search_mode_and'] = 'Search for all terms';
    279279$lang['search_mode_or'] = 'Search for any terms';
    280280$lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.';
     
    302302$lang['update_rate'] = 'Update your rating';
    303303$lang['update_wrong_dirname'] = 'wrong filename';
    304 $lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
     304$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed :';
    305305$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
    306 $lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
    307 $lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
    308 $lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
     306$lang['upload_advise_height'] = 'the height of the picture must not exceed :';
     307$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to';
     308$lang['upload_advise_width'] = 'the width of the picture must not exceed :';
    309309$lang['upload_author'] = 'Author';
    310310$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
Note: See TracChangeset for help on using the changeset viewer.