aboutsummaryrefslogtreecommitdiffstats
path: root/tools/photos.lang.php
blob: f65deeda0bb225021cac54e3ac0f59c398cbbe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?php
// common
$lang['%d new image'] = '%d new photo';
$lang['%d new images'] = '%d new photos';
$lang['add this image to your favorites'] = 'add this photo to your favorites';
$lang['display best rated items'] = 'display best rated photos';
$lang['display each day with pictures, month per month'] = 'display each day with photos, month per month';
$lang['delete this image from your favorites'] = 'delete this photo from your favorites';
$lang['display my favorites pictures'] = 'display your favorites photos';
$lang['shows images at the root of this album'] = 'display this album';
$lang['display most visited pictures'] = 'display most visited photos';
$lang['Rate this picture'] = 'Rate this photo';
$lang['Random pictures'] = 'Random photos';
$lang['display a set of random pictures'] = 'display a set of random photos';
$lang['Recent pictures'] = 'Recent photos';
$lang['display most recent pictures'] = 'display most recent photos';
$lang['display only recently posted images'] = 'display only recently posted photos';
$lang['return to the display of all images'] = 'return to the display of all photos';
$lang['%d image'] = '%d photo';
$lang['%d images'] = '%d photos';
$lang['%d image is also linked to current tags'] = '%d photo is also linked to current tags';
$lang['%d images are also linked to current tags'] = '%d photos are also linked to current tags';
$lang['See images linked to this tag only'] = 'display photos linked to this tag';
$lang['images posted during the last %d days'] = 'photos posted during the last %d days';
$lang['delete all images from your favorites'] = 'delete all photos from your favorites';
$lang['Complete RSS feed (images, comments)'] = 'Complete RSS feed (photos, comments)';
$lang['Image only RSS feed'] = 'Photos only RSS feed';
$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.';
$lang['Maximum height of the pictures'] = 'Maximum photo height';
$lang['Maximum width of the pictures'] = 'Maximum photo width';
$lang['display all elements in all sub-albums'] = 'display all photos in all sub-albums';
$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';
$lang['Number of images per row'] = 'Number of photos per row';
$lang['Elements posted within the last %d day.'] = 'Photos posted within the last %d day.';
$lang['Elements posted within the last %d days.'] = 'Photos posted within the last %d days.';
$lang['picture'] = 'photo';
$lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition';

// admin
$lang['Edit all picture informations'] = 'Edit photo information';
$lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates';
$lang['Link all album elements to a new album'] = 'Link all album photos to a new album';
$lang['Link all album elements to some existing albums'] = 'Link all album photos to some existing albums';
$lang['Manage image ranks'] = 'Manage photo ranks';
$lang['New elements added'] = 'New photos added';
$lang['New elements were added'] = 'New photos were added';
$lang['No element in this album'] = 'No photo in this album';
$lang['Select at least one picture'] = 'Select at least one photo';
$lang['Update images informations'] = 'Update photos information';
$lang['Use the default image sort order (defined in the configuration file)'] = 'Use the default photo sort order (defined in the configuration file)';
$lang['add new elements to caddie'] = 'add new photos to caddie';
$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
$lang['elements added in the database'] = 'photos added in the database';
$lang['elements deleted in the database'] = 'photos deleted from the database';
$lang['elements per page'] = 'photos per page';
$lang['elements updated in the database'] = 'photos updated in the database';
$lang['even already synchronized elements'] = 'even already synchronized photos';
$lang['first element added on %s'] = 'first photo added on %s';
$lang['images candidates for metadata synchronization'] = 'photos candidates for metadata synchronization';
$lang['jump to image'] = 'jump to photo';
$lang['manage image ranks'] = 'manage photo ranks';


$lang['manage album elements'] = 'manage album photos';
$lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations';
$lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata';
$lang['number of miniaturized pictures'] = 'number of miniaturized photos';
$lang['Picture informations updated'] = 'Photo informations updated';
$lang['Picture unreachable or no support'] = 'Photo unreachable or no support';
$lang['pictures without thumbnail (jpeg and png only)'] = 'photos without thumbnail (jpeg and png only)';
$lang['Random picture'] = 'Random photo';
?>