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

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

user_ldap translations added

parent d15d5f0d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "user_ldap",
    {
        "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>."
},
"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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "user_ldap",
    {
		"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>."
	},
"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 <a href=\"mailto:support@helpdesk.com\">support@helpdesk.com</a>."
    },
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "user_ldap",
    {
		"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>."
},
"nplurals=2; plural=(n != 1);");
Loading