mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
70 lines
4.1 KiB
PHP
70 lines
4.1 KiB
PHP
|
<?php
|
||
|
// +-----------------------------------------------------------------------+
|
||
|
// | Piwigo - a PHP based photo gallery |
|
||
|
// +-----------------------------------------------------------------------+
|
||
|
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
|
||
|
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
||
|
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
||
|
// +-----------------------------------------------------------------------+
|
||
|
// | This program is free software; you can redistribute it and/or modify |
|
||
|
// | it under the terms of the GNU General Public License as published by |
|
||
|
// | the Free Software Foundation |
|
||
|
// | |
|
||
|
// | This program is distributed in the hope that it will be useful, but |
|
||
|
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||
|
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||
|
// | General Public License for more details. |
|
||
|
// | |
|
||
|
// | You should have received a copy of the GNU General Public License |
|
||
|
// | along with this program; if not, write to the Free Software |
|
||
|
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||
|
// | USA. |
|
||
|
// +-----------------------------------------------------------------------+
|
||
|
/*
|
||
|
Language Name: English [GB]
|
||
|
Version: 2.6.1
|
||
|
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?';
|