mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
|
@ -1,13 +1,19 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Wordpress"] = "Pubblica su Wordpress";
|
||||
$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Abilita plugin \"invia a WordPress\"";
|
||||
$a->strings["WordPress username"] = "nome utente WordPress";
|
||||
$a->strings["WordPress password"] = "password WordPress";
|
||||
$a->strings["WordPress API URL"] = "WordPress API URL";
|
||||
$a->strings["Post to WordPress by default"] = "Pubblica su WordPress di default";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Wordpress"] = "";
|
||||
$a->strings["Wordpress Export"] = "";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "";
|
||||
$a->strings["WordPress username"] = "";
|
||||
$a->strings["WordPress password"] = "";
|
||||
$a->strings["WordPress API URL"] = "";
|
||||
$a->strings["Post to WordPress by default"] = "";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Don't post messages that are too short"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Post from Friendica"] = "";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue