translation updates NL, PL, FI and IT

This commit is contained in:
Tobias Diekershoff 2018-04-20 08:32:40 +02:00
parent db8253ef6d
commit 227ad8f23b
40 changed files with 269 additions and 111 deletions

View file

@ -0,0 +1,52 @@
# ADDON blackout
# Copyright (C)
# This file is distributed under the same license as the Friendica blackout addon package.
#
#
# Translators:
# AgnesElisa <agneselisa@disroot.org>, 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-04-18 22:17+0000\n"
"Last-Translator: AgnesElisa <agneselisa@disroot.org>\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"
#: blackout.php:99
msgid "Save Settings"
msgstr "Instellingen opslaan"
#: blackout.php:100
msgid "Redirect URL"
msgstr "URL doorverwijzing"
#: blackout.php:100
msgid "all your visitors from the web will be redirected to this URL"
msgstr "al je bezoekers van het internet zullen worden doorverwezen naar deze URL"
#: blackout.php:101
msgid "Begin of the Blackout"
msgstr "Begin van de Blackout"
#: blackout.php:101
msgid ""
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
"<em>hh</em> hour and <em>mm</em> minute"
msgstr "formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten"
#: blackout.php:102
msgid "End of the Blackout"
msgstr "Einde van de Blackout"
#: blackout.php:108
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix "
"this."
msgstr "De einddatum van de blackout is eerder dan de startdatum, verbeter dit."

View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
return ($n != 1);;
}}
;
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Redirect URL"] = "URL doorverwijzing";
$a->strings["all your visitors from the web will be redirected to this URL"] = "al je bezoekers van het internet zullen worden doorverwezen naar deze URL";
$a->strings["Begin of the Blackout"] = "Begin van de Blackout";
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten";
$a->strings["End of the Blackout"] = "Einde van de Blackout";
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "De einddatum van de blackout is eerder dan de startdatum, verbeter dit.";