aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-11-20 21:52:11 +0000
committerchrisaga <chrisaga@piwigo.org>2005-11-20 21:52:11 +0000
commitcf0b90d473cc8ebf86f76004436744dbb2d92d76 (patch)
treea50ce0f4e58229cdf9652079c590ff0392b37450 /language
parenta2910859873e279ed56da45f2a0dff4020accaa6 (diff)
- bug 213 fixed : quickconnect legend cahnged to 'Quick connect'
git-svn-id: http://piwigo.org/svn/trunk@949 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php3
-rw-r--r--language/fr_FR.iso-8859-1/common.lang.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 9dcd70fb6..c82eb63c0 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -48,6 +48,7 @@ $lang['Category'] = 'Category';
$lang['Close this window'] = 'Close this window';
$lang['Confirm Password'] = 'Confirm Password';
$lang['Connection'] = 'Connection';
+$lang['Quick connect'] = 'Quick connect';
$lang['Connection settings'] = 'Connection settings';
$lang['Contact webmaster'] = 'Contact webmaster';
$lang['Create a new account'] = 'Create a new account';
@@ -304,4 +305,4 @@ $lang['all'] = 'all';
$lang['ascending'] = 'ascending';
$lang['comment date'] = 'comment date';
$lang['picture'] = 'picture';
-?> \ No newline at end of file
+?>
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php
index f0061ddb4..ec663f044 100644
--- a/language/fr_FR.iso-8859-1/common.lang.php
+++ b/language/fr_FR.iso-8859-1/common.lang.php
@@ -47,6 +47,7 @@ $lang['Category'] = 'Catégorie';
$lang['Close this window'] = 'Fermer cette fenêtre';
$lang['Confirm Password'] = 'Confirmer le mot de passe';
$lang['Connection'] = 'Connexion';
+$lang['Quick connect'] = 'Connexion rapide';
$lang['Connection settings'] = 'Paramètres de connexion';
$lang['Contact webmaster'] = 'Contacter le webmestre';
$lang['Create a new account'] = 'Créer un nouveau compte';
@@ -302,4 +303,4 @@ $lang['upload_username'] = 'Nom d\'utilisateur';
$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
$lang['w_month'] = 'Mois';
$lang['yes'] = 'Oui';
-?> \ No newline at end of file
+?>