From 74f28c39f6a6c3f126e34321a2ede8fb3e9899dc Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 11 Jan 2022 02:59:39 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/oc.js | 6 ++++++ l10n/oc.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/oc.js create mode 100644 l10n/oc.json diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..b890281 --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "nextcloud_announcements", + { + "Read more" : "Ne legir mai" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..1527c52 --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,4 @@ +{ "translations": { + "Read more" : "Ne legir mai" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file -- cgit v1.2.3