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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-03-06 05:44:14 +0300
committerNextcloud bot <bot@nextcloud.com>2020-03-06 05:44:14 +0300
commit9aaf8b85ac7b4dd39e42b47ad2592d17d6ba4807 (patch)
tree931fdd53f09886cef3228e5ab007a212d0d4ea2d
parent5f1a2f11288e151d6dfbdfc2bf75a68b9ade2756 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/oc.js7
-rw-r--r--l10n/oc.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
new file mode 100644
index 0000000..7476c23
--- /dev/null
+++ b/l10n/oc.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "logreader",
+ {
+ "Copy" : "Copiar",
+ "Time" : "Ora"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
new file mode 100644
index 0000000..ddb5c73
--- /dev/null
+++ b/l10n/oc.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Copy" : "Copiar",
+ "Time" : "Ora"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file