diff --git a/l10n/ca.js b/l10n/ca.js
new file mode 100644
index 0000000..e372bb3
--- /dev/null
+++ b/l10n/ca.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "registration",
+ {
+ "Email address you entered is not valid" : "L'adreça de correu electrònic no és vàlida",
+ "There is already a pending registration with this email" : "Ja existeix un registre pendent amb aquesta adreça de correu electrònic",
+ "Verify your ownCloud registration request" : "Verifiqui la seva sol·licitud de registre a ownCloud",
+ "Verification email successfully sent." : "Missatge de verificació enviat amb èxit.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificació invàlid. No s'ha trobat cap sol·licitud de registre amb aquest URL de verificació.",
+ "Unable to create user, there are problems with user backend." : "No és possible crear l'usuari, hi ha problemes amb el backend d'usuari.",
+ "Your account has been successfully created, you can log in now." : "El seu compte ha estat creada, pot connectar-se ara.",
+ "To create a new account on ownCloud, just click the following link:\n{link}" : "Per crear un compte en ownCloud, faci clic al següent enllaç:\n{link}",
+ "Welcome, you can create your account below." : "Benvingut, pot crear un compte més a baix.",
+ "Username" : "Nom d'usuari",
+ "Password" : "Contrasenya",
+ "Create account" : "Crea un compte",
+ "Thank you for registering, you should receive verification link in a few minutes." : "Gràcies per registrar-se, rebrà un enllaç de verificació en uns minuts.",
+ "Email" : "Correu electrònic",
+ "Request verification link" : "Sol·licitar enllaç de verificació",
+ "Please re-enter a valid email address" : "Torni a posar una adreça de correu electrònic vàlida",
+ "You will receive an email with verification link" : "Rebrà un email amb un enllaç de verificació"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
new file mode 100644
index 0000000..464ccb7
--- /dev/null
+++ b/l10n/ca.json
@@ -0,0 +1,20 @@
+{ "translations": {
+ "Email address you entered is not valid" : "L'adreça de correu electrònic no és vàlida",
+ "There is already a pending registration with this email" : "Ja existeix un registre pendent amb aquesta adreça de correu electrònic",
+ "Verify your ownCloud registration request" : "Verifiqui la seva sol·licitud de registre a ownCloud",
+ "Verification email successfully sent." : "Missatge de verificació enviat amb èxit.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificació invàlid. No s'ha trobat cap sol·licitud de registre amb aquest URL de verificació.",
+ "Unable to create user, there are problems with user backend." : "No és possible crear l'usuari, hi ha problemes amb el backend d'usuari.",
+ "Your account has been successfully created, you can log in now." : "El seu compte ha estat creada, pot connectar-se ara.",
+ "To create a new account on ownCloud, just click the following link:\n{link}" : "Per crear un compte en ownCloud, faci clic al següent enllaç:\n{link}",
+ "Welcome, you can create your account below." : "Benvingut, pot crear un compte més a baix.",
+ "Username" : "Nom d'usuari",
+ "Password" : "Contrasenya",
+ "Create account" : "Crea un compte",
+ "Thank you for registering, you should receive verification link in a few minutes." : "Gràcies per registrar-se, rebrà un enllaç de verificació en uns minuts.",
+ "Email" : "Correu electrònic",
+ "Request verification link" : "Sol·licitar enllaç de verificació",
+ "Please re-enter a valid email address" : "Torni a posar una adreça de correu electrònic vàlida",
+ "You will receive an email with verification link" : "Rebrà un email amb un enllaç de verificació"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}
\ No newline at end of file
diff --git a/l10n/ca.php b/l10n/ca.php
new file mode 100644
index 0000000..761ac31
--- /dev/null
+++ b/l10n/ca.php
@@ -0,0 +1,21 @@
+ "L'adreça de correu electrònic no és vàlida",
+"There is already a pending registration with this email" => "Ja existeix un registre pendent amb aquesta adreça de correu electrònic",
+"Verify your ownCloud registration request" => "Verifiqui la seva sol·licitud de registre a ownCloud",
+"Verification email successfully sent." => "Missatge de verificació enviat amb èxit.",
+"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificació invàlid. No s'ha trobat cap sol·licitud de registre amb aquest URL de verificació.",
+"Unable to create user, there are problems with user backend." => "No és possible crear l'usuari, hi ha problemes amb el backend d'usuari.",
+"Your account has been successfully created, you can log in now." => "El seu compte ha estat creada, pot connectar-se ara.",
+"To create a new account on ownCloud, just click the following link:\n{link}" => "Per crear un compte en ownCloud, faci clic al següent enllaç:\n{link}",
+"Welcome, you can create your account below." => "Benvingut, pot crear un compte més a baix.",
+"Username" => "Nom d'usuari",
+"Password" => "Contrasenya",
+"Create account" => "Crea un compte",
+"Thank you for registering, you should receive verification link in a few minutes." => "Gràcies per registrar-se, rebrà un enllaç de verificació en uns minuts.",
+"Email" => "Correu electrònic",
+"Request verification link" => "Sol·licitar enllaç de verificació",
+"Please re-enter a valid email address" => "Torni a posar una adreça de correu electrònic vàlida",
+"You will receive an email with verification link" => "Rebrà un email amb un enllaç de verificació"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";