Blame view
sources/core/l10n/af_ZA.php
1.48 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Settings" => "Instellings", |
|
31b7f2792
|
4 5 6 7 8 |
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"_%n day ago_::_%n days ago_" => array("",""),
"_%n month ago_::_%n months ago_" => array("",""),
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
|
|
03e52840d
|
9 10 11 12 |
"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",
|
|
03e52840d
|
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
"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", |
|
03e52840d
|
31 32 33 |
"Log out" => "Teken uit", "Lost your password?" => "Jou wagwoord verloor?", "remember" => "onthou", |
|
31b7f2792
|
34 |
"Log in" => "Teken aan" |
|
03e52840d
|
35 |
); |
|
31b7f2792
|
36 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |