aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-04-14 23:17:49 +0000
committermistic100 <mistic@piwigo.org>2011-04-14 23:17:49 +0000
commitfda50a256ba37648c661922735226d319dcc1750 (patch)
tree7ce79186b36de926f9617a8a1bf41f18dd1b00f2 /language
parent8027f4fe0c9894cef757598ebf4bd06edbc7a285 (diff)
plugin manager : description tooltip on the title, tooltip for restoration link
git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php1
-rw-r--r--language/fr_CA/admin.lang.php5
-rw-r--r--language/fr_FR/admin.lang.php1
3 files changed, 7 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 297d40d90..571e4dbb9 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -572,6 +572,7 @@ $lang['Representative'] = "Representative";
$lang['Represents'] = "Represents";
$lang['Resize'] = 'Resize';
$lang['Restore'] = "Restore";
+$lang['Restore default configuration. You will lost your plugin settings!'] = "Restore default configuration. You will lost your plugin settings!";
$lang['Results of miniaturization'] = "Miniaturization process results";
$lang['Save order'] = "Save order";
$lang['Save page visits by administrators'] = "Record pages visited by administrators";
diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php
index fe3d1951b..5d452bb06 100644
--- a/language/fr_CA/admin.lang.php
+++ b/language/fr_CA/admin.lang.php
@@ -794,4 +794,9 @@ $lang['WARNING! This plugin does not seem to be compatible with this version of
$lang['Do you want to activate anyway?'] = 'Voulez-vous l\'activer quand même?';
$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'CE GREFFON FAIT DÉSORMAIS PARTIE DU CŒUR DE PIWIGO! SUPPRIMEZ-LE.';
$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERREUR: CE GREFFON EST MANQUANT MAIS TOUJOURS INSTALLÉ! DÉSINSTALLEZ-LE.';
+$lang['display'] = 'Afficher';
+$lang['Compact'] = "Compact";
+$lang['Complete'] = "Complet";
+$lang['Restore'] = "Restaurer";
+$lang['Restore default configuration. You will lost your plugin settings!'] = "Restaurer la configuration par défaut? Vous perdrez vos réglages personnels !";
?> \ No newline at end of file
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 72f80371e..279231c15 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -797,4 +797,5 @@ $lang['display'] = 'Afficher';
$lang['Compact'] = "Compact";
$lang['Complete'] = "Complet";
$lang['Restore'] = "Restaurer";
+$lang['Restore default configuration. You will lost your plugin settings!'] = "Restaurer la configuration par défaut? Vous perdrez vos réglages personnels !";
?> \ No newline at end of file