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,16 @@
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
return ($n != 1);;
}}
;
$a->strings["Post to blogger"] = "Plaatsen op Blogger";
$a->strings["Blogger Export"] = "Blogger Exporteren";
$a->strings["Enable Blogger Post Addon"] = "Blogger Post Addon inschakelen";
$a->strings["Blogger username"] = "Blogger gebruikersnaam";
$a->strings["Blogger password"] = "Blogger wachtwoord";
$a->strings["Blogger API URL"] = "Blogger API URL";
$a->strings["Post to Blogger by default"] = "Plaatsen op Blogger als standaard instellen";
$a->strings["Save Settings"] = "Instellingen Opslaan";
$a->strings["Post from Friendica"] = "Bericht plaatsen vanaf Friendica";