aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_CA
diff options
context:
space:
mode:
Diffstat (limited to 'language/fr_CA')
-rw-r--r--language/fr_CA/admin.lang.php1
-rw-r--r--language/fr_CA/common.lang.php4
2 files changed, 5 insertions, 0 deletions
diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php
index 3bf814736..1f7ed5340 100644
--- a/language/fr_CA/admin.lang.php
+++ b/language/fr_CA/admin.lang.php
@@ -958,4 +958,5 @@ $lang['between %d and %d pixels'] = 'entre %d et %d pixels';
$lang['between %.2f and %.2f'] = 'entre %.2f et %.2f';
$lang['Purge user cache'] = 'Purger le cache utilisateur';
$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'La tailles des images sera réduite à %dx%d pixels.';
+$lang['Resize after upload disabled due to the use of GD as graphic library'] = 'Redimensionnement après transfert désactivé car GD est la librairie graphique utilisée actuellement';
?> \ No newline at end of file
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php
index c89e12423..8a885b549 100644
--- a/language/fr_CA/common.lang.php
+++ b/language/fr_CA/common.lang.php
@@ -416,5 +416,9 @@ $lang['Username is mandatory'] = 'Nom d\'utilisateur obligatoire';
$lang['mandatory'] = 'obligatoire';
$lang['Website'] = 'Site web';
$lang['Your website URL is invalid'] = 'L\'adresse de votre site web est invalide';
+$lang['First Page'] = 'Première page';
+$lang['Go back to the album'] = 'Retourner à l\'album';
+$lang['Last Page'] = 'Dernière page';
+$lang['Email'] = 'Courriel';
?> \ No newline at end of file