From 46864ea0b6c61c39e126e09a7d55144c1a7e11f3 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 15 Feb 2012 16:52:24 +0000 Subject: feature:2577 Add functionnality in core files. git-svn-id: http://piwigo.org/svn/trunk@13172 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 2 ++ language/fr_FR/admin.lang.php | 2 ++ 2 files changed, 4 insertions(+) (limited to 'language') 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 -- cgit v1.2.3