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
irc/lang/de/messages.po
Normal file
48
irc/lang/de/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON irc
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica irc 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-08 19:15+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"
|
||||
|
||||
#: irc.php:44
|
||||
msgid "IRC Settings"
|
||||
msgstr "IRC Einstellungen"
|
||||
|
||||
#: irc.php:46
|
||||
msgid "Channel(s) to auto connect (comma separated)"
|
||||
msgstr "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)"
|
||||
|
||||
#: irc.php:51
|
||||
msgid "Popular Channels (comma separated)"
|
||||
msgstr "Beliebte Kanäle (mit Komma getrennt)"
|
||||
|
||||
#: irc.php:55
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: irc.php:69
|
||||
msgid "IRC settings saved."
|
||||
msgstr "IRC Einstellungen gespeichert."
|
||||
|
||||
#: irc.php:74
|
||||
msgid "IRC Chatroom"
|
||||
msgstr "IRC Chatraum"
|
||||
|
||||
#: irc.php:96
|
||||
msgid "Popular Channels"
|
||||
msgstr "Beliebte Räume"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["IRC Settings"] = "IRC Einstellungen";
|
||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)";
|
||||
$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
|
||||
$a->strings["IRC Chatroom"] = "IRC Chatraum";
|
||||
$a->strings["Popular Channels"] = "Beliebte Räume";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["IRC Settings"] = "IRC Einstellungen";
|
||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)";
|
||||
$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
|
||||
$a->strings["IRC Chatroom"] = "IRC Chatraum";
|
||||
$a->strings["Popular Channels"] = "Beliebte Räume";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue