mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +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
yourls/lang/de/messages.po
Normal file
48
yourls/lang/de/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON yourls
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica yourls 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-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-07-06 12:12+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"
|
||||
|
||||
#: yourls.php:55 yourls.php:59
|
||||
msgid "YourLS"
|
||||
msgstr "YourLS"
|
||||
|
||||
#: yourls.php:63
|
||||
msgid "URL: http://"
|
||||
msgstr "URL: http://"
|
||||
|
||||
#: yourls.php:68
|
||||
msgid "Username:"
|
||||
msgstr "Nutzername:"
|
||||
|
||||
#: yourls.php:73
|
||||
msgid "Password:"
|
||||
msgstr "Passwort:"
|
||||
|
||||
#: yourls.php:78
|
||||
msgid "Use SSL "
|
||||
msgstr "SSL verwenden"
|
||||
|
||||
#: yourls.php:82
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: yourls.php:98
|
||||
msgid "yourls Settings saved."
|
||||
msgstr "yourls Einstellungen gespeichert"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["YourLS Settings"] = "YourLS Einstellungen";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nutzername:";
|
||||
$a->strings["Password:"] = "Passwort:";
|
||||
$a->strings["Use SSL "] = "SSL Verwenden ";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["yourls Settings saved."] = "yourls Einstellungen gespeichert";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["YourLS"] = "YourLS";
|
||||
$a->strings["URL: http://"] = "URL: http://";
|
||||
$a->strings["Username:"] = "Nutzername:";
|
||||
$a->strings["Password:"] = "Passwort:";
|
||||
$a->strings["Use SSL "] = "SSL verwenden";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["yourls Settings saved."] = "yourls Einstellungen gespeichert";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue