mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
19
gpluspost/lang/it/strings.php
Normal file
19
gpluspost/lang/it/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "";
|
||||
$a->strings["Google+ username"] = "";
|
||||
$a->strings["Google+ password"] = "";
|
||||
$a->strings["Google+ page number"] = "";
|
||||
$a->strings["Post to Google+ by default"] = "";
|
||||
$a->strings["Do not prevent posting loops"] = "";
|
||||
$a->strings["Skip messages without links"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Mirror Google Account ID"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "";
|
Loading…
Add table
Add a link
Reference in a new issue