Changeset 11699 for extensions/stripped_black_bloc/language
- Timestamp:
- Jul 10, 2011, 4:36:46 PM (13 years ago)
- Location:
- extensions/stripped_black_bloc/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_black_bloc/language/en_UK/theme.lang.php
r11696 r11699 1 1 <?php 2 2 3 $lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Configuration Page'; 3 4 $lang['Page'] = 'Page'; 5 $lang['Displaying options'] = "Display options"; 6 $lang['Width of columns'] = "Width of columns"; 7 $lang['Width of thumbnails'] = "Width of thumbnails"; 8 $lang['it need to be inferior than the width of columns'] = "it needs to be strictly inferior than the width of columns"; 9 $lang['The thumbnails can be generated by the theme'] = "The thumbnails can be generated by the theme"; 10 $lang['option thumbnail generated'] = "generate all the thumbnails : they will have all the same width, the \"Width of thumbnails\", with respect to the original proportions"; 11 $lang['option thumbnail auto'] = "generate only the thumbnails with a width lower than that indicated in \"Width of thumbnails\" : it allows you to generate by Piwigo thumbnails much larger to have a variation of height (much more attractive)"; 12 $lang['option thumbnail piwigo'] = "generate nothing: thumbnails will be the ones of Piwigo"; 4 13 ?> -
extensions/stripped_black_bloc/language/fr_FR/theme.lang.php
r11696 r11699 1 1 <?php 2 2 3 $lang['Stripped & Columns Theme Configuration'] = 'Stripped & Columns, Page de configuration'; 3 4 $lang['Page'] = 'Page'; 5 $lang['Displaying options'] = "Options d'affichage"; 6 $lang['Width of columns'] = "Largeur des colonnes"; 7 $lang['Width of thumbnails'] = "Largeur des miniatures"; 8 $lang['it need to be inferior than the width of columns'] = "cette largeur doit être strictement inférieure à celle des colonnes"; 9 $lang['The thumbnails can be generated by the theme'] = "Les miniatures peuvent être générées par le thème"; 10 $lang['option thumbnail generated'] = "générer toutes les miniatures : elles auront toutes la largeur indiquée dans \"Largeur des miniatures\" avec les proportions d'origines conservées"; 11 $lang['option thumbnail auto'] = "générer uniquement les miniatures ayant une largeur inférieure à celle indiquée dans \"Largeur des miniatures\" : cela permet notamment de générer par Piwigo des miniatures plus grosses pour avoir une variation de hauteur"; 12 $lang['option thumbnail piwigo'] = "ne rien générer : les miniatures seront celles de Piwigo"; 4 13 ?>
Note: See TracChangeset
for help on using the changeset viewer.