mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
update of the addon translations
This commit is contained in:
parent
be15b6ba6a
commit
be2e3e6bf7
45 changed files with 2267 additions and 0 deletions
62
diaspora/lang/fr/messages.po
Normal file
62
diaspora/lang/fr/messages.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# ADDON diaspora
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica diaspora addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Damien Goutte-Gattat <damien+transifex@incenp.org>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2015-02-04 19:15+0000\n"
|
||||
"Last-Translator: Damien Goutte-Gattat <damien+transifex@incenp.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: diaspora.php:37
|
||||
msgid "Post to Diaspora"
|
||||
msgstr "Publier sur Diaspora"
|
||||
|
||||
#: diaspora.php:142
|
||||
msgid ""
|
||||
"Can't login to your Diaspora account. Please check username and password and"
|
||||
" ensure you used the complete address (including http...)"
|
||||
msgstr "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial)."
|
||||
|
||||
#: diaspora.php:149 diaspora.php:153
|
||||
msgid "Diaspora Export"
|
||||
msgstr ""
|
||||
|
||||
#: diaspora.php:163
|
||||
msgid "Enable Diaspora Post Plugin"
|
||||
msgstr "Activer l’extension « Publier sur Diaspora »"
|
||||
|
||||
#: diaspora.php:168
|
||||
msgid "Diaspora username"
|
||||
msgstr "Identifiant Diaspora"
|
||||
|
||||
#: diaspora.php:173
|
||||
msgid "Diaspora password"
|
||||
msgstr "Mot de passe Diaspora"
|
||||
|
||||
#: diaspora.php:178
|
||||
msgid "Diaspora site URL"
|
||||
msgstr "Adresse du site Diaspora"
|
||||
|
||||
#: diaspora.php:183
|
||||
msgid "Post to Diaspora by default"
|
||||
msgstr "Publier sur Diaspora par défaut"
|
||||
|
||||
#: diaspora.php:189
|
||||
msgid "Save Settings"
|
||||
msgstr "Sauvegarder les paramètres"
|
||||
|
||||
#: diaspora.php:324
|
||||
msgid "Diaspora post failed. Queued for retry."
|
||||
msgstr "Échec de la publication sur Diaspora. Une nouvelle tentative est planifiée."
|
17
diaspora/lang/fr/strings.php
Normal file
17
diaspora/lang/fr/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Publier sur Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial).";
|
||||
$a->strings["Diaspora Export"] = "";
|
||||
$a->strings["Enable Diaspora Post Plugin"] = "Activer l’extension « Publier sur Diaspora »";
|
||||
$a->strings["Diaspora username"] = "Identifiant Diaspora";
|
||||
$a->strings["Diaspora password"] = "Mot de passe Diaspora";
|
||||
$a->strings["Diaspora site URL"] = "Adresse du site Diaspora";
|
||||
$a->strings["Post to Diaspora by default"] = "Publier sur Diaspora par défaut";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Échec de la publication sur Diaspora. Une nouvelle tentative est planifiée.";
|
Loading…
Add table
Add a link
Reference in a new issue