aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2012-02-15 16:52:24 +0000
committerpatdenice <patdenice@piwigo.org>2012-02-15 16:52:24 +0000
commit46864ea0b6c61c39e126e09a7d55144c1a7e11f3 (patch)
treee19720dfdb4bee31419831f2b4f6be656d44d0e9 /language
parent97132d9c6f54cf8f3253dec6c5b77b3e0678483b (diff)
feature:2577
Add functionnality in core files. git-svn-id: http://piwigo.org/svn/trunk@13172 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php2
-rw-r--r--language/fr_FR/admin.lang.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index c881ecc22..f1cf6685d 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -845,4 +845,6 @@ $lang['This album contains no photo.'] = 'This album contains no photo.';
$lang['Not cropped correctly?'] = 'Not cropped correctly?';
$lang['Center of interest'] = 'Center of interest';
$lang['Move to album'] = 'Move to album';
+$lang['You can activate only one mobile theme.'] = 'You can activate only one mobile theme.';
+$lang['mobile'] = 'mobile';
?> \ No newline at end of file
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index e110790ae..6f3cea4ef 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -846,4 +846,6 @@ $lang['This album contains %d photos, added between %s and %s.'] = 'Cet album co
$lang['This album contains no photo.'] = 'Cet album ne contient pas de photo.';
$lang['%s has been successfully updated.'] = '%s a été mis à jour avec succès.';
$lang['Move to album'] = 'Déplacer vers l\'album';
+$lang['You can activate only one mobile theme.'] = 'Vous ne pouvez activer qu\'un seul thème mobile.';
+$lang['mobile'] = 'mobile';
?> \ No newline at end of file