mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Update IT strings
This commit is contained in:
parent
dd7dc77a10
commit
b5701ac885
34 changed files with 153 additions and 85 deletions
16
notifyall/lang/it/strings.php
Normal file
16
notifyall/lang/it/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Send email to all members"] = "Invia email a tutti i membri";
|
||||
$a->strings["%s Administrator"] = "Amministratore %s";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, amministratore di %2\$s";
|
||||
$a->strings["No recipients found."] = "Nessun destinatario trovato.";
|
||||
$a->strings["Emails sent"] = "Email inviate";
|
||||
$a->strings["Send email to all members of this Friendica instance."] = "Invia email a tutti i membri di questa istanza Friendica.";
|
||||
$a->strings["Message subject"] = "Oggetto del messaggio";
|
||||
$a->strings["Test mode (only send to administrator)"] = "Modalità test (invia solo agli amministratori)";
|
||||
$a->strings["Submit"] = "Invia";
|
Loading…
Add table
Add a link
Reference in a new issue