Merge pull request #289 from tobiasd/20150728-translation

translation
This commit is contained in:
Tobias Diekershoff 2015-07-28 08:02:40 +02:00
commit 52e15fd889
26 changed files with 959 additions and 230 deletions

View File

@ -0,0 +1,77 @@
# ADDON buffer
# Copyright (C)
# This file is distributed under the same license as the Friendica buffer addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 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-07-27 18:12+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: buffer.php:31
msgid "Permission denied."
msgstr "Permission refusée."
#: buffer.php:57 buffer.php:185
msgid "Save Settings"
msgstr "Enregistrer les Paramètres"
#: buffer.php:59
msgid "Client ID"
msgstr "Identifiant client"
#: buffer.php:60
msgid "Client Secret"
msgstr ""
#: buffer.php:67
msgid "Error when registering buffer connection:"
msgstr ""
#: buffer.php:86
msgid "You are now authenticated to buffer. "
msgstr ""
#: buffer.php:87
msgid "return to the connector page"
msgstr ""
#: buffer.php:103
msgid "Post to Buffer"
msgstr ""
#: buffer.php:128 buffer.php:132
msgid "Buffer Export"
msgstr ""
#: buffer.php:142
msgid "Authenticate your Buffer connection"
msgstr ""
#: buffer.php:146
msgid "Enable Buffer Post Plugin"
msgstr ""
#: buffer.php:151
msgid "Post to Buffer by default"
msgstr ""
#: buffer.php:156
msgid "Check to delete this preset"
msgstr ""
#: buffer.php:165
msgid "Posts are going to all accounts that are enabled by default:"
msgstr ""

View File

@ -0,0 +1,21 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Permission denied."] = "Permission refusée.";
$a->strings["Save Settings"] = "Enregistrer les Paramètres";
$a->strings["Client ID"] = "Identifiant client";
$a->strings["Client Secret"] = "";
$a->strings["Error when registering buffer connection:"] = "";
$a->strings["You are now authenticated to buffer. "] = "";
$a->strings["return to the connector page"] = "";
$a->strings["Post to Buffer"] = "";
$a->strings["Buffer Export"] = "";
$a->strings["Authenticate your Buffer connection"] = "";
$a->strings["Enable Buffer Post Plugin"] = "";
$a->strings["Post to Buffer by default"] = "";
$a->strings["Check to delete this preset"] = "";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "";

View File

@ -0,0 +1,36 @@
# ADDON editplain
# Copyright (C)
# This file is distributed under the same license as the Friendica editplain addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 18:13+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: editplain.php:46
msgid "Editplain settings updated."
msgstr ""
#: editplain.php:76
msgid "Editplain Settings"
msgstr ""
#: editplain.php:78
msgid "Disable richtext status editor"
msgstr "Désactiver l'éditeur avancé de statut"
#: editplain.php:84
msgid "Submit"
msgstr "Soumettre"

View File

@ -1,6 +1,11 @@
<?php
$a->strings["Editplain settings updated."] = "Réglages editplain sauvés.";
$a->strings["Editplain Settings"] = "Réglages de editplain";
$a->strings["Disable richtext status editor"] = "Désactiver l'édition \"riche\"";
$a->strings["Submit"] = "Envoyer";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Editplain settings updated."] = "";
$a->strings["Editplain Settings"] = "";
$a->strings["Disable richtext status editor"] = "Désactiver l'éditeur avancé de statut";
$a->strings["Submit"] = "Soumettre";

View File

@ -0,0 +1,75 @@
# ADDON gravatar
# Copyright (C)
# This file is distributed under the same license as the Friendica gravatar addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 18:15+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: gravatar.php:71
msgid "generic profile image"
msgstr ""
#: gravatar.php:72
msgid "random geometric pattern"
msgstr ""
#: gravatar.php:73
msgid "monster face"
msgstr ""
#: gravatar.php:74
msgid "computer generated face"
msgstr "visage généré par ordinateur"
#: gravatar.php:75
msgid "retro arcade style face"
msgstr ""
#: gravatar.php:89
msgid "Information"
msgstr "Information"
#: gravatar.php:89
msgid ""
"Libravatar addon is installed, too. Please disable Libravatar addon or this "
"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
"nothing was found at Libravatar."
msgstr ""
#: gravatar.php:95
msgid "Submit"
msgstr "Envoyer"
#: gravatar.php:96
msgid "Default avatar image"
msgstr "Image par défaut d'avatar"
#: gravatar.php:96
msgid "Select default avatar image if none was found at Gravatar. See README"
msgstr ""
#: gravatar.php:97
msgid "Rating of images"
msgstr ""
#: gravatar.php:97
msgid "Select the appropriate avatar rating for your site. See README"
msgstr ""
#: gravatar.php:111
msgid "Gravatar settings updated."
msgstr "Paramètres de Gravatar mis à jour."

View File

