diff options
Diffstat (limited to 'l10n/it/lib.po')
-rw-r--r-- | l10n/it/lib.po | 56 |
1 files changed, 38 insertions, 18 deletions
diff --git a/l10n/it/lib.po b/l10n/it/lib.po index ca491c64f0e..366d47f7892 100644 --- a/l10n/it/lib.po +++ b/l10n/it/lib.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-07-23 01:55-0400\n" -"PO-Revision-Date: 2013-07-23 05:05+0000\n" -"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" +"POT-Creation-Date: 2013-07-24 01:55-0400\n" +"PO-Revision-Date: 2013-07-24 05:55+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,10 +42,20 @@ msgstr "Applicazioni" msgid "Admin" msgstr "Admin" +#: app.php:844 +#, php-format +msgid "Failed to upgrade \"%s\"." +msgstr "" + #: defaults.php:33 msgid "web services under your control" msgstr "servizi web nelle tue mani" +#: files.php:66 files.php:98 +#, php-format +msgid "cannot open \"%s\"" +msgstr "" + #: files.php:226 msgid "ZIP download is turned off." msgstr "Lo scaricamento in formato ZIP è stato disabilitato." @@ -54,15 +64,21 @@ msgstr "Lo scaricamento in formato ZIP è stato disabilitato." msgid "Files need to be downloaded one by one." msgstr "I file devono essere scaricati uno alla volta." -#: files.php:228 files.php:261 +#: files.php:228 files.php:256 msgid "Back to Files" msgstr "Torna ai file" -#: files.php:258 +#: files.php:253 msgid "Selected files too large to generate zip file." msgstr "I file selezionati sono troppo grandi per generare un file zip." -#: helper.php:236 +#: files.php:254 +msgid "" +"Download the files in smaller chunks, seperately or kindly ask your " +"administrator." +msgstr "" + +#: helper.php:235 msgid "couldn't be determined" msgstr "non può essere determinato" @@ -190,58 +206,62 @@ msgstr "Il tuo server web non è configurato correttamente per consentire la sin msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "Leggi attentamente le <a href='%s'>guide d'installazione</a>." -#: template.php:95 +#: template/functions.php:80 msgid "seconds ago" msgstr "secondi fa" -#: template.php:96 +#: template/functions.php:81 msgid "1 minute ago" msgstr "Un minuto fa" -#: template.php:97 +#: template/functions.php:82 #, php-format msgid "%d minutes ago" msgstr "%d minuti fa" -#: template.php:98 +#: template/functions.php:83 msgid "1 hour ago" msgstr "1 ora fa" -#: template.php:99 +#: template/functions.php:84 #, php-format msgid "%d hours ago" msgstr "%d ore fa" -#: template.php:100 +#: template/functions.php:85 msgid "today" msgstr "oggi" -#: template.php:101 +#: template/functions.php:86 msgid "yesterday" msgstr "ieri" -#: template.php:102 +#: template/functions.php:87 #, php-format msgid "%d days ago" msgstr "%d giorni fa" -#: template.php:103 +#: template/functions.php:88 msgid "last month" msgstr "mese scorso" -#: template.php:104 +#: template/functions.php:89 #, php-format msgid "%d months ago" msgstr "%d mesi fa" -#: template.php:105 +#: template/functions.php:90 msgid "last year" msgstr "anno scorso" -#: template.php:106 +#: template/functions.php:91 msgid "years ago" msgstr "anni fa" +#: template.php:296 +msgid "Caused by:" +msgstr "" + #: vcategories.php:188 vcategories.php:249 #, php-format msgid "Could not find category \"%s\"" |