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

Commit 07e49a21 authored by Ronak Patel's avatar Ronak Patel
Browse files

added translations + moved folder into core folder

parent 5cde31cb
Loading
Loading
Loading
Loading
+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);"
}
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ OC.L10N.register(
		"Create My Account": "Crear mi cuenta",
		"Sign in to your account": "Iniciar sesión en su cuenta",
		"Terms & Conditions": "Términos y condiciones",
		"Privacy Policy": "Política de privacidad"
		"Privacy Policy": "Política de privacidad",
		"All Rights Reserved": "Reservados todos los derechos",
		"Copyright": "Derechos de autor"
},
"nplurals=2; plural=(n != 1);");
Loading