Files
Piwigo/language/en_GB/common.lang.php
T
2019-07-15 12:37:53 +02:00

86 lines
4.1 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 keywords";
$lang['%d photos are also linked to current tags'] = "%d photos are also linked to current keywords";
$lang['add this photo to your favorites'] = "add this photo to your favourites";
$lang['All tags'] = "All keywords";
$lang['About Piwigo'] = "About this website";
$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 keyword";
$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';