aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2005-04-26 14:24:08 +0000
committergweltas <gweltas@piwigo.org>2005-04-26 14:24:08 +0000
commit3fc8c9824f1e57e1ef32c7fbfcbf7b1ecd7bcb66 (patch)
treec79ab656c172c75774ec8557f1ff219a732c4b2d /language
parent97a3d7af5b641a9e52a2668a5d1a7754b3010268 (diff)
Bug 0000100: 'info_line' template code splited
git-svn-id: http://piwigo.org/svn/trunk@774 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php1
-rw-r--r--language/fr_FR.iso-8859-1/common.lang.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 1cec5e309..c49e2f232 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -59,6 +59,7 @@ $lang['webmaster'] = 'Webmaster';
$lang['language']='Language';
$lang['powered_by'] = 'Powered by';
$lang['all_categories'] = 'all categories';
+$lang['unavailable'] = 'N/A';
//Properties
$lang['registration_date'] = 'Registered on';
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php
index 5f3fb6ec8..8c5b36acc 100644
--- a/language/fr_FR.iso-8859-1/common.lang.php
+++ b/language/fr_FR.iso-8859-1/common.lang.php
@@ -59,6 +59,7 @@ $lang['language'] = 'Langue';
$lang['send_mail'] = 'Contact';
$lang['powered_by'] = 'Propulsé par';
$lang['all_categories'] = 'toutes catégories';
+$lang['unavailable'] = 'N/A';
// Properties
$lang['registration_date'] = 'Enregistré le';