Changeset 1800 for trunk/language
- Timestamp:
- Feb 11, 2007, 12:09:37 AM (18 years ago)
- Location:
- trunk/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/en_UK.iso-8859-1/common.lang.php
r1769 r1800 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 6PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | branch : BSF (Best So Far) … … 490 490 $lang['maxwidth'] = 'Maximum width of the pictures'; 491 491 $lang['maxwidth_error'] = 'Maximum width must be a number superior to 50'; 492 $lang['flat_ cat_hint'] = 'flat display elements of categories and sub-categories';492 $lang['flat_hint'] = 'flat display elements of categories and sub-categories'; 493 493 $lang['start_filter_hint'] = 'displays only recent elements'; 494 494 $lang['stop_filter_hint'] = 'return to display all elements'; -
trunk/language/fr_FR.iso-8859-1/common.lang.php
r1769 r1800 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 6PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | branch : BSF (Best So Far) … … 490 490 $lang['maxwidth'] = 'Largeur maximum des images'; 491 491 $lang['maxwidth_error'] = 'La largeur des images doit être supérieure à 50'; 492 $lang['flat_ cat_hint'] = 'affiche à plat les éléments des catégories et des sous-catégories';492 $lang['flat_hint'] = 'affiche à plat les éléments des catégories et des sous-catégories'; 493 493 $lang['start_filter_hint'] = 'afficher que les éléments récents'; 494 494 $lang['stop_filter_hint'] = 'retourner à l\'affichage de tous les éléments';
Note: See TracChangeset
for help on using the changeset viewer.