From 09e7d9c49887aced339e715ab6bd173d30fd9968 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 10 Jun 2010 20:05:47 +0000 Subject: [trunk] merge 6516 feature:1731 Add Quebec localisation thanks to TiOger git-svn-id: http://piwigo.org/svn/trunk@6517 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_CA/install.lang.php | 76 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 language/fr_CA/install.lang.php (limited to 'language/fr_CA/install.lang.php') diff --git a/language/fr_CA/install.lang.php b/language/fr_CA/install.lang.php new file mode 100644 index 000000000..7c96eca37 --- /dev/null +++ b/language/fr_CA/install.lang.php @@ -0,0 +1,76 @@ +Piwigo message board.'] = "Besoin d'aide ? Posez votre question sur le forum de Piwigo."; +$lang['Webmaster mail address'] = "Adresse de courriel de l'administrateur"; +$lang['Visitors will be able to contact site administrator with this mail'] = "Les visiteurs pourront contacter l'administrateur du site par ce courriel"; +$lang['PHP 5 is required'] = "PHP 5 est requis"; +$lang['It appears your webhost is currently running PHP %s.'] = "Apparemment, la version PHP de votre hébergeur est PHP %s."; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = "Piwigo va essayer de passer en PHP 5 en créant ou modifiant le fichier .htaccess."; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = "Notez que vous pouvez modifier vous-même la configuration PHP et re-lancer Piwigo ensuite."; +$lang['Try to configure PHP 5'] = "Essayer de configurer PHP 5"; +$lang['Sorry!'] = "Désolé!"; +$lang['Piwigo was not able to configure PHP 5.'] = "Piwigo n'a pas pu configurer PHP 5."; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "Il vous faut contacter le support de votre hébergeur pour savoir comment configurer vous-même PHP 5."; +$lang['Hope to see you back soon.'] = "En espérant vous revoir très prochainement."; +$lang['Congratulations, Piwigo installation is completed'] = 'Félicitations, l\'installation de Piwigo est terminée'; + +$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Une solution alternative est de copier le texte dans la zone ci-dessous et de le coller dans le fichier "local/config/database.inc.php" (Attention: database.inc.php ne doit contenir que ce qui se trouve dans la zone, pas de retour à la ligne, pas d\'espace)'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.'; +$lang['Download the config file'] = 'Télécharger le fichier de configuration'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Les types SQLite et PostgreSQL sont actuellement en phase expérimentale.'; +$lang['Learn more'] = 'En savoir plus'; +?> -- cgit v1.2.3