mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
DE: added translations for the addons from transifex
This commit is contained in:
parent
3705632bd1
commit
f6460497e3
90 changed files with 3771 additions and 516 deletions
48
ijpost/lang/de/messages.po
Normal file
48
ijpost/lang/de/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON ijpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ijpost 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-06 12:16+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"
|
||||
|
||||
#: ijpost.php:39
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr "Auf InsaneJournal posten."
|
||||
|
||||
#: ijpost.php:69 ijpost.php:73
|
||||
msgid "InsaneJournal Export"
|
||||
msgstr "InsaneJournal Export"
|
||||
|
||||
#: ijpost.php:77
|
||||
msgid "Enable InsaneJournal Post Plugin"
|
||||
msgstr "InsaneJournal Plugin aktivieren"
|
||||
|
||||
#: ijpost.php:82
|
||||
msgid "InsaneJournal username"
|
||||
msgstr "InsaneJournal Benutzername"
|
||||
|
||||
#: ijpost.php:87
|
||||
msgid "InsaneJournal password"
|
||||
msgstr "InsaneJournal Passwort"
|
||||
|
||||
#: ijpost.php:92
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr "Standardmäßig auf InsaneJournal posten."
|
||||
|
||||
#: ijpost.php:98
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";
|
||||
$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Beitrags-Einstellungen";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
|
||||
$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername";
|
||||
$a->strings["InsaneJournal password"] = "InsaneJournal Passwort";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
|
||||
$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 Insanejournal"] = "Auf InsaneJournal posten.";
|
||||
$a->strings["InsaneJournal Export"] = "InsaneJournal Export";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
|
||||
$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername";
|
||||
$a->strings["InsaneJournal password"] = "InsaneJournal Passwort";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue