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

Commit 1548afdb authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'dev/onlyoffice-ecloud-theme' into 'main'

SVG icon added + moved l10N folder + added translations for other words

See merge request !71
parents 2382bf77 10ef5898
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1108,7 +1108,7 @@ a.legal {
    align-items: flex-start;
    gap: 40px;
    height: 100%;
    background: #FFFFFF;
    background-color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
@@ -1134,6 +1134,7 @@ a.legal {
    border-radius: 8px;
    margin: 12px 0px;
    font-size: 16px;
	background-color: #ffffff;
}

#body-login .groupbottom,
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ OC.L10N.register(
		"Create My Account": "Erstelle meinen Account",
		"Sign in to your account": "Melden Sie sich bei Ihrem Konto an",
		"Terms & Conditions": "algemene voorwaarden",
		"Privacy Policy": "Privacybeleid"
		"Privacy Policy": "Privacybeleid",
		"All Rights Reserved": "Alle rechten voorbehouden",
		"Copyright": "Auteursrechten"
},
"nplurals=2; plural=(n != 1);");
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@
		"Create My Account": "Erstelle meinen Account",
		"Sign in to your account": "Melden Sie sich bei Ihrem Konto an",
		"Terms & Conditions": "algemene voorwaarden",
		"Privacy Policy": "Privacybeleid"
		"Privacy Policy": "Privacybeleid",
		"All Rights Reserved": "Alle rechten voorbehouden",
		"Copyright": "Auteursrechten"
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ OC.L10N.register(
		"Create My Account": "Create My Account",
		"Sign in to your account": "Sign in to your account",
		"Terms & Conditions": "Terms & Conditions",
		"Privacy Policy": "Privacy Policy"
		"Privacy Policy": "Privacy Policy",
		"All Rights Reserved": "All Rights Reserved",
		"Copyright": "Copyright"
},
"nplurals=2; plural=(n != 1);");
 No newline at end of file
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@
		"Create My Account": "Create My Account",
		"Sign in to your account": "Sign in to your account",
		"Terms & Conditions": "Terms & Conditions",
		"Privacy Policy": "Privacy Policy"
		"Privacy Policy": "Privacy Policy",
		"All Rights Reserved": "All Rights Reserved",
		"Copyright": "Copyright"
    },
	"pluralForm": "nplurals=2; plural=(n != 1);"
}
Loading