@ -1,15 +1,20 @@
<?php
$a->strings["generic profile image"] = "image de profil générique";
$a->strings["random geometric pattern"] = "motif géométrique aléatoire";
$a->strings["monster face"] = "monstre";
$a->strings["computer generated face"] = "généré par ordinateur";
$a->strings["retro arcade style face"] = "vieux jeu d'arcade";
$a->strings["Information"] = "Information";
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'extension Libravatar est également installée. Veuillez désactiver celle-ci ou l'extension Gravatar. <br>L'extension Libravatar sera remplacée par Gravatar si rien n'a été trouvé.";
$a->strings["Submit"] = "Envoyer";
$a->strings["Default avatar image"] = "Avatar par défaut";
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Choisissez l'image de l'avatar par défaut si aucun n'est trouvé via Gravatar. Voir README";
$a->strings["Rating of images"] = "Classe des avatars";
$a->strings["Select the appropriate avatar rating for your site. See README"] = "Choisissez la classe des avatars appropriée pour votre site. Voir README";
$a->strings["Gravatar settings updated."] = "Réglages Gravatar sauvés.";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["generic profile image"] = "";
$a->strings["random geometric pattern"] = "";
$a->strings["monster face"] = "";
$a->strings["computer generated face"] = "visage généré par ordinateur";
$a->strings["retro arcade style face"] = "";
$a->strings["Information"] = "Information";
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
$a->strings["Submit"] = "Envoyer";
$a->strings["Default avatar image"] = "Image par défaut d'avatar";
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
$a->strings["Rating of images"] = "";
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
$a->strings["Gravatar settings updated."] = "Paramètres de Gravatar mis à jour.";

View File

@ -0,0 +1,78 @@
# ADDON jappixmini
# Copyright (C)
# This file is distributed under the same license as the Friendica jappixmini addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 18:17+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: jappixmini.php:266
msgid "Jappix Mini addon settings"
msgstr "Paramètres de l'addon Jappix Mini"
#: jappixmini.php:268
msgid "Activate addon"
msgstr "Activer l'addon"
#: jappixmini.php:271
msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web"
#: jappixmini.php:274
msgid "Jabber username"
msgstr "Nom d'utilisateur Jabber"
#: jappixmini.php:277
msgid "Jabber server"
msgstr "Serveur Jabber"
#: jappixmini.php:281
msgid "Jabber BOSH host"
msgstr "Hôte BOSH (proxy) Jabber"
#: jappixmini.php:285
msgid "Jabber password"
msgstr "Mot de passe Jabber"
#: jappixmini.php:290
msgid "Encrypt Jabber password with Friendica password (recommended)"
msgstr "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)"
#: jappixmini.php:293
msgid "Friendica password"
msgstr "Mot de passe Friendica"
#: jappixmini.php:296
msgid "Approve subscription requests from Friendica contacts automatically"
msgstr ""
#: jappixmini.php:299
msgid "Subscribe to Friendica contacts automatically"
msgstr "S'inscrire aux contacts Friendica automatiquement"
#: jappixmini.php:302
msgid "Purge internal list of jabber addresses of contacts"
msgstr "Purger la liste interne d'adresses Jabber"
#: jappixmini.php:307
msgid "Submit"
msgstr "Envoyer"
#: jappixmini.php:308
msgid "Add contact"
msgstr "Ajouter un contact"

View File

@ -1,16 +1,21 @@
<?php
$a->strings["Jappix Mini addon settings"] = "Jappix Mini";
$a->strings["Activate addon"] = "Activer";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web";
$a->strings["Jabber username"] = "Utilisateur Jabber";
$a->strings["Jabber server"] = "Serveur Jabber";
$a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
$a->strings["Jabber password"] = "Mot de passe Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
$a->strings["Friendica password"] = "Mot de passe Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approuver les contacts Friendica automatiquement";
$a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
$a->strings["Submit"] = "Envoyer";
$a->strings["Add contact"] = "Ajouter un contact";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Jappix Mini addon settings"] = "Paramètres de l'addon Jappix Mini";
$a->strings["Activate addon"] = "Activer l'addon";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "Ne <em>pas</em> insérer le widget JappixMini dans l'interface web";
$a->strings["Jabber username"] = "Nom d'utilisateur Jabber";
$a->strings["Jabber server"] = "Serveur Jabber";
$a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber";
$a->strings["Jabber password"] = "Mot de passe Jabber";
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)";
$a->strings["Friendica password"] = "Mot de passe Friendica";
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
$a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement";
$a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber";
$a->strings["Submit"] = "Envoyer";
$a->strings["Add contact"] = "Ajouter un contact";

View File

@ -0,0 +1,59 @@
# ADDON langfilter
# Copyright (C)
# This file is distributed under the same license as the Friendica langfilter addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-24 19:11+0200\n"
"PO-Revision-Date: 2015-07-27 18:20+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: langfilter.php:43
msgid "Language Filter"
msgstr "Filtre de langues"
#: langfilter.php:44
msgid ""
"This addon tries to identify the language of a postings. If it does not "
"match any language spoken by you (see below) the posting will be collapsed. "
"Remember detecting the language is not perfect, especially with short "
"postings."
msgstr ""
#: langfilter.php:45
msgid "Use the language filter"
msgstr "Utiliser le filtre de langues"
#: langfilter.php:46
msgid "I speak"
msgstr "Je parle"
#: langfilter.php:46
msgid ""
"List of abbreviations for languages you speak, comma seperated. For excample"
" \"de,it\"."
msgstr "Liste dabréviation des langues que vous maîtrisez, séparés par des virgules. Par exemple \"en,fr\"."
#: langfilter.php:47
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: langfilter.php:66
msgid "Language Filter Settings saved."
msgstr "Paramètres du filtre de langues sauvegardés."
#: langfilter.php:105
#, php-format
msgid "unspoken language %s - Click to open/close"
msgstr "Langue %s non parlé - Cliquez pour ouvrir/fermer"

