diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
commit | 9a4d2871eb902538bdc832177a82a7a50309ba55 (patch) | |
tree | eee6631b36c6cbb353ff415bfc4ef3e6d76e3f60 /settings/l10n | |
parent | 010732019a941148e51de4095b78219766bb5df0 (diff) | |
download | nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.tar.gz nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/nl.php | 2 | ||||
-rw-r--r-- | settings/l10n/pl.php | 1 | ||||
-rw-r--r-- | settings/l10n/ta_IN.php | 5 | ||||
-rw-r--r-- | settings/l10n/zh_HK.php | 12 |
4 files changed, 19 insertions, 1 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index d7fefb8cfd7..40f2e4c5410 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -95,7 +95,7 @@ $TRANSLATIONS = array( "SSL" => "SSL", "TLS" => "TLS", "Security Warning" => "Beveiligingswaarschuwing", -"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat allen HTTPS kan worden gebruikt.", +"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "U bent met %s verbonden over HTTP. We adviseren met klem uw server zo te configureren dat alleen HTTPS kan worden gebruikt.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data folder en uw bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om uw webserver zodanig te configureren, dat de datamap niet bereikbaar is vanaf het internet of om uw datamap te verplaatsen naar een locatie buiten de document root van de webserver.", "Setup Warning" => "Instellingswaarschuwing", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 63bf4265283..ad6a2ee3ffc 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -120,6 +120,7 @@ $TRANSLATIONS = array( "Cron was not executed yet!" => "Cron nie został jeszcze uruchomiony!", "Execute one task with each page loaded" => "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", +"Use system's cron service to call the cron.php file every 15 minutes." => "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", "Sharing" => "Udostępnianie", "Allow apps to use the Share API" => "Zezwalaj aplikacjom na korzystanie z API udostępniania", "Allow users to share via link" => "Pozwól użytkownikom współdzielić przez link", diff --git a/settings/l10n/ta_IN.php b/settings/l10n/ta_IN.php new file mode 100644 index 00000000000..87afecee84d --- /dev/null +++ b/settings/l10n/ta_IN.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"More" => "மேலும்" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/settings/l10n/zh_HK.php b/settings/l10n/zh_HK.php index ee98d2a6b14..e4fd9170994 100644 --- a/settings/l10n/zh_HK.php +++ b/settings/l10n/zh_HK.php @@ -1,15 +1,27 @@ <?php $TRANSLATIONS = array( +"Saved" => "已儲存", "Email sent" => "郵件已傳", "Encryption" => "加密", +"Wrong password" => "密碼錯誤", +"Sending..." => "發送中...", +"Disable" => "停用", +"Enable" => "啟用", +"Updating...." => "更新中....", "Error" => "錯誤", "Update" => "更新", +"Updated" => "已更新", "Groups" => "群組", "Delete" => "刪除", "None" => "空", +"Login" => "登入", +"SSL" => "SSL", +"TLS" => "TLS", "Port" => "連接埠", +"More" => "更多", "Password" => "密碼", "New password" => "新密碼", +"Change password" => "更改密碼", "Email" => "電郵", "Cancel" => "取消", "Create" => "新增", |