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

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

[extensions] - Photos - add admin part step1

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 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
26/*-*/$lang['shows images at the root of this album'] = 'montre les photos à la racine de cette catégorie';
27//
28$lang['picture'] = 'photo';
29$lang['Click on the picture to see it in high definition'] = 'Cliquer sur la photo pour la visualiser en haute définition';
30$lang['The number of images per row must be a not null scalar'] = 'Le nombre de photos par ligne doit être un entier non nul';
31$lang['Maximum height of the pictures'] = 'Hauteur maximum des photos';
32$lang['Maximum height must be a number superior to 50'] = 'La hauteur maximum des photos doit être supérieure à 50';
33$lang['Maximum width of the pictures'] = 'Largeur maximum des photos';
34$lang['Maximum width must be a number superior to 50'] = 'La largeur des photos doit être supérieure à 50';
35$lang['Complete RSS feed (images, comments)'] = 'Flux RSS complet (photos, commentaires)';
36$lang['Image only RSS feed'] = 'Flux RSS des photos uniquement';
37$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.';
38$lang['the filesize of the picture must not exceed :'] = 'le poids de la photo ne doit pas dépasser : ';
39$lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de la photo doit être jpg, png ou gif';
40$lang['the height of the picture must not exceed :'] = 'la hauteur de la photo ne doit pas dépasser : ';
41$lang['the width of the picture must not exceed :'] = 'la largeur de la photo ne doit pas dépasser : ';
42$lang['Name of the picture'] = 'Nom de la photo';
43$lang['Upload a picture'] = 'Ajouter une photo';
44$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';
45$lang['Picture name: %s'] = 'Nom de la photo : %s';
46$lang['Picture uploaded by %s'] = 'Photo téléchargée par %s';
47$lang['Choose an image'] = 'Choisir une photo à ajouter';
48$lang['Some info about this picture'] = "Informations sur cette photo";
49$lang['Some more (technical) info about this picture'] = "Informations (techniques) sur cette photo";
50
51//Admin
52$lang['Select at least one picture']= 'Select at least one photo';
53$lang['elements per page'] = 'photos per page';
54$lang['first element added on %s'] = 'first photo added on %s';
55$lang['jump to image'] = "jump to album"; // ??
56$lang['Include display of recent pictures group by dates'] = "Include display of recent photos grouped by dates";
57$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = "display maximum information (added albums and photos, deleted albums and photos)";
58$lang['elements deleted in the database'] = "photos deleted from the database";
59$lang['elements added in the database'] = "photos added in the database";
60$lang['elements updated in the database'] = "photos updated in the database";
61$lang['even already synchronized elements'] = "even already synchronized photos";
62$lang['add new elements to caddie'] = "add new photos to caddie";
63$lang['manage image ranks'] = "manage photo ranks";
64$lang['Manage image ranks'] = "Manage photo ranks";
65
66?>
Note: See TracBrowser for help on using the repository browser.