source: extensions/albums/language/en_UK/plugin.lang.php @ 6353

Last change on this file since 6353 was 6353, checked in by plg, 14 years ago

new plugin Albums: only renames Categories

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