diff options
Diffstat (limited to 'language/en_GB/common.lang.php')
-rw-r--r-- | language/en_GB/common.lang.php | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/language/en_GB/common.lang.php b/language/en_GB/common.lang.php new file mode 100644 index 000000000..6c1b13e6c --- /dev/null +++ b/language/en_GB/common.lang.php @@ -0,0 +1,63 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based photo gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2013 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.5.0 +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['%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 ungrouped"; +$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"; + + +?>
\ No newline at end of file |