View File

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Language Filter"] = "Filtre de langues";
$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "";
$a->strings["Use the language filter"] = "Utiliser le filtre de langues";
$a->strings["I speak"] = "Je parle";
$a->strings["List of abbreviations for languages you speak, comma seperated. For excample \"de,it\"."] = "Liste dabréviation des langues que vous maîtrisez, séparés par des virgules. Par exemple \"en,fr\".";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Language Filter Settings saved."] = "Paramètres du filtre de langues sauvegardés.";
$a->strings["unspoken language %s - Click to open/close"] = "Langue %s non parlé - Cliquez pour ouvrir/fermer";

View File

@ -0,0 +1,48 @@
# ADDON libertree
# Copyright (C)
# This file is distributed under the same license as the Friendica libertree addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 18:21+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: libertree.php:36
msgid "Post to libertree"
msgstr "Publier sur libertree"
#: libertree.php:67
msgid "libertree Post Settings"
msgstr "Réglages des messages sur libertree"
#: libertree.php:69
msgid "Enable Libertree Post Plugin"
msgstr "Activer le plugin de publication sur libertree"
#: libertree.php:74
msgid "Libertree API token"
msgstr "Clé de l'API libertree"
#: libertree.php:79
msgid "Libertree site URL"
msgstr "URL du site libertree"
#: libertree.php:84
msgid "Post to Libertree by default"
msgstr "Publier sur libertree par défaut"
#: libertree.php:90
msgid "Submit"
msgstr "Envoyer"

View File

@ -1,9 +1,14 @@
<?php
$a->strings["Post to libertree"] = "Publier sur libertree";
$a->strings["libertree Post Settings"] = "Réglages des messages sur libertree";
$a->strings["Enable Libertree Post Plugin"] = "Activer le plugin de publication sur libertree";
$a->strings["Libertree API token"] = "Clé de l'API libertree";
$a->strings["Libertree site URL"] = "URL du site libertree";
$a->strings["Post to Libertree by default"] = "Publier sur libertree par défaut";
$a->strings["Submit"] = "Envoyer";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Post to libertree"] = "Publier sur libertree";
$a->strings["libertree Post Settings"] = "Réglages des messages sur libertree";
$a->strings["Enable Libertree Post Plugin"] = "Activer le plugin de publication sur libertree";
$a->strings["Libertree API token"] = "Clé de l'API libertree";
$a->strings["Libertree site URL"] = "URL du site libertree";
$a->strings["Post to Libertree by default"] = "Publier sur libertree par défaut";
$a->strings["Submit"] = "Envoyer";

View File

@ -0,0 +1,81 @@
# ADDON mailstream
# Copyright (C)
# This file is distributed under the same license as the Friendica mailstream addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2015-07-27 18:23+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: mailstream.php:55
msgid "From Address"
msgstr "Depuis l'adresse"
#: mailstream.php:57
msgid "Email address that stream items will appear to be from."
msgstr ""
#: mailstream.php:60 mailstream.php:282
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: mailstream.php:165
msgid "Re:"
msgstr "Re :"
#: mailstream.php:173
msgid "Friendica post"
msgstr "Message Friendica"
#: mailstream.php:176
msgid "Diaspora post"
msgstr "Message Diaspora"
#: mailstream.php:183
msgid "Feed item"
msgstr ""
#: mailstream.php:186
msgid "Email"
msgstr "Courriel"
#: mailstream.php:188
msgid "Friendica Item"
msgstr "Élément de Friendica"
#: mailstream.php:229
msgid "Upstream"
msgstr ""
#: mailstream.php:230
msgid "Local"
msgstr "Local"
#: mailstream.php:274
msgid "Email Address"
msgstr "Adresse de courriel"
#: mailstream.php:276
msgid "Leave blank to use your account email address"
msgstr ""
#: mailstream.php:279
msgid "Enabled"
msgstr "Activer"
#: mailstream.php:281
msgid "Mail Stream Settings"
msgstr "Paramètres de Mail Stream"

View File

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["From Address"] = "Depuis l'adresse";
$a->strings["Email address that stream items will appear to be from."] = "";
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
$a->strings["Re:"] = "Re :";
$a->strings["Friendica post"] = "Message Friendica";
$a->strings["Diaspora post"] = "Message Diaspora";
$a->strings["Feed item"] = "";
$a->strings["Email"] = "Courriel";
$a->strings["Friendica Item"] = "Élément de Friendica";
$a->strings["Upstream"] = "";
$a->strings["Local"] = "Local";
$a->strings["Email Address"] = "Adresse de courriel";
$a->strings["Leave blank to use your account email address"] = "";
$a->strings["Enabled"] = "Activer";
$a->strings["Mail Stream Settings"] = "Paramètres de Mail Stream";

View File

