diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-27 00:11:05 +0100 |
commit | 0c666cb7640c062ecfb89c4f341dfc99f4c98875 (patch) | |
tree | 7eafa764e72f8c9b0d937cb988dbd18bae74d6af /lib/l10n | |
parent | 4158a417e7bc77bebe3bd01b7c8b7b467a1da5f0 (diff) | |
download | nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.tar.gz nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/hr.php | 1 | ||||
-rw-r--r-- | lib/l10n/ia.php | 1 | ||||
-rw-r--r-- | lib/l10n/ku_IQ.php | 3 | ||||
-rw-r--r-- | lib/l10n/lb.php | 1 | ||||
-rw-r--r-- | lib/l10n/ms_MY.php | 1 | ||||
-rw-r--r-- | lib/l10n/nn_NO.php | 1 | ||||
-rw-r--r-- | lib/l10n/sr@latin.php | 1 | ||||
-rw-r--r-- | lib/l10n/te.php | 13 | ||||
-rw-r--r-- | lib/l10n/tr.php | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.php | 6 |
10 files changed, 28 insertions, 1 deletions
diff --git a/lib/l10n/hr.php b/lib/l10n/hr.php index 62305c15711..8b0dd6de0a1 100644 --- a/lib/l10n/hr.php +++ b/lib/l10n/hr.php @@ -3,6 +3,7 @@ "Personal" => "Osobno", "Settings" => "Postavke", "Users" => "Korisnici", +"Admin" => "Administrator", "Authentication error" => "Greška kod autorizacije", "Files" => "Datoteke", "Text" => "Tekst", diff --git a/lib/l10n/ia.php b/lib/l10n/ia.php index 05b2c88e1ed..e790c41d072 100644 --- a/lib/l10n/ia.php +++ b/lib/l10n/ia.php @@ -3,6 +3,7 @@ "Personal" => "Personal", "Settings" => "Configurationes", "Users" => "Usatores", +"Admin" => "Administration", "Files" => "Files", "Text" => "Texto" ); diff --git a/lib/l10n/ku_IQ.php b/lib/l10n/ku_IQ.php index f89871f23c9..f3165b8586b 100644 --- a/lib/l10n/ku_IQ.php +++ b/lib/l10n/ku_IQ.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( "Help" => "یارمەتی", "Settings" => "دهستكاری", -"Users" => "بهكارهێنهر" +"Users" => "بهكارهێنهر", +"Admin" => "بهڕێوهبهری سهرهكی" ); diff --git a/lib/l10n/lb.php b/lib/l10n/lb.php index 06e8b2ca094..16f1f674e95 100644 --- a/lib/l10n/lb.php +++ b/lib/l10n/lb.php @@ -2,6 +2,7 @@ "Help" => "Hëllef", "Personal" => "Perséinlech", "Settings" => "Astellungen", +"Admin" => "Admin", "Authentication error" => "Authentifikatioun's Fehler", "Files" => "Dateien", "Text" => "SMS", diff --git a/lib/l10n/ms_MY.php b/lib/l10n/ms_MY.php index 5afee1cb5a8..732ea96c6b7 100644 --- a/lib/l10n/ms_MY.php +++ b/lib/l10n/ms_MY.php @@ -3,6 +3,7 @@ "Personal" => "Peribadi", "Settings" => "Tetapan", "Users" => "Pengguna", +"Admin" => "Admin", "Authentication error" => "Ralat pengesahan", "Files" => "Fail-fail", "Text" => "Teks" diff --git a/lib/l10n/nn_NO.php b/lib/l10n/nn_NO.php index faf7440320a..4de21cd9c23 100644 --- a/lib/l10n/nn_NO.php +++ b/lib/l10n/nn_NO.php @@ -3,6 +3,7 @@ "Personal" => "Personleg", "Settings" => "Innstillingar", "Users" => "Brukarar", +"Admin" => "Administrer", "Authentication error" => "Feil i autentisering", "Files" => "Filer", "Text" => "Tekst" diff --git a/lib/l10n/sr@latin.php b/lib/l10n/sr@latin.php index 3fc1f61eafa..2f0a97fd77f 100644 --- a/lib/l10n/sr@latin.php +++ b/lib/l10n/sr@latin.php @@ -3,6 +3,7 @@ "Personal" => "Lično", "Settings" => "Podešavanja", "Users" => "Korisnici", +"Admin" => "Adninistracija", "Authentication error" => "Greška pri autentifikaciji", "Files" => "Fajlovi", "Text" => "Tekst" diff --git a/lib/l10n/te.php b/lib/l10n/te.php new file mode 100644 index 00000000000..87c73d790e2 --- /dev/null +++ b/lib/l10n/te.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"Help" => "సహాయం", +"Settings" => "అమరికలు", +"Users" => "వాడుకరులు", +"seconds ago" => "క్షణాల క్రితం", +"1 minute ago" => "1 నిమిషం క్రితం", +"1 hour ago" => "1 గంట క్రితం", +"today" => "ఈరోజు", +"yesterday" => "నిన్న", +"last month" => "పోయిన నెల", +"last year" => "పోయిన సంవత్సరం", +"years ago" => "సంవత్సరాల క్రితం" +); diff --git a/lib/l10n/tr.php b/lib/l10n/tr.php index ab237cfe2e7..84278f6d4c4 100644 --- a/lib/l10n/tr.php +++ b/lib/l10n/tr.php @@ -17,6 +17,7 @@ "Text" => "Metin", "Images" => "Resimler", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.", +"Please double check the <a href='%s'>installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> iki kez kontrol edin.", "seconds ago" => "saniye önce", "1 minute ago" => "1 dakika önce", "%d minutes ago" => "%d dakika önce", diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index 91b0329e246..62a55ebbb47 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -16,6 +16,12 @@ "Files" => "檔案", "Text" => "文字", "Images" => "圖片", +"Set an admin username." => "設置一個管理員用戶名。", +"Set an admin password." => "設置一個管理員密碼。", +"PostgreSQL username and/or password not valid" => "PostgreSQL用戶名和/或密碼無效", +"You need to enter either an existing account or the administrator." => "您必須輸入一個現有的賬戶或管理員", +"Oracle username and/or password not valid" => "Oracle用戶名和/或密碼無效", +"MySQL username and/or password not valid" => "MySQL用戶名和/或密碼無效", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的網頁伺服器尚未被正確設定來進行檔案同步,因為您的 WebDAV 界面似乎無法使用。", "Please double check the <a href='%s'>installation guides</a>." => "請參考<a href='%s'>安裝指南</a>。", "seconds ago" => "幾秒前", |