Version Description
- Enable shortcode/oembed in the text widget.
Download this release
Release Info
Developer | miyauchi |
Plugin | WP Total Hacks |
Version | 1.9.0 |
Comparing to | |
See all releases |
Code changes from version 1.8.0 to 1.9.0
- css/style.css +1 -9
- includes/admin.php +0 -4
- includes/form/other.php +16 -0
- languages/wp-total-hacks-be_BY.mo +0 -0
- languages/wp-total-hacks-be_BY.po +48 -40
- languages/wp-total-hacks-de_DE.mo +0 -0
- languages/wp-total-hacks-de_DE.po +48 -40
- languages/wp-total-hacks-el.mo +0 -0
- languages/wp-total-hacks-el.po +61 -47
- languages/wp-total-hacks-fa_IR.mo +0 -0
- languages/wp-total-hacks-fa_IR.po +54 -40
- languages/wp-total-hacks-fr_FR.mo +0 -0
- languages/wp-total-hacks-fr_FR.po +63 -49
- languages/wp-total-hacks-it_IT.mo +0 -0
- languages/wp-total-hacks-it_IT.po +48 -40
- languages/wp-total-hacks-ja.mo +0 -0
- languages/wp-total-hacks-ja.po +57 -41
- languages/wp-total-hacks-ms_MY.mo +0 -0
- languages/wp-total-hacks-ms_MY.po +52 -41
- languages/wp-total-hacks-nl_NL.mo +0 -0
- languages/wp-total-hacks-nl_NL.po +53 -45
- languages/wp-total-hacks-pt_BR.mo +0 -0
- languages/wp-total-hacks-pt_BR.po +48 -40
- languages/wp-total-hacks-ru_RU.mo +0 -0
- languages/wp-total-hacks-ru_RU.po +48 -40
- languages/wp-total-hacks-sk_SK.mo +0 -0
- languages/wp-total-hacks-sk_SK.po +54 -40
- languages/wp-total-hacks-sr_RS.mo +0 -0
- languages/wp-total-hacks-sr_RS.po +54 -40
- languages/wp-total-hacks-tr_TR.mo +0 -0
- languages/wp-total-hacks-tr_TR.po +54 -40
- languages/wp-total-hacks-vi.mo +0 -0
- languages/wp-total-hacks-vi.po +54 -40
- languages/wp-total-hacks-zh_CN.mo +0 -0
- languages/wp-total-hacks-zh_CN.po +48 -40
- languages/wp-total-hacks.pot +36 -40
- readme.txt +6 -2
- wp-total-hacks.php +14 -2
css/style.css
CHANGED
@@ -141,7 +141,6 @@
|
|
141 |
.wrap #total-hacks-tabs
|
142 |
{
|
143 |
display :none;
|
144 |
-
margin-right: 300px;
|
145 |
}
|
146 |
|
147 |
.wrap .total-hacks-tab
|
@@ -165,13 +164,6 @@
|
|
165 |
margin-bottom: 1em;
|
166 |
}
|
167 |
|
168 |
-
.wrap #wfb-sidebar
|
169 |
-
{
|
170 |
-
position: absolute;
|
171 |
-
top: 0px;
|
172 |
-
right: 0px;
|
173 |
-
width: 285px;
|
174 |
-
}
|
175 |
|
176 |
.wrap .bside
|
177 |
{
|
@@ -219,7 +211,7 @@
|
|
219 |
|
220 |
.wrap #wfb-footer
|
221 |
{
|
222 |
-
|
223 |
}
|
224 |
|
225 |
#wfb-notice
|
141 |
.wrap #total-hacks-tabs
|
142 |
{
|
143 |
display :none;
|
|
|
144 |
}
|
145 |
|
146 |
.wrap .total-hacks-tab
|
164 |
margin-bottom: 1em;
|
165 |
}
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
.wrap .bside
|
169 |
{
|
211 |
|
212 |
.wrap #wfb-footer
|
213 |
{
|
214 |
+
|
215 |
}
|
216 |
|
217 |
#wfb-notice
|
includes/admin.php
CHANGED
@@ -375,9 +375,6 @@ public function options()
|
|
375 |
echo '<div id="wfb-footer">';
|
376 |
include(dirname(__FILE__).'/form/footer.php');
|
377 |
echo '</div><!--end #wfb-footer-->';
|
378 |
-
echo '<div id="wfb-sidebar">';
|
379 |
-
include(dirname(__FILE__).'/form/sidebar.php');
|
380 |
-
echo '</div><!--end #wfb-sidebar-->';
|
381 |
echo '</div><!--end #wfb-container-->';
|
382 |
echo '</div>';
|
383 |
}
|
@@ -473,4 +470,3 @@ private function get_translators()
|
|
473 |
|
474 |
}
|
475 |
|
476 |
-
?>
|
375 |
echo '<div id="wfb-footer">';
|
376 |
include(dirname(__FILE__).'/form/footer.php');
|
377 |
echo '</div><!--end #wfb-footer-->';
|
|
|
|
|
|
|
378 |
echo '</div><!--end #wfb-container-->';
|
379 |
echo '</div>';
|
380 |
}
|
470 |
|
471 |
}
|
472 |
|
|
includes/form/other.php
CHANGED
@@ -20,6 +20,22 @@
|
|
20 |
</div>
|
21 |
</div>
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
<div class="block">
|
24 |
<h4><img src="<?php echo $this->get_plugin_url(); ?>/img/check.png" height="24" width="24" /><?php _e('Add role "Webmaster"', 'wp-total-hacks'); ?></h4>
|
25 |
<div class="block_content">
|
20 |
</div>
|
21 |
</div>
|
22 |
|
23 |
+
<div class="block">
|
24 |
+
<h4><img src="<?php echo $this->get_plugin_url(); ?>/img/check.png" height="24" width="24" /><?php _e('Enable shortcode in the text widget', 'wp-total-hacks'); ?></h4>
|
25 |
+
<div class="block_content">
|
26 |
+
<p><?php _e('By default, the Text widget only support text and HTML. If you activate it, shortcode would be supported.', 'wp-total-hacks'); ?></p>
|
27 |
+
<?php $this->sel('wfb_shortcode'); ?>
|
28 |
+
</div>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
<div class="block">
|
32 |
+
<h4><img src="<?php echo $this->get_plugin_url(); ?>/img/check.png" height="24" width="24" /><?php _e('Enable oEmbed in the text widget', 'wp-total-hacks'); ?></h4>
|
33 |
+
<div class="block_content">
|
34 |
+
<p><?php _e('By default, the Text widget only support text and HTML. If you activate it, oEmbed would be supported.', 'wp-total-hacks'); ?></p>
|
35 |
+
<?php $this->sel('wfb_oembed'); ?>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
|
39 |
<div class="block">
|
40 |
<h4><img src="<?php echo $this->get_plugin_url(); ?>/img/check.png" height="24" width="24" /><?php _e('Add role "Webmaster"', 'wp-total-hacks'); ?></h4>
|
41 |
<div class="block_content">
|
languages/wp-total-hacks-be_BY.mo
CHANGED
Binary file
|
languages/wp-total-hacks-be_BY.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-total-hacks\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: 2011-11-04 09:52+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Web Geeks\n"
|
@@ -24,19 +24,19 @@ msgstr ""
|
|
24 |
msgid "Select File"
|
25 |
msgstr "Абярыце файл"
|
26 |
|
27 |
-
#: includes/admin.php:
|
28 |
msgid "Saved."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: includes/admin.php:
|
32 |
msgid "Save Changes"
|
33 |
msgstr "Захаваць змены"
|
34 |
|
35 |
-
#: includes/admin.php:
|
36 |
msgid "Deactivate"
|
37 |
msgstr "Выключыць"
|
38 |
|
39 |
-
#: includes/admin.php:
|
40 |
msgid "Activate"
|
41 |
msgstr "Уключыць"
|
42 |
|
@@ -107,47 +107,67 @@ msgid "Choose the items you want to remove."
|
|
107 |
msgstr "Адзначце якія блокі Вы жадалі б схаваць."
|
108 |
|
109 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Add role \"Webmaster\""
|
111 |
msgstr "Дадаць ролю \"Webmaster\""
|
112 |
|
113 |
-
#: includes/form/other.php:
|
114 |
msgid ""
|
115 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
116 |
"options."
|
117 |
msgstr ""
|
118 |
"\"Webmaster\" - роля з магчымасцямі \"Editor\" + \"edit_theme_options\"."
|
119 |
|
120 |
-
#: includes/form/other.php:
|
121 |
msgid "Change default email address"
|
122 |
msgstr "Змяніць e-mail па змаўчанні"
|
123 |
|
124 |
-
#: includes/form/other.php:
|
125 |
msgid ""
|
126 |
"Change the email address and sender name used by automatic email "
|
127 |
"notifications."
|
128 |
msgstr "Змена e-mail адрасы і імя адпраўніка па змаўчанні."
|
129 |
|
130 |
-
#: includes/form/other.php:
|
131 |
msgid "Name"
|
132 |
msgstr "Імя"
|
133 |
|
134 |
-
#: includes/form/other.php:
|
135 |
msgid "Email"
|
136 |
msgstr "E-mail"
|
137 |
|
138 |
-
#: includes/form/other.php:
|
139 |
msgid "Delete default contact methods"
|
140 |
msgstr "Выдаліць частку метадаў зваротнай сувязі"
|
141 |
|
142 |
-
#: includes/form/other.php:
|
143 |
msgid "Delete default contact methods from user profile."
|
144 |
msgstr "Абраныя метады зваротнай сувязі будуць выдалены з профіля карыстача."
|
145 |
|
146 |
-
#: includes/form/other.php:
|
147 |
msgid "Remove Update Notification"
|
148 |
msgstr "Прыбраць апавяшчэнні па абнаўленні"
|
149 |
|
150 |
-
#: includes/form/other.php:
|
151 |
msgid "Remove Update Notification for all users except Admin User."
|
152 |
msgstr ""
|
153 |
"Прыбраць апавяшчэнні пра абнаўленні для ўсіх карыстачоў за выключэннем "
|
@@ -205,30 +225,6 @@ msgstr ""
|
|
205 |
msgid "You can create child page for non-publish Page."
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: includes/form/sidebar.php:2
|
209 |
-
msgid "WordPress Plugins"
|
210 |
-
msgstr "Убудовы аўтара для WordPress"
|
211 |
-
|
212 |
-
#: includes/form/sidebar.php:13
|
213 |
-
msgid "Make WordPress Site Load Faster"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: includes/form/sidebar.php:14
|
217 |
-
msgid "http://wpbooster.net/"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: includes/form/sidebar.php:18
|
221 |
-
msgid "This Plugin needs your support"
|
222 |
-
msgstr "Гэта ўбудова мае патрэбу ў Вашай падтрымцы"
|
223 |
-
|
224 |
-
#: includes/form/sidebar.php:19
|
225 |
-
msgid "Please help support the continued development."
|
226 |
-
msgstr "Вы можаце аказаць падтрымку для працягу распрацоўкі."
|
227 |
-
|
228 |
-
#: includes/form/sidebar.php:24
|
229 |
-
msgid "Contact"
|
230 |
-
msgstr "Кантакты"
|
231 |
-
|
232 |
#: includes/form/site.php:2
|
233 |
msgid "Site Settings"
|
234 |
msgstr "Агульныя налады"
|
@@ -348,11 +344,11 @@ msgstr ""
|
|
348 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, і <a href="
|
349 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
350 |
|
351 |
-
#: wp-total-hacks.php:
|
352 |
msgid "Settings"
|
353 |
msgstr "Налады"
|
354 |
|
355 |
-
#: wp-total-hacks.php:
|
356 |
msgid "Donate"
|
357 |
msgstr "Спансаваць"
|
358 |
|
@@ -376,6 +372,18 @@ msgstr ""
|
|
376 |
msgid "http://wpist.me/"
|
377 |
msgstr ""
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
#~ msgid "$200+ makes you an official contributor."
|
380 |
#~ msgstr "Больш $200 атрымана афіцыйным распрацоўнікам."
|
381 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-total-hacks\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: 2011-11-04 09:52+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Web Geeks\n"
|
24 |
msgid "Select File"
|
25 |
msgstr "Абярыце файл"
|
26 |
|
27 |
+
#: includes/admin.php:390
|
28 |
msgid "Saved."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: includes/admin.php:397
|
32 |
msgid "Save Changes"
|
33 |
msgstr "Захаваць змены"
|
34 |
|
35 |
+
#: includes/admin.php:442
|
36 |
msgid "Deactivate"
|
37 |
msgstr "Выключыць"
|
38 |
|
39 |
+
#: includes/admin.php:444 includes/admin.php:446
|
40 |
msgid "Activate"
|
41 |
msgstr "Уключыць"
|
42 |
|
107 |
msgstr "Адзначце якія блокі Вы жадалі б схаваць."
|
108 |
|
109 |
#: includes/form/other.php:24
|
110 |
+
msgid "Enable shortcode in the text widget"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: includes/form/other.php:26
|
114 |
+
msgid ""
|
115 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
116 |
+
"shortcode would be supported."
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: includes/form/other.php:32
|
120 |
+
msgid "Enable oEmbed in the text widget"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: includes/form/other.php:34
|
124 |
+
msgid ""
|
125 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
126 |
+
"oEmbed would be supported."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: includes/form/other.php:40
|
130 |
msgid "Add role \"Webmaster\""
|
131 |
msgstr "Дадаць ролю \"Webmaster\""
|
132 |
|
133 |
+
#: includes/form/other.php:42
|
134 |
msgid ""
|
135 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
136 |
"options."
|
137 |
msgstr ""
|
138 |
"\"Webmaster\" - роля з магчымасцямі \"Editor\" + \"edit_theme_options\"."
|
139 |
|
140 |
+
#: includes/form/other.php:48
|
141 |
msgid "Change default email address"
|
142 |
msgstr "Змяніць e-mail па змаўчанні"
|
143 |
|
144 |
+
#: includes/form/other.php:50
|
145 |
msgid ""
|
146 |
"Change the email address and sender name used by automatic email "
|
147 |
"notifications."
|
148 |
msgstr "Змена e-mail адрасы і імя адпраўніка па змаўчанні."
|
149 |
|
150 |
+
#: includes/form/other.php:52
|
151 |
msgid "Name"
|
152 |
msgstr "Імя"
|
153 |
|
154 |
+
#: includes/form/other.php:54
|
155 |
msgid "Email"
|
156 |
msgstr "E-mail"
|
157 |
|
158 |
+
#: includes/form/other.php:61
|
159 |
msgid "Delete default contact methods"
|
160 |
msgstr "Выдаліць частку метадаў зваротнай сувязі"
|
161 |
|
162 |
+
#: includes/form/other.php:63
|
163 |
msgid "Delete default contact methods from user profile."
|
164 |
msgstr "Абраныя метады зваротнай сувязі будуць выдалены з профіля карыстача."
|
165 |
|
166 |
+
#: includes/form/other.php:80
|
167 |
msgid "Remove Update Notification"
|
168 |
msgstr "Прыбраць апавяшчэнні па абнаўленні"
|
169 |
|
170 |
+
#: includes/form/other.php:82
|
171 |
msgid "Remove Update Notification for all users except Admin User."
|
172 |
msgstr ""
|
173 |
"Прыбраць апавяшчэнні пра абнаўленні для ўсіх карыстачоў за выключэннем "
|
225 |
msgid "You can create child page for non-publish Page."
|
226 |
msgstr ""
|
227 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
#: includes/form/site.php:2
|
229 |
msgid "Site Settings"
|
230 |
msgstr "Агульныя налады"
|
344 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, і <a href="
|
345 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
346 |
|
347 |
+
#: wp-total-hacks.php:402
|
348 |
msgid "Settings"
|
349 |
msgstr "Налады"
|
350 |
|
351 |
+
#: wp-total-hacks.php:405
|
352 |
msgid "Donate"
|
353 |
msgstr "Спансаваць"
|
354 |
|
372 |
msgid "http://wpist.me/"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#~ msgid "WordPress Plugins"
|
376 |
+
#~ msgstr "Убудовы аўтара для WordPress"
|
377 |
+
|
378 |
+
#~ msgid "This Plugin needs your support"
|
379 |
+
#~ msgstr "Гэта ўбудова мае патрэбу ў Вашай падтрымцы"
|
380 |
+
|
381 |
+
#~ msgid "Please help support the continued development."
|
382 |
+
#~ msgstr "Вы можаце аказаць падтрымку для працягу распрацоўкі."
|
383 |
+
|
384 |
+
#~ msgid "Contact"
|
385 |
+
#~ msgstr "Кантакты"
|
386 |
+
|
387 |
#~ msgid "$200+ makes you an official contributor."
|
388 |
#~ msgstr "Больш $200 атрымана афіцыйным распрацоўнікам."
|
389 |
|
languages/wp-total-hacks-de_DE.mo
CHANGED
Binary file
|
languages/wp-total-hacks-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: 0.2.1\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
8 |
-
"POT-Creation-Date: 2014-
|
9 |
"PO-Revision-Date: 2011-11-18 10:14+0100\n"
|
10 |
"Last-Translator: Felix Kern <kernfel@gmail.com>\n"
|
11 |
"Language-Team: \n"
|
@@ -20,19 +20,19 @@ msgstr ""
|
|
20 |
msgid "Select File"
|
21 |
msgstr "Datei auswählen..."
|
22 |
|
23 |
-
#: includes/admin.php:
|
24 |
msgid "Saved."
|
25 |
msgstr "Gespeichert."
|
26 |
|
27 |
-
#: includes/admin.php:
|
28 |
msgid "Save Changes"
|
29 |
msgstr "Änderungen speichern"
|
30 |
|
31 |
-
#: includes/admin.php:
|
32 |
msgid "Deactivate"
|
33 |
msgstr "Deaktivieren"
|
34 |
|
35 |
-
#: includes/admin.php:
|
36 |
msgid "Activate"
|
37 |
msgstr "Aktivieren"
|
38 |
|
@@ -104,10 +104,30 @@ msgid "Choose the items you want to remove."
|
|
104 |
msgstr "Wähle die Elemente, die nicht angezeigt werden sollen."
|
105 |
|
106 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Add role \"Webmaster\""
|
108 |
msgstr "Benutzerrolle \"Webmaster\" hinzufügen"
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid ""
|
112 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
113 |
"options."
|
@@ -115,37 +135,37 @@ msgstr ""
|
|
115 |
"\"Webmaster\" haben die gleichen Befugnisse wie \"Redakteure\" und können "
|
116 |
"zusätzlich Theme-Optionen bearbeiten."
|
117 |
|
118 |
-
#: includes/form/other.php:
|
119 |
msgid "Change default email address"
|
120 |
msgstr "E-Mail-Adresse ändern"
|
121 |
|
122 |
-
#: includes/form/other.php:
|
123 |
msgid ""
|
124 |
"Change the email address and sender name used by automatic email "
|
125 |
"notifications."
|
126 |
msgstr "Ändere den Absender automatischer versandter E-Mails."
|
127 |
|
128 |
-
#: includes/form/other.php:
|
129 |
msgid "Name"
|
130 |
msgstr "Name"
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Email"
|
134 |
msgstr "Email"
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Delete default contact methods"
|
138 |
msgstr "Kontaktinfos entfernen"
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Delete default contact methods from user profile."
|
142 |
msgstr "Wähle die Kontaktinfos, die im Profil nicht angezeigt werden sollen."
|
143 |
|
144 |
-
#: includes/form/other.php:
|
145 |
msgid "Remove Update Notification"
|
146 |
msgstr "Update-Meldungen unterdrücken"
|
147 |
|
148 |
-
#: includes/form/other.php:
|
149 |
msgid "Remove Update Notification for all users except Admin User."
|
150 |
msgstr "Unterdrückt Update-Meldungen für alle Benutzer außer Administratoren."
|
151 |
|
@@ -200,30 +220,6 @@ msgstr ""
|
|
200 |
msgid "You can create child page for non-publish Page."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/form/sidebar.php:2
|
204 |
-
msgid "WordPress Plugins"
|
205 |
-
msgstr "WordPress Plugins"
|
206 |
-
|
207 |
-
#: includes/form/sidebar.php:13
|
208 |
-
msgid "Make WordPress Site Load Faster"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: includes/form/sidebar.php:14
|
212 |
-
msgid "http://wpbooster.net/"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: includes/form/sidebar.php:18
|
216 |
-
msgid "This Plugin needs your support"
|
217 |
-
msgstr "Dieses Plugin braucht deine Unterstützung"
|
218 |
-
|
219 |
-
#: includes/form/sidebar.php:19
|
220 |
-
msgid "Please help support the continued development."
|
221 |
-
msgstr "Hilf mit, seine weitere Entwicklung zu finanzieren."
|
222 |
-
|
223 |
-
#: includes/form/sidebar.php:24
|
224 |
-
msgid "Contact"
|
225 |
-
msgstr "Kontakt"
|
226 |
-
|
227 |
#: includes/form/site.php:2
|
228 |
msgid "Site Settings"
|
229 |
msgstr "Seiteneinstellungen"
|
@@ -340,11 +336,11 @@ msgstr ""
|
|
340 |
"href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a> zu "
|
341 |
"verifizieren."
|
342 |
|
343 |
-
#: wp-total-hacks.php:
|
344 |
msgid "Settings"
|
345 |
msgstr "Einstellungen"
|
346 |
|
347 |
-
#: wp-total-hacks.php:
|
348 |
msgid "Donate"
|
349 |
msgstr "Spenden"
|
350 |
|
@@ -368,6 +364,18 @@ msgstr ""
|
|
368 |
msgid "http://wpist.me/"
|
369 |
msgstr ""
|
370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
#~ msgid "$200+ makes you an official contributor."
|
372 |
#~ msgstr "Ab 200$ wirst du als Mitwirkende/r aufgeführt."
|
373 |
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: 0.2.1\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
8 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
9 |
"PO-Revision-Date: 2011-11-18 10:14+0100\n"
|
10 |
"Last-Translator: Felix Kern <kernfel@gmail.com>\n"
|
11 |
"Language-Team: \n"
|
20 |
msgid "Select File"
|
21 |
msgstr "Datei auswählen..."
|
22 |
|
23 |
+
#: includes/admin.php:390
|
24 |
msgid "Saved."
|
25 |
msgstr "Gespeichert."
|
26 |
|
27 |
+
#: includes/admin.php:397
|
28 |
msgid "Save Changes"
|
29 |
msgstr "Änderungen speichern"
|
30 |
|
31 |
+
#: includes/admin.php:442
|
32 |
msgid "Deactivate"
|
33 |
msgstr "Deaktivieren"
|
34 |
|
35 |
+
#: includes/admin.php:444 includes/admin.php:446
|
36 |
msgid "Activate"
|
37 |
msgstr "Aktivieren"
|
38 |
|
104 |
msgstr "Wähle die Elemente, die nicht angezeigt werden sollen."
|
105 |
|
106 |
#: includes/form/other.php:24
|
107 |
+
msgid "Enable shortcode in the text widget"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:26
|
111 |
+
msgid ""
|
112 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
113 |
+
"shortcode would be supported."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: includes/form/other.php:32
|
117 |
+
msgid "Enable oEmbed in the text widget"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:34
|
121 |
+
msgid ""
|
122 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
123 |
+
"oEmbed would be supported."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: includes/form/other.php:40
|
127 |
msgid "Add role \"Webmaster\""
|
128 |
msgstr "Benutzerrolle \"Webmaster\" hinzufügen"
|
129 |
|
130 |
+
#: includes/form/other.php:42
|
131 |
msgid ""
|
132 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
133 |
"options."
|
135 |
"\"Webmaster\" haben die gleichen Befugnisse wie \"Redakteure\" und können "
|
136 |
"zusätzlich Theme-Optionen bearbeiten."
|
137 |
|
138 |
+
#: includes/form/other.php:48
|
139 |
msgid "Change default email address"
|
140 |
msgstr "E-Mail-Adresse ändern"
|
141 |
|
142 |
+
#: includes/form/other.php:50
|
143 |
msgid ""
|
144 |
"Change the email address and sender name used by automatic email "
|
145 |
"notifications."
|
146 |
msgstr "Ändere den Absender automatischer versandter E-Mails."
|
147 |
|
148 |
+
#: includes/form/other.php:52
|
149 |
msgid "Name"
|
150 |
msgstr "Name"
|
151 |
|
152 |
+
#: includes/form/other.php:54
|
153 |
msgid "Email"
|
154 |
msgstr "Email"
|
155 |
|
156 |
+
#: includes/form/other.php:61
|
157 |
msgid "Delete default contact methods"
|
158 |
msgstr "Kontaktinfos entfernen"
|
159 |
|
160 |
+
#: includes/form/other.php:63
|
161 |
msgid "Delete default contact methods from user profile."
|
162 |
msgstr "Wähle die Kontaktinfos, die im Profil nicht angezeigt werden sollen."
|
163 |
|
164 |
+
#: includes/form/other.php:80
|
165 |
msgid "Remove Update Notification"
|
166 |
msgstr "Update-Meldungen unterdrücken"
|
167 |
|
168 |
+
#: includes/form/other.php:82
|
169 |
msgid "Remove Update Notification for all users except Admin User."
|
170 |
msgstr "Unterdrückt Update-Meldungen für alle Benutzer außer Administratoren."
|
171 |
|
220 |
msgid "You can create child page for non-publish Page."
|
221 |
msgstr ""
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
#: includes/form/site.php:2
|
224 |
msgid "Site Settings"
|
225 |
msgstr "Seiteneinstellungen"
|
336 |
"href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a> zu "
|
337 |
"verifizieren."
|
338 |
|
339 |
+
#: wp-total-hacks.php:402
|
340 |
msgid "Settings"
|
341 |
msgstr "Einstellungen"
|
342 |
|
343 |
+
#: wp-total-hacks.php:405
|
344 |
msgid "Donate"
|
345 |
msgstr "Spenden"
|
346 |
|
364 |
msgid "http://wpist.me/"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#~ msgid "WordPress Plugins"
|
368 |
+
#~ msgstr "WordPress Plugins"
|
369 |
+
|
370 |
+
#~ msgid "This Plugin needs your support"
|
371 |
+
#~ msgstr "Dieses Plugin braucht deine Unterstützung"
|
372 |
+
|
373 |
+
#~ msgid "Please help support the continued development."
|
374 |
+
#~ msgstr "Hilf mit, seine weitere Entwicklung zu finanzieren."
|
375 |
+
|
376 |
+
#~ msgid "Contact"
|
377 |
+
#~ msgstr "Kontakt"
|
378 |
+
|
379 |
#~ msgid "$200+ makes you an official contributor."
|
380 |
#~ msgstr "Ab 200$ wirst du als Mitwirkende/r aufgeführt."
|
381 |
|
languages/wp-total-hacks-el.mo
CHANGED
Binary file
|
languages/wp-total-hacks-el.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Total Hacks v1.1.2\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: 2013-01-29 02:20:34+0000\n"
|
7 |
"Last-Translator: darkos <gsiamidis@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -29,22 +29,22 @@ msgid "Select File"
|
|
29 |
msgstr "Επιλογή Αρχείου"
|
30 |
|
31 |
# @ default
|
32 |
-
#: includes/admin.php:
|
33 |
msgid "Saved."
|
34 |
msgstr ""
|
35 |
|
36 |
# @ default
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Save Changes"
|
39 |
msgstr ""
|
40 |
|
41 |
# @ default
|
42 |
-
#: includes/admin.php:
|
43 |
msgid "Deactivate"
|
44 |
msgstr ""
|
45 |
|
46 |
# @ default
|
47 |
-
#: includes/admin.php:
|
48 |
msgid "Activate"
|
49 |
msgstr ""
|
50 |
|
@@ -130,13 +130,33 @@ msgstr "Απενεργοποίηση Widgets του Πίνακα Ελέγχου"
|
|
130 |
msgid "Choose the items you want to remove."
|
131 |
msgstr "Επιλέξτε τα αντικείμενα που θέλετε να απενεργοποιήσετε."
|
132 |
|
133 |
-
# @ wp-total-hacks
|
134 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
msgid "Add role \"Webmaster\""
|
136 |
msgstr "Προσθήκη ρόλου \"Webmaster\""
|
137 |
|
138 |
# @ wp-total-hacks
|
139 |
-
#: includes/form/other.php:
|
140 |
msgid ""
|
141 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
142 |
"options."
|
@@ -145,12 +165,12 @@ msgstr ""
|
|
145 |
"επεξεργαστεί και τις επιλογές του Theme"
|
146 |
|
147 |
# @ wp-total-hacks
|
148 |
-
#: includes/form/other.php:
|
149 |
msgid "Change default email address"
|
150 |
msgstr "Αλλαγή της προεπιλεγμένης διεύθυνσης Email"
|
151 |
|
152 |
# @ wp-total-hacks
|
153 |
-
#: includes/form/other.php:
|
154 |
msgid ""
|
155 |
"Change the email address and sender name used by automatic email "
|
156 |
"notifications."
|
@@ -159,32 +179,32 @@ msgstr ""
|
|
159 |
"Ειδοποιήσεων."
|
160 |
|
161 |
# @ wp-total-hacks
|
162 |
-
#: includes/form/other.php:
|
163 |
msgid "Name"
|
164 |
msgstr "Όνομα"
|
165 |
|
166 |
# @ wp-total-hacks
|
167 |
-
#: includes/form/other.php:
|
168 |
msgid "Email"
|
169 |
msgstr "Email"
|
170 |
|
171 |
# @ wp-total-hacks
|
172 |
-
#: includes/form/other.php:
|
173 |
msgid "Delete default contact methods"
|
174 |
msgstr "Διαγραφή προεπιλεγμένων μεθόδων επικοινωνίας"
|
175 |
|
176 |
# @ wp-total-hacks
|
177 |
-
#: includes/form/other.php:
|
178 |
msgid "Delete default contact methods from user profile."
|
179 |
msgstr "Διαγραφή προεπιλεγμένων μεθόδων επικοινωνίας από το Προφίλ Χρήστη"
|
180 |
|
181 |
# @ wp-total-hacks
|
182 |
-
#: includes/form/other.php:
|
183 |
msgid "Remove Update Notification"
|
184 |
msgstr "Διαγραφή Ειδοποιήσεων για Ενημερώσεις"
|
185 |
|
186 |
# @ wp-total-hacks
|
187 |
-
#: includes/form/other.php:
|
188 |
msgid "Remove Update Notification for all users except Admin User."
|
189 |
msgstr ""
|
190 |
"Διαγραφή Ειδοποιήσεων για Ενημερώσεις για όλους του Χρήστες εκτός του "
|
@@ -257,36 +277,6 @@ msgstr ""
|
|
257 |
"Μπορείτε να δημιουργήσετε Υπο-Σελίδα (Child Page) για μία μη δημοσιευμένη "
|
258 |
"Σελίδα."
|
259 |
|
260 |
-
# @ wp-total-hacks
|
261 |
-
#: includes/form/sidebar.php:2
|
262 |
-
msgid "WordPress Plugins"
|
263 |
-
msgstr "Ενθέματα του Wordpress"
|
264 |
-
|
265 |
-
# @ wp-total-hacks
|
266 |
-
#: includes/form/sidebar.php:13
|
267 |
-
msgid "Make WordPress Site Load Faster"
|
268 |
-
msgstr "Κάνετε το Wordpress Site σας να Φορτώνει Γρηγορότερα"
|
269 |
-
|
270 |
-
# @ wp-total-hacks
|
271 |
-
#: includes/form/sidebar.php:14
|
272 |
-
msgid "http://wpbooster.net/"
|
273 |
-
msgstr "http://wpbooster.net/"
|
274 |
-
|
275 |
-
# @ wp-total-hacks
|
276 |
-
#: includes/form/sidebar.php:18
|
277 |
-
msgid "This Plugin needs your support"
|
278 |
-
msgstr "Αυτό το Plugin χρειάζεται την υποστήριξη σας"
|
279 |
-
|
280 |
-
# @ wp-total-hacks
|
281 |
-
#: includes/form/sidebar.php:19
|
282 |
-
msgid "Please help support the continued development."
|
283 |
-
msgstr "Παρακαλώ βοηθήστε στην συνεχή ανάπτυξη."
|
284 |
-
|
285 |
-
# @ wp-total-hacks
|
286 |
-
#: includes/form/sidebar.php:24
|
287 |
-
msgid "Contact"
|
288 |
-
msgstr "Επικοινωνία"
|
289 |
-
|
290 |
# @ wp-total-hacks
|
291 |
#: includes/form/site.php:2
|
292 |
msgid "Site Settings"
|
@@ -427,12 +417,12 @@ msgstr ""
|
|
427 |
"a>, και <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
428 |
|
429 |
# @ wp-total-hacks
|
430 |
-
#: wp-total-hacks.php:
|
431 |
msgid "Settings"
|
432 |
msgstr "Ρυθμίσεις"
|
433 |
|
434 |
# @ wp-total-hacks
|
435 |
-
#: wp-total-hacks.php:
|
436 |
msgid "Donate"
|
437 |
msgstr "Δωρεά"
|
438 |
|
@@ -461,6 +451,30 @@ msgstr "Takayuki Miyauchi"
|
|
461 |
msgid "http://wpist.me/"
|
462 |
msgstr "http://wpist.me/"
|
463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
# @ wp-total-hacks
|
465 |
#~ msgid "$200+ makes you an official contributor."
|
466 |
#~ msgstr "Με $200+ γίνεστε Επίσημος Συνεισφέρων."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Total Hacks v1.1.2\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: 2013-01-29 02:20:34+0000\n"
|
7 |
"Last-Translator: darkos <gsiamidis@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
29 |
msgstr "Επιλογή Αρχείου"
|
30 |
|
31 |
# @ default
|
32 |
+
#: includes/admin.php:390
|
33 |
msgid "Saved."
|
34 |
msgstr ""
|
35 |
|
36 |
# @ default
|
37 |
+
#: includes/admin.php:397
|
38 |
msgid "Save Changes"
|
39 |
msgstr ""
|
40 |
|
41 |
# @ default
|
42 |
+
#: includes/admin.php:442
|
43 |
msgid "Deactivate"
|
44 |
msgstr ""
|
45 |
|
46 |
# @ default
|
47 |
+
#: includes/admin.php:444 includes/admin.php:446
|
48 |
msgid "Activate"
|
49 |
msgstr ""
|
50 |
|
130 |
msgid "Choose the items you want to remove."
|
131 |
msgstr "Επιλέξτε τα αντικείμενα που θέλετε να απενεργοποιήσετε."
|
132 |
|
|
|
133 |
#: includes/form/other.php:24
|
134 |
+
msgid "Enable shortcode in the text widget"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: includes/form/other.php:26
|
138 |
+
msgid ""
|
139 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
140 |
+
"shortcode would be supported."
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: includes/form/other.php:32
|
144 |
+
msgid "Enable oEmbed in the text widget"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: includes/form/other.php:34
|
148 |
+
msgid ""
|
149 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
150 |
+
"oEmbed would be supported."
|
151 |
+
msgstr ""
|
152 |
+
|
153 |
+
# @ wp-total-hacks
|
154 |
+
#: includes/form/other.php:40
|
155 |
msgid "Add role \"Webmaster\""
|
156 |
msgstr "Προσθήκη ρόλου \"Webmaster\""
|
157 |
|
158 |
# @ wp-total-hacks
|
159 |
+
#: includes/form/other.php:42
|
160 |
msgid ""
|
161 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
162 |
"options."
|
165 |
"επεξεργαστεί και τις επιλογές του Theme"
|
166 |
|
167 |
# @ wp-total-hacks
|
168 |
+
#: includes/form/other.php:48
|
169 |
msgid "Change default email address"
|
170 |
msgstr "Αλλαγή της προεπιλεγμένης διεύθυνσης Email"
|
171 |
|
172 |
# @ wp-total-hacks
|
173 |
+
#: includes/form/other.php:50
|
174 |
msgid ""
|
175 |
"Change the email address and sender name used by automatic email "
|
176 |
"notifications."
|
179 |
"Ειδοποιήσεων."
|
180 |
|
181 |
# @ wp-total-hacks
|
182 |
+
#: includes/form/other.php:52
|
183 |
msgid "Name"
|
184 |
msgstr "Όνομα"
|
185 |
|
186 |
# @ wp-total-hacks
|
187 |
+
#: includes/form/other.php:54
|
188 |
msgid "Email"
|
189 |
msgstr "Email"
|
190 |
|
191 |
# @ wp-total-hacks
|
192 |
+
#: includes/form/other.php:61
|
193 |
msgid "Delete default contact methods"
|
194 |
msgstr "Διαγραφή προεπιλεγμένων μεθόδων επικοινωνίας"
|
195 |
|
196 |
# @ wp-total-hacks
|
197 |
+
#: includes/form/other.php:63
|
198 |
msgid "Delete default contact methods from user profile."
|
199 |
msgstr "Διαγραφή προεπιλεγμένων μεθόδων επικοινωνίας από το Προφίλ Χρήστη"
|
200 |
|
201 |
# @ wp-total-hacks
|
202 |
+
#: includes/form/other.php:80
|
203 |
msgid "Remove Update Notification"
|
204 |
msgstr "Διαγραφή Ειδοποιήσεων για Ενημερώσεις"
|
205 |
|
206 |
# @ wp-total-hacks
|
207 |
+
#: includes/form/other.php:82
|
208 |
msgid "Remove Update Notification for all users except Admin User."
|
209 |
msgstr ""
|
210 |
"Διαγραφή Ειδοποιήσεων για Ενημερώσεις για όλους του Χρήστες εκτός του "
|
277 |
"Μπορείτε να δημιουργήσετε Υπο-Σελίδα (Child Page) για μία μη δημοσιευμένη "
|
278 |
"Σελίδα."
|
279 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
280 |
# @ wp-total-hacks
|
281 |
#: includes/form/site.php:2
|
282 |
msgid "Site Settings"
|
417 |
"a>, και <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
418 |
|
419 |
# @ wp-total-hacks
|
420 |
+
#: wp-total-hacks.php:402
|
421 |
msgid "Settings"
|
422 |
msgstr "Ρυθμίσεις"
|
423 |
|
424 |
# @ wp-total-hacks
|
425 |
+
#: wp-total-hacks.php:405
|
426 |
msgid "Donate"
|
427 |
msgstr "Δωρεά"
|
428 |
|
451 |
msgid "http://wpist.me/"
|
452 |
msgstr "http://wpist.me/"
|
453 |
|
454 |
+
# @ wp-total-hacks
|
455 |
+
#~ msgid "WordPress Plugins"
|
456 |
+
#~ msgstr "Ενθέματα του Wordpress"
|
457 |
+
|
458 |
+
# @ wp-total-hacks
|
459 |
+
#~ msgid "Make WordPress Site Load Faster"
|
460 |
+
#~ msgstr "Κάνετε το Wordpress Site σας να Φορτώνει Γρηγορότερα"
|
461 |
+
|
462 |
+
# @ wp-total-hacks
|
463 |
+
#~ msgid "http://wpbooster.net/"
|
464 |
+
#~ msgstr "http://wpbooster.net/"
|
465 |
+
|
466 |
+
# @ wp-total-hacks
|
467 |
+
#~ msgid "This Plugin needs your support"
|
468 |
+
#~ msgstr "Αυτό το Plugin χρειάζεται την υποστήριξη σας"
|
469 |
+
|
470 |
+
# @ wp-total-hacks
|
471 |
+
#~ msgid "Please help support the continued development."
|
472 |
+
#~ msgstr "Παρακαλώ βοηθήστε στην συνεχή ανάπτυξη."
|
473 |
+
|
474 |
+
# @ wp-total-hacks
|
475 |
+
#~ msgid "Contact"
|
476 |
+
#~ msgstr "Επικοινωνία"
|
477 |
+
|
478 |
# @ wp-total-hacks
|
479 |
#~ msgid "$200+ makes you an official contributor."
|
480 |
#~ msgstr "Με $200+ γίνεστε Επίσημος Συνεισφέρων."
|
languages/wp-total-hacks-fa_IR.mo
CHANGED
Binary file
|
languages/wp-total-hacks-fa_IR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.0.1\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
-
"POT-Creation-Date: 2014-
|
8 |
"PO-Revision-Date: 2013-03-29 18:09+0330\n"
|
9 |
"Last-Translator: Amir Maskani <AmirMaskani@gmail.com>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -20,19 +20,19 @@ msgstr ""
|
|
20 |
msgid "Select File"
|
21 |
msgstr "انتخاب فایل"
|
22 |
|
23 |
-
#: includes/admin.php:
|
24 |
msgid "Saved."
|
25 |
msgstr "ذخیره شد."
|
26 |
|
27 |
-
#: includes/admin.php:
|
28 |
msgid "Save Changes"
|
29 |
msgstr "ذخیره تغییرات"
|
30 |
|
31 |
-
#: includes/admin.php:
|
32 |
msgid "Deactivate"
|
33 |
msgstr "غیر فعال سازی"
|
34 |
|
35 |
-
#: includes/admin.php:
|
36 |
msgid "Activate"
|
37 |
msgstr "فعال سازی"
|
38 |
|
@@ -104,10 +104,30 @@ msgid "Choose the items you want to remove."
|
|
104 |
msgstr "مواردی را که می خواهید حذف شود انتخاب کنید."
|
105 |
|
106 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Add role \"Webmaster\""
|
108 |
msgstr "افزودن نقش کاربری \"مدیرسایت\""
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid ""
|
112 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
113 |
"options."
|
@@ -115,38 +135,38 @@ msgstr ""
|
|
115 |
"این نقش قابلیت های یک \"ویرایشگر\" را دارد، اما می تواند تنظیمات پوسته را "
|
116 |
"ویرایش کند."
|
117 |
|
118 |
-
#: includes/form/other.php:
|
119 |
msgid "Change default email address"
|
120 |
msgstr "تغییر آدرس ایمیل پیشفرض"
|
121 |
|
122 |
-
#: includes/form/other.php:
|
123 |
msgid ""
|
124 |
"Change the email address and sender name used by automatic email "
|
125 |
"notifications."
|
126 |
msgstr ""
|
127 |
"تغییر آدرس ایمیل نام ارسال کننده استفاده شده توسط اطلاعیه های ایمیلی خودکار"
|
128 |
|
129 |
-
#: includes/form/other.php:
|
130 |
msgid "Name"
|
131 |
msgstr "نام"
|
132 |
|
133 |
-
#: includes/form/other.php:
|
134 |
msgid "Email"
|
135 |
msgstr "ایمیل"
|
136 |
|
137 |
-
#: includes/form/other.php:
|
138 |
msgid "Delete default contact methods"
|
139 |
msgstr "حذف روش های تماس پیشفرض"
|
140 |
|
141 |
-
#: includes/form/other.php:
|
142 |
msgid "Delete default contact methods from user profile."
|
143 |
msgstr "حذف روش های تماس پیشفرض از شناسنامه کاربر"
|
144 |
|
145 |
-
#: includes/form/other.php:
|
146 |
msgid "Remove Update Notification"
|
147 |
msgstr "حذف اطلاعیه های بروزرسانی"
|
148 |
|
149 |
-
#: includes/form/other.php:
|
150 |
msgid "Remove Update Notification for all users except Admin User."
|
151 |
msgstr "حذف اطلاعیه های بروزرسانی برای تمام کاربران به جز کاربر مدیر"
|
152 |
|
@@ -201,30 +221,6 @@ msgstr "اجازه ساخت زیر برگه برای برگه های \"پیش ن
|
|
201 |
msgid "You can create child page for non-publish Page."
|
202 |
msgstr "شما می توانید برای برگه های منتشر نشده زیر برگه ایجاد کنید."
|
203 |
|
204 |
-
#: includes/form/sidebar.php:2
|
205 |
-
msgid "WordPress Plugins"
|
206 |
-
msgstr "افزونه های وردپرس"
|
207 |
-
|
208 |
-
#: includes/form/sidebar.php:13
|
209 |
-
msgid "Make WordPress Site Load Faster"
|
210 |
-
msgstr "بارگذاری سایت وردپرسی را سریع تر کنید."
|
211 |
-
|
212 |
-
#: includes/form/sidebar.php:14
|
213 |
-
msgid "http://wpbooster.net/"
|
214 |
-
msgstr "http://wpbooster.net/"
|
215 |
-
|
216 |
-
#: includes/form/sidebar.php:18
|
217 |
-
msgid "This Plugin needs your support"
|
218 |
-
msgstr "این افزونه به حمایت شما نیازمند است"
|
219 |
-
|
220 |
-
#: includes/form/sidebar.php:19
|
221 |
-
msgid "Please help support the continued development."
|
222 |
-
msgstr "برای ادامه پشتیبانی و توسعه حمایت کنید."
|
223 |
-
|
224 |
-
#: includes/form/sidebar.php:24
|
225 |
-
msgid "Contact"
|
226 |
-
msgstr "تماس"
|
227 |
-
|
228 |
#: includes/form/site.php:2
|
229 |
msgid "Site Settings"
|
230 |
msgstr "تنظیمات سایت"
|
@@ -340,11 +336,11 @@ msgstr ""
|
|
340 |
"\"http://www.bing.com/webmaster\" target=\"_blank\">بینگ وبمستر سنتر</a> متا "
|
341 |
"کی خودتان را وارد کنید."
|
342 |
|
343 |
-
#: wp-total-hacks.php:
|
344 |
msgid "Settings"
|
345 |
msgstr "تنظیمات"
|
346 |
|
347 |
-
#: wp-total-hacks.php:
|
348 |
msgid "Donate"
|
349 |
msgstr "حمایت"
|
350 |
|
@@ -368,6 +364,24 @@ msgstr "تاکایوکی میااوچی"
|
|
368 |
msgid "http://wpist.me/"
|
369 |
msgstr "http://wpist.me/"
|
370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
#~ msgid "$200+ makes you an official contributor."
|
372 |
#~ msgstr "$200+ شما را یک مشارکت کننده رسمی می سازد."
|
373 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.0.1\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
8 |
"PO-Revision-Date: 2013-03-29 18:09+0330\n"
|
9 |
"Last-Translator: Amir Maskani <AmirMaskani@gmail.com>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
20 |
msgid "Select File"
|
21 |
msgstr "انتخاب فایل"
|
22 |
|
23 |
+
#: includes/admin.php:390
|
24 |
msgid "Saved."
|
25 |
msgstr "ذخیره شد."
|
26 |
|
27 |
+
#: includes/admin.php:397
|
28 |
msgid "Save Changes"
|
29 |
msgstr "ذخیره تغییرات"
|
30 |
|
31 |
+
#: includes/admin.php:442
|
32 |
msgid "Deactivate"
|
33 |
msgstr "غیر فعال سازی"
|
34 |
|
35 |
+
#: includes/admin.php:444 includes/admin.php:446
|
36 |
msgid "Activate"
|
37 |
msgstr "فعال سازی"
|
38 |
|
104 |
msgstr "مواردی را که می خواهید حذف شود انتخاب کنید."
|
105 |
|
106 |
#: includes/form/other.php:24
|
107 |
+
msgid "Enable shortcode in the text widget"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:26
|
111 |
+
msgid ""
|
112 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
113 |
+
"shortcode would be supported."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: includes/form/other.php:32
|
117 |
+
msgid "Enable oEmbed in the text widget"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:34
|
121 |
+
msgid ""
|
122 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
123 |
+
"oEmbed would be supported."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: includes/form/other.php:40
|
127 |
msgid "Add role \"Webmaster\""
|
128 |
msgstr "افزودن نقش کاربری \"مدیرسایت\""
|
129 |
|
130 |
+
#: includes/form/other.php:42
|
131 |
msgid ""
|
132 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
133 |
"options."
|
135 |
"این نقش قابلیت های یک \"ویرایشگر\" را دارد، اما می تواند تنظیمات پوسته را "
|
136 |
"ویرایش کند."
|
137 |
|
138 |
+
#: includes/form/other.php:48
|
139 |
msgid "Change default email address"
|
140 |
msgstr "تغییر آدرس ایمیل پیشفرض"
|
141 |
|
142 |
+
#: includes/form/other.php:50
|
143 |
msgid ""
|
144 |
"Change the email address and sender name used by automatic email "
|
145 |
"notifications."
|
146 |
msgstr ""
|
147 |
"تغییر آدرس ایمیل نام ارسال کننده استفاده شده توسط اطلاعیه های ایمیلی خودکار"
|
148 |
|
149 |
+
#: includes/form/other.php:52
|
150 |
msgid "Name"
|
151 |
msgstr "نام"
|
152 |
|
153 |
+
#: includes/form/other.php:54
|
154 |
msgid "Email"
|
155 |
msgstr "ایمیل"
|
156 |
|
157 |
+
#: includes/form/other.php:61
|
158 |
msgid "Delete default contact methods"
|
159 |
msgstr "حذف روش های تماس پیشفرض"
|
160 |
|
161 |
+
#: includes/form/other.php:63
|
162 |
msgid "Delete default contact methods from user profile."
|
163 |
msgstr "حذف روش های تماس پیشفرض از شناسنامه کاربر"
|
164 |
|
165 |
+
#: includes/form/other.php:80
|
166 |
msgid "Remove Update Notification"
|
167 |
msgstr "حذف اطلاعیه های بروزرسانی"
|
168 |
|
169 |
+
#: includes/form/other.php:82
|
170 |
msgid "Remove Update Notification for all users except Admin User."
|
171 |
msgstr "حذف اطلاعیه های بروزرسانی برای تمام کاربران به جز کاربر مدیر"
|
172 |
|
221 |
msgid "You can create child page for non-publish Page."
|
222 |
msgstr "شما می توانید برای برگه های منتشر نشده زیر برگه ایجاد کنید."
|
223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
#: includes/form/site.php:2
|
225 |
msgid "Site Settings"
|
226 |
msgstr "تنظیمات سایت"
|
336 |
"\"http://www.bing.com/webmaster\" target=\"_blank\">بینگ وبمستر سنتر</a> متا "
|
337 |
"کی خودتان را وارد کنید."
|
338 |
|
339 |
+
#: wp-total-hacks.php:402
|
340 |
msgid "Settings"
|
341 |
msgstr "تنظیمات"
|
342 |
|
343 |
+
#: wp-total-hacks.php:405
|
344 |
msgid "Donate"
|
345 |
msgstr "حمایت"
|
346 |
|
364 |
msgid "http://wpist.me/"
|
365 |
msgstr "http://wpist.me/"
|
366 |
|
367 |
+
#~ msgid "WordPress Plugins"
|
368 |
+
#~ msgstr "افزونه های وردپرس"
|
369 |
+
|
370 |
+
#~ msgid "Make WordPress Site Load Faster"
|
371 |
+
#~ msgstr "بارگذاری سایت وردپرسی را سریع تر کنید."
|
372 |
+
|
373 |
+
#~ msgid "http://wpbooster.net/"
|
374 |
+
#~ msgstr "http://wpbooster.net/"
|
375 |
+
|
376 |
+
#~ msgid "This Plugin needs your support"
|
377 |
+
#~ msgstr "این افزونه به حمایت شما نیازمند است"
|
378 |
+
|
379 |
+
#~ msgid "Please help support the continued development."
|
380 |
+
#~ msgstr "برای ادامه پشتیبانی و توسعه حمایت کنید."
|
381 |
+
|
382 |
+
#~ msgid "Contact"
|
383 |
+
#~ msgstr "تماس"
|
384 |
+
|
385 |
#~ msgid "$200+ makes you an official contributor."
|
386 |
#~ msgstr "$200+ شما را یک مشارکت کننده رسمی می سازد."
|
387 |
|
languages/wp-total-hacks-fr_FR.mo
CHANGED
Binary file
|
languages/wp-total-hacks-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Total Hacks v1.1.0\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: 2012-12-16 19:27:02+0000\n"
|
7 |
"Last-Translator: webimmac <webimmac@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -29,22 +29,22 @@ msgid "Select File"
|
|
29 |
msgstr "Sélectionner le fichier"
|
30 |
|
31 |
# @ default
|
32 |
-
#: includes/admin.php:
|
33 |
msgid "Saved."
|
34 |
msgstr ""
|
35 |
|
36 |
# @ default
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Save Changes"
|
39 |
msgstr ""
|
40 |
|
41 |
# @ default
|
42 |
-
#: includes/admin.php:
|
43 |
msgid "Deactivate"
|
44 |
msgstr ""
|
45 |
|
46 |
# @ default
|
47 |
-
#: includes/admin.php:
|
48 |
msgid "Activate"
|
49 |
msgstr ""
|
50 |
|
@@ -132,13 +132,33 @@ msgstr "Désactiver les Widgets du tableau de bord"
|
|
132 |
msgid "Choose the items you want to remove."
|
133 |
msgstr "Choisissez les items que vous souhaitez retirer."
|
134 |
|
135 |
-
# @ wp-total-hacks
|
136 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
msgid "Add role \"Webmaster\""
|
138 |
msgstr "Ajouter un rôle \"Webmaster\""
|
139 |
|
140 |
# @ wp-total-hacks
|
141 |
-
#: includes/form/other.php:
|
142 |
msgid ""
|
143 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
144 |
"options."
|
@@ -147,12 +167,12 @@ msgstr ""
|
|
147 |
"options du thème."
|
148 |
|
149 |
# @ wp-total-hacks
|
150 |
-
#: includes/form/other.php:
|
151 |
msgid "Change default email address"
|
152 |
msgstr "Changer l'adresse mail par défaut"
|
153 |
|
154 |
# @ wp-total-hacks
|
155 |
-
#: includes/form/other.php:
|
156 |
msgid ""
|
157 |
"Change the email address and sender name used by automatic email "
|
158 |
"notifications."
|
@@ -161,32 +181,32 @@ msgstr ""
|
|
161 |
"notifications automatiques par courriel."
|
162 |
|
163 |
# @ wp-total-hacks
|
164 |
-
#: includes/form/other.php:
|
165 |
msgid "Name"
|
166 |
msgstr "Nom"
|
167 |
|
168 |
# @ wp-total-hacks
|
169 |
-
#: includes/form/other.php:
|
170 |
msgid "Email"
|
171 |
msgstr "Courriel"
|
172 |
|
173 |
# @ wp-total-hacks
|
174 |
-
#: includes/form/other.php:
|
175 |
msgid "Delete default contact methods"
|
176 |
msgstr "Supprimer les méthodes de contact par défaut"
|
177 |
|
178 |
# @ wp-total-hacks
|
179 |
-
#: includes/form/other.php:
|
180 |
msgid "Delete default contact methods from user profile."
|
181 |
msgstr "Supprimer les méthodes de contact par défaut du profil utilisateur."
|
182 |
|
183 |
# @ wp-total-hacks
|
184 |
-
#: includes/form/other.php:
|
185 |
msgid "Remove Update Notification"
|
186 |
msgstr "Retirer la notification de mise à jour"
|
187 |
|
188 |
# @ wp-total-hacks
|
189 |
-
#: includes/form/other.php:
|
190 |
msgid "Remove Update Notification for all users except Admin User."
|
191 |
msgstr ""
|
192 |
"Retirer la notification de mise à jour pour tous les utilisateurs sauf "
|
@@ -256,38 +276,6 @@ msgstr "Vous permet de créer la page enfant pour les \"brouillon\"."
|
|
256 |
msgid "You can create child page for non-publish Page."
|
257 |
msgstr "Vous pouvez créer une page enfant pour les pages non-publiées."
|
258 |
|
259 |
-
# @ wp-total-hacks
|
260 |
-
#: includes/form/sidebar.php:2
|
261 |
-
msgid "WordPress Plugins"
|
262 |
-
msgstr "Plugins WordPress"
|
263 |
-
|
264 |
-
# @ wp-total-hacks
|
265 |
-
#: includes/form/sidebar.php:13
|
266 |
-
msgid "Make WordPress Site Load Faster"
|
267 |
-
msgstr "Faites en sorte que votre site WordPress se charge plus vite"
|
268 |
-
|
269 |
-
# @ wp-total-hacks
|
270 |
-
#: includes/form/sidebar.php:14
|
271 |
-
msgid "http://wpbooster.net/"
|
272 |
-
msgstr "http://wpbooster.net/"
|
273 |
-
|
274 |
-
# @ wp-total-hacks
|
275 |
-
#: includes/form/sidebar.php:18
|
276 |
-
msgid "This Plugin needs your support"
|
277 |
-
msgstr "Ce plugin a besoin de votre soutien"
|
278 |
-
|
279 |
-
# @ wp-total-hacks
|
280 |
-
#: includes/form/sidebar.php:19
|
281 |
-
msgid "Please help support the continued development."
|
282 |
-
msgstr ""
|
283 |
-
"S'il vous plaît, soutenez le développement afin que celui-ci puisse "
|
284 |
-
"continuer."
|
285 |
-
|
286 |
-
# @ wp-total-hacks
|
287 |
-
#: includes/form/sidebar.php:24
|
288 |
-
msgid "Contact"
|
289 |
-
msgstr "Contact"
|
290 |
-
|
291 |
# @ wp-total-hacks
|
292 |
#: includes/form/site.php:2
|
293 |
msgid "Site Settings"
|
@@ -428,12 +416,12 @@ msgstr ""
|
|
428 |
"Webmaster Center </a>."
|
429 |
|
430 |
# @ wp-total-hacks
|
431 |
-
#: wp-total-hacks.php:
|
432 |
msgid "Settings"
|
433 |
msgstr "Paramètres"
|
434 |
|
435 |
# @ wp-total-hacks
|
436 |
-
#: wp-total-hacks.php:
|
437 |
msgid "Donate"
|
438 |
msgstr "Faire un don"
|
439 |
|
@@ -462,6 +450,32 @@ msgstr "Takayuki Miyauchi"
|
|
462 |
msgid "http://wpist.me/"
|
463 |
msgstr "http://wpist.me/"
|
464 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
# @ wp-total-hacks
|
466 |
#~ msgid "$200+ makes you an official contributor."
|
467 |
#~ msgstr "Un don de 200 $ et plus, fait de vous un contributeur officiel."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: WP Total Hacks v1.1.0\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: 2012-12-16 19:27:02+0000\n"
|
7 |
"Last-Translator: webimmac <webimmac@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
29 |
msgstr "Sélectionner le fichier"
|
30 |
|
31 |
# @ default
|
32 |
+
#: includes/admin.php:390
|
33 |
msgid "Saved."
|
34 |
msgstr ""
|
35 |
|
36 |
# @ default
|
37 |
+
#: includes/admin.php:397
|
38 |
msgid "Save Changes"
|
39 |
msgstr ""
|
40 |
|
41 |
# @ default
|
42 |
+
#: includes/admin.php:442
|
43 |
msgid "Deactivate"
|
44 |
msgstr ""
|
45 |
|
46 |
# @ default
|
47 |
+
#: includes/admin.php:444 includes/admin.php:446
|
48 |
msgid "Activate"
|
49 |
msgstr ""
|
50 |
|
132 |
msgid "Choose the items you want to remove."
|
133 |
msgstr "Choisissez les items que vous souhaitez retirer."
|
134 |
|
|
|
135 |
#: includes/form/other.php:24
|
136 |
+
msgid "Enable shortcode in the text widget"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: includes/form/other.php:26
|
140 |
+
msgid ""
|
141 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
142 |
+
"shortcode would be supported."
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: includes/form/other.php:32
|
146 |
+
msgid "Enable oEmbed in the text widget"
|
147 |
+
msgstr ""
|
148 |
+
|
149 |
+
#: includes/form/other.php:34
|
150 |
+
msgid ""
|
151 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
152 |
+
"oEmbed would be supported."
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
# @ wp-total-hacks
|
156 |
+
#: includes/form/other.php:40
|
157 |
msgid "Add role \"Webmaster\""
|
158 |
msgstr "Ajouter un rôle \"Webmaster\""
|
159 |
|
160 |
# @ wp-total-hacks
|
161 |
+
#: includes/form/other.php:42
|
162 |
msgid ""
|
163 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
164 |
"options."
|
167 |
"options du thème."
|
168 |
|
169 |
# @ wp-total-hacks
|
170 |
+
#: includes/form/other.php:48
|
171 |
msgid "Change default email address"
|
172 |
msgstr "Changer l'adresse mail par défaut"
|
173 |
|
174 |
# @ wp-total-hacks
|
175 |
+
#: includes/form/other.php:50
|
176 |
msgid ""
|
177 |
"Change the email address and sender name used by automatic email "
|
178 |
"notifications."
|
181 |
"notifications automatiques par courriel."
|
182 |
|
183 |
# @ wp-total-hacks
|
184 |
+
#: includes/form/other.php:52
|
185 |
msgid "Name"
|
186 |
msgstr "Nom"
|
187 |
|
188 |
# @ wp-total-hacks
|
189 |
+
#: includes/form/other.php:54
|
190 |
msgid "Email"
|
191 |
msgstr "Courriel"
|
192 |
|
193 |
# @ wp-total-hacks
|
194 |
+
#: includes/form/other.php:61
|
195 |
msgid "Delete default contact methods"
|
196 |
msgstr "Supprimer les méthodes de contact par défaut"
|
197 |
|
198 |
# @ wp-total-hacks
|
199 |
+
#: includes/form/other.php:63
|
200 |
msgid "Delete default contact methods from user profile."
|
201 |
msgstr "Supprimer les méthodes de contact par défaut du profil utilisateur."
|
202 |
|
203 |
# @ wp-total-hacks
|
204 |
+
#: includes/form/other.php:80
|
205 |
msgid "Remove Update Notification"
|
206 |
msgstr "Retirer la notification de mise à jour"
|
207 |
|
208 |
# @ wp-total-hacks
|
209 |
+
#: includes/form/other.php:82
|
210 |
msgid "Remove Update Notification for all users except Admin User."
|
211 |
msgstr ""
|
212 |
"Retirer la notification de mise à jour pour tous les utilisateurs sauf "
|
276 |
msgid "You can create child page for non-publish Page."
|
277 |
msgstr "Vous pouvez créer une page enfant pour les pages non-publiées."
|
278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
# @ wp-total-hacks
|
280 |
#: includes/form/site.php:2
|
281 |
msgid "Site Settings"
|
416 |
"Webmaster Center </a>."
|
417 |
|
418 |
# @ wp-total-hacks
|
419 |
+
#: wp-total-hacks.php:402
|
420 |
msgid "Settings"
|
421 |
msgstr "Paramètres"
|
422 |
|
423 |
# @ wp-total-hacks
|
424 |
+
#: wp-total-hacks.php:405
|
425 |
msgid "Donate"
|
426 |
msgstr "Faire un don"
|
427 |
|
450 |
msgid "http://wpist.me/"
|
451 |
msgstr "http://wpist.me/"
|
452 |
|
453 |
+
# @ wp-total-hacks
|
454 |
+
#~ msgid "WordPress Plugins"
|
455 |
+
#~ msgstr "Plugins WordPress"
|
456 |
+
|
457 |
+
# @ wp-total-hacks
|
458 |
+
#~ msgid "Make WordPress Site Load Faster"
|
459 |
+
#~ msgstr "Faites en sorte que votre site WordPress se charge plus vite"
|
460 |
+
|
461 |
+
# @ wp-total-hacks
|
462 |
+
#~ msgid "http://wpbooster.net/"
|
463 |
+
#~ msgstr "http://wpbooster.net/"
|
464 |
+
|
465 |
+
# @ wp-total-hacks
|
466 |
+
#~ msgid "This Plugin needs your support"
|
467 |
+
#~ msgstr "Ce plugin a besoin de votre soutien"
|
468 |
+
|
469 |
+
# @ wp-total-hacks
|
470 |
+
#~ msgid "Please help support the continued development."
|
471 |
+
#~ msgstr ""
|
472 |
+
#~ "S'il vous plaît, soutenez le développement afin que celui-ci puisse "
|
473 |
+
#~ "continuer."
|
474 |
+
|
475 |
+
# @ wp-total-hacks
|
476 |
+
#~ msgid "Contact"
|
477 |
+
#~ msgstr "Contact"
|
478 |
+
|
479 |
# @ wp-total-hacks
|
480 |
#~ msgid "$200+ makes you an official contributor."
|
481 |
#~ msgstr "Un don de 200 $ et plus, fait de vous un contributeur officiel."
|
languages/wp-total-hacks-it_IT.mo
CHANGED
Binary file
|
languages/wp-total-hacks-it_IT.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
-
"POT-Creation-Date: 2014-
|
11 |
"PO-Revision-Date: 2011-05-23 09:15+0100\n"
|
12 |
"Last-Translator: Andrea Bersi\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -22,19 +22,19 @@ msgstr ""
|
|
22 |
msgid "Select File"
|
23 |
msgstr "Seleziona file"
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Saved."
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Salva"
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Disattiva"
|
36 |
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Activate"
|
39 |
msgstr "Attiva"
|
40 |
|
@@ -106,46 +106,66 @@ msgid "Choose the items you want to remove."
|
|
106 |
msgstr "Click sul check box per cancellare"
|
107 |
|
108 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
msgid "Add role \"Webmaster\""
|
110 |
msgstr "Aggiungi ruolo \"Webmaster\""
|
111 |
|
112 |
-
#: includes/form/other.php:
|
113 |
msgid ""
|
114 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
115 |
"options."
|
116 |
msgstr "\"Webmaster\" è ruolo analogo a \"Editor\" + \"edit_theme_options\" "
|
117 |
|
118 |
-
#: includes/form/other.php:
|
119 |
msgid "Change default email address"
|
120 |
msgstr "Cambia valore email di default"
|
121 |
|
122 |
-
#: includes/form/other.php:
|
123 |
msgid ""
|
124 |
"Change the email address and sender name used by automatic email "
|
125 |
"notifications."
|
126 |
msgstr "Cambia valore email di default e nome del sender"
|
127 |
|
128 |
-
#: includes/form/other.php:
|
129 |
msgid "Name"
|
130 |
msgstr "Nome"
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Email"
|
134 |
msgstr "Email"
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Delete default contact methods"
|
138 |
msgstr "Cancella metodo contatto di default"
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Delete default contact methods from user profile."
|
142 |
msgstr "Cancella metodo contatto di default dak profilo utente"
|
143 |
|
144 |
-
#: includes/form/other.php:
|
145 |
msgid "Remove Update Notification"
|
146 |
msgstr "Rimuovi notifiche di aggiornamento"
|
147 |
|
148 |
-
#: includes/form/other.php:
|
149 |
msgid "Remove Update Notification for all users except Admin User."
|
150 |
msgstr ""
|
151 |
"Rimuovi notifiche di aggiornamento per tutti utenti tranne Amministratore"
|
@@ -200,30 +220,6 @@ msgstr ""
|
|
200 |
msgid "You can create child page for non-publish Page."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/form/sidebar.php:2
|
204 |
-
msgid "WordPress Plugins"
|
205 |
-
msgstr "WordPress Pulgins"
|
206 |
-
|
207 |
-
#: includes/form/sidebar.php:13
|
208 |
-
msgid "Make WordPress Site Load Faster"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: includes/form/sidebar.php:14
|
212 |
-
msgid "http://wpbooster.net/"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: includes/form/sidebar.php:18
|
216 |
-
msgid "This Plugin needs your support"
|
217 |
-
msgstr "Questo plugin necessita del tuo supporto"
|
218 |
-
|
219 |
-
#: includes/form/sidebar.php:19
|
220 |
-
msgid "Please help support the continued development."
|
221 |
-
msgstr "Si prega di aiutare il mantenimento del plugin"
|
222 |
-
|
223 |
-
#: includes/form/sidebar.php:24
|
224 |
-
msgid "Contact"
|
225 |
-
msgstr "Contatto"
|
226 |
-
|
227 |
#: includes/form/site.php:2
|
228 |
msgid "Site Settings"
|
229 |
msgstr "Impostazioni sito"
|
@@ -338,11 +334,11 @@ msgstr ""
|
|
338 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
339 |
"a>, e <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
340 |
|
341 |
-
#: wp-total-hacks.php:
|
342 |
msgid "Settings"
|
343 |
msgstr "Impostazioni"
|
344 |
|
345 |
-
#: wp-total-hacks.php:
|
346 |
msgid "Donate"
|
347 |
msgstr "Dona"
|
348 |
|
@@ -366,6 +362,18 @@ msgstr ""
|
|
366 |
msgid "http://wpist.me/"
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#~ msgid "$200+ makes you an official contributor."
|
370 |
#~ msgstr "$200 per diventare sostenitore ufficiale"
|
371 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
11 |
"PO-Revision-Date: 2011-05-23 09:15+0100\n"
|
12 |
"Last-Translator: Andrea Bersi\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
22 |
msgid "Select File"
|
23 |
msgstr "Seleziona file"
|
24 |
|
25 |
+
#: includes/admin.php:390
|
26 |
msgid "Saved."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/admin.php:397
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Salva"
|
32 |
|
33 |
+
#: includes/admin.php:442
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Disattiva"
|
36 |
|
37 |
+
#: includes/admin.php:444 includes/admin.php:446
|
38 |
msgid "Activate"
|
39 |
msgstr "Attiva"
|
40 |
|
106 |
msgstr "Click sul check box per cancellare"
|
107 |
|
108 |
#: includes/form/other.php:24
|
109 |
+
msgid "Enable shortcode in the text widget"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: includes/form/other.php:26
|
113 |
+
msgid ""
|
114 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
115 |
+
"shortcode would be supported."
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: includes/form/other.php:32
|
119 |
+
msgid "Enable oEmbed in the text widget"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: includes/form/other.php:34
|
123 |
+
msgid ""
|
124 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
125 |
+
"oEmbed would be supported."
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: includes/form/other.php:40
|
129 |
msgid "Add role \"Webmaster\""
|
130 |
msgstr "Aggiungi ruolo \"Webmaster\""
|
131 |
|
132 |
+
#: includes/form/other.php:42
|
133 |
msgid ""
|
134 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
135 |
"options."
|
136 |
msgstr "\"Webmaster\" è ruolo analogo a \"Editor\" + \"edit_theme_options\" "
|
137 |
|
138 |
+
#: includes/form/other.php:48
|
139 |
msgid "Change default email address"
|
140 |
msgstr "Cambia valore email di default"
|
141 |
|
142 |
+
#: includes/form/other.php:50
|
143 |
msgid ""
|
144 |
"Change the email address and sender name used by automatic email "
|
145 |
"notifications."
|
146 |
msgstr "Cambia valore email di default e nome del sender"
|
147 |
|
148 |
+
#: includes/form/other.php:52
|
149 |
msgid "Name"
|
150 |
msgstr "Nome"
|
151 |
|
152 |
+
#: includes/form/other.php:54
|
153 |
msgid "Email"
|
154 |
msgstr "Email"
|
155 |
|
156 |
+
#: includes/form/other.php:61
|
157 |
msgid "Delete default contact methods"
|
158 |
msgstr "Cancella metodo contatto di default"
|
159 |
|
160 |
+
#: includes/form/other.php:63
|
161 |
msgid "Delete default contact methods from user profile."
|
162 |
msgstr "Cancella metodo contatto di default dak profilo utente"
|
163 |
|
164 |
+
#: includes/form/other.php:80
|
165 |
msgid "Remove Update Notification"
|
166 |
msgstr "Rimuovi notifiche di aggiornamento"
|
167 |
|
168 |
+
#: includes/form/other.php:82
|
169 |
msgid "Remove Update Notification for all users except Admin User."
|
170 |
msgstr ""
|
171 |
"Rimuovi notifiche di aggiornamento per tutti utenti tranne Amministratore"
|
220 |
msgid "You can create child page for non-publish Page."
|
221 |
msgstr ""
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
#: includes/form/site.php:2
|
224 |
msgid "Site Settings"
|
225 |
msgstr "Impostazioni sito"
|
334 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
335 |
"a>, e <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
336 |
|
337 |
+
#: wp-total-hacks.php:402
|
338 |
msgid "Settings"
|
339 |
msgstr "Impostazioni"
|
340 |
|
341 |
+
#: wp-total-hacks.php:405
|
342 |
msgid "Donate"
|
343 |
msgstr "Dona"
|
344 |
|
362 |
msgid "http://wpist.me/"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#~ msgid "WordPress Plugins"
|
366 |
+
#~ msgstr "WordPress Pulgins"
|
367 |
+
|
368 |
+
#~ msgid "This Plugin needs your support"
|
369 |
+
#~ msgstr "Questo plugin necessita del tuo supporto"
|
370 |
+
|
371 |
+
#~ msgid "Please help support the continued development."
|
372 |
+
#~ msgstr "Si prega di aiutare il mantenimento del plugin"
|
373 |
+
|
374 |
+
#~ msgid "Contact"
|
375 |
+
#~ msgstr "Contatto"
|
376 |
+
|
377 |
#~ msgid "$200+ makes you an official contributor."
|
378 |
#~ msgstr "$200 per diventare sostenitore ufficiale"
|
379 |
|
languages/wp-total-hacks-ja.mo
CHANGED
Binary file
|
languages/wp-total-hacks-ja.po
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: PACKAGE VERSION\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
11 |
-
"POT-Creation-Date: 2014-
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -23,19 +23,19 @@ msgstr ""
|
|
23 |
msgid "Select File"
|
24 |
msgstr "ファイルを選択"
|
25 |
|
26 |
-
#: includes/admin.php:
|
27 |
msgid "Saved."
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/admin.php:
|
31 |
msgid "Save Changes"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/admin.php:
|
35 |
msgid "Deactivate"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: includes/admin.php:
|
39 |
msgid "Activate"
|
40 |
msgstr ""
|
41 |
|
@@ -105,47 +105,70 @@ msgid "Choose the items you want to remove."
|
|
105 |
msgstr "削除したい項目をクリックしてください。"
|
106 |
|
107 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
msgid "Add role \"Webmaster\""
|
109 |
msgstr "\"Webmaster\" 権限を追加"
|
110 |
|
111 |
-
#: includes/form/other.php:
|
112 |
msgid ""
|
113 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
114 |
"options."
|
115 |
msgstr ""
|
116 |
"\"Webmaster\" は、\"Editor\" 権限と \"edit_theme_options\" が可能です。"
|
117 |
|
118 |
-
#: includes/form/other.php:
|
119 |
msgid "Change default email address"
|
120 |
msgstr "デフォルトのメールアドレスを変更"
|
121 |
|
122 |
-
#: includes/form/other.php:
|
123 |
msgid ""
|
124 |
"Change the email address and sender name used by automatic email "
|
125 |
"notifications."
|
126 |
msgstr "デフォルトのメールアドレスと送信者名を変更します。"
|
127 |
|
128 |
-
#: includes/form/other.php:
|
129 |
msgid "Name"
|
130 |
msgstr "名前"
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Email"
|
134 |
msgstr "Email"
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Delete default contact methods"
|
138 |
msgstr "デフォルトの連絡先情報を削除"
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Delete default contact methods from user profile."
|
142 |
msgstr "ユーザーの編集からデフォルトの連絡先情報を削除します。"
|
143 |
|
144 |
-
#: includes/form/other.php:
|
145 |
msgid "Remove Update Notification"
|
146 |
msgstr "アップデート通知を停止"
|
147 |
|
148 |
-
#: includes/form/other.php:
|
149 |
msgid "Remove Update Notification for all users except Admin User."
|
150 |
msgstr "アップデート通知を管理者以外の全てのユーザーに対して停止します。"
|
151 |
|
@@ -199,30 +222,6 @@ msgstr "下書きページへの子ページの作成を許可"
|
|
199 |
msgid "You can create child page for non-publish Page."
|
200 |
msgstr "公開されていないページの子ページを作成することができます。"
|
201 |
|
202 |
-
#: includes/form/sidebar.php:2
|
203 |
-
msgid "WordPress Plugins"
|
204 |
-
msgstr "WordPress プラグイン"
|
205 |
-
|
206 |
-
#: includes/form/sidebar.php:13
|
207 |
-
msgid "Make WordPress Site Load Faster"
|
208 |
-
msgstr "WordPressを高速化"
|
209 |
-
|
210 |
-
#: includes/form/sidebar.php:14
|
211 |
-
msgid "http://wpbooster.net/"
|
212 |
-
msgstr "http://ja.wpbooster.net/"
|
213 |
-
|
214 |
-
#: includes/form/sidebar.php:18
|
215 |
-
msgid "This Plugin needs your support"
|
216 |
-
msgstr "あなたのサポートが必要です"
|
217 |
-
|
218 |
-
#: includes/form/sidebar.php:19
|
219 |
-
msgid "Please help support the continued development."
|
220 |
-
msgstr "開発を継続するための支援をお願いします。"
|
221 |
-
|
222 |
-
#: includes/form/sidebar.php:24
|
223 |
-
msgid "Contact"
|
224 |
-
msgstr "連絡先"
|
225 |
-
|
226 |
#: includes/form/site.php:2
|
227 |
msgid "Site Settings"
|
228 |
msgstr "サイト設定"
|
@@ -324,7 +323,6 @@ msgid "Webmaster Tools Verification"
|
|
324 |
msgstr "ウェブマスターツールの認証"
|
325 |
|
326 |
#: includes/form/site.php:95
|
327 |
-
#, fuzzy
|
328 |
msgid ""
|
329 |
"Enter your meta key \"content\" value to verify your blog with <a href="
|
330 |
"\"https://www.google.com/webmasters/tools/\">Google Webmaster Tools</a> and "
|
@@ -335,11 +333,11 @@ msgstr ""
|
|
335 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, and <a href="
|
336 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
337 |
|
338 |
-
#: wp-total-hacks.php:
|
339 |
msgid "Settings"
|
340 |
msgstr "設定"
|
341 |
|
342 |
-
#: wp-total-hacks.php:
|
343 |
msgid "Donate"
|
344 |
msgstr "寄付"
|
345 |
|
@@ -363,6 +361,24 @@ msgstr "Takayuki Miyauchi"
|
|
363 |
msgid "http://wpist.me/"
|
364 |
msgstr "http://firegoby.theta.ne.jp/"
|
365 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
366 |
#~ msgid "$200+ makes you an official contributor."
|
367 |
#~ msgstr "200ドル以上の寄付で公式な協力者としてご紹介させていただきます。"
|
368 |
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: PACKAGE VERSION\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
11 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
23 |
msgid "Select File"
|
24 |
msgstr "ファイルを選択"
|
25 |
|
26 |
+
#: includes/admin.php:390
|
27 |
msgid "Saved."
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/admin.php:397
|
31 |
msgid "Save Changes"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: includes/admin.php:442
|
35 |
msgid "Deactivate"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/admin.php:444 includes/admin.php:446
|
39 |
msgid "Activate"
|
40 |
msgstr ""
|
41 |
|
105 |
msgstr "削除したい項目をクリックしてください。"
|
106 |
|
107 |
#: includes/form/other.php:24
|
108 |
+
msgid "Enable shortcode in the text widget"
|
109 |
+
msgstr "テキストウィジェットでショートコードを使用可能にする"
|
110 |
+
|
111 |
+
#: includes/form/other.php:26
|
112 |
+
msgid ""
|
113 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
114 |
+
"shortcode would be supported."
|
115 |
+
msgstr ""
|
116 |
+
"デフォルトでは、テキストウィジェットはテキストとHTMLしかサポートしていませんが、これを有効化するとショートコードが使用できるようになります。"
|
117 |
+
|
118 |
+
|
119 |
+
#: includes/form/other.php:32
|
120 |
+
msgid "Enable oEmbed in the text widget"
|
121 |
+
msgstr "テキストウィジェットでoEmbedを使用可能にする"
|
122 |
+
|
123 |
+
#: includes/form/other.php:34
|
124 |
+
msgid ""
|
125 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
126 |
+
"oEmbed would be supported."
|
127 |
+
msgstr ""
|
128 |
+
"デフォルトでは、テキストウィジェットはテキストとHTMLしかサポートしていませんが、これを有効化するとoEmbedが使用できるようになります。"
|
129 |
+
|
130 |
+
#: includes/form/other.php:40
|
131 |
msgid "Add role \"Webmaster\""
|
132 |
msgstr "\"Webmaster\" 権限を追加"
|
133 |
|
134 |
+
#: includes/form/other.php:42
|
135 |
msgid ""
|
136 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
137 |
"options."
|
138 |
msgstr ""
|
139 |
"\"Webmaster\" は、\"Editor\" 権限と \"edit_theme_options\" が可能です。"
|
140 |
|
141 |
+
#: includes/form/other.php:48
|
142 |
msgid "Change default email address"
|
143 |
msgstr "デフォルトのメールアドレスを変更"
|
144 |
|
145 |
+
#: includes/form/other.php:50
|
146 |
msgid ""
|
147 |
"Change the email address and sender name used by automatic email "
|
148 |
"notifications."
|
149 |
msgstr "デフォルトのメールアドレスと送信者名を変更します。"
|
150 |
|
151 |
+
#: includes/form/other.php:52
|
152 |
msgid "Name"
|
153 |
msgstr "名前"
|
154 |
|
155 |
+
#: includes/form/other.php:54
|
156 |
msgid "Email"
|
157 |
msgstr "Email"
|
158 |
|
159 |
+
#: includes/form/other.php:61
|
160 |
msgid "Delete default contact methods"
|
161 |
msgstr "デフォルトの連絡先情報を削除"
|
162 |
|
163 |
+
#: includes/form/other.php:63
|
164 |
msgid "Delete default contact methods from user profile."
|
165 |
msgstr "ユーザーの編集からデフォルトの連絡先情報を削除します。"
|
166 |
|
167 |
+
#: includes/form/other.php:80
|
168 |
msgid "Remove Update Notification"
|
169 |
msgstr "アップデート通知を停止"
|
170 |
|
171 |
+
#: includes/form/other.php:82
|
172 |
msgid "Remove Update Notification for all users except Admin User."
|
173 |
msgstr "アップデート通知を管理者以外の全てのユーザーに対して停止します。"
|
174 |
|
222 |
msgid "You can create child page for non-publish Page."
|
223 |
msgstr "公開されていないページの子ページを作成することができます。"
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
#: includes/form/site.php:2
|
226 |
msgid "Site Settings"
|
227 |
msgstr "サイト設定"
|
323 |
msgstr "ウェブマスターツールの認証"
|
324 |
|
325 |
#: includes/form/site.php:95
|
|
|
326 |
msgid ""
|
327 |
"Enter your meta key \"content\" value to verify your blog with <a href="
|
328 |
"\"https://www.google.com/webmasters/tools/\">Google Webmaster Tools</a> and "
|
333 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, and <a href="
|
334 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
335 |
|
336 |
+
#: wp-total-hacks.php:402
|
337 |
msgid "Settings"
|
338 |
msgstr "設定"
|
339 |
|
340 |
+
#: wp-total-hacks.php:405
|
341 |
msgid "Donate"
|
342 |
msgstr "寄付"
|
343 |
|
361 |
msgid "http://wpist.me/"
|
362 |
msgstr "http://firegoby.theta.ne.jp/"
|
363 |
|
364 |
+
#~ msgid "WordPress Plugins"
|
365 |
+
#~ msgstr "WordPress プラグイン"
|
366 |
+
|
367 |
+
#~ msgid "Make WordPress Site Load Faster"
|
368 |
+
#~ msgstr "WordPressを高速化"
|
369 |
+
|
370 |
+
#~ msgid "http://wpbooster.net/"
|
371 |
+
#~ msgstr "http://ja.wpbooster.net/"
|
372 |
+
|
373 |
+
#~ msgid "This Plugin needs your support"
|
374 |
+
#~ msgstr "あなたのサポートが必要です"
|
375 |
+
|
376 |
+
#~ msgid "Please help support the continued development."
|
377 |
+
#~ msgstr "開発を継続するための支援をお願いします。"
|
378 |
+
|
379 |
+
#~ msgid "Contact"
|
380 |
+
#~ msgstr "連絡先"
|
381 |
+
|
382 |
#~ msgid "$200+ makes you an official contributor."
|
383 |
#~ msgstr "200ドル以上の寄付で公式な協力者としてご紹介させていただきます。"
|
384 |
|
languages/wp-total-hacks-ms_MY.mo
CHANGED
Binary file
|
languages/wp-total-hacks-ms_MY.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
-
"POT-Creation-Date: 2014-
|
11 |
"PO-Revision-Date: 2011-12-21 15:30+0900\n"
|
12 |
"Last-Translator: Zairul Azmil <zazmil@gmail.com>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -22,19 +22,19 @@ msgstr ""
|
|
22 |
msgid "Select File"
|
23 |
msgstr "Pilih Fail"
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Saved."
|
27 |
msgstr "Selamat disimpan."
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Simpan Perubahan"
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Nyahaktifkan"
|
36 |
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Activate"
|
39 |
msgstr "Aktifkan"
|
40 |
|
@@ -104,21 +104,41 @@ msgid "Choose the items you want to remove."
|
|
104 |
msgstr "Pilih item yang mahu dibuang."
|
105 |
|
106 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Add role \"Webmaster\""
|
108 |
msgstr "Tambah jawatan \"Webmaster\""
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid ""
|
112 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
113 |
"options."
|
114 |
msgstr ""
|
115 |
"Jawatan ini juga mempunyai keupayaan \"Editor\" dan boleh edit pilihan tema."
|
116 |
|
117 |
-
#: includes/form/other.php:
|
118 |
msgid "Change default email address"
|
119 |
msgstr "Tukar alamat emel lalai"
|
120 |
|
121 |
-
#: includes/form/other.php:
|
122 |
msgid ""
|
123 |
"Change the email address and sender name used by automatic email "
|
124 |
"notifications."
|
@@ -126,27 +146,27 @@ msgstr ""
|
|
126 |
"Tukar alamat emel lalai dan nama pengirim yang digunakan pada notifikasi "
|
127 |
"emel automatik."
|
128 |
|
129 |
-
#: includes/form/other.php:
|
130 |
msgid "Name"
|
131 |
msgstr "Nama"
|
132 |
|
133 |
-
#: includes/form/other.php:
|
134 |
msgid "Email"
|
135 |
msgstr "Emel"
|
136 |
|
137 |
-
#: includes/form/other.php:
|
138 |
msgid "Delete default contact methods"
|
139 |
msgstr "Padam kaedah hubungan lalai"
|
140 |
|
141 |
-
#: includes/form/other.php:
|
142 |
msgid "Delete default contact methods from user profile."
|
143 |
msgstr "Padam kaedah hubungan lalai dari profil pengguna."
|
144 |
|
145 |
-
#: includes/form/other.php:
|
146 |
msgid "Remove Update Notification"
|
147 |
msgstr "Buang Notifikasi Kemaskini"
|
148 |
|
149 |
-
#: includes/form/other.php:
|
150 |
msgid "Remove Update Notification for all users except Admin User."
|
151 |
msgstr "Buang Notifikasi Kemaskini pada semua pengguna kecuali Admin."
|
152 |
|
@@ -202,31 +222,6 @@ msgstr ""
|
|
202 |
msgid "You can create child page for non-publish Page."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: includes/form/sidebar.php:2
|
206 |
-
msgid "WordPress Plugins"
|
207 |
-
msgstr "WordPress Plugins"
|
208 |
-
|
209 |
-
#: includes/form/sidebar.php:13
|
210 |
-
msgid "Make WordPress Site Load Faster"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: includes/form/sidebar.php:14
|
214 |
-
#, fuzzy
|
215 |
-
msgid "http://wpbooster.net/"
|
216 |
-
msgstr "http://wpist.me/"
|
217 |
-
|
218 |
-
#: includes/form/sidebar.php:18
|
219 |
-
msgid "This Plugin needs your support"
|
220 |
-
msgstr "Plugin ini memerlukan sokongan dari anda"
|
221 |
-
|
222 |
-
#: includes/form/sidebar.php:19
|
223 |
-
msgid "Please help support the continued development."
|
224 |
-
msgstr "Sila bantu kami menyokong pembangunan plugin."
|
225 |
-
|
226 |
-
#: includes/form/sidebar.php:24
|
227 |
-
msgid "Contact"
|
228 |
-
msgstr "Hubung"
|
229 |
-
|
230 |
#: includes/form/site.php:2
|
231 |
msgid "Site Settings"
|
232 |
msgstr "Tetapan laman"
|
@@ -342,11 +337,11 @@ msgstr ""
|
|
342 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
343 |
"a>, dan <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
344 |
|
345 |
-
#: wp-total-hacks.php:
|
346 |
msgid "Settings"
|
347 |
msgstr "Tetapan"
|
348 |
|
349 |
-
#: wp-total-hacks.php:
|
350 |
msgid "Donate"
|
351 |
msgstr "Derma"
|
352 |
|
@@ -370,6 +365,22 @@ msgstr "Takayuki Miyauchi"
|
|
370 |
msgid "http://wpist.me/"
|
371 |
msgstr "http://wpist.me/"
|
372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
#~ msgid "$200+ makes you an official contributor."
|
374 |
#~ msgstr ""
|
375 |
#~ "Dengan derma US$200, nama anda akan disenarai sebagai penyokong rasmi."
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
11 |
"PO-Revision-Date: 2011-12-21 15:30+0900\n"
|
12 |
"Last-Translator: Zairul Azmil <zazmil@gmail.com>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
22 |
msgid "Select File"
|
23 |
msgstr "Pilih Fail"
|
24 |
|
25 |
+
#: includes/admin.php:390
|
26 |
msgid "Saved."
|
27 |
msgstr "Selamat disimpan."
|
28 |
|
29 |
+
#: includes/admin.php:397
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Simpan Perubahan"
|
32 |
|
33 |
+
#: includes/admin.php:442
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Nyahaktifkan"
|
36 |
|
37 |
+
#: includes/admin.php:444 includes/admin.php:446
|
38 |
msgid "Activate"
|
39 |
msgstr "Aktifkan"
|
40 |
|
104 |
msgstr "Pilih item yang mahu dibuang."
|
105 |
|
106 |
#: includes/form/other.php:24
|
107 |
+
msgid "Enable shortcode in the text widget"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:26
|
111 |
+
msgid ""
|
112 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
113 |
+
"shortcode would be supported."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: includes/form/other.php:32
|
117 |
+
msgid "Enable oEmbed in the text widget"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:34
|
121 |
+
msgid ""
|
122 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
123 |
+
"oEmbed would be supported."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: includes/form/other.php:40
|
127 |
msgid "Add role \"Webmaster\""
|
128 |
msgstr "Tambah jawatan \"Webmaster\""
|
129 |
|
130 |
+
#: includes/form/other.php:42
|
131 |
msgid ""
|
132 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
133 |
"options."
|
134 |
msgstr ""
|
135 |
"Jawatan ini juga mempunyai keupayaan \"Editor\" dan boleh edit pilihan tema."
|
136 |
|
137 |
+
#: includes/form/other.php:48
|
138 |
msgid "Change default email address"
|
139 |
msgstr "Tukar alamat emel lalai"
|
140 |
|
141 |
+
#: includes/form/other.php:50
|
142 |
msgid ""
|
143 |
"Change the email address and sender name used by automatic email "
|
144 |
"notifications."
|
146 |
"Tukar alamat emel lalai dan nama pengirim yang digunakan pada notifikasi "
|
147 |
"emel automatik."
|
148 |
|
149 |
+
#: includes/form/other.php:52
|
150 |
msgid "Name"
|
151 |
msgstr "Nama"
|
152 |
|
153 |
+
#: includes/form/other.php:54
|
154 |
msgid "Email"
|
155 |
msgstr "Emel"
|
156 |
|
157 |
+
#: includes/form/other.php:61
|
158 |
msgid "Delete default contact methods"
|
159 |
msgstr "Padam kaedah hubungan lalai"
|
160 |
|
161 |
+
#: includes/form/other.php:63
|
162 |
msgid "Delete default contact methods from user profile."
|
163 |
msgstr "Padam kaedah hubungan lalai dari profil pengguna."
|
164 |
|
165 |
+
#: includes/form/other.php:80
|
166 |
msgid "Remove Update Notification"
|
167 |
msgstr "Buang Notifikasi Kemaskini"
|
168 |
|
169 |
+
#: includes/form/other.php:82
|
170 |
msgid "Remove Update Notification for all users except Admin User."
|
171 |
msgstr "Buang Notifikasi Kemaskini pada semua pengguna kecuali Admin."
|
172 |
|
222 |
msgid "You can create child page for non-publish Page."
|
223 |
msgstr ""
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
#: includes/form/site.php:2
|
226 |
msgid "Site Settings"
|
227 |
msgstr "Tetapan laman"
|
337 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
338 |
"a>, dan <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
339 |
|
340 |
+
#: wp-total-hacks.php:402
|
341 |
msgid "Settings"
|
342 |
msgstr "Tetapan"
|
343 |
|
344 |
+
#: wp-total-hacks.php:405
|
345 |
msgid "Donate"
|
346 |
msgstr "Derma"
|
347 |
|
365 |
msgid "http://wpist.me/"
|
366 |
msgstr "http://wpist.me/"
|
367 |
|
368 |
+
#~ msgid "WordPress Plugins"
|
369 |
+
#~ msgstr "WordPress Plugins"
|
370 |
+
|
371 |
+
#, fuzzy
|
372 |
+
#~ msgid "http://wpbooster.net/"
|
373 |
+
#~ msgstr "http://wpist.me/"
|
374 |
+
|
375 |
+
#~ msgid "This Plugin needs your support"
|
376 |
+
#~ msgstr "Plugin ini memerlukan sokongan dari anda"
|
377 |
+
|
378 |
+
#~ msgid "Please help support the continued development."
|
379 |
+
#~ msgstr "Sila bantu kami menyokong pembangunan plugin."
|
380 |
+
|
381 |
+
#~ msgid "Contact"
|
382 |
+
#~ msgstr "Hubung"
|
383 |
+
|
384 |
#~ msgid "$200+ makes you an official contributor."
|
385 |
#~ msgstr ""
|
386 |
#~ "Dengan derma US$200, nama anda akan disenarai sebagai penyokong rasmi."
|
languages/wp-total-hacks-nl_NL.mo
CHANGED
Binary file
|
languages/wp-total-hacks-nl_NL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PACKAGE VERSION\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -28,22 +28,22 @@ msgstr ""
|
|
28 |
msgid "Select File"
|
29 |
msgstr "Selecteer een bestand"
|
30 |
|
31 |
-
#: includes/admin.php:
|
32 |
msgid "Saved."
|
33 |
msgstr ""
|
34 |
|
35 |
# @ default
|
36 |
-
#: includes/admin.php:
|
37 |
msgid "Save Changes"
|
38 |
msgstr ""
|
39 |
|
40 |
# @ default
|
41 |
-
#: includes/admin.php:
|
42 |
msgid "Deactivate"
|
43 |
msgstr ""
|
44 |
|
45 |
# @ default
|
46 |
-
#: includes/admin.php:
|
47 |
msgid "Activate"
|
48 |
msgstr ""
|
49 |
|
@@ -128,13 +128,33 @@ msgstr "Schakel Dashboard Widgets uit"
|
|
128 |
msgid "Choose the items you want to remove."
|
129 |
msgstr ""
|
130 |
|
131 |
-
# @ wp-total-hacks
|
132 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
msgid "Add role \"Webmaster\""
|
134 |
msgstr "Voeg de functie \"Webmaster\" toe"
|
135 |
|
136 |
# @ wp-total-hacks
|
137 |
-
#: includes/form/other.php:
|
138 |
#, fuzzy
|
139 |
msgid ""
|
140 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
@@ -142,13 +162,13 @@ msgid ""
|
|
142 |
msgstr "\"Webmaster\" is functie van \"Editor\" + \"edit_theme_options\"."
|
143 |
|
144 |
# @ wp-total-hacks
|
145 |
-
#: includes/form/other.php:
|
146 |
#, fuzzy
|
147 |
msgid "Change default email address"
|
148 |
msgstr "Wijzig uw standaard email adres"
|
149 |
|
150 |
# @ wp-total-hacks
|
151 |
-
#: includes/form/other.php:
|
152 |
#, fuzzy
|
153 |
msgid ""
|
154 |
"Change the email address and sender name used by automatic email "
|
@@ -156,32 +176,32 @@ msgid ""
|
|
156 |
msgstr "Wijzig us standaard email adres en weergegeven naam."
|
157 |
|
158 |
# @ default
|
159 |
-
#: includes/form/other.php:
|
160 |
msgid "Name"
|
161 |
msgstr ""
|
162 |
|
163 |
# @ default
|
164 |
-
#: includes/form/other.php:
|
165 |
msgid "Email"
|
166 |
msgstr ""
|
167 |
|
168 |
# @ wp-total-hacks
|
169 |
-
#: includes/form/other.php:
|
170 |
msgid "Delete default contact methods"
|
171 |
msgstr "Wis de standaard contact methodes"
|
172 |
|
173 |
# @ wp-total-hacks
|
174 |
-
#: includes/form/other.php:
|
175 |
msgid "Delete default contact methods from user profile."
|
176 |
msgstr "Wis de standaard contact methodes van het gebruikersprofiel"
|
177 |
|
178 |
# @ wp-total-hacks
|
179 |
-
#: includes/form/other.php:
|
180 |
msgid "Remove Update Notification"
|
181 |
msgstr "Wis Update Aankondiging"
|
182 |
|
183 |
# @ wp-total-hacks
|
184 |
-
#: includes/form/other.php:
|
185 |
msgid "Remove Update Notification for all users except Admin User."
|
186 |
msgstr "Wis Update Aankondiging voor alle gebruikers behalve Admin User."
|
187 |
|
@@ -254,34 +274,6 @@ msgstr ""
|
|
254 |
msgid "You can create child page for non-publish Page."
|
255 |
msgstr ""
|
256 |
|
257 |
-
# @ wp-total-hacks
|
258 |
-
#: includes/form/sidebar.php:2
|
259 |
-
msgid "WordPress Plugins"
|
260 |
-
msgstr "WordPress Plugins"
|
261 |
-
|
262 |
-
#: includes/form/sidebar.php:13
|
263 |
-
msgid "Make WordPress Site Load Faster"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: includes/form/sidebar.php:14
|
267 |
-
msgid "http://wpbooster.net/"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
# @ wp-total-hacks
|
271 |
-
#: includes/form/sidebar.php:18
|
272 |
-
msgid "This Plugin needs your support"
|
273 |
-
msgstr "Deze Plugin heeft uw aandacht nodig"
|
274 |
-
|
275 |
-
# @ wp-total-hacks
|
276 |
-
#: includes/form/sidebar.php:19
|
277 |
-
msgid "Please help support the continued development."
|
278 |
-
msgstr "Help ons het verdere ontwikkelen te realiseren."
|
279 |
-
|
280 |
-
# @ wp-total-hacks
|
281 |
-
#: includes/form/sidebar.php:24
|
282 |
-
msgid "Contact"
|
283 |
-
msgstr "Contact"
|
284 |
-
|
285 |
# @ wp-total-hacks
|
286 |
#: includes/form/site.php:2
|
287 |
msgid "Site Settings"
|
@@ -422,12 +414,12 @@ msgstr ""
|
|
422 |
"a>, and <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
423 |
|
424 |
# @ default
|
425 |
-
#: wp-total-hacks.php:
|
426 |
msgid "Settings"
|
427 |
msgstr ""
|
428 |
|
429 |
# @ wp-total-hacks
|
430 |
-
#: wp-total-hacks.php:
|
431 |
msgid "Donate"
|
432 |
msgstr "Steun ons"
|
433 |
|
@@ -451,6 +443,22 @@ msgstr ""
|
|
451 |
msgid "http://wpist.me/"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
# @ wp-total-hacks
|
455 |
#~ msgid "$200+ makes you an official contributor."
|
456 |
#~ msgstr "Bij stortingen van mer dan 200 $ wordt u een officieel medewerker."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PACKAGE VERSION\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
28 |
msgid "Select File"
|
29 |
msgstr "Selecteer een bestand"
|
30 |
|
31 |
+
#: includes/admin.php:390
|
32 |
msgid "Saved."
|
33 |
msgstr ""
|
34 |
|
35 |
# @ default
|
36 |
+
#: includes/admin.php:397
|
37 |
msgid "Save Changes"
|
38 |
msgstr ""
|
39 |
|
40 |
# @ default
|
41 |
+
#: includes/admin.php:442
|
42 |
msgid "Deactivate"
|
43 |
msgstr ""
|
44 |
|
45 |
# @ default
|
46 |
+
#: includes/admin.php:444 includes/admin.php:446
|
47 |
msgid "Activate"
|
48 |
msgstr ""
|
49 |
|
128 |
msgid "Choose the items you want to remove."
|
129 |
msgstr ""
|
130 |
|
|
|
131 |
#: includes/form/other.php:24
|
132 |
+
msgid "Enable shortcode in the text widget"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: includes/form/other.php:26
|
136 |
+
msgid ""
|
137 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
138 |
+
"shortcode would be supported."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: includes/form/other.php:32
|
142 |
+
msgid "Enable oEmbed in the text widget"
|
143 |
+
msgstr ""
|
144 |
+
|
145 |
+
#: includes/form/other.php:34
|
146 |
+
msgid ""
|
147 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
148 |
+
"oEmbed would be supported."
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
# @ wp-total-hacks
|
152 |
+
#: includes/form/other.php:40
|
153 |
msgid "Add role \"Webmaster\""
|
154 |
msgstr "Voeg de functie \"Webmaster\" toe"
|
155 |
|
156 |
# @ wp-total-hacks
|
157 |
+
#: includes/form/other.php:42
|
158 |
#, fuzzy
|
159 |
msgid ""
|
160 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
162 |
msgstr "\"Webmaster\" is functie van \"Editor\" + \"edit_theme_options\"."
|
163 |
|
164 |
# @ wp-total-hacks
|
165 |
+
#: includes/form/other.php:48
|
166 |
#, fuzzy
|
167 |
msgid "Change default email address"
|
168 |
msgstr "Wijzig uw standaard email adres"
|
169 |
|
170 |
# @ wp-total-hacks
|
171 |
+
#: includes/form/other.php:50
|
172 |
#, fuzzy
|
173 |
msgid ""
|
174 |
"Change the email address and sender name used by automatic email "
|
176 |
msgstr "Wijzig us standaard email adres en weergegeven naam."
|
177 |
|
178 |
# @ default
|
179 |
+
#: includes/form/other.php:52
|
180 |
msgid "Name"
|
181 |
msgstr ""
|
182 |
|
183 |
# @ default
|
184 |
+
#: includes/form/other.php:54
|
185 |
msgid "Email"
|
186 |
msgstr ""
|
187 |
|
188 |
# @ wp-total-hacks
|
189 |
+
#: includes/form/other.php:61
|
190 |
msgid "Delete default contact methods"
|
191 |
msgstr "Wis de standaard contact methodes"
|
192 |
|
193 |
# @ wp-total-hacks
|
194 |
+
#: includes/form/other.php:63
|
195 |
msgid "Delete default contact methods from user profile."
|
196 |
msgstr "Wis de standaard contact methodes van het gebruikersprofiel"
|
197 |
|
198 |
# @ wp-total-hacks
|
199 |
+
#: includes/form/other.php:80
|
200 |
msgid "Remove Update Notification"
|
201 |
msgstr "Wis Update Aankondiging"
|
202 |
|
203 |
# @ wp-total-hacks
|
204 |
+
#: includes/form/other.php:82
|
205 |
msgid "Remove Update Notification for all users except Admin User."
|
206 |
msgstr "Wis Update Aankondiging voor alle gebruikers behalve Admin User."
|
207 |
|
274 |
msgid "You can create child page for non-publish Page."
|
275 |
msgstr ""
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
# @ wp-total-hacks
|
278 |
#: includes/form/site.php:2
|
279 |
msgid "Site Settings"
|
414 |
"a>, and <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
415 |
|
416 |
# @ default
|
417 |
+
#: wp-total-hacks.php:402
|
418 |
msgid "Settings"
|
419 |
msgstr ""
|
420 |
|
421 |
# @ wp-total-hacks
|
422 |
+
#: wp-total-hacks.php:405
|
423 |
msgid "Donate"
|
424 |
msgstr "Steun ons"
|
425 |
|
443 |
msgid "http://wpist.me/"
|
444 |
msgstr ""
|
445 |
|
446 |
+
# @ wp-total-hacks
|
447 |
+
#~ msgid "WordPress Plugins"
|
448 |
+
#~ msgstr "WordPress Plugins"
|
449 |
+
|
450 |
+
# @ wp-total-hacks
|
451 |
+
#~ msgid "This Plugin needs your support"
|
452 |
+
#~ msgstr "Deze Plugin heeft uw aandacht nodig"
|
453 |
+
|
454 |
+
# @ wp-total-hacks
|
455 |
+
#~ msgid "Please help support the continued development."
|
456 |
+
#~ msgstr "Help ons het verdere ontwikkelen te realiseren."
|
457 |
+
|
458 |
+
# @ wp-total-hacks
|
459 |
+
#~ msgid "Contact"
|
460 |
+
#~ msgstr "Contact"
|
461 |
+
|
462 |
# @ wp-total-hacks
|
463 |
#~ msgid "$200+ makes you an official contributor."
|
464 |
#~ msgstr "Bij stortingen van mer dan 200 $ wordt u een officieel medewerker."
|
languages/wp-total-hacks-pt_BR.mo
CHANGED
Binary file
|
languages/wp-total-hacks-pt_BR.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
-
"POT-Creation-Date: 2014-
|
11 |
"PO-Revision-Date: 2012-05-07 10:56-0300\n"
|
12 |
"Last-Translator: Funchal <funchal@nomer.com.br>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -22,19 +22,19 @@ msgstr ""
|
|
22 |
msgid "Select File"
|
23 |
msgstr "Selecione um arquivo"
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Saved."
|
27 |
msgstr "Salvo."
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Salvar alterações"
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Desativar"
|
36 |
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Activate"
|
39 |
msgstr "Ativar"
|
40 |
|
@@ -106,10 +106,30 @@ msgid "Choose the items you want to remove."
|
|
106 |
msgstr "Selecione os itens que deseja remover."
|
107 |
|
108 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
msgid "Add role \"Webmaster\""
|
110 |
msgstr "Adicionar função de usuário \"Webmaster\""
|
111 |
|
112 |
-
#: includes/form/other.php:
|
113 |
msgid ""
|
114 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
115 |
"options."
|
@@ -117,11 +137,11 @@ msgstr ""
|
|
117 |
"A função de usuário \"Webmaster\" tem prioridades de \"Editor\", porém é "
|
118 |
"possível editar as opções do tema."
|
119 |
|
120 |
-
#: includes/form/other.php:
|
121 |
msgid "Change default email address"
|
122 |
msgstr "Alterar o endereço de e-mail padrão"
|
123 |
|
124 |
-
#: includes/form/other.php:
|
125 |
msgid ""
|
126 |
"Change the email address and sender name used by automatic email "
|
127 |
"notifications."
|
@@ -129,27 +149,27 @@ msgstr ""
|
|
129 |
"Alterar o endereço de e-mail e o nome de exibição das notificações "
|
130 |
"automáticas."
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Name"
|
134 |
msgstr "Nome"
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Email"
|
138 |
msgstr "E-mail"
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Delete default contact methods"
|
142 |
msgstr "Desabilitar os métodos de contato padrão"
|
143 |
|
144 |
-
#: includes/form/other.php:
|
145 |
msgid "Delete default contact methods from user profile."
|
146 |
msgstr "Desabilita os métodos de contato padrão do perfil do usuário."
|
147 |
|
148 |
-
#: includes/form/other.php:
|
149 |
msgid "Remove Update Notification"
|
150 |
msgstr "Remover notificações de atualização"
|
151 |
|
152 |
-
#: includes/form/other.php:
|
153 |
msgid "Remove Update Notification for all users except Admin User."
|
154 |
msgstr ""
|
155 |
"Remove as notificações de atualização exceto para os usuários "
|
@@ -207,30 +227,6 @@ msgstr ""
|
|
207 |
msgid "You can create child page for non-publish Page."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/form/sidebar.php:2
|
211 |
-
msgid "WordPress Plugins"
|
212 |
-
msgstr "Plugins do WordPress"
|
213 |
-
|
214 |
-
#: includes/form/sidebar.php:13
|
215 |
-
msgid "Make WordPress Site Load Faster"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: includes/form/sidebar.php:14
|
219 |
-
msgid "http://wpbooster.net/"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: includes/form/sidebar.php:18
|
223 |
-
msgid "This Plugin needs your support"
|
224 |
-
msgstr "Esse plugin precisa de sua atenção"
|
225 |
-
|
226 |
-
#: includes/form/sidebar.php:19
|
227 |
-
msgid "Please help support the continued development."
|
228 |
-
msgstr "Por favor, ajude-nos a continuar desenvolvendo esse plugin."
|
229 |
-
|
230 |
-
#: includes/form/sidebar.php:24
|
231 |
-
msgid "Contact"
|
232 |
-
msgstr "Contato"
|
233 |
-
|
234 |
#: includes/form/site.php:2
|
235 |
msgid "Site Settings"
|
236 |
msgstr "Configurações do site"
|
@@ -348,11 +344,11 @@ msgstr ""
|
|
348 |
"\"http://www.bing.com/webmaster\" target=\"_blank\">Bing Webmaster Center</"
|
349 |
"a>."
|
350 |
|
351 |
-
#: wp-total-hacks.php:
|
352 |
msgid "Settings"
|
353 |
msgstr "Configurações"
|
354 |
|
355 |
-
#: wp-total-hacks.php:
|
356 |
msgid "Donate"
|
357 |
msgstr "Doar"
|
358 |
|
@@ -376,6 +372,18 @@ msgstr ""
|
|
376 |
msgid "http://wpist.me/"
|
377 |
msgstr ""
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
#~ msgid "$200+ makes you an official contributor."
|
380 |
#~ msgstr "$200+ já fizeram uma contribuição."
|
381 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
11 |
"PO-Revision-Date: 2012-05-07 10:56-0300\n"
|
12 |
"Last-Translator: Funchal <funchal@nomer.com.br>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
22 |
msgid "Select File"
|
23 |
msgstr "Selecione um arquivo"
|
24 |
|
25 |
+
#: includes/admin.php:390
|
26 |
msgid "Saved."
|
27 |
msgstr "Salvo."
|
28 |
|
29 |
+
#: includes/admin.php:397
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Salvar alterações"
|
32 |
|
33 |
+
#: includes/admin.php:442
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Desativar"
|
36 |
|
37 |
+
#: includes/admin.php:444 includes/admin.php:446
|
38 |
msgid "Activate"
|
39 |
msgstr "Ativar"
|
40 |
|
106 |
msgstr "Selecione os itens que deseja remover."
|
107 |
|
108 |
#: includes/form/other.php:24
|
109 |
+
msgid "Enable shortcode in the text widget"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: includes/form/other.php:26
|
113 |
+
msgid ""
|
114 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
115 |
+
"shortcode would be supported."
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: includes/form/other.php:32
|
119 |
+
msgid "Enable oEmbed in the text widget"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: includes/form/other.php:34
|
123 |
+
msgid ""
|
124 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
125 |
+
"oEmbed would be supported."
|
126 |
+
msgstr ""
|
127 |
+
|
128 |
+
#: includes/form/other.php:40
|
129 |
msgid "Add role \"Webmaster\""
|
130 |
msgstr "Adicionar função de usuário \"Webmaster\""
|
131 |
|
132 |
+
#: includes/form/other.php:42
|
133 |
msgid ""
|
134 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
135 |
"options."
|
137 |
"A função de usuário \"Webmaster\" tem prioridades de \"Editor\", porém é "
|
138 |
"possível editar as opções do tema."
|
139 |
|
140 |
+
#: includes/form/other.php:48
|
141 |
msgid "Change default email address"
|
142 |
msgstr "Alterar o endereço de e-mail padrão"
|
143 |
|
144 |
+
#: includes/form/other.php:50
|
145 |
msgid ""
|
146 |
"Change the email address and sender name used by automatic email "
|
147 |
"notifications."
|
149 |
"Alterar o endereço de e-mail e o nome de exibição das notificações "
|
150 |
"automáticas."
|
151 |
|
152 |
+
#: includes/form/other.php:52
|
153 |
msgid "Name"
|
154 |
msgstr "Nome"
|
155 |
|
156 |
+
#: includes/form/other.php:54
|
157 |
msgid "Email"
|
158 |
msgstr "E-mail"
|
159 |
|
160 |
+
#: includes/form/other.php:61
|
161 |
msgid "Delete default contact methods"
|
162 |
msgstr "Desabilitar os métodos de contato padrão"
|
163 |
|
164 |
+
#: includes/form/other.php:63
|
165 |
msgid "Delete default contact methods from user profile."
|
166 |
msgstr "Desabilita os métodos de contato padrão do perfil do usuário."
|
167 |
|
168 |
+
#: includes/form/other.php:80
|
169 |
msgid "Remove Update Notification"
|
170 |
msgstr "Remover notificações de atualização"
|
171 |
|
172 |
+
#: includes/form/other.php:82
|
173 |
msgid "Remove Update Notification for all users except Admin User."
|
174 |
msgstr ""
|
175 |
"Remove as notificações de atualização exceto para os usuários "
|
227 |
msgid "You can create child page for non-publish Page."
|
228 |
msgstr ""
|
229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
#: includes/form/site.php:2
|
231 |
msgid "Site Settings"
|
232 |
msgstr "Configurações do site"
|
344 |
"\"http://www.bing.com/webmaster\" target=\"_blank\">Bing Webmaster Center</"
|
345 |
"a>."
|
346 |
|
347 |
+
#: wp-total-hacks.php:402
|
348 |
msgid "Settings"
|
349 |
msgstr "Configurações"
|
350 |
|
351 |
+
#: wp-total-hacks.php:405
|
352 |
msgid "Donate"
|
353 |
msgstr "Doar"
|
354 |
|
372 |
msgid "http://wpist.me/"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#~ msgid "WordPress Plugins"
|
376 |
+
#~ msgstr "Plugins do WordPress"
|
377 |
+
|
378 |
+
#~ msgid "This Plugin needs your support"
|
379 |
+
#~ msgstr "Esse plugin precisa de sua atenção"
|
380 |
+
|
381 |
+
#~ msgid "Please help support the continued development."
|
382 |
+
#~ msgstr "Por favor, ajude-nos a continuar desenvolvendo esse plugin."
|
383 |
+
|
384 |
+
#~ msgid "Contact"
|
385 |
+
#~ msgstr "Contato"
|
386 |
+
|
387 |
#~ msgid "$200+ makes you an official contributor."
|
388 |
#~ msgstr "$200+ já fizeram uma contribuição."
|
389 |
|
languages/wp-total-hacks-ru_RU.mo
CHANGED
Binary file
|
languages/wp-total-hacks-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-total-hacks\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: 2011-05-24 23:36+0300\n"
|
7 |
"Last-Translator: LiVsI <livsi1977@list.ru>\n"
|
8 |
"Language-Team: LiVsI <pered@li.ru>\n"
|
@@ -24,19 +24,19 @@ msgstr ""
|
|
24 |
msgid "Select File"
|
25 |
msgstr "Выберите файл"
|
26 |
|
27 |
-
#: includes/admin.php:
|
28 |
msgid "Saved."
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: includes/admin.php:
|
32 |
msgid "Save Changes"
|
33 |
msgstr "Сохранить изменения"
|
34 |
|
35 |
-
#: includes/admin.php:
|
36 |
msgid "Deactivate"
|
37 |
msgstr "Выключить"
|
38 |
|
39 |
-
#: includes/admin.php:
|
40 |
msgid "Activate"
|
41 |
msgstr "Включить"
|
42 |
|
@@ -108,47 +108,67 @@ msgid "Choose the items you want to remove."
|
|
108 |
msgstr "Отметьте какие блоки Вы хотели бы скрыть."
|
109 |
|
110 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
msgid "Add role \"Webmaster\""
|
112 |
msgstr "Добавить роль \"Webmaster\""
|
113 |
|
114 |
-
#: includes/form/other.php:
|
115 |
msgid ""
|
116 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
117 |
"options."
|
118 |
msgstr ""
|
119 |
"\"Webmaster\" - роль с возможностями \"Editor\" + \"edit_theme_options\"."
|
120 |
|
121 |
-
#: includes/form/other.php:
|
122 |
msgid "Change default email address"
|
123 |
msgstr "Изменить e-mail по умолчанию"
|
124 |
|
125 |
-
#: includes/form/other.php:
|
126 |
msgid ""
|
127 |
"Change the email address and sender name used by automatic email "
|
128 |
"notifications."
|
129 |
msgstr "Изменение e-mail адреса и имени отправителя по умолчанию."
|
130 |
|
131 |
-
#: includes/form/other.php:
|
132 |
msgid "Name"
|
133 |
msgstr "Имя"
|
134 |
|
135 |
-
#: includes/form/other.php:
|
136 |
msgid "Email"
|
137 |
msgstr "E-mail"
|
138 |
|
139 |
-
#: includes/form/other.php:
|
140 |
msgid "Delete default contact methods"
|
141 |
msgstr "Удалить часть методов обратной связи"
|
142 |
|
143 |
-
#: includes/form/other.php:
|
144 |
msgid "Delete default contact methods from user profile."
|
145 |
msgstr "Выбранные методы обратной связи будут удалены из профиля пользователя."
|
146 |
|
147 |
-
#: includes/form/other.php:
|
148 |
msgid "Remove Update Notification"
|
149 |
msgstr "Убрать уведомления по обновлению"
|
150 |
|
151 |
-
#: includes/form/other.php:
|
152 |
msgid "Remove Update Notification for all users except Admin User."
|
153 |
msgstr ""
|
154 |
"Убрать уведомления о обновлениях для всех пользователей за исключением "
|
@@ -206,30 +226,6 @@ msgstr ""
|
|
206 |
msgid "You can create child page for non-publish Page."
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: includes/form/sidebar.php:2
|
210 |
-
msgid "WordPress Plugins"
|
211 |
-
msgstr "Плагины автора для WordPress"
|
212 |
-
|
213 |
-
#: includes/form/sidebar.php:13
|
214 |
-
msgid "Make WordPress Site Load Faster"
|
215 |
-
msgstr ""
|
216 |
-
|
217 |
-
#: includes/form/sidebar.php:14
|
218 |
-
msgid "http://wpbooster.net/"
|
219 |
-
msgstr ""
|
220 |
-
|
221 |
-
#: includes/form/sidebar.php:18
|
222 |
-
msgid "This Plugin needs your support"
|
223 |
-
msgstr "Это плагин нуждается в Вашей поддержке"
|
224 |
-
|
225 |
-
#: includes/form/sidebar.php:19
|
226 |
-
msgid "Please help support the continued development."
|
227 |
-
msgstr "Вы можете оказать поддержку для продолжения разработки."
|
228 |
-
|
229 |
-
#: includes/form/sidebar.php:24
|
230 |
-
msgid "Contact"
|
231 |
-
msgstr "Контакты"
|
232 |
-
|
233 |
#: includes/form/site.php:2
|
234 |
msgid "Site Settings"
|
235 |
msgstr "Общие настройки"
|
@@ -349,11 +345,11 @@ msgstr ""
|
|
349 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, и <a href="
|
350 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
351 |
|
352 |
-
#: wp-total-hacks.php:
|
353 |
msgid "Settings"
|
354 |
msgstr "Настройки"
|
355 |
|
356 |
-
#: wp-total-hacks.php:
|
357 |
msgid "Donate"
|
358 |
msgstr "Спонсировать"
|
359 |
|
@@ -377,6 +373,18 @@ msgstr ""
|
|
377 |
msgid "http://wpist.me/"
|
378 |
msgstr ""
|
379 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
380 |
#~ msgid "$200+ makes you an official contributor."
|
381 |
#~ msgstr "Более $200 получено официальным разработчиком."
|
382 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wp-total-hacks\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: 2011-05-24 23:36+0300\n"
|
7 |
"Last-Translator: LiVsI <livsi1977@list.ru>\n"
|
8 |
"Language-Team: LiVsI <pered@li.ru>\n"
|
24 |
msgid "Select File"
|
25 |
msgstr "Выберите файл"
|
26 |
|
27 |
+
#: includes/admin.php:390
|
28 |
msgid "Saved."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: includes/admin.php:397
|
32 |
msgid "Save Changes"
|
33 |
msgstr "Сохранить изменения"
|
34 |
|
35 |
+
#: includes/admin.php:442
|
36 |
msgid "Deactivate"
|
37 |
msgstr "Выключить"
|
38 |
|
39 |
+
#: includes/admin.php:444 includes/admin.php:446
|
40 |
msgid "Activate"
|
41 |
msgstr "Включить"
|
42 |
|
108 |
msgstr "Отметьте какие блоки Вы хотели бы скрыть."
|
109 |
|
110 |
#: includes/form/other.php:24
|
111 |
+
msgid "Enable shortcode in the text widget"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: includes/form/other.php:26
|
115 |
+
msgid ""
|
116 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
117 |
+
"shortcode would be supported."
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:32
|
121 |
+
msgid "Enable oEmbed in the text widget"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: includes/form/other.php:34
|
125 |
+
msgid ""
|
126 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
127 |
+
"oEmbed would be supported."
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: includes/form/other.php:40
|
131 |
msgid "Add role \"Webmaster\""
|
132 |
msgstr "Добавить роль \"Webmaster\""
|
133 |
|
134 |
+
#: includes/form/other.php:42
|
135 |
msgid ""
|
136 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
137 |
"options."
|
138 |
msgstr ""
|
139 |
"\"Webmaster\" - роль с возможностями \"Editor\" + \"edit_theme_options\"."
|
140 |
|
141 |
+
#: includes/form/other.php:48
|
142 |
msgid "Change default email address"
|
143 |
msgstr "Изменить e-mail по умолчанию"
|
144 |
|
145 |
+
#: includes/form/other.php:50
|
146 |
msgid ""
|
147 |
"Change the email address and sender name used by automatic email "
|
148 |
"notifications."
|
149 |
msgstr "Изменение e-mail адреса и имени отправителя по умолчанию."
|
150 |
|
151 |
+
#: includes/form/other.php:52
|
152 |
msgid "Name"
|
153 |
msgstr "Имя"
|
154 |
|
155 |
+
#: includes/form/other.php:54
|
156 |
msgid "Email"
|
157 |
msgstr "E-mail"
|
158 |
|
159 |
+
#: includes/form/other.php:61
|
160 |
msgid "Delete default contact methods"
|
161 |
msgstr "Удалить часть методов обратной связи"
|
162 |
|
163 |
+
#: includes/form/other.php:63
|
164 |
msgid "Delete default contact methods from user profile."
|
165 |
msgstr "Выбранные методы обратной связи будут удалены из профиля пользователя."
|
166 |
|
167 |
+
#: includes/form/other.php:80
|
168 |
msgid "Remove Update Notification"
|
169 |
msgstr "Убрать уведомления по обновлению"
|
170 |
|
171 |
+
#: includes/form/other.php:82
|
172 |
msgid "Remove Update Notification for all users except Admin User."
|
173 |
msgstr ""
|
174 |
"Убрать уведомления о обновлениях для всех пользователей за исключением "
|
226 |
msgid "You can create child page for non-publish Page."
|
227 |
msgstr ""
|
228 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
#: includes/form/site.php:2
|
230 |
msgid "Site Settings"
|
231 |
msgstr "Общие настройки"
|
345 |
"siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</a>, и <a href="
|
346 |
"\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
347 |
|
348 |
+
#: wp-total-hacks.php:402
|
349 |
msgid "Settings"
|
350 |
msgstr "Настройки"
|
351 |
|
352 |
+
#: wp-total-hacks.php:405
|
353 |
msgid "Donate"
|
354 |
msgstr "Спонсировать"
|
355 |
|
373 |
msgid "http://wpist.me/"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#~ msgid "WordPress Plugins"
|
377 |
+
#~ msgstr "Плагины автора для WordPress"
|
378 |
+
|
379 |
+
#~ msgid "This Plugin needs your support"
|
380 |
+
#~ msgstr "Это плагин нуждается в Вашей поддержке"
|
381 |
+
|
382 |
+
#~ msgid "Please help support the continued development."
|
383 |
+
#~ msgstr "Вы можете оказать поддержку для продолжения разработки."
|
384 |
+
|
385 |
+
#~ msgid "Contact"
|
386 |
+
#~ msgstr "Контакты"
|
387 |
+
|
388 |
#~ msgid "$200+ makes you an official contributor."
|
389 |
#~ msgstr "Более $200 получено официальным разработчиком."
|
390 |
|
languages/wp-total-hacks-sk_SK.mo
CHANGED
Binary file
|
languages/wp-total-hacks-sk_SK.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Branco <brradenovich@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
@@ -18,19 +18,19 @@ msgstr ""
|
|
18 |
msgid "Select File"
|
19 |
msgstr "Výber súboru"
|
20 |
|
21 |
-
#: includes/admin.php:
|
22 |
msgid "Saved."
|
23 |
msgstr "Uložené."
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Save Changes"
|
27 |
msgstr "Uložiť zmeny"
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Deactivate"
|
31 |
msgstr "Deaktivova"
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Activate"
|
35 |
msgstr "Aktivova"
|
36 |
|
@@ -98,46 +98,66 @@ msgid "Choose the items you want to remove."
|
|
98 |
msgstr "Vyberte polozky, ktoré chcete odstráni»."
|
99 |
|
100 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
msgid "Add role \"Webmaster\""
|
102 |
msgstr "Prida» role \"Webmaster\""
|
103 |
|
104 |
-
#: includes/form/other.php:
|
105 |
msgid ""
|
106 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
107 |
"options."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid "Change default email address"
|
112 |
msgstr "Zmena predvoleného e-mailová adresa"
|
113 |
|
114 |
-
#: includes/form/other.php:
|
115 |
msgid ""
|
116 |
"Change the email address and sender name used by automatic email "
|
117 |
"notifications."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: includes/form/other.php:
|
121 |
msgid "Name"
|
122 |
msgstr "Meno"
|
123 |
|
124 |
-
#: includes/form/other.php:
|
125 |
msgid "Email"
|
126 |
msgstr "Email"
|
127 |
|
128 |
-
#: includes/form/other.php:
|
129 |
msgid "Delete default contact methods"
|
130 |
msgstr "Odstráni» metódy predvolený kontakt"
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Delete default contact methods from user profile."
|
134 |
msgstr "Odstráni» metódy predvolené kontaktné od profilu pou¾ívateµa."
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Remove Update Notification"
|
138 |
msgstr "Odstráni» oznámenia o aktualizáciu"
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Remove Update Notification for all users except Admin User."
|
142 |
msgstr ""
|
143 |
"Odstráňte Aktualizácia oznámenia pre všetkých užívateľov s výnimkou Admin "
|
@@ -193,30 +213,6 @@ msgstr "Umozòuje vytvori» peskoval stránky pre \"draft\"."
|
|
193 |
msgid "You can create child page for non-publish Page."
|
194 |
msgstr "Môzete vytvori» podstránku pre non-publikova» stránke."
|
195 |
|
196 |
-
#: includes/form/sidebar.php:2
|
197 |
-
msgid "WordPress Plugins"
|
198 |
-
msgstr "WordPress Plugins"
|
199 |
-
|
200 |
-
#: includes/form/sidebar.php:13
|
201 |
-
msgid "Make WordPress Site Load Faster"
|
202 |
-
msgstr "Skontrolujte, WordPress stránok Load Faster"
|
203 |
-
|
204 |
-
#: includes/form/sidebar.php:14
|
205 |
-
msgid "http://wpbooster.net/"
|
206 |
-
msgstr "http://wpbooster.net/"
|
207 |
-
|
208 |
-
#: includes/form/sidebar.php:18
|
209 |
-
msgid "This Plugin needs your support"
|
210 |
-
msgstr "Tento plugin potrebuje va¹u pomoc"
|
211 |
-
|
212 |
-
#: includes/form/sidebar.php:19
|
213 |
-
msgid "Please help support the continued development."
|
214 |
-
msgstr "Prosím, pomôzte podpori» ïal¹í vývoj."
|
215 |
-
|
216 |
-
#: includes/form/sidebar.php:24
|
217 |
-
msgid "Contact"
|
218 |
-
msgstr "Kontakt"
|
219 |
-
|
220 |
#: includes/form/site.php:2
|
221 |
msgid "Site Settings"
|
222 |
msgstr "Nastavenie webu"
|
@@ -320,11 +316,11 @@ msgid ""
|
|
320 |
"<a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: wp-total-hacks.php:
|
324 |
msgid "Settings"
|
325 |
msgstr "Nastavenia"
|
326 |
|
327 |
-
#: wp-total-hacks.php:
|
328 |
msgid "Donate"
|
329 |
msgstr "Donate"
|
330 |
|
@@ -348,6 +344,24 @@ msgstr "Takayuki Miyauchi"
|
|
348 |
msgid "http://wpist.me/"
|
349 |
msgstr "http://wpist.me/"
|
350 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
351 |
#~ msgid "$200+ makes you an official contributor."
|
352 |
#~ msgstr "$ 200 + robí oficiálne prispievateµom."
|
353 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
5 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Branco <brradenovich@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
18 |
msgid "Select File"
|
19 |
msgstr "Výber súboru"
|
20 |
|
21 |
+
#: includes/admin.php:390
|
22 |
msgid "Saved."
|
23 |
msgstr "Uložené."
|
24 |
|
25 |
+
#: includes/admin.php:397
|
26 |
msgid "Save Changes"
|
27 |
msgstr "Uložiť zmeny"
|
28 |
|
29 |
+
#: includes/admin.php:442
|
30 |
msgid "Deactivate"
|
31 |
msgstr "Deaktivova"
|
32 |
|
33 |
+
#: includes/admin.php:444 includes/admin.php:446
|
34 |
msgid "Activate"
|
35 |
msgstr "Aktivova"
|
36 |
|
98 |
msgstr "Vyberte polozky, ktoré chcete odstráni»."
|
99 |
|
100 |
#: includes/form/other.php:24
|
101 |
+
msgid "Enable shortcode in the text widget"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: includes/form/other.php:26
|
105 |
+
msgid ""
|
106 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
107 |
+
"shortcode would be supported."
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:32
|
111 |
+
msgid "Enable oEmbed in the text widget"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: includes/form/other.php:34
|
115 |
+
msgid ""
|
116 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
117 |
+
"oEmbed would be supported."
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:40
|
121 |
msgid "Add role \"Webmaster\""
|
122 |
msgstr "Prida» role \"Webmaster\""
|
123 |
|
124 |
+
#: includes/form/other.php:42
|
125 |
msgid ""
|
126 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
127 |
"options."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: includes/form/other.php:48
|
131 |
msgid "Change default email address"
|
132 |
msgstr "Zmena predvoleného e-mailová adresa"
|
133 |
|
134 |
+
#: includes/form/other.php:50
|
135 |
msgid ""
|
136 |
"Change the email address and sender name used by automatic email "
|
137 |
"notifications."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/form/other.php:52
|
141 |
msgid "Name"
|
142 |
msgstr "Meno"
|
143 |
|
144 |
+
#: includes/form/other.php:54
|
145 |
msgid "Email"
|
146 |
msgstr "Email"
|
147 |
|
148 |
+
#: includes/form/other.php:61
|
149 |
msgid "Delete default contact methods"
|
150 |
msgstr "Odstráni» metódy predvolený kontakt"
|
151 |
|
152 |
+
#: includes/form/other.php:63
|
153 |
msgid "Delete default contact methods from user profile."
|
154 |
msgstr "Odstráni» metódy predvolené kontaktné od profilu pou¾ívateµa."
|
155 |
|
156 |
+
#: includes/form/other.php:80
|
157 |
msgid "Remove Update Notification"
|
158 |
msgstr "Odstráni» oznámenia o aktualizáciu"
|
159 |
|
160 |
+
#: includes/form/other.php:82
|
161 |
msgid "Remove Update Notification for all users except Admin User."
|
162 |
msgstr ""
|
163 |
"Odstráňte Aktualizácia oznámenia pre všetkých užívateľov s výnimkou Admin "
|
213 |
msgid "You can create child page for non-publish Page."
|
214 |
msgstr "Môzete vytvori» podstránku pre non-publikova» stránke."
|
215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
#: includes/form/site.php:2
|
217 |
msgid "Site Settings"
|
218 |
msgstr "Nastavenie webu"
|
316 |
"<a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: wp-total-hacks.php:402
|
320 |
msgid "Settings"
|
321 |
msgstr "Nastavenia"
|
322 |
|
323 |
+
#: wp-total-hacks.php:405
|
324 |
msgid "Donate"
|
325 |
msgstr "Donate"
|
326 |
|
344 |
msgid "http://wpist.me/"
|
345 |
msgstr "http://wpist.me/"
|
346 |
|
347 |
+
#~ msgid "WordPress Plugins"
|
348 |
+
#~ msgstr "WordPress Plugins"
|
349 |
+
|
350 |
+
#~ msgid "Make WordPress Site Load Faster"
|
351 |
+
#~ msgstr "Skontrolujte, WordPress stránok Load Faster"
|
352 |
+
|
353 |
+
#~ msgid "http://wpbooster.net/"
|
354 |
+
#~ msgstr "http://wpbooster.net/"
|
355 |
+
|
356 |
+
#~ msgid "This Plugin needs your support"
|
357 |
+
#~ msgstr "Tento plugin potrebuje va¹u pomoc"
|
358 |
+
|
359 |
+
#~ msgid "Please help support the continued development."
|
360 |
+
#~ msgstr "Prosím, pomôzte podpori» ïal¹í vývoj."
|
361 |
+
|
362 |
+
#~ msgid "Contact"
|
363 |
+
#~ msgstr "Kontakt"
|
364 |
+
|
365 |
#~ msgid "$200+ makes you an official contributor."
|
366 |
#~ msgstr "$ 200 + robí oficiálne prispievateµom."
|
367 |
|
languages/wp-total-hacks-sr_RS.mo
CHANGED
Binary file
|
languages/wp-total-hacks-sr_RS.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.2.2\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
-
"POT-Creation-Date: 2014-
|
8 |
"PO-Revision-Date: 2013-05-18 21:06+0100\n"
|
9 |
"Last-Translator: Anja Skrba <anjas@webhostinggeeks.com>\n"
|
10 |
"Language-Team: Anja Skrba <anjas@webhostinggeeks.com>\n"
|
@@ -23,19 +23,19 @@ msgstr ""
|
|
23 |
msgid "Select File"
|
24 |
msgstr "Izaberite fajl"
|
25 |
|
26 |
-
#: includes/admin.php:
|
27 |
msgid "Saved."
|
28 |
msgstr "Sačuvano."
|
29 |
|
30 |
-
#: includes/admin.php:
|
31 |
msgid "Save Changes"
|
32 |
msgstr "Sačuvati izmene"
|
33 |
|
34 |
-
#: includes/admin.php:
|
35 |
msgid "Deactivate"
|
36 |
msgstr "Deaktivirati"
|
37 |
|
38 |
-
#: includes/admin.php:
|
39 |
msgid "Activate"
|
40 |
msgstr "Aktivirate"
|
41 |
|
@@ -109,10 +109,30 @@ msgid "Choose the items you want to remove."
|
|
109 |
msgstr "Odaberite stavke koje želite da uklonite."
|
110 |
|
111 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
msgid "Add role \"Webmaster\""
|
113 |
msgstr "Dodati ulogu \"Urednik web sajta (Webmaster)\""
|
114 |
|
115 |
-
#: includes/form/other.php:
|
116 |
msgid ""
|
117 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
118 |
"options."
|
@@ -120,11 +140,11 @@ msgstr ""
|
|
120 |
"Ova uloga ima mogućnosti \"Urednik (Editor)\" -a, a može da uređuje i opcije "
|
121 |
"teme."
|
122 |
|
123 |
-
#: includes/form/other.php:
|
124 |
msgid "Change default email address"
|
125 |
msgstr "Izmeniti podrazumevanu e-mail adresu"
|
126 |
|
127 |
-
#: includes/form/other.php:
|
128 |
msgid ""
|
129 |
"Change the email address and sender name used by automatic email "
|
130 |
"notifications."
|
@@ -132,27 +152,27 @@ msgstr ""
|
|
132 |
"Izmeniti e-mail adresu i ime pošiljaoca, koji se koriste za automatsko "
|
133 |
"obaveštavanje e-mailom."
|
134 |
|
135 |
-
#: includes/form/other.php:
|
136 |
msgid "Name"
|
137 |
msgstr "Ime"
|
138 |
|
139 |
-
#: includes/form/other.php:
|
140 |
msgid "Email"
|
141 |
msgstr "E-mail"
|
142 |
|
143 |
-
#: includes/form/other.php:
|
144 |
msgid "Delete default contact methods"
|
145 |
msgstr "Obrisati podrazumevane metode kontakta"
|
146 |
|
147 |
-
#: includes/form/other.php:
|
148 |
msgid "Delete default contact methods from user profile."
|
149 |
msgstr "Obrisati podrazumevane metode kontakta sa profila korisnika."
|
150 |
|
151 |
-
#: includes/form/other.php:
|
152 |
msgid "Remove Update Notification"
|
153 |
msgstr "Ukloniti obaveštenje o ažuriranju"
|
154 |
|
155 |
-
#: includes/form/other.php:
|
156 |
msgid "Remove Update Notification for all users except Admin User."
|
157 |
msgstr ""
|
158 |
"Ukloniti obaveštenje o ažuriranju za sve korisnike, osim Admin korisnika "
|
@@ -210,30 +230,6 @@ msgstr "Dozvoliti vam kreiranje potomak-strane za \"nacrt (draft)\"."
|
|
210 |
msgid "You can create child page for non-publish Page."
|
211 |
msgstr "Možete kreirati potomak-stranu za neobjavljenu (non-publish) stranu."
|
212 |
|
213 |
-
#: includes/form/sidebar.php:2
|
214 |
-
msgid "WordPress Plugins"
|
215 |
-
msgstr "WordPress dodaci (Plugins)"
|
216 |
-
|
217 |
-
#: includes/form/sidebar.php:13
|
218 |
-
msgid "Make WordPress Site Load Faster"
|
219 |
-
msgstr "Učinite da se WordPress sajt brže učitava"
|
220 |
-
|
221 |
-
#: includes/form/sidebar.php:14
|
222 |
-
msgid "http://wpbooster.net/"
|
223 |
-
msgstr "http://wpbooster.net/"
|
224 |
-
|
225 |
-
#: includes/form/sidebar.php:18
|
226 |
-
msgid "This Plugin needs your support"
|
227 |
-
msgstr "Ovom dodatku treba vaša podrška"
|
228 |
-
|
229 |
-
#: includes/form/sidebar.php:19
|
230 |
-
msgid "Please help support the continued development."
|
231 |
-
msgstr "Molimo vas, pomozite kontinuirani razvoj."
|
232 |
-
|
233 |
-
#: includes/form/sidebar.php:24
|
234 |
-
msgid "Contact"
|
235 |
-
msgstr "Kontakt"
|
236 |
-
|
237 |
#: includes/form/site.php:2
|
238 |
msgid "Site Settings"
|
239 |
msgstr "Podešavanja sajta"
|
@@ -350,11 +346,11 @@ msgstr ""
|
|
350 |
"\">Yahoo! Site Explorer</a> -a, i <a href=\"http://www.bing.com/webmaster"
|
351 |
"\">Bing Webmaster Center</a> -a."
|
352 |
|
353 |
-
#: wp-total-hacks.php:
|
354 |
msgid "Settings"
|
355 |
msgstr "Podešavanja"
|
356 |
|
357 |
-
#: wp-total-hacks.php:
|
358 |
msgid "Donate"
|
359 |
msgstr "Donirajte"
|
360 |
|
@@ -378,5 +374,23 @@ msgstr "Takayuki Miyauchi"
|
|
378 |
msgid "http://wpist.me/"
|
379 |
msgstr "http://wpist.me/"
|
380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
#~ msgid "$200+ makes you an official contributor."
|
382 |
#~ msgstr "$200+ vas čini zvaničnim doprinosiocem."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.2.2\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
8 |
"PO-Revision-Date: 2013-05-18 21:06+0100\n"
|
9 |
"Last-Translator: Anja Skrba <anjas@webhostinggeeks.com>\n"
|
10 |
"Language-Team: Anja Skrba <anjas@webhostinggeeks.com>\n"
|
23 |
msgid "Select File"
|
24 |
msgstr "Izaberite fajl"
|
25 |
|
26 |
+
#: includes/admin.php:390
|
27 |
msgid "Saved."
|
28 |
msgstr "Sačuvano."
|
29 |
|
30 |
+
#: includes/admin.php:397
|
31 |
msgid "Save Changes"
|
32 |
msgstr "Sačuvati izmene"
|
33 |
|
34 |
+
#: includes/admin.php:442
|
35 |
msgid "Deactivate"
|
36 |
msgstr "Deaktivirati"
|
37 |
|
38 |
+
#: includes/admin.php:444 includes/admin.php:446
|
39 |
msgid "Activate"
|
40 |
msgstr "Aktivirate"
|
41 |
|
109 |
msgstr "Odaberite stavke koje želite da uklonite."
|
110 |
|
111 |
#: includes/form/other.php:24
|
112 |
+
msgid "Enable shortcode in the text widget"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: includes/form/other.php:26
|
116 |
+
msgid ""
|
117 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
118 |
+
"shortcode would be supported."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: includes/form/other.php:32
|
122 |
+
msgid "Enable oEmbed in the text widget"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: includes/form/other.php:34
|
126 |
+
msgid ""
|
127 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
128 |
+
"oEmbed would be supported."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: includes/form/other.php:40
|
132 |
msgid "Add role \"Webmaster\""
|
133 |
msgstr "Dodati ulogu \"Urednik web sajta (Webmaster)\""
|
134 |
|
135 |
+
#: includes/form/other.php:42
|
136 |
msgid ""
|
137 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
138 |
"options."
|
140 |
"Ova uloga ima mogućnosti \"Urednik (Editor)\" -a, a može da uređuje i opcije "
|
141 |
"teme."
|
142 |
|
143 |
+
#: includes/form/other.php:48
|
144 |
msgid "Change default email address"
|
145 |
msgstr "Izmeniti podrazumevanu e-mail adresu"
|
146 |
|
147 |
+
#: includes/form/other.php:50
|
148 |
msgid ""
|
149 |
"Change the email address and sender name used by automatic email "
|
150 |
"notifications."
|
152 |
"Izmeniti e-mail adresu i ime pošiljaoca, koji se koriste za automatsko "
|
153 |
"obaveštavanje e-mailom."
|
154 |
|
155 |
+
#: includes/form/other.php:52
|
156 |
msgid "Name"
|
157 |
msgstr "Ime"
|
158 |
|
159 |
+
#: includes/form/other.php:54
|
160 |
msgid "Email"
|
161 |
msgstr "E-mail"
|
162 |
|
163 |
+
#: includes/form/other.php:61
|
164 |
msgid "Delete default contact methods"
|
165 |
msgstr "Obrisati podrazumevane metode kontakta"
|
166 |
|
167 |
+
#: includes/form/other.php:63
|
168 |
msgid "Delete default contact methods from user profile."
|
169 |
msgstr "Obrisati podrazumevane metode kontakta sa profila korisnika."
|
170 |
|
171 |
+
#: includes/form/other.php:80
|
172 |
msgid "Remove Update Notification"
|
173 |
msgstr "Ukloniti obaveštenje o ažuriranju"
|
174 |
|
175 |
+
#: includes/form/other.php:82
|
176 |
msgid "Remove Update Notification for all users except Admin User."
|
177 |
msgstr ""
|
178 |
"Ukloniti obaveštenje o ažuriranju za sve korisnike, osim Admin korisnika "
|
230 |
msgid "You can create child page for non-publish Page."
|
231 |
msgstr "Možete kreirati potomak-stranu za neobjavljenu (non-publish) stranu."
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
#: includes/form/site.php:2
|
234 |
msgid "Site Settings"
|
235 |
msgstr "Podešavanja sajta"
|
346 |
"\">Yahoo! Site Explorer</a> -a, i <a href=\"http://www.bing.com/webmaster"
|
347 |
"\">Bing Webmaster Center</a> -a."
|
348 |
|
349 |
+
#: wp-total-hacks.php:402
|
350 |
msgid "Settings"
|
351 |
msgstr "Podešavanja"
|
352 |
|
353 |
+
#: wp-total-hacks.php:405
|
354 |
msgid "Donate"
|
355 |
msgstr "Donirajte"
|
356 |
|
374 |
msgid "http://wpist.me/"
|
375 |
msgstr "http://wpist.me/"
|
376 |
|
377 |
+
#~ msgid "WordPress Plugins"
|
378 |
+
#~ msgstr "WordPress dodaci (Plugins)"
|
379 |
+
|
380 |
+
#~ msgid "Make WordPress Site Load Faster"
|
381 |
+
#~ msgstr "Učinite da se WordPress sajt brže učitava"
|
382 |
+
|
383 |
+
#~ msgid "http://wpbooster.net/"
|
384 |
+
#~ msgstr "http://wpbooster.net/"
|
385 |
+
|
386 |
+
#~ msgid "This Plugin needs your support"
|
387 |
+
#~ msgstr "Ovom dodatku treba vaša podrška"
|
388 |
+
|
389 |
+
#~ msgid "Please help support the continued development."
|
390 |
+
#~ msgstr "Molimo vas, pomozite kontinuirani razvoj."
|
391 |
+
|
392 |
+
#~ msgid "Contact"
|
393 |
+
#~ msgstr "Kontakt"
|
394 |
+
|
395 |
#~ msgid "$200+ makes you an official contributor."
|
396 |
#~ msgstr "$200+ vas čini zvaničnim doprinosiocem."
|
languages/wp-total-hacks-tr_TR.mo
CHANGED
Binary file
|
languages/wp-total-hacks-tr_TR.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Total Hacks Turkish\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
-
"POT-Creation-Date: 2014-
|
11 |
"PO-Revision-Date: 2014-01-24 09:02+0200\n"
|
12 |
"Last-Translator: Serkan Algur <info@wpadami.com>\n"
|
13 |
"Language-Team: kaisercrazy <info@kaisercrazy.com>\n"
|
@@ -25,19 +25,19 @@ msgstr ""
|
|
25 |
msgid "Select File"
|
26 |
msgstr "Gözat"
|
27 |
|
28 |
-
#: includes/admin.php:
|
29 |
msgid "Saved."
|
30 |
msgstr "Kaydedildi."
|
31 |
|
32 |
-
#: includes/admin.php:
|
33 |
msgid "Save Changes"
|
34 |
msgstr "Değişiklikleri Kaydet"
|
35 |
|
36 |
-
#: includes/admin.php:
|
37 |
msgid "Deactivate"
|
38 |
msgstr "Etkisizleştir"
|
39 |
|
40 |
-
#: includes/admin.php:
|
41 |
msgid "Activate"
|
42 |
msgstr "Etkinleştir"
|
43 |
|
@@ -109,46 +109,66 @@ msgid "Choose the items you want to remove."
|
|
109 |
msgstr "Kaldırmak istediklerinizin yanındaki seçim kutucuğuna tıkalyın"
|
110 |
|
111 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
msgid "Add role \"Webmaster\""
|
113 |
msgstr "\"Webmaster\" rolü ekle"
|
114 |
|
115 |
-
#: includes/form/other.php:
|
116 |
msgid ""
|
117 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
118 |
"options."
|
119 |
msgstr "\"Webmaster\" rolü \"Editor\" + \"edit_theme_options\"."
|
120 |
|
121 |
-
#: includes/form/other.php:
|
122 |
msgid "Change default email address"
|
123 |
msgstr "Varsayılan e-posta adresini değiştir"
|
124 |
|
125 |
-
#: includes/form/other.php:
|
126 |
msgid ""
|
127 |
"Change the email address and sender name used by automatic email "
|
128 |
"notifications."
|
129 |
msgstr "Varsayılan e-posta adresi ve gönderen ismini değiştir."
|
130 |
|
131 |
-
#: includes/form/other.php:
|
132 |
msgid "Name"
|
133 |
msgstr "İsim"
|
134 |
|
135 |
-
#: includes/form/other.php:
|
136 |
msgid "Email"
|
137 |
msgstr "E-Posta"
|
138 |
|
139 |
-
#: includes/form/other.php:
|
140 |
msgid "Delete default contact methods"
|
141 |
msgstr "Varsayılan iletişim metodlarını kaldır"
|
142 |
|
143 |
-
#: includes/form/other.php:
|
144 |
msgid "Delete default contact methods from user profile."
|
145 |
msgstr "Kullanıcı profilindeki varsayılan iletişim metodlarını kaldır"
|
146 |
|
147 |
-
#: includes/form/other.php:
|
148 |
msgid "Remove Update Notification"
|
149 |
msgstr "Güncelleme bildirimlerini etkisizleştir"
|
150 |
|
151 |
-
#: includes/form/other.php:
|
152 |
msgid "Remove Update Notification for all users except Admin User."
|
153 |
msgstr "Yönetici hariç tüm kullanıcılardan güncelleme bildirimlerini kaldır"
|
154 |
|
@@ -204,30 +224,6 @@ msgstr "\"Taslak\" yazılar için alt sayfa oluşturmaya izin ver."
|
|
204 |
msgid "You can create child page for non-publish Page."
|
205 |
msgstr "Yayınlanmamış sayfalar için alt sayfa oluşutrabilirsiniz."
|
206 |
|
207 |
-
#: includes/form/sidebar.php:2
|
208 |
-
msgid "WordPress Plugins"
|
209 |
-
msgstr "WordPress Eklentileri"
|
210 |
-
|
211 |
-
#: includes/form/sidebar.php:13
|
212 |
-
msgid "Make WordPress Site Load Faster"
|
213 |
-
msgstr "WordPress siteni daha hılzı yükle"
|
214 |
-
|
215 |
-
#: includes/form/sidebar.php:14
|
216 |
-
msgid "http://wpbooster.net/"
|
217 |
-
msgstr "http://wpbooster.net/"
|
218 |
-
|
219 |
-
#: includes/form/sidebar.php:18
|
220 |
-
msgid "This Plugin needs your support"
|
221 |
-
msgstr "Bu eklentinin sizin desteğinize ihtiyacı var."
|
222 |
-
|
223 |
-
#: includes/form/sidebar.php:19
|
224 |
-
msgid "Please help support the continued development."
|
225 |
-
msgstr "Geliştirmenin devamının sağlanabilmesi için yardımda bulun"
|
226 |
-
|
227 |
-
#: includes/form/sidebar.php:24
|
228 |
-
msgid "Contact"
|
229 |
-
msgstr "İletişim"
|
230 |
-
|
231 |
#: includes/form/site.php:2
|
232 |
msgid "Site Settings"
|
233 |
msgstr "Site ayarları"
|
@@ -342,11 +338,11 @@ msgstr ""
|
|
342 |
"a> ve <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a> "
|
343 |
"sistemleriden aldığınızı meta \"content\" anahtarını girin "
|
344 |
|
345 |
-
#: wp-total-hacks.php:
|
346 |
msgid "Settings"
|
347 |
msgstr "Seçenekler"
|
348 |
|
349 |
-
#: wp-total-hacks.php:
|
350 |
msgid "Donate"
|
351 |
msgstr "Bağış Yap"
|
352 |
|
@@ -370,6 +366,24 @@ msgstr "Takayuki Miyauchi"
|
|
370 |
msgid "http://wpist.me/"
|
371 |
msgstr "http://wpist.me/"
|
372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
#~ msgid "$200+ makes you an official contributor."
|
374 |
#~ msgstr ""
|
375 |
#~ "200$ ve yukarısındaki bağışlar sizi katkıda bulunan kişilerden yapar"
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: Total Hacks Turkish\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
11 |
"PO-Revision-Date: 2014-01-24 09:02+0200\n"
|
12 |
"Last-Translator: Serkan Algur <info@wpadami.com>\n"
|
13 |
"Language-Team: kaisercrazy <info@kaisercrazy.com>\n"
|
25 |
msgid "Select File"
|
26 |
msgstr "Gözat"
|
27 |
|
28 |
+
#: includes/admin.php:390
|
29 |
msgid "Saved."
|
30 |
msgstr "Kaydedildi."
|
31 |
|
32 |
+
#: includes/admin.php:397
|
33 |
msgid "Save Changes"
|
34 |
msgstr "Değişiklikleri Kaydet"
|
35 |
|
36 |
+
#: includes/admin.php:442
|
37 |
msgid "Deactivate"
|
38 |
msgstr "Etkisizleştir"
|
39 |
|
40 |
+
#: includes/admin.php:444 includes/admin.php:446
|
41 |
msgid "Activate"
|
42 |
msgstr "Etkinleştir"
|
43 |
|
109 |
msgstr "Kaldırmak istediklerinizin yanındaki seçim kutucuğuna tıkalyın"
|
110 |
|
111 |
#: includes/form/other.php:24
|
112 |
+
msgid "Enable shortcode in the text widget"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: includes/form/other.php:26
|
116 |
+
msgid ""
|
117 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
118 |
+
"shortcode would be supported."
|
119 |
+
msgstr ""
|
120 |
+
|
121 |
+
#: includes/form/other.php:32
|
122 |
+
msgid "Enable oEmbed in the text widget"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: includes/form/other.php:34
|
126 |
+
msgid ""
|
127 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
128 |
+
"oEmbed would be supported."
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: includes/form/other.php:40
|
132 |
msgid "Add role \"Webmaster\""
|
133 |
msgstr "\"Webmaster\" rolü ekle"
|
134 |
|
135 |
+
#: includes/form/other.php:42
|
136 |
msgid ""
|
137 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
138 |
"options."
|
139 |
msgstr "\"Webmaster\" rolü \"Editor\" + \"edit_theme_options\"."
|
140 |
|
141 |
+
#: includes/form/other.php:48
|
142 |
msgid "Change default email address"
|
143 |
msgstr "Varsayılan e-posta adresini değiştir"
|
144 |
|
145 |
+
#: includes/form/other.php:50
|
146 |
msgid ""
|
147 |
"Change the email address and sender name used by automatic email "
|
148 |
"notifications."
|
149 |
msgstr "Varsayılan e-posta adresi ve gönderen ismini değiştir."
|
150 |
|
151 |
+
#: includes/form/other.php:52
|
152 |
msgid "Name"
|
153 |
msgstr "İsim"
|
154 |
|
155 |
+
#: includes/form/other.php:54
|
156 |
msgid "Email"
|
157 |
msgstr "E-Posta"
|
158 |
|
159 |
+
#: includes/form/other.php:61
|
160 |
msgid "Delete default contact methods"
|
161 |
msgstr "Varsayılan iletişim metodlarını kaldır"
|
162 |
|
163 |
+
#: includes/form/other.php:63
|
164 |
msgid "Delete default contact methods from user profile."
|
165 |
msgstr "Kullanıcı profilindeki varsayılan iletişim metodlarını kaldır"
|
166 |
|
167 |
+
#: includes/form/other.php:80
|
168 |
msgid "Remove Update Notification"
|
169 |
msgstr "Güncelleme bildirimlerini etkisizleştir"
|
170 |
|
171 |
+
#: includes/form/other.php:82
|
172 |
msgid "Remove Update Notification for all users except Admin User."
|
173 |
msgstr "Yönetici hariç tüm kullanıcılardan güncelleme bildirimlerini kaldır"
|
174 |
|
224 |
msgid "You can create child page for non-publish Page."
|
225 |
msgstr "Yayınlanmamış sayfalar için alt sayfa oluşutrabilirsiniz."
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
#: includes/form/site.php:2
|
228 |
msgid "Site Settings"
|
229 |
msgstr "Site ayarları"
|
338 |
"a> ve <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a> "
|
339 |
"sistemleriden aldığınızı meta \"content\" anahtarını girin "
|
340 |
|
341 |
+
#: wp-total-hacks.php:402
|
342 |
msgid "Settings"
|
343 |
msgstr "Seçenekler"
|
344 |
|
345 |
+
#: wp-total-hacks.php:405
|
346 |
msgid "Donate"
|
347 |
msgstr "Bağış Yap"
|
348 |
|
366 |
msgid "http://wpist.me/"
|
367 |
msgstr "http://wpist.me/"
|
368 |
|
369 |
+
#~ msgid "WordPress Plugins"
|
370 |
+
#~ msgstr "WordPress Eklentileri"
|
371 |
+
|
372 |
+
#~ msgid "Make WordPress Site Load Faster"
|
373 |
+
#~ msgstr "WordPress siteni daha hılzı yükle"
|
374 |
+
|
375 |
+
#~ msgid "http://wpbooster.net/"
|
376 |
+
#~ msgstr "http://wpbooster.net/"
|
377 |
+
|
378 |
+
#~ msgid "This Plugin needs your support"
|
379 |
+
#~ msgstr "Bu eklentinin sizin desteğinize ihtiyacı var."
|
380 |
+
|
381 |
+
#~ msgid "Please help support the continued development."
|
382 |
+
#~ msgstr "Geliştirmenin devamının sağlanabilmesi için yardımda bulun"
|
383 |
+
|
384 |
+
#~ msgid "Contact"
|
385 |
+
#~ msgstr "İletişim"
|
386 |
+
|
387 |
#~ msgid "$200+ makes you an official contributor."
|
388 |
#~ msgstr ""
|
389 |
#~ "200$ ve yukarısındaki bağışlar sizi katkıda bulunan kişilerden yapar"
|
languages/wp-total-hacks-vi.mo
CHANGED
Binary file
|
languages/wp-total-hacks-vi.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.2.2\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
-
"POT-Creation-Date: 2014-
|
8 |
"PO-Revision-Date: 2014-01-18 21:11+0700\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: OSS localization blog | http://bizover.net <contact@bizover."
|
@@ -22,19 +22,19 @@ msgstr ""
|
|
22 |
msgid "Select File"
|
23 |
msgstr "Chọn tập tin"
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Saved."
|
27 |
msgstr "Lưu."
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Lưu thay đổi"
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Tắt"
|
36 |
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Activate"
|
39 |
msgstr "Kích hoạt"
|
40 |
|
@@ -104,10 +104,30 @@ msgid "Choose the items you want to remove."
|
|
104 |
msgstr "Chọn các mục bạn muốn loại bỏ."
|
105 |
|
106 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgid "Add role \"Webmaster\""
|
108 |
msgstr "Thêm vai trò \"Webmaster\""
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid ""
|
112 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
113 |
"options."
|
@@ -115,38 +135,38 @@ msgstr ""
|
|
115 |
"Vai trò này có khả năng của một \"Editor\", nhưng cũng có thể chỉnh sửa tùy "
|
116 |
"chọn chủ đề."
|
117 |
|
118 |
-
#: includes/form/other.php:
|
119 |
msgid "Change default email address"
|
120 |
msgstr "Thay đổi địa chỉ thư điện tử mặc định"
|
121 |
|
122 |
-
#: includes/form/other.php:
|
123 |
msgid ""
|
124 |
"Change the email address and sender name used by automatic email "
|
125 |
"notifications."
|
126 |
msgstr ""
|
127 |
"Thay đổi email địa chỉ và gửi tên được sử dụng bởi thông báo email tự động."
|
128 |
|
129 |
-
#: includes/form/other.php:
|
130 |
msgid "Name"
|
131 |
msgstr "Tên"
|
132 |
|
133 |
-
#: includes/form/other.php:
|
134 |
msgid "Email"
|
135 |
msgstr "Thư điện tử"
|
136 |
|
137 |
-
#: includes/form/other.php:
|
138 |
msgid "Delete default contact methods"
|
139 |
msgstr "Xóa phương pháp liên lạc mặc định"
|
140 |
|
141 |
-
#: includes/form/other.php:
|
142 |
msgid "Delete default contact methods from user profile."
|
143 |
msgstr "Xóa phương pháp liên lạc mặc định từ hồ sơ người dùng."
|
144 |
|
145 |
-
#: includes/form/other.php:
|
146 |
msgid "Remove Update Notification"
|
147 |
msgstr "Loại bỏ bản cập nhật thông báo"
|
148 |
|
149 |
-
#: includes/form/other.php:
|
150 |
msgid "Remove Update Notification for all users except Admin User."
|
151 |
msgstr ""
|
152 |
"Loại bỏ bản cập nhật thông báo cho tất cả người dùng ngoại trừ người dùng "
|
@@ -204,30 +224,6 @@ msgstr "Cho phép bạn tạo trang trẻ em cho \"draft\"."
|
|
204 |
msgid "You can create child page for non-publish Page."
|
205 |
msgstr "Bạn có thể tạo trang trẻ em cho non-publish trang."
|
206 |
|
207 |
-
#: includes/form/sidebar.php:2
|
208 |
-
msgid "WordPress Plugins"
|
209 |
-
msgstr "WordPress Plugins"
|
210 |
-
|
211 |
-
#: includes/form/sidebar.php:13
|
212 |
-
msgid "Make WordPress Site Load Faster"
|
213 |
-
msgstr "Làm cho WordPress trang web tải nhanh hơn"
|
214 |
-
|
215 |
-
#: includes/form/sidebar.php:14
|
216 |
-
msgid "http://wpbooster.net/"
|
217 |
-
msgstr "http://wpbooster.net/"
|
218 |
-
|
219 |
-
#: includes/form/sidebar.php:18
|
220 |
-
msgid "This Plugin needs your support"
|
221 |
-
msgstr "Plugin này cần hỗ trợ của bạn"
|
222 |
-
|
223 |
-
#: includes/form/sidebar.php:19
|
224 |
-
msgid "Please help support the continued development."
|
225 |
-
msgstr "Xin vui lòng giúp hỗ trợ việc phát triển."
|
226 |
-
|
227 |
-
#: includes/form/sidebar.php:24
|
228 |
-
msgid "Contact"
|
229 |
-
msgstr "Liên hệ"
|
230 |
-
|
231 |
#: includes/form/site.php:2
|
232 |
msgid "Site Settings"
|
233 |
msgstr "Thiết lập trang web"
|
@@ -342,11 +338,11 @@ msgstr ""
|
|
342 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
343 |
"a>, and <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
344 |
|
345 |
-
#: wp-total-hacks.php:
|
346 |
msgid "Settings"
|
347 |
msgstr "Cài đặt"
|
348 |
|
349 |
-
#: wp-total-hacks.php:
|
350 |
msgid "Donate"
|
351 |
msgstr "Quyên góp"
|
352 |
|
@@ -370,5 +366,23 @@ msgstr "Takayuki Miyauchi"
|
|
370 |
msgid "http://wpist.me/"
|
371 |
msgstr "http://wpist.me/"
|
372 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
#~ msgid "$200+ makes you an official contributor."
|
374 |
#~ msgstr "$200 + làm cho bạn một đóng góp chính thức."
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.2.2\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
8 |
"PO-Revision-Date: 2014-01-18 21:11+0700\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: OSS localization blog | http://bizover.net <contact@bizover."
|
22 |
msgid "Select File"
|
23 |
msgstr "Chọn tập tin"
|
24 |
|
25 |
+
#: includes/admin.php:390
|
26 |
msgid "Saved."
|
27 |
msgstr "Lưu."
|
28 |
|
29 |
+
#: includes/admin.php:397
|
30 |
msgid "Save Changes"
|
31 |
msgstr "Lưu thay đổi"
|
32 |
|
33 |
+
#: includes/admin.php:442
|
34 |
msgid "Deactivate"
|
35 |
msgstr "Tắt"
|
36 |
|
37 |
+
#: includes/admin.php:444 includes/admin.php:446
|
38 |
msgid "Activate"
|
39 |
msgstr "Kích hoạt"
|
40 |
|
104 |
msgstr "Chọn các mục bạn muốn loại bỏ."
|
105 |
|
106 |
#: includes/form/other.php:24
|
107 |
+
msgid "Enable shortcode in the text widget"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:26
|
111 |
+
msgid ""
|
112 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
113 |
+
"shortcode would be supported."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: includes/form/other.php:32
|
117 |
+
msgid "Enable oEmbed in the text widget"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:34
|
121 |
+
msgid ""
|
122 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
123 |
+
"oEmbed would be supported."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: includes/form/other.php:40
|
127 |
msgid "Add role \"Webmaster\""
|
128 |
msgstr "Thêm vai trò \"Webmaster\""
|
129 |
|
130 |
+
#: includes/form/other.php:42
|
131 |
msgid ""
|
132 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
133 |
"options."
|
135 |
"Vai trò này có khả năng của một \"Editor\", nhưng cũng có thể chỉnh sửa tùy "
|
136 |
"chọn chủ đề."
|
137 |
|
138 |
+
#: includes/form/other.php:48
|
139 |
msgid "Change default email address"
|
140 |
msgstr "Thay đổi địa chỉ thư điện tử mặc định"
|
141 |
|
142 |
+
#: includes/form/other.php:50
|
143 |
msgid ""
|
144 |
"Change the email address and sender name used by automatic email "
|
145 |
"notifications."
|
146 |
msgstr ""
|
147 |
"Thay đổi email địa chỉ và gửi tên được sử dụng bởi thông báo email tự động."
|
148 |
|
149 |
+
#: includes/form/other.php:52
|
150 |
msgid "Name"
|
151 |
msgstr "Tên"
|
152 |
|
153 |
+
#: includes/form/other.php:54
|
154 |
msgid "Email"
|
155 |
msgstr "Thư điện tử"
|
156 |
|
157 |
+
#: includes/form/other.php:61
|
158 |
msgid "Delete default contact methods"
|
159 |
msgstr "Xóa phương pháp liên lạc mặc định"
|
160 |
|
161 |
+
#: includes/form/other.php:63
|
162 |
msgid "Delete default contact methods from user profile."
|
163 |
msgstr "Xóa phương pháp liên lạc mặc định từ hồ sơ người dùng."
|
164 |
|
165 |
+
#: includes/form/other.php:80
|
166 |
msgid "Remove Update Notification"
|
167 |
msgstr "Loại bỏ bản cập nhật thông báo"
|
168 |
|
169 |
+
#: includes/form/other.php:82
|
170 |
msgid "Remove Update Notification for all users except Admin User."
|
171 |
msgstr ""
|
172 |
"Loại bỏ bản cập nhật thông báo cho tất cả người dùng ngoại trừ người dùng "
|
224 |
msgid "You can create child page for non-publish Page."
|
225 |
msgstr "Bạn có thể tạo trang trẻ em cho non-publish trang."
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
#: includes/form/site.php:2
|
228 |
msgid "Site Settings"
|
229 |
msgstr "Thiết lập trang web"
|
338 |
"a>, <a href=\"https://siteexplorer.search.yahoo.com/\">Yahoo! Site Explorer</"
|
339 |
"a>, and <a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
340 |
|
341 |
+
#: wp-total-hacks.php:402
|
342 |
msgid "Settings"
|
343 |
msgstr "Cài đặt"
|
344 |
|
345 |
+
#: wp-total-hacks.php:405
|
346 |
msgid "Donate"
|
347 |
msgstr "Quyên góp"
|
348 |
|
366 |
msgid "http://wpist.me/"
|
367 |
msgstr "http://wpist.me/"
|
368 |
|
369 |
+
#~ msgid "WordPress Plugins"
|
370 |
+
#~ msgstr "WordPress Plugins"
|
371 |
+
|
372 |
+
#~ msgid "Make WordPress Site Load Faster"
|
373 |
+
#~ msgstr "Làm cho WordPress trang web tải nhanh hơn"
|
374 |
+
|
375 |
+
#~ msgid "http://wpbooster.net/"
|
376 |
+
#~ msgstr "http://wpbooster.net/"
|
377 |
+
|
378 |
+
#~ msgid "This Plugin needs your support"
|
379 |
+
#~ msgstr "Plugin này cần hỗ trợ của bạn"
|
380 |
+
|
381 |
+
#~ msgid "Please help support the continued development."
|
382 |
+
#~ msgstr "Xin vui lòng giúp hỗ trợ việc phát triển."
|
383 |
+
|
384 |
+
#~ msgid "Contact"
|
385 |
+
#~ msgstr "Liên hệ"
|
386 |
+
|
387 |
#~ msgid "$200+ makes you an official contributor."
|
388 |
#~ msgstr "$200 + làm cho bạn một đóng góp chính thức."
|
languages/wp-total-hacks-zh_CN.mo
CHANGED
Binary file
|
languages/wp-total-hacks-zh_CN.po
CHANGED
@@ -7,7 +7,7 @@ msgid ""
|
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
-
"POT-Creation-Date: 2014-
|
11 |
"PO-Revision-Date: 2011-09-18 21:11+0800\n"
|
12 |
"Last-Translator: missing猪 <520@qq.com>\n"
|
13 |
"Language-Team: \n"
|
@@ -26,19 +26,19 @@ msgstr ""
|
|
26 |
msgid "Select File"
|
27 |
msgstr "选择文件"
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Saved."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Save Changes"
|
35 |
msgstr "保存更改"
|
36 |
|
37 |
-
#: includes/admin.php:
|
38 |
msgid "Deactivate"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/admin.php:
|
42 |
msgid "Activate"
|
43 |
msgstr ""
|
44 |
|
@@ -107,46 +107,66 @@ msgid "Choose the items you want to remove."
|
|
107 |
msgstr "选择你想移除的项目"
|
108 |
|
109 |
#: includes/form/other.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
msgid "Add role \"Webmaster\""
|
111 |
msgstr "添加角色\"Webmaster\"(网络管理员)"
|
112 |
|
113 |
-
#: includes/form/other.php:
|
114 |
msgid ""
|
115 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
116 |
"options."
|
117 |
msgstr "这个角色拥有“编辑”的权限,但同时可以设置主题选项"
|
118 |
|
119 |
-
#: includes/form/other.php:
|
120 |
msgid "Change default email address"
|
121 |
msgstr "修改默认 e-mail 信息"
|
122 |
|
123 |
-
#: includes/form/other.php:
|
124 |
msgid ""
|
125 |
"Change the email address and sender name used by automatic email "
|
126 |
"notifications."
|
127 |
msgstr "修改wordpress的自动通知功能使用的 e-mail 信息"
|
128 |
|
129 |
-
#: includes/form/other.php:
|
130 |
msgid "Name"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: includes/form/other.php:
|
134 |
msgid "Email"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: includes/form/other.php:
|
138 |
msgid "Delete default contact methods"
|
139 |
msgstr "删除默认联系方式"
|
140 |
|
141 |
-
#: includes/form/other.php:
|
142 |
msgid "Delete default contact methods from user profile."
|
143 |
msgstr "删除用户个人资料里的默认联系方式"
|
144 |
|
145 |
-
#: includes/form/other.php:
|
146 |
msgid "Remove Update Notification"
|
147 |
msgstr "禁用升级提示"
|
148 |
|
149 |
-
#: includes/form/other.php:
|
150 |
msgid "Remove Update Notification for all users except Admin User."
|
151 |
msgstr "除管理员外的角色都禁用升级提示"
|
152 |
|
@@ -200,30 +220,6 @@ msgstr ""
|
|
200 |
msgid "You can create child page for non-publish Page."
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: includes/form/sidebar.php:2
|
204 |
-
msgid "WordPress Plugins"
|
205 |
-
msgstr "WordPress 插件"
|
206 |
-
|
207 |
-
#: includes/form/sidebar.php:13
|
208 |
-
msgid "Make WordPress Site Load Faster"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: includes/form/sidebar.php:14
|
212 |
-
msgid "http://wpbooster.net/"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: includes/form/sidebar.php:18
|
216 |
-
msgid "This Plugin needs your support"
|
217 |
-
msgstr "这款插件需要你的支持"
|
218 |
-
|
219 |
-
#: includes/form/sidebar.php:19
|
220 |
-
msgid "Please help support the continued development."
|
221 |
-
msgstr "请捐赠以支持插件的继续开发"
|
222 |
-
|
223 |
-
#: includes/form/sidebar.php:24
|
224 |
-
msgid "Contact"
|
225 |
-
msgstr "联系"
|
226 |
-
|
227 |
#: includes/form/site.php:2
|
228 |
msgid "Site Settings"
|
229 |
msgstr "网站设置"
|
@@ -338,11 +334,11 @@ msgstr ""
|
|
338 |
"Explorer</a>, 和 <a href=\"http://www.bing.com/webmaster\">Bing Webmaster "
|
339 |
"Center</a>代码."
|
340 |
|
341 |
-
#: wp-total-hacks.php:
|
342 |
msgid "Settings"
|
343 |
msgstr "设置"
|
344 |
|
345 |
-
#: wp-total-hacks.php:
|
346 |
msgid "Donate"
|
347 |
msgstr "捐助"
|
348 |
|
@@ -366,6 +362,18 @@ msgstr ""
|
|
366 |
msgid "http://wpist.me/"
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#~ msgid "$200+ makes you an official contributor."
|
370 |
#~ msgstr "$200+将让你成为官方的捐助者"
|
371 |
|
7 |
msgstr ""
|
8 |
"Project-Id-Version: PACKAGE VERSION\n"
|
9 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
10 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
11 |
"PO-Revision-Date: 2011-09-18 21:11+0800\n"
|
12 |
"Last-Translator: missing猪 <520@qq.com>\n"
|
13 |
"Language-Team: \n"
|
26 |
msgid "Select File"
|
27 |
msgstr "选择文件"
|
28 |
|
29 |
+
#: includes/admin.php:390
|
30 |
msgid "Saved."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/admin.php:397
|
34 |
msgid "Save Changes"
|
35 |
msgstr "保存更改"
|
36 |
|
37 |
+
#: includes/admin.php:442
|
38 |
msgid "Deactivate"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: includes/admin.php:444 includes/admin.php:446
|
42 |
msgid "Activate"
|
43 |
msgstr ""
|
44 |
|
107 |
msgstr "选择你想移除的项目"
|
108 |
|
109 |
#: includes/form/other.php:24
|
110 |
+
msgid "Enable shortcode in the text widget"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: includes/form/other.php:26
|
114 |
+
msgid ""
|
115 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
116 |
+
"shortcode would be supported."
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: includes/form/other.php:32
|
120 |
+
msgid "Enable oEmbed in the text widget"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: includes/form/other.php:34
|
124 |
+
msgid ""
|
125 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
126 |
+
"oEmbed would be supported."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: includes/form/other.php:40
|
130 |
msgid "Add role \"Webmaster\""
|
131 |
msgstr "添加角色\"Webmaster\"(网络管理员)"
|
132 |
|
133 |
+
#: includes/form/other.php:42
|
134 |
msgid ""
|
135 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
136 |
"options."
|
137 |
msgstr "这个角色拥有“编辑”的权限,但同时可以设置主题选项"
|
138 |
|
139 |
+
#: includes/form/other.php:48
|
140 |
msgid "Change default email address"
|
141 |
msgstr "修改默认 e-mail 信息"
|
142 |
|
143 |
+
#: includes/form/other.php:50
|
144 |
msgid ""
|
145 |
"Change the email address and sender name used by automatic email "
|
146 |
"notifications."
|
147 |
msgstr "修改wordpress的自动通知功能使用的 e-mail 信息"
|
148 |
|
149 |
+
#: includes/form/other.php:52
|
150 |
msgid "Name"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: includes/form/other.php:54
|
154 |
msgid "Email"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/form/other.php:61
|
158 |
msgid "Delete default contact methods"
|
159 |
msgstr "删除默认联系方式"
|
160 |
|
161 |
+
#: includes/form/other.php:63
|
162 |
msgid "Delete default contact methods from user profile."
|
163 |
msgstr "删除用户个人资料里的默认联系方式"
|
164 |
|
165 |
+
#: includes/form/other.php:80
|
166 |
msgid "Remove Update Notification"
|
167 |
msgstr "禁用升级提示"
|
168 |
|
169 |
+
#: includes/form/other.php:82
|
170 |
msgid "Remove Update Notification for all users except Admin User."
|
171 |
msgstr "除管理员外的角色都禁用升级提示"
|
172 |
|
220 |
msgid "You can create child page for non-publish Page."
|
221 |
msgstr ""
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
#: includes/form/site.php:2
|
224 |
msgid "Site Settings"
|
225 |
msgstr "网站设置"
|
334 |
"Explorer</a>, 和 <a href=\"http://www.bing.com/webmaster\">Bing Webmaster "
|
335 |
"Center</a>代码."
|
336 |
|
337 |
+
#: wp-total-hacks.php:402
|
338 |
msgid "Settings"
|
339 |
msgstr "设置"
|
340 |
|
341 |
+
#: wp-total-hacks.php:405
|
342 |
msgid "Donate"
|
343 |
msgstr "捐助"
|
344 |
|
362 |
msgid "http://wpist.me/"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#~ msgid "WordPress Plugins"
|
366 |
+
#~ msgstr "WordPress 插件"
|
367 |
+
|
368 |
+
#~ msgid "This Plugin needs your support"
|
369 |
+
#~ msgstr "这款插件需要你的支持"
|
370 |
+
|
371 |
+
#~ msgid "Please help support the continued development."
|
372 |
+
#~ msgstr "请捐赠以支持插件的继续开发"
|
373 |
+
|
374 |
+
#~ msgid "Contact"
|
375 |
+
#~ msgstr "联系"
|
376 |
+
|
377 |
#~ msgid "$200+ makes you an official contributor."
|
378 |
#~ msgstr "$200+将让你成为官方的捐助者"
|
379 |
|
languages/wp-total-hacks.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.8.0\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
-
"POT-Creation-Date: 2014-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -18,19 +18,19 @@ msgstr ""
|
|
18 |
msgid "Select File"
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: includes/admin.php:
|
22 |
msgid "Saved."
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: includes/admin.php:
|
26 |
msgid "Save Changes"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/admin.php:
|
30 |
msgid "Deactivate"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/admin.php:
|
34 |
msgid "Activate"
|
35 |
msgstr ""
|
36 |
|
@@ -98,46 +98,66 @@ msgid "Choose the items you want to remove."
|
|
98 |
msgstr ""
|
99 |
|
100 |
#: includes/form/other.php:24
|
101 |
-
msgid "
|
102 |
msgstr ""
|
103 |
|
104 |
#: includes/form/other.php:26
|
105 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
107 |
"options."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: includes/form/other.php:
|
111 |
msgid "Change default email address"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: includes/form/other.php:
|
115 |
msgid ""
|
116 |
"Change the email address and sender name used by automatic email "
|
117 |
"notifications."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: includes/form/other.php:
|
121 |
msgid "Name"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: includes/form/other.php:
|
125 |
msgid "Email"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/form/other.php:
|
129 |
msgid "Delete default contact methods"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: includes/form/other.php:
|
133 |
msgid "Delete default contact methods from user profile."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: includes/form/other.php:
|
137 |
msgid "Remove Update Notification"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: includes/form/other.php:
|
141 |
msgid "Remove Update Notification for all users except Admin User."
|
142 |
msgstr ""
|
143 |
|
@@ -191,30 +211,6 @@ msgstr ""
|
|
191 |
msgid "You can create child page for non-publish Page."
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: includes/form/sidebar.php:2
|
195 |
-
msgid "WordPress Plugins"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: includes/form/sidebar.php:13
|
199 |
-
msgid "Make WordPress Site Load Faster"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: includes/form/sidebar.php:14
|
203 |
-
msgid "http://wpbooster.net/"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: includes/form/sidebar.php:18
|
207 |
-
msgid "This Plugin needs your support"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: includes/form/sidebar.php:19
|
211 |
-
msgid "Please help support the continued development."
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: includes/form/sidebar.php:24
|
215 |
-
msgid "Contact"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
#: includes/form/site.php:2
|
219 |
msgid "Site Settings"
|
220 |
msgstr ""
|
@@ -316,11 +312,11 @@ msgid ""
|
|
316 |
"<a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: wp-total-hacks.php:
|
320 |
msgid "Settings"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: wp-total-hacks.php:
|
324 |
msgid "Donate"
|
325 |
msgstr ""
|
326 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP Total Hacks 1.8.0\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-total-hacks\n"
|
7 |
+
"POT-Creation-Date: 2014-09-06 03:35:26+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
18 |
msgid "Select File"
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: includes/admin.php:390
|
22 |
msgid "Saved."
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: includes/admin.php:397
|
26 |
msgid "Save Changes"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: includes/admin.php:442
|
30 |
msgid "Deactivate"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/admin.php:444 includes/admin.php:446
|
34 |
msgid "Activate"
|
35 |
msgstr ""
|
36 |
|
98 |
msgstr ""
|
99 |
|
100 |
#: includes/form/other.php:24
|
101 |
+
msgid "Enable shortcode in the text widget"
|
102 |
msgstr ""
|
103 |
|
104 |
#: includes/form/other.php:26
|
105 |
msgid ""
|
106 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
107 |
+
"shortcode would be supported."
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: includes/form/other.php:32
|
111 |
+
msgid "Enable oEmbed in the text widget"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: includes/form/other.php:34
|
115 |
+
msgid ""
|
116 |
+
"By default, the Text widget only support text and HTML. If you activate it, "
|
117 |
+
"oEmbed would be supported."
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: includes/form/other.php:40
|
121 |
+
msgid "Add role \"Webmaster\""
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: includes/form/other.php:42
|
125 |
+
msgid ""
|
126 |
"This role has the capabilities of an \"Editor\", but can also edit theme "
|
127 |
"options."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: includes/form/other.php:48
|
131 |
msgid "Change default email address"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: includes/form/other.php:50
|
135 |
msgid ""
|
136 |
"Change the email address and sender name used by automatic email "
|
137 |
"notifications."
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: includes/form/other.php:52
|
141 |
msgid "Name"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: includes/form/other.php:54
|
145 |
msgid "Email"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/form/other.php:61
|
149 |
msgid "Delete default contact methods"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: includes/form/other.php:63
|
153 |
msgid "Delete default contact methods from user profile."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/form/other.php:80
|
157 |
msgid "Remove Update Notification"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/form/other.php:82
|
161 |
msgid "Remove Update Notification for all users except Admin User."
|
162 |
msgstr ""
|
163 |
|
211 |
msgid "You can create child page for non-publish Page."
|
212 |
msgstr ""
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
#: includes/form/site.php:2
|
215 |
msgid "Site Settings"
|
216 |
msgstr ""
|
312 |
"<a href=\"http://www.bing.com/webmaster\">Bing Webmaster Center</a>."
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: wp-total-hacks.php:402
|
316 |
msgid "Settings"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: wp-total-hacks.php:405
|
320 |
msgid "Donate"
|
321 |
msgstr ""
|
322 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: miyauchi,marushu
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR7RD5SGEU69Y
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
@@ -36,6 +36,7 @@ PHP5 is required!
|
|
36 |
* Disable auto save.
|
37 |
* Stop sending pings from your own site to your own site when you write posts.
|
38 |
* Block pingbacks.
|
|
|
39 |
* And other!
|
40 |
|
41 |
= Support =
|
@@ -96,6 +97,9 @@ Please contact to me.
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
|
|
|
|
|
|
99 |
= 1.8.0 =
|
100 |
* Add "Block pingbacks".
|
101 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR7RD5SGEU69Y
|
4 |
Tags: head, post, page, functions.php, admin, logo, auto save, revision, meta box, dashboard
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.0
|
7 |
+
Stable tag: 1.9.0
|
8 |
|
9 |
WP Total Hacks can customize more than 20 settings on your WordPress Site.
|
10 |
PHP5 is required!
|
36 |
* Disable auto save.
|
37 |
* Stop sending pings from your own site to your own site when you write posts.
|
38 |
* Block pingbacks.
|
39 |
+
* Enable shortcode/oEmbed in the text widget.
|
40 |
* And other!
|
41 |
|
42 |
= Support =
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.9.0 =
|
101 |
+
* Enable shortcode/oembed in the text widget.
|
102 |
+
|
103 |
= 1.8.0 =
|
104 |
* Add "Block pingbacks".
|
105 |
|
wp-total-hacks.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
/*
|
3 |
Plugin Name: WP Total Hacks
|
4 |
Author: Takayuki Miyauchi
|
5 |
-
Plugin URI:
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
-
Version: 1.
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|
@@ -50,6 +50,8 @@ private $option_params = array(
|
|
50 |
//'wfb_attachmentlink' => 'bool',
|
51 |
'wfb_createpagefordraft' => 'bool',
|
52 |
'wfb_disallow_pingback' => 'bool',
|
|
|
|
|
53 |
);
|
54 |
|
55 |
public function __construct()
|
@@ -135,6 +137,16 @@ public function plugins_loaded()
|
|
135 |
if ($this->op('wfb_disallow_pingback')) {
|
136 |
add_filter('xmlrpc_methods', array($this, 'xmlrpc_methods'));
|
137 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
}
|
139 |
|
140 |
public function xmlrpc_methods($methods)
|
2 |
/*
|
3 |
Plugin Name: WP Total Hacks
|
4 |
Author: Takayuki Miyauchi
|
5 |
+
Plugin URI: https://github.com/miya0001/wp-total-hacks
|
6 |
Description: WP Total Hacks can customize your WordPress.
|
7 |
+
Version: 1.9.0
|
8 |
Author URI: http://wpist.me/
|
9 |
Domain Path: /languages
|
10 |
Text Domain: wp-total-hacks
|
50 |
//'wfb_attachmentlink' => 'bool',
|
51 |
'wfb_createpagefordraft' => 'bool',
|
52 |
'wfb_disallow_pingback' => 'bool',
|
53 |
+
'wfb_shortcode' => 'bool',
|
54 |
+
'wfb_oembed' => 'bool',
|
55 |
);
|
56 |
|
57 |
public function __construct()
|
137 |
if ($this->op('wfb_disallow_pingback')) {
|
138 |
add_filter('xmlrpc_methods', array($this, 'xmlrpc_methods'));
|
139 |
}
|
140 |
+
|
141 |
+
if ($this->op('wfb_shortcode')) {
|
142 |
+
add_filter('widget_text', 'do_shortcode');
|
143 |
+
}
|
144 |
+
|
145 |
+
if ($this->op('wfb_oembed')) {
|
146 |
+
global $wp_embed;
|
147 |
+
add_filter( 'widget_text', array( $wp_embed, 'run_shortcode' ), 8 );
|
148 |
+
add_filter( 'widget_text', array( $wp_embed, 'autoembed'), 8 );
|
149 |
+
}
|
150 |
}
|
151 |
|
152 |
public function xmlrpc_methods($methods)
|