2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-02-05 03:20:29 +04:00
|
|
|
"Settings" => "Instellings",
|
2013-08-15 17:41:45 +04:00
|
|
|
"_%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("",""),
|
2013-09-20 18:50:14 +04:00
|
|
|
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
|
2013-02-05 03:20:29 +04:00
|
|
|
"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",
|
|
|
|
"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>",
|
|
|
|
"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",
|
2013-08-19 23:14:38 +04:00
|
|
|
"Log in" => "Teken aan"
|
2013-02-05 03:20:29 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|