source: trunk/tools/albums.lang.php @ 15224

Last change on this file since 15224 was 8723, checked in by rvelices, 13 years ago

feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys

File size: 6.9 KB
Line 
1<?php
2$lang['%d category including'] = '%d album including';
3$lang['%d categories including'] = '%d albums including';
4$lang['%d category moved'] = '%d album moved';
5$lang['%d categories moved'] = '%d albums moved';
6$lang['Apply to subcategories'] = 'Apply to sub-albums';
7$lang['Categories authorized thanks to group associations'] = 'Albums authorized thanks to group associations';
8$lang['Categories manual order was saved'] = 'Album manual order was saved';
9$lang['Category elements associated to the following categories: %s'] = 'Album elements associated to the following albums: %s';
10$lang['Link all category elements to a new category'] = 'Link all album photos to a new album';
11$lang['Link all category elements to some existing categories'] = 'Link all album photos to some existing albums';
12$lang['Linked categories'] = 'Linked albums';
13$lang['Manage permissions for a category'] = 'Edit album permissions';
14$lang['Move categories'] = 'Move albums';
15$lang['New parent category'] = 'New parent album';
16$lang['Only private categories are listed'] = 'Only private albums are listed';
17$lang['Other private categories'] = 'Other private albums';
18$lang['Parent category'] = 'Parent album';
19$lang['Permalink %s has been previously used by category %s. Delete from the permalink history first'] = 'Permalink %s has been previously used by album %s. Delete from the permalink history first';
20$lang['Permalink %s is already used by category %s'] = 'Permalink %s is already used by album %s';
21$lang['Representation of categories'] = 'Representation of albums';
22$lang['Select at least one category'] = 'Select at least one album';
23$lang['Storage category'] = 'Storage album';
24$lang['Virtual categories to move'] = 'Virtual albums to move';
25$lang['Virtual category name'] = 'Virtual album name';
26$lang['You cannot move a category in its own sub category'] = 'You cannot move an album in its own sub album';
27$lang['associate to category'] = 'Associate to album';
28$lang['Add a virtual category'] = 'Add a virtual album';
29$lang['Authorize users to add comments on selected categories'] = 'Authorize users to add comments on selected albums';
30$lang['The name of a category should not be empty'] = 'The name of an album must not be empty';
31$lang['Lock categories'] = 'Lock albums';
32$lang['Private category'] = 'Private';
33$lang['Public category'] = 'Public';
34$lang['Manage authorizations for selected categories'] = 'Manage authorizations for selected albums';
35$lang['Select uploadable categories'] = 'Select uploadable albums';
36$lang['Virtual category added'] = 'Virtual album added';
37$lang['Virtual category deleted'] = 'Virtual album deleted';
38$lang['delete category'] = 'delete album';
39$lang['dissociate from category'] = 'Dissociate from album';
40$lang['edit category permissions'] = 'edit album permissions';
41$lang['Category informations updated successfully.'] = 'Album updated successfully';
42$lang['jump to category'] = 'jump to album';
43$lang['manage category elements'] = 'manage album elements';
44$lang['manage sub-categories'] = 'manage sub-albums';
45$lang['Categories management'] = 'Album list management';
46$lang['Edit a category'] = 'Edit album';
47$lang['Update categories informations'] = 'Update albums informations';
48$lang['reduce to single existing categories'] = 'reduce to single existing albums';
49$lang['display maximum informations (added categories and elements, deleted categories and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
50$lang['categories deleted in the database'] = 'albums deleted in the database';
51$lang['categories added in the database'] = 'albums added in the database';
52$lang['Files with same name in more than one physical category'] = 'Files with same name in more than one physical album';
53$lang['edit category informations'] = 'edit album';
54$lang['No element in this category'] = 'No photo in this album';
55$lang['Drop into category'] = 'Drop into album';
56$lang['existing category'] = 'existing album';
57$lang['create a new category'] = 'create a new album';
58$lang['Category name'] = 'Album name';
59$lang['Category "%s" has been added'] = 'Album "%s" has been added';
60$lang['Category "%s" now contains %d photos'] = 'Album "%s" now contains %d photos';
61$lang['Category \'%s\' has been added'] = 'Album "%s" has been added';
62$lang['Category \'%s\' now contains %d photos'] = 'Album "%s" now contains %d photos';
63$lang['Categories automatically sorted'] = 'Albums automatically sorted';
64$lang['%d category updated'] = '%d album updated';
65$lang['%d categories updated'] = '%d albums updated';
66$lang['Categories'] = 'Albums';
67$lang['Category'] = 'Album';
68$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, 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.';
69$lang['Expand all categories'] = 'Expand all albums';
70$lang['shows images at the root of this category'] = 'display this album';
71$lang['in this category'] = 'in this album';
72$lang['in %d sub-category'] = 'in %d sub-album';
73$lang['in %d sub-categories'] = 'in %d sub-albums';
74$lang['display all elements in all sub-categories'] = 'display all photos in all sub-albums';
75$lang['Recent categories'] = 'Recent albums';
76$lang['display recently updated categories'] = 'display recently updated albums';
77$lang['Search in Categories'] = 'Search in albums';
78$lang['Search in subcategories'] = 'Search in sub-albums';
79$lang['set as category representative'] = 'set as album representative';
80$lang['Category: %s'] = 'Album: %s';
81$lang['Category results for'] = 'Album results for';
82$lang['All sub-categories of private categories become private'] = 'All sub-albums of private albums become private';
83$lang['sub-categories'] = 'sub-albums';
84$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :';
85$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \'thumbnail\' of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :';
86$lang['Virtual category'] = 'Virtual album';
87$lang['[%s] Come to visit the category %s'] = '[%s] Visit album %s';
88$lang['Come to discover the category:'] = 'Discover album:';
89?>
Note: See TracBrowser for help on using the repository browser.