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

Commit f19f50c1 authored by Ronak Patel's avatar Ronak Patel
Browse files

removed anchor tag

parent 4457741e
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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
        "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);");
+1 −1
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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
		"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);"
}
+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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
		"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
+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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
		"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);"
}
+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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
		"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