diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-05 00:20:29 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-05 00:20:29 +0100 |
commit | 98f37f4bedd8627e12042422ac05cdf949e7d382 (patch) | |
tree | a178b33684363c86c58b9559cd8140e9150ad237 /core/l10n/af_ZA.php | |
parent | 6e5f211ad1e1967752a427048ff165c9d0ed78db (diff) | |
download | nextcloud-server-98f37f4bedd8627e12042422ac05cdf949e7d382.tar.gz nextcloud-server-98f37f4bedd8627e12042422ac05cdf949e7d382.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/af_ZA.php')
-rw-r--r-- | core/l10n/af_ZA.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php new file mode 100644 index 00000000000..f5f27d2af58 --- /dev/null +++ b/core/l10n/af_ZA.php @@ -0,0 +1,33 @@ +<?php $TRANSLATIONS = array( +"Settings" => "Instellings", +"Password" => "Wagwoord", +"Use the following link to reset your password: {link}" => "Gebruik die volgende skakel om jou wagwoord te herstel: {link}", +"You will receive a link to reset your password via Email." => "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.", +"Username" => "Gebruikersnaam", +"Request reset" => "Herstel-versoek", +"Your password was reset" => "Jou wagwoord is herstel", +"To login page" => "Na aanteken-bladsy", +"New password" => "Nuwe wagwoord", +"Reset password" => "Herstel wagwoord", +"Personal" => "Persoonlik", +"Users" => "Gebruikers", +"Apps" => "Toepassings", +"Admin" => "Admin", +"Help" => "Hulp", +"Cloud not found" => "Wolk nie gevind", +"Create an <strong>admin account</strong>" => "Skep `n <strong>admin-rekening</strong>", +"Advanced" => "Gevorderd", +"Configure the database" => "Stel databasis op", +"will be used" => "sal gebruik word", +"Database user" => "Databasis-gebruiker", +"Database password" => "Databasis-wagwoord", +"Database name" => "Databasis naam", +"Finish setup" => "Maak opstelling klaar", +"web services under your control" => "webdienste onder jou beheer", +"Log out" => "Teken uit", +"Lost your password?" => "Jou wagwoord verloor?", +"remember" => "onthou", +"Log in" => "Teken aan", +"prev" => "vorige", +"next" => "volgende" +); |