DE addon translation update
This commit is contained in:
parent
484482a4ce
commit
1e60ac18cf
80 changed files with 972 additions and 996 deletions
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2021-02-06 16:59+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 17:23+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\n"
|
||||
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -22,20 +22,16 @@ msgstr ""
|
|||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: geonames.php:141
|
||||
msgid "Geonames Settings"
|
||||
msgstr "Geonames-Einstellungen"
|
||||
|
||||
#: geonames.php:142
|
||||
#: geonames.php:135
|
||||
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
|
||||
#: geonames.php:136
|
||||
msgid "Enable Geonames Addon"
|
||||
msgstr "Geonames-Addon aktivieren"
|
||||
|
||||
#: geonames.php:144
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
#: geonames.php:141
|
||||
msgid "Geonames Settings"
|
||||
msgstr "Geonames-Einstellungen"
|
||||
|
|
|
@ -5,7 +5,6 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$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['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Geonames Settings'] = 'Geonames-Einstellungen';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue