mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
NL translation THX JeroenED
This commit is contained in:
parent
4cae40ec63
commit
dcbf2f4416
108 changed files with 3908 additions and 42 deletions
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";
|
Loading…
Add table
Add a link
Reference in a new issue