nextcloud/apps/files_sharing/l10n/it.php

18 lines
913 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Condiviso da {owner}",
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Questa condivione è protetta da password",
2013-07-09 04:12:22 +04:00
"The password is wrong. Try again." => "La password è errata. Prova ancora.",
2012-08-30 04:06:45 +04:00
"Password" => "Password",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt seem to work anymore." => "Spiacenti, questo collegamento sembra non essere più attivo.",
"Reasons might be:" => "I motivi potrebbero essere:",
"the item was removed" => "l'elemento è stato rimosso",
"the link expired" => "il collegamento è scaduto",
"sharing is disabled" => "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." => "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
2014-03-12 09:57:17 +04:00
"shared by %s" => "condiviso da %s",
"Download %s" => "Scarica %s",
2013-11-03 23:39:28 +04:00
"Direct link" => "Collegamento diretto"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";