forked from friendica/friendica-addons
Merge pull request #718 from tobiasd/20180825-nl
NL translation THX JeroenED
This commit is contained in:
commit
eb3a398743
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
|
|
@ -5,13 +5,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# AgnesElisa <agneselisa@disroot.org>, 2018
|
||||
# Jeroen De Meerleer <me@jeroened.be>, 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 <agneselisa@disroot.org>\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 <me@jeroened.be>\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"
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
|
|
@ -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 <me@jeroened.be>\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: "
|
||||
|
|
|
@ -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: ";
|
||||
|
|
132
curweather/lang/nl/messages.po
Normal file
132
curweather/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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. <em>Berlin,DE</em> or "
|
||||
"<em>14476,DE</em>."
|
||||
msgstr "ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>"
|
||||
|
||||
#: 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"
|
35
curweather/lang/nl/strings.php
Normal file
35
curweather/lang/nl/strings.php
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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. <em>Berlin,DE</em> or <em>14476,DE</em>."] = "ID van je locatie (naam of postocde), vb. <em>Amsterdam, NL</em> of <em>2000,BE</em>";
|
||||
$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";
|
62
diaspora/lang/nl/messages.po
Normal file
62
diaspora/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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."
|
18
diaspora/lang/nl/strings.php
Normal file
18
diaspora/lang/nl/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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.";
|
48
dwpost/lang/nl/messages.po
Normal file
48
dwpost/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
15
dwpost/lang/nl/strings.php
Normal file
15
dwpost/lang/nl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
80
forumdirectory/lang/nl/messages.po
Normal file
80
forumdirectory/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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)."
|
23
forumdirectory/lang/nl/strings.php
Normal file
23
forumdirectory/lang/nl/strings.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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).";
|
41
fromapp/lang/nl/messages.po
Normal file
41
fromapp/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
13
fromapp/lang/nl/strings.php
Normal file
13
fromapp/lang/nl/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
52
fromgplus/lang/nl/messages.po
Normal file
52
fromgplus/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
16
fromgplus/lang/nl/strings.php
Normal file
16
fromgplus/lang/nl/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jeroen De Meerleer <me@jeroened.be>, 2018
|
||||
# Karel <karel@dasrakel.eu>, 2018
|
||||
# Pascal <pascal.deklerck@gmail.com>, 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 <pascal.deklerck@gmail.com>\n"
|
||||
"PO-Revision-Date: 2018-08-24 13:48+0000\n"
|
||||
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\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"
|
||||
|
|
|
@ -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";
|
||||
|
|
47
gnot/lang/nl/messages.po
Normal file
47
gnot/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
14
gnot/lang/nl/strings.php
Normal file
14
gnot/lang/nl/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
75
gravatar/lang/nl/messages.po
Normal file
75
gravatar/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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.<br>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"
|
21
gravatar/lang/nl/strings.php
Normal file
21
gravatar/lang/nl/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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.<br>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";
|
36
group_text/lang/nl/messages.po
Normal file
36
group_text/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
group_text/lang/nl/strings.php
Normal file
12
group_text/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
48
ijpost/lang/nl/messages.po
Normal file
48
ijpost/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
15
ijpost/lang/nl/strings.php
Normal file
15
ijpost/lang/nl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
89
impressum/lang/nl/messages.po
Normal file
89
impressum/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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!<br />Please add at least the "
|
||||
"<tt>owner</tt> 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 ""
|
24
impressum/lang/nl/strings.php
Normal file
24
impressum/lang/nl/strings.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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!<br />Please add at least the <tt>owner</tt> 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."] = "";
|
24
infiniteimprobabilitydrive/lang/nl/messages.po
Normal file
24
infiniteimprobabilitydrive/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
9
infiniteimprobabilitydrive/lang/nl/strings.php
Normal file
9
infiniteimprobabilitydrive/lang/nl/strings.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Infinite Improbability Drive"] = "Oneindige schijf voor onbetrouwbaarheid";
|
77
jappixmini/lang/nl/messages.po
Normal file
77
jappixmini/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 <em>not</em> 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 ""
|
22
jappixmini/lang/nl/strings.php
Normal file
22
jappixmini/lang/nl/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Jappix Mini addon settings"] = "Jappix Mini addon instellingen";
|
||||
$a->strings["Activate addon"] = "Activatie addon";
|
||||
$a->strings["Do <em>not</em> 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"] = "";
|
56
js_upload/lang/nl/messages.po
Normal file
56
js_upload/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
17
js_upload/lang/nl/strings.php
Normal file
17
js_upload/lang/nl/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
32
krynn/lang/nl/messages.po
Normal file
32
krynn/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
11
krynn/lang/nl/strings.php
Normal file
11
krynn/lang/nl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Krynn Settings"] = "Krynn instellingen";
|
||||
$a->strings["Enable Krynn Addon"] = "Krynn Addon inschakelen";
|
||||
$a->strings["Submit"] = "";
|
|
@ -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 <me@jeroened.be>\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
|
||||
|
|
|
@ -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";
|
||||
|
|
48
libertree/lang/nl/messages.po
Normal file
48
libertree/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
15
libertree/lang/nl/strings.php
Normal file
15
libertree/lang/nl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
84
libravatar/lang/nl/messages.po
Normal file
84
libravatar/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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.<br>It requires PHP >= 5.3"
|
||||
msgstr "Kon Libravater NIET succesvol installeren.<br>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.<br>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"
|
23
libravatar/lang/nl/strings.php
Normal file
23
libravatar/lang/nl/strings.php
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Kon Libravater NIET succesvol installeren.<br>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.<br>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";
|
48
ljpost/lang/nl/messages.po
Normal file
48
ljpost/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
15
ljpost/lang/nl/strings.php
Normal file
15
ljpost/lang/nl/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
98
mailstream/lang/nl/messages.po
Normal file
98
mailstream/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
27
mailstream/lang/nl/strings.php
Normal file
27
mailstream/lang/nl/strings.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
167
morepokes/lang/nl/messages.po
Normal file
167
morepokes/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
44
morepokes/lang/nl/strings.php
Normal file
44
morepokes/lang/nl/strings.php
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
76
newmemberwidget/lang/nl/messages.po
Normal file
76
newmemberwidget/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 <em>nickname</em> of the local support"
|
||||
" group here (i.e. helpers)"
|
||||
msgstr ""
|
21
newmemberwidget/lang/nl/strings.php
Normal file
21
newmemberwidget/lang/nl/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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 <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
|
57
notifyall/lang/nl/messages.po
Normal file
57
notifyall/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 ""
|
17
notifyall/lang/nl/strings.php
Normal file
17
notifyall/lang/nl/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
36
notimeline/lang/nl/messages.po
Normal file
36
notimeline/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
notimeline/lang/nl/strings.php
Normal file
12
notimeline/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
62
nsfw/lang/nl/messages.po
Normal file
62
nsfw/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
17
nsfw/lang/nl/strings.php
Normal file
17
nsfw/lang/nl/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
36
numfriends/lang/nl/messages.po
Normal file
36
numfriends/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
numfriends/lang/nl/strings.php
Normal file
12
numfriends/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
46
openstreetmap/lang/nl/messages.po
Normal file
46
openstreetmap/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
|
||||
"target=\"_blank\">public tile servers</a>"
|
||||
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"
|
14
openstreetmap/lang/nl/strings.php
Normal file
14
openstreetmap/lang/nl/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Submit"] = "Opslaan";
|
||||
$a->strings["Tile Server URL"] = "URL met kaarttegels";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "Instellingen opgeslagen";
|
42
pageheader/lang/nl/messages.po
Normal file
42
pageheader/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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."
|
13
pageheader/lang/nl/strings.php
Normal file
13
pageheader/lang/nl/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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.";
|
64
piwik/lang/nl/messages.po
Normal file
64
piwik/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Deze website word gevolgd door <a href='http://www.piwik.org'>Piwik</a> analytics"
|
||||
|
||||
#: piwik.php:82
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged in this way you <a "
|
||||
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
|
||||
"the site</a> (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"
|
17
piwik/lang/nl/strings.php
Normal file
17
piwik/lang/nl/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Deze website word gevolgd door <a href='http://www.piwik.org'>Piwik</a> analytics";
|
||||
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (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";
|
32
planets/lang/nl/messages.po
Normal file
32
planets/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
11
planets/lang/nl/strings.php
Normal file
11
planets/lang/nl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Planets instellingen";
|
||||
$a->strings["Enable Planets Addon"] = "Planets Addon inschakelen";
|
||||
$a->strings["Submit"] = "";
|
41
public_server/lang/nl/messages.po
Normal file
41
public_server/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
public_server/lang/nl/strings.php
Normal file
12
public_server/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
102
pumpio/lang/nl/messages.po
Normal file
102
pumpio/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
28
pumpio/lang/nl/strings.php
Normal file
28
pumpio/lang/nl/strings.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
54
qcomment/lang/nl/messages.po
Normal file
54
qcomment/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
16
qcomment/lang/nl/strings.php
Normal file
16
qcomment/lang/nl/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
32
randplace/lang/nl/messages.po
Normal file
32
randplace/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
11
randplace/lang/nl/strings.php
Normal file
11
randplace/lang/nl/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Randplace Settings"] = "Randplace instellingen";
|
||||
$a->strings["Enable Randplace Addon"] = "Randplace Addon inschakelen";
|
||||
$a->strings["Submit"] = "";
|
70
remote_permissions/lang/nl/messages.po
Normal file
70
remote_permissions/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
20
remote_permissions/lang/nl/strings.php
Normal file
20
remote_permissions/lang/nl/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
27
rendertime/lang/nl/messages.po
Normal file
27
rendertime/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
9
rendertime/lang/nl/strings.php
Normal file
9
rendertime/lang/nl/strings.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
55
securemail/lang/nl/messages.po
Normal file
55
securemail/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 ""
|
17
securemail/lang/nl/strings.php
Normal file
17
securemail/lang/nl/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
44
showmore/lang/nl/messages.po
Normal file
44
showmore/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
14
showmore/lang/nl/strings.php
Normal file
14
showmore/lang/nl/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
36
smileybutton/lang/nl/messages.po
Normal file
36
smileybutton/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
12
smileybutton/lang/nl/strings.php
Normal file
12
smileybutton/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
36
startpage/lang/nl/messages.po
Normal file
36
startpage/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
startpage/lang/nl/strings.php
Normal file
12
startpage/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
175
statusnet/lang/nl/messages.po
Normal file
175
statusnet/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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.<br />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.<br />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 <strong>public</strong> 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 <strong>public</strong> 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 ""
|
||||
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
|
||||
"details from unknown viewers?</em>) 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 ""
|
41
statusnet/lang/nl/strings.php
Normal file
41
statusnet/lang/nl/strings.php
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to GNU Social"] = "Post naar GNU Social";
|
||||
$a->strings["Please contact your site administrator.<br />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.<br />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 <strong>public</strong> 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 <strong>public</strong> 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["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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"] = "";
|
44
superblock/lang/nl/messages.po
Normal file
44
superblock/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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"
|
14
superblock/lang/nl/strings.php
Normal file
14
superblock/lang/nl/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
41
testdrive/lang/nl/messages.po
Normal file
41
testdrive/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
12
testdrive/lang/nl/strings.php
Normal file
12
testdrive/lang/nl/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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."] = "";
|
74
tictac/lang/nl/messages.po
Normal file
74
tictac/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
20
tictac/lang/nl/strings.php
Normal file
20
tictac/lang/nl/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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!"] = "";
|
64
tumblr/lang/nl/messages.po
Normal file
64
tumblr/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 ""
|
19
tumblr/lang/nl/strings.php
Normal file
19
tumblr/lang/nl/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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"] = "";
|
134
twitter/lang/nl/messages.po
Normal file
134
twitter/lang/nl/messages.po
Normal file
|
@ -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 <me@jeroened.be>, 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 <me@jeroened.be>\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 <strong>public</strong> 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 <strong>public</strong> 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 ""
|
||||
"<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile "
|
||||
"details from unknown viewers?</em>) 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 ""
|
31
twitter/lang/nl/strings.php
Normal file
31
twitter/lang/nl/strings.php
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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 <strong>public</strong> 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 <strong>public</strong> 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["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) 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"] = "";
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue