Changeset 5308 for trunk/language
- Timestamp:
- Mar 24, 2010, 2:43:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/templates/common.lang.php
r5207 r5308 146 146 $lang['calendar_any'] = 'All'; 147 147 $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'; 149 149 $lang['calendar_view'] = 'View'; 150 150 $lang['chronology_monthly_calendar'] = 'Monthly calendar'; … … 166 166 $lang['created on %s'] = 'created on %s'; 167 167 $lang['customize'] = 'Customize'; 168 $lang['customize_page_title'] = 'Your Gallery Customization 168 $lang['customize_page_title'] = 'Your Gallery Customization'; 169 169 $lang['day'][0] = 'Sunday'; 170 170 $lang['day'][1] = 'Monday'; … … 276 276 $lang['search_date_type'] = 'Kind of date'; 277 277 $lang['search_keywords'] = 'Search for words'; 278 $lang['search_mode_and'] = 'Search for all terms 278 $lang['search_mode_and'] = 'Search for all terms'; 279 279 $lang['search_mode_or'] = 'Search for any terms'; 280 280 $lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.'; … … 302 302 $lang['update_rate'] = 'Update your rating'; 303 303 $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 :'; 305 305 $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 :'; 309 309 $lang['upload_author'] = 'Author'; 310 310 $lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
Note: See TracChangeset
for help on using the changeset viewer.