diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-26 09:10:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-26 09:10:01 +0000 |
commit | 559a6712059b4e6aa02d94e5a01da7b023963e6e (patch) | |
tree | 247b60d0be8c739961e373d24aa6b80e78a96e2b /lib/l10n | |
parent | fc105d3bb006c94cc0d88864451252111ce33b16 (diff) | |
download | nextcloud-server-559a6712059b4e6aa02d94e5a01da7b023963e6e.tar.gz nextcloud-server-559a6712059b4e6aa02d94e5a01da7b023963e6e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/af.js | 16 | ||||
-rw-r--r-- | lib/l10n/af.json | 14 |
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 |