mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +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,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["You are now authenticated to tumblr."] = "";
|
||||
$a->strings["return to the connector page"] = "";
|
||||
$a->strings["Post to Tumblr"] = "Pubblica su Tumblr";
|
||||
$a->strings["Tumblr Post Settings"] = "Impostazioni di invio a Tumblr";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "Abilita Plugin Tumblr";
|
||||
$a->strings["Post to Tumblr by default"] = "Pubblica su Tumblr di default";
|
||||
$a->strings["Post to page:"] = "";
|
||||
$a->strings["You are not authenticated to tumblr"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "";
|
||||
$a->strings["You are now authenticated to tumblr."] = "";
|
||||
$a->strings["return to the connector page"] = "";
|
||||
$a->strings["Post to Tumblr"] = "";
|
||||
$a->strings["Tumblr Export"] = "";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "";
|
||||
$a->strings["Post to Tumblr by default"] = "";
|
||||
$a->strings["Post to page:"] = "";
|
||||
$a->strings["You are not authenticated to tumblr"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue