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
74
communityhome/lang/de/messages.po
Normal file
74
communityhome/lang/de/messages.po
Normal file
|
@ -0,0 +1,74 @@
|
|||
# ADDON communityhome
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica communityhome 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:06+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"
|
||||
|
||||
#: communityhome.php:29 communityhome.php:35
|
||||
msgid "Login"
|
||||
msgstr "Anmeldung"
|
||||
|
||||
#: communityhome.php:30
|
||||
msgid "OpenID"
|
||||
msgstr "OpenID"
|
||||
|
||||
#: communityhome.php:46
|
||||
msgid "Latest users"
|
||||
msgstr "Letzte Benutzer"
|
||||
|
||||
#: communityhome.php:91
|
||||
msgid "Most active users"
|
||||
msgstr "Aktivste Nutzer"
|
||||
|
||||
#: communityhome.php:109
|
||||
msgid "Latest photos"
|
||||
msgstr "Neueste Fotos"
|
||||
|
||||
#: communityhome.php:122
|
||||
msgid "Contact Photos"
|
||||
msgstr "Kontaktbilder"
|
||||
|
||||
#: communityhome.php:123
|
||||
msgid "Profile Photos"
|
||||
msgstr "Profilbilder"
|
||||
|
||||
#: communityhome.php:148
|
||||
msgid "Latest likes"
|
||||
msgstr "Neueste Favoriten"
|
||||
|
||||
#: communityhome.php:170
|
||||
msgid "event"
|
||||
msgstr "Veranstaltung"
|
||||
|
||||
#: communityhome.php:173 communityhome.php:182
|
||||
msgid "status"
|
||||
msgstr "Status"
|
||||
|
||||
#: communityhome.php:178
|
||||
msgid "photo"
|
||||
msgstr "Foto"
|
||||
|
||||
#: communityhome.php:187
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr "%1$s mag %2$s's %3$s"
|
||||
|
||||
#: communityhome.php:196
|
||||
#, php-format
|
||||
msgid "Welcome to %s"
|
||||
msgstr "Willkommen zu %s"
|
|
@ -1,14 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Anmeldung";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Letzte Benutzer";
|
||||
$a->strings["Most active users"] = "Aktivste Nutzer";
|
||||
$a->strings["Latest photos"] = "Neueste Fotos";
|
||||
$a->strings["Contact Photos"] = "Kontaktbilder";
|
||||
$a->strings["Profile Photos"] = "Profilbilder";
|
||||
$a->strings["Latest likes"] = "Neueste Favoriten";
|
||||
$a->strings["event"] = "Veranstaltung";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["Welcome to %s"] = "Willkommen zu %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Anmeldung";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Letzte Benutzer";
|
||||
$a->strings["Most active users"] = "Aktivste Nutzer";
|
||||
$a->strings["Latest photos"] = "Neueste Fotos";
|
||||
$a->strings["Contact Photos"] = "Kontaktbilder";
|
||||
$a->strings["Profile Photos"] = "Profilbilder";
|
||||
$a->strings["Latest likes"] = "Neueste Favoriten";
|
||||
$a->strings["event"] = "Veranstaltung";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
|
||||
$a->strings["Welcome to %s"] = "Willkommen zu %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue