mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 04:03:41 +00:00
geonames NL translation THX Pascal
This commit is contained in:
parent
11f0fb449d
commit
0aabae1854
2 changed files with 10 additions and 8 deletions
|
@ -5,13 +5,14 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Karel <karel@dasrakel.eu>, 2018
|
# Karel <karel@dasrakel.eu>, 2018
|
||||||
|
# Pascal <pascal.deklerck@gmail.com>, 2018
|
||||||
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: 2013-02-27 05:01-0500\n"
|
||||||
"PO-Revision-Date: 2018-04-12 07:45+0000\n"
|
"PO-Revision-Date: 2018-06-06 18:43+0000\n"
|
||||||
"Last-Translator: Karel <karel@dasrakel.eu>\n"
|
"Last-Translator: Pascal <pascal.deklerck@gmail.com>\n"
|
||||||
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
|
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\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"
|
||||||
|
@ -25,12 +26,12 @@ msgstr "Geonames instellingen bijgewerkt."
|
||||||
|
|
||||||
#: geonames.php:179
|
#: geonames.php:179
|
||||||
msgid "Geonames Settings"
|
msgid "Geonames Settings"
|
||||||
msgstr ""
|
msgstr "Geonames Instellingen"
|
||||||
|
|
||||||
#: geonames.php:181
|
#: geonames.php:181
|
||||||
msgid "Enable Geonames Addon"
|
msgid "Enable Geonames Addon"
|
||||||
msgstr ""
|
msgstr "Activeer Geonames Addon"
|
||||||
|
|
||||||
#: geonames.php:187
|
#: geonames.php:187
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr "Toepassen"
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
if(! function_exists("string_plural_select_nl")) {
|
if(! function_exists("string_plural_select_nl")) {
|
||||||
function string_plural_select_nl($n){
|
function string_plural_select_nl($n){
|
||||||
|
$n = intval($n);
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
|
$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt.";
|
||||||
$a->strings["Geonames Settings"] = "";
|
$a->strings["Geonames Settings"] = "Geonames Instellingen";
|
||||||
$a->strings["Enable Geonames Addon"] = "";
|
$a->strings["Enable Geonames Addon"] = "Activeer Geonames Addon";
|
||||||
$a->strings["Submit"] = "";
|
$a->strings["Submit"] = "Toepassen";
|
||||||
|
|
Loading…
Reference in a new issue