diff --git a/blackout/lang/nl/strings.php b/blackout/lang/nl/strings.php index 312b0dcc..8311c07e 100644 --- a/blackout/lang/nl/strings.php +++ b/blackout/lang/nl/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; diff --git a/blockem/lang/nl/messages.po b/blockem/lang/nl/messages.po index 62938b7b..f8bde25c 100644 --- a/blockem/lang/nl/messages.po +++ b/blockem/lang/nl/messages.po @@ -5,13 +5,14 @@ # # Translators: # AgnesElisa , 2018 +# Jeroen De Meerleer , 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-01 11:11-0400\n" -"PO-Revision-Date: 2018-04-23 17:59+0000\n" -"Last-Translator: AgnesElisa \n" +"POT-Creation-Date: 2018-08-17 10:23+0200\n" +"PO-Revision-Date: 2018-08-24 13:49+0000\n" +"Last-Translator: Jeroen De Meerleer \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" @@ -19,41 +20,41 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: blockem.php:52 blockem.php:56 -msgid "\"Blockem\"" -msgstr "\"Blockem\"" +#: blockem.php:54 blockem.php:58 +msgid "Blockem" +msgstr "Blockem" -#: blockem.php:60 +#: blockem.php:62 msgid "" "Hides user's content by collapsing posts. Also replaces their avatar with " "generic image." msgstr "Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding." -#: blockem.php:61 +#: blockem.php:63 msgid "Comma separated profile URLS:" msgstr "Profiel URLs (kommagescheiden):" -#: blockem.php:65 +#: blockem.php:67 msgid "Save Settings" msgstr "Instellingen opslaan" -#: blockem.php:78 +#: blockem.php:81 msgid "BLOCKEM Settings saved." -msgstr "BLOCKEM Instellingen opgeslagen." +msgstr "BLOCKEM instellingen opgeslagen." -#: blockem.php:136 +#: blockem.php:143 #, php-format msgid "Filtered user: %s" msgstr "Gefilterde gebruiker: %s" -#: blockem.php:189 +#: blockem.php:202 msgid "Unblock Author" msgstr "Deblokkeer Auteur" -#: blockem.php:191 +#: blockem.php:204 msgid "Block Author" msgstr "Auteur blokkeren" -#: blockem.php:223 +#: blockem.php:244 msgid "blockem settings updated" -msgstr "blockem instellingen geupdatet" +msgstr "blockem instellingen opgeslagen" diff --git a/blockem/lang/nl/strings.php b/blockem/lang/nl/strings.php index 5b3ef951..b74cc140 100644 --- a/blockem/lang/nl/strings.php +++ b/blockem/lang/nl/strings.php @@ -2,15 +2,16 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; -$a->strings["\"Blockem\""] = "\"Blockem\""; +$a->strings["Blockem"] = "Blockem"; $a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbergt de inhoud van het bericht van de gebruiker. Daarnaast vervangt het de avatar door een standaardafbeelding."; $a->strings["Comma separated profile URLS:"] = "Profiel URLs (kommagescheiden):"; $a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Instellingen opgeslagen."; +$a->strings["BLOCKEM Settings saved."] = "BLOCKEM instellingen opgeslagen."; $a->strings["Filtered user: %s"] = "Gefilterde gebruiker: %s"; $a->strings["Unblock Author"] = "Deblokkeer Auteur"; $a->strings["Block Author"] = "Auteur blokkeren"; -$a->strings["blockem settings updated"] = "blockem instellingen geupdatet"; +$a->strings["blockem settings updated"] = "blockem instellingen opgeslagen"; diff --git a/blogger/lang/nl/strings.php b/blogger/lang/nl/strings.php index be5a8232..dd1eeb77 100644 --- a/blogger/lang/nl/strings.php +++ b/blogger/lang/nl/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; diff --git a/buffer/lang/nl/messages.po b/buffer/lang/nl/messages.po index 8a132f38..1dc00c78 100644 --- a/buffer/lang/nl/messages.po +++ b/buffer/lang/nl/messages.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2018-04-20 17:34+0000\n" +"PO-Revision-Date: 2018-08-24 13:04+0000\n" "Last-Translator: Jeroen De Meerleer \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" @@ -70,8 +70,8 @@ msgstr "Plaatsen op Buffer als standaard instellen" #: buffer.php:156 msgid "Check to delete this preset" -msgstr "" +msgstr "Vink aan om deze vooraf ingestelde opties te verwijderen " #: buffer.php:165 msgid "Posts are going to all accounts that are enabled by default:" -msgstr "" +msgstr "Berichten gaan naar alle accounts die als standaard zijn ingeschakeld: " diff --git a/buffer/lang/nl/strings.php b/buffer/lang/nl/strings.php index 91108f73..5d6d0151 100644 --- a/buffer/lang/nl/strings.php +++ b/buffer/lang/nl/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; @@ -17,5 +18,5 @@ $a->strings["Buffer Export"] = "Buffer Exporteren"; $a->strings["Authenticate your Buffer connection"] = "Verbinding met Buffer goedkeuren"; $a->strings["Enable Buffer Post Addon"] = "Buffer Post Addon inschakelen"; $a->strings["Post to Buffer by default"] = "Plaatsen op Buffer als standaard instellen"; -$a->strings["Check to delete this preset"] = ""; -$a->strings["Posts are going to all accounts that are enabled by default:"] = ""; +$a->strings["Check to delete this preset"] = "Vink aan om deze vooraf ingestelde opties te verwijderen "; +$a->strings["Posts are going to all accounts that are enabled by default:"] = "Berichten gaan naar alle accounts die als standaard zijn ingeschakeld: "; diff --git a/curweather/lang/nl/messages.po b/curweather/lang/nl/messages.po new file mode 100644 index 00000000..4ba51cc4 --- /dev/null +++ b/curweather/lang/nl/messages.po @@ -0,0 +1,132 @@ +# ADDON curweather +# Copyright (C) +# This file is distributed under the same license as the Friendica curweather addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-09-25 17:17+0200\n" +"PO-Revision-Date: 2018-08-24 13:49+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: curweather.php:31 +msgid "Error fetching weather data.\\nError was: " +msgstr "Fout bij het ophalen van de weer data:\\nFout was:" + +#: curweather.php:111 curweather.php:172 +msgid "Current Weather" +msgstr "Het weer" + +#: curweather.php:118 +msgid "Relative Humidity" +msgstr "Relatieve vochtigheid" + +#: curweather.php:119 +msgid "Pressure" +msgstr "Luchtdruk" + +#: curweather.php:120 +msgid "Wind" +msgstr "Wind" + +#: curweather.php:121 +msgid "Last Updated" +msgstr "Laatste wijziging" + +#: curweather.php:122 +msgid "Data by" +msgstr "Data afkomstig van" + +#: curweather.php:123 +msgid "Show on map" +msgstr "Toon op kaart" + +#: curweather.php:128 +msgid "There was a problem accessing the weather data. But have a look" +msgstr "Er was een probleem met het ophalen van de data. Bekijk het" + +#: curweather.php:130 +msgid "at OpenWeatherMap" +msgstr "Op OpenWeatherMap" + +#: curweather.php:146 +msgid "Current Weather settings updated." +msgstr "Huidige weerinstellingen opgeslagen" + +#: curweather.php:161 +msgid "No APPID found, please contact your admin to obtain one." +msgstr "Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen" + +#: curweather.php:171 curweather.php:200 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: curweather.php:172 +msgid "Settings" +msgstr "Instellingen" + +#: curweather.php:174 +msgid "Enter either the name of your location or the zip code." +msgstr "Voor de naam of de postcode van je locatie in" + +#: curweather.php:175 +msgid "Your Location" +msgstr "Uw locatie" + +#: curweather.php:175 +msgid "" +"Identifier of your location (name or zip code), e.g. Berlin,DE or " +"14476,DE." +msgstr "ID van je locatie (naam of postocde), vb. Amsterdam, NL of 2000,BE" + +#: curweather.php:176 +msgid "Units" +msgstr "Eenheden" + +#: curweather.php:176 +msgid "select if the temperature should be displayed in °C or °F" +msgstr "Selecteer of de temperatuur in °C of °F moet weergegeven worden" + +#: curweather.php:177 +msgid "Show weather data" +msgstr "Toon weer " + +#: curweather.php:190 +msgid "Curweather settings saved." +msgstr "Curweather instellingen opgeslagen" + +#: curweather.php:201 +msgid "Caching Interval" +msgstr "Caching interval" + +#: curweather.php:201 +msgid "" +"For how long should the weather data be cached? Choose according your " +"OpenWeatherMap account type." +msgstr "Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type." + +#: curweather.php:201 +msgid "no cache" +msgstr "Geen cache" + +#: curweather.php:201 +msgid "minutes" +msgstr "Minuten" + +#: curweather.php:202 +msgid "Your APPID" +msgstr "Uw APPID" + +#: curweather.php:202 +msgid "Your API key provided by OpenWeatherMap" +msgstr "Je OpenWeatherMap API-Key" diff --git a/curweather/lang/nl/strings.php b/curweather/lang/nl/strings.php new file mode 100644 index 00000000..9a4a4d29 --- /dev/null +++ b/curweather/lang/nl/strings.php @@ -0,0 +1,35 @@ +strings["Error fetching weather data.\\nError was: "] = "Fout bij het ophalen van de weer data:\\nFout was:"; +$a->strings["Current Weather"] = "Het weer"; +$a->strings["Relative Humidity"] = "Relatieve vochtigheid"; +$a->strings["Pressure"] = "Luchtdruk"; +$a->strings["Wind"] = "Wind"; +$a->strings["Last Updated"] = "Laatste wijziging"; +$a->strings["Data by"] = "Data afkomstig van"; +$a->strings["Show on map"] = "Toon op kaart"; +$a->strings["There was a problem accessing the weather data. But have a look"] = "Er was een probleem met het ophalen van de data. Bekijk het"; +$a->strings["at OpenWeatherMap"] = "Op OpenWeatherMap"; +$a->strings["Current Weather settings updated."] = "Huidige weerinstellingen opgeslagen"; +$a->strings["No APPID found, please contact your admin to obtain one."] = "Geen APPID gevonden. Contacteer je node-admin om dit te verkrijgen"; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Enter either the name of your location or the zip code."] = "Voor de naam of de postcode van je locatie in"; +$a->strings["Your Location"] = "Uw locatie"; +$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "ID van je locatie (naam of postocde), vb. Amsterdam, NL of 2000,BE"; +$a->strings["Units"] = "Eenheden"; +$a->strings["select if the temperature should be displayed in °C or °F"] = "Selecteer of de temperatuur in °C of °F moet weergegeven worden"; +$a->strings["Show weather data"] = "Toon weer "; +$a->strings["Curweather settings saved."] = "Curweather instellingen opgeslagen"; +$a->strings["Caching Interval"] = "Caching interval"; +$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Voor hoe lang moet de weer data opgeslagen worden? Kies dit volgens je OpenWeatherMap account type."; +$a->strings["no cache"] = "Geen cache"; +$a->strings["minutes"] = "Minuten"; +$a->strings["Your APPID"] = "Uw APPID"; +$a->strings["Your API key provided by OpenWeatherMap"] = "Je OpenWeatherMap API-Key"; diff --git a/diaspora/lang/nl/messages.po b/diaspora/lang/nl/messages.po new file mode 100644 index 00000000..25fee146 --- /dev/null +++ b/diaspora/lang/nl/messages.po @@ -0,0 +1,62 @@ +# ADDON diaspora +# Copyright (C) +# This file is distributed under the same license as the Friendica diaspora addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-08-24 13:55+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: diaspora.php:37 +msgid "Post to Diaspora" +msgstr "Plaatsen op Diaspora" + +#: diaspora.php:142 +msgid "" +"Can't login to your Diaspora account. Please check username and password and" +" ensure you used the complete address (including http...)" +msgstr "Kan niet inloggen op je Diaspora account. Gelieve je gebruikersnaam en wachtwoord te controleren en het volledige adres (inclusief http) te controleren" + +#: diaspora.php:149 diaspora.php:153 +msgid "Diaspora Export" +msgstr "Diaspora Exporteren" + +#: diaspora.php:163 +msgid "Enable Diaspora Post Addon" +msgstr "Diaspora Post Addon inschakelen" + +#: diaspora.php:168 +msgid "Diaspora username" +msgstr "Diaspora gebruikersnaam" + +#: diaspora.php:173 +msgid "Diaspora password" +msgstr "Diaspora wachtwoord" + +#: diaspora.php:178 +msgid "Diaspora site URL" +msgstr "Diaspora pod URL" + +#: diaspora.php:183 +msgid "Post to Diaspora by default" +msgstr "Plaatsen op Diaspora als standaard instellen " + +#: diaspora.php:189 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: diaspora.php:324 +msgid "Diaspora post failed. Queued for retry." +msgstr "Posten naar Diaspora mislukt. In wachtrij geplaatst om opnieuw te proberen." diff --git a/diaspora/lang/nl/strings.php b/diaspora/lang/nl/strings.php new file mode 100644 index 00000000..698a875a --- /dev/null +++ b/diaspora/lang/nl/strings.php @@ -0,0 +1,18 @@ +strings["Post to Diaspora"] = "Plaatsen op Diaspora"; +$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Kan niet inloggen op je Diaspora account. Gelieve je gebruikersnaam en wachtwoord te controleren en het volledige adres (inclusief http) te controleren"; +$a->strings["Diaspora Export"] = "Diaspora Exporteren"; +$a->strings["Enable Diaspora Post Addon"] = "Diaspora Post Addon inschakelen"; +$a->strings["Diaspora username"] = "Diaspora gebruikersnaam"; +$a->strings["Diaspora password"] = "Diaspora wachtwoord"; +$a->strings["Diaspora site URL"] = "Diaspora pod URL"; +$a->strings["Post to Diaspora by default"] = "Plaatsen op Diaspora als standaard instellen "; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Diaspora post failed. Queued for retry."] = "Posten naar Diaspora mislukt. In wachtrij geplaatst om opnieuw te proberen."; diff --git a/dwpost/lang/nl/messages.po b/dwpost/lang/nl/messages.po new file mode 100644 index 00000000..ac7cb731 --- /dev/null +++ b/dwpost/lang/nl/messages.po @@ -0,0 +1,48 @@ +# ADDON dwpost +# Copyright (C) +# This file is distributed under the same license as the Friendica dwpost addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:36+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "Plaatsen op Dreamwidth" + +#: dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "Dreamwidth Post instellingen" + +#: dwpost.php:72 +msgid "Enable dreamwidth Post Addon" +msgstr "Dreamwidth Post Addon inschakelen" + +#: dwpost.php:77 +msgid "dreamwidth username" +msgstr "Dreawidth gebruikersnaam" + +#: dwpost.php:82 +msgid "dreamwidth password" +msgstr "Dreamwidth wachtwoord" + +#: dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "Plaatsen op Dreamwidth als standaard instellen " + +#: dwpost.php:93 +msgid "Submit" +msgstr "Opslaan" diff --git a/dwpost/lang/nl/strings.php b/dwpost/lang/nl/strings.php new file mode 100644 index 00000000..ddf5083a --- /dev/null +++ b/dwpost/lang/nl/strings.php @@ -0,0 +1,15 @@ +strings["Post to Dreamwidth"] = "Plaatsen op Dreamwidth"; +$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Post instellingen"; +$a->strings["Enable dreamwidth Post Addon"] = "Dreamwidth Post Addon inschakelen"; +$a->strings["dreamwidth username"] = "Dreawidth gebruikersnaam"; +$a->strings["dreamwidth password"] = "Dreamwidth wachtwoord"; +$a->strings["Post to dreamwidth by default"] = "Plaatsen op Dreamwidth als standaard instellen "; +$a->strings["Submit"] = "Opslaan"; diff --git a/forumdirectory/lang/nl/messages.po b/forumdirectory/lang/nl/messages.po new file mode 100644 index 00000000..746e1bff --- /dev/null +++ b/forumdirectory/lang/nl/messages.po @@ -0,0 +1,80 @@ +# ADDON forumdirectory +# Copyright (C) +# This file is distributed under the same license as the Friendica forumdirectory addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:21+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: forumdirectory.php:22 +msgid "Forum Directory" +msgstr "Forum index" + +#: forumdirectory.php:53 +msgid "Public access denied." +msgstr "Publieke toegang geweigerd" + +#: forumdirectory.php:71 +msgid "Global Directory" +msgstr "Globaal overzicht" + +#: forumdirectory.php:79 +msgid "Find on this site" +msgstr "Zoeken" + +#: forumdirectory.php:81 +msgid "Finding: " +msgstr "Zoeken..." + +#: forumdirectory.php:82 +msgid "Site Directory" +msgstr "Site overzicht" + +#: forumdirectory.php:83 +msgid "Find" +msgstr "Zoek" + +#: forumdirectory.php:133 +msgid "Age: " +msgstr "Leeftijd:" + +#: forumdirectory.php:136 +msgid "Gender: " +msgstr "Geslacht:" + +#: forumdirectory.php:156 +msgid "Location:" +msgstr "Woonplaats:" + +#: forumdirectory.php:158 +msgid "Gender:" +msgstr "Geslacht:" + +#: forumdirectory.php:160 +msgid "Status:" +msgstr "Status:" + +#: forumdirectory.php:162 +msgid "Homepage:" +msgstr "Website:" + +#: forumdirectory.php:164 +msgid "About:" +msgstr "Over:" + +#: forumdirectory.php:201 +msgid "No entries (some entries may be hidden)." +msgstr "Geen berichten (sommige berichten kunnen verborgen zijn)." diff --git a/forumdirectory/lang/nl/strings.php b/forumdirectory/lang/nl/strings.php new file mode 100644 index 00000000..ca340c15 --- /dev/null +++ b/forumdirectory/lang/nl/strings.php @@ -0,0 +1,23 @@ +strings["Forum Directory"] = "Forum index"; +$a->strings["Public access denied."] = "Publieke toegang geweigerd"; +$a->strings["Global Directory"] = "Globaal overzicht"; +$a->strings["Find on this site"] = "Zoeken"; +$a->strings["Finding: "] = "Zoeken..."; +$a->strings["Site Directory"] = "Site overzicht"; +$a->strings["Find"] = "Zoek"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Gender: "] = "Geslacht:"; +$a->strings["Location:"] = "Woonplaats:"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Website:"; +$a->strings["About:"] = "Over:"; +$a->strings["No entries (some entries may be hidden)."] = "Geen berichten (sommige berichten kunnen verborgen zijn)."; diff --git a/fromapp/lang/nl/messages.po b/fromapp/lang/nl/messages.po new file mode 100644 index 00000000..06597261 --- /dev/null +++ b/fromapp/lang/nl/messages.po @@ -0,0 +1,41 @@ +# ADDON fromapp +# Copyright (C) +# This file is distributed under the same license as the Friendica fromapp addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: fromapp.php:38 +msgid "Fromapp settings updated." +msgstr "Fromapp instellingen opgeslagen" + +#: fromapp.php:64 +msgid "FromApp Settings" +msgstr "FromApp instellingen" + +#: fromapp.php:66 +msgid "" +"The application name you would like to show your posts originating from." +msgstr "De applicatienaam die je wilt laten verschijnen bij je berichten" + +#: fromapp.php:70 +msgid "Use this application name even if another application was used." +msgstr "Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt" + +#: fromapp.php:77 +msgid "Submit" +msgstr "Opslaan" diff --git a/fromapp/lang/nl/strings.php b/fromapp/lang/nl/strings.php new file mode 100644 index 00000000..17852479 --- /dev/null +++ b/fromapp/lang/nl/strings.php @@ -0,0 +1,13 @@ +strings["Fromapp settings updated."] = "Fromapp instellingen opgeslagen"; +$a->strings["FromApp Settings"] = "FromApp instellingen"; +$a->strings["The application name you would like to show your posts originating from."] = "De applicatienaam die je wilt laten verschijnen bij je berichten"; +$a->strings["Use this application name even if another application was used."] = "Gebruik deze applicatienaam zelfs als een andere applicatie werd gebruikt"; +$a->strings["Submit"] = "Opslaan"; diff --git a/fromgplus/lang/nl/messages.po b/fromgplus/lang/nl/messages.po new file mode 100644 index 00000000..e3e18751 --- /dev/null +++ b/fromgplus/lang/nl/messages.po @@ -0,0 +1,52 @@ +# ADDON fromgplus +# Copyright (C) +# This file is distributed under the same license as the Friendica fromgplus addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:14-0400\n" +"PO-Revision-Date: 2018-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: fromgplus.php:55 fromgplus.php:59 +msgid "Google+ Mirror" +msgstr "Google+ mirror" + +#: fromgplus.php:64 +msgid "Enable Google+ Import" +msgstr "Google+ import inschakelen" + +#: fromgplus.php:67 +msgid "Google Account ID" +msgstr "Google Account id" + +#: fromgplus.php:70 +msgid "Add keywords to post" +msgstr "Voer sleutelwoorden toe aan je bericht" + +#: fromgplus.php:75 fromgplus.php:105 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: fromgplus.php:96 +msgid "Google+ Import Settings saved." +msgstr "Google+ Import instellingen opgeslagen." + +#: fromgplus.php:106 +msgid "Key" +msgstr "Key" + +#: fromgplus.php:114 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" diff --git a/fromgplus/lang/nl/strings.php b/fromgplus/lang/nl/strings.php new file mode 100644 index 00000000..76ea6f6b --- /dev/null +++ b/fromgplus/lang/nl/strings.php @@ -0,0 +1,16 @@ +strings["Google+ Mirror"] = "Google+ mirror"; +$a->strings["Enable Google+ Import"] = "Google+ import inschakelen"; +$a->strings["Google Account ID"] = "Google Account id"; +$a->strings["Add keywords to post"] = "Voer sleutelwoorden toe aan je bericht"; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Google+ Import Settings saved."] = "Google+ Import instellingen opgeslagen."; +$a->strings["Key"] = "Key"; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; diff --git a/geonames/lang/nl/messages.po b/geonames/lang/nl/messages.po index 4a89305b..eec2f620 100644 --- a/geonames/lang/nl/messages.po +++ b/geonames/lang/nl/messages.po @@ -4,6 +4,7 @@ # # # Translators: +# Jeroen De Meerleer , 2018 # Karel , 2018 # Pascal , 2018 msgid "" @@ -11,8 +12,8 @@ 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-06-06 18:43+0000\n" -"Last-Translator: Pascal \n" +"PO-Revision-Date: 2018-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" @@ -22,7 +23,7 @@ msgstr "" #: geonames.php:143 msgid "Geonames settings updated." -msgstr "Geonames instellingen bijgewerkt." +msgstr "Geonames instellingen opgeslagen" #: geonames.php:179 msgid "Geonames Settings" @@ -30,7 +31,7 @@ msgstr "Geonames Instellingen" #: geonames.php:181 msgid "Enable Geonames Addon" -msgstr "Activeer Geonames Addon" +msgstr "Geonames Addon inschakelen" #: geonames.php:187 msgid "Submit" diff --git a/geonames/lang/nl/strings.php b/geonames/lang/nl/strings.php index f62dea70..baaf2e1e 100644 --- a/geonames/lang/nl/strings.php +++ b/geonames/lang/nl/strings.php @@ -6,7 +6,7 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; -$a->strings["Geonames settings updated."] = "Geonames instellingen bijgewerkt."; +$a->strings["Geonames settings updated."] = "Geonames instellingen opgeslagen"; $a->strings["Geonames Settings"] = "Geonames Instellingen"; -$a->strings["Enable Geonames Addon"] = "Activeer Geonames Addon"; +$a->strings["Enable Geonames Addon"] = "Geonames Addon inschakelen"; $a->strings["Submit"] = "Toepassen"; diff --git a/gnot/lang/nl/messages.po b/gnot/lang/nl/messages.po new file mode 100644 index 00000000..8892e8d7 --- /dev/null +++ b/gnot/lang/nl/messages.po @@ -0,0 +1,47 @@ +# ADDON gnot +# Copyright (C) +# This file is distributed under the same license as the Friendica gnot addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: gnot.php:48 +msgid "Gnot settings updated." +msgstr "Gnot instellingen opgeslagen" + +#: gnot.php:79 +msgid "Gnot Settings" +msgstr "Gnot instellingen" + +#: gnot.php:81 +msgid "" +"Allows threading of email comment notifications on Gmail and anonymising the" +" subject line." +msgstr "" + +#: gnot.php:82 +msgid "Enable this addon?" +msgstr "Deze addon inschakelen?" + +#: gnot.php:88 +msgid "Submit" +msgstr "" + +#: gnot.php:97 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%d" +msgstr "" diff --git a/gnot/lang/nl/strings.php b/gnot/lang/nl/strings.php new file mode 100644 index 00000000..30902b4a --- /dev/null +++ b/gnot/lang/nl/strings.php @@ -0,0 +1,14 @@ +strings["Gnot settings updated."] = "Gnot instellingen opgeslagen"; +$a->strings["Gnot Settings"] = "Gnot instellingen"; +$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = ""; +$a->strings["Enable this addon?"] = "Deze addon inschakelen?"; +$a->strings["Submit"] = ""; +$a->strings["[Friendica:Notify] Comment to conversation #%d"] = ""; diff --git a/gravatar/lang/nl/messages.po b/gravatar/lang/nl/messages.po new file mode 100644 index 00000000..95b06ecd --- /dev/null +++ b/gravatar/lang/nl/messages.po @@ -0,0 +1,75 @@ +# ADDON gravatar +# Copyright (C) +# This file is distributed under the same license as the Friendica gravatar addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:49+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: gravatar.php:71 +msgid "generic profile image" +msgstr "Generieke profiel-foto" + +#: gravatar.php:72 +msgid "random geometric pattern" +msgstr "Willekeurige geometrische figuur" + +#: gravatar.php:73 +msgid "monster face" +msgstr "" + +#: gravatar.php:74 +msgid "computer generated face" +msgstr "" + +#: gravatar.php:75 +msgid "retro arcade style face" +msgstr "" + +#: gravatar.php:89 +msgid "Information" +msgstr "" + +#: gravatar.php:89 +msgid "" +"Libravatar addon is installed, too. Please disable Libravatar addon or this " +"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " +"nothing was found at Libravatar." +msgstr "" + +#: gravatar.php:95 +msgid "Submit" +msgstr "" + +#: gravatar.php:96 +msgid "Default avatar image" +msgstr "" + +#: gravatar.php:96 +msgid "Select default avatar image if none was found at Gravatar. See README" +msgstr "" + +#: gravatar.php:97 +msgid "Rating of images" +msgstr "" + +#: gravatar.php:97 +msgid "Select the appropriate avatar rating for your site. See README" +msgstr "" + +#: gravatar.php:111 +msgid "Gravatar settings updated." +msgstr "Gravatar instellingen opgeslagen" diff --git a/gravatar/lang/nl/strings.php b/gravatar/lang/nl/strings.php new file mode 100644 index 00000000..4b930a53 --- /dev/null +++ b/gravatar/lang/nl/strings.php @@ -0,0 +1,21 @@ +strings["generic profile image"] = "Generieke profiel-foto"; +$a->strings["random geometric pattern"] = "Willekeurige geometrische figuur"; +$a->strings["monster face"] = ""; +$a->strings["computer generated face"] = ""; +$a->strings["retro arcade style face"] = ""; +$a->strings["Information"] = ""; +$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; +$a->strings["Submit"] = ""; +$a->strings["Default avatar image"] = ""; +$a->strings["Select default avatar image if none was found at Gravatar. See README"] = ""; +$a->strings["Rating of images"] = ""; +$a->strings["Select the appropriate avatar rating for your site. See README"] = ""; +$a->strings["Gravatar settings updated."] = "Gravatar instellingen opgeslagen"; diff --git a/group_text/lang/nl/messages.po b/group_text/lang/nl/messages.po new file mode 100644 index 00000000..56b5aae0 --- /dev/null +++ b/group_text/lang/nl/messages.po @@ -0,0 +1,36 @@ +# ADDON group_text +# Copyright (C) +# This file is distributed under the same license as the Friendica group_text addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: group_text.php:46 +msgid "Group Text settings updated." +msgstr "Groupsberichten instellingen opgeslagen" + +#: group_text.php:76 +msgid "Group Text" +msgstr "Groepsbericht" + +#: group_text.php:78 +msgid "Use a text only (non-image) group selector in the \"group edit\" menu" +msgstr "" + +#: group_text.php:84 +msgid "Submit" +msgstr "" diff --git a/group_text/lang/nl/strings.php b/group_text/lang/nl/strings.php new file mode 100644 index 00000000..2a99dc8e --- /dev/null +++ b/group_text/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Group Text settings updated."] = "Groupsberichten instellingen opgeslagen"; +$a->strings["Group Text"] = "Groepsbericht"; +$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = ""; +$a->strings["Submit"] = ""; diff --git a/ijpost/lang/nl/messages.po b/ijpost/lang/nl/messages.po new file mode 100644 index 00000000..4a617ad1 --- /dev/null +++ b/ijpost/lang/nl/messages.po @@ -0,0 +1,48 @@ +# ADDON ijpost +# Copyright (C) +# This file is distributed under the same license as the Friendica ijpost addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:45+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ijpost.php:39 +msgid "Post to Insanejournal" +msgstr "Plaatsen op Insanejournal" + +#: ijpost.php:70 +msgid "InsaneJournal Post Settings" +msgstr "InsaneJournal Post instellingen" + +#: ijpost.php:72 +msgid "Enable InsaneJournal Post Addon" +msgstr "InsaneJournal Post Addon inschakelen" + +#: ijpost.php:77 +msgid "InsaneJournal username" +msgstr "" + +#: ijpost.php:82 +msgid "InsaneJournal password" +msgstr "" + +#: ijpost.php:87 +msgid "Post to InsaneJournal by default" +msgstr "Plaatsen op InsaneJournal als standaard instellen " + +#: ijpost.php:93 +msgid "Submit" +msgstr "" diff --git a/ijpost/lang/nl/strings.php b/ijpost/lang/nl/strings.php new file mode 100644 index 00000000..4e0dbf3d --- /dev/null +++ b/ijpost/lang/nl/strings.php @@ -0,0 +1,15 @@ +strings["Post to Insanejournal"] = "Plaatsen op Insanejournal"; +$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Post instellingen"; +$a->strings["Enable InsaneJournal Post Addon"] = "InsaneJournal Post Addon inschakelen"; +$a->strings["InsaneJournal username"] = ""; +$a->strings["InsaneJournal password"] = ""; +$a->strings["Post to InsaneJournal by default"] = "Plaatsen op InsaneJournal als standaard instellen "; +$a->strings["Submit"] = ""; diff --git a/impressum/lang/nl/messages.po b/impressum/lang/nl/messages.po new file mode 100644 index 00000000..93de5a3b --- /dev/null +++ b/impressum/lang/nl/messages.po @@ -0,0 +1,89 @@ +# ADDON impressum +# Copyright (C) +# This file is distributed under the same license as the Friendica impressum addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: impressum.php:37 +msgid "Impressum" +msgstr "Colofon" + +#: impressum.php:50 impressum.php:52 impressum.php:84 +msgid "Site Owner" +msgstr "Siteeigenaar" + +#: impressum.php:50 impressum.php:88 +msgid "Email Address" +msgstr "" + +#: impressum.php:55 impressum.php:86 +msgid "Postal Address" +msgstr "" + +#: impressum.php:61 +msgid "" +"The impressum addon needs to be configured!
Please add at least the " +"owner variable to your config file. For other variables please " +"refer to the README file of the addon." +msgstr "" + +#: impressum.php:78 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" + +#: impressum.php:83 +msgid "Submit" +msgstr "" + +#: impressum.php:84 +msgid "The page operators name." +msgstr "" + +#: impressum.php:85 +msgid "Site Owners Profile" +msgstr "" + +#: impressum.php:85 +msgid "Profile address of the operator." +msgstr "" + +#: impressum.php:86 +msgid "How to contact the operator via snail mail. You can use BBCode here." +msgstr "" + +#: impressum.php:87 +msgid "Notes" +msgstr "" + +#: impressum.php:87 +msgid "" +"Additional notes that are displayed beneath the contact information. You can" +" use BBCode here." +msgstr "" + +#: impressum.php:88 +msgid "How to contact the operator via email. (will be displayed obfuscated)" +msgstr "" + +#: impressum.php:89 +msgid "Footer note" +msgstr "" + +#: impressum.php:89 +msgid "Text for the footer. You can use BBCode here." +msgstr "" diff --git a/impressum/lang/nl/strings.php b/impressum/lang/nl/strings.php new file mode 100644 index 00000000..bfc0f756 --- /dev/null +++ b/impressum/lang/nl/strings.php @@ -0,0 +1,24 @@ +strings["Impressum"] = "Colofon"; +$a->strings["Site Owner"] = "Siteeigenaar"; +$a->strings["Email Address"] = ""; +$a->strings["Postal Address"] = ""; +$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings["Submit"] = ""; +$a->strings["The page operators name."] = ""; +$a->strings["Site Owners Profile"] = ""; +$a->strings["Profile address of the operator."] = ""; +$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = ""; +$a->strings["Notes"] = ""; +$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = ""; +$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = ""; +$a->strings["Footer note"] = ""; +$a->strings["Text for the footer. You can use BBCode here."] = ""; diff --git a/infiniteimprobabilitydrive/lang/nl/messages.po b/infiniteimprobabilitydrive/lang/nl/messages.po new file mode 100644 index 00000000..c1b45940 --- /dev/null +++ b/infiniteimprobabilitydrive/lang/nl/messages.po @@ -0,0 +1,24 @@ +# ADDON infiniteimprobabilitydrive +# Copyright (C) +# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:33+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: infiniteimprobabilitydrive.php:19 +msgid "Infinite Improbability Drive" +msgstr "Oneindige schijf voor onbetrouwbaarheid" diff --git a/infiniteimprobabilitydrive/lang/nl/strings.php b/infiniteimprobabilitydrive/lang/nl/strings.php new file mode 100644 index 00000000..9da6a726 --- /dev/null +++ b/infiniteimprobabilitydrive/lang/nl/strings.php @@ -0,0 +1,9 @@ +strings["Infinite Improbability Drive"] = "Oneindige schijf voor onbetrouwbaarheid"; diff --git a/jappixmini/lang/nl/messages.po b/jappixmini/lang/nl/messages.po new file mode 100644 index 00000000..592e155b --- /dev/null +++ b/jappixmini/lang/nl/messages.po @@ -0,0 +1,77 @@ +# ADDON jappixmini +# Copyright (C) +# This file is distributed under the same license as the Friendica jappixmini addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: jappixmini.php:266 +msgid "Jappix Mini addon settings" +msgstr "Jappix Mini addon instellingen" + +#: jappixmini.php:268 +msgid "Activate addon" +msgstr "Activatie addon" + +#: jappixmini.php:271 +msgid "" +"Do not insert the Jappixmini Chat-Widget into the webinterface" +msgstr "" + +#: jappixmini.php:274 +msgid "Jabber username" +msgstr "" + +#: jappixmini.php:277 +msgid "Jabber server" +msgstr "" + +#: jappixmini.php:281 +msgid "Jabber BOSH host" +msgstr "" + +#: jappixmini.php:285 +msgid "Jabber password" +msgstr "" + +#: jappixmini.php:290 +msgid "Encrypt Jabber password with Friendica password (recommended)" +msgstr "" + +#: jappixmini.php:293 +msgid "Friendica password" +msgstr "" + +#: jappixmini.php:296 +msgid "Approve subscription requests from Friendica contacts automatically" +msgstr "" + +#: jappixmini.php:299 +msgid "Subscribe to Friendica contacts automatically" +msgstr "" + +#: jappixmini.php:302 +msgid "Purge internal list of jabber addresses of contacts" +msgstr "" + +#: jappixmini.php:307 +msgid "Submit" +msgstr "" + +#: jappixmini.php:308 +msgid "Add contact" +msgstr "" diff --git a/jappixmini/lang/nl/strings.php b/jappixmini/lang/nl/strings.php new file mode 100644 index 00000000..7753199a --- /dev/null +++ b/jappixmini/lang/nl/strings.php @@ -0,0 +1,22 @@ +strings["Jappix Mini addon settings"] = "Jappix Mini addon instellingen"; +$a->strings["Activate addon"] = "Activatie addon"; +$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = ""; +$a->strings["Jabber username"] = ""; +$a->strings["Jabber server"] = ""; +$a->strings["Jabber BOSH host"] = ""; +$a->strings["Jabber password"] = ""; +$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = ""; +$a->strings["Friendica password"] = ""; +$a->strings["Approve subscription requests from Friendica contacts automatically"] = ""; +$a->strings["Subscribe to Friendica contacts automatically"] = ""; +$a->strings["Purge internal list of jabber addresses of contacts"] = ""; +$a->strings["Submit"] = ""; +$a->strings["Add contact"] = ""; diff --git a/js_upload/lang/nl/messages.po b/js_upload/lang/nl/messages.po new file mode 100644 index 00000000..713ba3a2 --- /dev/null +++ b/js_upload/lang/nl/messages.po @@ -0,0 +1,56 @@ +# ADDON js_upload +# Copyright (C) +# This file is distributed under the same license as the Friendica js_upload addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: js_upload.php:43 +msgid "Upload a file" +msgstr "Upload een bestand" + +#: js_upload.php:44 +msgid "Drop files here to upload" +msgstr "Sleep uw bestanden hier om ze te uploaden" + +#: js_upload.php:45 +msgid "Cancel" +msgstr "" + +#: js_upload.php:46 +msgid "Failed" +msgstr "" + +#: js_upload.php:303 +msgid "No files were uploaded." +msgstr "" + +#: js_upload.php:309 +msgid "Uploaded file is empty" +msgstr "" + +#: js_upload.php:321 +msgid "Image exceeds size limit of " +msgstr "" + +#: js_upload.php:332 +msgid "File has an invalid extension, it should be one of " +msgstr "" + +#: js_upload.php:343 +msgid "Upload was cancelled, or server error encountered" +msgstr "" diff --git a/js_upload/lang/nl/strings.php b/js_upload/lang/nl/strings.php new file mode 100644 index 00000000..9289cc40 --- /dev/null +++ b/js_upload/lang/nl/strings.php @@ -0,0 +1,17 @@ +strings["Upload a file"] = "Upload een bestand"; +$a->strings["Drop files here to upload"] = "Sleep uw bestanden hier om ze te uploaden"; +$a->strings["Cancel"] = ""; +$a->strings["Failed"] = ""; +$a->strings["No files were uploaded."] = ""; +$a->strings["Uploaded file is empty"] = ""; +$a->strings["Image exceeds size limit of "] = ""; +$a->strings["File has an invalid extension, it should be one of "] = ""; +$a->strings["Upload was cancelled, or server error encountered"] = ""; diff --git a/krynn/lang/nl/messages.po b/krynn/lang/nl/messages.po new file mode 100644 index 00000000..bf0231bc --- /dev/null +++ b/krynn/lang/nl/messages.po @@ -0,0 +1,32 @@ +# ADDON krynn +# Copyright (C) +# This file is distributed under the same license as the Friendica krynn addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:26+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: krynn.php:150 +msgid "Krynn Settings" +msgstr "Krynn instellingen" + +#: krynn.php:152 +msgid "Enable Krynn Addon" +msgstr "Krynn Addon inschakelen" + +#: krynn.php:158 +msgid "Submit" +msgstr "" diff --git a/krynn/lang/nl/strings.php b/krynn/lang/nl/strings.php new file mode 100644 index 00000000..bf323800 --- /dev/null +++ b/krynn/lang/nl/strings.php @@ -0,0 +1,11 @@ +strings["Krynn Settings"] = "Krynn instellingen"; +$a->strings["Enable Krynn Addon"] = "Krynn Addon inschakelen"; +$a->strings["Submit"] = ""; diff --git a/langfilter/lang/nl/messages.po b/langfilter/lang/nl/messages.po index 10054fa7..fd3600c2 100644 --- a/langfilter/lang/nl/messages.po +++ b/langfilter/lang/nl/messages.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-01 11:11-0400\n" -"PO-Revision-Date: 2018-04-20 17:33+0000\n" +"PO-Revision-Date: 2018-08-24 13:47+0000\n" "Last-Translator: Jeroen De Meerleer \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" @@ -74,7 +74,7 @@ msgstr "Instellingen opslaan" #: langfilter.php:105 msgid "Language Filter Settings saved." -msgstr "Taalfilter-instellingen bijgewerkt." +msgstr "Taalfilter instellingen opgeslagen" #: langfilter.php:182 #, php-format diff --git a/langfilter/lang/nl/strings.php b/langfilter/lang/nl/strings.php index 976e3da3..97ab88e2 100644 --- a/langfilter/lang/nl/strings.php +++ b/langfilter/lang/nl/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; @@ -15,5 +16,5 @@ $a->strings["Minimum confidence in language detection being correct, from 0 to 1 $a->strings["Minimum length of message body"] = "Minimum lengte van de berichttekst"; $a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum aantal letters en leestekens in de berichttekst nodig voor het filter om te werken. Kortere berichten worden niet gefilterd. NB: Taaldetectie is onbetrouwbaar voor korte berichten (<200 letters en leestekens)."; $a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Language Filter Settings saved."] = "Taalfilter-instellingen bijgewerkt."; +$a->strings["Language Filter Settings saved."] = "Taalfilter instellingen opgeslagen"; $a->strings["Filtered language: %s"] = "Gefilterde taal: %s"; diff --git a/libertree/lang/nl/messages.po b/libertree/lang/nl/messages.po new file mode 100644 index 00000000..53b984b1 --- /dev/null +++ b/libertree/lang/nl/messages.po @@ -0,0 +1,48 @@ +# ADDON libertree +# Copyright (C) +# This file is distributed under the same license as the Friendica libertree addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:45+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: libertree.php:36 +msgid "Post to libertree" +msgstr "Plaatsen op Libertree" + +#: libertree.php:67 +msgid "libertree Post Settings" +msgstr "Libertree Post instellingen" + +#: libertree.php:69 +msgid "Enable Libertree Post Addon" +msgstr "Libertree Post Addon inschakelen" + +#: libertree.php:74 +msgid "Libertree API token" +msgstr "" + +#: libertree.php:79 +msgid "Libertree site URL" +msgstr "" + +#: libertree.php:84 +msgid "Post to Libertree by default" +msgstr "Plaatsen op Libertree als standaard instellen " + +#: libertree.php:90 +msgid "Submit" +msgstr "" diff --git a/libertree/lang/nl/strings.php b/libertree/lang/nl/strings.php new file mode 100644 index 00000000..1b8524f2 --- /dev/null +++ b/libertree/lang/nl/strings.php @@ -0,0 +1,15 @@ +strings["Post to libertree"] = "Plaatsen op Libertree"; +$a->strings["libertree Post Settings"] = "Libertree Post instellingen"; +$a->strings["Enable Libertree Post Addon"] = "Libertree Post Addon inschakelen"; +$a->strings["Libertree API token"] = ""; +$a->strings["Libertree site URL"] = ""; +$a->strings["Post to Libertree by default"] = "Plaatsen op Libertree als standaard instellen "; +$a->strings["Submit"] = ""; diff --git a/libravatar/lang/nl/messages.po b/libravatar/lang/nl/messages.po new file mode 100644 index 00000000..993f97dc --- /dev/null +++ b/libravatar/lang/nl/messages.po @@ -0,0 +1,84 @@ +# ADDON libravatar +# Copyright (C) +# This file is distributed under the same license as the Friendica libravatar addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:49+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: libravatar.php:14 +msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" +msgstr "Kon Libravater NIET succesvol installeren.
PHP 5.3 of meer is vereist" + +#: libravatar.php:73 +msgid "generic profile image" +msgstr "Generieke profiel-foto" + +#: libravatar.php:74 +msgid "random geometric pattern" +msgstr "" + +#: libravatar.php:75 +msgid "monster face" +msgstr "" + +#: libravatar.php:76 +msgid "computer generated face" +msgstr "" + +#: libravatar.php:77 +msgid "retro arcade style face" +msgstr "" + +#: libravatar.php:82 +msgid "Warning" +msgstr "" + +#: libravatar.php:83 +#, php-format +msgid "Your PHP version %s is lower than the required PHP >= 5.3." +msgstr "" + +#: libravatar.php:84 +msgid "This addon is not functional on your server." +msgstr "" + +#: libravatar.php:93 +msgid "Information" +msgstr "" + +#: libravatar.php:93 +msgid "" +"Gravatar addon is installed. Please disable the Gravatar addon.
The " +"Libravatar addon will fall back to Gravatar if nothing was found at " +"Libravatar." +msgstr "" + +#: libravatar.php:99 +msgid "Submit" +msgstr "" + +#: libravatar.php:100 +msgid "Default avatar image" +msgstr "" + +#: libravatar.php:100 +msgid "Select default avatar image if none was found. See README" +msgstr "" + +#: libravatar.php:112 +msgid "Libravatar settings updated." +msgstr "Libravatar instellingen opgeslagen" diff --git a/libravatar/lang/nl/strings.php b/libravatar/lang/nl/strings.php new file mode 100644 index 00000000..1cb30e74 --- /dev/null +++ b/libravatar/lang/nl/strings.php @@ -0,0 +1,23 @@ +strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Kon Libravater NIET succesvol installeren.
PHP 5.3 of meer is vereist"; +$a->strings["generic profile image"] = "Generieke profiel-foto"; +$a->strings["random geometric pattern"] = ""; +$a->strings["monster face"] = ""; +$a->strings["computer generated face"] = ""; +$a->strings["retro arcade style face"] = ""; +$a->strings["Warning"] = ""; +$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = ""; +$a->strings["This addon is not functional on your server."] = ""; +$a->strings["Information"] = ""; +$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; +$a->strings["Submit"] = ""; +$a->strings["Default avatar image"] = ""; +$a->strings["Select default avatar image if none was found. See README"] = ""; +$a->strings["Libravatar settings updated."] = "Libravatar instellingen opgeslagen"; diff --git a/ljpost/lang/nl/messages.po b/ljpost/lang/nl/messages.po new file mode 100644 index 00000000..3930ff06 --- /dev/null +++ b/ljpost/lang/nl/messages.po @@ -0,0 +1,48 @@ +# ADDON ljpost +# Copyright (C) +# This file is distributed under the same license as the Friendica ljpost addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:36+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ljpost.php:39 +msgid "Post to LiveJournal" +msgstr "Plaatsen op LiveJournal" + +#: ljpost.php:70 +msgid "LiveJournal Post Settings" +msgstr "LiveJournal Post instellingen" + +#: ljpost.php:72 +msgid "Enable LiveJournal Post Addon" +msgstr "LiveJournal Post inschakelen" + +#: ljpost.php:77 +msgid "LiveJournal username" +msgstr "" + +#: ljpost.php:82 +msgid "LiveJournal password" +msgstr "" + +#: ljpost.php:87 +msgid "Post to LiveJournal by default" +msgstr "Plaatsen op Livejournal als standaard instellen " + +#: ljpost.php:93 +msgid "Submit" +msgstr "" diff --git a/ljpost/lang/nl/strings.php b/ljpost/lang/nl/strings.php new file mode 100644 index 00000000..d9ed2360 --- /dev/null +++ b/ljpost/lang/nl/strings.php @@ -0,0 +1,15 @@ +strings["Post to LiveJournal"] = "Plaatsen op LiveJournal"; +$a->strings["LiveJournal Post Settings"] = "LiveJournal Post instellingen"; +$a->strings["Enable LiveJournal Post Addon"] = "LiveJournal Post inschakelen"; +$a->strings["LiveJournal username"] = ""; +$a->strings["LiveJournal password"] = ""; +$a->strings["Post to LiveJournal by default"] = "Plaatsen op Livejournal als standaard instellen "; +$a->strings["Submit"] = ""; diff --git a/mailstream/lang/nl/messages.po b/mailstream/lang/nl/messages.po new file mode 100644 index 00000000..f3443fc3 --- /dev/null +++ b/mailstream/lang/nl/messages.po @@ -0,0 +1,98 @@ +# ADDON mailstream +# Copyright (C) +# This file is distributed under the same license as the Friendica mailstream addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-11 19:13+0100\n" +"PO-Revision-Date: 2018-08-24 13:39+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: mailstream.php:77 +msgid "From Address" +msgstr "Van Adres" + +#: mailstream.php:79 +msgid "Email address that stream items will appear to be from." +msgstr "E-mail adres waarvan stream items komen " + +#: mailstream.php:82 mailstream.php:380 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: mailstream.php:223 +msgid "Re:" +msgstr "" + +#: mailstream.php:231 +msgid "Friendica post" +msgstr "" + +#: mailstream.php:234 +msgid "Diaspora post" +msgstr "" + +#: mailstream.php:244 +msgid "Feed item" +msgstr "" + +#: mailstream.php:247 +msgid "Email" +msgstr "" + +#: mailstream.php:249 +msgid "Friendica Item" +msgstr "" + +#: mailstream.php:293 +msgid "Upstream" +msgstr "" + +#: mailstream.php:294 +msgid "Local" +msgstr "" + +#: mailstream.php:362 +msgid "Enabled" +msgstr "Ingeschakeld" + +#: mailstream.php:366 +msgid "Email Address" +msgstr "" + +#: mailstream.php:368 +msgid "Leave blank to use your account email address" +msgstr "" + +#: mailstream.php:371 +msgid "Exclude Likes" +msgstr "" + +#: mailstream.php:373 +msgid "Check this to omit mailing \"Like\" notifications" +msgstr "" + +#: mailstream.php:376 +msgid "Attach Images" +msgstr "" + +#: mailstream.php:378 +msgid "" +"Download images in posts and attach them to the email. Useful for reading " +"email while offline." +msgstr "" + +#: mailstream.php:379 +msgid "Mail Stream Settings" +msgstr "" diff --git a/mailstream/lang/nl/strings.php b/mailstream/lang/nl/strings.php new file mode 100644 index 00000000..2a675073 --- /dev/null +++ b/mailstream/lang/nl/strings.php @@ -0,0 +1,27 @@ +strings["From Address"] = "Van Adres"; +$a->strings["Email address that stream items will appear to be from."] = "E-mail adres waarvan stream items komen "; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Re:"] = ""; +$a->strings["Friendica post"] = ""; +$a->strings["Diaspora post"] = ""; +$a->strings["Feed item"] = ""; +$a->strings["Email"] = ""; +$a->strings["Friendica Item"] = ""; +$a->strings["Upstream"] = ""; +$a->strings["Local"] = ""; +$a->strings["Enabled"] = "Ingeschakeld"; +$a->strings["Email Address"] = ""; +$a->strings["Leave blank to use your account email address"] = ""; +$a->strings["Exclude Likes"] = ""; +$a->strings["Check this to omit mailing \"Like\" notifications"] = ""; +$a->strings["Attach Images"] = ""; +$a->strings["Download images in posts and attach them to the email. Useful for reading email while offline."] = ""; +$a->strings["Mail Stream Settings"] = ""; diff --git a/morepokes/lang/nl/messages.po b/morepokes/lang/nl/messages.po new file mode 100644 index 00000000..f1a9d546 --- /dev/null +++ b/morepokes/lang/nl/messages.po @@ -0,0 +1,167 @@ +# ADDON morepokes +# Copyright (C) +# This file is distributed under the same license as the Friendica morepokes addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-23 12:16+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: morepokes.php:19 +msgid "bitchslap" +msgstr "Kaakslag" + +#: morepokes.php:19 +msgid "bitchslapped" +msgstr "Sloeg op de kaak" + +#: morepokes.php:20 +msgid "shag" +msgstr "Liefde bedrijven" + +#: morepokes.php:20 +msgid "shagged" +msgstr "De liefde bedreven" + +#: morepokes.php:21 +msgid "do something obscenely biological to" +msgstr "Doe iets biologisch obsceen" + +#: morepokes.php:21 +msgid "did something obscenely biological to" +msgstr "Heeft iets biologisch obsceen gedaan" + +#: morepokes.php:22 +msgid "point out the poke feature to" +msgstr "De functie porren uitleggen" + +#: morepokes.php:22 +msgid "pointed out the poke feature to" +msgstr "Legde de functie porren uit aan" + +#: morepokes.php:23 +msgid "declare undying love for" +msgstr "Eeuwige liefde verklaren" + +#: morepokes.php:23 +msgid "declared undying love for" +msgstr "Verklaarde eeuwige liefde" + +#: morepokes.php:24 +msgid "patent" +msgstr "Patenteren" + +#: morepokes.php:24 +msgid "patented" +msgstr "Patenteerde" + +#: morepokes.php:25 +msgid "stroke beard" +msgstr "Baard strijken" + +#: morepokes.php:25 +msgid "stroked their beard at" +msgstr "Streek zijn baard naar" + +#: morepokes.php:26 +msgid "" +"bemoan the declining standards of modern secondary and tertiary education to" +msgstr "De dalende normen van het moderne secundaire en tertiaire onderwijs betreuren aan" + +#: morepokes.php:26 +msgid "" +"bemoans the declining standards of modern secondary and tertiary education " +"to" +msgstr "betreurt de dalende normen van het moderne secundaire en tertiaire onderwijs aan" + +#: morepokes.php:27 +msgid "hug" +msgstr "knuffel" + +#: morepokes.php:27 +msgid "hugged" +msgstr "knuffelde" + +#: morepokes.php:28 +msgid "kiss" +msgstr "kus" + +#: morepokes.php:28 +msgid "kissed" +msgstr "kuste" + +#: morepokes.php:29 +msgid "raise eyebrows at" +msgstr "Fronsen" + +#: morepokes.php:29 +msgid "raised their eyebrows at" +msgstr "Fronsde naar" + +#: morepokes.php:30 +msgid "insult" +msgstr "Beledigen" + +#: morepokes.php:30 +msgid "insulted" +msgstr "Beledigde" + +#: morepokes.php:31 +msgid "praise" +msgstr "Loven" + +#: morepokes.php:31 +msgid "praised" +msgstr "Loofde" + +#: morepokes.php:32 +msgid "be dubious of" +msgstr "Verdachten" + +#: morepokes.php:32 +msgid "was dubious of" +msgstr "Verdachtte" + +#: morepokes.php:33 +msgid "eat" +msgstr "Opeten" + +#: morepokes.php:33 +msgid "ate" +msgstr "Eete op" + +#: morepokes.php:34 +msgid "giggle and fawn at" +msgstr "Giechelen" + +#: morepokes.php:34 +msgid "giggled and fawned at" +msgstr "Giechelde naar" + +#: morepokes.php:35 +msgid "doubt" +msgstr "Twijfelen" + +#: morepokes.php:35 +msgid "doubted" +msgstr "Twijfelde over" + +#: morepokes.php:36 +msgid "glare" +msgstr "Schitteren" + +#: morepokes.php:36 +msgid "glared at" +msgstr "Schitterde naar" diff --git a/morepokes/lang/nl/strings.php b/morepokes/lang/nl/strings.php new file mode 100644 index 00000000..55c582cb --- /dev/null +++ b/morepokes/lang/nl/strings.php @@ -0,0 +1,44 @@ +strings["bitchslap"] = "Kaakslag"; +$a->strings["bitchslapped"] = "Sloeg op de kaak"; +$a->strings["shag"] = "Liefde bedrijven"; +$a->strings["shagged"] = "De liefde bedreven"; +$a->strings["do something obscenely biological to"] = "Doe iets biologisch obsceen"; +$a->strings["did something obscenely biological to"] = "Heeft iets biologisch obsceen gedaan"; +$a->strings["point out the poke feature to"] = "De functie porren uitleggen"; +$a->strings["pointed out the poke feature to"] = "Legde de functie porren uit aan"; +$a->strings["declare undying love for"] = "Eeuwige liefde verklaren"; +$a->strings["declared undying love for"] = "Verklaarde eeuwige liefde"; +$a->strings["patent"] = "Patenteren"; +$a->strings["patented"] = "Patenteerde"; +$a->strings["stroke beard"] = "Baard strijken"; +$a->strings["stroked their beard at"] = "Streek zijn baard naar"; +$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "De dalende normen van het moderne secundaire en tertiaire onderwijs betreuren aan"; +$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "betreurt de dalende normen van het moderne secundaire en tertiaire onderwijs aan"; +$a->strings["hug"] = "knuffel"; +$a->strings["hugged"] = "knuffelde"; +$a->strings["kiss"] = "kus"; +$a->strings["kissed"] = "kuste"; +$a->strings["raise eyebrows at"] = "Fronsen"; +$a->strings["raised their eyebrows at"] = "Fronsde naar"; +$a->strings["insult"] = "Beledigen"; +$a->strings["insulted"] = "Beledigde"; +$a->strings["praise"] = "Loven"; +$a->strings["praised"] = "Loofde"; +$a->strings["be dubious of"] = "Verdachten"; +$a->strings["was dubious of"] = "Verdachtte"; +$a->strings["eat"] = "Opeten"; +$a->strings["ate"] = "Eete op"; +$a->strings["giggle and fawn at"] = "Giechelen"; +$a->strings["giggled and fawned at"] = "Giechelde naar"; +$a->strings["doubt"] = "Twijfelen"; +$a->strings["doubted"] = "Twijfelde over"; +$a->strings["glare"] = "Schitteren"; +$a->strings["glared at"] = "Schitterde naar"; diff --git a/newmemberwidget/lang/nl/messages.po b/newmemberwidget/lang/nl/messages.po new file mode 100644 index 00000000..a1ce7269 --- /dev/null +++ b/newmemberwidget/lang/nl/messages.po @@ -0,0 +1,76 @@ +# ADDON newmemberwidget +# Copyright (C) +# This file is distributed under the same license as the Friendica newmemberwidget addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-01 14:12+0200\n" +"PO-Revision-Date: 2018-08-24 13:40+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: newmemberwidget.php:21 +msgid "New Member" +msgstr "Nieuw lid" + +#: newmemberwidget.php:22 +msgid "Tips for New Members" +msgstr "Tips voor nieuwe leden" + +#: newmemberwidget.php:24 +msgid "Global Support Forum" +msgstr "" + +#: newmemberwidget.php:26 +msgid "Local Support Forum" +msgstr "" + +#: newmemberwidget.php:49 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: newmemberwidget.php:50 +msgid "Message" +msgstr "" + +#: newmemberwidget.php:50 +msgid "Your message for new members. You can use bbcode here." +msgstr "" + +#: newmemberwidget.php:51 +msgid "Add a link to global support forum" +msgstr "" + +#: newmemberwidget.php:51 +msgid "Should a link to the global support forum be displayed?" +msgstr "" + +#: newmemberwidget.php:52 +msgid "Add a link to the local support forum" +msgstr "" + +#: newmemberwidget.php:52 +msgid "" +"If you have a local support forum and wand to have a link displayed in the " +"widget, check this box." +msgstr "" + +#: newmemberwidget.php:53 +msgid "Name of the local support group" +msgstr "" + +#: newmemberwidget.php:53 +msgid "" +"If you checked the above, specify the nickname of the local support" +" group here (i.e. helpers)" +msgstr "" diff --git a/newmemberwidget/lang/nl/strings.php b/newmemberwidget/lang/nl/strings.php new file mode 100644 index 00000000..90e69ce3 --- /dev/null +++ b/newmemberwidget/lang/nl/strings.php @@ -0,0 +1,21 @@ +strings["New Member"] = "Nieuw lid"; +$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; +$a->strings["Global Support Forum"] = ""; +$a->strings["Local Support Forum"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Message"] = ""; +$a->strings["Your message for new members. You can use bbcode here."] = ""; +$a->strings["Add a link to global support forum"] = ""; +$a->strings["Should a link to the global support forum be displayed?"] = ""; +$a->strings["Add a link to the local support forum"] = ""; +$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = ""; +$a->strings["Name of the local support group"] = ""; +$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = ""; diff --git a/notifyall/lang/nl/messages.po b/notifyall/lang/nl/messages.po new file mode 100644 index 00000000..b14d5d6f --- /dev/null +++ b/notifyall/lang/nl/messages.po @@ -0,0 +1,57 @@ +# ADDON notifyall +# Copyright (C) +# This file is distributed under the same license as the Friendica notifyall addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-14 16:41+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Jeroen De Meerleer , 2018\n" +"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: notifyall.php:26 +msgid "Send email to all members" +msgstr "Stuur e-mail naar alle leden" + +#: notifyall.php:42 +#, php-format +msgid "%s Administrator" +msgstr "%s Beheerder" + +#: notifyall.php:44 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "%1$s%2$s Beheerder" + +#: notifyall.php:60 +msgid "No recipients found." +msgstr "" + +#: notifyall.php:78 +msgid "Emails sent" +msgstr "" + +#: notifyall.php:86 +msgid "Send email to all members of this Friendica instance." +msgstr "" + +#: notifyall.php:91 +msgid "Message subject" +msgstr "" + +#: notifyall.php:92 +msgid "Test mode (only send to administrator)" +msgstr "" + +#: notifyall.php:93 +msgid "Submit" +msgstr "" diff --git a/notifyall/lang/nl/strings.php b/notifyall/lang/nl/strings.php new file mode 100644 index 00000000..78c6488d --- /dev/null +++ b/notifyall/lang/nl/strings.php @@ -0,0 +1,17 @@ +strings["Send email to all members"] = "Stuur e-mail naar alle leden"; +$a->strings["%s Administrator"] = "%s Beheerder"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s%2\$s Beheerder"; +$a->strings["No recipients found."] = ""; +$a->strings["Emails sent"] = ""; +$a->strings["Send email to all members of this Friendica instance."] = ""; +$a->strings["Message subject"] = ""; +$a->strings["Test mode (only send to administrator)"] = ""; +$a->strings["Submit"] = ""; diff --git a/notimeline/lang/nl/messages.po b/notimeline/lang/nl/messages.po new file mode 100644 index 00000000..7b7589bb --- /dev/null +++ b/notimeline/lang/nl/messages.po @@ -0,0 +1,36 @@ +# ADDON notimeline +# Copyright (C) +# This file is distributed under the same license as the Friendica notimeline addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: notimeline.php:32 +msgid "No Timeline settings updated." +msgstr "Geen tijdlijn instellingen opgeslagen" + +#: notimeline.php:56 +msgid "No Timeline Settings" +msgstr "No Timeline instellingen" + +#: notimeline.php:58 +msgid "Disable Archive selector on profile wall" +msgstr "" + +#: notimeline.php:64 +msgid "Submit" +msgstr "" diff --git a/notimeline/lang/nl/strings.php b/notimeline/lang/nl/strings.php new file mode 100644 index 00000000..4e113f31 --- /dev/null +++ b/notimeline/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["No Timeline settings updated."] = "Geen tijdlijn instellingen opgeslagen"; +$a->strings["No Timeline Settings"] = "No Timeline instellingen"; +$a->strings["Disable Archive selector on profile wall"] = ""; +$a->strings["Submit"] = ""; diff --git a/nsfw/lang/nl/messages.po b/nsfw/lang/nl/messages.po new file mode 100644 index 00000000..e7af8746 --- /dev/null +++ b/nsfw/lang/nl/messages.po @@ -0,0 +1,62 @@ +# ADDON nsfw +# Copyright (C) +# This file is distributed under the same license as the Friendica nsfw addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-08-24 13:43+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: nsfw.php:77 nsfw.php:81 +msgid "Content Filter (NSFW and more)" +msgstr "Inhoud filter (NSFW en meer)" + +#: nsfw.php:85 +msgid "" +"This addon searches for specified words/text in posts and collapses them. It" +" can be used to filter content tagged with for instance #NSFW that may be " +"deemed inappropriate at certain times or places, such as being at work. It " +"is also useful for hiding irrelevant or annoying content from direct view." +msgstr "" + +#: nsfw.php:86 +msgid "Enable Content filter" +msgstr "Content filter inschakelen" + +#: nsfw.php:89 +msgid "Comma separated list of keywords to hide" +msgstr "" + +#: nsfw.php:93 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: nsfw.php:94 +msgid "Use /expression/ to provide regular expressions" +msgstr "" + +#: nsfw.php:109 +msgid "NSFW Settings saved." +msgstr "NSFW instellingen opgeslagen" + +#: nsfw.php:162 +#, php-format +msgid "Filtered tag: %s" +msgstr "" + +#: nsfw.php:164 +#, php-format +msgid "Filtered word: %s" +msgstr "" diff --git a/nsfw/lang/nl/strings.php b/nsfw/lang/nl/strings.php new file mode 100644 index 00000000..d1a121a7 --- /dev/null +++ b/nsfw/lang/nl/strings.php @@ -0,0 +1,17 @@ +strings["Content Filter (NSFW and more)"] = "Inhoud filter (NSFW en meer)"; +$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = ""; +$a->strings["Enable Content filter"] = "Content filter inschakelen"; +$a->strings["Comma separated list of keywords to hide"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Use /expression/ to provide regular expressions"] = ""; +$a->strings["NSFW Settings saved."] = "NSFW instellingen opgeslagen"; +$a->strings["Filtered tag: %s"] = ""; +$a->strings["Filtered word: %s"] = ""; diff --git a/numfriends/lang/nl/messages.po b/numfriends/lang/nl/messages.po new file mode 100644 index 00000000..110c35ab --- /dev/null +++ b/numfriends/lang/nl/messages.po @@ -0,0 +1,36 @@ +# ADDON numfriends +# Copyright (C) +# This file is distributed under the same license as the Friendica numfriends addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: numfriends.php:46 +msgid "Numfriends settings updated." +msgstr "Numfriends instellingen opgeslagen" + +#: numfriends.php:77 +msgid "Numfriends Settings" +msgstr "Numfriends instellingen" + +#: numfriends.php:79 +msgid "How many contacts to display on profile sidebar" +msgstr "" + +#: numfriends.php:85 +msgid "Submit" +msgstr "" diff --git a/numfriends/lang/nl/strings.php b/numfriends/lang/nl/strings.php new file mode 100644 index 00000000..7ad90c3f --- /dev/null +++ b/numfriends/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Numfriends settings updated."] = "Numfriends instellingen opgeslagen"; +$a->strings["Numfriends Settings"] = "Numfriends instellingen"; +$a->strings["How many contacts to display on profile sidebar"] = ""; +$a->strings["Submit"] = ""; diff --git a/openstreetmap/lang/nl/messages.po b/openstreetmap/lang/nl/messages.po new file mode 100644 index 00000000..72d60663 --- /dev/null +++ b/openstreetmap/lang/nl/messages.po @@ -0,0 +1,46 @@ +# ADDON openstreetmap +# Copyright (C) +# This file is distributed under the same license as the Friendica openstreetmap addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: openstreetmap.php:94 +msgid "Submit" +msgstr "Opslaan" + +#: openstreetmap.php:95 +msgid "Tile Server URL" +msgstr "URL met kaarttegels" + +#: openstreetmap.php:95 +msgid "" +"A list of public tile servers" +msgstr "" + +#: openstreetmap.php:96 +msgid "Default zoom" +msgstr "" + +#: openstreetmap.php:96 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "" + +#: openstreetmap.php:104 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" diff --git a/openstreetmap/lang/nl/strings.php b/openstreetmap/lang/nl/strings.php new file mode 100644 index 00000000..6d3e5b23 --- /dev/null +++ b/openstreetmap/lang/nl/strings.php @@ -0,0 +1,14 @@ +strings["Submit"] = "Opslaan"; +$a->strings["Tile Server URL"] = "URL met kaarttegels"; +$a->strings["A list of public tile servers"] = ""; +$a->strings["Default zoom"] = ""; +$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; diff --git a/pageheader/lang/nl/messages.po b/pageheader/lang/nl/messages.po new file mode 100644 index 00000000..7d9624f5 --- /dev/null +++ b/pageheader/lang/nl/messages.po @@ -0,0 +1,42 @@ +# ADDON pageheader +# Copyright (C) +# This file is distributed under the same license as the Friendica pageheader addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-11 18:52+0100\n" +"PO-Revision-Date: 2018-08-24 13:42+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: pageheader.php:53 +msgid "\"pageheader\" Settings" +msgstr "\"pageheader\" instellingen" + +#: pageheader.php:54 +msgid "Message" +msgstr "" + +#: pageheader.php:54 +msgid "" +"Message to display on every page on this server (or put a pageheader.html " +"file in your docroot)" +msgstr "" + +#: pageheader.php:55 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: pageheader.php:69 +msgid "pageheader Settings saved." +msgstr "Pageheader instellingen opgeslagen." diff --git a/pageheader/lang/nl/strings.php b/pageheader/lang/nl/strings.php new file mode 100644 index 00000000..3d6e2df7 --- /dev/null +++ b/pageheader/lang/nl/strings.php @@ -0,0 +1,13 @@ +strings["\"pageheader\" Settings"] = "\"pageheader\" instellingen"; +$a->strings["Message"] = ""; +$a->strings["Message to display on every page on this server (or put a pageheader.html file in your docroot)"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["pageheader Settings saved."] = "Pageheader instellingen opgeslagen."; diff --git a/piwik/lang/nl/messages.po b/piwik/lang/nl/messages.po new file mode 100644 index 00000000..32231928 --- /dev/null +++ b/piwik/lang/nl/messages.po @@ -0,0 +1,64 @@ +# ADDON piwik +# Copyright (C) +# This file is distributed under the same license as the Friendica piwik addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-26 12:49+0200\n" +"PO-Revision-Date: 2018-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: piwik.php:79 +msgid "" +"This website is tracked using the Piwik " +"analytics tool." +msgstr "Deze website word gevolgd door Piwik analytics" + +#: piwik.php:82 +#, php-format +msgid "" +"If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of " +"the site (opt-out)." +msgstr "" + +#: piwik.php:89 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: piwik.php:90 +msgid "Piwik Base URL" +msgstr "" + +#: piwik.php:90 +msgid "" +"Absolute path to your Piwik installation. (without protocol (http/s), with " +"trailing slash)" +msgstr "" + +#: piwik.php:91 +msgid "Site ID" +msgstr "" + +#: piwik.php:92 +msgid "Show opt-out cookie link?" +msgstr "" + +#: piwik.php:93 +msgid "Asynchronous tracking" +msgstr "" + +#: piwik.php:105 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" diff --git a/piwik/lang/nl/strings.php b/piwik/lang/nl/strings.php new file mode 100644 index 00000000..c0a7cecc --- /dev/null +++ b/piwik/lang/nl/strings.php @@ -0,0 +1,17 @@ +strings["This website is tracked using the Piwik analytics tool."] = "Deze website word gevolgd door Piwik analytics"; +$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Piwik Base URL"] = ""; +$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; +$a->strings["Site ID"] = ""; +$a->strings["Show opt-out cookie link?"] = ""; +$a->strings["Asynchronous tracking"] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; diff --git a/planets/lang/nl/messages.po b/planets/lang/nl/messages.po new file mode 100644 index 00000000..562e40c1 --- /dev/null +++ b/planets/lang/nl/messages.po @@ -0,0 +1,32 @@ +# ADDON planets +# Copyright (C) +# This file is distributed under the same license as the Friendica planets addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:26+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: planets.php:150 +msgid "Planets Settings" +msgstr "Planets instellingen" + +#: planets.php:152 +msgid "Enable Planets Addon" +msgstr "Planets Addon inschakelen" + +#: planets.php:158 +msgid "Submit" +msgstr "" diff --git a/planets/lang/nl/strings.php b/planets/lang/nl/strings.php new file mode 100644 index 00000000..0c681407 --- /dev/null +++ b/planets/lang/nl/strings.php @@ -0,0 +1,11 @@ +strings["Planets Settings"] = "Planets instellingen"; +$a->strings["Enable Planets Addon"] = "Planets Addon inschakelen"; +$a->strings["Submit"] = ""; diff --git a/public_server/lang/nl/messages.po b/public_server/lang/nl/messages.po new file mode 100644 index 00000000..c942a791 --- /dev/null +++ b/public_server/lang/nl/messages.po @@ -0,0 +1,41 @@ +# ADDON public_server +# Copyright (C) +# This file is distributed under the same license as the Friendica public_server addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: public_server.php:62 +msgid "Administrator" +msgstr "Beheerder" + +#: public_server.php:126 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "Uw account op %s zal over enkele dagen vervallen" + +#: public_server.php:127 +msgid "Your Friendica account is about to expire." +msgstr "" + +#: public_server.php:128 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" +msgstr "" diff --git a/public_server/lang/nl/strings.php b/public_server/lang/nl/strings.php new file mode 100644 index 00000000..e7ec4742 --- /dev/null +++ b/public_server/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Administrator"] = "Beheerder"; +$a->strings["Your account on %s will expire in a few days."] = "Uw account op %s zal over enkele dagen vervallen"; +$a->strings["Your Friendica account is about to expire."] = ""; +$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = ""; diff --git a/pumpio/lang/nl/messages.po b/pumpio/lang/nl/messages.po new file mode 100644 index 00000000..125e8ed2 --- /dev/null +++ b/pumpio/lang/nl/messages.po @@ -0,0 +1,102 @@ +# ADDON pumpio +# Copyright (C) +# This file is distributed under the same license as the Friendica pumpio addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2018-08-24 13:56+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: pumpio.php:38 +msgid "Permission denied." +msgstr "Toegang geweigerd." + +#: pumpio.php:124 +#, php-format +msgid "Unable to register the client at the pump.io server '%s'." +msgstr "Niet mogelijk om uw client te registreren op pump.io server '%s'" + +#: pumpio.php:164 +msgid "You are now authenticated to pumpio." +msgstr "" + +#: pumpio.php:165 +msgid "return to the connector page" +msgstr "" + +#: pumpio.php:183 +msgid "Post to pumpio" +msgstr "" + +#: pumpio.php:221 pumpio.php:225 +msgid "Pump.io Import/Export/Mirror" +msgstr "Pump.io Import/Exporteren/Spiegelen" + +#: pumpio.php:229 +msgid "pump.io username (without the servername)" +msgstr "" + +#: pumpio.php:234 +msgid "pump.io servername (without \"http://\" or \"https://\" )" +msgstr "" + +#: pumpio.php:246 +msgid "Authenticate your pump.io connection" +msgstr "" + +#: pumpio.php:250 +msgid "Import the remote timeline" +msgstr "" + +#: pumpio.php:255 +msgid "Enable pump.io Post Addon" +msgstr "Pump.io Post Addon inschakelen" + +#: pumpio.php:260 +msgid "Post to pump.io by default" +msgstr "Plaatsen op pump.io als standaard instellen " + +#: pumpio.php:265 +msgid "Should posts be public?" +msgstr "" + +#: pumpio.php:270 +msgid "Mirror all public posts" +msgstr "" + +#: pumpio.php:275 +msgid "Check to delete this preset" +msgstr "" + +#: pumpio.php:285 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: pumpio.php:515 +msgid "Pump.io post failed. Queued for retry." +msgstr "" + +#: pumpio.php:587 +msgid "Pump.io like failed. Queued for retry." +msgstr "" + +#: pumpio.php:875 +msgid "status" +msgstr "" + +#: pumpio.php:879 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" diff --git a/pumpio/lang/nl/strings.php b/pumpio/lang/nl/strings.php new file mode 100644 index 00000000..61297c4f --- /dev/null +++ b/pumpio/lang/nl/strings.php @@ -0,0 +1,28 @@ +strings["Permission denied."] = "Toegang geweigerd."; +$a->strings["Unable to register the client at the pump.io server '%s'."] = "Niet mogelijk om uw client te registreren op pump.io server '%s'"; +$a->strings["You are now authenticated to pumpio."] = ""; +$a->strings["return to the connector page"] = ""; +$a->strings["Post to pumpio"] = ""; +$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Exporteren/Spiegelen"; +$a->strings["pump.io username (without the servername)"] = ""; +$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = ""; +$a->strings["Authenticate your pump.io connection"] = ""; +$a->strings["Import the remote timeline"] = ""; +$a->strings["Enable pump.io Post Addon"] = "Pump.io Post Addon inschakelen"; +$a->strings["Post to pump.io by default"] = "Plaatsen op pump.io als standaard instellen "; +$a->strings["Should posts be public?"] = ""; +$a->strings["Mirror all public posts"] = ""; +$a->strings["Check to delete this preset"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Pump.io post failed. Queued for retry."] = ""; +$a->strings["Pump.io like failed. Queued for retry."] = ""; +$a->strings["status"] = ""; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; diff --git a/qcomment/lang/nl/messages.po b/qcomment/lang/nl/messages.po new file mode 100644 index 00000000..08aec0e6 --- /dev/null +++ b/qcomment/lang/nl/messages.po @@ -0,0 +1,54 @@ +# ADDON qcomment +# Copyright (C) +# This file is distributed under the same license as the Friendica qcomment addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:46+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: qcomment.php:51 +msgid ":-)" +msgstr ":-)" + +#: qcomment.php:51 +msgid ":-(" +msgstr ":-(" + +#: qcomment.php:51 +msgid "lol" +msgstr "" + +#: qcomment.php:54 +msgid "Quick Comment Settings" +msgstr "Snelle reactie instellingen" + +#: qcomment.php:56 +msgid "" +"Quick comments are found near comment boxes, sometimes hidden. Click them to" +" provide simple replies." +msgstr "" + +#: qcomment.php:57 +msgid "Enter quick comments, one per line" +msgstr "" + +#: qcomment.php:61 +msgid "Submit" +msgstr "" + +#: qcomment.php:75 +msgid "Quick Comment settings saved." +msgstr "Snelle Reactie instellingen opgeslagen" diff --git a/qcomment/lang/nl/strings.php b/qcomment/lang/nl/strings.php new file mode 100644 index 00000000..647aae18 --- /dev/null +++ b/qcomment/lang/nl/strings.php @@ -0,0 +1,16 @@ +strings[":-)"] = ":-)"; +$a->strings[":-("] = ":-("; +$a->strings["lol"] = ""; +$a->strings["Quick Comment Settings"] = "Snelle reactie instellingen"; +$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = ""; +$a->strings["Enter quick comments, one per line"] = ""; +$a->strings["Submit"] = ""; +$a->strings["Quick Comment settings saved."] = "Snelle Reactie instellingen opgeslagen"; diff --git a/randplace/lang/nl/messages.po b/randplace/lang/nl/messages.po new file mode 100644 index 00000000..cef610f8 --- /dev/null +++ b/randplace/lang/nl/messages.po @@ -0,0 +1,32 @@ +# ADDON randplace +# Copyright (C) +# This file is distributed under the same license as the Friendica randplace addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:26+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: randplace.php:169 +msgid "Randplace Settings" +msgstr "Randplace instellingen" + +#: randplace.php:171 +msgid "Enable Randplace Addon" +msgstr "Randplace Addon inschakelen" + +#: randplace.php:177 +msgid "Submit" +msgstr "" diff --git a/randplace/lang/nl/strings.php b/randplace/lang/nl/strings.php new file mode 100644 index 00000000..392e25b8 --- /dev/null +++ b/randplace/lang/nl/strings.php @@ -0,0 +1,11 @@ +strings["Randplace Settings"] = "Randplace instellingen"; +$a->strings["Enable Randplace Addon"] = "Randplace Addon inschakelen"; +$a->strings["Submit"] = ""; diff --git a/remote_permissions/lang/nl/messages.po b/remote_permissions/lang/nl/messages.po new file mode 100644 index 00000000..f2f30e03 --- /dev/null +++ b/remote_permissions/lang/nl/messages.po @@ -0,0 +1,70 @@ +# ADDON remote_permissions +# Copyright (C) +# This file is distributed under the same license as the Friendica remote_permissions addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: remote_permissions.php:45 +msgid "Remote Permissions Settings" +msgstr "Instellingen voor toegang op afstand" + +#: remote_permissions.php:46 +msgid "" +"Allow recipients of your private posts to see the other recipients of the " +"posts" +msgstr "Ontvangers van private berichten toestaan andere ontvangers te bekijken" + +#: remote_permissions.php:48 remote_permissions.php:196 +msgid "Submit" +msgstr "" + +#: remote_permissions.php:58 +msgid "Remote Permissions settings updated." +msgstr "Toegang op afstand instellingen opgeslagen" + +#: remote_permissions.php:124 +msgid "Visible to:" +msgstr "" + +#: remote_permissions.php:178 +msgid "Visible to" +msgstr "" + +#: remote_permissions.php:178 +msgid "may only be a partial list" +msgstr "" + +#: remote_permissions.php:197 +msgid "Global" +msgstr "" + +#: remote_permissions.php:197 +msgid "The posts of every user on this server show the post recipients" +msgstr "" + +#: remote_permissions.php:198 +msgid "Individual" +msgstr "" + +#: remote_permissions.php:198 +msgid "Each user chooses whether his/her posts show the post recipients" +msgstr "" + +#: remote_permissions.php:205 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" diff --git a/remote_permissions/lang/nl/strings.php b/remote_permissions/lang/nl/strings.php new file mode 100644 index 00000000..cb29d66e --- /dev/null +++ b/remote_permissions/lang/nl/strings.php @@ -0,0 +1,20 @@ +strings["Remote Permissions Settings"] = "Instellingen voor toegang op afstand"; +$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Ontvangers van private berichten toestaan andere ontvangers te bekijken"; +$a->strings["Submit"] = ""; +$a->strings["Remote Permissions settings updated."] = "Toegang op afstand instellingen opgeslagen"; +$a->strings["Visible to:"] = ""; +$a->strings["Visible to"] = ""; +$a->strings["may only be a partial list"] = ""; +$a->strings["Global"] = ""; +$a->strings["The posts of every user on this server show the post recipients"] = ""; +$a->strings["Individual"] = ""; +$a->strings["Each user chooses whether his/her posts show the post recipients"] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; diff --git a/rendertime/lang/nl/messages.po b/rendertime/lang/nl/messages.po new file mode 100644 index 00000000..aef0ae79 --- /dev/null +++ b/rendertime/lang/nl/messages.po @@ -0,0 +1,27 @@ +# ADDON rendertime +# Copyright (C) +# This file is distributed under the same license as the Friendica rendertime addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:40+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: rendertime.php:29 +#, php-format +msgid "" +"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, " +"Other: %s, Total: %s" +msgstr "Prestaties: Database: %s, Netwerk: %s, Weergave: %s, Verwerken: %s, Input/Output: %s, Andere: %s, Totaal: %s" diff --git a/rendertime/lang/nl/strings.php b/rendertime/lang/nl/strings.php new file mode 100644 index 00000000..55e9f35f --- /dev/null +++ b/rendertime/lang/nl/strings.php @@ -0,0 +1,9 @@ +strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Prestaties: Database: %s, Netwerk: %s, Weergave: %s, Verwerken: %s, Input/Output: %s, Andere: %s, Totaal: %s"; diff --git a/securemail/lang/nl/messages.po b/securemail/lang/nl/messages.po new file mode 100644 index 00000000..4b22e92c --- /dev/null +++ b/securemail/lang/nl/messages.po @@ -0,0 +1,55 @@ +# ADDON securemail +# Copyright (C) +# This file is distributed under the same license as the Friendica securemail addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-11 21:14+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Jeroen De Meerleer , 2018\n" +"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: securemail.php:53 +msgid "\"Secure Mail\" Settings" +msgstr "\"Secure Mail\" instellingen" + +#: securemail.php:54 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: securemail.php:55 securemail.php:76 +msgid "Save and send test" +msgstr "" + +#: securemail.php:56 +msgid "Enable Secure Mail" +msgstr "Secure Mail inschakelen" + +#: securemail.php:57 +msgid "Public key" +msgstr "" + +#: securemail.php:57 +msgid "Your public PGP key, ascii armored format" +msgstr "" + +#: securemail.php:74 +msgid "Secure Mail Settings saved." +msgstr "Secure Mail instellingen opgeslagen" + +#: securemail.php:111 +msgid "Test email sent" +msgstr "" + +#: securemail.php:113 +msgid "There was an error sending the test email" +msgstr "" diff --git a/securemail/lang/nl/strings.php b/securemail/lang/nl/strings.php new file mode 100644 index 00000000..6ba0a76f --- /dev/null +++ b/securemail/lang/nl/strings.php @@ -0,0 +1,17 @@ +strings["\"Secure Mail\" Settings"] = "\"Secure Mail\" instellingen"; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Save and send test"] = ""; +$a->strings["Enable Secure Mail"] = "Secure Mail inschakelen"; +$a->strings["Public key"] = ""; +$a->strings["Your public PGP key, ascii armored format"] = ""; +$a->strings["Secure Mail Settings saved."] = "Secure Mail instellingen opgeslagen"; +$a->strings["Test email sent"] = ""; +$a->strings["There was an error sending the test email"] = ""; diff --git a/showmore/lang/nl/messages.po b/showmore/lang/nl/messages.po new file mode 100644 index 00000000..b9c62c8c --- /dev/null +++ b/showmore/lang/nl/messages.po @@ -0,0 +1,44 @@ +# ADDON showmore +# Copyright (C) +# This file is distributed under the same license as the Friendica showmore addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-08-24 13:42+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: showmore.php:41 showmore.php:45 +msgid "\"Show more\" Settings" +msgstr "\"Toon meer\" instellingen" + +#: showmore.php:50 +msgid "Enable Show More" +msgstr "Toon meer inschakelen" + +#: showmore.php:53 +msgid "Cutting posts after how much characters" +msgstr "" + +#: showmore.php:57 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: showmore.php:74 +msgid "Show More Settings saved." +msgstr "Toon meer instellingen opgeslagen." + +#: showmore.php:134 +msgid "show more" +msgstr "" diff --git a/showmore/lang/nl/strings.php b/showmore/lang/nl/strings.php new file mode 100644 index 00000000..f65d2a0e --- /dev/null +++ b/showmore/lang/nl/strings.php @@ -0,0 +1,14 @@ +strings["\"Show more\" Settings"] = "\"Toon meer\" instellingen"; +$a->strings["Enable Show More"] = "Toon meer inschakelen"; +$a->strings["Cutting posts after how much characters"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Show More Settings saved."] = "Toon meer instellingen opgeslagen."; +$a->strings["show more"] = ""; diff --git a/smileybutton/lang/nl/messages.po b/smileybutton/lang/nl/messages.po new file mode 100644 index 00000000..0992a641 --- /dev/null +++ b/smileybutton/lang/nl/messages.po @@ -0,0 +1,36 @@ +# ADDON smileybutton +# Copyright (C) +# This file is distributed under the same license as the Friendica smileybutton addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2018-08-24 13:39+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: smileybutton.php:269 +msgid "Smileybutton settings" +msgstr "Smileybutton instellingen" + +#: smileybutton.php:272 +msgid "You can hide the button and show the smilies directly." +msgstr "" + +#: smileybutton.php:274 +msgid "Hide the button" +msgstr "" + +#: smileybutton.php:281 +msgid "Save Settings" +msgstr "Instellingen opslaan" diff --git a/smileybutton/lang/nl/strings.php b/smileybutton/lang/nl/strings.php new file mode 100644 index 00000000..19a76fd4 --- /dev/null +++ b/smileybutton/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Smileybutton settings"] = "Smileybutton instellingen"; +$a->strings["You can hide the button and show the smilies directly."] = ""; +$a->strings["Hide the button"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; diff --git a/startpage/lang/nl/messages.po b/startpage/lang/nl/messages.po new file mode 100644 index 00000000..b37f40a0 --- /dev/null +++ b/startpage/lang/nl/messages.po @@ -0,0 +1,36 @@ +# ADDON startpage +# Copyright (C) +# This file is distributed under the same license as the Friendica startpage addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 11:43+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: startpage.php:83 +msgid "Startpage Settings" +msgstr "Startpagina instellingen" + +#: startpage.php:85 +msgid "Home page to load after login - leave blank for profile wall" +msgstr "" + +#: startpage.php:88 +msgid "Examples: "network" or "notifications/system"" +msgstr "" + +#: startpage.php:92 +msgid "Submit" +msgstr "" diff --git a/startpage/lang/nl/strings.php b/startpage/lang/nl/strings.php new file mode 100644 index 00000000..6521128b --- /dev/null +++ b/startpage/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Startpage Settings"] = "Startpagina instellingen"; +$a->strings["Home page to load after login - leave blank for profile wall"] = ""; +$a->strings["Examples: "network" or "notifications/system""] = ""; +$a->strings["Submit"] = ""; diff --git a/statusnet/lang/nl/messages.po b/statusnet/lang/nl/messages.po new file mode 100644 index 00000000..e3d82e6e --- /dev/null +++ b/statusnet/lang/nl/messages.po @@ -0,0 +1,175 @@ +# ADDON statusnet +# Copyright (C) +# This file is distributed under the same license as the Friendica statusnet addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-27 07:21+0200\n" +"PO-Revision-Date: 2018-08-24 13:56+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: statusnet.php:151 +msgid "Post to GNU Social" +msgstr "Post naar GNU Social" + +#: statusnet.php:196 +msgid "" +"Please contact your site administrator.
The provided API URL is not " +"valid." +msgstr "" + +#: statusnet.php:225 +msgid "We could not contact the GNU Social API with the Path you entered." +msgstr "" + +#: statusnet.php:259 +msgid "GNU Social settings updated." +msgstr "GNU Social instellingen opgeslagen" + +#: statusnet.php:294 statusnet.php:298 +msgid "GNU Social Import/Export/Mirror" +msgstr "GNU Social Import/Exporteren/Spiegelen" + +#: statusnet.php:313 +msgid "Globally Available GNU Social OAuthKeys" +msgstr "" + +#: statusnet.php:314 +msgid "" +"There are preconfigured OAuth key pairs for some GNU Social servers " +"available. If you are using one of them, please use these credentials. If " +"not feel free to connect to any other GNU Social instance (see below)." +msgstr "" + +#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371 +#: statusnet.php:416 statusnet.php:699 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: statusnet.php:322 +msgid "Provide your own OAuth Credentials" +msgstr "" + +#: statusnet.php:323 +msgid "" +"No consumer key pair for GNU Social found. Register your Friendica Account " +"as an desktop client on your GNU Social account, copy the consumer key pair " +"here and enter the API base root.
Before you register your own OAuth " +"key pair ask the administrator if there is already a key pair for this " +"Friendica installation at your favorited GNU Social installation." +msgstr "" + +#: statusnet.php:325 +msgid "OAuth Consumer Key" +msgstr "" + +#: statusnet.php:328 +msgid "OAuth Consumer Secret" +msgstr "" + +#: statusnet.php:331 statusnet.php:679 statusnet.php:691 +msgid "Base API Path (remember the trailing /)" +msgstr "" + +#: statusnet.php:356 +msgid "" +"To connect to your GNU Social account click the button below to get a " +"security code from GNU Social which you have to copy into the input box " +"below and submit the form. Only your public posts will be " +"posted to GNU Social." +msgstr "" + +#: statusnet.php:357 +msgid "Log in with GNU Social" +msgstr "" + +#: statusnet.php:359 +msgid "Copy the security code from GNU Social here" +msgstr "" + +#: statusnet.php:365 +msgid "Cancel Connection Process" +msgstr "" + +#: statusnet.php:367 +msgid "Current GNU Social API is" +msgstr "" + +#: statusnet.php:368 +msgid "Cancel GNU Social Connection" +msgstr "" + +#: statusnet.php:379 +msgid "Currently connected to: " +msgstr "" + +#: statusnet.php:380 +msgid "" +"If enabled all your public postings can be posted to the " +"associated GNU Social account. You can choose to do so by default (here) or " +"for every posting separately in the posting options when writing the entry." +msgstr "" + +#: statusnet.php:382 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to GNU Social will lead the visitor to a blank page " +"informing the visitor that the access to your profile has been restricted." +msgstr "" + +#: statusnet.php:385 +msgid "Allow posting to GNU Social" +msgstr "Plaatsen op GNU Social toestaan" + +#: statusnet.php:388 +msgid "Send public postings to GNU Social by default" +msgstr "Verzend publieke berichten naar GNU Social als standaard instellen" + +#: statusnet.php:392 +msgid "" +"Mirror all posts from GNU Social that are no replies or repeated messages" +msgstr "" + +#: statusnet.php:398 +msgid "Import the remote timeline" +msgstr "" + +#: statusnet.php:402 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: statusnet.php:403 +msgid "Full Timeline" +msgstr "" + +#: statusnet.php:404 +msgid "Only Mentions" +msgstr "" + +#: statusnet.php:413 +msgid "Clear OAuth configuration" +msgstr "" + +#: statusnet.php:690 +msgid "Site name" +msgstr "" + +#: statusnet.php:692 +msgid "Consumer Secret" +msgstr "" + +#: statusnet.php:693 +msgid "Consumer Key" +msgstr "" diff --git a/statusnet/lang/nl/strings.php b/statusnet/lang/nl/strings.php new file mode 100644 index 00000000..b8c05579 --- /dev/null +++ b/statusnet/lang/nl/strings.php @@ -0,0 +1,41 @@ +strings["Post to GNU Social"] = "Post naar GNU Social"; +$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = ""; +$a->strings["We could not contact the GNU Social API with the Path you entered."] = ""; +$a->strings["GNU Social settings updated."] = "GNU Social instellingen opgeslagen"; +$a->strings["GNU Social Import/Export/Mirror"] = "GNU Social Import/Exporteren/Spiegelen"; +$a->strings["Globally Available GNU Social OAuthKeys"] = ""; +$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Provide your own OAuth Credentials"] = ""; +$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = ""; +$a->strings["OAuth Consumer Key"] = ""; +$a->strings["OAuth Consumer Secret"] = ""; +$a->strings["Base API Path (remember the trailing /)"] = ""; +$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = ""; +$a->strings["Log in with GNU Social"] = ""; +$a->strings["Copy the security code from GNU Social here"] = ""; +$a->strings["Cancel Connection Process"] = ""; +$a->strings["Current GNU Social API is"] = ""; +$a->strings["Cancel GNU Social Connection"] = ""; +$a->strings["Currently connected to: "] = ""; +$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = ""; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$a->strings["Allow posting to GNU Social"] = "Plaatsen op GNU Social toestaan"; +$a->strings["Send public postings to GNU Social by default"] = "Verzend publieke berichten naar GNU Social als standaard instellen"; +$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = ""; +$a->strings["Import the remote timeline"] = ""; +$a->strings["Disabled"] = "Uitgeschakeld"; +$a->strings["Full Timeline"] = ""; +$a->strings["Only Mentions"] = ""; +$a->strings["Clear OAuth configuration"] = ""; +$a->strings["Site name"] = ""; +$a->strings["Consumer Secret"] = ""; +$a->strings["Consumer Key"] = ""; diff --git a/superblock/lang/nl/messages.po b/superblock/lang/nl/messages.po new file mode 100644 index 00000000..4f19d88d --- /dev/null +++ b/superblock/lang/nl/messages.po @@ -0,0 +1,44 @@ +# ADDON superblock +# Copyright (C) +# This file is distributed under the same license as the Friendica superblock addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-08-17 10:25+0200\n" +"PO-Revision-Date: 2018-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: superblock.php:47 superblock.php:51 +msgid "Superblock" +msgstr "Superblock" + +#: superblock.php:54 +msgid "Comma separated profile URLS to block" +msgstr "" + +#: superblock.php:58 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: superblock.php:71 +msgid "SUPERBLOCK Settings saved." +msgstr "SUPERBLOCK instellingen opgeslagen" + +#: superblock.php:144 +msgid "Block Completely" +msgstr "" + +#: superblock.php:165 +msgid "superblock settings updated" +msgstr "Superblock instellingen opgeslagen" diff --git a/superblock/lang/nl/strings.php b/superblock/lang/nl/strings.php new file mode 100644 index 00000000..d66e7b9e --- /dev/null +++ b/superblock/lang/nl/strings.php @@ -0,0 +1,14 @@ +strings["Superblock"] = "Superblock"; +$a->strings["Comma separated profile URLS to block"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK instellingen opgeslagen"; +$a->strings["Block Completely"] = ""; +$a->strings["superblock settings updated"] = "Superblock instellingen opgeslagen"; diff --git a/testdrive/lang/nl/messages.po b/testdrive/lang/nl/messages.po new file mode 100644 index 00000000..a847d60c --- /dev/null +++ b/testdrive/lang/nl/messages.po @@ -0,0 +1,41 @@ +# ADDON testdrive +# Copyright (C) +# This file is distributed under the same license as the Friendica testdrive addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-08-23 17:30+0200\n" +"PO-Revision-Date: 2018-08-24 11:40+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: testdrive.php:67 +msgid "Administrator" +msgstr "Beheerder" + +#: testdrive.php:94 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "" + +#: testdrive.php:95 +msgid "Your Friendica test account is about to expire." +msgstr "" + +#: testdrive.php:96 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." +msgstr "" diff --git a/testdrive/lang/nl/strings.php b/testdrive/lang/nl/strings.php new file mode 100644 index 00000000..9c61900d --- /dev/null +++ b/testdrive/lang/nl/strings.php @@ -0,0 +1,12 @@ +strings["Administrator"] = "Beheerder"; +$a->strings["Your account on %s will expire in a few days."] = ""; +$a->strings["Your Friendica test account is about to expire."] = ""; +$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = ""; diff --git a/tictac/lang/nl/messages.po b/tictac/lang/nl/messages.po new file mode 100644 index 00000000..7e1fa601 --- /dev/null +++ b/tictac/lang/nl/messages.po @@ -0,0 +1,74 @@ +# ADDON tictac +# Copyright (C) +# This file is distributed under the same license as the Friendica tictac addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:52+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tictac.php:20 +msgid "Three Dimensional Tic-Tac-Toe" +msgstr "3D Tic-Tac-Toe" + +#: tictac.php:53 +msgid "3D Tic-Tac-Toe" +msgstr "3D Tic-Tac-Toe " + +#: tictac.php:58 +msgid "New game" +msgstr "" + +#: tictac.php:59 +msgid "New game with handicap" +msgstr "" + +#: tictac.php:60 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " +msgstr "" + +#: tictac.php:61 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." +msgstr "" + +#: tictac.php:63 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." +msgstr "" + +#: tictac.php:182 +msgid "You go first..." +msgstr "" + +#: tictac.php:187 +msgid "I'm going first this time..." +msgstr "" + +#: tictac.php:193 +msgid "You won!" +msgstr "" + +#: tictac.php:199 tictac.php:224 +msgid "\"Cat\" game!" +msgstr "" + +#: tictac.php:222 +msgid "I won!" +msgstr "" diff --git a/tictac/lang/nl/strings.php b/tictac/lang/nl/strings.php new file mode 100644 index 00000000..ad0d122e --- /dev/null +++ b/tictac/lang/nl/strings.php @@ -0,0 +1,20 @@ +strings["Three Dimensional Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; +$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe "; +$a->strings["New game"] = ""; +$a->strings["New game with handicap"] = ""; +$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = ""; +$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = ""; +$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = ""; +$a->strings["You go first..."] = ""; +$a->strings["I'm going first this time..."] = ""; +$a->strings["You won!"] = ""; +$a->strings["\"Cat\" game!"] = ""; +$a->strings["I won!"] = ""; diff --git a/tumblr/lang/nl/messages.po b/tumblr/lang/nl/messages.po new file mode 100644 index 00000000..f299c6f3 --- /dev/null +++ b/tumblr/lang/nl/messages.po @@ -0,0 +1,64 @@ +# ADDON tumblr +# Copyright (C) +# This file is distributed under the same license as the Friendica tumblr addon package. +# +# +# Translators: +# Jeroen De Meerleer , 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-08-24 13:53+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tumblr.php:34 +msgid "Permission denied." +msgstr "Toegang geweigerd." + +#: tumblr.php:144 +msgid "You are now authenticated to tumblr." +msgstr "Je bent nu aangemeld bij tumblr" + +#: tumblr.php:145 +msgid "return to the connector page" +msgstr "" + +#: tumblr.php:158 +msgid "Post to Tumblr" +msgstr "" + +#: tumblr.php:185 +msgid "Tumblr Post Settings" +msgstr "" + +#: tumblr.php:188 +msgid "(Re-)Authenticate your tumblr page" +msgstr "" + +#: tumblr.php:192 +msgid "Enable Tumblr Post Addon" +msgstr "Tumblr Post Addon inschakelen" + +#: tumblr.php:197 +msgid "Post to Tumblr by default" +msgstr "Plaatsen op Tumblr als standaard instellen " + +#: tumblr.php:217 +msgid "Post to page:" +msgstr "Plaats op pagina:" + +#: tumblr.php:228 +msgid "You are not authenticated to tumblr" +msgstr "" + +#: tumblr.php:233 +msgid "Submit" +msgstr "" diff --git a/tumblr/lang/nl/strings.php b/tumblr/lang/nl/strings.php new file mode 100644 index 00000000..c3661dff --- /dev/null +++ b/tumblr/lang/nl/strings.php @@ -0,0 +1,19 @@ +strings["Permission denied."] = "Toegang geweigerd."; +$a->strings["You are now authenticated to tumblr."] = "Je bent nu aangemeld bij tumblr"; +$a->strings["return to the connector page"] = ""; +$a->strings["Post to Tumblr"] = ""; +$a->strings["Tumblr Post Settings"] = ""; +$a->strings["(Re-)Authenticate your tumblr page"] = ""; +$a->strings["Enable Tumblr Post Addon"] = "Tumblr Post Addon inschakelen"; +$a->strings["Post to Tumblr by default"] = "Plaatsen op Tumblr als standaard instellen "; +$a->strings["Post to page:"] = "Plaats op pagina:"; +$a->strings["You are not authenticated to tumblr"] = ""; +$a->strings["Submit"] = ""; diff --git a/twitter/lang/nl/messages.po b/twitter/lang/nl/messages.po new file mode 100644 index 00000000..b0af4dc9 --- /dev/null +++ b/twitter/lang/nl/messages.po @@ -0,0 +1,134 @@ +# ADDON twitter +# Copyright (C) +# This file is distributed under the same license as the Friendica twitter addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-06-02 10:25+0700\n" +"PO-Revision-Date: 2018-08-24 13:56+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: twitter.php:195 +msgid "Post to Twitter" +msgstr "Plaatsen op Twitter" + +#: twitter.php:236 +msgid "" +"You submitted an empty PIN, please Sign In with Twitter again to get a new " +"one." +msgstr "" + +#: twitter.php:263 +msgid "Twitter settings updated." +msgstr "Twitter instellingen opgeslagen" + +#: twitter.php:293 twitter.php:297 +msgid "Twitter Import/Export/Mirror" +msgstr "Twitter Import/Exporteren/Spiegelen" + +#: twitter.php:304 +msgid "" +"No consumer key pair for Twitter found. Please contact your site " +"administrator." +msgstr "" + +#: twitter.php:316 +msgid "" +"At this Friendica instance the Twitter addon was enabled but you have not " +"yet connected your account to your Twitter account. To do so click the " +"button below to get a PIN from Twitter which you have to copy into the input" +" box below and submit the form. Only your public posts will" +" be posted to Twitter." +msgstr "" + +#: twitter.php:317 +msgid "Log in with Twitter" +msgstr "" + +#: twitter.php:319 +msgid "Copy the PIN from Twitter here" +msgstr "" + +#: twitter.php:324 twitter.php:366 twitter.php:636 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: twitter.php:336 +msgid "Currently connected to: " +msgstr "" + +#: twitter.php:337 +msgid "Disconnect" +msgstr "" + +#: twitter.php:347 +msgid "Allow posting to Twitter" +msgstr "Plaatsen op Twitter toestaan" + +#: twitter.php:347 +msgid "" +"If enabled all your public postings can be posted to the " +"associated Twitter account. You can choose to do so by default (here) or for" +" every posting separately in the posting options when writing the entry." +msgstr "" + +#: twitter.php:350 +msgid "" +"Note: Due to your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to Twitter will lead the visitor to a blank page informing " +"the visitor that the access to your profile has been restricted." +msgstr "" + +#: twitter.php:353 +msgid "Send public postings to Twitter by default" +msgstr "Verzend publieke berichten naar Twitter als standaard instellen " + +#: twitter.php:356 +msgid "Mirror all posts from twitter that are no replies" +msgstr "" + +#: twitter.php:359 +msgid "Import the remote timeline" +msgstr "" + +#: twitter.php:362 +msgid "Automatically create contacts" +msgstr "" + +#: twitter.php:362 +msgid "" +"This will automatically create a contact in Friendica as soon as you receive" +" a message from an existing contact via the Twitter network. If you do not " +"enable this, you need to manually add those Twitter contacts in Friendica " +"from whom you would like to see posts here. However if enabled, you cannot " +"merely remove a twitter contact from the Friendica contact list, as it will " +"recreate this contact when they post again." +msgstr "" + +#: twitter.php:614 +msgid "Twitter post failed. Queued for retry." +msgstr "" + +#: twitter.php:628 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" + +#: twitter.php:638 +msgid "Consumer key" +msgstr "" + +#: twitter.php:639 +msgid "Consumer secret" +msgstr "" diff --git a/twitter/lang/nl/strings.php b/twitter/lang/nl/strings.php new file mode 100644 index 00000000..94257ca9 --- /dev/null +++ b/twitter/lang/nl/strings.php @@ -0,0 +1,31 @@ +strings["Post to Twitter"] = "Plaatsen op Twitter"; +$a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = ""; +$a->strings["Twitter settings updated."] = "Twitter instellingen opgeslagen"; +$a->strings["Twitter Import/Export/Mirror"] = "Twitter Import/Exporteren/Spiegelen"; +$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = ""; +$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = ""; +$a->strings["Log in with Twitter"] = ""; +$a->strings["Copy the PIN from Twitter here"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Currently connected to: "] = ""; +$a->strings["Disconnect"] = ""; +$a->strings["Allow posting to Twitter"] = "Plaatsen op Twitter toestaan"; +$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = ""; +$a->strings["Note: Due to your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$a->strings["Send public postings to Twitter by default"] = "Verzend publieke berichten naar Twitter als standaard instellen "; +$a->strings["Mirror all posts from twitter that are no replies"] = ""; +$a->strings["Import the remote timeline"] = ""; +$a->strings["Automatically create contacts"] = ""; +$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = ""; +$a->strings["Twitter post failed. Queued for retry."] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings["Consumer key"] = ""; +$a->strings["Consumer secret"] = ""; diff --git a/webrtc/lang/nl/messages.po b/webrtc/lang/nl/messages.po new file mode 100644 index 00000000..d05d03e3 --- /dev/null +++ b/webrtc/lang/nl/messages.po @@ -0,0 +1,59 @@ +# ADDON webrtc +# Copyright (C) +# This file is distributed under the same license as the Friendica webrtc addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2018-08-24 13:51+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: webrtc.php:20 +msgid "WebRTC Videochat" +msgstr "WebRTC Videochat" + +#: webrtc.php:26 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: webrtc.php:27 +msgid "WebRTC Base URL" +msgstr "" + +#: webrtc.php:27 +msgid "" +"Page your users will create a WebRTC chat room on. For example you could use" +" https://live.mayfirst.org ." +msgstr "" + +#: webrtc.php:33 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" + +#: webrtc.php:47 +msgid "Video Chat" +msgstr "" + +#: webrtc.php:48 +msgid "" +"WebRTC is a video and audio conferencing tool that works with Firefox " +"(version 21 and above) and Chrome/Chromium (version 25 and above). Just " +"create a new chat room and send the link to someone you want to chat with." +msgstr "" + +#: webrtc.php:50 +msgid "" +"Please contact your friendica admin and send a reminder to configure the " +"WebRTC addon." +msgstr "" diff --git a/webrtc/lang/nl/strings.php b/webrtc/lang/nl/strings.php new file mode 100644 index 00000000..943551be --- /dev/null +++ b/webrtc/lang/nl/strings.php @@ -0,0 +1,16 @@ +strings["WebRTC Videochat"] = "WebRTC Videochat"; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["WebRTC Base URL"] = ""; +$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = ""; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings["Video Chat"] = ""; +$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = ""; +$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = ""; diff --git a/windowsphonepush/lang/nl/messages.po b/windowsphonepush/lang/nl/messages.po new file mode 100644 index 00000000..e5f9ad97 --- /dev/null +++ b/windowsphonepush/lang/nl/messages.po @@ -0,0 +1,40 @@ +# ADDON windowsphonepush +# Copyright (C) +# This file is distributed under the same license as the Friendica windowsphonepush addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-10-26 15:02+0100\n" +"PO-Revision-Date: 2018-08-24 13:48+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: windowsphonepush.php:85 +msgid "WindowsPhonePush settings updated." +msgstr "WindowsPhonePush instellingen opgeslagen" + +#: windowsphonepush.php:114 +msgid "WindowsPhonePush Settings" +msgstr "WindowsPhonePush instellingen" + +#: windowsphonepush.php:117 +msgid "Enable WindowsPhonePush Addon" +msgstr "WindowsPhonePush Addon inschakelen" + +#: windowsphonepush.php:122 +msgid "Push text of new item" +msgstr "" + +#: windowsphonepush.php:127 +msgid "Save Settings" +msgstr "Instellingen opslaan" diff --git a/windowsphonepush/lang/nl/strings.php b/windowsphonepush/lang/nl/strings.php new file mode 100644 index 00000000..1ac1b717 --- /dev/null +++ b/windowsphonepush/lang/nl/strings.php @@ -0,0 +1,13 @@ +strings["WindowsPhonePush settings updated."] = "WindowsPhonePush instellingen opgeslagen"; +$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush instellingen"; +$a->strings["Enable WindowsPhonePush Addon"] = "WindowsPhonePush Addon inschakelen"; +$a->strings["Push text of new item"] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; diff --git a/wppost/lang/nl/messages.po b/wppost/lang/nl/messages.po new file mode 100644 index 00000000..4befa69b --- /dev/null +++ b/wppost/lang/nl/messages.po @@ -0,0 +1,74 @@ +# ADDON wppost +# Copyright (C) +# This file is distributed under the same license as the Friendica wppost addon package. +# +# +# Translators: +# Jeroen De Meerleer , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-24 21:06+0100\n" +"PO-Revision-Date: 2018-08-24 13:55+0000\n" +"Last-Translator: Jeroen De Meerleer \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" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: wppost.php:42 +msgid "Post to Wordpress" +msgstr "Plaatsen op Wordpress" + +#: wppost.php:80 wppost.php:84 +msgid "Wordpress Export" +msgstr "Wordpress Exporteren" + +#: wppost.php:87 +msgid "Enable WordPress Post Addon" +msgstr "Wordpress Post Addon Inschakelen" + +#: wppost.php:92 +msgid "WordPress username" +msgstr "" + +#: wppost.php:97 +msgid "WordPress password" +msgstr "" + +#: wppost.php:102 +msgid "WordPress API URL" +msgstr "" + +#: wppost.php:107 +msgid "Post to WordPress by default" +msgstr "Plaatsen op Wordpress als standaard instellen " + +#: wppost.php:112 +msgid "Provide a backlink to the Friendica post" +msgstr "Geef een terugkoppeling naar get Friendica bericht" + +#: wppost.php:116 +msgid "" +"Text for the backlink, e.g. Read the original post and comment stream on " +"Friendica." +msgstr "" + +#: wppost.php:121 +msgid "Don't post messages that are too short" +msgstr "Plaats geen berichten die te kort zijn" + +#: wppost.php:127 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: wppost.php:206 +msgid "Read the orig­i­nal post and com­ment stream on Friendica" +msgstr "" + +#: wppost.php:269 +msgid "Post from Friendica" +msgstr "" diff --git a/wppost/lang/nl/strings.php b/wppost/lang/nl/strings.php new file mode 100644 index 00000000..d838cccd --- /dev/null +++ b/wppost/lang/nl/strings.php @@ -0,0 +1,21 @@ +strings["Post to Wordpress"] = "Plaatsen op Wordpress"; +$a->strings["Wordpress Export"] = "Wordpress Exporteren"; +$a->strings["Enable WordPress Post Addon"] = "Wordpress Post Addon Inschakelen"; +$a->strings["WordPress username"] = ""; +$a->strings["WordPress password"] = ""; +$a->strings["WordPress API URL"] = ""; +$a->strings["Post to WordPress by default"] = "Plaatsen op Wordpress als standaard instellen "; +$a->strings["Provide a backlink to the Friendica post"] = "Geef een terugkoppeling naar get Friendica bericht"; +$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = ""; +$a->strings["Don't post messages that are too short"] = "Plaats geen berichten die te kort zijn"; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = ""; +$a->strings["Post from Friendica"] = ""; diff --git a/xmpp/lang/nl/messages.po b/xmpp/lang/nl/messages.po index dabd4496..eb438395 100644 --- a/xmpp/lang/nl/messages.po +++ b/xmpp/lang/nl/messages.po @@ -10,7 +10,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-27 09:30+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Karel Vandecandelaere , 2018\n" +"Last-Translator: Karel , 2018\n" "Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" #: xmpp.php:38 msgid "XMPP settings updated." -msgstr "XMPP-instellingen bijgewerkt." +msgstr "XMPP-instellingen opgeslagen" #: xmpp.php:63 xmpp.php:67 msgid "XMPP-Chat (Jabber)" @@ -32,7 +32,7 @@ msgstr "Webchat inschakelen" #: xmpp.php:76 msgid "Individual Credentials" -msgstr "" +msgstr "Individuele inloggegevens" #: xmpp.php:82 xmpp.php:108 msgid "Jabber BOSH host" @@ -44,7 +44,7 @@ msgstr "Instellingen opslaan" #: xmpp.php:109 msgid "Use central userbase" -msgstr "" +msgstr "Gebruik centrale gebruikersbank" #: xmpp.php:109 msgid "" @@ -58,4 +58,4 @@ msgstr "" #: xmpp.php:119 msgid "Settings updated." -msgstr "Instellingen bijgewerkt." +msgstr "Instellingen opgeslagen" diff --git a/xmpp/lang/nl/strings.php b/xmpp/lang/nl/strings.php index aba58673..7b470759 100644 --- a/xmpp/lang/nl/strings.php +++ b/xmpp/lang/nl/strings.php @@ -2,15 +2,16 @@ if(! function_exists("string_plural_select_nl")) { function string_plural_select_nl($n){ + $n = intval($n); return ($n != 1);; }} ; -$a->strings["XMPP settings updated."] = "XMPP-instellingen bijgewerkt."; +$a->strings["XMPP settings updated."] = "XMPP-instellingen opgeslagen"; $a->strings["XMPP-Chat (Jabber)"] = "XMPP-chat (Jabber)"; $a->strings["Enable Webchat"] = "Webchat inschakelen"; -$a->strings["Individual Credentials"] = ""; +$a->strings["Individual Credentials"] = "Individuele inloggegevens"; $a->strings["Jabber BOSH host"] = "Jabber BOSH Server"; $a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Use central userbase"] = ""; +$a->strings["Use central userbase"] = "Gebruik centrale gebruikersbank"; $a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Wanneer ingeschakeld zullen gebruikers automatisch inloggen op een ejabberd-server die op deze server moet geïnstalleerd staan, met dezelfde gebruikersnaam en wachtwoord, via het \"auth_ejabberd.php\" script."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Settings updated."] = "Instellingen opgeslagen";