summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-11-28 00:11:21 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-11-28 00:11:21 +0100
commit1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a (patch)
tree3ab74632feb70205791d47955305bc864a431e39 /core/l10n
parentd251f04b98c3be9ecb6435af15628f0ccf09cfe3 (diff)
downloadnextcloud-server-1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a.tar.gz
nextcloud-server-1d4d4fd678cd3d76c4b8a0182ec97f65b9d97b0a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/pl.php11
-rw-r--r--core/l10n/zh_TW.php22
2 files changed, 32 insertions, 1 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index de8c6e77b79..4b8b7fc844a 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -1,15 +1,23 @@
<?php $TRANSLATIONS = array(
+"Category type not provided." => "Typ kategorii nie podany.",
"No category to add?" => "Brak kategorii",
"This category already exists: " => "Ta kategoria już istnieje",
+"Object type not provided." => "Typ obiektu nie podany.",
+"%s ID not provided." => "%s ID nie podany.",
+"Error adding %s to favorites." => "Błąd dodania %s do ulubionych.",
"No categories selected for deletion." => "Nie ma kategorii zaznaczonych do usunięcia.",
+"Error removing %s from favorites." => "Błąd usunięcia %s z ulubionych.",
"Settings" => "Ustawienia",
"seconds ago" => "sekund temu",
"1 minute ago" => "1 minute temu",
"{minutes} minutes ago" => "{minutes} minut temu",
+"1 hour ago" => "1 godzine temu",
+"{hours} hours ago" => "{hours} godzin temu",
"today" => "dziś",
"yesterday" => "wczoraj",
"{days} days ago" => "{days} dni temu",
"last month" => "ostani miesiąc",
+"{months} months ago" => "{months} miesięcy temu",
"months ago" => "miesięcy temu",
"last year" => "ostatni rok",
"years ago" => "lat temu",
@@ -18,7 +26,10 @@
"No" => "Nie",
"Yes" => "Tak",
"Ok" => "Ok",
+"The object type is not specified." => "Typ obiektu nie jest określony.",
"Error" => "Błąd",
+"The app name is not specified." => "Nazwa aplikacji nie jest określona.",
+"The required file {file} is not installed!" => "Żądany plik {file} nie jest zainstalowany!",
"Error while sharing" => "Błąd podczas współdzielenia",
"Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia",
"Error while changing permissions" => "Błąd przy zmianie uprawnień",
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php
index 9fb2cf36637..a86dc1235b6 100644
--- a/core/l10n/zh_TW.php
+++ b/core/l10n/zh_TW.php
@@ -5,9 +5,14 @@
"Settings" => "設定",
"seconds ago" => "幾秒前",
"1 minute ago" => "1 分鐘前",
+"{minutes} minutes ago" => "{minutes} 分鐘前",
+"1 hour ago" => "1 個小時前",
+"{hours} hours ago" => "{hours} 個小時前",
"today" => "今天",
"yesterday" => "昨天",
+"{days} days ago" => "{days} 天前",
"last month" => "上個月",
+"{months} months ago" => "{months} 個月前",
"months ago" => "幾個月前",
"last year" => "去年",
"years ago" => "幾年前",
@@ -16,9 +21,21 @@
"Yes" => "Yes",
"Ok" => "Ok",
"Error" => "錯誤",
+"Error while sharing" => "分享時發生錯誤",
+"Password protect" => "密碼保護",
"Password" => "密碼",
+"Set expiration date" => "設置到期日",
+"Expiration date" => "到期日",
+"Share via email:" => "透過email分享:",
"Unshare" => "取消共享",
+"can edit" => "可編輯",
+"access control" => "存取控制",
"create" => "建立",
+"update" => "更新",
+"delete" => "刪除",
+"share" => "分享",
+"Password protected" => "密碼保護",
+"Error setting expiration date" => "錯誤的到期日設定",
"ownCloud password reset" => "ownCloud 密碼重設",
"Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ",
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱",
@@ -38,6 +55,7 @@
"Edit categories" => "編輯分類",
"Add" => "添加",
"Security Warning" => "安全性警告",
+"No secure random number generator is available, please enable the PHP OpenSSL extension." => "沒有可用的隨機數字產生器, 請啟用 PHP 中 OpenSSL 擴充功能.",
"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
"Advanced" => "進階",
"Data folder" => "資料夾",
@@ -75,5 +93,7 @@
"Log in" => "登入",
"You are logged out." => "你已登出",
"prev" => "上一頁",
-"next" => "下一頁"
+"next" => "下一頁",
+"Security Warning!" => "安全性警告!",
+"Verify" => "驗證"
);