aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php3
-rw-r--r--language/fr_FR/admin.lang.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index d4c63dd2e..4e7e6fc33 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -759,4 +759,7 @@ $lang['The following tag was deleted'] = 'The following tag was deleted';
$lang['Miscellaneous'] = 'Miscellaneous';
$lang['User Upload'] = 'User Upload';
$lang['Virtual Links'] = 'Virtual Links';
+$lang['There is no other language available.'] = 'There is no other language available.';
+$lang['There is no other plugin available.'] = 'There is no other plugin available.';
+$lang['There is no other theme available.'] = 'There is no other theme available.';
?>
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index df3850403..5c90241cf 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -762,4 +762,7 @@ $lang['Miscellaneous'] = 'Divers';
$lang['The following tag was deleted'] = 'Le tag suivant a été supprimé';
$lang['User Upload'] = 'Ajout utilisateur';
$lang['Virtual Links'] = 'Liens virtuels';
+$lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue disponible.';
+$lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.';
+$lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.';
?>