@ -4,14 +4,14 @@
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
# Abrax <webmaster@a-zwenkau.de>, 2014-2015
# bavatar <tobias.diekershoff@gmx.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-10-15 12:32+0000\n"
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
"PO-Revision-Date: 2015-07-27 13:07+0000\n"
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -29,14 +29,14 @@ msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Ope
#: piwik.php:82
#, php-format
msgid ""
"If you do not want that your visits are logged this way you <a href='%s'>can"
" set a cookie to prevent Piwik from tracking further visits of the site</a> "
"(opt-out)."
"If you do not want that your visits are logged in this way you <a "
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
"the site</a> (opt-out)."
msgstr "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out)."
#: piwik.php:89
msgid "Submit"
msgstr "Senden"
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: piwik.php:90
msgid "Piwik Base URL"

View File

@ -6,8 +6,8 @@ function string_plural_select_de($n){
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out).";
$a->strings["Submit"] = "Senden";
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out).";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Piwik Base URL"] = "Piwik Basis URL";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
$a->strings["Site ID"] = "Seiten ID";

64
piwik/lang/fr/messages.po Normal file
View File

@ -0,0 +1,64 @@
# ADDON piwik
# Copyright (C)
# This file is distributed under the same license as the Friendica piwik addon package.
#
#
# Translators:
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
"PO-Revision-Date: 2015-07-27 08:54+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\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"
#: piwik.php:79
msgid ""
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
"analytics tool."
msgstr "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses."
#: piwik.php:82
#, php-format
msgid ""
"If you do not want that your visits are logged in this way you <a "
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
"the site</a> (opt-out)."
msgstr ""
#: piwik.php:89
msgid "Save Settings"
msgstr ""
#: piwik.php:90
msgid "Piwik Base URL"
msgstr ""
#: piwik.php:90
msgid ""
"Absolute path to your Piwik installation. (without protocol (http/s), with "
"trailing slash)"
msgstr ""
#: piwik.php:91
msgid "Site ID"
msgstr ""
#: piwik.php:92
msgid "Show opt-out cookie link?"
msgstr ""
#: piwik.php:93
msgid "Asynchronous tracking"
msgstr ""
#: piwik.php:105
msgid "Settings updated."
msgstr ""

View File

@ -1,11 +1,16 @@
<?php
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site collecte ses statistiques grâce à <a href='http://www.piwik.org'>Piwik</a>.";
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si vous ne voulez pas que vos visites soient collectées par ce biais, vous <a href='%s'>pouvez activer un cookie qui empêchera Piwik de tenir compte de vos visites ultérieures</a> (opt-out).";
$a->strings["Submit"] = "Envoyer";
$a->strings["Piwik Base URL"] = "URL de base de Piwik";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Chemin absolu vers votre installation Piwik. (sans protocole (http/s), avec un / terminal)";
$a->strings["Site ID"] = "ID du site";
$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out?";
$a->strings["Asynchronous tracking"] = "Suivi asynchrone";
$a->strings["Settings updated."] = "Réglages mis à jour.";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses.";
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
$a->strings["Save Settings"] = "";
$a->strings["Piwik Base URL"] = "";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
$a->strings["Site ID"] = "";
$a->strings["Show opt-out cookie link?"] = "";
$a->strings["Asynchronous tracking"] = "";
$a->strings["Settings updated."] = "";

View File

@ -4,13 +4,13 @@
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
# bavatar <tobias.diekershoff@gmx.net>, 2014-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: 2014-07-08 19:24+0000\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-28 05:48+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -46,8 +46,8 @@ msgid "Enter quick comments, one per line"
msgstr "Gib einen Schnell-Kommentar pro Zeile ein"
#: qcomment.php:61
msgid "Save Settings"
msgstr "Einstellungen speichern"
msgid "Submit"
msgstr "Senden"
#: qcomment.php:75
msgid "Quick Comment settings saved."

View File

@ -11,5 +11,5 @@ $a->strings["lol"] = "lol";
$a->strings["Quick Comment Settings"] = "Schnell-Kommentar Einstellungen";
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Kurz-Kommentare findet man in der Nähe der Kommentar-Boxen. Ein Klick darauf erstellt einfache Antworten.";
$a->strings["Enter quick comments, one per line"] = "Gib einen Schnell-Kommentar pro Zeile ein";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Submit"] = "Senden";
$a->strings["Quick Comment settings saved."] = "Schnell-Kommentare Einstellungen gespeichert";

View File

