Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 612d9101 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Dev/fix murena cloud

parent 2175f513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 helpdesk@murena.com."
        "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 Cloud unter helpdesk@murena.com."
},
"nplurals=2; plural=(n != 1);");
+2 −2
Original line number Diff line number Diff line
{
	"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 helpdesk@murena.com."
		"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 Cloud unter helpdesk@murena.com."
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+1 −1
Original line number Diff line number Diff line
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 helpdesk@murena.com."
		"This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena Cloud at helpdesk@murena.com."
	},
"nplurals=2; plural=(n != 1);");
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
{
	"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 helpdesk@murena.com."
		"This directory is unavailable, please check the logs or contact the administrator": "This directory is unavailable, please check the logs or contact Murena Cloud at helpdesk@murena.com."
    },
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+1 −1
Original line number Diff line number Diff line
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 helpdesk@murena.com."
		"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 Cloud en helpdesk@murena.com."
},
"nplurals=2; plural=(n != 1);");
Loading