Changeset 8736 for extensions/Photos
- Timestamp:
- Jan 18, 2011, 3:47:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Photos/language/en_UK/plugin.lang.php
r8713 r8736 1 1 <?php 2 // common2 // common 3 3 $lang['%d new image'] = '%d new photo'; 4 4 $lang['%d new images'] = '%d new photos'; 5 5 $lang['add this image to your favorites'] = 'add this photo to your favorites'; 6 6 $lang['display best rated items'] = 'display best rated photos'; 7 $lang['display each day with pictures, month per month'] = "display each day with photos, month per month";7 $lang['display each day with pictures, month per month'] = 'display each day with photos, month per month'; 8 8 $lang['delete this image from your favorites'] = 'delete this photo from your favorites'; 9 9 $lang['display my favorites pictures'] = 'display your favorites photos'; 10 $lang['shows images at the root of this album'] = 'display this album'; 10 11 $lang['display most visited pictures'] = 'display most visited photos'; 11 12 $lang['Rate this picture'] = 'Rate this photo'; … … 14 15 $lang['Recent pictures'] = 'Recent photos'; 15 16 $lang['display most recent pictures'] = 'display most recent photos'; 16 $lang['display only recently posted images'] = "display only recently posted photos";17 $lang['return to the display of all images'] = "return to the display of all photos";18 $lang['%d image'] ='%d photo';19 $lang['%d images'] ='%d photos';20 $lang['%d image is also linked to current tags'] = "%d photo is also linked to current tags";21 $lang['%d images are also linked to current tags'] = "%d photos are also linked to current tags";22 $lang['See images linked to this tag only'] = "display photos linked to this tag";23 $lang['images posted during the last %d days'] = "photos posted during the last %d days";24 $lang['delete all images from your favorites'] = "delete all photos from your favorites";17 $lang['display only recently posted images'] = 'display only recently posted photos'; 18 $lang['return to the display of all images'] = 'return to the display of all photos'; 19 $lang['%d image'] = '%d photo'; 20 $lang['%d images'] = '%d photos'; 21 $lang['%d image is also linked to current tags'] = '%d photo is also linked to current tags'; 22 $lang['%d images are also linked to current tags'] = '%d photos are also linked to current tags'; 23 $lang['See images linked to this tag only'] = 'display photos linked to this tag'; 24 $lang['images posted during the last %d days'] = 'photos posted during the last %d days'; 25 $lang['delete all images from your favorites'] = 'delete all photos from your favorites'; 25 26 $lang['Complete RSS feed (images, comments)'] = 'Complete RSS feed (photos, comments)'; 26 27 $lang['Image only RSS feed'] = 'Photos only RSS feed'; … … 36 37 $lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition'; 37 38 39 // admin 40 $lang['Edit all picture informations'] = 'Edit photo information'; 41 $lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates'; 42 $lang['Link all album elements to a new album'] = 'Link all album photos to a new album'; 43 $lang['Link all album elements to some existing albums'] = 'Link all album photos to some existing albums'; 44 $lang['Manage image ranks'] = 'Manage photo ranks'; 45 $lang['New elements added'] = 'New photos added'; 46 $lang['New elements were added'] = 'New photos were added'; 47 $lang['No element in this album'] = 'No photo in this album'; 48 $lang['Select at least one picture'] = 'Select at least one photo'; 49 $lang['Update images informations'] = 'Update photos information'; 50 $lang['Use the default image sort order (defined in the configuration file)'] = 'Use the default photo sort order (defined in the configuration file)'; 51 $lang['add new elements to caddie'] = 'add new photos to caddie'; 52 $lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)'; 53 $lang['elements added in the database'] = 'photos added in the database'; 54 $lang['elements deleted in the database'] = 'photos deleted from the database'; 55 $lang['elements per page'] = 'photos per page'; 56 $lang['elements updated in the database'] = 'photos updated in the database'; 57 $lang['even already synchronized elements'] = 'even already synchronized photos'; 58 $lang['first element added on %s'] = 'first photo added on %s'; 59 $lang['images candidates for metadata synchronization'] = 'photos candidates for metadata synchronization'; 60 $lang['jump to image'] = 'jump to photo'; 61 $lang['manage image ranks'] = 'manage photo ranks'; 38 62 39 //40 $lang['Maximum height must be a number superior to 50'] = 'La hauteur maximum des photos doit être supérieure à 50';41 $lang['Maximum width must be a number superior to 50'] = 'La largeur des photos doit être supérieure à 50';42 $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'Le flux RSS notifie les événements de la galerie : nouvelles photos, catégories mises à jour, nouveaux commentaires utilisateurs. À utiliser avec un lecteur de flux RSS.';43 $lang['the filesize of the picture must not exceed :'] = 'le poids de la photo ne doit pas dépasser : ';44 $lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de la photo doit être jpg, png ou gif';45 $lang['the height of the picture must not exceed :'] = 'la hauteur de la photo ne doit pas dépasser : ';46 $lang['the width of the picture must not exceed :'] = 'la largeur de la photo ne doit pas dépasser : ';47 $lang['Name of the picture'] = 'Nom de la photo';48 $lang['Upload a picture'] = 'Ajouter une photo';49 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Photo ajoutée avec succès, un administrateur la validera dès que possible';50 $lang['Picture name: %s'] = 'Nom de la photo : %s';51 $lang['Picture uploaded by %s'] = 'Photo téléchargée par %s';52 $lang['Choose an image'] = 'Choisir une photo à ajouter';53 $lang['Some info about this picture'] = "Informations sur cette photo";54 $lang['Some more (technical) info about this picture'] = "Informations (techniques) sur cette photo";55 63 56 //Admin 57 $lang['Select at least one picture']= 'Select at least one photo'; 58 $lang['elements per page'] = 'photos per page'; 59 $lang['first element added on %s'] = 'first photo added on %s'; 60 $lang['jump to image'] = "jump to album"; // ?? 61 $lang['Include display of recent pictures group by dates'] = "Include display of recent photos grouped by dates"; 62 $lang['display maximum informations (added albums and elements, deleted albums and elements)'] = "display maximum information (added albums and photos, deleted albums and photos)"; 63 $lang['elements deleted in the database'] = "photos deleted from the database"; 64 $lang['elements added in the database'] = "photos added in the database"; 65 $lang['elements updated in the database'] = "photos updated in the database"; 66 $lang['even already synchronized elements'] = "even already synchronized photos"; 67 $lang['add new elements to caddie'] = "add new photos to caddie"; 68 $lang['manage image ranks'] = "manage photo ranks"; 69 $lang['Manage image ranks'] = "Manage photo ranks"; 64 $lang['manage album photos'] = 'manage album elements'; 65 $lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations'; 66 $lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata'; 67 $lang['number of miniaturized pictures'] = 'number of miniaturized photos'; 68 $lang['Picture informations updated'] = 'Photo informations updated'; 69 $lang['Picture unreachable or no support'] = 'Photo unreachable or no support'; 70 $lang['pictures without thumbnail (jpeg and png only)'] = 'photos without thumbnail (jpeg and png only)'; 71 $lang['Random picture'] = 'Random photo'; 70 72 71 73 ?>
Note: See TracChangeset
for help on using the changeset viewer.