2014-09-14 20:01:44 +00:00
|
|
|
# ADDON js_upload
|
|
|
|
# Copyright (C)
|
|
|
|
# This file is distributed under the same license as the Friendica js_upload addon package.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Translators:
|
2015-04-03 11:17:32 +00:00
|
|
|
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
2021-05-08 05:19:56 +00:00
|
|
|
# Sylke Vicious <silkevicious@gmail.com>, 2021
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: friendica\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2021-05-08 05:19:56 +00:00
|
|
|
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
|
|
|
|
"PO-Revision-Date: 2021-05-05 10:50+0000\n"
|
|
|
|
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
|
2017-01-18 13:04:53 +00:00
|
|
|
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
2014-09-14 20:01:44 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Language: it\n"
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:34
|
|
|
|
msgid "Select files for upload"
|
|
|
|
msgstr "Seleziona file per il caricamento"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:35
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "Drop files here to upload"
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Trascina un file qui per caricarlo"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:36
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "Cancel"
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Annulla"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:37
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "Failed"
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Caricamento fallito"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:215
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "No files were uploaded."
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Nessun file è stato caricato."
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:221
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "Uploaded file is empty"
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Il file caricato è vuoto"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:233
|
|
|
|
#, php-format
|
|
|
|
msgid "Image exceeds size limit of %s"
|
|
|
|
msgstr "La dimensione dell'immagine supera il limite di %s"
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:245
|
|
|
|
#, php-format
|
|
|
|
msgid "File has an invalid extension, it should be one of %s."
|
|
|
|
msgstr "Il file ha un'estensione non valida, dovrebbe essere una tra %s."
|
2014-09-14 20:01:44 +00:00
|
|
|
|
2021-05-08 05:19:56 +00:00
|
|
|
#: js_upload.php:256
|
2014-09-14 20:01:44 +00:00
|
|
|
msgid "Upload was cancelled, or server error encountered"
|
2015-04-03 11:17:32 +00:00
|
|
|
msgstr "Il caricamento è stato cancellato, o si è verificato un errore sul server"
|