DE: added translations for the addons from transifex

This commit is contained in:
Tobias Diekershoff 2014-09-06 17:56:57 +02:00
parent 3705632bd1
commit f6460497e3
90 changed files with 3771 additions and 516 deletions

View file

@ -0,0 +1,41 @@
# ADDON fromapp
# Copyright (C)
# This file is distributed under the same license as the Friendica fromapp addon package.
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
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-06-26 08:29+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: fromapp.php:38
msgid "Fromapp settings updated."
msgstr "Fromapp Einstellungen aktualisiert."
#: fromapp.php:64 fromapp.php:68
msgid "FromApp Settings"
msgstr "FromApp Einstellungen"
#: fromapp.php:71
msgid ""
"The application name you would like to show your posts originating from."
msgstr "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll."
#: fromapp.php:75
msgid "Use this application name even if another application was used."
msgstr "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde"
#: fromapp.php:82
msgid "Save Settings"
msgstr "Einstellungen speichern"

View file

@ -1,7 +1,12 @@
<?php
$a->strings["Fromapp settings updated."] = "FromApp Einstellungen aktualisiert.";
$a->strings["FromApp Settings"] = "FromApp Einstellungen";
$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Anwendung von der deine Beiträge stammen sollen.";
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen auch wenn eine andere Anwendung den Anwendungsnamen bereits gesetzt hat.";
$a->strings["Submit"] = "Senden";
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Fromapp settings updated."] = "Fromapp Einstellungen aktualisiert.";
$a->strings["FromApp Settings"] = "FromApp Einstellungen";
$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll.";
$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde";
$a->strings["Save Settings"] = "Einstellungen speichern";