mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
translation updates NL, PL, FI and IT
This commit is contained in:
parent
db8253ef6d
commit
227ad8f23b
40 changed files with 269 additions and 111 deletions
16
blogger/lang/nl/strings.php
Normal file
16
blogger/lang/nl/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue