mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-25 19:00:03 +03:00

create new theme standard pages with tpl, css, js and images update backend to handle pages add config use_standard_pages on update set config to false, on install set config to true add standard pages to no be ingored in git
327 lines
No EOL
17 KiB
PHP
327 lines
No EOL
17 KiB
PHP
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
/*
|
|
Language Name: English [GB]
|
|
Version: auto
|
|
Language URI: http://piwigo.org/ext/extension_view.php?eid=716
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
|
|
$lang_info['language_name'] = "English";
|
|
$lang_info['country'] = "Great Britain";
|
|
$lang_info['direction'] = "ltr";
|
|
$lang_info['code'] = "en";
|
|
$lang_info['zero_plural'] = true;
|
|
$lang_info['parent']= "en_UK";
|
|
|
|
$lang['%d photo is also linked to current tags'] = '%d photo is also linked to current tags';
|
|
$lang['%d photos are also linked to current tags'] = '%d photos are also linked to current tags';
|
|
$lang['add this photo to your favorites'] = "add this photo to your favourites";
|
|
$lang['All tags'] = 'All tags';
|
|
$lang['About Piwigo'] = 'About Piwigo';
|
|
$lang['An administrator must authorize your comment before it is visible.'] = "An administrator must authorise your comment before it becomes visible.";
|
|
$lang['Any tag'] = 'Any tag';
|
|
$lang['customize the appareance of the gallery'] = "customise the look of the gallery";
|
|
$lang['Customize'] = "Customise";
|
|
$lang['delete all photos from your favorites'] = "delete all photos from your favourites";
|
|
$lang['delete this photo from your favorites'] = "delete this photo from your favourites";
|
|
$lang['Favorites'] = "Favourites";
|
|
$lang['display available tags'] = "display available keywords";
|
|
$lang['display photos linked to this tag'] = "display photos linked to this keyword";
|
|
$lang['Related tags'] = "Related keywords";
|
|
$lang['remove this tag from the list'] = "remove this keyword from the list";
|
|
$lang['Requested tag does not exist'] = 'Requested keyword does not exist';
|
|
$lang['Search tags'] = "Search keywords";
|
|
$lang['show tag cloud'] = 'show keywords cloud';
|
|
$lang['Tag results for'] = "Keyword results for";
|
|
$lang['Tag'] = "Keyword";
|
|
$lang['Tags'] = "Keywords";
|
|
$lang['Your favorites'] = "Your favourites";
|
|
$lang['Your Gallery Customization'] = "Your gallery customisation";
|
|
|
|
|
|
$lang['no rate'] = 'no rating';
|
|
$lang['display your favorites photos'] = 'display your favourite photos';
|
|
$lang['You are not authorized to access the requested page'] = 'You are not authorised to access the requested page';
|
|
$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = 'Successfully registered. You will soon receive an email with your connection settings. Welcome!';
|
|
$lang['Please, enter a login'] = 'Please enter a login';
|
|
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo encountered an irrecoverable error';
|
|
$lang['Forgot your password?'] = 'Forgotten your password?';
|
|
$lang['small'] = 'S - small';
|
|
$lang['square'] = 'Square';
|
|
$lang['stop the slideshow'] = 'stop the slideshow';
|
|
$lang['thumb'] = 'Thumbnail';
|
|
$lang['today'] = 'today';
|
|
$lang['useful when password forgotten'] = 'useful in case password is forgotten';
|
|
$lang['wrong date'] = 'wrong date';
|
|
$lang['xlarge'] = 'XL - extra large';
|
|
$lang['medium'] = 'M - medium';
|
|
$lang['month']['10'] = 'October';
|
|
$lang['month']['11'] = 'November';
|
|
$lang['month']['12'] = 'December';
|
|
$lang['month']['1'] = 'January';
|
|
$lang['month']['2'] = 'February';
|
|
$lang['month']['3'] = 'March';
|
|
$lang['month']['4'] = 'April';
|
|
$lang['month']['5'] = 'May';
|
|
$lang['month']['6'] = 'June';
|
|
$lang['month']['7'] = 'July';
|
|
$lang['month']['8'] = 'August';
|
|
$lang['month']['9'] = 'September';
|
|
$lang['obligatory'] = 'mandatory';
|
|
$lang['password updated'] = 'password updated';
|
|
$lang['photo'] = 'photo';
|
|
$lang['photos posted during the last %d days'] = 'photos posted during the last %d days';
|
|
$lang['posted after %s (%s)'] = 'posted after %s (%s)';
|
|
$lang['posted before %s (%s)'] = 'posted before %s (%s)';
|
|
$lang['posted between %s (%s) and %s (%s)'] = 'posted between %s (%s) and %s (%s)';
|
|
$lang['xsmall'] = 'XS - extra small';
|
|
$lang['xxlarge'] = 'XXL - huge';
|
|
$lang['Since'] = 'Since';
|
|
$lang['Someone requested that the password be reset for the following user account:'] = 'Someone requested that the password be reset for the following user account:';
|
|
$lang['Sort by'] = 'Sort by';
|
|
$lang['Sort order'] = 'Sort order';
|
|
$lang['Specials'] = 'Specials';
|
|
$lang['Start-Date'] = 'Start date';
|
|
$lang['Submit'] = 'Submit';
|
|
$lang['Thank you for registering at %s!'] = 'Thank you for registering at %s!';
|
|
$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'The RSS feed provides notification on new events from this website: new photos, updated albums, new comments. To be used with a RSS feed reader.';
|
|
$lang['The gallery is locked for maintenance. Please, come back later.'] = 'The gallery is locked for maintenance. Please come back later.';
|
|
$lang['The number of photos per page must be a not null scalar'] = 'The number of photos per page must be a non-zero integer';
|
|
$lang['The passwords do not match'] = 'The passwords do not match';
|
|
$lang['Theme'] = 'Theme';
|
|
$lang['This author modified following comment:'] = 'This author modified the following comment:';
|
|
$lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d';
|
|
$lang['This login is already used by another user'] = 'This login is already used by another user';
|
|
$lang['Return to home page'] = 'Return to home page';
|
|
$lang['SQL queries in'] = 'SQL queries in';
|
|
$lang['Search'] = 'Search';
|
|
$lang['Search by date'] = 'Search by date';
|
|
$lang['Search for Author'] = 'Search for an author';
|
|
$lang['Search for all terms'] = 'Search for all terms';
|
|
$lang['Search for any term'] = 'Search for any term';
|
|
$lang['Search for words'] = 'Search for words';
|
|
$lang['Search in albums'] = 'Search in albums';
|
|
$lang['Search in sub-albums'] = 'Search in sub-albums';
|
|
$lang['Search results'] = 'Search results';
|
|
$lang['Send my connection settings by email'] = 'Send my connection settings by email';
|
|
$lang['Sent by'] = 'Sent by';
|
|
$lang['Show file metadata'] = 'Show file metadata';
|
|
$lang['Show latest comments first'] = 'Show latest comments first';
|
|
$lang['Show number of comments'] = 'Show number of comments';
|
|
$lang['Show number of hits'] = 'Show number of hits';
|
|
$lang['Show oldest comments first'] = 'Show oldest comments first';
|
|
$lang['Rating score'] = 'Rating score';
|
|
$lang['Rating score, high → low'] = 'Rating score, high → low';
|
|
$lang['Rating score, low → high'] = 'Rating score, low → high';
|
|
$lang['Recent albums'] = 'Recent albums';
|
|
$lang['Recent period'] = 'Recent period';
|
|
$lang['Recent period must be a positive integer value'] = 'Recent period must be a positive integer value';
|
|
$lang['Recent photos'] = 'Recent photos';
|
|
$lang['Redirection...'] = 'Redirection...';
|
|
$lang['Reduce diaporama speed'] = 'Reduce slideshow speed';
|
|
$lang['Register'] = 'Register';
|
|
$lang['Registration'] = 'Registration';
|
|
$lang['Registration of %s'] = 'Registration of %s';
|
|
$lang['Related albums'] = 'Related albums';
|
|
$lang['Repeat the slideshow'] = 'Repeat slideshow';
|
|
$lang['Requested album does not exist'] = 'Requested album does not exist';
|
|
$lang['Reset'] = 'Reset';
|
|
$lang['Reset to default values'] = 'Reset to default values';
|
|
$lang['Retrieve password'] = 'Retrieve password';
|
|
$lang['Photos only RSS feed'] = 'Photos only RSS feed';
|
|
$lang['Photos posted within the last %d day.'] = 'Photos posted within the last %d day only.';
|
|
$lang['Photos posted within the last %d days.'] = 'Photos posted within the last %d days only.';
|
|
$lang['Piwigo Help'] = 'Piwigo help';
|
|
$lang['Play of slideshow'] = 'Play slideshow';
|
|
$lang['Please enter your username or email address.'] = 'Please enter your username or email address.';
|
|
$lang['Post date'] = 'Post date';
|
|
$lang['Posted on'] = 'Posted on';
|
|
$lang['Powered by'] = 'Powered by';
|
|
$lang['Preferences'] = 'Preferences';
|
|
$lang['Previous'] = 'Previous';
|
|
$lang['Profile'] = 'Profile';
|
|
$lang['Quick connect'] = 'Quick connect';
|
|
$lang['Quick search'] = 'Quick search';
|
|
$lang['RSS feed'] = 'RSS feed';
|
|
$lang['Random photos'] = 'Random photos';
|
|
$lang['Rank'] = 'Rank';
|
|
$lang['Rate this photo'] = 'Rate this photo';
|
|
$lang['Numeric identifier, 9 → 1'] = 'Numeric identifier, 9 → 1';
|
|
$lang['Original'] = 'Original';
|
|
$lang['Original dimensions'] = 'Original dimensions';
|
|
$lang['Page generated in'] = 'Page generated in';
|
|
$lang['Page not found'] = 'Page not found';
|
|
$lang['Password'] = 'Password';
|
|
$lang['Password Reset'] = 'Password Reset';
|
|
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Password confirmation is missing. Please confirm the password.';
|
|
$lang['Password forgotten'] = 'Password forgotten';
|
|
$lang['Password is missing. Please enter the password.'] = 'Password is missing. Please enter the password.';
|
|
$lang['Password reset is not allowed for this user'] = 'Password reset is not allowed for this user';
|
|
$lang['Password: %s'] = 'Password: %s';
|
|
$lang['Password: ********** (no copy by email)'] = 'Password: ********** (no copy by email)';
|
|
$lang['Pause of slideshow'] = 'Pause slideshow';
|
|
$lang['Permalink for album not found'] = 'Permalink for album not found';
|
|
$lang['Photo description'] = 'Photo description';
|
|
$lang['Photo sizes'] = 'Photo sizes';
|
|
$lang['Photo title'] = 'Photo title';
|
|
$lang['Photo title, A → Z'] = 'Photo title, A → Z';
|
|
$lang['Photo title, Z → A'] = 'Photo title, Z → A';
|
|
$lang['Link: %s'] = 'Link: %s';
|
|
$lang['Links'] = 'Links';
|
|
$lang['Login'] = 'Sign in';
|
|
$lang['Logout'] = 'Logout';
|
|
$lang['Manage this user comment: %s'] = 'Manage this user comment: %s';
|
|
$lang['Manual sort order'] = 'Manual sort order';
|
|
$lang['Menu'] = 'Menu';
|
|
$lang['Mobile'] = 'Mobile';
|
|
$lang['Most visited'] = 'Most visited';
|
|
$lang['N/A'] = 'N/A';
|
|
$lang['New on %s'] = 'New on %s';
|
|
$lang['New password'] = 'New password';
|
|
$lang['Next'] = 'Next';
|
|
$lang['No'] = 'No';
|
|
$lang['No results for'] = 'No results for';
|
|
$lang['Not repeat the slideshow'] = 'Do not repeat slideshow';
|
|
$lang['Notification'] = 'Notification';
|
|
$lang['Number of items'] = 'Number of items';
|
|
$lang['Number of photos per page'] = 'Number of photos per page';
|
|
$lang['Numeric identifier, 1 → 9'] = 'Numeric identifier, 1 → 9';
|
|
$lang['Hello %s,'] = 'Hello %s,';
|
|
$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hello %s, your Piwigo photo gallery is empty!';
|
|
$lang['Help'] = 'Help';
|
|
$lang['Here are your connection settings'] = 'Here are your connection settings';
|
|
$lang['Home'] = 'Home';
|
|
$lang['I want to add photos'] = 'I want to add photos';
|
|
$lang['IP: %s'] = 'IP: %s';
|
|
$lang['IPTC Metadata'] = 'IPTC Metadata';
|
|
$lang['Identification'] = 'Identification';
|
|
$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'If this was a mistake, please ignore this email and nothing will happen.';
|
|
$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'If you think you\'ve received this email in error, please contact us at %s';
|
|
$lang['Invalid key'] = 'Invalid key';
|
|
$lang['Invalid password!'] = 'Invalid password!';
|
|
$lang['Invalid username or email'] = 'Invalid username or email';
|
|
$lang['Invalid username or password!'] = 'Invalid username or password!';
|
|
$lang['Keyword'] = 'Keyword';
|
|
$lang['Kind of date'] = 'Type of date';
|
|
$lang['Language'] = 'Language';
|
|
$lang['Last'] = 'Last';
|
|
$lang['Last Page'] = 'Last page';
|
|
$lang['End-Date'] = 'End date';
|
|
$lang['Enter your new password below.'] = 'Enter your new password below.';
|
|
$lang['Enter your personnal informations'] = 'Enter your personal data';
|
|
$lang['Error sending email'] = 'Error when sending email';
|
|
$lang['Expand all albums'] = 'Expand all albums';
|
|
$lang['File'] = 'File';
|
|
$lang['File name'] = 'File name';
|
|
$lang['File name, A → Z'] = 'File name, A → Z';
|
|
$lang['File name, Z → A'] = 'File name, Z → A';
|
|
$lang['Filesize'] = 'File size';
|
|
$lang['Filter'] = 'Filter';
|
|
$lang['Filter and display'] = 'Filter and display';
|
|
$lang['First'] = 'First';
|
|
$lang['First Page'] = 'First page';
|
|
$lang['Forbidden'] = 'Forbidden';
|
|
$lang['Go back to the album'] = 'Return to the album';
|
|
$lang['Go through the gallery as a visitor'] = 'Navigate the gallery as a visitor';
|
|
$lang['Hello'] = 'Hello';
|
|
$lang['Date created, old → new'] = 'Date created, old → new';
|
|
$lang['Date posted, new → old'] = 'Date posted, new → old';
|
|
$lang['Date posted, old → new'] = 'Date posted, old → new';
|
|
$lang['Default'] = 'Default';
|
|
$lang['Delete'] = 'Delete';
|
|
$lang['Desktop'] = 'Desktop';
|
|
$lang['Dimensions'] = 'Dimensions';
|
|
$lang['Display'] = 'Display';
|
|
$lang['Download'] = 'download';
|
|
$lang['Download this file'] = 'Download this file';
|
|
$lang['EXIF Metadata'] = 'EXIF Metadata';
|
|
$lang['Edit'] = 'Edit';
|
|
$lang['Edit a comment'] = 'Edit a comment';
|
|
$lang['Email'] = 'Email';
|
|
$lang['Email address'] = 'Email address';
|
|
$lang['Email address is mandatory'] = 'Email address is mandatory';
|
|
$lang['Email address is missing. Please specify an email address.'] = 'Email address is missing. Please specify an email address.';
|
|
$lang['Email: %s'] = 'Email: %s';
|
|
$lang['Empty query. No criteria has been entered.'] = 'Empty query. No criteria have been entered.';
|
|
$lang['Click on the photo to see it in high definition'] = 'Click on the photo to see it in high definition';
|
|
$lang['Close this window'] = 'Close this window';
|
|
$lang['Comment'] = 'Comment';
|
|
$lang['Comment by %s'] = 'Comment by %s';
|
|
$lang['Comment: %s'] = 'Comment: %s';
|
|
$lang['Comments'] = 'Comments';
|
|
$lang['Complete RSS feed (photos, comments)'] = 'Complete RSS feed (photos, comments)';
|
|
$lang['Confirm Password'] = 'Confirm Password';
|
|
$lang['Connected user: %s'] = 'Connected user: %s';
|
|
$lang['Connection settings'] = 'Connection settings';
|
|
$lang['Contact'] = 'Contact';
|
|
$lang['Contact webmaster'] = 'Contact webmaster';
|
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies are blocked or not supported by your browser. You must enable cookies to log in.';
|
|
$lang['Create a new account'] = 'Create a new account';
|
|
$lang['Created on'] = 'Created on';
|
|
$lang['Creation date'] = 'Creation date';
|
|
$lang['Current password is wrong'] = 'Current password is wrong';
|
|
$lang['Date'] = 'Date';
|
|
$lang['Date created, new → old'] = 'Date created, new → old';
|
|
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = 'Anti-flood protection: please wait a moment before trying to post another comment';
|
|
$lang['Albums'] = 'Albums';
|
|
$lang['All'] = 'All';
|
|
$lang['Apply on properties'] = 'Apply on properties';
|
|
$lang['Are you sure?'] = 'Are you sure?';
|
|
$lang['Author'] = 'Author';
|
|
$lang['Author: %s'] = 'Author: %s';
|
|
$lang['Auto login'] = 'Auto login';
|
|
$lang['Bad request'] = 'Bad request';
|
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Bad status for user "guest", default status will be used. Please notify the webmaster.';
|
|
$lang['Best rated'] = 'Highest rated';
|
|
$lang['Browser: %s'] = 'Browser: %s';
|
|
$lang['Calendar'] = 'Calendar';
|
|
$lang['Change my password'] = 'Change my password';
|
|
$lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link';
|
|
$lang['Click here if your browser does not automatically forward you'] = 'Click here if your browser does not automatically forward you';
|
|
$lang['%d rate'] = '%d rate';
|
|
$lang['%d rates'] = '%d rates';
|
|
$lang['(!) This comment requires validation'] = '(!) This comment requires validation';
|
|
$lang['... or browse your empty gallery'] = '... or browse your empty gallery';
|
|
$lang['... or please deactivate this message, I will find my way by myself'] = '... or please deactivate this message, I will find my own way';
|
|
$lang['2small'] = 'XXS - tiny';
|
|
$lang['A comment on your site'] = 'A comment on your site';
|
|
$lang['About'] = 'About';
|
|
$lang['Accelerate diaporama speed'] = 'Increase slideshow speed';
|
|
$lang['Add a comment'] = 'Add a comment';
|
|
$lang['Admin: %s'] = 'Admin: %s';
|
|
$lang['Administration'] = 'Administration';
|
|
$lang['Album'] = 'Album';
|
|
$lang['Album name, 1 → 5 → 10 → 100'] = 'Album name, 1 → 5 → 10 → 100';
|
|
$lang['Album name, 100 → 10 → 5 → 1'] = 'Album name, 100 → 10 → 5 → 1';
|
|
$lang['Album name, A → Z'] = 'Album name, A → Z';
|
|
$lang['Album name, Z → A'] = 'Album name, Z → A';
|
|
$lang['Album results for'] = 'Album results for';
|
|
$lang['Album: %s'] = 'Album: %s';
|
|
$lang['%d photos per page'] = '%d photos per page';
|
|
$lang['%d photos'] = '%d photos';
|
|
$lang['%d photo'] = '%d photo';
|
|
$lang['%d new users'] = '%d new users';
|
|
$lang['%d new user'] = '%d new user';
|
|
$lang['%d new photos'] = '%d new photos';
|
|
$lang['%d new photo'] = '%d new photo';
|
|
$lang['%d new comments'] = '%d new comments';
|
|
$lang['%d new comment'] = '%d new comment';
|
|
$lang['%d hits'] = '%d hits';
|
|
$lang['%d hit'] = '%d hit';
|
|
$lang['%d comments to validate'] = '%d comments to validate';
|
|
$lang['%d comments'] = '%d comments';
|
|
$lang['%d comment to validate'] = '%d comment to validate';
|
|
$lang['%d album updated'] = '%d album updated';
|
|
$lang['%d comment'] = '%d comment';
|
|
$lang['%d albums updated'] = '%d album updated';
|
|
$lang['%d Kb'] = '%d KB';
|
|
$lang['mandatory'] = 'required';
|
|
$lang['Yes'] = 'Yes';
|
|
$lang['Clear'] = 'Clear'; |