Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-20 06:30:06 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-20 06:30:06 +0300
commita0b2c2992aa714579ab8e8b710ba50a1fa7b9149 (patch)
treef298a805f49b3a180cb3c4ec68caf7b0e943174d /l10n
parent6f77ff9a310e173a77e2236d36abfc4fd2536030 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/oc.js10
-rw-r--r--l10n/oc.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 0000000..a89f388
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "registration",
+ {
+ "Saved" : "Enregistrat",
+ "User settings" : "Paramètres utilizaire",
+ "Email" : "Adreça corrièl",
+ "Password" : "Senhal",
+ "Create account" : "Crear un compte"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 0000000..97fe9ed
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Saved" : "Enregistrat",
+ "User settings" : "Paramètres utilizaire",
+ "Email" : "Adreça corrièl",
+ "Password" : "Senhal",
+ "Create account" : "Crear un compte"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file