35 lines
1.3 KiB
PHP
35 lines
1.3 KiB
PHP
<?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",
|
|
"Log out" => "Teken uit",
|
|
"Lost your password?" => "Jou wagwoord verloor?",
|
|
"remember" => "onthou",
|
|
"Log in" => "Teken aan",
|
|
"prev" => "vorige",
|
|
"next" => "volgende"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|