mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +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
56
altpager/lang/de/messages.po
Normal file
56
altpager/lang/de/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON altpager
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica altpager addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-06-24 04:36+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"
|
||||
|
||||
#: altpager.php:46
|
||||
msgid "Altpager settings updated."
|
||||
msgstr "Altpager Einstellungen wurden aktualisiert."
|
||||
|
||||
#: altpager.php:83
|
||||
msgid "Alternate Pagination Setting"
|
||||
msgstr "Alternative Seitenumbruch Einstellung"
|
||||
|
||||
#: altpager.php:85
|
||||
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||
msgstr "Nutze Links zu \"neuer\" und \"älter\" Seiten, statt Seiten Nummern?"
|
||||
|
||||
#: altpager.php:91 altpager.php:98
|
||||
msgid "Submit"
|
||||
msgstr "Senden"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Global"
|
||||
msgstr "Global"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Force global use of the alternate pager"
|
||||
msgstr "Erzwinge die Verwendung des \"Alternate Pager\" auf diesem Server"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Individual"
|
||||
msgstr "Individuell"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Each user chooses whether to use the alternate pager"
|
||||
msgstr "Jede/r Nutzer/in kann wählen ob der \"Alternate Pager\" verwendet werden soll"
|
||||
|
||||
#: altpager.php:107
|
||||
msgid "Settings updated."
|
||||
msgstr "Einstellungen gespeichert."
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "Altpager Einstellungen sind aktualisiert.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Alternative Seitenumbruch Einstellung";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Nutze Links zu \"neuer\" und \"älter\" Seiten, statt Seiten Nummern?";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Force global use of the alternate pager"] = "Erzwinge die Verwendung des \"Alternate Pager\" auf diesem Server";
|
||||
$a->strings["Individual"] = "Individuell";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Jede/r Nutzer/in kann wählen ob der \"Alternate Pager\" verwendet werden soll";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Altpager settings updated."] = "Altpager Einstellungen wurden aktualisiert.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Alternative Seitenumbruch Einstellung";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Nutze Links zu \"neuer\" und \"älter\" Seiten, statt Seiten Nummern?";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Force global use of the alternate pager"] = "Erzwinge die Verwendung des \"Alternate Pager\" auf diesem Server";
|
||||
$a->strings["Individual"] = "Individuell";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Jede/r Nutzer/in kann wählen ob der \"Alternate Pager\" verwendet werden soll";
|
||||
$a->strings["Settings updated."] = "Einstellungen gespeichert.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue