source: trunk/language/en_UK/admin.lang.php @ 12682

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

language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)

  • Property svn:eol-style set to LF
File size: 56.0 KB
RevLine 
[364]1<?php
2// +-----------------------------------------------------------------------+
[8728]3// | Piwigo - a PHP based photo gallery                                    |
[2297]4// +-----------------------------------------------------------------------+
[8723]5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
[2297]6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
[364]23
[5156]24
25
[5209]26$lang[' and %d virtual'] = " and %d virtual";
27$lang[' and %d virtual'] = " and %d virtual";
[8682]28$lang['%d album including'] = "%d album including";
[6951]29$lang['%d album moved'] = "%d album moved";
[8682]30$lang['%d albums including'] = "%d albums including";
[6951]31$lang['%d albums moved'] = "%d albums moved";
[8682]32$lang['%d anomalies have been detected corrected.'] = "%d anomalies have been detected and corrected.";
33$lang['%d anomalies have been detected.'] = "%d anomalies have been detected.";
34$lang['%d anomalies have been ignored.'] = "%d anomalies have been ignored.";
35$lang['%d anomalies have not been corrected.'] = "%d anomalies have not been corrected.";
36$lang['%d anomaly has been corrected.'] = "%d anomaly has been corrected.";
37$lang['%d anomaly has been detected.'] = "%d anomaly has been detected.";
38$lang['%d anomaly has been ignored.'] = "%d anomaly has been ignored.";
39$lang['%d anomaly has not been corrected.'] = "%d anomaly has not been corrected.";
40$lang['%d association'] = "%d association";
41$lang['%d associations'] = "%d associations";
[5156]42$lang['%d group'] = "%d group";
43$lang['%d groups'] = "%d groups";
[8682]44$lang['%d guest'] = "%d guest";
45$lang['%d guests'] = "%d guests";
46$lang['%d line filtered'] = "%d line filtered";
47$lang['%d lines filtered'] = "%d lines filtered";
48$lang['%d mail was not sent.'] = "%d mail has not been sent.";
49$lang['%d mail was sent.'] = "%d mail has been sent.";
50$lang['%d mails were not sent.'] = "%d mails have not been sent.";
51$lang['%d mails were sent.'] = "%d mails have been sent.";
[5156]52$lang['%d member'] = "%d member";
53$lang['%d members'] = "%d members";
[8682]54$lang['%d of %d photos selected'] = '%d of %d photos selected';
55$lang['%d parameter was updated.'] = "%d parameter updated.";
56$lang['%d parameters were updated.'] = "%d parameters updated.";
57$lang['%d photo was deleted'] = "%d photo deleted";
58$lang['%d photos uploaded'] = '%d photos uploaded';
59$lang['%d photos were deleted'] = "%d photos deleted";
60$lang['%d physical'] = " %d physical";
61$lang['%d physical'] = " %d physical";
[5156]62$lang['%d tag'] = "%d tag";
63$lang['%d tags'] = "%d tags";
64$lang['%d user comment rejected'] = "%d user comment rejected";
[8682]65$lang['%d user comment validated'] = "%d user comment validated";
[5156]66$lang['%d user comments rejected'] = "%d user comments rejected";
67$lang['%d user comments validated'] = "%d user comments validated";
68$lang['%d user deleted'] = "%d user deleted";
[8682]69$lang['%d user was not updated.'] = "%d user not updated.";
70$lang['%d user was updated.'] = "%d user updated.";
71$lang['%d user'] = "%d user";
[5156]72$lang['%d users deleted'] = "%d users deleted";
[8682]73$lang['%d users were not updated.'] = "%d users not updated.";
74$lang['%d users were updated.'] = "%d users updated.";
[5156]75$lang['%d users'] = "%d users";
76$lang['%d waiting for validation'] = "%d waiting for validation";
[12485]77$lang['%s has been successfully updated.'] = "%s has been successfully updated.";
[8682]78$lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s must be set to false in your local/config/config.inc.php file";
[12672]79$lang['%s photos can not be regenerated'] = '%s photos can not be regenerated';
80$lang['%s photos have been regenerated'] = '%s photos have been regenerated';
81$lang['%s thumbnails can not be regenerated'] = '%s thumbnails can not be regenerated';
82$lang['%s thumbnails have been regenerated'] = '%s thumbnails have been regenerated';
[8682]83$lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported";
[12672]84$lang['(this tag will be deleted)'] = '(this tag will be deleted)';
[8682]85$lang['+ Add an upload box'] = '+ Add an upload box';
86$lang[', click on'] = ", click on";
[12672]87$lang['... or '] = '... or ';
[8682]88$lang['A local listing.xml file has been found for'] = "A local listing.xml file has been found for";
89$lang['A new version of Piwigo is available.'] = "A new version of Piwigo is available.";
90$lang['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 :'] = "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 :";
91$lang['Access type'] = "Access type";
92$lang['ACCESS_0'] = "Free access";
93$lang['ACCESS_1'] = "Access to all";
94$lang['ACCESS_2'] = "Access to registered users";
95$lang['ACCESS_3'] = "Access to administrators";
96$lang['ACCESS_4'] = "Access to webmasters";
97$lang['ACCESS_5'] = "No access";
98$lang['Action'] = 'Action';
[5156]99$lang['Actions'] = "Actions";
[8682]100$lang['Activate field "%s"'] = 'Activate field "%s"';
101$lang['Activate icon "%s"'] = 'Activate icon "%s"';
[12672]102$lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" next to albums and pictures';
[8682]103$lang['Activate Navigation Bar'] = 'Activate navigation bar';
104$lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails';
[5156]105$lang['Activate'] = "Activate";
[8682]106$lang['Active Languages'] = 'Active Languages';
107$lang['Active Plugins'] = 'Active Plugins';
108$lang['Active Themes'] = 'Active Themes';
[11588]109$lang['Add a criteria'] = 'Add a criteria';
[8682]110$lang['Add a filter'] = 'Add a filter';
[5156]111$lang['Add a tag'] = "Add a tag";
112$lang['Add a user'] = "Add a user";
[8682]113$lang['Add a virtual album'] = "Add a virtual album";
114$lang['Add another set of photos'] = 'Add another set of photos';
115$lang['Add detailed content'] = "Add some detailed content";
[5156]116$lang['Add group'] = "Add group";
[8682]117$lang['Add New Language'] = 'Add New Language';
118$lang['add new photos to caddie'] = "add new photos to caddie";
119$lang['Add New Theme'] = "Add a new theme";
120$lang['Add Photos'] = 'Add Photos';
[12672]121$lang['Add tags'] = 'Add tags';
122$lang['Add to caddie'] = "Add to caddie";
[8682]123$lang['Add write access to the "%s" directory'] = 'Add write access to the "%s" directory';
[5156]124$lang['Add'] = "Add";
[8682]125$lang['Add/delete a permalink'] = "Add/delete a permalink";
126$lang['added'] = "added";
127$lang['Administration Home'] = 'Administration Home';
128$lang['Advanced features'] = "Advanced features";
129$lang['Album "%s" has been added'] = 'Album "%s" has been added';
130$lang['Album "%s" now contains %d photos'] = 'Album "%s" now contains %d photos';
131$lang['Album list management'] = "Album list management";
132$lang['Album manual order was saved'] = "Album manual order was saved";
133$lang['Album name'] = 'Album name';
[12672]134$lang['Album photos associated to the following albums: %s'] = "Album photos associated to the following albums: %s";
[8682]135$lang['Album updated successfully'] = "Album updated successfully";
136$lang['albums added in the database'] = "albums added in the database";
137$lang['Albums authorized thanks to group associations'] = "Albums authorized thanks to group associations";
138$lang['Albums automatically sorted'] = 'Albums automatically sorted';
139$lang['albums deleted in the database'] = "albums deleted in the database";
140$lang['All %d photos are selected'] = 'All %d photos are selected';
[12672]141$lang['All extensions are up to date.'] = 'All extensions are up to date.';
142$lang['All languages are up to date.'] = 'All languages are up to date.';
[8682]143$lang['All optimizations have been successfully completed.'] = "All optimizations have been successfully completed.";
[12672]144$lang['All plugins are up to date.'] = 'All plugins are up to date.';
145$lang['All themes are up to date.'] = 'All themes are up to date.';
[8682]146$lang['all'] = "all";
147$lang['Allow rating'] = "Allow rating";
148$lang['Allow user customization'] = 'Allow user customization';
[5156]149$lang['Allow user registration'] = "Allow user registration";
[8723]150$lang['Allow users to delete their own comments'] = "Allow users to delete their own comments";
151$lang['Allow users to edit their own comments'] = "Allow users to edit their own comments";
[12672]152$lang['Allowed file types: %s.'] = 'Allowed file types: %s.';
[8682]153$lang['an error happened'] = "an error occurred";
[12672]154$lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.';
155$lang['An error has occured during upgrade.'] = 'An error has occured during upgrade.';
[8682]156$lang['An error occured during extraction (%s).'] = "An error occured during the files (%s) extraction.";
157$lang['An information email was sent to group "%s"'] = "Information email sent to group \"%s\"";
158$lang['and'] = "and";
159$lang['Anomaly'] = "Anomaly";
160$lang['Anyway only webmasters can see this tab and never administrators.'] = "Anyway only webmasters can see this tab, no administrators.";
161$lang['Apply action'] = 'Apply action';
162$lang['Apply selected corrections'] = "Apply selected corrections";
[6969]163$lang['Apply to sub-albums'] = "Apply to sub-albums";
[12672]164$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).';
[8682]165$lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = "Are you sure you want to install this upgrade? You must verify if this version does not need prior uninstallation.";
166$lang['Are you sure you want to delete this plugin?'] = "Are you sure you want to delete this plugin?";
167$lang['Are you sure you want to install this plugin?'] = "Are you sure you want to install this plugin?";
168$lang['Associate to album'] = "Associate to album";
169$lang['associate to group'] = "associate to group";
[5156]170$lang['Associated'] = "Associated";
[8682]171$lang['Authorize users to add comments on selected albums'] = "Authorize users to add comments on selected albums";
172$lang['Authorized'] = "Authorized";
173$lang['Automatic correction'] = "Automatic correction";
174$lang['automatic order'] = 'automatic order';
175$lang['Available only with HTML format'] = "Available only with HTML format";
[11839]176$lang['Average rate'] = "Average rate";
[8682]177$lang['average time'] = "average time";
[12682]178$lang['Batch management'] = "Batch management"; //TO delete
[8682]179$lang['Batch Manager'] = 'Batch Manager';
180$lang['between'] = "between";
181$lang['Bound Theme'] = 'Bound Theme';
182$lang['By %s'] = 'By %s';
[12672]183$lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = 'By default, Piwigo will create a new websize from the HD (high definition) version of your photo.';
[8682]184$lang['By rank'] = 'By rank';
[5156]185$lang['Caddie management'] = "Caddie management";
186$lang['Caddie'] = "Caddie";
[8682]187$lang['Cannot delete the old permalink !'] = "The old permalink cannot be deleted!";
188$lang['Can\'t connect to server.'] = "Connection to server impossible.";
189$lang['Can\'t create temporary file.'] = "Temporary file cannot be created.";
190$lang['Can\'t download archive.'] = "Archive cannot be downloaded.";
191$lang['Can\'t read or extract archive.'] = "Archive cannot be read or extracted.";
192$lang['Change Admin Colors'] = 'Change administration colors';
193$lang['Check all'] = "Check all";
194$lang['Check automatic corrections'] = "Check automatic corrections";
195$lang['Check for updates'] = "Check for updates";
[5156]196$lang['Check for upgrade failed for unknown reasons.'] = "Check for upgrade failed for unknown reasons.";
197$lang['Check for upgrade'] = "Check for upgrade";
[8682]198$lang['Check integrity'] = "Integrity check";
199$lang['Choose an action'] = 'Choose an action';
200$lang['Choose an option'] = "Choose an option";
201$lang['Classic display'] = "Classic display";
202$lang['clean'] = "clean up";
[5156]203$lang['Comments for all'] = "Comments for all";
[12682]204$lang['Comments'] = "Comments"; //To delete - in common
[8682]205$lang['Complementary mail content'] = "Complementary mail content";
206$lang['Configuration'] = "Configuration";
[12672]207$lang['Confirm merge'] = 'Confirm merge';
[8682]208$lang['confirm'] = "confirm";
209$lang['Continue processing treatment'] = "Continue ongoing treatment";
210$lang['Correction applied with error'] = "Correction applied with error";
211$lang['Correction applied with success'] = "Correction successfully applied";
212$lang['Correction the anomaly will cancel the fact that it\'s ignored'] = "Corrected  anomaly will no longer be ignored";
213$lang['Correction'] = "Correction";
214$lang['create a new album'] = 'create a new album';
215$lang['Create a new site : (give its URL to create_listing_file.php)'] = "Create a new site : (give its URL to create_listing_file.php)";
216$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Create the "%s" directory at the root of your Piwigo installation';
217$lang['Create this site'] = "Create this site";
[12672]218$lang['Create'] = 'Create';
[8682]219$lang['created'] = "created";
[12672]220$lang['Crop'] = 'Crop';
[5156]221$lang['Current name'] = "Current name";
[8682]222$lang['Database synchronization with files'] = "Database synchronization with files";
[5156]223$lang['Database'] = "Database";
[8682]224$lang['Date'] = "Date";
225$lang['Day'] = "Day";
[12672]226$lang['Deactivate all'] = "Deactivate all";
[5156]227$lang['Deactivate'] = "Deactivate";
[8682]228$lang['Default display'] = "Default display";
[11279]229$lang['Default photos order'] = "Default photos order";
[8682]230$lang['Default user cannot be deleted'] = "Default user cannot be deleted";
231$lang['Default user does not exist'] = "The default user does not exist";
232$lang['default values'] = "default values";
233$lang['default'] = "default";
234$lang['delete album'] = "delete album";
[8762]235$lang['Delete orphan tags'] = 'Delete orphan tags';
[8764]236$lang['delete photo'] = 'delete photo';
[12238]237$lang['Delete Representant'] = "Delete album thumbnail";
[8682]238$lang['Delete selected photos'] = "Delete selected photos";
[5156]239$lang['Delete selected tags'] = "Delete selected tags";
240$lang['Delete selected users'] = "Delete selected users";
[8682]241$lang['Delete this language'] = 'Delete this language';
242$lang['delete this site and all its attached elements'] = "delete this site and all the related information";
243$lang['Delete this theme'] = 'Delete this theme';
244$lang['delete'] = "delete";
245$lang['Deleted on'] = "Deleted on";
246$lang['deleted'] = "deleted";
[5156]247$lang['Deletions'] = "Deletions";
248$lang['Deny selected groups'] = "Deny selected groups";
249$lang['Deny selected users'] = "Deny selected users";
250$lang['Description'] = "Description";
[8682]251$lang['Detailed informations'] = "Detailed informations";
252$lang['directories + files'] = "directories + files";
253$lang['Directory does not exist'] = 'Directory does not exist';
254$lang['Directory'] = "Directory";
255$lang['Discover album:'] = "Discover album:";
256$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = "display maximum information (added albums and photos, deleted albums and photos)";
[5156]257$lang['Display options'] = "Display options";
[12672]258$lang['display'] = 'display';
[8682]259$lang['Dissociate from album'] = "Dissociate from album";
260$lang['dissociate from group'] = "dissociate from group";
[5156]261$lang['Dissociated'] = "Dissociated";
[12672]262$lang['Do you want to activate anyway?'] = 'Do you want to activate anyway?';
[8682]263$lang['Documentation'] = "Documentation";
[12238]264$lang['Does not represent'] = "Is not thumbnail for";
[8682]265$lang['Download,'] = 'Download,';
266$lang['Downloads'] = "Downloads";
267$lang['Drag to re-order'] = "Click-and-drag to re-order";
[11962]268$lang['Drop into album'] = 'Select an album';
[12682]269$lang['Dump Database'] = 'Dump Database'; //TO delete
[8682]270$lang['duplicates'] = 'duplicates';
271$lang['Edit album permissions'] = "Edit album permissions";
[8723]272$lang['Edit album'] = "Edit album";
[8727]273$lang['Edit photo information'] = "Edit photo information";
[8682]274$lang['Edit ranks'] = "Edit ranks";
[5156]275$lang['Edit selected tags'] = "Edit selected tags";
276$lang['Edit tags'] = "Edit tags";
[8682]277$lang['Element type'] = "Element type";
278$lang['Element'] = "Element";
279$lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted";
280$lang['Email administrators when a comment is modified'] = "Email administrators when a comment is modified";
281$lang['Email admins when a comment requires validation'] = "Email admins when a comment requires validation";
[5156]282$lang['Email admins when a new user registers'] = "Email admins when a new user registers";
283$lang['Email admins when a valid comment is entered'] = "Email admins when a valid comment is entered";
[8682]284$lang['email'] = "Email";
[5156]285$lang['Environment'] = "Environment";
[8682]286$lang['Error list'] = "List of errors";
287$lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s';
288$lang['Error when sending email to %s [%s].'] = "Error when sending email to %s [%s].";
[12672]289$lang['ERROR'] = 'ERROR';
290$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.';
[8682]291$lang['Errors caption'] = "Errors legends";
292$lang['errors during synchronization'] = "errors during synchronization";
293$lang['even already synchronized photos'] = "even already synchronized photos";
294$lang['Everybody'] = 'Everybody';
295$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Execution time exceeded, the treatment must continue [Estimated time: %d seconds].";
296$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Execution time is out, treatment must be continue [Estimated time: %d second].";
297$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use';
298$lang['existing album'] = 'existing album';
299$lang['Extend for templates'] = "Extend templates";
[12672]300$lang['Extensions Update'] = 'Extensions Update';
[8682]301$lang['Failed to write file to disk'] = 'Failed to write file to disk';
302$lang['file create_listing_file.php on remote site was not found'] = "file create_listing_file.php not found on the remote site";
303$lang['File upload stopped by extension'] = 'File upload stopped by extension';
304$lang['File'] = "File";
305$lang['File/directory read error'] = "File/directory read error";
[12238]306$lang['Find a new representant by random'] = "Find a new random album thumbnail";
[8682]307$lang['first photo added on %s'] = "first photo added on %s";
[12672]308$lang['Follow Orientation'] = 'Follow Orientation';
309$lang['Following plugins may not be compatible with the new version of Piwigo:'] = 'Following plugins may not be compatible with the new version of Piwigo:';
310$lang['Following themes may not be compatible with the new version of Piwigo:'] = 'Following themes may not be compatible with the new version of Piwigo:';
[8682]311$lang['for the file format'] = "for the file format";
312$lang['for this file format'] = "for this file format";
313$lang['Forbid this language to users'] = 'Forbid this language to users';
314$lang['Forbid this theme to users'] = "Forbid this theme to users";
315$lang['Forbidden'] = "Forbidden";
[5156]316$lang['Form'] = "Form";
[8682]317$lang['FTP + Synchronization'] = 'FTP + Synchronization';
318$lang['Gallery title'] = "Gallery title";
319$lang['GD library is missing'] = "GD library is missing";
320$lang['GD version'] = "GD version";
321$lang['General statistics'] = "General statistics";
322$lang['generate file listing.xml on remote site'] = "generate file listing.xml on the remote site";
323$lang['generate listing'] = "generate listing";
324$lang['generated in'] = "generated in";
325$lang['Get Support on Piwigo Forum'] = 'Get support on Piwigo forum';
326$lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation';
327$lang['global mode'] = "global mode";
328$lang['Go to %s or %s for more informations'] = "Go to %s or %s for more informations";
329$lang['Go to'] = "Go to";
[5156]330$lang['Grant selected groups'] = "Grant selected groups";
331$lang['Grant selected users'] = "Grant selected users";
[12672]332$lang['Graphics Library'] = 'Graphics Library';
[8682]333$lang['group "%s" added'] = "group \"%s\" added";
334$lang['group "%s" deleted'] = "group \"%s\" deleted";
335$lang['group "%s" updated'] = "group \"%s\" updated";
336$lang['Group management'] = "Groups management";
[5156]337$lang['Group name'] = "Group name";
[12672]338$lang['Group'] = "Group";
[8723]339$lang['group'] = "group";
[5156]340$lang['Groups'] = "Groups";
[8682]341$lang['Guest cannot be deleted'] = "Guest cannot be deleted";
342$lang['Guest Settings'] = 'Guest settings';
343$lang['guest'] = "guest";
[5156]344$lang['Guests'] = "Guests";
[8682]345$lang['height must be a number superior to'] = "height must be a number greater than";
[12672]346$lang['Height'] = 'Height';
[8682]347$lang['Hello'] = "Hello";
348$lang['Hello,'] = "Hello,";
349$lang['Help Me'] = 'Help Me';
[12672]350$lang['hide details'] = 'hide details';
[8682]351$lang['Hide'] = "Hide";
352$lang['High definition enabled'] = "High definition enabled";
353$lang['High definition'] = "High definition";
[12672]354$lang['High dimensions'] = 'High resolution dimensions';
[8682]355$lang['High filesize'] = "High resolution filesize";
356$lang['high'] = "high";
[5156]357$lang['History'] = "History";
[8682]358$lang['Hit'] = "Hit";
359$lang['Hour'] = "Hour";
360$lang['Hoverbox display'] = "Hoverbox display";
[12672]361$lang['I decide to update anyway'] = 'I decide to update anyway';
362$lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = 'If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.';
[8682]363$lang['If you encounter problems or have any question, please send a message to'] = "If you encounter problems or have any question, please send a message to";
[12672]364$lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.';
365$lang['Ignore All'] = 'Ignore All';
[8682]366$lang['Ignore selected anomalies'] = "Ignore selected anomalies";
[12672]367$lang['Ignore this update'] = 'Ignore this update';
[8682]368$lang['Image id'] = "Image id";
369$lang['Image Quality'] = 'Image quality';
370$lang['Images manual order was saved'] = "Images manual order saved";
371$lang['Impossible automatic correction'] = "Automatic correction impossible";
372$lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'This theme could not be activated, as the parent theme is missing: %s';
373$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossible to deactivate this language, first set another language as default.';
374$lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossible to deactivate this language, you need at least one language.';
375$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.';
376$lang['Impossible to delete this theme. Other themes depends on it: %s'] = 'This theme cannot be deleted, because other themes depends on it: %s';
377$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting';
378$lang['Inactive Languages'] = 'Inactive Languages';
379$lang['Inactive Plugins'] = 'Inactive Plugins';
380$lang['Inactive Themes'] = 'Inactive themes';
381$lang['include child albums'] = 'include child albums';
382$lang['Include display of recent photos grouped by dates'] = "Include display of recent photos grouped by dates";
[12672]383$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';
[8682]384$lang['Information data registered in database'] = "Information data registered in database";
[11288]385$lang['Informations'] = "Information";
[8682]386$lang['Install on your computer,'] = 'Install on your computer,';
[5156]387$lang['Install'] = "Install";
[8682]388$lang['Installed Languages'] = 'Installed Languages';
389$lang['Installed Themes'] = "Installed Themes";
390$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
391$lang['Invert'] = 'Invert';
392$lang['IP'] = "IP";
393$lang['jump to album'] = "jump to album";
394$lang['jump to photo'] = "jump to photo";
395$lang['Keep high definition'] = 'Keep high definition';
396$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will be sent emails when a new release is available (sometimes including a security bug fix, it is important to know and upgrade) and when major events happen to the project. Only a few emails a year.";
397$lang['Language has been successfully installed'] = 'Language has been successfully installed';
[12672]398$lang['Languages which need upgrade'] = 'Languages which need upgrade';
[8682]399$lang['Languages'] = 'Languages';
400$lang['Last hit'] = "Last hit";
[12672]401$lang['Last import'] = 'Last import';
[8682]402$lang['Last revisions'] = "Last revisions";
403$lang['Last send'] = "Last sent";
[12672]404$lang['Learn more'] = 'Learn more';
[8682]405$lang['leave'] = "leave";
406$lang['Level 0'] = "---";
407$lang['Level 1'] = "Contacts";
408$lang['Level 2'] = "Friends";
409$lang['Level 4'] = "Family";
410$lang['Level 8'] = "Admins";
[8723]411$lang['Link all album photos to a new album'] = "Link all album photos to a new album";
412$lang['Link all album photos to some existing albums'] = "Link all album photos to some existing albums";
[6969]413$lang['Linked albums'] = "Linked albums";
[8682]414$lang['listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager'] = "listing.xml file not found on the remote site. This file is generated with the \"generate listing\" command in the Site manager";
415$lang['listing.xml file was not found'] = "listing.xml file not found";
416$lang['Local'] = "Local";
417$lang['Lock albums'] = "Lock albums";
[5156]418$lang['Lock gallery'] = "Lock gallery";
[8682]419$lang['Lock'] = "Lock";
420$lang['Locked'] = "Locked";
421$lang['Mail address is obligatory for all users'] = "Mail address is mandatory for all users";
422$lang['Mail content'] = "Mail content";
423$lang['Mail sent to %s [%s].'] = "Mail sent to %s [%s].";
424$lang['Main "guest" user does not exist'] = "The main \"guest\" user does not exist";
425$lang['Main "guest" user status is incorrect'] = "The main \"guest\" user status is incorrect";
426$lang['Main "webmaster" user does not exist'] = "The main \"webmaster\" user does not exist";
427$lang['Main "webmaster" user status is incorrect'] = "The main \"webmaster\" user status is incorrect";
428$lang['Main Page'] = 'Main page';
429$lang['Main'] = "Main";
[5156]430$lang['Maintenance'] = "Maintenance";
[8682]431$lang['Make this language available to users'] = 'Make this language available to users';
432$lang['Make this theme available to users'] = 'Make this theme available to users';
[8727]433$lang['manage album photos'] = "manage album photos";
[8682]434$lang['Manage authorizations for selected albums'] = "Manage authorizations for selected albums";
[5369]435$lang['Manage permissions for group "%s"'] = "Manage permissions for the group \"%s\"";
436$lang['Manage permissions for user "%s"'] = "Manage permissions for the user \"%s\"";
[12672]437$lang['Manage Permissions'] = 'Manage Permissions';
[8682]438$lang['Manage photo ranks'] = "Manage photo ranks";
439$lang['manage sub-albums'] = "manage sub-albums";
[5156]440$lang['Manage tags'] = "Manage tags";
[8682]441$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
442$lang['Manage'] = "Manage";
443$lang['Manual order'] = 'Manual order';
444$lang['manual order'] = 'manual order';
445$lang['max time'] = "max time";
[12672]446$lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.';
[8682]447$lang['maximum height'] = "Maximum height";
448$lang['Maximum Height'] = 'Maximum height';
449$lang['maximum width'] = "Maximum width";
450$lang['Maximum Width'] = 'Maximum Width';
[5156]451$lang['Members'] = "Members";
[8682]452$lang['Menu Management'] = 'Menus';
[12672]453$lang['Merge selected tags'] = 'Merge selected tags';
454$lang['Merge tags'] = 'Merge tags';
[8682]455$lang['Metadata synchronization results'] = "Metadata synchronization results";
[5156]456$lang['Metadata synchronized from file'] = "Metadata synchronized from file";
[8682]457$lang['min time'] = "min time";
458$lang['Miniaturization parameters'] = "Miniaturization parameters";
459$lang['Minimum privacy level'] = "Minimum privacy level";
460$lang['Miscellaneous'] = 'Miscellaneous';
461$lang['Missing a temporary folder'] = 'Missing a temporary folder';
462$lang['Missing Plugins'] = 'Missing Plugins';
463$lang['missing thumbnail'] = "missing thumbnail";
464$lang['Modify information'] = "Modify information";
465$lang['Month'] = "Month";
[6969]466$lang['Move albums'] = "Move albums";
[5156]467$lang['Move'] = "Move";
468$lang['Name'] = "Name";
469$lang['New name'] = "New name";
[6969]470$lang['New parent album'] = "New parent album";
[8723]471$lang['New photos added'] = "New photos added";
472$lang['New photos were added'] = "New photos have been added";
[5156]473$lang['New tag'] = "New tag";
[12672]474$lang['New Version'] = 'New Version';
475$lang['new'] = "new";
476$lang['No destination tag selected'] = 'No destination tag selected';
[8682]477$lang['No display'] = "No display";
478$lang['No file was uploaded'] = 'No file was uploaded';
479$lang['No mail to send.'] = "No mail to be sent.";
480$lang['No missing thumbnail'] = "No missing thumbnail";
481$lang['No photo can be deleted'] = "No photo can be deleted";
482$lang['No photo in the current set.'] = 'No photo in the current set.';
[8723]483$lang['No photo in this album'] = "No photo in this album";
[8682]484$lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set';
485$lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.';
[10970]486$lang['No results'] = "No results";
[8682]487$lang['No user to send notifications by mail.'] = "No user to be notified by mail.";
488$lang['no write access'] = "no write access";
489$lang['none'] = "none";
490$lang['None'] = 'None';
491$lang['nothing'] = "nothing";
492$lang['Notification'] = "Notification";
[5156]493$lang['Number of comments per page'] = "Number of comments per page";
[8682]494$lang['Number of downloads'] = "Number of downloads";
[8727]495$lang['number of miniaturized photos'] = "number of thumbnails created";
[5156]496$lang['Number of rates'] = "Number of rates";
497$lang['Number of thumbnails to create'] = "Number of thumbnails to create";
[12672]498$lang['Obsolete Plugins'] = 'Obsolete Plugins';
[8682]499$lang['on the %d selected photos'] = 'on the %d selected photos';
500$lang['on'] = "on";
501$lang['only directories'] = "directories only";
502$lang['only perform a simulation (no change in database will be made)'] = "only perform a simulation (nothing will be changed in the database)";
[6993]503$lang['Only private albums are listed'] = "Only private albums are listed";
[5156]504$lang['Operating system'] = "Operating system";
[8682]505$lang['Operation in progress'] = 'Treatment in progress.';
506$lang['Optimizations have been completed with some errors.'] = "Optimizations have been completed with some errors.";
507$lang['Optional URL keyword'] = "Optional URL keyword";
[5156]508$lang['Options'] = "Options";
[8682]509$lang['Options'] = "Options";
510$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
511$lang['Original templates'] = "Original templates";
[8762]512$lang['Orphan tags deleted'] = 'Orphan tags deleted';
[8682]513$lang['Other plugins'] = "Other plugins available";
[6993]514$lang['Other private albums'] = "Other private albums";
[8682]515$lang['other'] = "other";
516$lang['Overall'] = "Overview";
517$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
[5156]518$lang['Page banner'] = "Page banner";
[8682]519$lang['Page end'] = 'Page end';
520$lang['Pages seen'] = "Pages seen";
521$lang['Parameter'] = "Settings";
522$lang['Parameters'] = "Parameters";
[6969]523$lang['Parent album'] = "Parent album";
[8682]524$lang['Password confirmation is missing. Please confirm the chosen password.'] = "Password confirmation is missing. Please confirm the chosen password.";
525$lang['Password is missing. Please enter the password.'] = "Password is missing. Please enter the password.";
[5156]526$lang['Path'] = "Path";
[8682]527$lang['Pending Comments'] = 'Pending Comments';
[6993]528$lang['Permalink %s has been previously used by album %s. Delete from the permalink history first'] = "Permalink %s has previously been used by album %s. Delete it from the permalinks history first";
529$lang['Permalink %s is already used by album %s'] = "Permalink %s is already used by album %s";
[5369]530$lang['Permalink history'] = "Permalinks history";
[8682]531$lang['Permalink'] = "Permalink";
[5156]532$lang['Permalinks'] = "Permalinks";
533$lang['Permission denied'] = "Permission denied";
534$lang['Permission granted thanks to a group'] = "Permission granted thanks to a group";
535$lang['Permission granted'] = "Permission granted";
[8682]536$lang['Permissions'] = "Permissions";
[12672]537$lang['Photo %s of %s'] = 'Photo %s of %s';
538$lang['Photo informations updated'] = "Photo informations updated";
[8682]539$lang['Photo Page'] = 'Photo page';
540$lang['Photo Properties'] = 'Photo properties';
[12672]541$lang['Photo unreachable or no support'] = "Photo unreachable or unsupported format";
[8682]542$lang['photos added in the database'] = "photos added in the database";
[8723]543$lang['photos candidates for metadata synchronization'] = "photos candidates for metadata synchronization";
[8682]544$lang['photos deleted from the database'] = "photos deleted from the database";
[12672]545$lang['Photos generation in progress...'] = 'Photos generation in progress...';
546$lang['photos informations synchronized with files metadata'] = "photos informations synchronized with files metadata";
[8682]547$lang['photos per page'] = "photos per page";
548$lang['photos updated in the database'] = "photos updated in the database";
[12672]549$lang['photos without thumbnail (jpeg and png only)'] = "photos without thumbnail (jpeg and png only)";
[8682]550$lang['Photos'] = "Photos";
551$lang['Piwigo Administration'] = "Piwigo Administration";
552$lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter";
[12672]553$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server';
[8682]554$lang['Piwigo configuration'] = "Piwigo configuration";
[12672]555$lang['Piwigo Update'] = 'Piwigo Update';
[8682]556$lang['Piwigo Uploader'] = 'Piwigo Uploader';
557$lang['Piwigo version differs on the remote site'] = "Piwigo version differs on the remote site";
558$lang['Piwigo version'] = "Piwigo version";
559$lang['pixels'] = 'pixels';
560$lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = "Please check \"plugins\" folder and sub-folders permissions (CHMOD).";
[12672]561$lang['Please wait...'] = 'Please wait...';
[8682]562$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
563$lang['Plugin has been successfully copied'] = "The plugin has been successfully copied";
564$lang['Plugin list'] = "Plugins list";
565$lang['Plugins which need upgrade'] = "Plugins to be upgraded";
[5156]566$lang['Plugins'] = "Plugins";
567$lang['Position'] = "Position";
[12672]568$lang['Predefined filter'] = 'Predefined filter';
[5156]569$lang['Preferences'] = "Preferences";
[8682]570$lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = "The time to prepare the list of users who will be sent mail is limited. Others users are not listed.";
571$lang['Privacy level set to "%s"'] = 'Privacy level set to "%s"';
572$lang['Privacy level'] = "Privacy level";
[12672]573$lang['private'] = "private";
[8682]574$lang['Private'] = "Private";
[5156]575$lang['Properties'] = "Properties";
[8682]576$lang['Public / Private'] = "Public / Private";
577$lang['Public'] = "Public";
578$lang['public'] = "public";
579$lang['Purge compiled templates'] = "Purge compiled templates";
580$lang['Purge history detail'] = "Purge history details";
581$lang['Purge history summary'] = "Purge history summary";
582$lang['Purge never used notification feeds'] = "Purge never used notification feeds";
583$lang['Purge search history'] = "Purge search history";
584$lang['Purge sessions'] = "Purge sessions";
585$lang['Quick Local Synchronization'] = "Quick Local Synchronization";
[8727]586$lang['Random photo'] = "Random photo";
[12238]587$lang['randomly represented'] = "random album thumbnail";
[8682]588$lang['ranks'] = "ranks";
[12672]589$lang['Rate date'] = "Rate date";
[11839]590$lang['Rate'] = "Rate";
[5156]591$lang['Rating by guests'] = "Rating by guests";
592$lang['Rating'] = "Rating";
[8682]593$lang['read local listing.xml and update'] = "read local listing.xml and update";
594$lang['Read Piwigo Documentation'] = 'Read Piwigo Documentation';
595$lang['reduce to single existing albums'] = "reduce to single existing albums";
596$lang['Refresh photo set'] = 'Refresh photo set';
597$lang['Refresh'] = "Refresh";
[12672]598$lang['Regenerate Thumbnails'] = 'Regenerate Thumbnails';
599$lang['Regenerate Websize Photos'] = 'Regenerate Websize Photos';
[8682]600$lang['registration date'] = "registration date";
601$lang['Reinitialize check integrity'] = "Reinitialize integrity check";
[5156]602$lang['Reject'] = "Reject";
[8682]603$lang['Released on'] = "Released on";
604$lang['Remote'] = "Remote";
605$lang['Remove all filters'] = 'Remove all filters';
606$lang['remove author'] = 'remove author';
607$lang['remove creation date'] = 'remove creation date';
[9171]608$lang['Remove from caddie'] = 'Remove from caddie';
[8682]609$lang['remove remote listing.xml file'] = "remove remote listing.xml file";
610$lang['remove tags'] = "remove tags";
611$lang['remove this filter'] = 'remove this filter';
612$lang['remove title'] = 'remove title';
613$lang['Repair and optimize database'] = "Repair and optimize database";
614$lang['Replacement of original templates by customized templates from template-extension subfolder'] = "Replacement of original templates by customized templates from the template-extension subfolder";
615$lang['Replacers (customized templates)'] = "Substitutes (customized templates)";
[12238]616$lang['Representant'] = "Album Thumbnail";
617$lang['Representation of albums'] = "Album thumbnail";
618$lang['Representative'] = 'Album thumbnail';
619$lang['Represents'] = 'Is thumbnail for';
[12672]620$lang['Reset ignored updates'] = 'Reset ignored updates';
[8682]621$lang['Resize'] = 'Resize';
[12672]622$lang['Restore default configuration. You will lose your plugin settings!'] = "Restore default configuration. You will lose your plugin settings!";
[10305]623$lang['Restore'] = "Restore";
[8682]624$lang['Results of miniaturization'] = "Miniaturization process results";
[5156]625$lang['Save order'] = "Save order";
[8682]626$lang['Save page visits by administrators'] = "Record pages visited by administrators";
627$lang['Save page visits by guests'] = "Record pages visited by guests";
628$lang['Save page visits by users'] = "Record pages visited by users";
629$lang['Save Settings'] = 'Save Settings';
[12672]630$lang['Save Template Directory'] = 'Save template directory';
[5369]631$lang['Save to permalink history'] = "Save to permalinks history";
[12672]632$lang['Search for new images in the directories'] = "Search for new images in the directories";
[10970]633$lang['Searching...'] = "Searching...";
[8682]634$lang['Section'] = "Section";
635$lang['See you soon,'] = "See you soon,";
636$lang['See you soon.'] = "See you soon.";
[12672]637$lang['Select an album'] = 'Select an album';
[6988]638$lang['Select at least one album'] = "Select at least one album";
[8682]639$lang['Select at least one comment'] = 'Select at least one comment';
640$lang['Select at least one photo'] = "Select at least one photo";
[5156]641$lang['Select at least one user'] = "Select at least one user";
[12672]642$lang['Select at least two tags for merging'] = 'Select at least two tags for merging';
[8682]643$lang['Select files'] = 'Select files';
644$lang['Select recipients'] = "Select recipients";
[12672]645$lang['Select the destination tag'] = 'Select the destination tag';
[8682]646$lang['Select:'] = 'Select:';
647$lang['selection'] = "selection";
648$lang['Selection'] = 'Selection';
649$lang['Send an information email to group members'] = "Send an information email to group members";
650$lang['Send mail as'] = "Send mail as";
651$lang['Send mail on HTML format'] = "Send mail in HTML format";
652$lang['Send mail to users'] = "Send mail to users";
653$lang['Send'] = "Send";
654$lang['Set as default language for unregistered and new users'] = 'Set as default language for unregistered and new users';
655$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
656$lang['Set author'] = 'Set author';
657$lang['Set creation date'] = 'Set creation date';
658$lang['Set title'] = 'Set title';
659$lang['set to'] = "set to";
660$lang['Settings'] = 'Settings';
[12672]661$lang['show details'] = 'show details';
[5156]662$lang['Show info'] = "Show info";
[10812]663$lang['Show menubar'] = "Show menubar";
[8952]664$lang['Simulation'] = "Simulation";
[12238]665$lang['singly represented'] = 'fixed album thumbnail';
[5156]666$lang['Site manager'] = "Site manager";
[12672]667$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
668$lang['Some upgrades are available for extensions.'] = 'Some upgrades are available for extensions.';
[8682]669$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
[12672]670$lang['Start Upload'] = 'Start Upload';
[8682]671$lang['Statistics'] = "Statistics";
672$lang['Status of user "%s" updated'] = "User \"%s\" status updated";
[5156]673$lang['Status'] = "Status";
[8682]674$lang['status'] = "status";
[6969]675$lang['Storage album'] = "Storage album";
[8682]676$lang['sub-albums'] = "sub-albums";
677$lang['Subscribe %s to Piwigo Announcements Newsletter'] = "Subscribe %s to Piwigo Announcements Newsletter";
678$lang['Subscribe %s'] = "Subscribe %s";
679$lang['Subscribe to notification by mail'] = "Subscribe to notification by mail";
680$lang['Subscribe'] = "Subscribe";
681$lang['Subscribe/unsubscribe users'] = "Subscribe/unsubscribe users";
682$lang['Subscribed'] = "Subscribed";
683$lang['Subscribers could be listed (available) only if there is new elements to notify.'] = "Subscribers could be listed (available) only if there is new elements to notify.";
[5156]684$lang['Sum of rates'] = "Sum of rates";
[8682]685$lang['Summary'] = "Summary";
686$lang['Support'] = "Support";
687$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
[8727]688$lang['synchronize files metadata with database photos informations'] = "synchronize database photos with files metadata";
[8682]689$lang['synchronize files structure with database'] = "synchronize files structure with database";
690$lang['synchronize metadata'] = "synchronize metadata";
[12672]691$lang['synchronize'] = "synchronize";
[8682]692$lang['Synchronize'] = "Synchronize";
[5156]693$lang['Tag "%s" already exists'] = "Tag \"%s\" already exists";
[5369]694$lang['Tag "%s" was added'] = "Tag \"%s\" has been added";
695$lang['Tag selection'] = "Tags selection";
[12672]696$lang['Tags <em>%s</em> merged into tag <em>%s</em>'] = 'Tags <em>%s</em> merged into tag <em>%s</em>';
[8682]697$lang['target'] = "target";
698$lang['Templates configuration has been recorded.'] = "Templates configuration has been recorded.";
699$lang['Templates'] = "Templates";
700$lang['test this remote site'] = "test this remote site";
701$lang['test'] = "test";
[5369]702$lang['The %d following tags were deleted'] = "The following %d tags have been deleted";
[8682]703$lang['The anomaly will be ignored until next application version'] = "The anomaly will be ignored until next application version";
704$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "The file or directory cannot be accessed (either it does not exist or the access is denied)";
705$lang['The following tag was deleted'] = 'The following tag was deleted';
706$lang['the forum'] = "the forum";
707$lang['The gallery URL is not valid.'] = "The gallery URL is not valid.";
708$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d';
709$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d';
710$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d';
711$lang['The name of a group must not contain " or \' or be empty.'] = "The name of a group must not contain \" or ' or be empty.";
[6988]712$lang['The name of an album must not be empty'] = "The name of an album must not be empty";
[8682]713$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "The name of directories and files must comprise only letters, numbers, \"-\", \"_\" or \".\"";
[5369]714$lang['The number of comments a page must be between 5 and 50 included.'] = "The number of comments on a page must be between 5 and 50 included.";
[8682]715$lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = "The permalink name must be composed of a-z, A-Z, 0-9, \"-\", \"_\" or \"/\". It must not be numeric or begin with a number followed by \"-\"";
716$lang['The thumbnail image quality must be a number between %d and %d'] = 'The thumbnail image quality must be a number between %d and %d';
717$lang['The thumbnail maximum height must be a number between %d and %d'] = 'The thumbnail maximum height must be a number between %d and %d';
718$lang['The thumbnail maximum width must be a number between %d and %d'] = 'The thumbnail maximum width must be a number between %d and %d';
719$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
720$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB';
721$lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded';
722$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: %sB';
723$lang['The version of %s [%s] installed is not compatible with the version required [%s]'] = "The version of %s [%s] installed is not compatible with the version required [%s]";
[5369]724$lang['The webmaster has subscribed you to receiving notifications by mail.'] = "The webmaster has subscribed you to be notified by mail.";
[5156]725$lang['The webmaster has unsubscribed you from receiving notifications by mail.'] = "The webmaster has unsubscribed you from receiving notifications by mail.";
[8682]726$lang['The websize image quality must be a number between %d and %d'] = 'The websize image quality must be a number between %d and %d';
727$lang['The websize maximum height must be a number between %d and %d'] = 'The websize maximum height must be a number between %d and %d';
728$lang['The websize maximum width must be a number between %d and %d'] = 'The websize maximum width must be a number between %d and %d';
729$lang['The whole page'] = 'The whole page';
730$lang['The whole set'] = 'The whole set';
731$lang['the wiki'] = "the wiki";
732$lang['Theme has been successfully installed'] = 'Theme has been successfully installed';
[12672]733$lang['Themes which need upgrade'] = 'Themes which need upgrade';
[8682]734$lang['Themes'] = "Themes";
[5369]735$lang['There is no available subscribers to mail.'] = "There is no subscribers to be notified by mail.";
[8682]736$lang['There is no other language available.'] = 'There is no other language available.';
737$lang['There is no other plugin available.'] = 'There is no other plugin available.';
738$lang['There is no other theme available.'] = 'There is no other theme available.';
[12672]739$lang['This is a major update, with <a href="%s">new exciting features</a>.'] = 'This is a major update, with <a href="%s">new exciting features</a>.';
740$lang['This is a minor update, with only bug corrections.'] = 'This is a minor update, with only bug corrections.';
[8682]741$lang['This name is already used by another group.'] = "This name is already used by another group.";
[12672]742$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'THIS PLUGIN IS NOW PART OF PIWIGO CORE! UNINSTALL IT NOW!';
[5156]743$lang['This site already exists'] = "This site already exists";
[8682]744$lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated';
745$lang['Thumbnail creation'] = "Thumbnail creation";
[5156]746$lang['Thumbnail'] = "Thumbnail";
[12672]747$lang['Thumbnails generation in progress...'] = 'Thumbnails generation in progress...';
[8682]748$lang['Time to send mail is limited. Others mails are skipped.'] = "The time to send mail is limited. Others mails have been skipped.";
749$lang['Time'] = "Time";
[5156]750$lang['title'] = "title";
[8682]751$lang['To send ?'] = "To send?";
752$lang['To subscribe'] = "To subscribe";
753$lang['To unsubscribe'] = "To unsubscribe";
754$lang['Toggle \'default group\' property'] = "Reverse 'default group' property";
755$lang['Tools'] = "Tools";
[5156]756$lang['total time'] = "total time";
[12672]757$lang['Two updates are available'] = 'Two updates are available';
[8682]758$lang['Type here the author name'] = 'Type here the author name';
759$lang['Type here the title'] = 'Type here the title';
[10970]760$lang['Type in a search term'] = "Type in a search term";
[8682]761$lang['Unable to check for upgrade.'] = "Unable to check for upgrade.";
[12682]762$lang['Unable to dump database.'] = 'Unable to dump database.'; //TO delete
763$lang['Unable to send template directory.'] = 'Unable to send template directory.'; //TO delete
764$lang['Unable to write new local directory.'] = 'Unable to write new local directory.'; //TO delete
[8682]765$lang['Uncheck all'] = "Uncheck all";
766$lang['Uninstall'] = "Uninstall";
767$lang['Uninstalled Plugins'] = 'Uninstalled Plugins';
[5369]768$lang['unit mode'] = "single mode";
[8682]769$lang['Unknown upload error'] = 'Unknown upload error';
770$lang['unknown'] = 'unknown';
[5156]771$lang['Unlocked'] = "Unlocked";
772$lang['unset'] = "unset";
[8682]773$lang['Unsubscribe from notification by mail'] = "Unsubscribe from notification by mail";
774$lang['Unsubscribed'] = "Unsubscribed";
[6993]775$lang['Update albums informations'] = "Update albums information";
[12672]776$lang['Update All'] = 'Update All';
777$lang['Update Complete'] = 'Update Complete';
778$lang['Update in progress... Please wait.'] = 'Update in progress... Please wait.';
[8723]779$lang['Update photos information'] = "Update photos information";
[8682]780$lang['update the database from files'] = "update the database with files";
[12672]781$lang['Update to Piwigo %s'] = 'Update to Piwigo %s';
782$lang['Updates'] = 'Updates';
[8682]783$lang['Upload Photos'] = 'Upload Photos';
784$lang['Upload'] = "Upload";
785$lang['Uploaded Photos'] = 'Uploaded Photos';
[8723]786$lang['Use the default photo sort order (defined in the configuration file)'] = "Use the default photo sort order (defined in the configuration file)";
[5369]787$lang['Used metadata'] = "Metadata used";
[5156]788$lang['user "%s" added'] = "user \"%s\" added";
[8682]789$lang['User "%s" created with "%s" like password'] = "User \"%s\" created with \"%s\" as password";
790$lang['User %s [%s] added.'] = "User %s [%s] added.";
791$lang['User %s [%s] was added to the subscription list.'] = "User %s [%s] added to the subscription list.";
792$lang['User %s [%s] was not added to the subscription list.'] = "User %s [%s] not added to the subscription list.";
793$lang['User %s [%s] was not removed from the subscription list.'] = "User %s [%s] not removed from the subscription list.";
794$lang['User %s [%s] was removed from the subscription list.'] = "User %s [%s] removed from the subscription list.";
795$lang['User comments validation'] = "User comments validation";
796$lang['User list'] = "Users list";
[5156]797$lang['User status'] = "User status";
[8682]798$lang['User'] = "User";
799$lang['Users'] = "Users";
[5156]800$lang['user_status_admin'] = "Administrator";
801$lang['user_status_generic'] = "Generic";
802$lang['user_status_guest'] = "Guest";
803$lang['user_status_normal'] = "User";
804$lang['user_status_webmaster'] = "Webmaster";
[8682]805$lang['Validate'] = "Validate";
806$lang['Validation'] = "Validation";
807$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "Versions of create_listing_file.php on the remote site and Piwigo must be the same";
808$lang['Version'] = "Version";
809$lang['Virtual album added'] = "Virtual album added";
810$lang['Virtual album deleted'] = "Virtual album deleted";
811$lang['Virtual album name'] = "Virtual album name";
[7024]812$lang['Virtual album'] = "Virtual album";
[8682]813$lang['Virtual albums to move'] = "Virtual albums to move";
814$lang['Virtual Links'] = 'Virtual Links';
815$lang['Visit Gallery'] = 'Visit the gallery';
[12672]816$lang['Visit language site'] = 'Visit language site';
[8682]817$lang['Visit Piwigo project website'] = 'Visit Piwigo project website';
818$lang['Visit plugin site'] = 'Visit plugin site';
[12672]819$lang['Visit theme site'] = 'Visit theme site';
[5369]820$lang['Waiting'] = "Pending";
[12672]821$lang['WARNING! This plugin does not seem to be compatible with this version of Piwigo.'] = 'WARNING! This plugin does not seem to be compatible with this version of Piwigo.';
[8682]822$lang['Warning: subscribing or unsubscribing will send mails to users'] = "Warning: subscribing or unsubscribing will send mails to users";
823$lang['Web size photo'] = 'Web size photo';
824$lang['Webmaster cannot be deleted'] = "Webmaster cannot be deleted";
825$lang['Webmaster status is required.'] = 'Webmaster status is required.';
826$lang['Week starts on'] = 'Week starts on';
827$lang['Who can see these photos?'] = 'Who can see these photos?';
828$lang['Who can see this photo?'] = 'Who can see this photo?';
829$lang['width must be a number superior to'] = "width must be a number greater than";
[12672]830$lang['Width'] = 'Width';
[8682]831$lang['With blank value, gallery title will be used'] = "If blank, the gallery title will be used";
[12672]832$lang['With no album'] = 'With no album';
833$lang['With no tag'] = 'With no tag';
834$lang['With no virtual album'] = 'With no virtual album';
[8682]835$lang['wrong filename'] = "wrong filename";
[5156]836$lang['Year'] = "Year";
[8682]837$lang['You are running on development sources, no check possible.'] = "You are running on development sources, no check possible.";
838$lang['You are running the latest version of Piwigo.'] = "You are running Piwigo latest version.";
[12672]839$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.';
840$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.';
841$lang['You can update to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can update to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';
[8682]842$lang['You cannot delete your account'] = "You cannot delete your account";
843$lang['You cannot move an album in its own sub album'] = "You cannot move an album in its own sub album";
[11587]844$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'You can\'t define a default photo order because you have a custom setting in your local configuration.';
[8762]845$lang['You have %d orphan tags: %s.'] = 'You have %d orphan tags: %s.';
[11587]846$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !';
[8682]847$lang['You have subscribed to receiving notifications by mail.'] = "You have subscribed to receive notifications by mail.";
848$lang['You have unsubscribed from receiving notifications by mail.'] = "You have unsubscribed from being notified by mail.";
[5369]849$lang['You might go to plugin list to install and activate it.'] = "Go to the plugins list to install and activate it.";
[8682]850$lang['You need to confirm deletion'] = "You must confirm deletion";
[5369]851$lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = "You should upgrade your system to take full advantage of the application, otherwise the application could work improperly, or not at all";
[5294]852$lang['Your configuration settings are saved'] = 'Your configuration settings are saved';
[12478]853$lang['Zoom'] = 'Zoom';
[8682]854$lang['[%s] Visit album %s'] = "[%s] Visit album %s";
855$lang['[NBM] Problems or questions'] = "[NBM] Problems or questions";
[12456]856
[12672]857?>
Note: See TracBrowser for help on using the repository browser.