2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-04-25 09:56:28 +04:00
" Unknown filetype " => " Onbekende leertipe " ,
" No temporary profile picture available, try again " => " Geen tydelike profiel foto beskikbaar nie, probeer weer " ,
2014-04-17 09:56:06 +04:00
" Sunday " => " Sondag " ,
" Monday " => " Mandag " ,
" Tuesday " => " Dinsdag " ,
" Wednesday " => " Woensdag " ,
" Thursday " => " Donderdag " ,
" Friday " => " Vrydag " ,
" Saturday " => " Saterdag " ,
" January " => " Januarie " ,
" February " => " Februarie " ,
" March " => " Maart " ,
" April " => " April " ,
" May " => " Mei " ,
" June " => " Junie " ,
" July " => " Julie " ,
" August " => " Augustus " ,
" September " => " September " ,
" October " => " Oktober " ,
" November " => " November " ,
" December " => " Desember " ,
2013-02-05 03:20:29 +04:00
" Settings " => " Instellings " ,
2014-04-17 09:56:06 +04:00
" seconds ago " => " sekondes gelede " ,
" _%n minute ago_::_%n minutes ago_ " => array ( " %n minute gelede " , " %n minute gelede " ),
2013-08-15 17:41:45 +04:00
" _%n hour ago_::_%n hours ago_ " => array ( " " , " " ),
2014-04-17 09:56:06 +04:00
" today " => " vandag " ,
" yesterday " => " gister " ,
2013-08-15 17:41:45 +04:00
" _%n day ago_::_%n days ago_ " => array ( " " , " " ),
2014-04-17 09:56:06 +04:00
" last month " => " verlede maand " ,
2013-08-15 17:41:45 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " " ),
2014-04-17 09:56:06 +04:00
" last year " => " verlede jaar " ,
" years ago " => " jare gelede " ,
" Choose " => " Kies " ,
" Yes " => " Ja " ,
" No " => " Nee " ,
2013-09-20 18:50:14 +04:00
" _ { count} file conflict_::_ { count} file conflicts_ " => array ( " " , " " ),
2014-04-25 09:56:28 +04:00
" Cancel " => " Kanseleer " ,
" Continue " => " Gaan voort " ,
2014-04-17 09:56:06 +04:00
" Very weak password " => " Baie swak wagwoord " ,
" Weak password " => " Swak wagwoord " ,
" Good password " => " Goeie wagwoord " ,
" Strong password " => " Sterk wagwoord " ,
" Shared " => " Gedeel " ,
" Share " => " Deel " ,
" Error " => " Fout " ,
2014-04-25 09:56:28 +04:00
" Error while changing permissions " => " Fout met verandering van regte " ,
2014-04-17 09:56:06 +04:00
" Shared with you and the group { group} by { owner} " => " Met jou en die groep { group} gedeel deur { owner} " ,
" Shared with you by { owner} " => " Met jou gedeel deur { owner} " ,
2014-04-25 09:56:28 +04:00
" Password protect " => " Beskerm met Wagwoord " ,
2013-02-05 03:20:29 +04:00
" Password " => " Wagwoord " ,
2014-04-25 09:56:28 +04:00
" Allow Public Upload " => " Laat Publieke Oplaai toe " ,
2014-04-17 09:56:06 +04:00
" Email link to person " => " E-pos aan persoon " ,
" Send " => " Stuur " ,
2014-04-25 09:56:28 +04:00
" Set expiration date " => " Stel verval datum " ,
" Expiration date " => " Verval datum " ,
" group " => " groep " ,
" Shared in { item} with { user} " => " Gedeel in { item} met { user} " ,
2014-04-17 09:56:06 +04:00
" can edit " => " kan wysig " ,
2014-04-25 09:56:28 +04:00
" access control " => " toegang beheer " ,
" create " => " skep " ,
" update " => " opdateer " ,
" delete " => " uitvee " ,
" share " => " deel " ,
" Password protected " => " Beskerm met Wagwoord " ,
" Error setting expiration date " => " Fout met opstel van verval datum " ,
2014-04-17 09:56:06 +04:00
" Sending ... " => " Stuur ... " ,
" Email sent " => " E-pos gestuur " ,
2014-04-25 09:56:28 +04:00
" Add " => " Voeg by " ,
" The update was unsuccessful. Please report this issue to the <a href= \" https://github.com/owncloud/core/issues \" target= \" _blank \" >ownCloud community</a>. " => " Die opdateering was nie suksesvol nie. Raporteer die probleem by <a href= \" https://github.com/owncloud/core/issues \" target= \" _blank \" >ownCloud community</a>. " ,
" %s password reset " => " %s wagwoord herstel " ,
2013-02-05 03:20:29 +04:00
" Use the following link to reset your password: { link} " => " Gebruik die volgende skakel om jou wagwoord te herstel: { link} " ,
2014-04-25 09:56:28 +04:00
" Request failed!<br>Did you make sure your email/username was right? " => " Versoek het gefaal!<br>Het jy seker gemaak jou e-pos/gebruiker naam is korrek? " ,
2013-02-05 03:20:29 +04:00
" 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 " ,
2014-04-25 09:56:28 +04:00
" Yes, I really want to reset my password now " => " Ja, Ek wil regtig my wagwoord herstel " ,
2013-02-05 03:20:29 +04:00
" 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 " ,
2014-04-25 09:56:28 +04:00
" Access forbidden " => " Toegang verbode " ,
2013-02-05 03:20:29 +04:00
" Cloud not found " => " Wolk nie gevind " ,
2014-04-25 09:56:28 +04:00
" Security Warning " => " Sekuriteits waarskuwing " ,
" Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243) " => " Jou PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243) " ,
" Please update your PHP installation to use %s securely. " => " Opdateer asseblief jou PHP instelasie om %s veilig te gebruik " ,
" Your data directory and files are probably accessible from the internet because the .htaccess file does not work. " => " Jou data gids en leers is moontlik toeganklik vanaf die internet omdat die .htaccess leer nie werk nie. " ,
" For information how to properly configure your server, please see the <a href= \" %s \" target= \" _blank \" >documentation</a>. " => " Vir inligting oor hoe om jou bediener behoorlik op te stel, sien asseblief die<a href= \" %s \" target= \" _blank \" >dokumentasie</a>. " ,
2013-02-05 03:20:29 +04:00
" Create an <strong>admin account</strong> " => " Skep `n <strong>admin-rekening</strong> " ,
2014-04-25 09:56:28 +04:00
" Data folder " => " Data vouer " ,
2013-02-05 03:20:29 +04:00
" Configure the database " => " Stel databasis op " ,
" will be used " => " sal gebruik word " ,
" Database user " => " Databasis-gebruiker " ,
" Database password " => " Databasis-wagwoord " ,
" Database name " => " Databasis naam " ,
2014-04-25 09:56:28 +04:00
" Database tablespace " => " Databasis tabelspasie " ,
" Database host " => " Databasis gasheer " ,
2013-02-05 03:20:29 +04:00
" Finish setup " => " Maak opstelling klaar " ,
2014-04-25 09:56:28 +04:00
" %s is available. Get more information on how to update. " => " %s is beskikbaar. Kry meer inligting oor opdatering. " ,
2013-02-05 03:20:29 +04:00
" Log out " => " Teken uit " ,
2014-04-25 09:56:28 +04:00
" Automatic logon rejected! " => " Automatiese aantekening afgekeur! " ,
" Please change your password to secure your account again. " => " Verander asseblief jou wagwoord om jou rekening te beveilig " ,
2014-04-17 09:56:06 +04:00
" Lost your password? " => " Wagwoord verloor? " ,
2013-02-05 03:20:29 +04:00
" 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); " ;