@ -4,14 +4,14 @@
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
# Abrax <webmaster@a-zwenkau.de>, 2014-2015
# bavatar <tobias.diekershoff@gmx.net>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 05:20+0000\n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2015-07-28 05:38+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -20,161 +20,157 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: statusnet.php:138
msgid "Post to StatusNet"
msgstr "Bei StatusNet veröffentlichen"
#: statusnet.php:151
msgid "Post to GNU Social"
msgstr "Poste nach GNU Social"
#: statusnet.php:181
#: statusnet.php:196
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Bitte kontaktiere den Administrator der Seite.<br />Die gegebene API URL ist nicht gültig."
#: statusnet.php:210
msgid "We could not contact the StatusNet API with the Path you entered."
msgstr "Die StatusNet API konnte mit dem angegebenen Pfad nicht erreicht werden."
#: statusnet.php:225
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Die GNU Social-API konnte mit dem angegebenen Pfad nicht erreicht werden."
#: statusnet.php:240
msgid "StatusNet settings updated."
msgstr "StatusNet Einstellungen aktualisiert."
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "GNU Social Einstellungen aktualisiert."
#: statusnet.php:271
msgid "StatusNet Posting Settings"
msgstr "StatusNet-Beitragseinstellungen"
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social Import/Export/Spiegeln"
#: statusnet.php:285
msgid "Globally Available StatusNet OAuthKeys"
msgstr "Verfügbare OAuth Schlüssel für StatusNet"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Verfügbare OAuth Schlüssel für GNU Social"
#: statusnet.php:286
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some StatusNet servers "
"available. If you are useing one of them, please use these credentials. If "
"not feel free to connect to any other StatusNet instance (see below)."
msgstr "Für einige StatusNet Server sind OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende doch bitte diese Schlüssel. Falls nicht kannst du weiter unten deine eigenen OAuth Schlüssel eintragen."
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Für einige GNU social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stelle stattdessen eine Verbindung zu irgend einem anderen StatusNet Server her (siehe unten)."
#: statusnet.php:292 statusnet.php:309 statusnet.php:335 statusnet.php:342
#: statusnet.php:379 statusnet.php:761
msgid "Submit"
msgstr "Senden"
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: statusnet.php:294
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr "Eigene OAuth Schlüssel eintragen"
#: statusnet.php:295
#: statusnet.php:323
msgid ""
"No consumer key pair for StatusNet found. Register your Friendica Account as"
" an desktop client on your StatusNet account, copy the consumer key pair "
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as an desktop client on your GNU Social account, copy the consumer key pair "
"here and enter the API base root.<br />Before you register your own OAuth "
"key pair ask the administrator if there is already a key pair for this "
"Friendica installation at your favorited StatusNet installation."
msgstr "Kein Consumer-Schlüsselpaar für StatusNet gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert."
"Friendica installation at your favorited GNU Social installation."
msgstr "Kein Consumer-Schlüsselpaar für GNU social gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert."
#: statusnet.php:297
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:300
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:303
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr "Basis-URL der StatusNet API (vergiss den abschließenden / nicht)"
#: statusnet.php:306
msgid "StatusNet application name"
msgstr "StatusNet Anwendung"
#: statusnet.php:327
#: statusnet.php:356
msgid ""
"To connect to your StatusNet account click the button below to get a "
"security code from StatusNet which you have to copy into the input box below"
" and submit the form. Only your <strong>public</strong> posts will be posted"
" to StatusNet."
msgstr "Um deinen Account mit einem StatusNet Account zu verknüpfen, klicke den Button an um einen Sicherheitscode von StatusNet zu erhalten und kopiere diesen in die Eingabebox weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten bei StatusNet veröffentllicht."
"To connect to your GNU Social account click the button below to get a "
"security code from GNU Social which you have to copy into the input box "
"below and submit the form. Only your <strong>public</strong> posts will be "
"posted to GNU Social."
msgstr "Um dein Konto mit einem GNU social-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von GNU social zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten an GNU social gesendet."
#: statusnet.php:328
msgid "Log in with StatusNet"
msgstr "Bei StatusNet anmelden"
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Bei GNU social anmelden"
#: statusnet.php:330
msgid "Copy the security code from StatusNet here"
msgstr "Kopiere den Sicherheitscode von StatusNet hier hin"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Kopiere den Sicherheitscode von GNU social hier hin"
#: statusnet.php:336
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr "Verbindungsprozess abbrechen"
#: statusnet.php:338
msgid "Current StatusNet API is"
msgstr "Derzeitige StatusNet API URL lautet"
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "Derzeitige GNU social-API-URL lautet"
#: statusnet.php:339
msgid "Cancel StatusNet Connection"
msgstr "Verbindung zum StatusNet Server abbrechen"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr "Verbindung zum GNU social Server abbrechen"
#: statusnet.php:350
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Momentan verbunden mit: "
#: statusnet.php:351
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated StatusNet account. You can choose to do so by default (here) or "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen StatusNet-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."
msgstr "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen GNU social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."
#: statusnet.php:353
#: statusnet.php:382
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to StatusNet will lead the visitor to a blank page "
"postings relayed to GNU Social will lead the visitor to a blank page "
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen StatusNet Account angehängt wird, um auf den original Artikel zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."
msgstr "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen GNU social-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."
#: statusnet.php:356
msgid "Allow posting to StatusNet"
msgstr "Nach StatusNet senden erlauben"
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Veröffentlichung bei GNU social erlauben"
#: statusnet.php:359
msgid "Send public postings to StatusNet by default"
msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei StatusNet"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei GNU social"
#: statusnet.php:363
#: statusnet.php:392
msgid ""
"Mirror all posts from statusnet that are no replies or repeated messages"
msgstr "Spiegle alle Beiträge von StatusNet die keine Antworten oder wiederholten Nachrichten sind"
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr "Spiegle alle Beiträge von GNU social die keine Antworten oder wiederholten Nachrichten sind"
#: statusnet.php:367
msgid "Shortening method that optimizes the post"
msgstr "Kürzungsverfahren, das den Beitrag optimiert"
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr "Importiere die entfernte Zeitleiste"
#: statusnet.php:371
msgid "Send linked #-tags and @-names to StatusNet"
msgstr "Sende verlinkte #-Tags und @-Namen nach StatusNet"
#: statusnet.php:402
msgid "Disabled"
msgstr "Deaktiviert"
#: statusnet.php:376
#: statusnet.php:403
msgid "Full Timeline"
msgstr "Komplette Timeline"
#: statusnet.php:404
msgid "Only Mentions"
msgstr "Nur Erwähnungen"
#: statusnet.php:413
msgid "Clear OAuth configuration"
msgstr "OAuth Konfiguration löschen"
#: statusnet.php:752
#: statusnet.php:690
msgid "Site name"
msgstr "Seitenname"
#: statusnet.php:753
msgid "API URL"
msgstr "API-URL"
#: statusnet.php:754
#: statusnet.php:692
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: statusnet.php:755
#: statusnet.php:693
msgid "Consumer Key"
msgstr "Consumer Key"
#: statusnet.php:756
msgid "Application name"
msgstr "Anwendungen"

