geonames NL translation THX Pascal

This commit is contained in:
Tobias Diekershoff 2018-06-09 10:26:10 +02:00
parent 11f0fb449d
commit 0aabae1854
2 changed files with 10 additions and 8 deletions

View File

@ -5,13 +5,14 @@
#
# Translators:
# Karel <karel@dasrakel.eu>, 2018
# Pascal <pascal.deklerck@gmail.com>, 2018
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: 2018-04-12 07:45+0000\n"
"Last-Translator: Karel <karel@dasrakel.eu>\n"
"PO-Revision-Date: 2018-06-06 18:43+0000\n"
"Last-Translator: Pascal <pascal.deklerck@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,12 +26,12 @@ msgstr "Geonames instellingen bijgewerkt."
#: geonames.php:179
msgid "Geonames Settings"
msgstr ""
msgstr "Geonames Instellingen"
#: geonames.php:181
msgid "Enable Geonames Addon"
msgstr ""
msgstr "Activeer Geonames Addon"
#: geonames.php:187
msgid "Submit"
msgstr ""
msgstr "Toepassen"

View File

@ -2,10 +2,11 @@
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
$a->strings["Geonames Settings"] = "";
$a->strings["Enable Geonames Addon"] = "";
$a->strings["Submit"] = "";
$a->strings["Geonames Settings"] = "Geonames Instellingen";
$a->strings["Enable Geonames Addon"] = "Activeer Geonames Addon";
$a->strings["Submit"] = "Toepassen";