Merge pull request #465 from tobiasd/20171207-lng
some translation work for the addonspull/466/head
commit
5d1c7130c0
|
@ -0,0 +1,55 @@
|
||||||
|
# ADDON ifttt
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica ifttt addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: Andreas H. <webmaster@a-zwenkau.de>, 2017\n"
|
||||||
|
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: ifttt.php:53 ifttt.php:57
|
||||||
|
msgid "IFTTT Mirror"
|
||||||
|
msgstr "IFTTT Spiegel"
|
||||||
|
|
||||||
|
#: ifttt.php:61
|
||||||
|
msgid ""
|
||||||
|
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
|
||||||
|
"three Facebook recipes that are connected with <a "
|
||||||
|
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
|
||||||
|
"Maker\") with the following parameters:"
|
||||||
|
msgstr ""
|
||||||
|
"Lege ein Konto bei <a href=\"http://www.ifttt.com\"> IFTTT an</a>. Gebe drei"
|
||||||
|
" Facebook Empfänger ein, die mit <a href=\"https://ifttt.com/maker\">Maker "
|
||||||
|
"</a> verbunden sind (in der Form \"wenn Facebook dann Maker\"), mit den "
|
||||||
|
"folgenden Parametern:"
|
||||||
|
|
||||||
|
#: ifttt.php:68
|
||||||
|
msgid "Body for \"new status message\""
|
||||||
|
msgstr "Body für \"Neue Status Meldung\""
|
||||||
|
|
||||||
|
#: ifttt.php:70
|
||||||
|
msgid "Body for \"new photo upload\""
|
||||||
|
msgstr "Body für \"Neues Foto hochgeladen\""
|
||||||
|
|
||||||
|
#: ifttt.php:72
|
||||||
|
msgid "Body for \"new link post\""
|
||||||
|
msgstr "Body für \"Neue Nachricht\""
|
||||||
|
|
||||||
|
#: ifttt.php:77
|
||||||
|
msgid "Generate new key"
|
||||||
|
msgstr "Generiere neuen Schlüssel"
|
||||||
|
|
||||||
|
#: ifttt.php:81
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Speichere Einstellungen"
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_de")) {
|
||||||
|
function string_plural_select_de($n){
|
||||||
|
return ($n != 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["IFTTT Mirror"] = "IFTTT Spiegel";
|
||||||
|
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Lege ein Konto bei <a href=\"http://www.ifttt.com\"> IFTTT an</a>. Gebe drei Facebook Empfänger ein, die mit <a href=\"https://ifttt.com/maker\">Maker </a> verbunden sind (in der Form \"wenn Facebook dann Maker\"), mit den folgenden Parametern:";
|
||||||
|
$a->strings["Body for \"new status message\""] = "Body für \"Neue Status Meldung\"";
|
||||||
|
$a->strings["Body for \"new photo upload\""] = "Body für \"Neues Foto hochgeladen\"";
|
||||||
|
$a->strings["Body for \"new link post\""] = "Body für \"Neue Nachricht\"";
|
||||||
|
$a->strings["Generate new key"] = "Generiere neuen Schlüssel";
|
||||||
|
$a->strings["Save Settings"] = "Speichere Einstellungen";
|
|
@ -1,2 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_fr")) {
|
||||||
|
function string_plural_select_fr($n){
|
||||||
|
return ($n > 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performances: Base de données : %s, Réseau : %s, Rendu : %s, Parser : %s, Entrées/sorties : %s, Autre : %s, Total : %s";
|
||||||
|
|
|
@ -0,0 +1,61 @@
|
||||||
|
# ADDON xmpp
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica xmpp addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: Andreas H. <webmaster@a-zwenkau.de>, 2017\n"
|
||||||
|
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: xmpp.php:38
|
||||||
|
msgid "XMPP settings updated."
|
||||||
|
msgstr "XMPP Einstellungen aktualisiert."
|
||||||
|
|
||||||
|
#: xmpp.php:63 xmpp.php:67
|
||||||
|
msgid "XMPP-Chat (Jabber)"
|
||||||
|
msgstr "XMPP-Chat (Jabber)"
|
||||||
|
|
||||||
|
#: xmpp.php:71
|
||||||
|
msgid "Enable Webchat"
|
||||||
|
msgstr "Aktiviere Webchat"
|
||||||
|
|
||||||
|
#: xmpp.php:76
|
||||||
|
msgid "Individual Credentials"
|
||||||
|
msgstr "Individuelle Anmeldedaten"
|
||||||
|
|
||||||
|
#: xmpp.php:82 xmpp.php:108
|
||||||
|
msgid "Jabber BOSH host"
|
||||||
|
msgstr "Jabber BOSH Host"
|
||||||
|
|
||||||
|
#: xmpp.php:91 xmpp.php:107
|
||||||
|
msgid "Save Settings"
|
||||||
|
msgstr "Speichere Einstellungen"
|
||||||
|
|
||||||
|
#: xmpp.php:109
|
||||||
|
msgid "Use central userbase"
|
||||||
|
msgstr "Nutze zentrale Nutzerbasis"
|
||||||
|
|
||||||
|
#: xmpp.php:109
|
||||||
|
msgid ""
|
||||||
|
"If enabled, users will automatically login to an ejabberd server that has to"
|
||||||
|
" be installed on this machine with synchronized credentials via the "
|
||||||
|
"\"auth_ejabberd.php\" script."
|
||||||
|
msgstr ""
|
||||||
|
"Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber Server, der "
|
||||||
|
"auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden "
|
||||||
|
"über das \"auth_ejabberd.php\"-Script synchronisiert."
|
||||||
|
|
||||||
|
#: xmpp.php:119
|
||||||
|
msgid "Settings updated."
|
||||||
|
msgstr "Einstellungen aktualisiert."
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if(! function_exists("string_plural_select_de")) {
|
||||||
|
function string_plural_select_de($n){
|
||||||
|
return ($n != 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["XMPP settings updated."] = "XMPP Einstellungen aktualisiert.";
|
||||||
|
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
|
||||||
|
$a->strings["Enable Webchat"] = "Aktiviere Webchat";
|
||||||
|
$a->strings["Individual Credentials"] = "Individuelle Anmeldedaten";
|
||||||
|
$a->strings["Jabber BOSH host"] = "Jabber BOSH Host";
|
||||||
|
$a->strings["Save Settings"] = "Speichere Einstellungen";
|
||||||
|
$a->strings["Use central userbase"] = "Nutze zentrale Nutzerbasis";
|
||||||
|
$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Wenn aktiviert, werden die Nutzer automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert.";
|
||||||
|
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
Loading…
Reference in New Issue