View File

@ -5,37 +5,36 @@ function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Post to StatusNet"] = "Bei StatusNet veröffentlichen";
$a->strings["Post to GNU Social"] = "Poste nach GNU Social";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Bitte kontaktiere den Administrator der Seite.<br />Die gegebene API URL ist nicht gültig.";
$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Die StatusNet API konnte mit dem angegebenen Pfad nicht erreicht werden.";
$a->strings["StatusNet settings updated."] = "StatusNet Einstellungen aktualisiert.";
$a->strings["StatusNet Posting Settings"] = "StatusNet-Beitragseinstellungen";
$a->strings["Globally Available StatusNet OAuthKeys"] = "Verfügbare OAuth Schlüssel für StatusNet";
$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Für einige StatusNet Server sind OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende doch bitte diese Schlüssel. Falls nicht kannst du weiter unten deine eigenen OAuth Schlüssel eintragen.";
$a->strings["Submit"] = "Senden";
$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Die GNU Social-API konnte mit dem angegebenen Pfad nicht erreicht werden.";
$a->strings["GNU Social settings updated."] = "GNU Social Einstellungen aktualisiert.";
$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Export/Spiegeln";
$a->strings["Globally Available GNU Social OAuthKeys"] = "Verfügbare OAuth Schlüssel für GNU Social";
$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Für einige GNU social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. Falls nicht, stelle stattdessen eine Verbindung zu irgend einem anderen StatusNet Server her (siehe unten).";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Provide your own OAuth Credentials"] = "Eigene OAuth Schlüssel eintragen";
$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Kein Consumer-Schlüsselpaar für StatusNet gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert.";
$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Kein Consumer-Schlüsselpaar für GNU social gefunden. Registriere deinen Friendica-Account als Desktop-Client, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem StatusNet-Server existiert.";
$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
$a->strings["Base API Path (remember the trailing /)"] = "Basis-URL der StatusNet API (vergiss den abschließenden / nicht)";
$a->strings["StatusNet application name"] = "StatusNet Anwendung";
$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Um deinen Account mit einem StatusNet Account zu verknüpfen, klicke den Button an um einen Sicherheitscode von StatusNet zu erhalten und kopiere diesen in die Eingabebox weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten bei StatusNet veröffentllicht.";
$a->strings["Log in with StatusNet"] = "Bei StatusNet anmelden";
$a->strings["Copy the security code from StatusNet here"] = "Kopiere den Sicherheitscode von StatusNet hier hin";
$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "Um dein Konto mit einem GNU social-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von GNU social zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten an GNU social gesendet.";
$a->strings["Log in with GNU Social"] = "Bei GNU social anmelden";
$a->strings["Copy the security code from GNU Social here"] = "Kopiere den Sicherheitscode von GNU social hier hin";
$a->strings["Cancel Connection Process"] = "Verbindungsprozess abbrechen";
$a->strings["Current StatusNet API is"] = "Derzeitige StatusNet API URL lautet";
$a->strings["Cancel StatusNet Connection"] = "Verbindung zum StatusNet Server abbrechen";
$a->strings["Current GNU Social API is"] = "Derzeitige GNU social-API-URL lautet";
$a->strings["Cancel GNU Social Connection"] = "Verbindung zum GNU social Server abbrechen";
$a->strings["Currently connected to: "] = "Momentan verbunden mit: ";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen StatusNet-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen StatusNet Account angehängt wird, um auf den original Artikel zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.";
$a->strings["Allow posting to StatusNet"] = "Nach StatusNet senden erlauben";
$a->strings["Send public postings to StatusNet by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei StatusNet";
$a->strings["Mirror all posts from statusnet that are no replies or repeated messages"] = "Spiegle alle Beiträge von StatusNet die keine Antworten oder wiederholten Nachrichten sind";
$a->strings["Shortening method that optimizes the post"] = "Kürzungsverfahren, das den Beitrag optimiert";
$a->strings["Send linked #-tags and @-names to StatusNet"] = "Sende verlinkte #-Tags und @-Namen nach StatusNet";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen GNU social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen GNU social-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde.";
$a->strings["Allow posting to GNU Social"] = "Veröffentlichung bei GNU social erlauben";
$a->strings["Send public postings to GNU Social by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei GNU social";
$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Spiegle alle Beiträge von GNU social die keine Antworten oder wiederholten Nachrichten sind";
$a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste";
$a->strings["Disabled"] = "Deaktiviert";
$a->strings["Full Timeline"] = "Komplette Timeline";
$a->strings["Only Mentions"] = "Nur Erwähnungen";
$a->strings["Clear OAuth configuration"] = "OAuth Konfiguration löschen";
$a->strings["Site name"] = "Seitenname";
$a->strings["API URL"] = "API-URL";
$a->strings["Consumer Secret"] = "Consumer Secret";
$a->strings["Consumer Key"] = "Consumer Key";
$a->strings["Application name"] = "Anwendungen";

View File

@ -4,13 +4,13 @@
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
# bavatar <tobias.diekershoff@gmx.net>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-10-14 08:00+0000\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-28 05:49+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -19,46 +19,46 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: tumblr.php:35
#: tumblr.php:34
msgid "Permission denied."
msgstr "Zugriff verweigert."
#: tumblr.php:145
#: tumblr.php:144
msgid "You are now authenticated to tumblr."
msgstr "Du bist nun auf tumblr authentifiziert."
#: tumblr.php:146
#: tumblr.php:145
msgid "return to the connector page"
msgstr "zurück zur Connector Seite"
#: tumblr.php:159
#: tumblr.php:158
msgid "Post to Tumblr"
msgstr "Auf Tumblr veröffentlichen"
#: tumblr.php:186 tumblr.php:190
msgid "Tumblr Export"
msgstr "Blogger Export"
#: tumblr.php:185
msgid "Tumblr Post Settings"
msgstr "Tumblr-Beitragseinstellungen"
#: tumblr.php:194
#: tumblr.php:188
msgid "(Re-)Authenticate your tumblr page"
msgstr "(Re-)Authentifizierung deiner tumblr Seite"
#: tumblr.php:198
#: tumblr.php:192
msgid "Enable Tumblr Post Plugin"
msgstr "Tumblr-Post-Plugin aktivieren"
#: tumblr.php:203
#: tumblr.php:197
msgid "Post to Tumblr by default"
msgstr "Standardmäßig bei Tumblr veröffentlichen"
#: tumblr.php:223
#: tumblr.php:217
msgid "Post to page:"
msgstr "Auf tumblr veröffentlichen"
#: tumblr.php:235
#: tumblr.php:228
msgid "You are not authenticated to tumblr"
msgstr "Du bist gegenüber tumblr nicht authentifiziert"
#: tumblr.php:240
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: tumblr.php:233
msgid "Submit"
msgstr "Senden"

View File

@ -9,10 +9,10 @@ $a->strings["Permission denied."] = "Zugriff verweigert.";
$a->strings["You are now authenticated to tumblr."] = "Du bist nun auf tumblr authentifiziert.";
$a->strings["return to the connector page"] = "zurück zur Connector Seite";
$a->strings["Post to Tumblr"] = "Auf Tumblr veröffentlichen";
$a->strings["Tumblr Export"] = "Blogger Export";
$a->strings["Tumblr Post Settings"] = "Tumblr-Beitragseinstellungen";
$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-)Authentifizierung deiner tumblr Seite";
$a->strings["Enable Tumblr Post Plugin"] = "Tumblr-Post-Plugin aktivieren";
$a->strings["Post to Tumblr by default"] = "Standardmäßig bei Tumblr veröffentlichen";
$a->strings["Post to page:"] = "Auf tumblr veröffentlichen";
$a->strings["You are not authenticated to tumblr"] = "Du bist gegenüber tumblr nicht authentifiziert";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Submit"] = "Senden";

124
twitter/lang/fr/messages.po Normal file
View File

@ -0,0 +1,124 @@
# ADDON twitter
# Copyright (C)
# This file is distributed under the same license as the Friendica twitter addon package.
#
#
# Translators:
# Nicola Spanti <translations@nicola-spanti.info>, 2015
# StefOfficiel <pichard.stephane@free.fr>, 2015
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-07-27 14:24+0000\n"
"Last-Translator: Nicola Spanti <translations@nicola-spanti.info>\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"
#: twitter.php:77
msgid "Post to Twitter"
msgstr "Publier sur Twitter"
#: twitter.php:129
msgid "Twitter settings updated."
msgstr "Paramètres Twitter mis à jour."
#: twitter.php:157
msgid "Twitter Posting Settings"
msgstr "Paramètres Twitter de publication"
#: twitter.php:164
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr ""
#: twitter.php:183
msgid ""
"At this Friendica instance the Twitter plugin was enabled but you have not "
"yet connected your account to your Twitter account. To do so click the "
"button below to get a PIN from Twitter which you have to copy into the input"
" box below and submit the form. Only your <strong>public</strong> posts will"
" be posted to Twitter."
msgstr ""
#: twitter.php:184
msgid "Log in with Twitter"
msgstr "Se connecter avec Twitter"
#: twitter.php:186
msgid "Copy the PIN from Twitter here"
msgstr ""
#: twitter.php:191 twitter.php:229 twitter.php:556
msgid "Submit"
msgstr "Soumettre"
#: twitter.php:200
msgid "Currently connected to: "
msgstr "Actuellement connecté à :"
#: twitter.php:201
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated Twitter account. You can choose to do so by default (here) or for"
" every posting separately in the posting options when writing the entry."
msgstr ""
#: twitter.php:203
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to Twitter will lead the visitor to a blank page informing "
"the visitor that the access to your profile has been restricted."
msgstr ""
#: twitter.php:206
msgid "Allow posting to Twitter"
msgstr "Autoriser la publication sur Twitter"
#: twitter.php:209
msgid "Send public postings to Twitter by default"
msgstr "Envoyer par défaut les messages publics sur Twitter"
#: twitter.php:213
msgid "Mirror all posts from twitter that are no replies or retweets"
msgstr ""
#: twitter.php:217
msgid "Shortening method that optimizes the tweet"
msgstr ""
#: twitter.php:221
msgid "Send linked #-tags and @-names to Twitter"
msgstr ""
#: twitter.php:226
msgid "Clear OAuth configuration"
msgstr ""
#: twitter.php:550
msgid "Settings updated."
msgstr "Paramètres mis à jour."
#: twitter.php:558
msgid "Consumer key"
msgstr ""
#: twitter.php:559
msgid "Consumer secret"
msgstr ""
#: twitter.php:560
msgid "Name of the Twitter Application"
msgstr "Nom de l'application Twitter"
#: twitter.php:560
msgid ""
"set this to avoid mirroring postings from ~friendica back to ~friendica"
msgstr ""

View File

@ -1,20 +1,29 @@
<?php
$a->strings["Post to Twitter"] = "Poster sur Twitter";
$a->strings["Twitter settings updated."] = "Réglages de Twitter mis-à-jour.";
$a->strings["Twitter Posting Settings"] = "Réglages du connecteur Twitter";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Pas de paire de clés pour Twitter. Merci de contacter l'administrateur du site.";
$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "Sur cette instance de Friendica, le connecteur Twitter a été activé, mais vous n'avez pas encore connecté votre compte local à votre compte Twitter. Pour ce faire, cliquer sur le bouton ci-dessous. Vous obtiendrez alors un 'PIN' de Twitter, que vous devrez copier dans le champ ci-dessous, puis soumettre le formulaire. Seuls vos messages <strong>publics</strong> seront transmis à Twitter.";
$a->strings["Log in with Twitter"] = "Se connecter à Twitter";
$a->strings["Copy the PIN from Twitter here"] = "Copier le PIN de Twitter ici";
$a->strings["Submit"] = "Envoyer";
$a->strings["Currently connected to: "] = "Actuellement connecté à: ";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "En cas d'activation, toutes vos notices <strong>publiques</strong> seront transmises au compte Twitter associé. Vous pourrez choisir de le faire par défaut (ici), ou bien pour chaque notice séparément lors de sa rédaction.";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Note</strong>: Du fait de vos réglages de vie privée (<em>Cacher les détails de votre profil des visiteurs inconnus?</em>), le lien potentiellement inclus dans les messages publics relayés vers Twitter conduira les visiteurs vers une page blanche les informant que leur accès à votre profil a été restreint.";
$a->strings["Allow posting to Twitter"] = "Autoriser la publication sur Twitter";
$a->strings["Send public postings to Twitter by default"] = "Envoyer les éléments publics sur Twitter par défaut";
$a->strings["Send linked #-tags and @-names to Twitter"] = "Envoyer les liens vers les #-tags et les @-noms sur Twitter";
$a->strings["Clear OAuth configuration"] = "Effacer la configuration OAuth";
$a->strings["Settings updated."] = "Réglages mis à jour.";
$a->strings["Consumer key"] = "Clé utilisateur";
$a->strings["Consumer secret"] = "Secret utilisateur";
<?php
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
;
$a->strings["Post to Twitter"] = "Publier sur Twitter";
$a->strings["Twitter settings updated."] = "Paramètres Twitter mis à jour.";
$a->strings["Twitter Posting Settings"] = "Paramètres Twitter de publication";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "";
$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
$a->strings["Log in with Twitter"] = "Se connecter avec Twitter";
$a->strings["Copy the PIN from Twitter here"] = "";
$a->strings["Submit"] = "Soumettre";
$a->strings["Currently connected to: "] = "Actuellement connecté à :";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Allow posting to Twitter"] = "Autoriser la publication sur Twitter";
$a->strings["Send public postings to Twitter by default"] = "Envoyer par défaut les messages publics sur Twitter";
$a->strings["Mirror all posts from twitter that are no replies or retweets"] = "";
$a->strings["Shortening method that optimizes the tweet"] = "";
$a->strings["Send linked #-tags and @-names to Twitter"] = "";
$a->strings["Clear OAuth configuration"] = "";
$a->strings["Settings updated."] = "Paramètres mis à jour.";
$a->strings["Consumer key"] = "";
$a->strings["Consumer secret"] = "";
$a->strings["Name of the Twitter Application"] = "Nom de l'application Twitter";
$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "";