diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js new file mode 100644 index 0000000000000000000000000000000000000000..e8d7df1cb4a5dbf2f21ae8d264c975422193780d --- /dev/null +++ b/apps/files/l10n/de.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files", + { + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json new file mode 100644 index 0000000000000000000000000000000000000000..45f25652c6e8eefaf7785b959fc6ae0f61e23c8d --- /dev/null +++ b/apps/files/l10n/de.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files/l10n/en.js b/apps/files/l10n/en.js new file mode 100755 index 0000000000000000000000000000000000000000..70d99deca350a39cfce150563d0c8575e901f6ae --- /dev/null +++ b/apps/files/l10n/en.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files", + { + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." + }, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/files/l10n/en.json b/apps/files/l10n/en.json new file mode 100755 index 0000000000000000000000000000000000000000..54a479cfe1ea9b1a59897504b2925ac0896b0d51 --- /dev/null +++ b/apps/files/l10n/en.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js new file mode 100644 index 0000000000000000000000000000000000000000..5b3e6844126de2b28a11cfc2a5094c4cdc0593e7 --- /dev/null +++ b/apps/files/l10n/es.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files", + { + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json new file mode 100644 index 0000000000000000000000000000000000000000..c3bb94c60dc49cb77f68eba50243df83209cc843 --- /dev/null +++ b/apps/files/l10n/es.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js new file mode 100644 index 0000000000000000000000000000000000000000..718127071435fe99d9a4e8915842f85217d521d0 --- /dev/null +++ b/apps/files/l10n/fr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files", + { + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json new file mode 100644 index 0000000000000000000000000000000000000000..df1c5999fdd7e2f1e4f3026df2a1a4d23208731f --- /dev/null +++ b/apps/files/l10n/fr.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js new file mode 100755 index 0000000000000000000000000000000000000000..835c85944e20dca1be7942a7a47537ad00806f2e --- /dev/null +++ b/apps/files/l10n/it.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files", + { + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json new file mode 100755 index 0000000000000000000000000000000000000000..dbeeb213a024a379756c8e1f8b9c40c0af4f7a39 --- /dev/null +++ b/apps/files/l10n/it.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files_trashbin/l10n/de.js b/apps/files_trashbin/l10n/de.js new file mode 100644 index 0000000000000000000000000000000000000000..b07ef3f47716e9deef0c9c568e3ac5a19800fda5 --- /dev/null +++ b/apps/files_trashbin/l10n/de.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/de.json b/apps/files_trashbin/l10n/de.json new file mode 100644 index 0000000000000000000000000000000000000000..45f25652c6e8eefaf7785b959fc6ae0f61e23c8d --- /dev/null +++ b/apps/files_trashbin/l10n/de.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files_trashbin/l10n/en.js b/apps/files_trashbin/l10n/en.js new file mode 100755 index 0000000000000000000000000000000000000000..8257d10c3a73e2e376506f508cdd261a211a921f --- /dev/null +++ b/apps/files_trashbin/l10n/en.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." + }, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/files_trashbin/l10n/en.json b/apps/files_trashbin/l10n/en.json new file mode 100755 index 0000000000000000000000000000000000000000..54a479cfe1ea9b1a59897504b2925ac0896b0d51 --- /dev/null +++ b/apps/files_trashbin/l10n/en.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files_trashbin/l10n/es.js b/apps/files_trashbin/l10n/es.js new file mode 100644 index 0000000000000000000000000000000000000000..73f61ae181e0c586ed1a6d5c90ff76edc8569c66 --- /dev/null +++ b/apps/files_trashbin/l10n/es.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/es.json b/apps/files_trashbin/l10n/es.json new file mode 100644 index 0000000000000000000000000000000000000000..c3bb94c60dc49cb77f68eba50243df83209cc843 --- /dev/null +++ b/apps/files_trashbin/l10n/es.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files_trashbin/l10n/fr.js b/apps/files_trashbin/l10n/fr.js new file mode 100644 index 0000000000000000000000000000000000000000..d2ff332d618c3a0ac90df3fa498f88dbab6749b9 --- /dev/null +++ b/apps/files_trashbin/l10n/fr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/fr.json b/apps/files_trashbin/l10n/fr.json new file mode 100644 index 0000000000000000000000000000000000000000..df1c5999fdd7e2f1e4f3026df2a1a4d23208731f --- /dev/null +++ b/apps/files_trashbin/l10n/fr.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js new file mode 100755 index 0000000000000000000000000000000000000000..04fd635628bd2932a0dcf473896b9c94f96786e5 --- /dev/null +++ b/apps/files_trashbin/l10n/it.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/files_trashbin/l10n/it.json b/apps/files_trashbin/l10n/it.json new file mode 100755 index 0000000000000000000000000000000000000000..dbeeb213a024a379756c8e1f8b9c40c0af4f7a39 --- /dev/null +++ b/apps/files_trashbin/l10n/it.json @@ -0,0 +1,6 @@ +{ + "translations": { + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index d3478db024898eceb3450029f03b37d02c7ec891..fea99a2ac130b427912e7e646382e74d043c28d0 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 0d1d4f1e46cbcbaa8f6db82ffc62033e6d0e9267..814604fd64b880856a181694d3f22d1995213e92 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index d3478db024898eceb3450029f03b37d02c7ec891..fea99a2ac130b427912e7e646382e74d043c28d0 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 0d1d4f1e46cbcbaa8f6db82ffc62033e6d0e9267..814604fd64b880856a181694d3f22d1995213e92 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Hinweis: Sie müssen ein neues Anwendungspasswort erstellen, um Ihr Konto in /e/OS einzurichten. Außerdem müssen Sie Ihr Hauptkontopasswort für /e/OS Mail angeben.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/settings/l10n/en.js b/apps/settings/l10n/en.js index 0149b803714fa39413afffc5e79ca4f20f16c7c8..e103e1b45fb317d6bf61dbf96d798a5a49a7f740 100755 --- a/apps/settings/l10n/en.js +++ b/apps/settings/l10n/en.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/settings/l10n/en.json b/apps/settings/l10n/en.json index 36dbf9affd29451dad4295562c1bf059e558beae..1ed5b9825437b3a865978ec0d098ea27b22f3584 100755 --- a/apps/settings/l10n/en.json +++ b/apps/settings/l10n/en.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index cf8e8c67b864d40e4b8c4e3a989f431ffb772d38..90d104a024b3fd806c0edbfbb13b5d38f2526e9a 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Tendrás que crear una nueva contraseña de aplicación para configurar tu cuenta dentro de /e/OS. Además, deberá proporcionar la contraseña de su cuenta principal a /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Tendrás que crear una nueva contraseña de aplicación para configurar tu cuenta dentro de /e/OS. Además, deberá proporcionar la contraseña de su cuenta principal a /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index 117e2550e9ff7ecea92f58ca693b20df88bf529a..9caac254f7cbb5e1cf328cc4dc36c7cea74b9ccb 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Tendrás que crear una nueva contraseña de aplicación para configurar tu cuenta dentro de /e/OS. Además, deberá proporcionar la contraseña de su cuenta principal a /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Tendrás que crear una nueva contraseña de aplicación para configurar tu cuenta dentro de /e/OS. Además, deberá proporcionar la contraseña de su cuenta principal a /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index fdd80d0c6294d1e11fead7d1bdb144110453ba9d..0e4a73ff3b3316a3f60e018ebcf028fea3e5dd03 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Remarque: vous devrez créer un nouveau mot de passe d'application pour définir votre compte dans /e/OS. De plus, vous devez fournir le mot de passe de votre compte principal à /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Remarque: vous devrez créer un nouveau mot de passe d'application pour définir votre compte dans /e/OS. De plus, vous devez fournir le mot de passe de votre compte principal à /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 4f9aefa7875407dc7f80bb62eee762f980b1c2cb..0fa5e8a58500c90d03e3205f063427c7e78f595b 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Remarque: vous devrez créer un nouveau mot de passe d'application pour définir votre compte dans /e/OS. De plus, vous devez fournir le mot de passe de votre compte principal à /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Remarque: vous devrez créer un nouveau mot de passe d'application pour définir votre compte dans /e/OS. De plus, vous devez fournir le mot de passe de votre compte principal à /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les journaux ou contacter Murena à support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index f46f4206b121fa6c103df6c39e9ccf234ce3a0d9..5585734f801bd999c4c10ff0781bea2fde0ecefb 100755 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -1,6 +1,7 @@ OC.L10N.register( "settings", { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Per impostare il proprio account in /e/OS è necessario creare una nuova password dell'applicazione. Inoltre, è necessario fornire la password del proprio account principale a /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Per impostare il proprio account in /e/OS è necessario creare una nuova password dell'applicazione. Inoltre, è necessario fornire la password del proprio account principale a /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index bfe5022e05727602d2be274dd064a5021632e93f..53a7997e2a5be2d69ba467213a2b6cd0ff4a29da 100755 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -1,6 +1,7 @@ { "translations": { - "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Per impostare il proprio account in /e/OS è necessario creare una nuova password dell'applicazione. Inoltre, è necessario fornire la password del proprio account principale a /e/OS Mail." + "Note: You'll need to create a new application password to set your account within /e/OS. Additionally, you need to provide your main account password to /e/OS Mail.": "Nota: Per impostare il proprio account in /e/OS è necessario creare una nuova password dell'applicazione. Inoltre, è necessario fornire la password del proprio account principale a /e/OS Mail.", + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com." }, "pluralForm": "nplurals=2; plural=(n != 1);" } diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js new file mode 100644 index 0000000000000000000000000000000000000000..14076159a7c65dbae85b537e80baccbf131eaa5e --- /dev/null +++ b/apps/user_ldap/l10n/de.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "Please try again or contact your administrator.": "Bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.": "Warnung: Das PHP LDAP-Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte kontaktieren Sie Murena unter support@helpdesk.com, um es zu installieren." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json new file mode 100644 index 0000000000000000000000000000000000000000..c5193e6cf3aa672c9f6774e5aa0a913ecd780a6f --- /dev/null +++ b/apps/user_ldap/l10n/de.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Please try again or contact your administrator.": "Bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.": "Warnung: Das PHP LDAP-Modul ist nicht installiert, das Backend wird nicht funktionieren. Bitte kontaktieren Sie Murena unter support@helpdesk.com, um es zu installieren." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/user_ldap/l10n/en.js b/apps/user_ldap/l10n/en.js new file mode 100755 index 0000000000000000000000000000000000000000..f225b1eb76c1d9c3e20d8eb871fe52416181cb5a --- /dev/null +++ b/apps/user_ldap/l10n/en.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "Please try again or contact your administrator." : "Please try again or contact Murena at support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please contact Murena at support@helpdesk.com to install it." + }, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/user_ldap/l10n/en.json b/apps/user_ldap/l10n/en.json new file mode 100755 index 0000000000000000000000000000000000000000..540a20a9d5e4834654b45b4eb8c3eb19dd19219e --- /dev/null +++ b/apps/user_ldap/l10n/en.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Please try again or contact your administrator." : "Please try again or contact Murena at support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Warning: The PHP LDAP module is not installed, the backend will not work. Please contact Murena at support@helpdesk.com to install it." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js new file mode 100644 index 0000000000000000000000000000000000000000..736752d718b20666c55f7b8f4e8ba5533bcfd3df --- /dev/null +++ b/apps/user_ldap/l10n/es.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "Please try again or contact your administrator.": "Por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.": "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Póngase en contacto con Murena en support@helpdesk.com para instalarlo." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es.json b/apps/user_ldap/l10n/es.json new file mode 100644 index 0000000000000000000000000000000000000000..2f1934732784ec3a7531dc921da592190e5cfcce --- /dev/null +++ b/apps/user_ldap/l10n/es.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Please try again or contact your administrator.": "Por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it.": "Advertencia: El módulo LDAP de PHP no está instalado, el backend no funcionará. Póngase en contacto con Murena en support@helpdesk.com para instalarlo." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js new file mode 100644 index 0000000000000000000000000000000000000000..d62900d3ee67cfdcea520455bc892bf234f69640 --- /dev/null +++ b/apps/user_ldap/l10n/fr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "Please try again or contact your administrator." : "Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avertissement: Le module LDAP de PHP n'est pas installé, le backend ne fonctionnera pas. Veuillez contacter Murena à support@helpdesk.com pour l'installer." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json new file mode 100644 index 0000000000000000000000000000000000000000..6112687374553865448b8dac049a579cbe01e84c --- /dev/null +++ b/apps/user_ldap/l10n/fr.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Please try again or contact your administrator." : "Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avertissement: Le module LDAP de PHP n'est pas installé, le backend ne fonctionnera pas. Veuillez contacter Murena à support@helpdesk.com pour l'installer." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/apps/user_ldap/l10n/it.js b/apps/user_ldap/l10n/it.js new file mode 100755 index 0000000000000000000000000000000000000000..cce7c17b6735b5078aa937242d43f932aabd1359 --- /dev/null +++ b/apps/user_ldap/l10n/it.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "Please try again or contact your administrator." : "Riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avvertenze: Se il modulo PHP LDAP non è installato, il backend non funziona. Per installarlo, contattare Murena all'indirizzo support@helpdesk.com." +}, +"nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/apps/user_ldap/l10n/it.json b/apps/user_ldap/l10n/it.json new file mode 100755 index 0000000000000000000000000000000000000000..af2ae379701a3d2aec859db2fbd30f163853670b --- /dev/null +++ b/apps/user_ldap/l10n/it.json @@ -0,0 +1,7 @@ +{ + "translations": { + "Please try again or contact your administrator." : "Riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Avvertenze: Se il modulo PHP LDAP non è installato, il backend non funziona. Per installarlo, contattare Murena all'indirizzo support@helpdesk.com." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} diff --git a/core/l10n/de.js b/core/l10n/de.js index e6795b5edf629e8d1ed195a013a70b73b41a7b94..558d682395f1d1f3f5e40e47ba08a5ecd8a2b1d9 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -15,7 +15,21 @@ OC.L10N.register( "Copyright": "Auteursrechten", "Don't have an account yet?": "Heb je nog geen account?", "Create an account": "Account aanmaken", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die Wiederherstellungs-E-Mail-Adresse dieses Kontos gesendet.", + "Please contact your administrator.": "Bitte kontaktieren Sie Murena unter support@helpdesk.com", + "Please try again or contact your administrator.": "Bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Wenn Sie dies nicht beantragt haben, wenden Sie sich bitte an Murena unter support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Es gab zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder kontaktieren Sie Murena unter support@helpdesk.com, wenn ein Fehler vorliegt.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Kontaktieren Sie Murena unter support@helpdesk.com wenn diese Meldung weiterhin besteht oder unerwartet erscheint.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Es ist ein unerwarteter Fehler aufgetreten. Kontaktieren Sie Murena unter support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Wenn Sie nicht versuchen, ein neues Gerät oder eine neue Anwendung einzurichten, versucht jemand, Sie mit einem Trick dazu zu bringen, ihm Zugang zu Ihren Daten zu gewähren. In diesem Fall sollten Sie nicht fortfahren und stattdessen Murena unter folgender Adresse kontaktieren support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Kontaktieren Sie Murena unter support@helpdesk.com. Wenn Sie ein Administrator sind, bearbeiten Sie die Einstellung \"trusted_domains\" in config/config.php wie im Beispiel in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Der Wiederherstellungsschlüssel konnte nicht aktiviert werden, bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in den Einstellungen Ihrer Anwendungen oder kontaktieren Sie Murena unter support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Eine Nachricht zum Zurücksetzen des Passworts wurde an die E-Mail-Adresse dieses Kontos gesendet. Wenn Sie sie nicht erhalten, überprüfen Sie Ihren Spam-/Junk-Ordner oder kontaktieren Sie Murena unter support@helpdesk.com um Hilfe zu erhalten.", + "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Kontaktieren Sie Murena unter support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Ihre Dateien sind verschlüsselt. Nachdem Ihr Passwort zurückgesetzt wurde, gibt es keine Möglichkeit mehr, Ihre Daten zurückzubekommen. Wenn Sie nicht sicher sind, was zu tun ist, wenden Sie sich bitte an Murena unter support@helpdesk.com bevor Sie fortfahren. Willst du wirklich weitermachen?", + "Password cannot be changed. Please contact your administrator.": "Das Passwort kann nicht geändert werden. Bitte kontaktieren Sie Murena unter support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index bf49ca9650b10250110c27e94a2492c17f524a05..0ae1f72b3222f5fd47bd6b55a7ee77f96ce4f3e7 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -14,7 +14,21 @@ "Copyright": "Auteursrechten", "Don't have an account yet?": "Heb je nog geen account?", "Create an account": "Account aanmaken", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Eine Nachricht zum Zurücksetzen des Passworts wurde an die Wiederherstellungs-E-Mail-Adresse dieses Kontos gesendet.", + "Please contact your administrator.": "Bitte kontaktieren Sie Murena unter support@helpdesk.com", + "Please try again or contact your administrator.": "Bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Wenn Sie dies nicht beantragt haben, wenden Sie sich bitte an Murena unter support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Es gab zu viele Anfragen aus Ihrem Netzwerk. Versuchen Sie es später erneut oder kontaktieren Sie Murena unter support@helpdesk.com, wenn ein Fehler vorliegt.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Kontaktieren Sie Murena unter support@helpdesk.com wenn diese Meldung weiterhin besteht oder unerwartet erscheint.", + "This directory is unavailable, please check the logs or contact the administrator": "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Protokolle oder kontaktieren Sie Murena unter support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Es ist ein unerwarteter Fehler aufgetreten. Kontaktieren Sie Murena unter support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Wenn Sie nicht versuchen, ein neues Gerät oder eine neue Anwendung einzurichten, versucht jemand, Sie mit einem Trick dazu zu bringen, ihm Zugang zu Ihren Daten zu gewähren. In diesem Fall sollten Sie nicht fortfahren und stattdessen Murena unter folgender Adresse kontaktieren support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Kontaktieren Sie Murena unter support@helpdesk.com. Wenn Sie ein Administrator sind, bearbeiten Sie die Einstellung \"trusted_domains\" in config/config.php wie im Beispiel in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Der Wiederherstellungsschlüssel konnte nicht aktiviert werden, bitte versuchen Sie es erneut oder kontaktieren Sie Murena unter support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in den Einstellungen Ihrer Anwendungen oder kontaktieren Sie Murena unter support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Eine Nachricht zum Zurücksetzen des Passworts wurde an die E-Mail-Adresse dieses Kontos gesendet. Wenn Sie sie nicht erhalten, überprüfen Sie Ihren Spam-/Junk-Ordner oder kontaktieren Sie Murena unter support@helpdesk.com um Hilfe zu erhalten.", + "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Kontaktieren Sie Murena unter support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Ihre Dateien sind verschlüsselt. Nachdem Ihr Passwort zurückgesetzt wurde, gibt es keine Möglichkeit mehr, Ihre Daten zurückzubekommen. Wenn Sie nicht sicher sind, was zu tun ist, wenden Sie sich bitte an Murena unter support@helpdesk.com bevor Sie fortfahren. Willst du wirklich weitermachen?", + "Password cannot be changed. Please contact your administrator.": "Das Passwort kann nicht geändert werden. Bitte kontaktieren Sie Murena unter support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "pluralForm": "nplurals=2; plural=(n != 1);" diff --git a/core/l10n/en.js b/core/l10n/en.js index 9f3589cd4efe48066483399590c37d8b7769725f..5c0605111ff4da15d48676920e548f652cf4577c 100755 --- a/core/l10n/en.js +++ b/core/l10n/en.js @@ -15,7 +15,21 @@ OC.L10N.register( "Copyright": "Copyright", "Don't have an account yet?": "Don't have an account yet?", "Create an account": "Create an account", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "A password reset message has been sent to the recovery email address of this account.", + "Please contact your administrator.": "Please contact Murena at support@helpdesk.com.", + "Please try again or contact your administrator.": "Please try again or contact Murena at support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "If you did not request this, please contact Murena at support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "There were too many requests from your network. Retry later or please contact Murena at support@helpdesk.com if this is an error.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contact Murena at support@helpdesk.com if this message persists or appeared unexpectedly.", + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "An unexpected error occurred. Please contact Murena at support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact Murena at support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Please contact Murena at support@helpdesk.com. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Could not enable the recovery key, please try again or contact Murena at support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Module with ID: %s does not exist. Please enable it in your apps settings or contact Murena at support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or contact Murena at support@helpdesk.com for help.", + "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Please contact Murena at support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact Murena at support@helpdesk.com before you continue. Do you really want to continue?", + "Password cannot be changed. Please contact your administrator.": "Password cannot be changed. Please contact Murena at support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/core/l10n/en.json b/core/l10n/en.json index 5f779e9e25a178db41a33508e16ad941de4417bb..1b68a15c0727c37e5089d5c25a1b963d91874539 100755 --- a/core/l10n/en.json +++ b/core/l10n/en.json @@ -14,7 +14,21 @@ "Copyright": "Copyright", "Don't have an account yet?": "Don't have an account yet?", "Create an account": "Create an account", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "A password reset message has been sent to the recovery email address of this account.", + "Please contact your administrator.": "Please contact Murena at support@helpdesk.com", + "Please try again or contact your administrator.": "Please try again or contact Murena at support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "If you did not request this, please contact Murena at support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "There were too many requests from your network. Retry later or please contact Murena at support@helpdesk.com if this is an error.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contact Murena at support@helpdesk.com if this message persists or appeared unexpectedly.", + "This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena at support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "An unexpected error occurred. Please contact Murena at support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact Murena at support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Please contact Murena at support@helpdesk.com. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Could not enable the recovery key, please try again or contact Murena at support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Module with ID: %s does not exist. Please enable it in your apps settings or contact Murena at support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or contact Murena at support@helpdesk.com for help.", + "Couldn't send reset email. Please contact your administrator.": "Couldn't send reset email. Please contact Murena at support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact Murena at support@helpdesk.com before you continue. Do you really want to continue?", + "Password cannot be changed. Please contact your administrator.": "Password cannot be changed. Please contact Murena at support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "pluralForm": "nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es.js b/core/l10n/es.js index 9972e536ef1541113a5e5cc0f662cbf53deb42f6..2280398a05bb8a9cd635c7e0708b09ed02c9eb34 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -15,7 +15,21 @@ OC.L10N.register( "Copyright": "Derechos de autor", "Don't have an account yet?": "¿Aún no tienes una cuenta?", "Create an account": "Regístrate!", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado un mensaje de restablecimiento de contraseña a la dirección de correo electrónico de recuperación de esta cuenta.", + "Please contact your administrator.": "Póngase en contacto con Murena support@helpdesk.com", + "Please try again or contact your administrator.": "Por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Si no lo ha solicitado, póngase en contacto con Murena en support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Hubo demasiadas solicitudes de su red. Vuelva a intentarlo más tarde o póngase en contacto con Murena en support@helpdesk.com si se trata de un error.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Póngase en contacto con Murena en support@helpdesk.com si este mensaje persiste o aparece inesperadamente.", + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Se ha producido un error inesperado. Póngase en contacto con Murena en support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Si no estás intentando configurar un nuevo dispositivo o aplicación, alguien está intentando engañarte para que le des acceso a tus datos. En este caso, no proceda y póngase en contacto con Murena en support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Por favor, póngase en contacto con Murena en support@helpdesk.com. Si eres un administrador, edita la configuración de \"trusted_domains\" en config/config.php como el ejemplo en config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "No se ha podido habilitar la clave de recuperación, por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "El módulo con ID: %s no existe. Habilítalo en la configuración de tus aplicaciones o ponte en contacto con Murena en support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Se ha enviado un mensaje de restablecimiento de contraseña a la dirección de correo electrónico de esta cuenta. Si no lo recibes, comprueba tus carpetas de spam/correo basura o ponte en contacto con Murena en support@helpdesk.com para que te ayude.", + "Couldn't send reset email. Please contact your administrator.": "No se ha podido enviar el correo electrónico de restablecimiento. Póngase en contacto con Murena en support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Tus archivos están encriptados. No habrá manera de recuperar sus datos después de que se restablezca su contraseña. Si no está seguro de qué hacer, póngase en contacto con Murena en support@helpdesk.com antes de continuar. Realmente quieres continuar?", + "Password cannot be changed. Please contact your administrator.": "La contraseña no se puede cambiar. Póngase en contacto con Murena en support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es.json b/core/l10n/es.json index a05d551ea06806223df9f34721c7c539dfd6570f..b97e7ade00df29959ed789591c75ea5c54bdf853 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -14,7 +14,21 @@ "Copyright": "Derechos de autor", "Don't have an account yet?": "¿Aún no tienes una cuenta?", "Create an account": "Regístrate!", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado un mensaje de restablecimiento de contraseña a la dirección de correo electrónico de recuperación de esta cuenta.", + "Please contact your administrator.": "Póngase en contacto con Murena support@helpdesk.com", + "Please try again or contact your administrator.": "Por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Si no lo ha solicitado, póngase en contacto con Murena en support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Hubo demasiadas solicitudes de su red. Vuelva a intentarlo más tarde o póngase en contacto con Murena en support@helpdesk.com si se trata de un error.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Póngase en contacto con Murena en support@helpdesk.com si este mensaje persiste o aparece inesperadamente.", + "This directory is unavailable, please check the logs or contact the administrator": "Este directorio no está disponible, por favor compruebe los registros o contacte con Murena en support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Se ha producido un error inesperado. Póngase en contacto con Murena en support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Si no estás intentando configurar un nuevo dispositivo o aplicación, alguien está intentando engañarte para que le des acceso a tus datos. En este caso, no proceda y póngase en contacto con Murena en support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Por favor, póngase en contacto con Murena en support@helpdesk.com. Si eres un administrador, edita la configuración de \"trusted_domains\" en config/config.php como el ejemplo en config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "No se ha podido habilitar la clave de recuperación, por favor, inténtelo de nuevo o contacte con Murena en support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "El módulo con ID: %s no existe. Habilítalo en la configuración de tus aplicaciones o ponte en contacto con Murena en support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Se ha enviado un mensaje de restablecimiento de contraseña a la dirección de correo electrónico de esta cuenta. Si no lo recibes, comprueba tus carpetas de spam/correo basura o ponte en contacto con Murena en support@helpdesk.com para que te ayude.", + "Couldn't send reset email. Please contact your administrator.": "No se ha podido enviar el correo electrónico de restablecimiento. Póngase en contacto con Murena en support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Tus archivos están encriptados. No habrá manera de recuperar sus datos después de que se restablezca su contraseña. Si no está seguro de qué hacer, póngase en contacto con Murena en support@helpdesk.com antes de continuar. Realmente quieres continuar?", + "Password cannot be changed. Please contact your administrator.": "La contraseña no se puede cambiar. Póngase en contacto con Murena en support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "pluralForm": "nplurals=2; plural=(n != 1);" diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 3c2179628b5b1d342047d08f0b425e78ecf052e8..e8b55876826fb41399bc718d9e0770871e84743d 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -15,7 +15,21 @@ OC.L10N.register( "Copyright": "droits d'auteur", "Don't have an account yet?": "Vous n'avez pas encore de compte ?", "Create an account": "Créer un compte", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un message de réinitialisation du mot de passe a été envoyé à l'adresse e-mail de récupération associée à ce compte.", + "Please contact your administrator.": "Veuillez contacter Murena à support@helpdesk.com", + "Please try again or contact your administrator.": "Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Si vous ne l'avez pas demandé, veuillez contacter Murena à l'adresse suivante support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Il y avait trop de demandes de votre réseau. Réessayez plus tard ou contactez Murena à support@helpdesk.com s'il s'agit d'une erreur.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contactez Murena au support@helpdesk.com si ce message persiste ou apparaît de manière inattendue.", + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les logs ou contacter Murena à support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Une erreur inattendue s'est produite. Veuillez contacter Murena à support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Si vous n'essayez pas de configurer un nouvel appareil ou une nouvelle application, quelqu'un essaie de vous piéger en vous donnant accès à vos données. Dans ce cas, ne continuez pas et contactez plutôt Murena à l'adresse suivante support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Veuillez contacter Murena au support@helpdesk.com. Si vous êtes administrateur, modifiez le paramètre \"trusted_domains\" dans config/config.php comme l'exemple dans config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Impossible d'activer la clé de récupération, Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Le module avec ID : %s n'existe pas. Veuillez l'activer dans les paramètres de vos applications ou contactez Murena à l'adresse suivante support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Un message de réinitialisation du mot de passe a été envoyé à l'adresse électronique de ce compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable ou contactez Murena à l'adresse suivante support@helpdesk.com pour obtenir de l'aide.", + "Couldn't send reset email. Please contact your administrator.": "Impossible d'envoyer l'email de réinitialisation. Veuillez contacter Murena au support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Vos fichiers sont cryptés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous devez faire, veuillez contacter Murena au support@helpdesk.com avant de continuer. Voulez-vous vraiment continuer?", + "Password cannot be changed. Please contact your administrator.": "Le mot de passe ne peut pas être modifié. Veuillez contacter Murena à support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 0da18990219b7706854be70f0c94c58908259279..aad06e48068c135e0c4c4b551aa12d3e4708bce0 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -14,7 +14,21 @@ "Copyright": "droits d'auteur", "Don't have an account yet?": "Vous n'avez pas encore de compte ?", "Create an account": "Créer un compte", - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Un message de réinitialisation du mot de passe a été envoyé à l'adresse e-mail de récupération associée à ce compte.", + "Please contact your administrator.": "Veuillez contacter Murena à support@helpdesk.com", + "Please try again or contact your administrator.": "Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Si vous ne l'avez pas demandé, veuillez contacter Murena à l'adresse suivante support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Il y avait trop de demandes de votre réseau. Réessayez plus tard ou contactez Murena à support@helpdesk.com s'il s'agit d'une erreur.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contactez Murena au support@helpdesk.com si ce message persiste ou apparaît de manière inattendue.", + "This directory is unavailable, please check the logs or contact the administrator": "Ce répertoire est indisponible, veuillez vérifier les logs ou contacter Murena à support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Une erreur inattendue s'est produite. Veuillez contacter Murena à support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Si vous n'essayez pas de configurer un nouvel appareil ou une nouvelle application, quelqu'un essaie de vous piéger en vous donnant accès à vos données. Dans ce cas, ne continuez pas et contactez plutôt Murena à l'adresse suivante support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Veuillez contacter Murena au support@helpdesk.com. Si vous êtes administrateur, modifiez le paramètre \"trusted_domains\" dans config/config.php comme l'exemple dans config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Impossible d'activer la clé de récupération, Veuillez réessayer ou contacter Murena à support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Le module avec ID : %s n'existe pas. Veuillez l'activer dans les paramètres de vos applications ou contactez Murena à l'adresse suivante support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "Un message de réinitialisation du mot de passe a été envoyé à l'adresse électronique de ce compte. Si vous ne le recevez pas, vérifiez vos dossiers de courrier indésirable ou contactez Murena à l'adresse suivante support@helpdesk.com pour obtenir de l'aide.", + "Couldn't send reset email. Please contact your administrator.": "Impossible d'envoyer l'email de réinitialisation. Veuillez contacter Murena au support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "Vos fichiers sont cryptés. Il n'y aura aucun moyen de récupérer vos données après la réinitialisation de votre mot de passe. Si vous n'êtes pas sûr de ce que vous devez faire, veuillez contacter Murena au support@helpdesk.com avant de continuer. Voulez-vous vraiment continuer?", + "Password cannot be changed. Please contact your administrator.": "Le mot de passe ne peut pas être modifié. Veuillez contacter Murena à support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "pluralForm": "nplurals=2; plural=(n != 1);" diff --git a/core/l10n/it.js b/core/l10n/it.js old mode 100755 new mode 100644 index 58d33557634022a30f62f5e40c0b565a72cd36d9..b2a49b4f3c0a3943d4452f22a23df750d2a34c32 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -1,7 +1,35 @@ OC.L10N.register( "core", { - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "È stato inviato un messaggio di reimpostazione della password all'indirizzo e-mail di recupero di questo account.", + "Get your FREE Murena account now" : "Ottenete subito il vostro account Murena GRATUITO", + "1GB storage for FREE to store and sync your pictures & videos.": "1 GB di spazio di archiviazione GRATUITO per memorizzare e sincronizzare le vostre foto e i vostri video.", + "Edit your documents online.": "Modificate i vostri documenti online.", + "Your unique email address @murena.io": "Il vostro indirizzo e-mail unico @murena.io", + "Sync calendar and contacts with the cloud": "Sincronizzazione di calendario e contatti con il cloud", + "and many new features added regularly!": "e molte nuove funzioni aggiunte regolarmente!", + "Create My Account": "Crea il mio account", + "Sign in to your account": "Accedere al proprio account", + "Terms & Conditions": "Termini e condizioni", + "Privacy Policy": "Informativa sulla privacy", + "All Rights Reserved": "Tutti i diritti riservati", + "Copyright": "Copyright", + "Don't have an account yet?": "Non hai ancora un account?", + "Create an account": "Creare un account", + "Please contact your administrator.": "Si prega di contattare Murena all'indirizzo support@helpdesk.com", + "Please try again or contact your administrator.": "Riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Se non l'avete richiesto, contattate Murena all'indirizzo support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Ci sono state troppe richieste dalla vostra rete. Riprovare più tardi o contattare Murena al numero support@helpdesk.com in caso di errore.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contattare Murena all'indirizzo support@helpdesk.com se questo messaggio persiste o compare inaspettatamente.", + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Si è verificato un errore inatteso. Contattare Murena all'indirizzo support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Se non state cercando di configurare un nuovo dispositivo o un'app, qualcuno sta cercando di ingannarvi per farvi accedere ai vostri dati. In questo caso non procedete e contattate Murena all'indirizzo support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Contattare Murena all'indirizzo support@helpdesk.com. Se si è amministratori, modificare l'impostazione \"trusted_domains\" in config/config.php come l'esempio in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Impossibile abilitare la chiave di recupero, riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Il modulo con ID: %s non esiste. Abilitarlo nelle impostazioni delle applicazioni o contattare Murena all'indirizzo support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "All'indirizzo e-mail di questo account è stato inviato un messaggio di reimpostazione della password. Se non lo si riceve, controllare le cartelle spam/spazzatura o contattare Murena all'indirizzo support@helpdesk.com", + "Couldn't send reset email. Please contact your administrator.": "Non è stato possibile inviare l'e-mail di ripristino. Contattare Murena al numero support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "I vostri file sono criptati. Non ci sarà modo di recuperare i dati dopo la reimpostazione della password. Se non siete sicuri di cosa fare, contattate Murena all'indirizzo support@helpdesk.com prima di continuare. Volete davvero continuare?", + "Password cannot be changed. Please contact your administrator.": "La password non può essere modificata. Contattare Murena all'indirizzo support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "nplurals=2; plural=(n != 1);"); \ No newline at end of file diff --git a/core/l10n/it.json b/core/l10n/it.json old mode 100755 new mode 100644 index 72333f8a0a47b7e7af4b0598b0c222f527805ca4..79c4a2bd29881f615002430f0f55a4998cc2570c --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -1,6 +1,34 @@ { "translations": { - "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "È stato inviato un messaggio di reimpostazione della password all'indirizzo e-mail di recupero di questo account.", + "Get your FREE Murena account now" : "Ottenete subito il vostro account Murena GRATUITO", + "1GB storage for FREE to store and sync your pictures & videos.": "1 GB di spazio di archiviazione GRATUITO per memorizzare e sincronizzare le vostre foto e i vostri video.", + "Edit your documents online.": "Modificate i vostri documenti online.", + "Your unique email address @murena.io": "Il vostro indirizzo e-mail unico @murena.io", + "Sync calendar and contacts with the cloud": "Sincronizzazione di calendario e contatti con il cloud", + "and many new features added regularly!": "e molte nuove funzioni aggiunte regolarmente!", + "Create My Account": "Crea il mio account", + "Sign in to your account": "Accedere al proprio account", + "Terms & Conditions": "Termini e condizioni", + "Privacy Policy": "Informativa sulla privacy", + "All Rights Reserved": "Tutti i diritti riservati", + "Copyright": "Copyright", + "Don't have an account yet?": "Non hai ancora un account?", + "Create an account": "Creare un account", + "Please contact your administrator.": "Si prega di contattare Murena all'indirizzo support@helpdesk.com", + "Please try again or contact your administrator.": "Riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "If you did not request this, please contact an administrator.": "Se non l'avete richiesto, contattate Murena all'indirizzo support@helpdesk.com.", + "There were too many requests from your network. Retry later or contact your administrator if this is an error.": "Ci sono state troppe richieste dalla vostra rete. Riprovare più tardi o contattare Murena al numero support@helpdesk.com in caso di errore.", + "Contact your system administrator if this message persists or appeared unexpectedly.": "Contattare Murena all'indirizzo support@helpdesk.com se questo messaggio persiste o compare inaspettatamente.", + "This directory is unavailable, please check the logs or contact the administrator": "Questa directory non è disponibile, controllare i log o contattare Murena all'indirizzo support@helpdesk.com.", + "An unexpected error occurred. Please contact your admin.": "Si è verificato un errore inatteso. Contattare Murena all'indirizzo support@helpdesk.com.", + "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator.": "Se non state cercando di configurare un nuovo dispositivo o un'app, qualcuno sta cercando di ingannarvi per farvi accedere ai vostri dati. In questo caso non procedete e contattate Murena all'indirizzo support@helpdesk.com.", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php.": "Contattare Murena all'indirizzo support@helpdesk.com. Se si è amministratori, modificare l'impostazione \"trusted_domains\" in config/config.php come l'esempio in config.sample.php.", + "Could not enable the recovery key, please try again or contact your administrator": "Impossibile abilitare la chiave di recupero, riprovare o contattare Murena all'indirizzo support@helpdesk.com.", + "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.": "Il modulo con ID: %s non esiste. Abilitarlo nelle impostazioni delle applicazioni o contattare Murena all'indirizzo support@helpdesk.com.", + "A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.": "All'indirizzo e-mail di questo account è stato inviato un messaggio di reimpostazione della password. Se non lo si riceve, controllare le cartelle spam/spazzatura o contattare Murena all'indirizzo support@helpdesk.com", + "Couldn't send reset email. Please contact your administrator.": "Non è stato possibile inviare l'e-mail di ripristino. Contattare Murena al numero support@helpdesk.com.", + "Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?": "I vostri file sono criptati. Non ci sarà modo di recuperare i dati dopo la reimpostazione della password. Se non siete sicuri di cosa fare, contattate Murena all'indirizzo support@helpdesk.com prima di continuare. Volete davvero continuare?", + "Password cannot be changed. Please contact your administrator.": "La password non può essere modificata. Contattare Murena all'indirizzo support@helpdesk.com.", "If it is not there ask your local administrator.": "" }, "pluralForm": "nplurals=2; plural=(n != 1);"