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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-02-26 12:10:01 +0300
committerNextcloud bot <bot@nextcloud.com>2019-02-26 12:10:01 +0300
commit559a6712059b4e6aa02d94e5a01da7b023963e6e (patch)
tree247b60d0be8c739961e373d24aa6b80e78a96e2b /lib
parentfc105d3bb006c94cc0d88864451252111ce33b16 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/af.js16
-rw-r--r--lib/l10n/af.json14
2 files changed, 30 insertions, 0 deletions
diff --git a/lib/l10n/af.js b/lib/l10n/af.js
new file mode 100644
index 00000000000..fa351f824bd
--- /dev/null
+++ b/lib/l10n/af.js
@@ -0,0 +1,16 @@
+OC.L10N.register(
+ "lib",
+ {
+ "__language_name__" : "Afrikaans",
+ "Help" : "Hulp",
+ "Apps" : "Toeps",
+ "Settings" : "Instellings",
+ "Log out" : "Meld af",
+ "Users" : "Gebruikers",
+ "Unknown user" : "Onbekende gebruiker",
+ "Create" : "Skep",
+ "Delete" : "Skrap",
+ "Share" : "Deel",
+ "Security" : "Sekuriteit"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/af.json b/lib/l10n/af.json
new file mode 100644
index 00000000000..469d41e913a
--- /dev/null
+++ b/lib/l10n/af.json
@@ -0,0 +1,14 @@
+{ "translations": {
+ "__language_name__" : "Afrikaans",
+ "Help" : "Hulp",
+ "Apps" : "Toeps",
+ "Settings" : "Instellings",
+ "Log out" : "Meld af",
+ "Users" : "Gebruikers",
+ "Unknown user" : "Onbekende gebruiker",
+ "Create" : "Skep",
+ "Delete" : "Skrap",
+ "Share" : "Deel",
+ "Security" : "Sekuriteit"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file