source: trunk/tools/photos.lang.php @ 8719

Last change on this file since 8719 was 8719, checked in by plg, 13 years ago

feature 2102: a mapping from old language keys to new language keys, will be used to inject new values from the Photos plugin into core

File size: 3.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['shows images at the root of this album'] = 'display this album';
11$lang['See last users comments'] = 'display last user comments';
12$lang['display most visited pictures'] = 'display most visited photos';
13$lang['Rate this picture'] = 'Rate this photo';
14$lang['Random pictures'] = 'Random photos';
15$lang['display a set of random pictures'] = 'display a set of random photos';
16$lang['Recent pictures'] = 'Recent photos';
17$lang['display most recent pictures'] = 'display most recent photos';
18$lang['display only recently posted images'] = 'display only recently posted photos';
19$lang['return to the display of all images'] = 'return to the display of all photos';
20$lang['%d image'] = '%d photo';
21$lang['%d images'] = '%d photos';
22$lang['%d image is also linked to current tags'] = '%d photo is also linked to current tags';
23$lang['%d images are also linked to current tags'] = '%d photos are also linked to current tags';
24$lang['See images linked to this tag only'] = 'display photos linked to this tag';
25$lang['images posted during the last %d days'] = 'photos posted during the last %d days';
26$lang['delete all images from your favorites'] = 'delete all photos from your favorites';
27$lang['Complete RSS feed (images, comments)'] = 'Complete RSS feed (photos, comments)';
28$lang['Image only RSS feed'] = 'Photos only RSS feed';
29$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.';
30$lang['Maximum height of the pictures'] = 'Maximum photo height';
31$lang['Maximum width of the pictures'] = 'Maximum photo width';
32$lang['display all elements in all sub-albums'] = 'display all photos in all sub-albums';
33$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';
34$lang['Number of images per row'] = 'Number of photos per row';
35$lang['Elements posted within the last %d day.'] = 'Photos posted within the last %d day.';
36$lang['Elements posted within the last %d days.'] = 'Photos posted within the last %d days.';
37$lang['picture'] = 'photo';
38$lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition';
39
40// admin
41$lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates';
42$lang['Manage image ranks'] = 'Manage photo ranks';
43$lang['add new elements to caddie'] = 'add new photos to caddie';
44$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
45$lang['elements added in the database'] = 'photos added in the database';
46$lang['elements deleted in the database'] = 'photos deleted from the database';
47$lang['elements per page'] = 'photos per page';
48$lang['elements updated in the database'] = 'photos updated in the database';
49$lang['even already synchronized elements'] = 'even already synchronized photos';
50$lang['first element added on %s'] = 'first photo added on %s';
51$lang['jump to image'] = 'jump to photo';
52$lang['manage image ranks'] = 'manage photo ranks';
53$lang['Select at least one picture'] = 'Select at least one photo';
54?>
Note: See TracBrowser for help on using the repository browser.