mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
HU and IT translation updates
This commit is contained in:
parent
5cae2bffb2
commit
c137fc5e79
66 changed files with 530 additions and 558 deletions
|
@ -3,18 +3,17 @@
|
|||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$a->strings['Post to Wordpress'] = 'Invia a Wordpress';
|
||||
$a->strings['Wordpress Export'] = 'Esporta a Wordpress';
|
||||
$a->strings['Enable WordPress Post Addon'] = 'Abilita il componente aggiuntivo di invio a Wordpress';
|
||||
$a->strings['WordPress username'] = 'Nome utente Wordpress';
|
||||
$a->strings['WordPress password'] = 'Password Wordpress';
|
||||
$a->strings['Enable Wordpress Post Addon'] = 'Abilita Componente Aggiuntivo di Pubblicazione Wordpress';
|
||||
$a->strings['Wordpress username'] = 'Nome utente Wordpress';
|
||||
$a->strings['Wordpress password'] = 'Password Wordpress';
|
||||
$a->strings['WordPress API URL'] = 'Indirizzo API Wordpress';
|
||||
$a->strings['Post to WordPress by default'] = 'Invia sempre a Wordpress';
|
||||
$a->strings['Post to Wordpress by default'] = 'Pubblica su Wordpress per impostazione predefinita';
|
||||
$a->strings['Provide a backlink to the Friendica post'] = 'Inserisci un collegamento al messaggio originale su Friendica';
|
||||
$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Testo per il collegamento al messaggio originale, p.e. Leggi il messaggio originale e i commenti su Friendica.';
|
||||
$a->strings['Don\'t post messages that are too short'] = 'Non inviare messaggi troppo corti';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Wordpress Export'] = 'Esporta a Wordpress';
|
||||
$a->strings['Read the original post and comment stream on Friendica'] = 'Leggi il messaggio originale e i commenti su Friendica';
|
||||
$a->strings['Post from Friendica'] = 'Messaggio da Friendica';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue