From 9a61fbeebd063a6c7a2d0dcf1d709170a722e0f6 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 6 Nov 2012 00:03:22 +0100 Subject: [PATCH 1/3] [tx-robot] updated from transifex --- l10n/vi.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/l10n/vi.php b/l10n/vi.php index 0a4d97f5..b6c9ae18 100644 --- a/l10n/vi.php +++ b/l10n/vi.php @@ -43,15 +43,23 @@ "Couldn't load temporary image: " => "Không thể tải hình ảnh tạm thời:", "No file was uploaded. Unknown error" => "Không có tập tin nào được tải lên. Lỗi không xác định", "Contacts" => "Liên lạc", +"Sorry, this functionality has not been implemented yet" => "Rất tiếc, Chức năng này không thực hiện được", +"Not implemented" => "không thực hiện được", +"Couldn't get a valid address." => "Không thể có được một địa chỉ hợp lệ.", +"Error" => "Lỗi", "Enter name" => "Nhập tên", "Format custom, Short name, Full name, Reverse or Reverse with comma" => "Định dạng tùy chỉnh, Tên viết tắt, Tên đầy đủ, hoặc đảo ngược với dấu phẩy", +"Select type" => "Chọn loại", "You do not have permission to add contacts to " => "Bạn không có quyền để thêm địa chỉ liên lạc", "Please select one of your own address books." => "Vui lòng chọn một trong những danh bạ địa chỉ của riêng bạn.", "Permission error" => "Lỗi quyền truy cập", "Edit name" => "Sửa tên", +"No files selected for upload." => "Không có tập tin nào được chọn để tải lên.", +"The file you are trying to upload exceed the maximum size for file uploads on this server." => "Các tập tin bạn đang cố gắng tải lên vượt quá kích thước tối đa cho tập tin tải lên trên máy chủ.", "Error loading profile picture." => "Lỗi khi tải lên hồ sơ hình ảnh.", "Do you want to merge these address books?" => "Bạn có muốn kết hợp những cuốn sách địa chỉ?", "Result: " => "Kết quả:", +" failed." => "thất bại.", "Download" => "Tải về", "Edit" => "Sửa", "Delete" => "Xóa", @@ -85,7 +93,12 @@ "Pager" => "số trang", "Internet" => "Mạng internet", "Birthday" => "Ngày sinh nhật", +"Business" => "Kinh doanh", "Call" => "Gọi", +"Holidays" => "Ngày nghỉ", +"Ideas" => "Ý tưởng", +"Jubilee" => "Lễ kỉ niệm", +"Meeting" => "Hội nghị", "{name}'s Birthday" => "Sinh nhật của {name}", "Contact" => "Danh sách", "Could not find the vCard with ID." => "Không thể tìm thấy ID vCard.", @@ -114,6 +127,8 @@ "Organization" => "Tổ chức", "Nickname" => "Biệt danh", "Enter nickname" => "Nhập nickname", +"Web site" => "Web site", +"http://www.somesite.com" => "http://www.somesite.com", "Go to web site" => "Đi tới website", "dd-mm-yyyy" => "dd-mm-yyyy", "Groups" => "Nhóm", @@ -139,6 +154,7 @@ "Note" => "Chú thích", "Download contact" => "Tải liên lạc", "Delete contact" => "Xóa liên lạc", +"The temporary image has been removed from cache." => "Những hình ảnh tạm thời đã được gỡ bỏ từ bộ nhớ cache.", "Edit address" => "Sửa địa chỉ", "Type" => "Loại", "PO Box" => "Hòm thư bưu điện", From 554de1c99018ce045f3fb47ab2208edf79a138be Mon Sep 17 00:00:00 2001 From: Raghu Nayyar Date: Tue, 6 Nov 2012 19:58:40 +0530 Subject: [PATCH 2/3] Update contacts/css/contacts.css Syntax Error resolved. --- css/contacts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contacts.css b/css/contacts.css index b83a8891..272128e0 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -146,7 +146,7 @@ input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; } .help-section { width: 45%; min-width: 35em; float: left; } .help-section h3 { font-size: 1.2em; } .help-section dl { width: 100%; float: left; clear: right; margin: 0; padding: 0; cursor: normal; } -.help-section dt { display: table-cell; clear: left; float: left; width: 35%; margin: 0; padding: 0.2em; text-align: right; text-overflow: ellipsis; vertical-align: text-bottom; font-weight: bold: } +.help-section dt { display: table-cell; clear: left; float: left; width: 35%; margin: 0; padding: 0.2em; text-align: right; text-overflow: ellipsis; vertical-align: text-bottom; font-weight: bold; } .help-section dd { display: table-cell; clear: right; float: left; margin: 0; padding: 0.2em; white-space: nowrap; vertical-align: text-bottom; } .contacts-settings dl { width: 100%; } .addressbooks-settings table { width: 100%; } From 32f7466e6e6828b6bcfaa67187fb0ae2b261dcaa Mon Sep 17 00:00:00 2001 From: Raghu Nayyar Date: Wed, 7 Nov 2012 00:30:02 +0530 Subject: [PATCH 3/3] Update contacts/css/contacts.css text-align should either be removed or be given a property. ;) --- css/contacts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contacts.css b/css/contacts.css index 272128e0..444500f5 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -33,7 +33,7 @@ button.control { float: left; margin: 0.2em 0 0 1em; height: 2.4em; width: 2.4em #card { width: auto; font-size: 10px; /*max-width: 70em; border: thin solid lightgray; display: block;*/ } #firstrun { position: relative; top: 25%; left: 20%; right: 20%; width: 50%; font-weight:bold; text-align: center; color: #777; } #firstrun h3 { font-size:1.5em; text-align: center; margin-bottom: 1em; } -#firstrun p { font-size:1.2em; text-align: } +#firstrun p { font-size:1.2em; text-align:center; } #firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; } #card input[type="text"].contacts_property,input[type="email"].contacts_property,input[type="url"].contacts_property { width: 14em; float: left; font-weight: bold; }