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
22
mailstream/lang/it/strings.php
Normal file
22
mailstream/lang/it/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "";
|
||||
$a->strings["Diaspora post"] = "";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue