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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/af_ZA.js')
-rw-r--r--lib/l10n/af_ZA.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/af_ZA.js b/lib/l10n/af_ZA.js
new file mode 100644
index 00000000000..fd0ff979e2c
--- /dev/null
+++ b/lib/l10n/af_ZA.js
@@ -0,0 +1,18 @@
+OC.L10N.register(
+ "lib",
+ {
+ "Help" : "Hulp",
+ "Personal" : "Persoonlik",
+ "Settings" : "Instellings",
+ "Users" : "Gebruikers",
+ "Admin" : "Admin",
+ "Unknown filetype" : "Onbekende leertipe",
+ "Invalid image" : "Ongeldige prent",
+ "web services under your control" : "webdienste onder jou beheer",
+ "_%n minute ago_::_%n minutes ago_" : ["",""],
+ "_%n hour ago_::_%n hours ago_" : ["","%n ure gelede"],
+ "today" : "vandag",
+ "_%n day go_::_%n days ago_" : ["","%n dae gelede"],
+ "_%n month ago_::_%n months ago_" : ["","%n maande gelede"]
+},
+"nplurals=2; plural=(n != 1);");