[tx-robot] updated from transifex
This commit is contained in:
parent
cf752bea22
commit
bd6c00ee26
|
@ -94,12 +94,18 @@ OC.L10N.register(
|
|||
"You changed {file}" : "Usted ha cambiado {file}",
|
||||
"{user} changed {file}" : "{user} ha cambiado {file}",
|
||||
"You deleted {file}" : "Usted ha borrado {file}",
|
||||
"{user} deleted {file}" : "{user} eliminó {file}",
|
||||
"You restored {file}" : "Usted restauró {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Ha renombrado {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile } como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Ha movido {oldfile } a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>.",
|
||||
"A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>eliminado</strong>.",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaiones acerca de la creación y cambios de sus <strong>archivos favoritos</strong><em>(Stream only)</em>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>.",
|
||||
"Upload (max. %s)" : "Subida (máx. %s)",
|
||||
"File handling" : "Administración de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de subida",
|
||||
|
@ -121,6 +127,7 @@ OC.L10N.register(
|
|||
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por enlace",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos eliminados",
|
||||
"Text file" : "Archivo de texto",
|
||||
|
|
|
@ -92,12 +92,18 @@
|
|||
"You changed {file}" : "Usted ha cambiado {file}",
|
||||
"{user} changed {file}" : "{user} ha cambiado {file}",
|
||||
"You deleted {file}" : "Usted ha borrado {file}",
|
||||
"{user} deleted {file}" : "{user} eliminó {file}",
|
||||
"You restored {file}" : "Usted restauró {file}",
|
||||
"{user} restored {file}" : "{user} restauró {file}",
|
||||
"You renamed {oldfile} to {newfile}" : "Ha renombrado {oldfile} como {newfile}",
|
||||
"{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile } como {newfile}",
|
||||
"You moved {oldfile} to {newfile}" : "Ha movido {oldfile } a {newfile}",
|
||||
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
|
||||
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>.",
|
||||
"A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta",
|
||||
"A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo o carpeta ha sido <strong>eliminado</strong>.",
|
||||
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaiones acerca de la creación y cambios de sus <strong>archivos favoritos</strong><em>(Stream only)</em>",
|
||||
"A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo o carpeta ha sido <strong>restaurado</strong>.",
|
||||
"Upload (max. %s)" : "Subida (máx. %s)",
|
||||
"File handling" : "Administración de archivos",
|
||||
"Maximum upload size" : "Tamaño máximo de subida",
|
||||
|
@ -119,6 +125,7 @@
|
|||
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Shared with others" : "Compartido con otros",
|
||||
"Shared by link" : "Compartido por enlace",
|
||||
"Tags" : "Etiquetas",
|
||||
"Deleted files" : "Archivos eliminados",
|
||||
"Text file" : "Archivo de texto",
|
||||
|
|
|
@ -15,7 +15,7 @@ OC.L10N.register(
|
|||
"Invalid server URL" : "URL del server non valido",
|
||||
"Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita",
|
||||
"Share" : "Condividi",
|
||||
"No expiration date set" : "Nessuna data di scandenza impostata",
|
||||
"No expiration date set" : "Nessuna data di scadenza impostata",
|
||||
"Shared by" : "Condiviso da",
|
||||
"Sharing" : "Condivisione",
|
||||
"File shares" : "Condivisioni dei file",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"Invalid server URL" : "URL del server non valido",
|
||||
"Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita",
|
||||
"Share" : "Condividi",
|
||||
"No expiration date set" : "Nessuna data di scandenza impostata",
|
||||
"No expiration date set" : "Nessuna data di scadenza impostata",
|
||||
"Shared by" : "Condiviso da",
|
||||
"Sharing" : "Condivisione",
|
||||
"File shares" : "Condivisioni dei file",
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Restore" : "Wiederherstellen",
|
||||
"No versions available" : "Neue Versionen verfügbar",
|
||||
"More versions..." : "Weitere Versionen…",
|
||||
"No other versions available" : "Keine anderen Versionen verfügbar"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Restore" : "Wiederherstellen",
|
||||
"No versions available" : "Neue Versionen verfügbar",
|
||||
"More versions..." : "Weitere Versionen…",
|
||||
"No other versions available" : "Keine anderen Versionen verfügbar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Restore" : "Wiederherstellen",
|
||||
"No versions available" : "Neue Versionen verfügbar",
|
||||
"More versions..." : "Weitere Versionen…",
|
||||
"No other versions available" : "Keine anderen Versionen verfügbar"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
|
||||
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
|
||||
"Restore" : "Wiederherstellen",
|
||||
"No versions available" : "Neue Versionen verfügbar",
|
||||
"More versions..." : "Weitere Versionen…",
|
||||
"No other versions available" : "Keine anderen Versionen verfügbar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Restore" : "Recuperar",
|
||||
"No versions available" : "No hay versiones disponibles",
|
||||
"More versions..." : "Más versiones...",
|
||||
"No other versions available" : "No hay otras versiones disponibles"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "No se ha podido revertir {archivo} a revisión {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Restore" : "Recuperar",
|
||||
"No versions available" : "No hay versiones disponibles",
|
||||
"More versions..." : "Más versiones...",
|
||||
"No other versions available" : "No hay otras versiones disponibles"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "Échec du retour du fichier {file} à la révision {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
|
||||
"Restore" : "Restaurer",
|
||||
"No versions available" : "Aucune version n'est disponible",
|
||||
"More versions..." : "Plus de versions...",
|
||||
"No other versions available" : "Aucune autre version n'est disponible"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "Échec du retour du fichier {file} à la révision {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n octet","%n octets"],
|
||||
"Restore" : "Restaurer",
|
||||
"No versions available" : "Aucune version n'est disponible",
|
||||
"More versions..." : "Plus de versions...",
|
||||
"No other versions available" : "Aucune autre version n'est disponible"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "{file} fájlt nem sikerült erre visszaállítani: {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
|
||||
"Restore" : "Visszaállítás",
|
||||
"No versions available" : "Nincs elérhető verzió",
|
||||
"More versions..." : "További változatok...",
|
||||
"No other versions available" : "Nincs több elérhető verzió"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "{file} fájlt nem sikerült erre visszaállítani: {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n bájt","%n bájt"],
|
||||
"Restore" : "Visszaállítás",
|
||||
"No versions available" : "Nincs elérhető verzió",
|
||||
"More versions..." : "További változatok...",
|
||||
"No other versions available" : "Nincs több elérhető verzió"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "Ripristino di {file} alla revisione {timestamp} non riuscito.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n byte"],
|
||||
"Restore" : "Ripristina",
|
||||
"No versions available" : "Nessuna versione disponibile",
|
||||
"More versions..." : "Altre versioni...",
|
||||
"No other versions available" : "Non sono disponibili altre versioni"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "Ripristino di {file} alla revisione {timestamp} non riuscito.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n byte"],
|
||||
"Restore" : "Ripristina",
|
||||
"No versions available" : "Nessuna versione disponibile",
|
||||
"More versions..." : "Altre versioni...",
|
||||
"No other versions available" : "Non sono disponibili altre versioni"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -6,6 +6,7 @@ OC.L10N.register(
|
|||
"Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Restore" : "Restaurar",
|
||||
"No versions available" : "Não há versões disponíveis",
|
||||
"More versions..." : "Mais versões...",
|
||||
"No other versions available" : "Nenhuma outra versão disponível"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"Failed to revert {file} to revision {timestamp}." : "Falha ao reverter {file} para a revisão {timestamp}.",
|
||||
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
|
||||
"Restore" : "Restaurar",
|
||||
"No versions available" : "Não há versões disponíveis",
|
||||
"More versions..." : "Mais versões...",
|
||||
"No other versions available" : "Nenhuma outra versão disponível"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Channel updated" : "Kanal aktualisiert",
|
||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
|
||||
"Open updater" : "Updater öffnen",
|
||||
"Download now" : "Jetzt herunterladen",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Channel updated" : "Kanal aktualisiert",
|
||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
|
||||
"Open updater" : "Updater öffnen",
|
||||
"Download now" : "Jetzt herunterladen",
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Channel updated" : "Kanal aktualisiert",
|
||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
|
||||
"Open updater" : "Updater öffnen",
|
||||
"Download now" : "Jetzt herunterladen",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Channel updated" : "Kanal aktualisiert",
|
||||
"Update to %1$s is available." : "Aktualisierung auf %1$s ist verfügbar.",
|
||||
"Update for %1$s to version %2$s is available." : "Ein Update von %1$s auf Version %2$s ist verfügbar.",
|
||||
"Update for {app} to version %s is available." : "Ein Update für {app} auf Version %s ist verfügbar.",
|
||||
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
|
||||
"Open updater" : "Updater öffnen",
|
||||
"Download now" : "Jetzt herunterladen",
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Channel updated" : "Canal actualizado",
|
||||
"Update to %1$s is available." : "Actualización a %1$s esta disponible.",
|
||||
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
|
||||
"Update for {app} to version %s is available." : "Actualización de {app} a la versión %s disponible.",
|
||||
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
|
||||
"Open updater" : "Abrir el actualizador",
|
||||
"Download now" : "Descargar ahora",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Channel updated" : "Canal actualizado",
|
||||
"Update to %1$s is available." : "Actualización a %1$s esta disponible.",
|
||||
"Update for %1$s to version %2$s is available." : "La actualización de %1$s a la versión %2$s está disponible.",
|
||||
"Update for {app} to version %s is available." : "Actualización de {app} a la versión %s disponible.",
|
||||
"A new version is available: %s" : "Hay una nueva versión disponible: %s",
|
||||
"Open updater" : "Abrir el actualizador",
|
||||
"Download now" : "Descargar ahora",
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Channel updated" : "Canale aggiornato",
|
||||
"Update to %1$s is available." : "Aggiornamento a %1$s disponibile.",
|
||||
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
|
||||
"Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.",
|
||||
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
|
||||
"Open updater" : "Apri strumento di aggiornamento",
|
||||
"Download now" : "Scarica ora",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Channel updated" : "Canale aggiornato",
|
||||
"Update to %1$s is available." : "Aggiornamento a %1$s disponibile.",
|
||||
"Update for %1$s to version %2$s is available." : "È disponibile l'aggiornamento di %1$s alla versione %2$s.",
|
||||
"Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.",
|
||||
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
|
||||
"Open updater" : "Apri strumento di aggiornamento",
|
||||
"Download now" : "Scarica ora",
|
||||
|
|
|
@ -7,6 +7,7 @@ OC.L10N.register(
|
|||
"Channel updated" : "Canal atualizado",
|
||||
"Update to %1$s is available." : "Atualização para %1$s está disponível.",
|
||||
"Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponível.",
|
||||
"Update for {app} to version %s is available." : "Atualização do {app} para a versão %s está disponível.",
|
||||
"A new version is available: %s" : "Uma nova versão está disponível: %s",
|
||||
"Open updater" : "Abrir atualizador",
|
||||
"Download now" : "Baixe agora",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"Channel updated" : "Canal atualizado",
|
||||
"Update to %1$s is available." : "Atualização para %1$s está disponível.",
|
||||
"Update for %1$s to version %2$s is available." : "Atualização de %1$s para versão %2$s está disponível.",
|
||||
"Update for {app} to version %s is available." : "Atualização do {app} para a versão %s está disponível.",
|
||||
"A new version is available: %s" : "Uma nova versão está disponível: %s",
|
||||
"Open updater" : "Abrir atualizador",
|
||||
"Download now" : "Baixe agora",
|
||||
|
|
|
@ -234,7 +234,7 @@ OC.L10N.register(
|
|||
"App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "L'applicazione \"%s\" non può essere installata perché non è compatibile con questa versione di Nextcloud.",
|
||||
"App can't be installed because it is not compatible with this version of Nextcloud" : "L'applicazione non può essere installata perché non è compatibile con questa versione di Nextcloud",
|
||||
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione nel file info.xml/version non è la stessa riportata dall'app store",
|
||||
"Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Suggerimento: puoi eseguire più velocemente l'aggiornamento eseguendo questa istruziine SQL: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
|
||||
"Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Suggerimento: puoi eseguire più velocemente l'aggiornamento eseguendo questa istruzione SQL: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "L'esecuzione del server Nextcloud sulla piattaforma Microsoft Windows non è supportato. Ti consigliamo di utilizzare un server Linux in una macchina virtuale se non hai la possibilità di migrare il server. Trovare i pacchetti per Linux è facile quanto attivare immagini di macchine virtuali su <a href=\"%s\">%s</a>. Per migrare installazioni esistenti su Linux, puoi trovare alcuni consigli e uno script di migrazione nella <a href=\"%s\">nostra documentazione</a>.",
|
||||
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "Ciò può essere normalmente corretto <a href=\"%s\" target=\"_blank\">fornendo al server web accesso in scrittura alla cartella radice</a>."
|
||||
},
|
||||
|
|
|
@ -232,7 +232,7 @@
|
|||
"App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "L'applicazione \"%s\" non può essere installata perché non è compatibile con questa versione di Nextcloud.",
|
||||
"App can't be installed because it is not compatible with this version of Nextcloud" : "L'applicazione non può essere installata perché non è compatibile con questa versione di Nextcloud",
|
||||
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione nel file info.xml/version non è la stessa riportata dall'app store",
|
||||
"Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Suggerimento: puoi eseguire più velocemente l'aggiornamento eseguendo questa istruziine SQL: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
|
||||
"Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Suggerimento: puoi eseguire più velocemente l'aggiornamento eseguendo questa istruzione SQL: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;",
|
||||
"Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "L'esecuzione del server Nextcloud sulla piattaforma Microsoft Windows non è supportato. Ti consigliamo di utilizzare un server Linux in una macchina virtuale se non hai la possibilità di migrare il server. Trovare i pacchetti per Linux è facile quanto attivare immagini di macchine virtuali su <a href=\"%s\">%s</a>. Per migrare installazioni esistenti su Linux, puoi trovare alcuni consigli e uno script di migrazione nella <a href=\"%s\">nostra documentazione</a>.",
|
||||
"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "Ciò può essere normalmente corretto <a href=\"%s\" target=\"_blank\">fornendo al server web accesso in scrittura alla cartella radice</a>."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -244,7 +244,7 @@ OC.L10N.register(
|
|||
"Hide description …" : "Nascondi descrizione...",
|
||||
"This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.",
|
||||
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione minima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.",
|
||||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro cio sarà considerato un errore.",
|
||||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:",
|
||||
"Enable only for specific groups" : "Abilita solo per gruppi specifici",
|
||||
"Uninstall App" : "Disinstalla applicazione",
|
||||
|
@ -301,7 +301,7 @@ OC.L10N.register(
|
|||
"Desktop client" : "Client desktop",
|
||||
"Android app" : "Applicazione Android",
|
||||
"iOS app" : "Applicazione iOS",
|
||||
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}junisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!",
|
||||
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}unisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!",
|
||||
"Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio",
|
||||
"Web, desktop and mobile clients currently logged in to your account." : "Client web, desktop e mobile attualmente connessi al tuo account.",
|
||||
"Device" : "Dispositivo",
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
"Hide description …" : "Nascondi descrizione...",
|
||||
"This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.",
|
||||
"This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione minima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.",
|
||||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro cio sarà considerato un errore.",
|
||||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:",
|
||||
"Enable only for specific groups" : "Abilita solo per gruppi specifici",
|
||||
"Uninstall App" : "Disinstalla applicazione",
|
||||
|
@ -299,7 +299,7 @@
|
|||
"Desktop client" : "Client desktop",
|
||||
"Android app" : "Applicazione Android",
|
||||
"iOS app" : "Applicazione iOS",
|
||||
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}junisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!",
|
||||
"If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se vuoi supportare il progetto {contributeopen}unisciti allo sviluppo{linkclose} o {contributeopen} diffondi il verbo{linkclose}!",
|
||||
"Show First Run Wizard again" : "Mostra nuovamente la procedura di primo avvio",
|
||||
"Web, desktop and mobile clients currently logged in to your account." : "Client web, desktop e mobile attualmente connessi al tuo account.",
|
||||
"Device" : "Dispositivo",
|
||||
|
|
Loading…
Reference in New Issue