friendica-addons/gnot/lang/it/strings.php

14 lines
689 B
PHP
Raw Normal View History

2014-09-14 22:01:44 +02:00
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
$a->strings["Gnot Settings"] = "Impostazioni Gnot";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";
2018-03-19 21:28:00 +01:00
$a->strings["Enable this addon?"] = "Abilita questo componente aggiuntivo?";
2015-08-31 18:52:41 +02:00
$a->strings["Submit"] = "Invia";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";