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

Commit bfdbb26b authored by Ronak Patel's avatar Ronak Patel Committed by Akhil
Browse files

Text Color and Translations for 2FA notes

parent 6159aeee
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "settings",
    {
		"2FA-Note": "<b>Notiz:</b> Sie müssen ein neues <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager\">anwendungs ​​kennwort</a> erstellen um Ihr Konto in /e/OS einzurichten. Zusätzlich müssen Sie Ihr <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application\">Hauptkonto-Passwort für /e/OS Mail angeben</a>."
},
"nplurals=2; plural=(n != 1);");
+6 −0
Original line number Diff line number Diff line
{
	"translations": {		
		"2FA-Note": "<b>Notiz:</b> Sie müssen ein neues <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager\">anwendungs ​​kennwort</a> erstellen um Ihr Konto in /e/OS einzurichten. Zusätzlich müssen Sie Ihr <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application\">Hauptkonto-Passwort für /e/OS Mail angeben</a>."
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "settings",
    {
		"2FA-Note": "<b>Note:</b> You'll need to create a new <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager\">application password</a> to set your account within /e/OS. Additionally, you need to <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application\">provide your main account password to /e/OS Mail</a>."
},
"nplurals=2; plural=(n != 1);");
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
{
	"translations": {
		"2FA-Note": "<b>Note:</b> You'll need to create a new <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager\">application password</a> to set your account within /e/OS. Additionally, you need to <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application\">provide your main account password to /e/OS Mail</a>."
    },
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+6 −0
Original line number Diff line number Diff line
OC.L10N.register(
    "settings",
    {
		"2FA-Note": "<b>Nota:</b> Deberá crear una nueva <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager\">contraseña de aplicación</a> para configurar su cuenta dentro de /e/OS. Además, debe proporcionar <a class=\"text-color-active\" href=\"https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application\">la contraseña de su cuenta principal a /e/OS Mail</a>."
},
"nplurals=2; plural=(n != 1);");
Loading