forked from friendica/friendica-addons
DE translation geonames addon updated
This commit is contained in:
parent
5029d3b486
commit
095b1057ec
|
@ -4,34 +4,38 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Abrax <webmaster@a-zwenkau.de>, 2014
|
# Andreas H., 2014
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
||||||
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021
|
||||||
|
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||||
"PO-Revision-Date: 2014-10-15 12:28+0000\n"
|
"PO-Revision-Date: 2021-02-06 16:59+0000\n"
|
||||||
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: geonames.php:143
|
#: geonames.php:141
|
||||||
msgid "Geonames settings updated."
|
|
||||||
msgstr "Geonames Einstellungen aktualisiert"
|
|
||||||
|
|
||||||
#: geonames.php:179
|
|
||||||
msgid "Geonames Settings"
|
msgid "Geonames Settings"
|
||||||
msgstr "Geonames Einstellungen"
|
msgstr "Geonames-Einstellungen"
|
||||||
|
|
||||||
#: geonames.php:181
|
#: geonames.php:142
|
||||||
|
msgid ""
|
||||||
|
"Replace numerical coordinates by the nearest populated location name in your"
|
||||||
|
" posts."
|
||||||
|
msgstr "Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung."
|
||||||
|
|
||||||
|
#: geonames.php:143
|
||||||
msgid "Enable Geonames Addon"
|
msgid "Enable Geonames Addon"
|
||||||
msgstr "Geonames Addon aktivieren"
|
msgstr "Geonames-Addon aktivieren"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:144
|
||||||
msgid "Submit"
|
msgid "Save Settings"
|
||||||
msgstr "Senden"
|
msgstr "Einstellungen speichern"
|
||||||
|
|
|
@ -6,7 +6,7 @@ function string_plural_select_de($n){
|
||||||
return intval($n != 1);
|
return intval($n != 1);
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
|
$a->strings["Geonames Settings"] = "Geonames-Einstellungen";
|
||||||
$a->strings["Geonames Settings"] = "Geonames Einstellungen";
|
$a->strings["Replace numerical coordinates by the nearest populated location name in your posts."] = "Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung.";
|
||||||
$a->strings["Enable Geonames Addon"] = "Geonames Addon aktivieren";
|
$a->strings["Enable Geonames Addon"] = "Geonames-Addon aktivieren";
|
||||||
$a->strings["Submit"] = "Senden";
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||||
|
|
Loading…
Reference in a new issue