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,53 @@
# ADDON blockem
# Copyright (C)
# This file is distributed under the same license as the Friendica blockem 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-03 05:44+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"
#: blockem.php:53 blockem.php:57
msgid "\"Blockem\""
msgstr "\"Blockem\""
#: blockem.php:61
msgid "Comma separated profile URLS to block"
msgstr "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)"
#: blockem.php:65
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: blockem.php:78
msgid "BLOCKEM Settings saved."
msgstr "BLOCKEM-Einstellungen gesichert."
#: blockem.php:142
#, php-format
msgid "Blocked %s - Click to open/close"
msgstr "%s blockiert - Zum Öffnen/Schließen klicken"
#: blockem.php:197
msgid "Unblock Author"
msgstr "Autor freischalten"
#: blockem.php:199
msgid "Block Author"
msgstr "Autor blockieren"
#: blockem.php:231
msgid "blockem settings updated"
msgstr "blockem Einstellungen aktualisiert"

View file

@ -1,10 +1,15 @@
<?php
$a->strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";
$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)";
$a->strings["Submit"] = "Senden";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
$a->strings["Unblock Author"] = "Autor freischalten";
$a->strings["Block Author"] = "Autor blockieren";
$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["\"Blockem\""] = "\"Blockem\"";
$a->strings["Comma separated profile URLS to block"] = "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
$a->strings["Unblock Author"] = "Autor freischalten";
$a->strings["Block Author"] = "Autor blockieren";
$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";