Version Description
- updated : experimental - force to utf8 characters when outputting feed
- updated : vietnamese language update
Download this release
Release Info
Developer | commentluv |
Plugin | CommentLuv |
Version | 2.93.4 |
Comparing to | |
See all releases |
Code changes from version 2.93.3 to 2.93.4
- commentluv.php +6 -4
- lang/commentluv-vi_VN.mo +0 -0
- lang/commentluv-vi_VN.po +811 -0
- readme.txt +6 -1
commentluv.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/
|
4 |
Description: Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
5 |
-
Version: 2.93.
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://www.commentluv.com
|
8 |
Copyright (C) <2011> <Andy Bailey>
|
@@ -28,7 +28,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
28 |
var $plugin_url;
|
29 |
var $plugin_dir;
|
30 |
var $db_option = 'commentluv_options';
|
31 |
-
var $version = "2.93.
|
32 |
var $slug = 'commentluv-options';
|
33 |
var $localize;
|
34 |
var $is_commentluv_request = false;
|
@@ -1323,7 +1323,7 @@ if (! class_exists ( 'commentluv' )) {
|
|
1323 |
'<rss version="2.0">'.
|
1324 |
'<channel>'.
|
1325 |
'<title><![CDATA['. get_bloginfo('title') .']]></title>'.
|
1326 |
-
'<link>'. get_bloginfo('
|
1327 |
'<description><![CDATA['. get_bloginfo('description') .']]></description>'.
|
1328 |
'<language>'.get_bloginfo('language').'</language>'.
|
1329 |
'<generator>commentluv?v='.$this->version.'</generator>'.
|
@@ -1344,7 +1344,9 @@ if (! class_exists ( 'commentluv' )) {
|
|
1344 |
'</item>';
|
1345 |
}
|
1346 |
$feed .= '</channel></rss>';
|
1347 |
-
ob_end_clean();
|
|
|
|
|
1348 |
header("Content-Type: application/atom+xml; charset=".get_bloginfo('charset'));
|
1349 |
echo $feed;
|
1350 |
exit;
|
2 |
Plugin Name: CommentLuv
|
3 |
Plugin URI: http://comluv.com/
|
4 |
Description: Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
5 |
+
Version: 2.93.4
|
6 |
Author: Andy Bailey
|
7 |
Author URI: http://www.commentluv.com
|
8 |
Copyright (C) <2011> <Andy Bailey>
|
28 |
var $plugin_url;
|
29 |
var $plugin_dir;
|
30 |
var $db_option = 'commentluv_options';
|
31 |
+
var $version = "2.93.4";
|
32 |
var $slug = 'commentluv-options';
|
33 |
var $localize;
|
34 |
var $is_commentluv_request = false;
|
1323 |
'<rss version="2.0">'.
|
1324 |
'<channel>'.
|
1325 |
'<title><![CDATA['. get_bloginfo('title') .']]></title>'.
|
1326 |
+
'<link>'. get_bloginfo('url') .'</link>'.
|
1327 |
'<description><![CDATA['. get_bloginfo('description') .']]></description>'.
|
1328 |
'<language>'.get_bloginfo('language').'</language>'.
|
1329 |
'<generator>commentluv?v='.$this->version.'</generator>'.
|
1344 |
'</item>';
|
1345 |
}
|
1346 |
$feed .= '</channel></rss>';
|
1347 |
+
ob_end_clean();
|
1348 |
+
// force utf characters
|
1349 |
+
$feed = utf8_encode($feed);
|
1350 |
header("Content-Type: application/atom+xml; charset=".get_bloginfo('charset'));
|
1351 |
echo $feed;
|
1352 |
exit;
|
lang/commentluv-vi_VN.mo
ADDED
Binary file
|
lang/commentluv-vi_VN.po
ADDED
@@ -0,0 +1,811 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: CommentLuv 2.8.9.8\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-12-16 05:47+0700\n"
|
6 |
+
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Xman <admin@user.vn>\n"
|
8 |
+
"Language-Team: Xman <admin@user.vn>\n"
|
9 |
+
"Language: vi_VN\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.6.2\n"
|
17 |
+
"X-Poedit-SearchPath-0: ..\n"
|
18 |
+
|
19 |
+
#: ../commentluv.php:53
|
20 |
+
msgid "CommentLuv requires Wordpress 3.0 or newer."
|
21 |
+
msgstr "CommentLuv yêu cầu phiên bản Wordpress 3.0 hoặc mới hơn."
|
22 |
+
|
23 |
+
#: ../commentluv.php:53
|
24 |
+
msgid "Please Update!"
|
25 |
+
msgstr "Hãy Nâng cấp!"
|
26 |
+
|
27 |
+
#: ../commentluv.php:246
|
28 |
+
msgid ""
|
29 |
+
"Please enter a URL and then click the CommentLuv checkbox if you want to add "
|
30 |
+
"your last blog post"
|
31 |
+
msgstr ""
|
32 |
+
"Hãy nhập URL và nhấn vào nút CommentLuv nếu bạn muốn thêm bài viết mới nhất "
|
33 |
+
"của bạn"
|
34 |
+
|
35 |
+
#: ../commentluv.php:247
|
36 |
+
msgid "Please use http:// in front of your url"
|
37 |
+
msgstr "Hãy dùng http:// đằng trước url của bạn"
|
38 |
+
|
39 |
+
#: ../commentluv.php:248
|
40 |
+
msgid ""
|
41 |
+
"You need to visit your profile in the dashboard and update your details with "
|
42 |
+
"your site URL"
|
43 |
+
msgstr ""
|
44 |
+
"Bạn cần vào phần thông tin tài khoản trong bảng điều khiển và cập nhật thông "
|
45 |
+
"tin chi tiết url website của bạn"
|
46 |
+
|
47 |
+
#: ../commentluv.php:249
|
48 |
+
msgid "No info was available or an error occured"
|
49 |
+
msgstr "Không có thông tin nào hiệu lực hoặc có lỗi phát sinh"
|
50 |
+
|
51 |
+
#: ../commentluv.php:273
|
52 |
+
msgid "Please wait"
|
53 |
+
msgstr "Xin chờ"
|
54 |
+
|
55 |
+
#: ../commentluv.php:273
|
56 |
+
msgid "Please check your inbox, an email will be sent to"
|
57 |
+
msgstr "Hãy kiểm tra hộp thư của bạn, sẽ có email sẽ gửi tới"
|
58 |
+
|
59 |
+
#: ../commentluv.php:273
|
60 |
+
msgid "in the next few minutes with a confirmation link"
|
61 |
+
msgstr "trong một vài phút tiếp theo với một liên kết xác nhận"
|
62 |
+
|
63 |
+
#: ../commentluv.php:273
|
64 |
+
msgid "An error happened with the request. Try signing up at the site"
|
65 |
+
msgstr "Lỗi phát sinh với yêu cầu. Hãy thử đăng ký ở website."
|
66 |
+
|
67 |
+
#: ../commentluv.php:427
|
68 |
+
msgid "Twice Monthly"
|
69 |
+
msgstr "2 lần Hàng tháng"
|
70 |
+
|
71 |
+
#: ../commentluv.php:488
|
72 |
+
msgid "CommentLuv is enabled"
|
73 |
+
msgstr "CommentLuv đã được bật"
|
74 |
+
|
75 |
+
#: ../commentluv.php:531
|
76 |
+
msgid "Show more posts"
|
77 |
+
msgstr "Hiện thêm bài viết"
|
78 |
+
|
79 |
+
#: ../commentluv.php:633
|
80 |
+
msgid "I have only commented on this post"
|
81 |
+
msgstr "Tôi chỉ bình luận trên bài viết này"
|
82 |
+
|
83 |
+
#: ../commentluv.php:636
|
84 |
+
msgid ""
|
85 |
+
"If I had made more comments on this site, you would see more of my other "
|
86 |
+
"posts here"
|
87 |
+
msgstr ""
|
88 |
+
"Nếu tôi có thêm bình luận trên website này, bạn có thể thấy các bài viết "
|
89 |
+
"khác của tôi ở đây"
|
90 |
+
|
91 |
+
#: ../commentluv.php:661
|
92 |
+
msgid "User has not saved a description in their profile page"
|
93 |
+
msgstr "Thành viên đã không cung cấp thông tin mô tả ở trang cá nhân của họ"
|
94 |
+
|
95 |
+
#: ../commentluv.php:673
|
96 |
+
msgid "is the administrator of this site"
|
97 |
+
msgstr "là người quản trị của website này"
|
98 |
+
|
99 |
+
#: ../commentluv.php:675
|
100 |
+
msgid "is a registered member of my site"
|
101 |
+
msgstr "là thành viên đã đăng ký trên website của tôi"
|
102 |
+
|
103 |
+
#: ../commentluv.php:678 ../commentluv.php:697
|
104 |
+
msgid "Clicks on this link on this comment"
|
105 |
+
msgstr "Nhấn vào liên kết này trên bình luận này"
|
106 |
+
|
107 |
+
#: ../commentluv.php:678 ../commentluv.php:698
|
108 |
+
msgid "approved comments on this site"
|
109 |
+
msgstr "bình luận đã được chấp nhận trên website này"
|
110 |
+
|
111 |
+
#: ../commentluv.php:678 ../commentluv.php:699
|
112 |
+
msgid "Some other posts I have commented on"
|
113 |
+
msgstr "Một vài bài viết khác mà tôi đã bình luận "
|
114 |
+
|
115 |
+
#: ../commentluv.php:678
|
116 |
+
msgid "Some of my other posts"
|
117 |
+
msgstr "Một vài bài viết khác của tôi"
|
118 |
+
|
119 |
+
#: ../commentluv.php:691
|
120 |
+
msgid "has not registered on this site"
|
121 |
+
msgstr "chưa đăng ký trên website này"
|
122 |
+
|
123 |
+
#: ../commentluv.php:855
|
124 |
+
msgid "Could not get posts for home blog"
|
125 |
+
msgstr "Không thể lấy bài viết từ trang chủ blog"
|
126 |
+
|
127 |
+
#: ../commentluv.php:861 ../commentluv.php:1190
|
128 |
+
msgid ""
|
129 |
+
"Warning! You have set to show 10 posts for registered users but you have not "
|
130 |
+
"enabled user registrations on your site. You should change the operational "
|
131 |
+
"settings in the CommentLuv settings page to show 10 posts for everyone or "
|
132 |
+
"enable user registrations"
|
133 |
+
msgstr ""
|
134 |
+
"Cảnh báo! Bạn đã đặt hiển thị 10 bài viết dành cho các thành viên đã đăng ký "
|
135 |
+
"nhưng bạn chưa bật chức năng đăng ký thành viên trên site của bạn. Bạn nên "
|
136 |
+
"thay đổi thiết lập trong phần Thiết lập CommentLuv để hiển thị 10 bài viết "
|
137 |
+
"cho tất cả mọi người hoặc bật chức năng đăng ký thành viên."
|
138 |
+
|
139 |
+
#: ../commentluv.php:917
|
140 |
+
msgid "Raw file could not be found"
|
141 |
+
msgstr "Raw file không tìm thấy"
|
142 |
+
|
143 |
+
#: ../commentluv.php:972 ../commentluv.php:1013 ../commentluv.php:1577
|
144 |
+
msgid "Register"
|
145 |
+
msgstr "Đăng ký"
|
146 |
+
|
147 |
+
#: ../commentluv.php:977
|
148 |
+
msgid ""
|
149 |
+
"If you are registered, you need to log in to get 10 posts to choose from"
|
150 |
+
msgstr "Nếu bạn đã đăng ký, bạn cần phải đăng nhập để lấy 10 bài viết và chọn"
|
151 |
+
|
152 |
+
#: ../commentluv.php:1019
|
153 |
+
msgid "recently posted"
|
154 |
+
msgstr "đã viết gần đây"
|
155 |
+
|
156 |
+
#: ../commentluv.php:1020
|
157 |
+
msgid ""
|
158 |
+
"If you register as a user on my site, you can get your 10 most recent blog "
|
159 |
+
"posts to choose from in this box."
|
160 |
+
msgstr ""
|
161 |
+
"Nếu bạn đăng ký là thành viên trên website của tôi, bạn có thể lấy 10 bài "
|
162 |
+
"viết gần đây nhất trên blog của bạn để chọn trong phần này."
|
163 |
+
|
164 |
+
#: ../commentluv.php:1021
|
165 |
+
msgid ""
|
166 |
+
"If this user had registered to my site then they could get 10 last posts to "
|
167 |
+
"choose from when they comment and you would be able to see a list of their "
|
168 |
+
"recent posts in this panel"
|
169 |
+
msgstr ""
|
170 |
+
"Nếu thành viên này đã đăng ký trên website của tôi thì họ có thể lấy 10 bài "
|
171 |
+
"viết gần đây nhất để chọn khi họ bình luận và bạn có thể thấy danh sách "
|
172 |
+
"những bài viết gần đây nhất của họ trong phần này"
|
173 |
+
|
174 |
+
#: ../commentluv.php:1094
|
175 |
+
msgid ""
|
176 |
+
"Your Wordpress install is missing the <strong>wp_commentmeta</strong> table!"
|
177 |
+
msgstr ""
|
178 |
+
"Cài đặt Wordpress của bạn bị thiếu bảng <strong>wp_commentmeta</strong> !"
|
179 |
+
|
180 |
+
#: ../commentluv.php:1094
|
181 |
+
msgid ""
|
182 |
+
" CommentLuv cannot work without this table please see this wordpress forum "
|
183 |
+
"post to learn how to add one ->"
|
184 |
+
msgstr ""
|
185 |
+
" CommentLuv không thể thực hiện nếu không có bảng này, hãy xem bài viết trên "
|
186 |
+
"diễn đàn wordpress để học cách thêm bảng vào ->"
|
187 |
+
|
188 |
+
#: ../commentluv.php:1094
|
189 |
+
msgid "Missing wp_commentmeta table"
|
190 |
+
msgstr "Thiếu bảng wp_commentmeta"
|
191 |
+
|
192 |
+
#: ../commentluv.php:1224
|
193 |
+
msgid "Settings"
|
194 |
+
msgstr "Thiết lập"
|
195 |
+
|
196 |
+
#: ../commentluv.php:1286 ../commentluv.php:1342
|
197 |
+
msgid "No Posts Were Found!"
|
198 |
+
msgstr "Không tìm thấy bài viết nào !"
|
199 |
+
|
200 |
+
#: ../commentluv.php:1383
|
201 |
+
#, php-format
|
202 |
+
msgid "%s or <a href=\"%s\">update now</a>."
|
203 |
+
msgstr "%s hoặc <a href=\"%s\">cập nhật ngay bây giờ</a>."
|
204 |
+
|
205 |
+
#: ../commentluv.php:1385
|
206 |
+
msgid ""
|
207 |
+
"There is a new version of Commentluv available, please upgrade by visiting "
|
208 |
+
"this site"
|
209 |
+
msgstr ""
|
210 |
+
"Đã có phiên bản mới hơn của Commentluv, hãy nâng cấp bằng cách truy cập vào "
|
211 |
+
"website này"
|
212 |
+
|
213 |
+
#: ../commentluv.php:1414
|
214 |
+
msgid "CommentLuv Settings v"
|
215 |
+
msgstr "Thiết lập CommentLuv v"
|
216 |
+
|
217 |
+
#: ../commentluv.php:1424
|
218 |
+
msgid "Important!"
|
219 |
+
msgstr "Quan trọng!"
|
220 |
+
|
221 |
+
#: ../commentluv.php:1424
|
222 |
+
msgid "Subscription Information"
|
223 |
+
msgstr "Thông tin tham gia"
|
224 |
+
|
225 |
+
#: ../commentluv.php:1429
|
226 |
+
#, fuzzy
|
227 |
+
msgid "CommentLuv 3.0 Premium is here!"
|
228 |
+
msgstr "CommentLuv 3.0 Premium sắp phát hành !"
|
229 |
+
|
230 |
+
#: ../commentluv.php:1430
|
231 |
+
msgid ""
|
232 |
+
"I promise not to sell your details or send you spam. You will ONLY receive "
|
233 |
+
"emails about plugin updates."
|
234 |
+
msgstr ""
|
235 |
+
"Tôi hứa không bán thông tin hay gửi email spam cho bạn. Bạn sẽ CHỈ nhận "
|
236 |
+
"email thông tin cập nhật về plugin"
|
237 |
+
|
238 |
+
#: ../commentluv.php:1433
|
239 |
+
msgid ""
|
240 |
+
"Do you like CommentLuv? How about an even better version with much more "
|
241 |
+
"control over dofollow and some awesome social enticements that will make "
|
242 |
+
"your posts go viral by offering your readers more choice of posts if they "
|
243 |
+
"+1, Like or tweet your post? Get CommentLuv Premium Today!"
|
244 |
+
msgstr ""
|
245 |
+
"Bạn có thích CommentLuv? Bạn có muốn một phiên bản tốt hơn với rất nhiều "
|
246 |
+
"chức năng kèm theo và chứa công cụ chia sẻ social giúp cho bài viết của bạn "
|
247 |
+
"lan tỏa đến với người đọc tốt hơn và có lựa chọn cho phép họ +1, Like hoặc "
|
248 |
+
"Tweet bài viết của bạn? Hãy nâng cấp lên CommentLuv Premium ngay hôm nay!"
|
249 |
+
|
250 |
+
#: ../commentluv.php:1436
|
251 |
+
msgid ""
|
252 |
+
"You have already subscribed, if you have not received the verification "
|
253 |
+
"within 12 hours, please click the button to resend or try the form at"
|
254 |
+
msgstr ""
|
255 |
+
"Bạn đã tham gia rồi, nếu bạn không nhận được xác nhận trong vòng 12 tiếng, "
|
256 |
+
"hãy nhấn vào nút để gửi lại hoặc thử lại nhập lại tại"
|
257 |
+
|
258 |
+
#: ../commentluv.php:1436
|
259 |
+
msgid "Resend Verification"
|
260 |
+
msgstr "Gửi lại Xác nhận"
|
261 |
+
|
262 |
+
#: ../commentluv.php:1438
|
263 |
+
msgid "Click for a special offer!"
|
264 |
+
msgstr "Nhấn vào đây để xem một đề nghị đặc biệt"
|
265 |
+
|
266 |
+
#: ../commentluv.php:1446
|
267 |
+
msgid ""
|
268 |
+
"<b>Are you getting targeted by spammers?</b> CommentLuv links are valuable "
|
269 |
+
"which is why it promotes comments but some nasty spammers try to take "
|
270 |
+
"advantage of this by leaving spam just to get the link. Don't worry, there "
|
271 |
+
"is answer!... you can get CommentLuv Premium which has advanced anti-spam "
|
272 |
+
"features which has been proven to almost eliminate spam on users blogs. You "
|
273 |
+
"can upgrade by clicking the link above. <p><b>Not ready to buy premium yet?</"
|
274 |
+
"b> that's ok too! Why not try GASP which is a lite version of the anti spam "
|
275 |
+
"plugin that CommentLuv Premium uses. You can get it for FREE by searching "
|
276 |
+
"for GASP in your \"add new\" section of your plugins page in your dashboard."
|
277 |
+
msgstr ""
|
278 |
+
"<b>Bạn có phải là mục tiêu của các spammer?</b> CommentLuv liên kết chỉ có "
|
279 |
+
"giá trị nếu đối với bình luận được đề cử nhưng đôi khi một vài spammer khôn "
|
280 |
+
"ngoan cố gắng qua mặt điều này spam để lấy liên kết. Nhưng đừng lo, đây "
|
281 |
+
"chính là câu trả lời!... bạn có thể nâng cấp lên CommentLuv Premium để sở "
|
282 |
+
"hữu chức năng hạn chế spam cao cấp, chức năng này cấm được hầu hết các hành "
|
283 |
+
"động cố tình spam của thành viên. BẠn có thể nâng cấp bằng cách nhấn vào "
|
284 |
+
"liên kết bên trên.<p><b>Chưa sẵn sàng để mua bản premium?</b> không vấn đề "
|
285 |
+
"gì! Tại sao không thử dùng phiên bản GASP, một phiên bản hạn chế có chứa "
|
286 |
+
"chức năng hạn chế spam của phiên bản CommentLuv Premium. Bạn có thể lấy nó "
|
287 |
+
"hoàn toàn toàn MIỄN PHÍ bằng cách tìm theo từ khóa GASP trong phần \"thêm mới"
|
288 |
+
"\" plugin tại Bảng điều khiển website."
|
289 |
+
|
290 |
+
#: ../commentluv.php:1458
|
291 |
+
msgid "Primary Setting"
|
292 |
+
msgstr "Thiết lập Chính"
|
293 |
+
|
294 |
+
#: ../commentluv.php:1458 ../commentluv.php:1492 ../commentluv.php:1552
|
295 |
+
#: ../commentluv.php:1610 ../commentluv.php:1641
|
296 |
+
msgid "Help Video"
|
297 |
+
msgstr "Video trợ giúp"
|
298 |
+
|
299 |
+
#: ../commentluv.php:1462
|
300 |
+
msgid "Enable CommentLuv?"
|
301 |
+
msgstr "Bật CommentLuv?"
|
302 |
+
|
303 |
+
#: ../commentluv.php:1463
|
304 |
+
msgid "Yes"
|
305 |
+
msgstr "Có"
|
306 |
+
|
307 |
+
#: ../commentluv.php:1464
|
308 |
+
msgid "No"
|
309 |
+
msgstr "Không"
|
310 |
+
|
311 |
+
#: ../commentluv.php:1469
|
312 |
+
msgid "On Posts"
|
313 |
+
msgstr "Tại Bài viết"
|
314 |
+
|
315 |
+
#: ../commentluv.php:1470
|
316 |
+
msgid "On Pages"
|
317 |
+
msgstr "Tại Trang"
|
318 |
+
|
319 |
+
#: ../commentluv.php:1471
|
320 |
+
msgid "On Both"
|
321 |
+
msgstr "Cả hai"
|
322 |
+
|
323 |
+
#: ../commentluv.php:1476
|
324 |
+
msgid "On by default?"
|
325 |
+
msgstr "Bật theo mặc định ?"
|
326 |
+
|
327 |
+
#: ../commentluv.php:1480
|
328 |
+
msgid "On for admin?"
|
329 |
+
msgstr "Bật dành cho quản trị?"
|
330 |
+
|
331 |
+
#: ../commentluv.php:1492
|
332 |
+
msgid "Appearance"
|
333 |
+
msgstr "Giao diện"
|
334 |
+
|
335 |
+
#: ../commentluv.php:1496
|
336 |
+
msgid "Badge"
|
337 |
+
msgstr "Khung mẫu"
|
338 |
+
|
339 |
+
#: ../commentluv.php:1497
|
340 |
+
msgid "Custom Image URL"
|
341 |
+
msgstr "Tùy chỉnh URL hình ảnh"
|
342 |
+
|
343 |
+
#: ../commentluv.php:1498
|
344 |
+
msgid "Use Text"
|
345 |
+
msgstr "Sử dụng chữ"
|
346 |
+
|
347 |
+
#: ../commentluv.php:1506
|
348 |
+
msgid "Default"
|
349 |
+
msgstr "Mặc định"
|
350 |
+
|
351 |
+
#: ../commentluv.php:1507
|
352 |
+
msgid "White"
|
353 |
+
msgstr "Trắng"
|
354 |
+
|
355 |
+
#: ../commentluv.php:1508
|
356 |
+
msgid "Black"
|
357 |
+
msgstr "Đen"
|
358 |
+
|
359 |
+
#: ../commentluv.php:1509
|
360 |
+
msgid "None"
|
361 |
+
msgstr "Không"
|
362 |
+
|
363 |
+
#: ../commentluv.php:1527
|
364 |
+
msgid "Link to Commentluv?"
|
365 |
+
msgstr "Liên kết đến Commentluv?"
|
366 |
+
|
367 |
+
#: ../commentluv.php:1534
|
368 |
+
msgid "Enable info panel?"
|
369 |
+
msgstr "Bật kênh thông tin ?"
|
370 |
+
|
371 |
+
#: ../commentluv.php:1535
|
372 |
+
msgid "Info panel background color"
|
373 |
+
msgstr "Màu nền kinh thông tin"
|
374 |
+
|
375 |
+
#: ../commentluv.php:1536
|
376 |
+
msgid "Info panel text color"
|
377 |
+
msgstr "Màu chữ kênh thông tin"
|
378 |
+
|
379 |
+
#: ../commentluv.php:1542
|
380 |
+
msgid "Example text and background color"
|
381 |
+
msgstr "Màu nền và màu chữ ví dụ"
|
382 |
+
|
383 |
+
#: ../commentluv.php:1552
|
384 |
+
msgid "Messages"
|
385 |
+
msgstr "Thông báo"
|
386 |
+
|
387 |
+
#: ../commentluv.php:1559
|
388 |
+
msgid "Text to be displayed in the comment"
|
389 |
+
msgstr "Chữ để hiển thị trong phần bình luận"
|
390 |
+
|
391 |
+
#: ../commentluv.php:1562
|
392 |
+
msgid "[name] = The users name"
|
393 |
+
msgstr "[name] = Tên username"
|
394 |
+
|
395 |
+
#: ../commentluv.php:1562
|
396 |
+
msgid "[lastpost] = The last blog post link"
|
397 |
+
msgstr "[lastpost] = Liên kết bài viết cuối cùng của blog"
|
398 |
+
|
399 |
+
#: ../commentluv.php:1569
|
400 |
+
msgid "Message for unregistered user in the drop down box"
|
401 |
+
msgstr "Thông báo cho thành viên chưa đăng ký trong hộp thoại thả xuống"
|
402 |
+
|
403 |
+
#: ../commentluv.php:1570 ../commentluv.php:1596
|
404 |
+
msgid "Message will not be shown if you do not have registrations enabled"
|
405 |
+
msgstr "Thông báo sẽ không được hiển thị nếu bạn không cho phép đăng ký"
|
406 |
+
|
407 |
+
#: ../commentluv.php:1574
|
408 |
+
msgid "Your register link code"
|
409 |
+
msgstr "Mã liên kết đăng ký của bạn"
|
410 |
+
|
411 |
+
#: ../commentluv.php:1576
|
412 |
+
msgid ""
|
413 |
+
"(this will be automatically added if you have not added it yourself to the "
|
414 |
+
"textarea above)"
|
415 |
+
msgstr ""
|
416 |
+
"(điều này sẽ tự động thêm vào nếu bạn không tự thêm nó vào khung textarea "
|
417 |
+
"bên trên)"
|
418 |
+
|
419 |
+
#: ../commentluv.php:1586
|
420 |
+
msgid ""
|
421 |
+
"You have NOT set your blog to allow registrations, you can do that in "
|
422 |
+
"Settings/General"
|
423 |
+
msgstr ""
|
424 |
+
"Bạn đã KHÔNG cho phép đăng ký trên blog, bạn có thể làm điều này trong phần "
|
425 |
+
"Thiết lập/Thiết lập chung"
|
426 |
+
|
427 |
+
#: ../commentluv.php:1587
|
428 |
+
msgid "here"
|
429 |
+
msgstr "tại đây"
|
430 |
+
|
431 |
+
#: ../commentluv.php:1595
|
432 |
+
msgid "Message for unregistered user in the info panel"
|
433 |
+
msgstr "Thông báo cho thành viên chưa đăng ký bên trong kênh thông tin"
|
434 |
+
|
435 |
+
#: ../commentluv.php:1610
|
436 |
+
msgid "Operational Settings"
|
437 |
+
msgstr "Thiết lập điều khiển"
|
438 |
+
|
439 |
+
#: ../commentluv.php:1617
|
440 |
+
msgid "Who to give 10 last posts to choose from when they comment?"
|
441 |
+
msgstr "Ai là người có thể lấy 10 bài viết cuối cùng để chọn khi họ bình luận?"
|
442 |
+
|
443 |
+
#: ../commentluv.php:1618
|
444 |
+
msgid "Only Registered Members"
|
445 |
+
msgstr "Chỉ thành viên đã đăng ký"
|
446 |
+
|
447 |
+
#: ../commentluv.php:1619
|
448 |
+
msgid "Everybody"
|
449 |
+
msgstr "Mọi người"
|
450 |
+
|
451 |
+
#: ../commentluv.php:1620
|
452 |
+
msgid "Nobody"
|
453 |
+
msgstr "Không ai cả"
|
454 |
+
|
455 |
+
#: ../commentluv.php:1627
|
456 |
+
msgid "Whose links should be dofollow?"
|
457 |
+
msgstr "Liên kết nào sẽ được dofollow?"
|
458 |
+
|
459 |
+
#: ../commentluv.php:1628
|
460 |
+
msgid "Only Registered Members Links"
|
461 |
+
msgstr "Chỉ những liên kết thành viên đã đăng ký"
|
462 |
+
|
463 |
+
#: ../commentluv.php:1629
|
464 |
+
msgid "Everybody gets dofollow links"
|
465 |
+
msgstr "Mọi người đều liên kết dofollow"
|
466 |
+
|
467 |
+
#: ../commentluv.php:1630
|
468 |
+
msgid "Nobody gets dofollow links"
|
469 |
+
msgstr "Không ai dofollow liên kết"
|
470 |
+
|
471 |
+
#: ../commentluv.php:1641
|
472 |
+
msgid "Technical Settings"
|
473 |
+
msgstr "Thiết lập kỹ thuật"
|
474 |
+
|
475 |
+
#: ../commentluv.php:1641
|
476 |
+
msgid "Click to open technical settings"
|
477 |
+
msgstr "Nhấn để mở thiết lập kỹ thuật"
|
478 |
+
|
479 |
+
#: ../commentluv.php:1648
|
480 |
+
msgid "Please check the help video for this section before changing settings"
|
481 |
+
msgstr "Hãy kiểm tra video trợ giúp cho phần này trước khi thay đổi thiết lập"
|
482 |
+
|
483 |
+
#: ../commentluv.php:1649
|
484 |
+
msgid ""
|
485 |
+
"In most cases, you will NOT need to change the settings in this box unless "
|
486 |
+
"you have a custom comment form, template or you are using minifying or "
|
487 |
+
"caching plugins"
|
488 |
+
msgstr ""
|
489 |
+
"Trong hầu hết các trường hợp, bạn KHÔNG cần phải thay đổi thiết lập trong "
|
490 |
+
"phần này trừ khi bạn có một mẫu bình luận riêng, giao diện hoặc bạn đang sử "
|
491 |
+
"dụng plugin nén dữ liệu hoặc cache"
|
492 |
+
|
493 |
+
#: ../commentluv.php:1654
|
494 |
+
msgid "Compatibility"
|
495 |
+
msgstr "Tương thích"
|
496 |
+
|
497 |
+
#: ../commentluv.php:1658
|
498 |
+
msgid "Use manual insert of badge code?"
|
499 |
+
msgstr "Sử dụng tự chèn code khung mẫu"
|
500 |
+
|
501 |
+
#: ../commentluv.php:1662
|
502 |
+
msgid "Enable minifying compatibility?"
|
503 |
+
msgstr "Bật tính năng tương thích nén"
|
504 |
+
|
505 |
+
#: ../commentluv.php:1663
|
506 |
+
msgid "For caching plugins (places localized code in footer)"
|
507 |
+
msgstr "Chỉ dành cho plugin cache (đặt code cục bộ trong phần cuối trang)"
|
508 |
+
|
509 |
+
#: ../commentluv.php:1666
|
510 |
+
msgid "Disable Detection?"
|
511 |
+
msgstr "Tắt chức năng phát hiện?"
|
512 |
+
|
513 |
+
#: ../commentluv.php:1667
|
514 |
+
msgid "For XML errors"
|
515 |
+
msgstr "Dành cho lỗi XML"
|
516 |
+
|
517 |
+
#: ../commentluv.php:1671
|
518 |
+
msgid "API URL"
|
519 |
+
msgstr "API"
|
520 |
+
|
521 |
+
#: ../commentluv.php:1675
|
522 |
+
msgid "URL to use for API"
|
523 |
+
msgstr "URL để dùng cho API"
|
524 |
+
|
525 |
+
#: ../commentluv.php:1679
|
526 |
+
msgid "Comment Form Field Values"
|
527 |
+
msgstr "Gía trị cho các mẫu nhập bình luận "
|
528 |
+
|
529 |
+
#: ../commentluv.php:1682
|
530 |
+
msgid "Authors Name field name"
|
531 |
+
msgstr "Phần Tên tác giả"
|
532 |
+
|
533 |
+
#: ../commentluv.php:1687
|
534 |
+
msgid "Email field name"
|
535 |
+
msgstr "Phần Email"
|
536 |
+
|
537 |
+
#: ../commentluv.php:1692
|
538 |
+
msgid "Authors URL field name"
|
539 |
+
msgstr "Phần Tác giả URL"
|
540 |
+
|
541 |
+
#: ../commentluv.php:1697
|
542 |
+
msgid "Comment Text Area name"
|
543 |
+
msgstr "Phần Chữ bình luận"
|
544 |
+
|
545 |
+
#: ../commentluv.php:1702
|
546 |
+
msgid "Extras"
|
547 |
+
msgstr "Mở rộng"
|
548 |
+
|
549 |
+
#: ../commentluv.php:1707 ../commentluv.php:1719
|
550 |
+
msgid "Nothing"
|
551 |
+
msgstr "Không có gì"
|
552 |
+
|
553 |
+
#: ../commentluv.php:1708 ../commentluv.php:1720
|
554 |
+
msgid "Hide Link"
|
555 |
+
msgstr "Ẩn liên kết"
|
556 |
+
|
557 |
+
#: ../commentluv.php:1709 ../commentluv.php:1721
|
558 |
+
#, fuzzy
|
559 |
+
msgid "Spam Comment"
|
560 |
+
msgstr "Bật CommentLuv?"
|
561 |
+
|
562 |
+
#: ../commentluv.php:1710 ../commentluv.php:1722
|
563 |
+
#, fuzzy
|
564 |
+
msgid "Delete Comment"
|
565 |
+
msgstr "Bật CommentLuv?"
|
566 |
+
|
567 |
+
#: ../commentluv.php:1712
|
568 |
+
msgid "Action to take if comment has no Author URL"
|
569 |
+
msgstr "Loại hành động để xử lý nếu không có URL tác giả"
|
570 |
+
|
571 |
+
#: ../commentluv.php:1713
|
572 |
+
msgid "Prevents spammer abuse"
|
573 |
+
msgstr "Cấm spam làm phiền"
|
574 |
+
|
575 |
+
#: ../commentluv.php:1724
|
576 |
+
msgid "Action to take if link does not match domain of author"
|
577 |
+
msgstr ""
|
578 |
+
"Loại hành động để xử lý nếu liên kết không khớp với tên miền của tác giả"
|
579 |
+
|
580 |
+
#: ../commentluv.php:1725
|
581 |
+
msgid "Prevents users from adding fake author URLs to get around Akismet"
|
582 |
+
msgstr "Cấm thành viên thêm URL tác giả ảo để qua mặt Akismet"
|
583 |
+
|
584 |
+
#: ../commentluv.php:1730
|
585 |
+
msgid "Allow Jetpack comments module to activate?"
|
586 |
+
msgstr "Cho phép module bình luận Jetpack kích hoạt?"
|
587 |
+
|
588 |
+
#: ../commentluv.php:1734
|
589 |
+
msgid "Diagnostics Info"
|
590 |
+
msgstr "Thông tin chuẩn đoán"
|
591 |
+
|
592 |
+
#: ../commentluv.php:1752
|
593 |
+
msgid "You can copy this information and send it to me if I request it"
|
594 |
+
msgstr "Bạn có thể copy thông tin này và gửi nó cho tôi nếu tôi yêu cầu"
|
595 |
+
|
596 |
+
#: ../commentluv.php:1779
|
597 |
+
msgid "Save Settings"
|
598 |
+
msgstr "Lưu thiết lập"
|
599 |
+
|
600 |
+
#: ../commentluv.php:1781
|
601 |
+
msgid "Reset Settings"
|
602 |
+
msgstr "Khởi tạo lại thiết lập"
|
603 |
+
|
604 |
+
#: ../commentluv.php:1784
|
605 |
+
msgid "Are you sure you want to reset your settings? Press OK to continue"
|
606 |
+
msgstr ""
|
607 |
+
"Bạn có chắc bạn muốn khởi tạo lại thiết lập của bạn? Nhấn OK để tiếp tục"
|
608 |
+
|
609 |
+
#: ../commentluv.php:1787
|
610 |
+
msgid "Reset"
|
611 |
+
msgstr "Khởi tạo lại"
|
612 |
+
|
613 |
+
#: ../commentluv.php:1795
|
614 |
+
msgid "Plugin Info"
|
615 |
+
msgstr "Thông tin Plugin"
|
616 |
+
|
617 |
+
#: ../commentluv.php:1798
|
618 |
+
msgid "Start Here"
|
619 |
+
msgstr "Bắt đầu từ đây"
|
620 |
+
|
621 |
+
#: ../commentluv.php:1799
|
622 |
+
msgid "Author"
|
623 |
+
msgstr "Tác giả"
|
624 |
+
|
625 |
+
#: ../commentluv.php:1800
|
626 |
+
msgid "Home Page"
|
627 |
+
msgstr "Trang chủ"
|
628 |
+
|
629 |
+
#: ../commentluv.php:1800
|
630 |
+
msgid "Visit www.commentluv.com!"
|
631 |
+
msgstr "Ghé thăm www.commentluv.com!"
|
632 |
+
|
633 |
+
#: ../commentluv.php:1801
|
634 |
+
msgid "Social"
|
635 |
+
msgstr "Mạng xã hội"
|
636 |
+
|
637 |
+
#: ../commentluv.php:1802
|
638 |
+
msgid "Help"
|
639 |
+
msgstr "Trợ giúp"
|
640 |
+
|
641 |
+
#: ../commentluv.php:1802
|
642 |
+
msgid "Help Desk"
|
643 |
+
msgstr "Trợ giúp trực tuyến"
|
644 |
+
|
645 |
+
#: ../commentluv.php:1803
|
646 |
+
msgid "Do you like this plugin?"
|
647 |
+
msgstr "Bạn có thích plugin này không?"
|
648 |
+
|
649 |
+
#: ../commentluv.php:1805
|
650 |
+
msgid "News"
|
651 |
+
msgstr "Tin tức"
|
652 |
+
|
653 |
+
#: ../commentluv.php:1833
|
654 |
+
msgid "Thanks to the following for translations"
|
655 |
+
msgstr "Xin chân thành cảm ơn đến những người đã dịch sang ngôn ngữ sau"
|
656 |
+
|
657 |
+
#: ../commentluv.php:1834
|
658 |
+
msgid "Italian"
|
659 |
+
msgstr "Tiếng Ý"
|
660 |
+
|
661 |
+
#: ../commentluv.php:1835
|
662 |
+
msgid "Dutch"
|
663 |
+
msgstr "Hà Lan"
|
664 |
+
|
665 |
+
#: ../commentluv.php:1836
|
666 |
+
msgid "Polish"
|
667 |
+
msgstr "Ba Lan"
|
668 |
+
|
669 |
+
#: ../commentluv.php:1837
|
670 |
+
msgid "Georgian"
|
671 |
+
msgstr "Georgia"
|
672 |
+
|
673 |
+
#: ../commentluv.php:1838
|
674 |
+
msgid "Lithuanian"
|
675 |
+
msgstr "Lithuanian"
|
676 |
+
|
677 |
+
#: ../commentluv.php:1839
|
678 |
+
msgid "Portuguese"
|
679 |
+
msgstr "Bồ Đào Nha"
|
680 |
+
|
681 |
+
#: ../commentluv.php:1840
|
682 |
+
msgid "Malaysian"
|
683 |
+
msgstr "Malaysia"
|
684 |
+
|
685 |
+
#: ../commentluv.php:1841
|
686 |
+
msgid "Hindi"
|
687 |
+
msgstr "Hindi"
|
688 |
+
|
689 |
+
#: ../commentluv.php:1842
|
690 |
+
msgid "Indonesian"
|
691 |
+
msgstr "Indonesia"
|
692 |
+
|
693 |
+
#: ../commentluv.php:1843
|
694 |
+
#, fuzzy
|
695 |
+
msgid "Chinese (s)"
|
696 |
+
msgstr "Tiếng Trung quốc"
|
697 |
+
|
698 |
+
#: ../commentluv.php:1844
|
699 |
+
msgid "Spanish"
|
700 |
+
msgstr "Tây ban nha"
|
701 |
+
|
702 |
+
#: ../commentluv.php:1845
|
703 |
+
msgid "German"
|
704 |
+
msgstr "Tiếng Đức"
|
705 |
+
|
706 |
+
#: ../commentluv.php:1846
|
707 |
+
msgid "Persian"
|
708 |
+
msgstr "Tiếng Ba Tư"
|
709 |
+
|
710 |
+
#: ../commentluv.php:1847
|
711 |
+
msgid "Tamil"
|
712 |
+
msgstr "Ấn độ"
|
713 |
+
|
714 |
+
#: ../commentluv.php:1848
|
715 |
+
#, fuzzy
|
716 |
+
msgid "Ukranian"
|
717 |
+
msgstr "Romani"
|
718 |
+
|
719 |
+
#: ../commentluv.php:1849
|
720 |
+
msgid "Latvian"
|
721 |
+
msgstr "Latvia"
|
722 |
+
|
723 |
+
#: ../commentluv.php:1850
|
724 |
+
msgid "Romanian"
|
725 |
+
msgstr "Romani"
|
726 |
+
|
727 |
+
#: ../commentluv.php:1851
|
728 |
+
#, fuzzy
|
729 |
+
msgid "Norwegian"
|
730 |
+
msgstr "Georgia"
|
731 |
+
|
732 |
+
#: ../commentluv.php:1852
|
733 |
+
msgid "French"
|
734 |
+
msgstr "Tiếng Pháp"
|
735 |
+
|
736 |
+
#: ../commentluv.php:1853
|
737 |
+
msgid "Danish"
|
738 |
+
msgstr "Đan Mạch"
|
739 |
+
|
740 |
+
#: ../commentluv.php:1854
|
741 |
+
msgid "Russian"
|
742 |
+
msgstr "Tiếng Nga"
|
743 |
+
|
744 |
+
#: ../commentluv.php:1855
|
745 |
+
msgid "Bengali"
|
746 |
+
msgstr "Bengali"
|
747 |
+
|
748 |
+
#: ../commentluv.php:1856
|
749 |
+
msgid "Hebrew"
|
750 |
+
msgstr "Tiếng Do thái"
|
751 |
+
|
752 |
+
#: ../commentluv.php:1857
|
753 |
+
msgid "Vietnamese"
|
754 |
+
msgstr "Tiếng Việt"
|
755 |
+
|
756 |
+
#: ../commentluv.php:1858
|
757 |
+
msgid "Hungarian"
|
758 |
+
msgstr "Hungari"
|
759 |
+
|
760 |
+
#: ../commentluv.php:1859
|
761 |
+
msgid "Slovak"
|
762 |
+
msgstr "Slovakia"
|
763 |
+
|
764 |
+
#: ../commentluv.php:1860
|
765 |
+
msgid "Serbian"
|
766 |
+
msgstr "Sécbi"
|
767 |
+
|
768 |
+
#: ../commentluv.php:1861
|
769 |
+
msgid "Turkish"
|
770 |
+
msgstr "Thổ Nhĩ Kỳ"
|
771 |
+
|
772 |
+
#: ../commentluv.php:1864
|
773 |
+
msgid "Arabic"
|
774 |
+
msgstr "Tiếng Ả Rập"
|
775 |
+
|
776 |
+
#: ../commentluv.php:1865
|
777 |
+
msgid "Want your link here?"
|
778 |
+
msgstr "Bạn có muốn liên kết của bạn tại đây?"
|
779 |
+
|
780 |
+
#: ../commentluv.php:1865
|
781 |
+
msgid "How To Submit A Translation"
|
782 |
+
msgstr "Cách gửi một bản Dịch thuật"
|
783 |
+
|
784 |
+
#: ../commentluv.php:1866
|
785 |
+
msgid "Special thanks go to the following"
|
786 |
+
msgstr "Đặc biệt cảm ơn đến "
|
787 |
+
|
788 |
+
#: ../commentluv.php:1867
|
789 |
+
msgid "CSS Help"
|
790 |
+
msgstr "Trợ giúp CSS"
|
791 |
+
|
792 |
+
#: ../commentluv.php:1868
|
793 |
+
msgid "Badge GFX"
|
794 |
+
msgstr "Badge GFX"
|
795 |
+
|
796 |
+
#~ msgid "Dismiss notice"
|
797 |
+
#~ msgstr "Ẩn nhắc nhở"
|
798 |
+
|
799 |
+
#~ msgid ""
|
800 |
+
#~ "There is a premium version of CommentLuv coming that will have much more "
|
801 |
+
#~ "control of how the plugin works as well as exclusive features like "
|
802 |
+
#~ "keyword name, inline registration and much much more!. Signup to find out "
|
803 |
+
#~ "as soon as it is ready"
|
804 |
+
#~ msgstr ""
|
805 |
+
#~ "Có một phiên bản premium của CommentLuv sắp phát hành cho phép bạn có "
|
806 |
+
#~ "thêm các điều khiển đáng giá cho plugin làm việc như tên từ khóa, đăng ký "
|
807 |
+
#~ "tại chỗ và rất nhiều thứ nữa!. Hãy đăng ký để có thể biết sớm nhất có thể "
|
808 |
+
#~ "khi nó phát hành."
|
809 |
+
|
810 |
+
#~ msgid "Click to register now!"
|
811 |
+
#~ msgstr "Nhấn để đăng ký ngay bây giờ !"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:http://comluv.com/about/donate
|
|
4 |
Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 2.93.
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
@@ -95,6 +95,11 @@ Please see the videos in the settings page for explanations of how they work.
|
|
95 |
|
96 |
== ChangeLog ==
|
97 |
|
|
|
|
|
|
|
|
|
|
|
98 |
= 2.93.3 =
|
99 |
|
100 |
* updated : readme now says minimum wp 3.6 required
|
4 |
Tags: commentluv, comments, last blog post, linkluv, comment luv , commentlove, comment love
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 2.93.4
|
8 |
|
9 |
Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
|
10 |
|
95 |
|
96 |
== ChangeLog ==
|
97 |
|
98 |
+
= 2.93.4 =
|
99 |
+
|
100 |
+
* updated : experimental - force to utf8 characters when outputting feed
|
101 |
+
* updated : vietnamese language update
|
102 |
+
|
103 |
= 2.93.3 =
|
104 |
|
105 |
* updated : readme now says minimum wp 3.6 required
|