diff options
author | mistic100 <mistic@piwigo.org> | 2014-07-02 12:58:50 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-07-02 12:58:50 +0000 |
commit | d12f97545f541e0765f3e15bec533fb6de20441f (patch) | |
tree | d389edf9ca1a5f13f4246f89fe4e4e19120f46af /language | |
parent | 3b9e2659b0f6043246036f237f1227bcf1e10e51 (diff) |
fix br_FR common.lang encoding
git-svn-id: http://piwigo.org/svn/trunk@28918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/br_FR/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/br_FR/common.lang.php b/language/br_FR/common.lang.php index 4b7510e4c..d80e18c8a 100644 --- a/language/br_FR/common.lang.php +++ b/language/br_FR/common.lang.php @@ -1,4 +1,4 @@ -<?php +<?php // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ @@ -30,7 +30,7 @@ Author URI: http://piwigo.org // Langage informations $lang_info['language_name'] = 'Brezhoneg'; -$lang_info['country'] = 'Frañs'; +$lang_info['country'] = 'Frañs'; $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'br'; $lang_info['zero_plural'] = true; |