diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-05 01:55:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-05 01:55:53 -0500 |
commit | e4616199df5ca6b5ba490455a505d36dc954f0f6 (patch) | |
tree | a3579a6aa1e8b7df436707b1ce315d65a4d4c4fe /core | |
parent | aaa48576eec42388bc923a60aeb9c92ef2ff9ca4 (diff) | |
download | nextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.tar.gz nextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ca.php | 1 | ||||
-rw-r--r-- | core/l10n/sk.php | 28 | ||||
-rw-r--r-- | core/l10n/tr.php | 2 |
3 files changed, 29 insertions, 2 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index d24cb680653..d8076172cee 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Ordinador central de la base de dades", "Finish setup" => "Acaba la configuració", "Finishing …" => "Acabant...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aquesta aplicació necessita tenir JavaScript activat per funcionar correctament. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i carregueu aquesta interfície de nou.", "%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.", "Log out" => "Surt", "Automatic logon rejected!" => "L'ha rebutjat l'acceditació automàtica!", diff --git a/core/l10n/sk.php b/core/l10n/sk.php index 50c3ecaf664..d9ab70db1a8 100644 --- a/core/l10n/sk.php +++ b/core/l10n/sk.php @@ -1,9 +1,35 @@ <?php $TRANSLATIONS = array( +"Sunday" => "Nedeľa", +"Monday" => "Pondelok", +"Tuesday" => "Utorok", +"Wednesday" => "Streda", +"Thursday" => "Štvrtok", +"Friday" => "Piatok", +"Saturday" => "Sobota", +"January" => "Január", +"February" => "Február", +"March" => "Marec", +"April" => "Apríl", +"May" => "Máj", +"June" => "Jún", +"July" => "Júl", +"August" => "August", +"September" => "September", +"October" => "Október", +"November" => "November", +"December" => "December", +"Settings" => "Nastavenia", "_%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("","","") +"_{count} file conflict_::_{count} file conflicts_" => array("","",""), +"Cancel" => "Zrušiť", +"Share" => "Zdieľať", +"group" => "skupina", +"Delete" => "Odstrániť", +"Personal" => "Osobné", +"Advanced" => "Pokročilé" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 301959c7e5c..fc08d68bb14 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -66,7 +66,7 @@ $TRANSLATIONS = array( "Error while unsharing" => "Paylaşım iptal edilirken hata", "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} trafından sizinle paylaştırıldı", +"Shared with you by {owner}" => "{owner} tarafından sizinle paylaşıldı", "Share with user or group …" => "Kullanıcı veya grup ile paylaş..", "Share link" => "Paylaşma bağlantısı", "Password protect" => "Parola koruması", |