source: extensions/Photos/language/en_UK/plugin.lang.php @ 8713

Last change on this file since 8713 was 8713, checked in by ddtddt, 13 years ago

[extensions] - Photos - update common

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
Line 
1<?php
2//common
3$lang['%d new image'] = '%d new photo';
4$lang['%d new images'] = '%d new photos';
5$lang['add this image to your favorites'] = 'add this photo to your favorites';
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";
8$lang['delete this image from your favorites'] = 'delete this photo from your favorites';
9$lang['display my favorites pictures'] = 'display your favorites photos';
10$lang['display most visited pictures'] = 'display most visited photos';
11$lang['Rate this picture'] = 'Rate this photo';
12$lang['Random pictures'] = 'Random photos';
13$lang['display a set of random pictures'] = 'display a set of random photos';
14$lang['Recent pictures'] = 'Recent photos';
15$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";
25$lang['Complete RSS feed (images, comments)'] = 'Complete RSS feed (photos, comments)';
26$lang['Image only RSS feed'] = 'Photos only RSS feed';
27$lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.';
28$lang['Maximum height of the pictures'] = 'Maximum photo height';
29$lang['Maximum width of the pictures'] = 'Maximum photo width';
30$lang['display all elements in all sub-albums'] = 'display all photos in all sub-albums';
31$lang['The number of images per row must be a not null scalar'] = 'The number of photos per row must be a not null scalar';
32$lang['Number of images per row'] = 'Number of photos per row';
33$lang['Elements posted within the last %d day.'] = 'Photos posted within the last %d day.';
34$lang['Elements posted within the last %d days.'] = 'Photos posted within the last %d days.';
35$lang['picture'] = 'photo';
36$lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition';
37
38
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
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";
70
71?>
Note: See TracBrowser for help on using the repository browser.