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

Commit 3cd883fb authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'dev/core-translation-changes' into 'main'

Translation changes: "Contact the administrator" references in Murena Cloud

See merge request !113
parents 16bd562b f19f50c1
Loading
Loading
Loading
Loading

apps/files/l10n/de.js

0 → 100644
+6 −0
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 support@helpdesk.com."
},
"nplurals=2; plural=(n != 1);");
+6 −0
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 support@helpdesk.com."
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}

apps/files/l10n/en.js

0 → 100755
+6 −0
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 support@helpdesk.com."
	},
"nplurals=2; plural=(n != 1);");
 No newline at end of file
+6 −0
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 support@helpdesk.com."
    },
	"pluralForm": "nplurals=2; plural=(n != 1);"
}

apps/files/l10n/es.js

0 → 100644
+6 −0
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 support@helpdesk.com."
},
"nplurals=2; plural=(n != 1);");
Loading