diff options
Diffstat (limited to 'language/br_FR')
-rw-r--r-- | language/br_FR/common.lang.php | 68 | ||||
-rw-r--r-- | language/br_FR/iso.txt | 1 |
2 files changed, 69 insertions, 0 deletions
diff --git a/language/br_FR/common.lang.php b/language/br_FR/common.lang.php new file mode 100644 index 000000000..8ef53da4e --- /dev/null +++ b/language/br_FR/common.lang.php @@ -0,0 +1,68 @@ +<?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: Brezhoneg [FR] +Version: 2.5.0 +Language URI: http://piwigo.org/ext/extension_view.php?eid=698 +Author: Piwigo team +Author URI: http://piwigo.org +*/ + +// Langage informations +$lang_info['language_name'] = 'Brezhoneg'; +$lang_info['country'] = 'Bro-C\'hall'; +$lang_info['direction'] = 'ltr'; +$lang_info['code'] = 'br'; +$lang_info['zero_plural'] = true; + +$lang['%d comments'] = '%d evezhiadenn'; +$lang['%d hit'] = '%d klik'; +$lang['%d hits'] = '%d klik'; +$lang['%d Kb'] = '%d Ko'; +$lang['%d new comment'] = '%d evezhiadenn nevez'; +$lang['%d new comments'] = '%d evezhiadenn nevez'; +$lang['%d new photo'] = '%d luc\'hskeudenn nevez'; +$lang['%d new photos'] = '%d luc\'hskeudenn nevez'; +$lang['%d new user'] = '%d implijer nevez'; +$lang['%d new users'] = '%d implijer nevez'; +$lang['Date'] = 'Deiziad'; +$lang['day'][0] = 'Sul'; +$lang['day'][1] = 'Lun'; +$lang['day'][2] = 'Meurzh'; +$lang['day'][3] = 'Merc\'her'; +$lang['day'][4] = 'Yaou'; +$lang['day'][5] = 'Gwener'; +$lang['day'][6] = 'Sadorn'; +$lang['month'][10] = 'Here'; +$lang['month'][11] = 'Du'; +$lang['month'][12] = 'Kerzu'; +$lang['month'][1] = 'Genver'; +$lang['month'][2] = 'C\'hwevrer'; +$lang['month'][3] = 'Meurzh'; +$lang['month'][4] = 'Ebrel'; +$lang['month'][5] = 'Mae'; +$lang['month'][6] = 'Mezheven'; +$lang['month'][7] = 'Gouere'; +$lang['month'][8] = 'Eost'; +$lang['month'][9] = 'Gwengolo'; +?>
\ No newline at end of file diff --git a/language/br_FR/iso.txt b/language/br_FR/iso.txt new file mode 100644 index 000000000..1e4b66d4a --- /dev/null +++ b/language/br_FR/iso.txt @@ -0,0 +1 @@ +Brezhoneg [FR]
\ No newline at end of file |