diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-17 01:56:06 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-17 01:56:06 -0400 |
commit | a7d7ca2fb3cab08447161261c367065e2999a67e (patch) | |
tree | 6656c5f9e87177e0b4067263e4156c12d3faf058 /core/l10n | |
parent | 5a1a056c6d163be9bc8f1e62eb10231bc644c210 (diff) | |
download | nextcloud-server-a7d7ca2fb3cab08447161261c367065e2999a67e.tar.gz nextcloud-server-a7d7ca2fb3cab08447161261c367065e2999a67e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/af_ZA.php | 47 | ||||
-rw-r--r-- | core/l10n/tr.php | 2 |
2 files changed, 46 insertions, 3 deletions
diff --git a/core/l10n/af_ZA.php b/core/l10n/af_ZA.php index 94df8184206..a04cc40c7cc 100644 --- a/core/l10n/af_ZA.php +++ b/core/l10n/af_ZA.php @@ -1,12 +1,55 @@ <?php $TRANSLATIONS = array( +"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", "Settings" => "Instellings", -"_%n minute ago_::_%n minutes ago_" => array("",""), +"seconds ago" => "sekondes gelede", +"_%n minute ago_::_%n minutes ago_" => array("%n minute gelede","%n minute gelede"), "_%n hour ago_::_%n hours ago_" => array("",""), +"today" => "vandag", +"yesterday" => "gister", "_%n day ago_::_%n days ago_" => array("",""), +"last month" => "verlede maand", "_%n month ago_::_%n months ago_" => array("",""), +"months ago" => "maande gelede", +"last year" => "verlede jaar", +"years ago" => "jare gelede", +"Choose" => "Kies", +"Yes" => "Ja", +"No" => "Nee", "_{count} file conflict_::_{count} file conflicts_" => array("",""), +"Very weak password" => "Baie swak wagwoord", +"Weak password" => "Swak wagwoord", +"Good password" => "Goeie wagwoord", +"Strong password" => "Sterk wagwoord", +"Shared" => "Gedeel", +"Share" => "Deel", +"Error" => "Fout", +"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}", "Password" => "Wagwoord", +"Email link to person" => "E-pos aan persoon", +"Send" => "Stuur", +"can edit" => "kan wysig", +"Sending ..." => "Stuur ...", +"Email sent" => "E-pos gestuur", "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", @@ -28,7 +71,7 @@ $TRANSLATIONS = array( "Database name" => "Databasis naam", "Finish setup" => "Maak opstelling klaar", "Log out" => "Teken uit", -"Lost your password?" => "Jou wagwoord verloor?", +"Lost your password?" => "Wagwoord verloor?", "remember" => "onthou", "Log in" => "Teken aan" ); diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 8f9c60c157b..d3002f87bff 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -72,7 +72,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "İzinleri değiştirirken hata oluştu", "Shared with you and the group {group} by {owner}" => "{owner} tarafından sizinle ve {group} ile paylaştırılmış", "Shared with you by {owner}" => "{owner} tarafından sizinle paylaşıldı", -"Share with user or group …" => "Kullanıcı veya grup ile paylaş..", +"Share with user or group …" => "Kullanıcı veya grup ile paylaş...", "Share link" => "Paylaşma bağlantısı", "Password protect" => "Parola koruması", "Password" => "Parola", |