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