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,48 @@
# ADDON ljpost
# Copyright (C)
# This file is distributed under the same license as the Friendica ljpost 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-07-11 06:25+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"
#: ljpost.php:39
msgid "Post to LiveJournal"
msgstr "In LiveJournal veröffentlichen."
#: ljpost.php:70
msgid "LiveJournal Post Settings"
msgstr "LiveJournal Veröffentlichungs-Einstellungen"
#: ljpost.php:72
msgid "Enable LiveJournal Post Plugin"
msgstr "LiveJournal Post Plugin aktivieren"
#: ljpost.php:77
msgid "LiveJournal username"
msgstr "LiveJournal Benutzername"
#: ljpost.php:82
msgid "LiveJournal password"
msgstr "LiveJournal Passwort"
#: ljpost.php:87
msgid "Post to LiveJournal by default"
msgstr "Standardmäßig bei LiveJournal veröffentlichen"
#: ljpost.php:93
msgid "Save Settings"
msgstr "Einstellungen speichern"

View file

@ -1,9 +1,14 @@
<?php
$a->strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
$a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
$a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
$a->strings["LiveJournal username"] = "LiveJournal Benutzername";
$a->strings["LiveJournal password"] = "LiveJournal Passwort";
$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
$a->strings["Submit"] = "Senden";
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
$a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
$a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
$a->strings["LiveJournal username"] = "LiveJournal Benutzername";
$a->strings["LiveJournal password"] = "LiveJournal Passwort";
$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
$a->strings["Save Settings"] = "Einstellungen speichern";