update of the addon translations

This commit is contained in:
Tobias Diekershoff 2015-04-03 12:30:50 +02:00
parent be15b6ba6a
commit be2e3e6bf7
45 changed files with 2267 additions and 0 deletions

View file

@ -0,0 +1,80 @@
# ADDON mailstream
# Copyright (C)
# This file is distributed under the same license as the Friendica mailstream addon package.
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
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 09:25+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: mailstream.php:55
msgid "From Address"
msgstr "Absender"
#: mailstream.php:57
msgid "Email address that stream items will appear to be from."
msgstr "E-Mail-Adresse, die in hochgeladenen Artikeln erscheint."
#: mailstream.php:60 mailstream.php:282
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: mailstream.php:165
msgid "Re:"
msgstr "Re:"
#: mailstream.php:173
msgid "Friendica post"
msgstr "Friendica Veröffentlichung"
#: mailstream.php:176
msgid "Diaspora post"
msgstr "Diaspora Veröffentlichung"
#: mailstream.php:183
msgid "Feed item"
msgstr "Artikel-Feed"
#: mailstream.php:186
msgid "Email"
msgstr "E-Mail"
#: mailstream.php:188
msgid "Friendica Item"
msgstr "Friendica Artikel"
#: mailstream.php:229
msgid "Upstream"
msgstr "Upstream"
#: mailstream.php:230
msgid "Local"
msgstr "Lokal"
#: mailstream.php:274
msgid "Email Address"
msgstr "E-Mail-Adresse"
#: mailstream.php:276
msgid "Leave blank to use your account email address"
msgstr "Leer lassen für Deine Konto-E-Mail-Addresse"
#: mailstream.php:279
msgid "Enabled"
msgstr "eingeschaltet"
#: mailstream.php:281
msgid "Mail Stream Settings"
msgstr "Mail-Nachrichten Einstellungen"

View file

@ -0,0 +1,22 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["From Address"] = "Absender";
$a->strings["Email address that stream items will appear to be from."] = "E-Mail-Adresse, die in hochgeladenen Artikeln erscheint.";
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Re:"] = "Re:";
$a->strings["Friendica post"] = "Friendica Veröffentlichung";
$a->strings["Diaspora post"] = "Diaspora Veröffentlichung";
$a->strings["Feed item"] = "Artikel-Feed";
$a->strings["Email"] = "E-Mail";
$a->strings["Friendica Item"] = "Friendica Artikel";
$a->strings["Upstream"] = "Upstream";
$a->strings["Local"] = "Lokal";
$a->strings["Email Address"] = "E-Mail-Adresse";
$a->strings["Leave blank to use your account email address"] = "Leer lassen für Deine Konto-E-Mail-Addresse";
$a->strings["Enabled"] = "eingeschaltet";
$a->strings["Mail Stream Settings"] = "Mail-Nachrichten Einstellungen";