Version Description
- Remove translations from the package
- Remove link for donate
- Wp Hide plugin availability notification
- New Filter pto/get_options to allow to chaneg default options; Custom capability can be set for 'capability'
- New Filter pto/admin/plugin_options/capability to allow custom capability option to be inserted within html
Download this release
Release Info
Developer | nsp-code |
Plugin | Post Types Order |
Version | 1.9 |
Comparing to | |
See all releases |
Code changes from version 1.8.9.2 to 1.9
- css/cpt.css +1 -1
- include/functions.php +5 -20
- include/options.php +1 -0
- languages/post-types-order-cs_CZ.mo +0 -0
- languages/post-types-order-cs_CZ.po +0 -201
- languages/post-types-order-de_DE.mo +0 -0
- languages/post-types-order-de_DE.po +0 -163
- languages/post-types-order-es_ES.mo +0 -0
- languages/post-types-order-es_ES.po +0 -168
- languages/post-types-order-fr_FR.mo +0 -0
- languages/post-types-order-fr_FR.po +0 -164
- languages/post-types-order-he_IL.mo +0 -0
- languages/post-types-order-he_IL.po +0 -163
- languages/post-types-order-hu_HU.mo +0 -0
- languages/post-types-order-hu_HU.po +0 -168
- languages/post-types-order-it_IT.mo +0 -0
- languages/post-types-order-it_IT.po +0 -160
- languages/post-types-order-ja_JP.mo +0 -0
- languages/post-types-order-ja_JP.po +0 -159
- languages/post-types-order-jp_JP.po +0 -0
- languages/post-types-order-nb_NO.mo +0 -0
- languages/post-types-order-nb_NO.po +0 -166
- languages/post-types-order-nl_NL.mo +0 -0
- languages/post-types-order-nl_NL.po +0 -160
- languages/post-types-order-pt_BR.mo +0 -0
- languages/post-types-order-pt_BR.po +0 -181
- languages/post-types-order-pt_PT.mo +0 -0
- languages/post-types-order-pt_PT.po +0 -231
- languages/post-types-order-ro_RO.mo +0 -0
- languages/post-types-order-ro_RO.po +0 -200
- languages/post-types-order-sv_SE.mo +0 -0
- languages/post-types-order-sv_SE.po +0 -171
- languages/post-types-order-tr_TR.mo +0 -0
- languages/post-types-order-tr_TR.po +0 -202
- languages/post-types-order-zh_CN.mo +0 -0
- languages/post-types-order-zh_CN.po +0 -171
- post-types-order.php +1 -1
- readme.txt +8 -4
css/cpt.css
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
-moz-box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);
|
15 |
box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);}
|
16 |
#cpto #cpt_info_box a {text-decoration: none}
|
17 |
-
#cpto #p_socialize {padding: 20px 0px
|
18 |
#cpto #cpt_info_box #donate_form { padding: 20px 0 17px; text-align: center; width: 100%;}
|
19 |
.menu_pto {margin-right: 4px; display: inline; vertical-align: middle; margin-top: -1px;}
|
20 |
|
14 |
-moz-box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);
|
15 |
box-shadow: 1px 1px 7px rgba(50, 50, 50, 0.17);}
|
16 |
#cpto #cpt_info_box a {text-decoration: none}
|
17 |
+
#cpto #p_socialize {padding: 20px 0px 20px 0}
|
18 |
#cpto #cpt_info_box #donate_form { padding: 20px 0 17px; text-align: center; width: 100%;}
|
19 |
.menu_pto {margin-right: 4px; display: inline; vertical-align: middle; margin-top: -1px;}
|
20 |
|
include/functions.php
CHANGED
@@ -43,6 +43,8 @@
|
|
43 |
);
|
44 |
$options = wp_parse_args( $options, $defaults );
|
45 |
|
|
|
|
|
46 |
return $options;
|
47 |
}
|
48 |
|
@@ -82,30 +84,13 @@
|
|
82 |
|
83 |
<div class="clear"></div>
|
84 |
</div>
|
85 |
-
|
86 |
-
<div id="donate_form">
|
87 |
-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
88 |
-
<input type="hidden" name="cmd" value="_donations">
|
89 |
-
<input type="hidden" name="business" value="electronice_delphi@yahoo.com">
|
90 |
-
<input type="hidden" name="lc" value="RO">
|
91 |
-
<input type="hidden" name="item_name" value="Nsp-Code">
|
92 |
-
<input type="hidden" name="item_number" value="post-types-order">
|
93 |
-
<input type="hidden" name="no_note" value="0">
|
94 |
-
<input type="hidden" name="cn" value="Add special instructions to the seller:">
|
95 |
-
<input type="hidden" name="no_shipping" value="2">
|
96 |
-
<input type="hidden" name="cancel_return" value="http://nsp-code.com/donate.php">
|
97 |
-
<input type="hidden" name="currency_code" value="USD">
|
98 |
-
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
|
99 |
-
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
100 |
-
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
101 |
-
</form>
|
102 |
-
|
103 |
-
</div>
|
104 |
</div>
|
105 |
|
106 |
-
<p><?php _e('Did you find this plugin useful? Please support our work
|
107 |
<h4><?php _e('Did you know there is available an Advanced version of this plug-in?', 'post-types-order') ?> <a target="_blank" href="http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/"><?php _e('Read more', 'post-types-order') ?></a></h4>
|
108 |
<p><?php _e('Check our', 'post-types-order') ?> <a target="_blank" href="http://wordpress.org/plugins/taxonomy-terms-order/">Category Order - Taxonomy Terms Order</a> <?php _e('plugin which allow to custom sort categories and custom taxonomies terms', 'post-types-order') ?> </p>
|
|
|
109 |
|
110 |
<div class="clear"></div>
|
111 |
</div>
|
43 |
);
|
44 |
$options = wp_parse_args( $options, $defaults );
|
45 |
|
46 |
+
$options = apply_filters('pto/get_options', $options);
|
47 |
+
|
48 |
return $options;
|
49 |
}
|
50 |
|
84 |
|
85 |
<div class="clear"></div>
|
86 |
</div>
|
87 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
</div>
|
89 |
|
90 |
+
<p><?php _e('Did you find this plugin useful? Please support our work by purchasing the advanced version or write an article about this plugin in your blog with a link to our site', 'post-types-order') ?> <a href="http://www.nsp-code.com/" target="_blank"><strong>http://www.nsp-code.com/</strong></a>.</p>
|
91 |
<h4><?php _e('Did you know there is available an Advanced version of this plug-in?', 'post-types-order') ?> <a target="_blank" href="http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/"><?php _e('Read more', 'post-types-order') ?></a></h4>
|
92 |
<p><?php _e('Check our', 'post-types-order') ?> <a target="_blank" href="http://wordpress.org/plugins/taxonomy-terms-order/">Category Order - Taxonomy Terms Order</a> <?php _e('plugin which allow to custom sort categories and custom taxonomies terms', 'post-types-order') ?> </p>
|
93 |
+
<p><span style="color:#CC0000" class="dashicons dashicons-megaphone" alt="f488"> </span> <?php _e('Check out', 'post-types-order') ?> <a href="https://wordpress.org/plugins/wp-hide-security-enhancer/" target="_blank"><b>WP Hide & Security Enhancer</b></a> <?php _e('the easy way to completely hide your WordPress core files, theme and plugins', 'post-types-order') ?>.</p>
|
94 |
|
95 |
<div class="clear"></div>
|
96 |
</div>
|
include/options.php
CHANGED
@@ -84,6 +84,7 @@ function cpt_plugin_options()
|
|
84 |
<option value="publish_posts" <?php if (isset($options['capability']) && $options['capability'] == "publish_posts") echo 'selected="selected"'?>><?php _e('Author', 'post-types-order') ?></option>
|
85 |
<option value="publish_pages" <?php if (isset($options['capability']) && $options['capability'] == "publish_pages") echo 'selected="selected"'?>><?php _e('Editor', 'post-types-order') ?></option>
|
86 |
<option value="switch_themes" <?php if (!isset($options['capability']) || empty($options['capability']) || (isset($options['capability']) && $options['capability'] == "switch_themes")) echo 'selected="selected"'?>><?php _e('Administrator', 'post-types-order') ?></option>
|
|
|
87 |
</select>
|
88 |
</td>
|
89 |
</tr>
|
84 |
<option value="publish_posts" <?php if (isset($options['capability']) && $options['capability'] == "publish_posts") echo 'selected="selected"'?>><?php _e('Author', 'post-types-order') ?></option>
|
85 |
<option value="publish_pages" <?php if (isset($options['capability']) && $options['capability'] == "publish_pages") echo 'selected="selected"'?>><?php _e('Editor', 'post-types-order') ?></option>
|
86 |
<option value="switch_themes" <?php if (!isset($options['capability']) || empty($options['capability']) || (isset($options['capability']) && $options['capability'] == "switch_themes")) echo 'selected="selected"'?>><?php _e('Administrator', 'post-types-order') ?></option>
|
87 |
+
<?php do_action('pto/admin/plugin_options/capability') ?>
|
88 |
</select>
|
89 |
</td>
|
90 |
</tr>
|
languages/post-types-order-cs_CZ.mo
DELETED
Binary file
|
languages/post-types-order-cs_CZ.po
DELETED
@@ -1,201 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order v1.7.4\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date: 2014-09-15 00:41+0100\n"
|
7 |
-
"Last-Translator: Jaroslav Ondra <ondrajaroslav@gmail.com>\n"
|
8 |
-
"Language-Team: dudlajda <ondrajaroslav@gmail.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
13 |
-
"X-Generator: Poedit 1.6.9\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"Language: cs_CZ\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
# @ cpt
|
23 |
-
#: include/functions.php:65
|
24 |
-
msgid ""
|
25 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
26 |
-
"write an article about this plugin in your blog with a link to our site"
|
27 |
-
msgstr ""
|
28 |
-
"Zdá se vám tento doplněk užitečný? Prosím podpořte naši práce malým darem "
|
29 |
-
"nebo napište o našem pluginu na vašem blogu či odkažte z vašeho webu na náš."
|
30 |
-
|
31 |
-
# @ cpt
|
32 |
-
#: include/functions.php:66
|
33 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
34 |
-
msgstr "Věděli jste, že je k dispozci pokročilejší verze tohoto pluginu?"
|
35 |
-
|
36 |
-
# @ cpt
|
37 |
-
#: include/functions.php:66
|
38 |
-
msgid "Read more"
|
39 |
-
msgstr "Více informací"
|
40 |
-
|
41 |
-
# @ cpt
|
42 |
-
#: include/functions.php:67
|
43 |
-
msgid "Check our"
|
44 |
-
msgstr "Podívejte se,"
|
45 |
-
|
46 |
-
# @ cpt
|
47 |
-
#: include/functions.php:67
|
48 |
-
msgid ""
|
49 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
50 |
-
msgstr ""
|
51 |
-
"na náš plugin, který vám umožní řasit rubriky a volitelné položky taxonomie."
|
52 |
-
|
53 |
-
# @ cpt
|
54 |
-
#: include/options.php:16
|
55 |
-
msgid "Settings Saved"
|
56 |
-
msgstr "Nastavení byla uložena"
|
57 |
-
|
58 |
-
# @ cpt
|
59 |
-
#: include/options.php:28
|
60 |
-
msgid "General Settings"
|
61 |
-
msgstr "Obecná nastavení"
|
62 |
-
|
63 |
-
# @ cpt
|
64 |
-
#: include/options.php:34
|
65 |
-
msgid "General"
|
66 |
-
msgstr "Obecná"
|
67 |
-
|
68 |
-
# @ cpt
|
69 |
-
#: include/options.php:39
|
70 |
-
msgid "Minimum Level to use this plugin"
|
71 |
-
msgstr "Minimální oprávnění pro použití pluginu"
|
72 |
-
|
73 |
-
# @ cpt
|
74 |
-
#: include/options.php:42
|
75 |
-
msgid "Subscriber"
|
76 |
-
msgstr "Návštěvník"
|
77 |
-
|
78 |
-
# @ cpt
|
79 |
-
#: include/options.php:43
|
80 |
-
msgid "Contributor"
|
81 |
-
msgstr "Spolupracovník"
|
82 |
-
|
83 |
-
# @ cpt
|
84 |
-
#: include/options.php:44
|
85 |
-
msgid "Author"
|
86 |
-
msgstr "Autor"
|
87 |
-
|
88 |
-
# @ cpt
|
89 |
-
#: include/options.php:45
|
90 |
-
msgid "Editor"
|
91 |
-
msgstr "Šéfredaktor"
|
92 |
-
|
93 |
-
# @ cpt
|
94 |
-
#: include/options.php:46
|
95 |
-
msgid "Administrator"
|
96 |
-
msgstr "Administrátor"
|
97 |
-
|
98 |
-
# @ cpt
|
99 |
-
#: include/options.php:52
|
100 |
-
msgid "Auto Sort"
|
101 |
-
msgstr "Automatické řazení"
|
102 |
-
|
103 |
-
# @ cpt
|
104 |
-
#: include/options.php:56
|
105 |
-
msgid ""
|
106 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
107 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
108 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
109 |
-
"into your theme queries"
|
110 |
-
msgstr ""
|
111 |
-
"Pokud je zaškrtnuto, plugin automaticky aktualizuje wp-queries, aby mohl "
|
112 |
-
"použít nové pořadí. (<b>Žádná aktualizace kˇodu není třeba</b>).<br /> Pokud "
|
113 |
-
"vyžadujete více možností přizpůsobení budete muset zakázat tuto volbu a "
|
114 |
-
"integrovat 'menu_order' do souborů vaší šablony."
|
115 |
-
|
116 |
-
# @ cpt
|
117 |
-
#: include/options.php:58
|
118 |
-
msgid "Show Examples"
|
119 |
-
msgstr "Zobrazit příklady"
|
120 |
-
|
121 |
-
# @ cpt
|
122 |
-
#: include/options.php:61
|
123 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
124 |
-
msgstr "Následující kód PHP umožní zobrazení příspěvků ve výchozím pořadí"
|
125 |
-
|
126 |
-
# @ cpt
|
127 |
-
#: include/options.php:74
|
128 |
-
msgid "Or"
|
129 |
-
msgstr "Nebo"
|
130 |
-
|
131 |
-
# @ cpt
|
132 |
-
#: include/options.php:83
|
133 |
-
msgid ""
|
134 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
135 |
-
"\" parameters"
|
136 |
-
msgstr ""
|
137 |
-
"Pokud není zaškrtnuto automatické třídění budete muset použít parametry "
|
138 |
-
"\"orderby\" a \"order\""
|
139 |
-
|
140 |
-
# @ cpt
|
141 |
-
#: include/options.php:98
|
142 |
-
msgid "Admin Sort"
|
143 |
-
msgstr "Třídění v adminu"
|
144 |
-
|
145 |
-
# @ cpt
|
146 |
-
#: include/options.php:102
|
147 |
-
msgid ""
|
148 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
149 |
-
"need to be checked"
|
150 |
-
msgstr ""
|
151 |
-
"Toto musí být zaškrtnuto, aby byla povolena funkce řazení z adminu a abyste "
|
152 |
-
"mohli vidět nové řazení vašich příspěvků."
|
153 |
-
|
154 |
-
# @ cpt
|
155 |
-
#: include/options.php:111
|
156 |
-
msgid "Save Settings"
|
157 |
-
msgstr "Uložit nastavení"
|
158 |
-
|
159 |
-
# @ cpt
|
160 |
-
#: post-types-order.php:124
|
161 |
-
msgid "Post Types Order must be configured. Please go to"
|
162 |
-
msgstr "Pořadí položek musí být nakonfigurováno. Prosím přejděte na "
|
163 |
-
|
164 |
-
# @ cpt
|
165 |
-
#: post-types-order.php:124
|
166 |
-
msgid "Settings Page"
|
167 |
-
msgstr "stránku nastavení"
|
168 |
-
|
169 |
-
# @ cpt
|
170 |
-
#: post-types-order.php:124
|
171 |
-
msgid "make the configuration and save"
|
172 |
-
msgstr "nastavte plugin a uložte nastavení."
|
173 |
-
|
174 |
-
# @ cpt
|
175 |
-
#: post-types-order.php:468 post-types-order.php:472 post-types-order.php:483
|
176 |
-
msgid "Re-Order"
|
177 |
-
msgstr "Seřadit"
|
178 |
-
|
179 |
-
# @ cpt
|
180 |
-
#: post-types-order.php:491
|
181 |
-
msgid ""
|
182 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
183 |
-
"and AJAX."
|
184 |
-
msgstr ""
|
185 |
-
"Tento plugin se bez Javasriptu neobejde, jelikož používá funkce uchop a pusť "
|
186 |
-
"a AJAX."
|
187 |
-
|
188 |
-
# @ cpt
|
189 |
-
#: post-types-order.php:504
|
190 |
-
msgid "Update"
|
191 |
-
msgstr "Aktualizovat"
|
192 |
-
|
193 |
-
# @ cpt
|
194 |
-
#: post-types-order.php:520
|
195 |
-
msgid "Items Order Updated"
|
196 |
-
msgstr "Pořádí položek bylo aktualizováno"
|
197 |
-
|
198 |
-
# @ default
|
199 |
-
#: post-types-order.php:537
|
200 |
-
msgid "Pages"
|
201 |
-
msgstr "Stránky"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-de_DE.mo
DELETED
Binary file
|
languages/post-types-order-de_DE.po
DELETED
@@ -1,163 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
5 |
-
"PO-Revision-Date: 2013-10-25 16:09+0100\n"
|
6 |
-
"Last-Translator: Karsten Thurfjell-Scholz <karsten@mikabo.de>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.7\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"X-Poedit-SearchPath-0: .\n"
|
15 |
-
|
16 |
-
#: post-types-order.php:107
|
17 |
-
msgid "Post Types Order must be configured. Please go to"
|
18 |
-
msgstr "Post Types Order muss konfiguriert werden. Gehen Sie zu"
|
19 |
-
|
20 |
-
#: post-types-order.php:107
|
21 |
-
msgid "Settings Page"
|
22 |
-
msgstr "Einstellungen"
|
23 |
-
|
24 |
-
#: post-types-order.php:107
|
25 |
-
msgid "make the configuration and save"
|
26 |
-
msgstr "Bitte Konfigurieren und speichern"
|
27 |
-
|
28 |
-
#: post-types-order.php:468
|
29 |
-
msgid ""
|
30 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
31 |
-
"and AJAX."
|
32 |
-
msgstr ""
|
33 |
-
"Dieses Plugin funktioniert nicht ohne Javascript, da es drag and drop "
|
34 |
-
"benutztund AJAX."
|
35 |
-
|
36 |
-
#: post-types-order.php:497
|
37 |
-
msgid "Items Order Updated"
|
38 |
-
msgstr "Reihenfolge der Einträge aktualisiert"
|
39 |
-
|
40 |
-
#: post-types-order.php:514
|
41 |
-
msgid "Pages"
|
42 |
-
msgstr "Seiten"
|
43 |
-
|
44 |
-
#: include/functions.php:65
|
45 |
-
msgid ""
|
46 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
47 |
-
"write an article about this plugin in your blog with a link to our site"
|
48 |
-
msgstr ""
|
49 |
-
"Finden Sie das Plugin nützlich? Bitte unterstützen Sie unsere Arbeit mit "
|
50 |
-
"einer Spende oderschreiben in Ihrem Blog einen Artikel über dieses Plugin "
|
51 |
-
"mit einem Link zu unserer Webseite"
|
52 |
-
|
53 |
-
#: include/functions.php:66
|
54 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
55 |
-
msgstr "Wussten Sie dass es eine Pro-Version von diesem Plugin gibt?"
|
56 |
-
|
57 |
-
#: include/functions.php:66
|
58 |
-
msgid "Read more"
|
59 |
-
msgstr "mehr lesen"
|
60 |
-
|
61 |
-
#: include/functions.php:67
|
62 |
-
msgid "Check our"
|
63 |
-
msgstr "Probieren Sie unser"
|
64 |
-
|
65 |
-
#: include/functions.php:67
|
66 |
-
msgid ""
|
67 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
68 |
-
msgstr ""
|
69 |
-
"Plugin, welches erlaubt custom-categories und taxonomies terms zu sortieren"
|
70 |
-
|
71 |
-
#: include/options.php:16
|
72 |
-
msgid "Settings Saved"
|
73 |
-
msgstr "Einstellungen gespeichert"
|
74 |
-
|
75 |
-
#: include/options.php:28
|
76 |
-
msgid "General Settings"
|
77 |
-
msgstr "Allgemeine Einstellungen"
|
78 |
-
|
79 |
-
#: include/options.php:34
|
80 |
-
msgid "General"
|
81 |
-
msgstr "Allgemein"
|
82 |
-
|
83 |
-
#: include/options.php:39
|
84 |
-
msgid "Minimum Level to use this plugin"
|
85 |
-
msgstr "Minimum Level um dieses Plugin zu nutzen"
|
86 |
-
|
87 |
-
#: include/options.php:42
|
88 |
-
msgid "Subscriber"
|
89 |
-
msgstr "Abonnent"
|
90 |
-
|
91 |
-
#: include/options.php:43
|
92 |
-
msgid "Contributor"
|
93 |
-
msgstr "Mitarbeiter"
|
94 |
-
|
95 |
-
#: include/options.php:44
|
96 |
-
msgid "Author"
|
97 |
-
msgstr "Autor"
|
98 |
-
|
99 |
-
#: include/options.php:45
|
100 |
-
msgid "Editor"
|
101 |
-
msgstr "Redakteur"
|
102 |
-
|
103 |
-
#: include/options.php:46
|
104 |
-
msgid "Administrator"
|
105 |
-
msgstr "Administrator"
|
106 |
-
|
107 |
-
#: include/options.php:52
|
108 |
-
msgid "Auto Sort"
|
109 |
-
msgstr "Automatisches Sortieren"
|
110 |
-
|
111 |
-
#: include/options.php:56
|
112 |
-
msgid ""
|
113 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
114 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
115 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
116 |
-
"into your theme queries"
|
117 |
-
msgstr ""
|
118 |
-
"Wenn angehakt wird dieses Plugin automatisch die wp-queries aktualisieren um "
|
119 |
-
"dieneue Reihenfolge zu verwenden (<b>Kein Code Update notwendig</b>).<br /"
|
120 |
-
">Wenn Siespeziellere Reihenfolge Abfragen benötigen, müssen Sie diesen Haken "
|
121 |
-
"entfernen und'menu_order' in Ihren queries verwenden"
|
122 |
-
|
123 |
-
#: include/options.php:58
|
124 |
-
msgid "Show Examples"
|
125 |
-
msgstr "Beispiele anzeigen"
|
126 |
-
|
127 |
-
#: include/options.php:61
|
128 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
129 |
-
msgstr ""
|
130 |
-
"Der folgende PHP Code wird weiterhin den Post in der gesetzten Reihenfolge "
|
131 |
-
"zurückgeben"
|
132 |
-
|
133 |
-
#: include/options.php:74
|
134 |
-
msgid "Or"
|
135 |
-
msgstr "Reihenfolge"
|
136 |
-
|
137 |
-
#: include/options.php:83
|
138 |
-
msgid ""
|
139 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
140 |
-
"\" parameters"
|
141 |
-
msgstr ""
|
142 |
-
"Wenn \"Automatisches Sortieren\" nicht angehakt ist, benötigen Sie die "
|
143 |
-
"\"orderby\" und \"order\" Parameter"
|
144 |
-
|
145 |
-
#: include/options.php:98
|
146 |
-
msgid "Admin Sort"
|
147 |
-
msgstr "Administrator Sortierung"
|
148 |
-
|
149 |
-
#: include/options.php:102
|
150 |
-
msgid ""
|
151 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
152 |
-
"need to be checked"
|
153 |
-
msgstr ""
|
154 |
-
"Damit die Einträge in der Standard-Listenansicht nach gesetzter Reihenfolge "
|
155 |
-
"angezeigt werdenmuss dieser Haken gesetzt werden"
|
156 |
-
|
157 |
-
#: include/options.php:111
|
158 |
-
msgid "Save Settings"
|
159 |
-
msgstr "Einstellungen speichern"
|
160 |
-
|
161 |
-
#: post-types-order.php:446 post-types-order.php:450 post-types-order.php:461
|
162 |
-
msgid "Re-Order"
|
163 |
-
msgstr "Sortieren"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-es_ES.mo
DELETED
Binary file
|
languages/post-types-order-es_ES.po
DELETED
@@ -1,168 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order en Español\n"
|
4 |
-
"POT-Creation-Date: 2013-02-06 20:25+0100\n"
|
5 |
-
"PO-Revision-Date: 2013-02-06 20:25+0100\n"
|
6 |
-
"Last-Translator: Marcelo Cannobbio <marcelo@cannobbio.com>\n"
|
7 |
-
"Language-Team: Marcelo Cannobbio <marcelo@cannobbio.com>\n"
|
8 |
-
"Language: es_ES\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.5.5\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"X-Poedit-SearchPath-0: .\n"
|
16 |
-
|
17 |
-
#: post-types-order.php:107
|
18 |
-
msgid "Post Types Order must be configured. Please go to"
|
19 |
-
msgstr "Post Type Order necesita ser configurado. Por favor ve a la"
|
20 |
-
|
21 |
-
#: post-types-order.php:107
|
22 |
-
msgid "Settings Page"
|
23 |
-
msgstr "Página de Ajustes"
|
24 |
-
|
25 |
-
#: post-types-order.php:107
|
26 |
-
msgid "make the configuration and save"
|
27 |
-
msgstr "efectúa los ajustes y guarda"
|
28 |
-
|
29 |
-
#: post-types-order.php:445 post-types-order.php:449 post-types-order.php:460
|
30 |
-
msgid "Re-Order"
|
31 |
-
msgstr "Reordenar"
|
32 |
-
|
33 |
-
#: post-types-order.php:468
|
34 |
-
msgid ""
|
35 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
36 |
-
"and AJAX."
|
37 |
-
msgstr ""
|
38 |
-
"Este plugin no puede funcionar sin JavaScript ya que utiliza AJAX y "
|
39 |
-
"\"arrastrar y soltar\"."
|
40 |
-
|
41 |
-
#: post-types-order.php:481
|
42 |
-
msgid "Update"
|
43 |
-
msgstr "Actualizar"
|
44 |
-
|
45 |
-
#: post-types-order.php:497
|
46 |
-
msgid "Items Order Updated"
|
47 |
-
msgstr "Orden Actualizado"
|
48 |
-
|
49 |
-
#: post-types-order.php:514
|
50 |
-
msgid "Pages"
|
51 |
-
msgstr "Páginas"
|
52 |
-
|
53 |
-
#: include/functions.php:65
|
54 |
-
msgid ""
|
55 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
56 |
-
"write an article about this plugin in your blog with a link to our site"
|
57 |
-
msgstr ""
|
58 |
-
"¿Consideras útil este plugin? Por favor apoya nuestro trabajo con una "
|
59 |
-
"donación o escribe un artículo acerca de este plugin in tu blog con un "
|
60 |
-
"enlace a nuestro sitio"
|
61 |
-
|
62 |
-
#: include/functions.php:66
|
63 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
64 |
-
msgstr "¿Sabías que existe una versión Avanzada del este plugin?"
|
65 |
-
|
66 |
-
#: include/functions.php:66
|
67 |
-
msgid "Read more"
|
68 |
-
msgstr "Leer más"
|
69 |
-
|
70 |
-
#: include/functions.php:67
|
71 |
-
msgid "Check our"
|
72 |
-
msgstr "Revisa nuestro"
|
73 |
-
|
74 |
-
#: include/functions.php:67
|
75 |
-
msgid ""
|
76 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
77 |
-
msgstr ""
|
78 |
-
"plugin que permite ordenar personalizadamente categorías y términos de "
|
79 |
-
"taxonomías personalizadas"
|
80 |
-
|
81 |
-
#: include/options.php:16
|
82 |
-
msgid "Settings Saved"
|
83 |
-
msgstr "Ajustes Guardados"
|
84 |
-
|
85 |
-
#: include/options.php:28
|
86 |
-
msgid "General Settings"
|
87 |
-
msgstr "Ajustes Generales"
|
88 |
-
|
89 |
-
#: include/options.php:34
|
90 |
-
msgid "General"
|
91 |
-
msgstr "General"
|
92 |
-
|
93 |
-
#: include/options.php:39
|
94 |
-
msgid "Minimum Level to use this plugin"
|
95 |
-
msgstr "Nivel mínimo para utilizar este plugin"
|
96 |
-
|
97 |
-
#: include/options.php:42
|
98 |
-
msgid "Subscriber"
|
99 |
-
msgstr "Suscriptor"
|
100 |
-
|
101 |
-
#: include/options.php:43
|
102 |
-
msgid "Contributor"
|
103 |
-
msgstr "Colaborador"
|
104 |
-
|
105 |
-
#: include/options.php:44
|
106 |
-
msgid "Author"
|
107 |
-
msgstr "Autor"
|
108 |
-
|
109 |
-
#: include/options.php:45
|
110 |
-
msgid "Editor"
|
111 |
-
msgstr "Editor"
|
112 |
-
|
113 |
-
#: include/options.php:46
|
114 |
-
msgid "Administrator"
|
115 |
-
msgstr "Administrador"
|
116 |
-
|
117 |
-
#: include/options.php:52
|
118 |
-
msgid "Auto Sort"
|
119 |
-
msgstr "Orden Automático"
|
120 |
-
|
121 |
-
#: include/options.php:56
|
122 |
-
msgid ""
|
123 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
124 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
125 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
126 |
-
"into your theme queries"
|
127 |
-
msgstr ""
|
128 |
-
"Si está seleccionado, el plugin automáticamente actualizará las wp-queries "
|
129 |
-
"para usar el nuevo orden (<b>No es necesario actualizar código</b>).<br /> "
|
130 |
-
"Si necesitas más personalizaciones de orden, necesitarás desmarcar esto y e "
|
131 |
-
"incluir 'menu_order' en las wp-queries de tu tema"
|
132 |
-
|
133 |
-
#: include/options.php:58
|
134 |
-
msgid "Show Examples"
|
135 |
-
msgstr "Ver Ejemplos"
|
136 |
-
|
137 |
-
#: include/options.php:61
|
138 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
139 |
-
msgstr ""
|
140 |
-
"El siguiente código PHP seguirá devolviendo la entrada en el Orden ajustado"
|
141 |
-
|
142 |
-
#: include/options.php:74
|
143 |
-
msgid "Or"
|
144 |
-
msgstr "O"
|
145 |
-
|
146 |
-
#: include/options.php:83
|
147 |
-
msgid ""
|
148 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
149 |
-
"\" parameters"
|
150 |
-
msgstr ""
|
151 |
-
"Si el Orden Automático se desmarca necesitarás usar los parámetros \"orderby"
|
152 |
-
"\" y \"order\""
|
153 |
-
|
154 |
-
#: include/options.php:98
|
155 |
-
msgid "Admin Sort"
|
156 |
-
msgstr "Orden en Administración"
|
157 |
-
|
158 |
-
#: include/options.php:102
|
159 |
-
msgid ""
|
160 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
161 |
-
"need to be checked"
|
162 |
-
msgstr ""
|
163 |
-
"Para afectar la interfaz de administración, para ver los tipos de entrada en "
|
164 |
-
"su nuevo orden, esto debe ser desmarcado"
|
165 |
-
|
166 |
-
#: include/options.php:111
|
167 |
-
msgid "Save Settings"
|
168 |
-
msgstr "Guardar Ajustes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-fr_FR.mo
DELETED
Binary file
|
languages/post-types-order-fr_FR.po
DELETED
@@ -1,164 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
5 |
-
"PO-Revision-Date: 2014-04-01 12:02+0200\n"
|
6 |
-
"Last-Translator: Com de la Déco <studio@comdeladeco.fr>\n"
|
7 |
-
"Language-Team: Jean-Christophe Brebion <pro@jcbrebion.com>\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: French\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:107
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr "Post Types Order doit être configuré. Veuillez consulter la"
|
21 |
-
|
22 |
-
#: post-types-order.php:107
|
23 |
-
msgid "Settings Page"
|
24 |
-
msgstr "Page de paramètres"
|
25 |
-
|
26 |
-
#: post-types-order.php:107
|
27 |
-
msgid "make the configuration and save"
|
28 |
-
msgstr "afin de configurer le plugin."
|
29 |
-
|
30 |
-
#: post-types-order.php:457 post-types-order.php:461 post-types-order.php:472
|
31 |
-
msgid "Re-Order"
|
32 |
-
msgstr "Trier"
|
33 |
-
|
34 |
-
#: post-types-order.php:468
|
35 |
-
msgid ""
|
36 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
37 |
-
"and AJAX."
|
38 |
-
msgstr ""
|
39 |
-
"Ce plugin ne peut pas fonctionner sans javascript car il utilise un système "
|
40 |
-
"de glisser-déposer et fait appel à AJAX."
|
41 |
-
|
42 |
-
#: post-types-order.php:497
|
43 |
-
msgid "Items Order Updated"
|
44 |
-
msgstr "Ordre des enregistrements mis à jour."
|
45 |
-
|
46 |
-
#: post-types-order.php:514
|
47 |
-
msgid "Pages"
|
48 |
-
msgstr "Pages"
|
49 |
-
|
50 |
-
#: include/functions.php:65
|
51 |
-
msgid ""
|
52 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
53 |
-
"write an article about this plugin in your blog with a link to our site"
|
54 |
-
msgstr ""
|
55 |
-
"Avez-vous trouvé ce plugin utile? Soutenez notre travail avec un don ou "
|
56 |
-
"écrivez un article à propos de ce plugin avec un lien vers notre site."
|
57 |
-
|
58 |
-
#: include/functions.php:66
|
59 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
60 |
-
msgstr "Saviez-vous qu'il existe une version Avancée de ce plugin?"
|
61 |
-
|
62 |
-
#: include/functions.php:66
|
63 |
-
msgid "Read more"
|
64 |
-
msgstr "En savoir plus"
|
65 |
-
|
66 |
-
#: include/functions.php:67
|
67 |
-
msgid "Check our"
|
68 |
-
msgstr "Découvrez notre plugin"
|
69 |
-
|
70 |
-
#: include/functions.php:67
|
71 |
-
msgid ""
|
72 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
73 |
-
msgstr ""
|
74 |
-
"qui vous permet d'effectuer un tri personnalisé des catégories et des termes "
|
75 |
-
"de taxonomies."
|
76 |
-
|
77 |
-
#: include/options.php:16
|
78 |
-
msgid "Settings Saved"
|
79 |
-
msgstr "Paramètres enregistrés."
|
80 |
-
|
81 |
-
#: include/options.php:28
|
82 |
-
msgid "General Settings"
|
83 |
-
msgstr "Paramètres généraux"
|
84 |
-
|
85 |
-
#: include/options.php:34
|
86 |
-
msgid "General"
|
87 |
-
msgstr "Général"
|
88 |
-
|
89 |
-
#: include/options.php:39
|
90 |
-
msgid "Minimum Level to use this plugin"
|
91 |
-
msgstr "Rôle minimum pour utiliser ce plugin"
|
92 |
-
|
93 |
-
#: include/options.php:42
|
94 |
-
msgid "Subscriber"
|
95 |
-
msgstr "Abonné"
|
96 |
-
|
97 |
-
#: include/options.php:43
|
98 |
-
msgid "Contributor"
|
99 |
-
msgstr "Contributeur"
|
100 |
-
|
101 |
-
#: include/options.php:44
|
102 |
-
msgid "Author"
|
103 |
-
msgstr "Auteur"
|
104 |
-
|
105 |
-
#: include/options.php:45
|
106 |
-
msgid "Editor"
|
107 |
-
msgstr "Éditeur"
|
108 |
-
|
109 |
-
#: include/options.php:46
|
110 |
-
msgid "Administrator"
|
111 |
-
msgstr "Administrateur"
|
112 |
-
|
113 |
-
#: include/options.php:52
|
114 |
-
msgid "Auto Sort"
|
115 |
-
msgstr "Tri automatique"
|
116 |
-
|
117 |
-
#: include/options.php:56
|
118 |
-
msgid ""
|
119 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
120 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
121 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
122 |
-
"into your theme queries"
|
123 |
-
msgstr ""
|
124 |
-
"Si vous cochez cette case, le plugin mettra à jour automatiquement vos "
|
125 |
-
"requêtes afin d'utiliser le tri personnalisé (<b>Aucune modification de code "
|
126 |
-
"n'est nécessaire</b>).<br/> Si vous souhaitez avoir plus de liberté sur la "
|
127 |
-
"personnalisation du tri, laissez la case décochée et ajoutez le paramètre "
|
128 |
-
"'menu_order' dans vos requêtes"
|
129 |
-
|
130 |
-
#: include/options.php:58
|
131 |
-
msgid "Show Examples"
|
132 |
-
msgstr "Afficher des exemples"
|
133 |
-
|
134 |
-
#: include/options.php:61
|
135 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
136 |
-
msgstr "Le code PHP suivant affichera bien les articles dans l'ordre défini"
|
137 |
-
|
138 |
-
#: include/options.php:74
|
139 |
-
msgid "Or"
|
140 |
-
msgstr "Ou"
|
141 |
-
|
142 |
-
#: include/options.php:83
|
143 |
-
msgid ""
|
144 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
145 |
-
"\" parameters"
|
146 |
-
msgstr ""
|
147 |
-
"Si la case Tri automatique est décochée, vous devez utiliser les paramètres "
|
148 |
-
"\"orderby\" et \"order\""
|
149 |
-
|
150 |
-
#: include/options.php:98
|
151 |
-
msgid "Admin Sort"
|
152 |
-
msgstr "Tri dans l'administration"
|
153 |
-
|
154 |
-
#: include/options.php:102
|
155 |
-
msgid ""
|
156 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
157 |
-
"need to be checked"
|
158 |
-
msgstr ""
|
159 |
-
"Cochez cette case afin de répercuter le tri personnalisé sur l'ordre des "
|
160 |
-
"articles dans l'administration WordPress"
|
161 |
-
|
162 |
-
#: include/options.php:111
|
163 |
-
msgid "Save Settings"
|
164 |
-
msgstr "Enregistrer les paramètres"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-he_IL.mo
DELETED
Binary file
|
languages/post-types-order-he_IL.po
DELETED
@@ -1,163 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
5 |
-
"PO-Revision-Date: 2013-07-04 09:42+0200\n"
|
6 |
-
"Last-Translator: Ronny Sherer <ronny@hoojima.com>\n"
|
7 |
-
"Language-Team: Lunasite Team <info@lunasite.co.il>\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: Hebrew\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:107
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr "חובה להגדיר את תוסף מיון הפרסומים (Post Types Order). נא לגשת ל:"
|
21 |
-
|
22 |
-
#: post-types-order.php:107
|
23 |
-
msgid "Settings Page"
|
24 |
-
msgstr "דף ההגדרות"
|
25 |
-
|
26 |
-
#: post-types-order.php:107
|
27 |
-
msgid "make the configuration and save"
|
28 |
-
msgstr "הגדר ושמור"
|
29 |
-
|
30 |
-
#: post-types-order.php:445 post-types-order.php:449 post-types-order.php:460
|
31 |
-
msgid "Re-Order"
|
32 |
-
msgstr "מיון ידני"
|
33 |
-
|
34 |
-
#: post-types-order.php:468
|
35 |
-
msgid ""
|
36 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
37 |
-
"and AJAX."
|
38 |
-
msgstr ""
|
39 |
-
"תוסף זה אינו יכול לפעול ללא ג'אוה סקריפט, מכיוון שהוא משתמש בתכונות גרירה-"
|
40 |
-
"שחרור ו-AJAX."
|
41 |
-
|
42 |
-
#: post-types-order.php:481
|
43 |
-
msgid "Update"
|
44 |
-
msgstr "עדכן"
|
45 |
-
|
46 |
-
#: post-types-order.php:497
|
47 |
-
msgid "Items Order Updated"
|
48 |
-
msgstr "סדר האיברים עודכן"
|
49 |
-
|
50 |
-
#: post-types-order.php:514
|
51 |
-
msgid "Pages"
|
52 |
-
msgstr "דפים"
|
53 |
-
|
54 |
-
#: include/functions.php:65
|
55 |
-
msgid ""
|
56 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
57 |
-
"write an article about this plugin in your blog with a link to our site"
|
58 |
-
msgstr ""
|
59 |
-
"האם תוסף זה שימושי בעיניך? אנא תימכו בעמלינו ע\"י תרומה או כיתבו מאמר אודות "
|
60 |
-
"התוסף בבלוג עם קישור לאתרינו"
|
61 |
-
|
62 |
-
#: include/functions.php:66
|
63 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
64 |
-
msgstr "האם ידעתם שקיימת גרסה מתקדמת של תוסף זה?"
|
65 |
-
|
66 |
-
#: include/functions.php:66
|
67 |
-
msgid "Read more"
|
68 |
-
msgstr "קרא עוד"
|
69 |
-
|
70 |
-
#: include/functions.php:67
|
71 |
-
msgid "Check our"
|
72 |
-
msgstr "בדקו את התוסף שלנו"
|
73 |
-
|
74 |
-
#: include/functions.php:67
|
75 |
-
msgid ""
|
76 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
77 |
-
msgstr "אשר מאפשר למיין כרצונכם קטגוריות וטקסונומיות"
|
78 |
-
|
79 |
-
#: include/options.php:16
|
80 |
-
msgid "Settings Saved"
|
81 |
-
msgstr "ההגדרות נשמרו"
|
82 |
-
|
83 |
-
#: include/options.php:28
|
84 |
-
msgid "General Settings"
|
85 |
-
msgstr "הגדרות כלליות"
|
86 |
-
|
87 |
-
#: include/options.php:34
|
88 |
-
msgid "General"
|
89 |
-
msgstr "כללי"
|
90 |
-
|
91 |
-
#: include/options.php:39
|
92 |
-
msgid "Minimum Level to use this plugin"
|
93 |
-
msgstr "רמת הרשאה מינימלית כדי להשתמש בפלאגאין"
|
94 |
-
|
95 |
-
#: include/options.php:42
|
96 |
-
msgid "Subscriber"
|
97 |
-
msgstr "מנוי"
|
98 |
-
|
99 |
-
#: include/options.php:43
|
100 |
-
msgid "Contributor"
|
101 |
-
msgstr "תורם"
|
102 |
-
|
103 |
-
#: include/options.php:44
|
104 |
-
msgid "Author"
|
105 |
-
msgstr "כותב"
|
106 |
-
|
107 |
-
#: include/options.php:45
|
108 |
-
msgid "Editor"
|
109 |
-
msgstr "עורך"
|
110 |
-
|
111 |
-
#: include/options.php:46
|
112 |
-
msgid "Administrator"
|
113 |
-
msgstr "מנהל"
|
114 |
-
|
115 |
-
#: include/options.php:52
|
116 |
-
msgid "Auto Sort"
|
117 |
-
msgstr "מיון אוטומטי"
|
118 |
-
|
119 |
-
#: include/options.php:56
|
120 |
-
msgid ""
|
121 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
122 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
123 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
124 |
-
"into your theme queries"
|
125 |
-
msgstr ""
|
126 |
-
"אם מסומן, התוסף ימין אוטומטית את השאילתות לפי המיון החדש (<b>לא נדרשים "
|
127 |
-
"שינויים בקוד</b>).<br>אם נדרש לך התאמות סדר נוספות יהיה צורך לבטל את הסימון "
|
128 |
-
"ולהוסיף את 'menu_order' לשאילתות של התבנית שלך"
|
129 |
-
|
130 |
-
#: include/options.php:58
|
131 |
-
msgid "Show Examples"
|
132 |
-
msgstr "הצג דוגמאות"
|
133 |
-
|
134 |
-
#: include/options.php:61
|
135 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
136 |
-
msgstr "קוג ה-PHP הבא עדיין יציג את הפרסום לפי המיון של הגדרתו"
|
137 |
-
|
138 |
-
#: include/options.php:74
|
139 |
-
msgid "Or"
|
140 |
-
msgstr "או"
|
141 |
-
|
142 |
-
#: include/options.php:83
|
143 |
-
msgid ""
|
144 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
145 |
-
"\" parameters"
|
146 |
-
msgstr ""
|
147 |
-
"אם המיון האוטומטי אינו מופעל, ידרש שימוש בפרמטרים: \"מיון לפי\" ו \"מיון\""
|
148 |
-
|
149 |
-
#: include/options.php:98
|
150 |
-
msgid "Admin Sort"
|
151 |
-
msgstr "מיון ממשק הניהול"
|
152 |
-
|
153 |
-
#: include/options.php:102
|
154 |
-
msgid ""
|
155 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
156 |
-
"need to be checked"
|
157 |
-
msgstr ""
|
158 |
-
"תיבה זו צריכה להיות מסומנת כדי להשפיע על ממשק הניהול, לראות את הפוסטים "
|
159 |
-
"המותאמים עבור המין החדש"
|
160 |
-
|
161 |
-
#: include/options.php:111
|
162 |
-
msgid "Save Settings"
|
163 |
-
msgstr "שמור הגדרות"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-hu_HU.mo
DELETED
Binary file
|
languages/post-types-order-hu_HU.po
DELETED
@@ -1,168 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2014-02-09 09:29+0100\n"
|
5 |
-
"PO-Revision-Date: 2014-02-09 09:44+0100\n"
|
6 |
-
"Last-Translator: Adam Laki <laki.creadive@gmail.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"Language: hu_HU\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.6.3\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:113
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr "Post Types Order-t be kell állítani. Kérlek menj a "
|
21 |
-
|
22 |
-
#: post-types-order.php:113
|
23 |
-
msgid "Settings Page"
|
24 |
-
msgstr "Beállítások oldal"
|
25 |
-
|
26 |
-
#: post-types-order.php:113
|
27 |
-
msgid "make the configuration and save"
|
28 |
-
msgstr "beállítások elkészítése és mentése"
|
29 |
-
|
30 |
-
#: post-types-order.php:451 post-types-order.php:466
|
31 |
-
msgid "Re-Order"
|
32 |
-
msgstr "Rendezés"
|
33 |
-
|
34 |
-
#: post-types-order.php:474
|
35 |
-
msgid ""
|
36 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
37 |
-
"and AJAX."
|
38 |
-
msgstr ""
|
39 |
-
"A bővítmény nem műküdik JavaScript nélkül, mert AJAX \"fogd és ejtsd\" "
|
40 |
-
"funkciót használ."
|
41 |
-
|
42 |
-
#: post-types-order.php:487
|
43 |
-
msgid "Update"
|
44 |
-
msgstr "Frissítés"
|
45 |
-
|
46 |
-
#: post-types-order.php:503
|
47 |
-
msgid "Items Order Updated"
|
48 |
-
msgstr "Elemek sorrendje frissítve"
|
49 |
-
|
50 |
-
#: post-types-order.php:520
|
51 |
-
msgid "Pages"
|
52 |
-
msgstr "Oldalak"
|
53 |
-
|
54 |
-
#: include/functions.php:65
|
55 |
-
msgid ""
|
56 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
57 |
-
"write an article about this plugin in your blog with a link to our site"
|
58 |
-
msgstr ""
|
59 |
-
"Hasznosnak találtad ezt a bővítményt? Kérünk, hogy támogasd a munkánkat "
|
60 |
-
"adománnyal, vagy egy bejegyzéssel a bővítményről a blogodon, linkel az "
|
61 |
-
"oldalunkra."
|
62 |
-
|
63 |
-
#: include/functions.php:66
|
64 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
65 |
-
msgstr "Tudtad, hogy van fejlettebb verzió is ebből a bővítményből?"
|
66 |
-
|
67 |
-
#: include/functions.php:66
|
68 |
-
msgid "Read more"
|
69 |
-
msgstr "Olvass tovább"
|
70 |
-
|
71 |
-
#: include/functions.php:67
|
72 |
-
msgid "Check our"
|
73 |
-
msgstr "Nézd meg"
|
74 |
-
|
75 |
-
#: include/functions.php:67
|
76 |
-
msgid ""
|
77 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
78 |
-
msgstr ""
|
79 |
-
"bővítmény, aminek a segítségével kategóriákat és egyedi taxonómiákat "
|
80 |
-
"rendezhetsz"
|
81 |
-
|
82 |
-
#: include/options.php:16
|
83 |
-
msgid "Settings Saved"
|
84 |
-
msgstr "Beállítások elmentve"
|
85 |
-
|
86 |
-
#: include/options.php:28
|
87 |
-
msgid "General Settings"
|
88 |
-
msgstr "Általános beállítások"
|
89 |
-
|
90 |
-
#: include/options.php:34
|
91 |
-
msgid "General"
|
92 |
-
msgstr "Általános"
|
93 |
-
|
94 |
-
#: include/options.php:39
|
95 |
-
msgid "Minimum Level to use this plugin"
|
96 |
-
msgstr "A minimum felhasználói szint a bővítmény használatához"
|
97 |
-
|
98 |
-
#: include/options.php:42
|
99 |
-
msgid "Subscriber"
|
100 |
-
msgstr "Feliratkozó"
|
101 |
-
|
102 |
-
#: include/options.php:43
|
103 |
-
msgid "Contributor"
|
104 |
-
msgstr "Közreműködő"
|
105 |
-
|
106 |
-
#: include/options.php:44
|
107 |
-
msgid "Author"
|
108 |
-
msgstr "Szerző"
|
109 |
-
|
110 |
-
#: include/options.php:45
|
111 |
-
msgid "Editor"
|
112 |
-
msgstr "Szerkesztő"
|
113 |
-
|
114 |
-
#: include/options.php:46
|
115 |
-
msgid "Administrator"
|
116 |
-
msgstr "Adminisztrátor"
|
117 |
-
|
118 |
-
#: include/options.php:52
|
119 |
-
msgid "Auto Sort"
|
120 |
-
msgstr "Automata rendezés"
|
121 |
-
|
122 |
-
#: include/options.php:56
|
123 |
-
msgid ""
|
124 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
125 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
126 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
127 |
-
"into your theme queries"
|
128 |
-
msgstr ""
|
129 |
-
"Ha be van pipálva, a bővítmény automatikusan frissíti a wp-lekérdezéseket az "
|
130 |
-
"új sorrend használatához (<b>Nem szükséges kód frissítés</b>). Hogyha több "
|
131 |
-
"rendezési testreszabásra van szükséged, akkor ne jelöld ki ezt a beállítást "
|
132 |
-
"és add hozzá a 'menu_order' paramétert a témát lekérdezéseihez."
|
133 |
-
|
134 |
-
#: include/options.php:58
|
135 |
-
msgid "Show Examples"
|
136 |
-
msgstr "Példák mutatása"
|
137 |
-
|
138 |
-
#: include/options.php:61
|
139 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
140 |
-
msgstr "A következő PHP kód visszaadja a bejegyzést a beállított rendezésben"
|
141 |
-
|
142 |
-
#: include/options.php:74
|
143 |
-
msgid "Or"
|
144 |
-
msgstr "vagy"
|
145 |
-
|
146 |
-
#: include/options.php:83
|
147 |
-
msgid ""
|
148 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
149 |
-
"\" parameters"
|
150 |
-
msgstr ""
|
151 |
-
"Ha az automata rendezés ki van kapcsolva, akkor az \"orderby\" és az \"order"
|
152 |
-
"\" paramétereket kell használni."
|
153 |
-
|
154 |
-
#: include/options.php:98
|
155 |
-
msgid "Admin Sort"
|
156 |
-
msgstr "Adminisztrátor rendezés"
|
157 |
-
|
158 |
-
#: include/options.php:102
|
159 |
-
msgid ""
|
160 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
161 |
-
"need to be checked"
|
162 |
-
msgstr ""
|
163 |
-
"Hogy lássuk az adminisztrátori felületen a tartalom típusok új sorrendjét, "
|
164 |
-
"ezt be kell pipálnunk"
|
165 |
-
|
166 |
-
#: include/options.php:111
|
167 |
-
msgid "Save Settings"
|
168 |
-
msgstr "Beállítások mentése"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-it_IT.mo
DELETED
Binary file
|
languages/post-types-order-it_IT.po
DELETED
@@ -1,160 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
5 |
-
"PO-Revision-Date: 2013-04-21 19:00+0100\n"
|
6 |
-
"Last-Translator: Marco <marco@blackstudio.it>\n"
|
7 |
-
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: Italiano\n"
|
15 |
-
"X-Poedit-SearchPath-0: .\n"
|
16 |
-
|
17 |
-
#: post-types-order.php:107
|
18 |
-
msgid "Post Types Order must be configured. Please go to"
|
19 |
-
msgstr "Post Types Order deve essere configurato. Si prega di andare alla"
|
20 |
-
|
21 |
-
#: post-types-order.php:107
|
22 |
-
msgid "Settings Page"
|
23 |
-
msgstr "pagina delle impostazioni"
|
24 |
-
|
25 |
-
#: post-types-order.php:107
|
26 |
-
msgid "make the configuration and save"
|
27 |
-
msgstr "Imposta la configurazione e salva"
|
28 |
-
|
29 |
-
#: post-types-order.php:468
|
30 |
-
msgid ""
|
31 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
32 |
-
"and AJAX."
|
33 |
-
msgstr ""
|
34 |
-
"Questo plugin non può funzionare senza javascript, in quanto utilizza il "
|
35 |
-
"\"drag and drop\" e AJAX."
|
36 |
-
|
37 |
-
#: post-types-order.php:497
|
38 |
-
msgid "Items Order Updated"
|
39 |
-
msgstr "Ordine degli elementi aggiornato"
|
40 |
-
|
41 |
-
#: post-types-order.php:514
|
42 |
-
msgid "Pages"
|
43 |
-
msgstr "Pagine"
|
44 |
-
|
45 |
-
#: include/functions.php:65
|
46 |
-
msgid ""
|
47 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
48 |
-
"write an article about this plugin in your blog with a link to our site"
|
49 |
-
msgstr ""
|
50 |
-
"Hai trovato utile questo plugin? Per favore supporta il nostro lavoro con "
|
51 |
-
"una donazione o scrivi un articolo relativo a questo plugin sul tuo blog con "
|
52 |
-
"un link al nostro sito"
|
53 |
-
|
54 |
-
#: include/functions.php:66
|
55 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
56 |
-
msgstr "Sapevi che è disponibile una versione Advanced di questo plugin?"
|
57 |
-
|
58 |
-
#: include/functions.php:66
|
59 |
-
msgid "Read more"
|
60 |
-
msgstr "Approfondisci"
|
61 |
-
|
62 |
-
#: include/functions.php:67
|
63 |
-
msgid "Check our"
|
64 |
-
msgstr "Prova il nostro plugin"
|
65 |
-
|
66 |
-
#: include/functions.php:67
|
67 |
-
msgid ""
|
68 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
69 |
-
msgstr ""
|
70 |
-
"che permette di stabilire un ordine personalizzato per le categorie e le "
|
71 |
-
"tassonomie"
|
72 |
-
|
73 |
-
#: include/options.php:16
|
74 |
-
msgid "Settings Saved"
|
75 |
-
msgstr "Impostazioni salvate"
|
76 |
-
|
77 |
-
#: include/options.php:28
|
78 |
-
msgid "General Settings"
|
79 |
-
msgstr "Impostazioni generali"
|
80 |
-
|
81 |
-
#: include/options.php:34
|
82 |
-
msgid "General"
|
83 |
-
msgstr "Generale"
|
84 |
-
|
85 |
-
#: include/options.php:39
|
86 |
-
msgid "Minimum Level to use this plugin"
|
87 |
-
msgstr "Livello minimo per utilizzare questo plugin"
|
88 |
-
|
89 |
-
#: include/options.php:42
|
90 |
-
msgid "Subscriber"
|
91 |
-
msgstr "Sottoscrittore"
|
92 |
-
|
93 |
-
#: include/options.php:43
|
94 |
-
msgid "Contributor"
|
95 |
-
msgstr "Collaboratore"
|
96 |
-
|
97 |
-
#: include/options.php:44
|
98 |
-
msgid "Author"
|
99 |
-
msgstr "Autore"
|
100 |
-
|
101 |
-
#: include/options.php:45
|
102 |
-
msgid "Editor"
|
103 |
-
msgstr "Editore"
|
104 |
-
|
105 |
-
#: include/options.php:46
|
106 |
-
msgid "Administrator"
|
107 |
-
msgstr "Amministratore"
|
108 |
-
|
109 |
-
#: include/options.php:52
|
110 |
-
msgid "Auto Sort"
|
111 |
-
msgstr "Ordinamento automatico"
|
112 |
-
|
113 |
-
#: include/options.php:56
|
114 |
-
msgid ""
|
115 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
116 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
117 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
118 |
-
"into your theme queries"
|
119 |
-
msgstr ""
|
120 |
-
"Se selezionato, il plugin aggiornerà automaticamente le query per utilizzare "
|
121 |
-
"il nuovo ordinamento (<b>Nessuna modifica al codice è necessaria</b>).<br /"
|
122 |
-
">Se hai bisogno di una maggiore personalizzazione sull'ordinamento dovrai "
|
123 |
-
"deselezionare questa opzione ed includere 'menu_order' nelle query del tuo "
|
124 |
-
"tema"
|
125 |
-
|
126 |
-
#: include/options.php:58
|
127 |
-
msgid "Show Examples"
|
128 |
-
msgstr "Visualizza esempi"
|
129 |
-
|
130 |
-
#: include/options.php:61
|
131 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
132 |
-
msgstr "Il seguente codice PHP restituirà i post nell'ordine impostato"
|
133 |
-
|
134 |
-
#: include/options.php:74
|
135 |
-
msgid "Or"
|
136 |
-
msgstr "Oppure"
|
137 |
-
|
138 |
-
#: include/options.php:83
|
139 |
-
msgid ""
|
140 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
141 |
-
"\" parameters"
|
142 |
-
msgstr ""
|
143 |
-
"Se l'ordinamento automatico non è selezionato avrai bisogno di usare i "
|
144 |
-
"parametri \"orderby\" e \"order\""
|
145 |
-
|
146 |
-
#: include/options.php:98
|
147 |
-
msgid "Admin Sort"
|
148 |
-
msgstr "Ordinamento in amministrazione"
|
149 |
-
|
150 |
-
#: include/options.php:102
|
151 |
-
msgid ""
|
152 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
153 |
-
"need to be checked"
|
154 |
-
msgstr ""
|
155 |
-
"Per visualizzare l'ordine impostato nell'interfaccia di amministrazione, "
|
156 |
-
"devi selezionare questa opzione"
|
157 |
-
|
158 |
-
#: include/options.php:111
|
159 |
-
msgid "Save Settings"
|
160 |
-
msgstr "Salva impostazioni"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-ja_JP.mo
DELETED
Binary file
|
languages/post-types-order-ja_JP.po
DELETED
@@ -1,159 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2014-05-30 15:18+0200\n"
|
5 |
-
"PO-Revision-Date: 2014-06-01 20:12+0900\n"
|
6 |
-
"Last-Translator: Git6 <mail@git6.com>\n"
|
7 |
-
"Language-Team: Git6 <mail@git6.com>\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.6.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: ja_JP\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:124
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr "Post Types Orderの"
|
21 |
-
|
22 |
-
#: post-types-order.php:124
|
23 |
-
msgid "Settings Page"
|
24 |
-
msgstr "設定を変更"
|
25 |
-
|
26 |
-
#: post-types-order.php:124
|
27 |
-
msgid "make the configuration and save"
|
28 |
-
msgstr "して下さい"
|
29 |
-
|
30 |
-
#: post-types-order.php:468 post-types-order.php:472 post-types-order.php:483
|
31 |
-
msgid "Re-Order"
|
32 |
-
msgstr "並び替え"
|
33 |
-
|
34 |
-
#: post-types-order.php:491
|
35 |
-
msgid ""
|
36 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
37 |
-
"and AJAX."
|
38 |
-
msgstr ""
|
39 |
-
"Javascriptが動作していないため、ドラッグ&ドロップ(AJAX)が利用出来ません。"
|
40 |
-
|
41 |
-
#: post-types-order.php:504
|
42 |
-
msgid "Update"
|
43 |
-
msgstr "更新"
|
44 |
-
|
45 |
-
#: post-types-order.php:520
|
46 |
-
msgid "Items Order Updated"
|
47 |
-
msgstr "並び替えを保存しました"
|
48 |
-
|
49 |
-
#: post-types-order.php:537
|
50 |
-
msgid "Pages"
|
51 |
-
msgstr "ページ"
|
52 |
-
|
53 |
-
#: include/functions.php:65
|
54 |
-
msgid ""
|
55 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
56 |
-
"write an article about this plugin in your blog with a link to our site"
|
57 |
-
msgstr ""
|
58 |
-
"このプラグインはあなたの役に立ちましたか?寄付をしてくださるか、あなたのブロ"
|
59 |
-
"グに次のサイトへのリンク付きで記事を書いてサポートをお願いします: http://www."
|
60 |
-
"nsp-code.com/."
|
61 |
-
|
62 |
-
#: include/functions.php:66
|
63 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
64 |
-
msgstr "このプラグインの高機能版があるのを御存じですか?"
|
65 |
-
|
66 |
-
#: include/functions.php:66
|
67 |
-
msgid "Read more"
|
68 |
-
msgstr "もっと読む"
|
69 |
-
|
70 |
-
#: include/functions.php:67
|
71 |
-
msgid "Check our"
|
72 |
-
msgstr "カテゴリやカスタムタクソノミーの並び替えをする"
|
73 |
-
|
74 |
-
#: include/functions.php:67
|
75 |
-
msgid ""
|
76 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
77 |
-
msgstr "もチェックしてみてください。"
|
78 |
-
|
79 |
-
#: include/options.php:16
|
80 |
-
msgid "Settings Saved"
|
81 |
-
msgstr "設定を保存しました"
|
82 |
-
|
83 |
-
#: include/options.php:28
|
84 |
-
msgid "General Settings"
|
85 |
-
msgstr "共通設定"
|
86 |
-
|
87 |
-
#: include/options.php:34
|
88 |
-
msgid "General"
|
89 |
-
msgstr "設定"
|
90 |
-
|
91 |
-
#: include/options.php:39
|
92 |
-
msgid "Minimum Level to use this plugin"
|
93 |
-
msgstr "このプラグインを利用できる最小権限"
|
94 |
-
|
95 |
-
#: include/options.php:42
|
96 |
-
msgid "Subscriber"
|
97 |
-
msgstr "購読者"
|
98 |
-
|
99 |
-
#: include/options.php:43
|
100 |
-
msgid "Contributor"
|
101 |
-
msgstr "寄稿者"
|
102 |
-
|
103 |
-
#: include/options.php:44
|
104 |
-
msgid "Author"
|
105 |
-
msgstr "投稿者"
|
106 |
-
|
107 |
-
#: include/options.php:45
|
108 |
-
msgid "Editor"
|
109 |
-
msgstr "編集者"
|
110 |
-
|
111 |
-
#: include/options.php:46
|
112 |
-
msgid "Administrator"
|
113 |
-
msgstr "管理者"
|
114 |
-
|
115 |
-
#: include/options.php:52
|
116 |
-
msgid "Auto Sort"
|
117 |
-
msgstr "自動ソート"
|
118 |
-
|
119 |
-
#: include/options.php:56
|
120 |
-
msgid ""
|
121 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
122 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
123 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
124 |
-
"into your theme queries"
|
125 |
-
msgstr "この設定は管理画面内でのタームの順序を変更します。"
|
126 |
-
|
127 |
-
#: include/options.php:58
|
128 |
-
msgid "Show Examples"
|
129 |
-
msgstr "例をみる"
|
130 |
-
|
131 |
-
#: include/options.php:61
|
132 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
133 |
-
msgstr "次のPHPコードはセットアップ順に投稿を返します。"
|
134 |
-
|
135 |
-
#: include/options.php:74
|
136 |
-
msgid "Or"
|
137 |
-
msgstr "または"
|
138 |
-
|
139 |
-
#: include/options.php:83
|
140 |
-
msgid ""
|
141 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
142 |
-
"\" parameters"
|
143 |
-
msgstr ""
|
144 |
-
"「自動並び替え」をチェックしない場合、\"orderby\" または \"order\" パラメータ"
|
145 |
-
"を利用する必要があります。"
|
146 |
-
|
147 |
-
#: include/options.php:98
|
148 |
-
msgid "Admin Sort"
|
149 |
-
msgstr "管理画面での並び替え"
|
150 |
-
|
151 |
-
#: include/options.php:102
|
152 |
-
msgid ""
|
153 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
154 |
-
"need to be checked"
|
155 |
-
msgstr "管理画面での並び替え有効化"
|
156 |
-
|
157 |
-
#: include/options.php:111
|
158 |
-
msgid "Save Settings"
|
159 |
-
msgstr "設定を保存する"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-jp_JP.po
DELETED
File without changes
|
languages/post-types-order-nb_NO.mo
DELETED
Binary file
|
languages/post-types-order-nb_NO.po
DELETED
@@ -1,166 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2013-11-15 13:17+0200\n"
|
5 |
-
"PO-Revision-Date: 2013-11-15 14:00+0200\n"
|
6 |
-
"Last-Translator: Nsp COde <electronice_delphi@yahoo.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"X-Poedit-SearchPath-0: .\n"
|
15 |
-
|
16 |
-
#: post-types-order.php:113
|
17 |
-
msgid "Post Types Order must be configured. Please go to"
|
18 |
-
msgstr "Post Typer Order må konfigureres. Vennligst gå til"
|
19 |
-
|
20 |
-
#: post-types-order.php:113
|
21 |
-
msgid "Settings Page"
|
22 |
-
msgstr "Innstillinger Page"
|
23 |
-
|
24 |
-
#: post-types-order.php:113
|
25 |
-
msgid "make the configuration and save"
|
26 |
-
msgstr "gjøre konfigurasjonen og lagre"
|
27 |
-
|
28 |
-
#: post-types-order.php:451 post-types-order.php:466
|
29 |
-
msgid "Re-Order"
|
30 |
-
msgstr "Re-Order"
|
31 |
-
|
32 |
-
#: post-types-order.php:474
|
33 |
-
msgid ""
|
34 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
35 |
-
"and AJAX."
|
36 |
-
msgstr ""
|
37 |
-
"Dette programtillegget kan ikke fungere uten javascript, fordi det er bruk "
|
38 |
-
"dra og slipp og AJAX."
|
39 |
-
|
40 |
-
#: post-types-order.php:487
|
41 |
-
msgid "Update"
|
42 |
-
msgstr "Oppdater"
|
43 |
-
|
44 |
-
#: post-types-order.php:503
|
45 |
-
msgid "Items Order Updated"
|
46 |
-
msgstr "Elementer Bestill Oppdatert"
|
47 |
-
|
48 |
-
#: post-types-order.php:520
|
49 |
-
msgid "Pages"
|
50 |
-
msgstr "Sider"
|
51 |
-
|
52 |
-
#: include/functions.php:65
|
53 |
-
msgid ""
|
54 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
55 |
-
"write an article about this plugin in your blog with a link to our site"
|
56 |
-
msgstr ""
|
57 |
-
"Synes du denne plugin nyttig? Vennligst støtte vårt arbeid med en donasjon "
|
58 |
-
"eller skrive en artikkel om denne plugin i bloggen din med en link til vår "
|
59 |
-
"side"
|
60 |
-
|
61 |
-
#: include/functions.php:66
|
62 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
63 |
-
msgstr "Visste du at det finnes en avansert versjon av denne plug-in?"
|
64 |
-
|
65 |
-
#: include/functions.php:66
|
66 |
-
msgid "Read more"
|
67 |
-
msgstr "Les mer"
|
68 |
-
|
69 |
-
#: include/functions.php:67
|
70 |
-
msgid "Check our"
|
71 |
-
msgstr "Sjekk vår"
|
72 |
-
|
73 |
-
#: include/functions.php:67
|
74 |
-
msgid ""
|
75 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
76 |
-
msgstr ""
|
77 |
-
"plugin som tillater å tilpassede sorter kategorier og tilpassede "
|
78 |
-
"kategoriseringer vilkår"
|
79 |
-
|
80 |
-
#: include/options.php:16
|
81 |
-
msgid "Settings Saved"
|
82 |
-
msgstr "Innstillinger Lagret"
|
83 |
-
|
84 |
-
#: include/options.php:28
|
85 |
-
msgid "General Settings"
|
86 |
-
msgstr "Generelle innstillinger"
|
87 |
-
|
88 |
-
#: include/options.php:34
|
89 |
-
msgid "General"
|
90 |
-
msgstr "Generelt"
|
91 |
-
|
92 |
-
#: include/options.php:39
|
93 |
-
msgid "Minimum Level to use this plugin"
|
94 |
-
msgstr "Minimumsnivået for å bruke denne plugin"
|
95 |
-
|
96 |
-
#: include/options.php:42
|
97 |
-
msgid "Subscriber"
|
98 |
-
msgstr "Abonnent"
|
99 |
-
|
100 |
-
#: include/options.php:43
|
101 |
-
msgid "Contributor"
|
102 |
-
msgstr "Bidragsyter"
|
103 |
-
|
104 |
-
#: include/options.php:44
|
105 |
-
msgid "Author"
|
106 |
-
msgstr "Forfatter"
|
107 |
-
|
108 |
-
#: include/options.php:45
|
109 |
-
msgid "Editor"
|
110 |
-
msgstr "Editor"
|
111 |
-
|
112 |
-
#: include/options.php:46
|
113 |
-
msgid "Administrator"
|
114 |
-
msgstr "Administrator"
|
115 |
-
|
116 |
-
#: include/options.php:52
|
117 |
-
msgid "Auto Sort"
|
118 |
-
msgstr "Automatisk Sortering"
|
119 |
-
|
120 |
-
#: include/options.php:56
|
121 |
-
msgid ""
|
122 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
123 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
124 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
125 |
-
"into your theme queries"
|
126 |
-
msgstr ""
|
127 |
-
"Hvis det er merket, vil plug-in automatisk oppdatere wp-spørringer til å "
|
128 |
-
"bruke den nye ordren (<b> Ingen kodeoppdatering nødvendigvis </ b>). <br /> "
|
129 |
-
"Hvis du trenger mer orden tilpasninger må du fjerne merket for dette og "
|
130 |
-
"inkluderer 'menu_order' inn ditt tema spørringer"
|
131 |
-
|
132 |
-
#: include/options.php:58
|
133 |
-
msgid "Show Examples"
|
134 |
-
msgstr "Vis Eksempler"
|
135 |
-
|
136 |
-
#: include/options.php:61
|
137 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
138 |
-
msgstr "Følgende PHP-koden vil fortsatt tilbake stillingen i set-up Bestill"
|
139 |
-
|
140 |
-
#: include/options.php:74
|
141 |
-
msgid "Or"
|
142 |
-
msgstr "Eller"
|
143 |
-
|
144 |
-
#: include/options.php:83
|
145 |
-
msgid ""
|
146 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
147 |
-
"\" parameters"
|
148 |
-
msgstr ""
|
149 |
-
"Hvis automatisk sortering er fjern haken må du bruke \"OrderBy \" og "
|
150 |
-
"\"pålegg \" parametere"
|
151 |
-
|
152 |
-
#: include/options.php:98
|
153 |
-
msgid "Admin Sort"
|
154 |
-
msgstr "Admin Sorter"
|
155 |
-
|
156 |
-
#: include/options.php:102
|
157 |
-
msgid ""
|
158 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
159 |
-
"need to be checked"
|
160 |
-
msgstr ""
|
161 |
-
"Å påvirke admin-grensesnittet, for å se på innlegget typer per den nye "
|
162 |
-
"typen, dette må sjekkes"
|
163 |
-
|
164 |
-
#: include/options.php:111
|
165 |
-
msgid "Save Settings"
|
166 |
-
msgstr "Lagre innstillinger"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-nl_NL.mo
DELETED
Binary file
|
languages/post-types-order-nl_NL.po
DELETED
@@ -1,160 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
5 |
-
"PO-Revision-Date: 2013-08-07 10:35+0100\n"
|
6 |
-
"Last-Translator: Denver Sessink <dsessink@gmail.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.7\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"X-Poedit-SearchPath-0: .\n"
|
15 |
-
|
16 |
-
#: post-types-order.php:107
|
17 |
-
msgid "Post Types Order must be configured. Please go to"
|
18 |
-
msgstr "Post Types Order moet worden geconfigureerd. Ga naar"
|
19 |
-
|
20 |
-
#: post-types-order.php:107
|
21 |
-
msgid "Settings Page"
|
22 |
-
msgstr "Instellingen"
|
23 |
-
|
24 |
-
#: post-types-order.php:107
|
25 |
-
msgid "make the configuration and save"
|
26 |
-
msgstr "creeer de configuratie en sla op"
|
27 |
-
|
28 |
-
#: post-types-order.php:468
|
29 |
-
msgid ""
|
30 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
31 |
-
"and AJAX."
|
32 |
-
msgstr "Deze module vereist JavaScript"
|
33 |
-
|
34 |
-
#: post-types-order.php:497
|
35 |
-
msgid "Items Order Updated"
|
36 |
-
msgstr "Volgorde bijgewerkt"
|
37 |
-
|
38 |
-
#: post-types-order.php:514
|
39 |
-
msgid "Pages"
|
40 |
-
msgstr "Pagina's"
|
41 |
-
|
42 |
-
#: include/functions.php:65
|
43 |
-
msgid ""
|
44 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
45 |
-
"write an article about this plugin in your blog with a link to our site"
|
46 |
-
msgstr ""
|
47 |
-
"Vind je deze module handig? Ondersteun ons werk met een donatie of schrijf "
|
48 |
-
"een artikel over deze plugin in je blog met een link naar onze website"
|
49 |
-
|
50 |
-
#: include/functions.php:66
|
51 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
52 |
-
msgstr "Wist je dat er een Advanced versie is van deze plug-in?"
|
53 |
-
|
54 |
-
#: include/functions.php:66
|
55 |
-
msgid "Read more"
|
56 |
-
msgstr "Lees verder"
|
57 |
-
|
58 |
-
#: include/functions.php:67
|
59 |
-
msgid "Check our"
|
60 |
-
msgstr "Bekijk onze"
|
61 |
-
|
62 |
-
#: include/functions.php:67
|
63 |
-
msgid ""
|
64 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
65 |
-
msgstr ""
|
66 |
-
"plugin waarmee je custom sort categories en custom taxonomies terms kunt "
|
67 |
-
"sorteren"
|
68 |
-
|
69 |
-
#: include/options.php:16
|
70 |
-
msgid "Settings Saved"
|
71 |
-
msgstr "Instellingen opgeslagen"
|
72 |
-
|
73 |
-
#: include/options.php:28
|
74 |
-
msgid "General Settings"
|
75 |
-
msgstr "Algemene instellingen"
|
76 |
-
|
77 |
-
#: include/options.php:34
|
78 |
-
msgid "General"
|
79 |
-
msgstr "Algemeen"
|
80 |
-
|
81 |
-
#: include/options.php:39
|
82 |
-
msgid "Minimum Level to use this plugin"
|
83 |
-
msgstr "Minimum vereiste gebruikersgroep om de plugin te gebruiken"
|
84 |
-
|
85 |
-
#: include/options.php:42
|
86 |
-
msgid "Subscriber"
|
87 |
-
msgstr "Abonnee"
|
88 |
-
|
89 |
-
#: include/options.php:43
|
90 |
-
msgid "Contributor"
|
91 |
-
msgstr "Bijdrager"
|
92 |
-
|
93 |
-
#: include/options.php:44
|
94 |
-
msgid "Author"
|
95 |
-
msgstr "Auteur"
|
96 |
-
|
97 |
-
#: include/options.php:45
|
98 |
-
msgid "Editor"
|
99 |
-
msgstr "Redacteur"
|
100 |
-
|
101 |
-
#: include/options.php:46
|
102 |
-
msgid "Administrator"
|
103 |
-
msgstr "Beheerder"
|
104 |
-
|
105 |
-
#: include/options.php:52
|
106 |
-
msgid "Auto Sort"
|
107 |
-
msgstr "Automatisch Sorteren"
|
108 |
-
|
109 |
-
#: include/options.php:56
|
110 |
-
msgid ""
|
111 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
112 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
113 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
114 |
-
"into your theme queries"
|
115 |
-
msgstr ""
|
116 |
-
"Indien geselecteerd zal de plug-n automatisch de wp-queries updaten om de "
|
117 |
-
"nieuwe volgorde te hanteren (<b>Geen updates in code nodig<b>).<br />Indien "
|
118 |
-
"je meer mogelijkheden nodig hebt, kun je deze uit laten en 'menu_order' in "
|
119 |
-
"je thema queries hanteren"
|
120 |
-
|
121 |
-
#: include/options.php:58
|
122 |
-
msgid "Show Examples"
|
123 |
-
msgstr "Toon Voorbeelden"
|
124 |
-
|
125 |
-
#: include/options.php:61
|
126 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
127 |
-
msgstr "De volgende PHP code zal de post in de set-up volgorde teruggeven"
|
128 |
-
|
129 |
-
#: include/options.php:74
|
130 |
-
msgid "Or"
|
131 |
-
msgstr "Of"
|
132 |
-
|
133 |
-
#: include/options.php:83
|
134 |
-
msgid ""
|
135 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
136 |
-
"\" parameters"
|
137 |
-
msgstr ""
|
138 |
-
"Als Auto Sort is uitgevinkt zijn de \"orderby\" en \"order\" parameters "
|
139 |
-
"benodigd"
|
140 |
-
|
141 |
-
#: include/options.php:98
|
142 |
-
msgid "Admin Sort"
|
143 |
-
msgstr "Admin Sort"
|
144 |
-
|
145 |
-
#: include/options.php:102
|
146 |
-
msgid ""
|
147 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
148 |
-
"need to be checked"
|
149 |
-
msgstr ""
|
150 |
-
"Selecteer om de posts in de nieuwe volgorde te zien in de admin interface"
|
151 |
-
|
152 |
-
#: include/options.php:111
|
153 |
-
msgid "Save Settings"
|
154 |
-
msgstr "Instellingen opslaan"
|
155 |
-
|
156 |
-
#: post-types-order.php:446
|
157 |
-
#: post-types-order.php:450
|
158 |
-
#: post-types-order.php:461
|
159 |
-
msgid "Re-Order"
|
160 |
-
msgstr "Sorteren"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-pt_BR.mo
DELETED
Binary file
|
languages/post-types-order-pt_BR.po
DELETED
@@ -1,181 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-28 17:33+0200\n"
|
6 |
-
"PO-Revision-Date: 2015-02-28 17:33+0200\n"
|
7 |
-
"Last-Translator: nsp-code <contact@nsp-code.com>\n"
|
8 |
-
"Language-Team: http://ppgr.com.br/\n"
|
9 |
-
"Language: pt_BR\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e;gettext;gettext_noop\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"X-Generator: Poedit 1.5.5\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:121
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: post-types-order.php:121
|
23 |
-
#, fuzzy
|
24 |
-
msgid "Settings Page"
|
25 |
-
msgstr "Configuração salva"
|
26 |
-
|
27 |
-
#: post-types-order.php:121
|
28 |
-
msgid "make the configuration and save"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: post-types-order.php:209 post-types-order.php:287
|
32 |
-
#, php-format
|
33 |
-
msgid "Use commas instead of %s to separate excluded terms."
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: include/cpto-class.php:107 include/cpto-class.php:111
|
37 |
-
#: include/cpto-class.php:122
|
38 |
-
msgid "Re-Order"
|
39 |
-
msgstr "Reordenar"
|
40 |
-
|
41 |
-
#: include/cpto-class.php:130
|
42 |
-
#, fuzzy
|
43 |
-
msgid ""
|
44 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
45 |
-
"and AJAX."
|
46 |
-
msgstr "Este plugin precisa de JavaScript para funcionar."
|
47 |
-
|
48 |
-
#: include/cpto-class.php:143
|
49 |
-
msgid "Update"
|
50 |
-
msgstr "Atualizar"
|
51 |
-
|
52 |
-
#: include/cpto-class.php:162
|
53 |
-
#, fuzzy
|
54 |
-
msgid "Items Order Updated"
|
55 |
-
msgstr "Ordem alterada"
|
56 |
-
|
57 |
-
#: include/cpto-class.php:179
|
58 |
-
msgid "Pages"
|
59 |
-
msgstr "Páginas"
|
60 |
-
|
61 |
-
#: include/functions.php:82
|
62 |
-
#, fuzzy
|
63 |
-
msgid ""
|
64 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
65 |
-
"write an article about this plugin in your blog with a link to our site"
|
66 |
-
msgstr ""
|
67 |
-
"Você considera útil este plugin? Por favor, faça uma doação para o autor."
|
68 |
-
|
69 |
-
#: include/functions.php:83
|
70 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
71 |
-
msgstr ""
|
72 |
-
|
73 |
-
#: include/functions.php:83
|
74 |
-
msgid "Read more"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: include/functions.php:84
|
78 |
-
msgid "Check our"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: include/functions.php:84
|
82 |
-
msgid ""
|
83 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: include/options.php:18
|
87 |
-
msgid "Settings Saved"
|
88 |
-
msgstr "Configuração salva"
|
89 |
-
|
90 |
-
#: include/options.php:30
|
91 |
-
#, fuzzy
|
92 |
-
msgid "General Settings"
|
93 |
-
msgstr "Configuração geral"
|
94 |
-
|
95 |
-
#: include/options.php:36
|
96 |
-
msgid "General"
|
97 |
-
msgstr "Geral"
|
98 |
-
|
99 |
-
#: include/options.php:41
|
100 |
-
msgid "Minimum Level to use this plugin"
|
101 |
-
msgstr "Nível minimo para utilizar este plugin"
|
102 |
-
|
103 |
-
#: include/options.php:44
|
104 |
-
msgid "Subscriber"
|
105 |
-
msgstr "Assinante"
|
106 |
-
|
107 |
-
#: include/options.php:45
|
108 |
-
msgid "Contributor"
|
109 |
-
msgstr "Contribuidor"
|
110 |
-
|
111 |
-
#: include/options.php:46
|
112 |
-
msgid "Author"
|
113 |
-
msgstr "Author"
|
114 |
-
|
115 |
-
#: include/options.php:47
|
116 |
-
msgid "Editor"
|
117 |
-
msgstr "Editor"
|
118 |
-
|
119 |
-
#: include/options.php:48
|
120 |
-
msgid "Administrator"
|
121 |
-
msgstr "Administrador"
|
122 |
-
|
123 |
-
#: include/options.php:54
|
124 |
-
msgid "Auto Sort"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: include/options.php:56
|
128 |
-
msgid ""
|
129 |
-
"If checked, the plug-in automatically update the WordPress queries to use "
|
130 |
-
"the new order (<b>No code update is necessarily</b>)"
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: include/options.php:57
|
134 |
-
msgid ""
|
135 |
-
"If only certain queries need to use the custom sort, keep this unchecked and "
|
136 |
-
"include 'orderby' => 'menu_order' into query parameters"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: include/options.php:59
|
140 |
-
msgid "Additional Description and Examples"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: include/options.php:66
|
144 |
-
#, fuzzy
|
145 |
-
msgid "Admin Sort"
|
146 |
-
msgstr "Administrador"
|
147 |
-
|
148 |
-
#: include/options.php:70
|
149 |
-
msgid ""
|
150 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
151 |
-
"need to be checked"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: include/options.php:75
|
155 |
-
msgid "Next / Previous Apply"
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: include/options.php:79
|
159 |
-
msgid "Apply the sort on Next / Previous site-wide navigation."
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: include/options.php:79
|
163 |
-
msgid "This can also be controlled through"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: include/options.php:79
|
167 |
-
msgid "code"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: include/options.php:88
|
171 |
-
msgid "Save Settings"
|
172 |
-
msgstr "Salvar configuração"
|
173 |
-
|
174 |
-
#~ msgid "Post Types Order"
|
175 |
-
#~ msgstr "Ordenar Posts"
|
176 |
-
|
177 |
-
#~ msgid "Invalid post type"
|
178 |
-
#~ msgstr "Type de post inválido"
|
179 |
-
|
180 |
-
#~ msgid "%s - Re-order "
|
181 |
-
#~ msgstr "Reordenar %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-pt_PT.mo
DELETED
Binary file
|
languages/post-types-order-pt_PT.po
DELETED
@@ -1,231 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-08-10 08:48+0100\n"
|
6 |
-
"PO-Revision-Date: 2015-08-10 08:50+0100\n"
|
7 |
-
"Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
8 |
-
"Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
|
9 |
-
"Language: pt_PT\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 1.8.4\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
17 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
|
18 |
-
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
19 |
-
"X-Poedit-Basepath: ..\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: include/cpto-class.php:117 include/cpto-class.php:119
|
23 |
-
#: include/cpto-class.php:122 include/cpto-class.php:133
|
24 |
-
msgid "Re-Order"
|
25 |
-
msgstr "Reordenar"
|
26 |
-
|
27 |
-
#: include/cpto-class.php:141
|
28 |
-
msgid ""
|
29 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
30 |
-
"and AJAX."
|
31 |
-
msgstr ""
|
32 |
-
"Este plugin não funciona sem JavaScript, porque utiliza AJAX para arrastar e "
|
33 |
-
"largar os itens."
|
34 |
-
|
35 |
-
#: include/cpto-class.php:154
|
36 |
-
msgid "Update"
|
37 |
-
msgstr "Atualizar"
|
38 |
-
|
39 |
-
#: include/cpto-class.php:173
|
40 |
-
msgid "Items Order Updated"
|
41 |
-
msgstr "Ordem dos itens alterada"
|
42 |
-
|
43 |
-
#: include/cpto-class.php:192
|
44 |
-
msgid "Pages"
|
45 |
-
msgstr "Páginas"
|
46 |
-
|
47 |
-
#: include/functions.php:83
|
48 |
-
msgid ""
|
49 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
50 |
-
"write an article about this plugin in your blog with a link to our site"
|
51 |
-
msgstr ""
|
52 |
-
"Considera este plugin útil? Por favor faça um donativo ao autor ou escreva "
|
53 |
-
"um artigo sobre este plugin no seu blog com ligação para a nossa página"
|
54 |
-
|
55 |
-
#: include/functions.php:84
|
56 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
57 |
-
msgstr "Sabe que há uma versão Avançada deste plugin?"
|
58 |
-
|
59 |
-
#: include/functions.php:84
|
60 |
-
msgid "Read more"
|
61 |
-
msgstr "Ler mais"
|
62 |
-
|
63 |
-
#: include/functions.php:85
|
64 |
-
msgid "Check our"
|
65 |
-
msgstr "Veja o nosso plugin"
|
66 |
-
|
67 |
-
#: include/functions.php:85
|
68 |
-
msgid ""
|
69 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
70 |
-
msgstr ""
|
71 |
-
"que permite personalizar a ordem das categorias e das taxonomias "
|
72 |
-
"personalizadas"
|
73 |
-
|
74 |
-
#: include/options.php:19
|
75 |
-
msgid "Settings Saved"
|
76 |
-
msgstr "Definições guardadas"
|
77 |
-
|
78 |
-
#: include/options.php:31
|
79 |
-
msgid "General Settings"
|
80 |
-
msgstr "Definições gerais"
|
81 |
-
|
82 |
-
#: include/options.php:37
|
83 |
-
msgid "General"
|
84 |
-
msgstr "Geral"
|
85 |
-
|
86 |
-
#: include/options.php:41
|
87 |
-
msgid "Show / Hide re-order interface"
|
88 |
-
msgstr "Mostrar / esconder o interface de reordenação"
|
89 |
-
|
90 |
-
#: include/options.php:68
|
91 |
-
msgid "Show"
|
92 |
-
msgstr "Mostrar"
|
93 |
-
|
94 |
-
#: include/options.php:69
|
95 |
-
msgid "Hide"
|
96 |
-
msgstr "Esconder"
|
97 |
-
|
98 |
-
#: include/options.php:76
|
99 |
-
msgid "Minimum Level to use this plugin"
|
100 |
-
msgstr "Nível mínimo para utilizar este plugin"
|
101 |
-
|
102 |
-
#: include/options.php:79
|
103 |
-
msgid "Subscriber"
|
104 |
-
msgstr "Assinante"
|
105 |
-
|
106 |
-
#: include/options.php:80
|
107 |
-
msgid "Contributor"
|
108 |
-
msgstr "Colaborador"
|
109 |
-
|
110 |
-
#: include/options.php:81
|
111 |
-
msgid "Author"
|
112 |
-
msgstr "Autor"
|
113 |
-
|
114 |
-
#: include/options.php:82
|
115 |
-
msgid "Editor"
|
116 |
-
msgstr "Editor"
|
117 |
-
|
118 |
-
#: include/options.php:83
|
119 |
-
msgid "Administrator"
|
120 |
-
msgstr "Administrador"
|
121 |
-
|
122 |
-
#: include/options.php:89
|
123 |
-
msgid "Auto Sort"
|
124 |
-
msgstr "Ordem automática"
|
125 |
-
|
126 |
-
#: include/options.php:91
|
127 |
-
msgid ""
|
128 |
-
"If checked, the plug-in automatically update the WordPress queries to use "
|
129 |
-
"the new order (<b>No code update is necessarily</b>)"
|
130 |
-
msgstr ""
|
131 |
-
"Se seleccionado, o plugin ordena automaticamente as wp-queries para utilizar "
|
132 |
-
"a nova ordem (<b>sem recorrer a qualquer programação</b>)"
|
133 |
-
|
134 |
-
#: include/options.php:92
|
135 |
-
msgid ""
|
136 |
-
"If only certain queries need to use the custom sort, keep this unchecked and "
|
137 |
-
"include 'orderby' => 'menu_order' into query parameters"
|
138 |
-
msgstr ""
|
139 |
-
"Se necessitar de ordenações mais personalizadas, desactive esta opção e "
|
140 |
-
"inclua 'orderby' => 'menu_order' nos parâmetros da query"
|
141 |
-
|
142 |
-
#: include/options.php:94
|
143 |
-
msgid "Additional Description and Examples"
|
144 |
-
msgstr "Descrições e exemplos adicionais"
|
145 |
-
|
146 |
-
#: include/options.php:101
|
147 |
-
msgid "Admin Sort"
|
148 |
-
msgstr "Ordem na administração"
|
149 |
-
|
150 |
-
#: include/options.php:105
|
151 |
-
msgid ""
|
152 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
153 |
-
"need to be checked"
|
154 |
-
msgstr ""
|
155 |
-
"Para afectar o painel de administração e ver os tipos de artigos pela sua "
|
156 |
-
"nova ordem, esta opção tem que estar seleccionada"
|
157 |
-
|
158 |
-
#: include/options.php:110
|
159 |
-
msgid "Next / Previous Apply"
|
160 |
-
msgstr "Aplicar a Seguinte / Anterior"
|
161 |
-
|
162 |
-
#: include/options.php:114
|
163 |
-
msgid "Apply the sort on Next / Previous site-wide navigation."
|
164 |
-
msgstr "Aplicar a ordenação a toda a navegação Seguinte / Anterior."
|
165 |
-
|
166 |
-
#: include/options.php:114
|
167 |
-
msgid "This can also be controlled through"
|
168 |
-
msgstr "Isto também pode ser controlado por"
|
169 |
-
|
170 |
-
#: include/options.php:114
|
171 |
-
msgid "code"
|
172 |
-
msgstr "código"
|
173 |
-
|
174 |
-
#: include/options.php:123
|
175 |
-
msgid "Save Settings"
|
176 |
-
msgstr "Guardar definições"
|
177 |
-
|
178 |
-
#: post-types-order.php:129
|
179 |
-
msgid "Post Types Order must be configured. Please go to"
|
180 |
-
msgstr "O plugin Post Types Order tem que ser configurado em"
|
181 |
-
|
182 |
-
#: post-types-order.php:129
|
183 |
-
msgid "Settings Page"
|
184 |
-
msgstr "Página das definições"
|
185 |
-
|
186 |
-
#: post-types-order.php:129
|
187 |
-
msgid "make the configuration and save"
|
188 |
-
msgstr "Configure e guarde as definições"
|
189 |
-
|
190 |
-
#: post-types-order.php:222 post-types-order.php:301
|
191 |
-
#, php-format
|
192 |
-
msgid "Use commas instead of %s to separate excluded terms."
|
193 |
-
msgstr "Utilize vírgulas em vez de %s para separar termos exluídos."
|
194 |
-
|
195 |
-
#~ msgid ""
|
196 |
-
#~ "If checked, the plug-in will automatically update the wp-queries to use "
|
197 |
-
#~ "the new order (<b>No code update is necessarily</b>).<br /> If you need "
|
198 |
-
#~ "more order customizations you will need to uncheck this and include "
|
199 |
-
#~ "'menu_order' into your theme queries"
|
200 |
-
#~ msgstr ""
|
201 |
-
#~ "Se seleccionado, o plugin irá ordenar automaticamente actualizar as <i>wp-"
|
202 |
-
#~ "queries</i> para usar a nova ordem <b>sem recorrer a qualquer "
|
203 |
-
#~ "programação</b>.<br />Se necessitar de ordenações mais personalizadas, "
|
204 |
-
#~ "deverá incluir 'menu_order' nas <i>queries</i> do tema e desactivar esta "
|
205 |
-
#~ "opção."
|
206 |
-
|
207 |
-
#~ msgid "Show Examples"
|
208 |
-
#~ msgstr "Mostrar exemplos"
|
209 |
-
|
210 |
-
#~ msgid ""
|
211 |
-
#~ "The following PHP code will still return the post in the set-up Order"
|
212 |
-
#~ msgstr "O código PHP abaixo também permite obter o artigo na ordem definida"
|
213 |
-
|
214 |
-
#~ msgid "Or"
|
215 |
-
#~ msgstr "Ou"
|
216 |
-
|
217 |
-
#~ msgid ""
|
218 |
-
#~ "If the Auto Sort is uncheck you will need to use the \"orderby\" and "
|
219 |
-
#~ "\"order\" parameters"
|
220 |
-
#~ msgstr ""
|
221 |
-
#~ "Se a Ordem Automática não estiver seleccionada, deverá utilizar os "
|
222 |
-
#~ "parâmetros \"orderby\" e \"order\""
|
223 |
-
|
224 |
-
#~ msgid "Post Types Order"
|
225 |
-
#~ msgstr "Ordenar Posts"
|
226 |
-
|
227 |
-
#~ msgid "Invalid post type"
|
228 |
-
#~ msgstr "Type de post inválido"
|
229 |
-
|
230 |
-
#~ msgid "%s - Re-order "
|
231 |
-
#~ msgstr "Reordenar %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-ro_RO.mo
DELETED
Binary file
|
languages/post-types-order-ro_RO.po
DELETED
@@ -1,200 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-02-28 17:25+0200\n"
|
6 |
-
"PO-Revision-Date: 2015-02-28 17:25+0200\n"
|
7 |
-
"Last-Translator: nsp-code <contact@nsp-code.com>\n"
|
8 |
-
"Language-Team: http://nsp-code.com <electronice_delphi@yahoo.com>\n"
|
9 |
-
"Language: ro_RO\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"X-Generator: Poedit 1.5.5\n"
|
16 |
-
"X-Poedit-SearchPath-0: .\n"
|
17 |
-
|
18 |
-
#: post-types-order.php:121
|
19 |
-
msgid "Post Types Order must be configured. Please go to"
|
20 |
-
msgstr "Post Types Order trebuie configurat. Mergeti la"
|
21 |
-
|
22 |
-
#: post-types-order.php:121
|
23 |
-
msgid "Settings Page"
|
24 |
-
msgstr "Pagina Setari"
|
25 |
-
|
26 |
-
#: post-types-order.php:121
|
27 |
-
msgid "make the configuration and save"
|
28 |
-
msgstr "efectuati configurarea si salvati"
|
29 |
-
|
30 |
-
#: post-types-order.php:209 post-types-order.php:287
|
31 |
-
#, php-format
|
32 |
-
msgid "Use commas instead of %s to separate excluded terms."
|
33 |
-
msgstr "Folositi virgula in loc the %s pentru a delimita termenii exclusi."
|
34 |
-
|
35 |
-
#: include/cpto-class.php:107 include/cpto-class.php:111
|
36 |
-
#: include/cpto-class.php:122
|
37 |
-
msgid "Re-Order"
|
38 |
-
msgstr "Re-Order"
|
39 |
-
|
40 |
-
#: include/cpto-class.php:130
|
41 |
-
msgid ""
|
42 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
43 |
-
"and AJAX."
|
44 |
-
msgstr ""
|
45 |
-
"Acest plugin nu poate functiona fara JavaScript pentru ca foloseste o "
|
46 |
-
"functionalitate drag & drop si AJAX."
|
47 |
-
|
48 |
-
#: include/cpto-class.php:143
|
49 |
-
msgid "Update"
|
50 |
-
msgstr "Actualizare"
|
51 |
-
|
52 |
-
#: include/cpto-class.php:162
|
53 |
-
msgid "Items Order Updated"
|
54 |
-
msgstr "Sortare salvata"
|
55 |
-
|
56 |
-
#: include/cpto-class.php:179
|
57 |
-
msgid "Pages"
|
58 |
-
msgstr "Pagini"
|
59 |
-
|
60 |
-
#: include/functions.php:82
|
61 |
-
msgid ""
|
62 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
63 |
-
"write an article about this plugin in your blog with a link to our site"
|
64 |
-
msgstr ""
|
65 |
-
"Acest plugin iti este folositor? The rog ajuta exhipa sa dezvolte softul in "
|
66 |
-
"continuare printr-o donatie sau un articol despre acest plugin on blog-ul "
|
67 |
-
"tau impreuna cu un link catre site-ul nostru"
|
68 |
-
|
69 |
-
#: include/functions.php:83
|
70 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
71 |
-
msgstr "Stiati ca este disponibil o versiune mai avansata a acestui plug-in?"
|
72 |
-
|
73 |
-
#: include/functions.php:83
|
74 |
-
msgid "Read more"
|
75 |
-
msgstr "Citeste mai multe"
|
76 |
-
|
77 |
-
#: include/functions.php:84
|
78 |
-
msgid "Check our"
|
79 |
-
msgstr "Verificati"
|
80 |
-
|
81 |
-
#: include/functions.php:84
|
82 |
-
msgid ""
|
83 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
84 |
-
msgstr "plugin care ajuta la sortarea categoriilor si a termenilor"
|
85 |
-
|
86 |
-
#: include/options.php:18
|
87 |
-
msgid "Settings Saved"
|
88 |
-
msgstr "Setari Salvate"
|
89 |
-
|
90 |
-
#: include/options.php:30
|
91 |
-
msgid "General Settings"
|
92 |
-
msgstr "Setari Generale"
|
93 |
-
|
94 |
-
#: include/options.php:36
|
95 |
-
msgid "General"
|
96 |
-
msgstr "Geral"
|
97 |
-
|
98 |
-
#: include/options.php:41
|
99 |
-
msgid "Minimum Level to use this plugin"
|
100 |
-
msgstr "Niveulul minim pentru a utiliza Re-order"
|
101 |
-
|
102 |
-
#: include/options.php:44
|
103 |
-
msgid "Subscriber"
|
104 |
-
msgstr "Subscriber"
|
105 |
-
|
106 |
-
#: include/options.php:45
|
107 |
-
msgid "Contributor"
|
108 |
-
msgstr "Contributor"
|
109 |
-
|
110 |
-
#: include/options.php:46
|
111 |
-
msgid "Author"
|
112 |
-
msgstr "Author"
|
113 |
-
|
114 |
-
#: include/options.php:47
|
115 |
-
msgid "Editor"
|
116 |
-
msgstr "Editor"
|
117 |
-
|
118 |
-
#: include/options.php:48
|
119 |
-
msgid "Administrator"
|
120 |
-
msgstr "Administrator"
|
121 |
-
|
122 |
-
#: include/options.php:54
|
123 |
-
msgid "Auto Sort"
|
124 |
-
msgstr "Auto Sort"
|
125 |
-
|
126 |
-
#: include/options.php:56
|
127 |
-
msgid ""
|
128 |
-
"If checked, the plug-in automatically update the WordPress queries to use "
|
129 |
-
"the new order (<b>No code update is necessarily</b>)"
|
130 |
-
msgstr ""
|
131 |
-
"Daca este marcat, plugin-ul modifice automat wp-query-urile pentru a folosi "
|
132 |
-
"noua ordine. (<b>Nu este necesare editarea codului</b>)"
|
133 |
-
|
134 |
-
#: include/options.php:57
|
135 |
-
msgid ""
|
136 |
-
"If only certain queries need to use the custom sort, keep this unchecked and "
|
137 |
-
"include 'orderby' => 'menu_order' into query parameters"
|
138 |
-
msgstr ""
|
139 |
-
"Daca se doreste sortarea numai pentru anumite queri-uri, aceasta setare "
|
140 |
-
"trebuie dezactivata si se va include 'menu_order' in parametrii query-uilui"
|
141 |
-
|
142 |
-
#: include/options.php:59
|
143 |
-
msgid "Additional Description and Examples"
|
144 |
-
msgstr "Descriere si exemple aditionale"
|
145 |
-
|
146 |
-
#: include/options.php:66
|
147 |
-
msgid "Admin Sort"
|
148 |
-
msgstr "Sorteaza nterfata admin"
|
149 |
-
|
150 |
-
#: include/options.php:70
|
151 |
-
msgid ""
|
152 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
153 |
-
"need to be checked"
|
154 |
-
msgstr "Pentru a modifica ordinea in admin"
|
155 |
-
|
156 |
-
#: include/options.php:75
|
157 |
-
msgid "Next / Previous Apply"
|
158 |
-
msgstr "Aplica la Next / Previous"
|
159 |
-
|
160 |
-
#: include/options.php:79
|
161 |
-
msgid "Apply the sort on Next / Previous site-wide navigation."
|
162 |
-
msgstr "Aplica sortarea la navigatia Next / Previous."
|
163 |
-
|
164 |
-
#: include/options.php:79
|
165 |
-
msgid "This can also be controlled through"
|
166 |
-
msgstr "Aceasta setare poate fi controlata prin"
|
167 |
-
|
168 |
-
#: include/options.php:79
|
169 |
-
msgid "code"
|
170 |
-
msgstr "cod"
|
171 |
-
|
172 |
-
#: include/options.php:88
|
173 |
-
msgid "Save Settings"
|
174 |
-
msgstr "Salveaza"
|
175 |
-
|
176 |
-
#~ msgid "Show Examples"
|
177 |
-
#~ msgstr "Arata exemple"
|
178 |
-
|
179 |
-
#~ msgid ""
|
180 |
-
#~ "The following PHP code will still return the post in the set-up Order"
|
181 |
-
#~ msgstr "Urmatorul cod PHP to va returna post-urile in ordinea desemnata"
|
182 |
-
|
183 |
-
#~ msgid "Or"
|
184 |
-
#~ msgstr "Sau "
|
185 |
-
|
186 |
-
#~ msgid ""
|
187 |
-
#~ "If the Auto Sort is uncheck you will need to use the \"orderby\" and "
|
188 |
-
#~ "\"order\" parameters"
|
189 |
-
#~ msgstr ""
|
190 |
-
#~ "Daca Auto Sort este de-marcat, va trebui sa folositi parametrii \"orderby"
|
191 |
-
#~ "\" si \"order\" "
|
192 |
-
|
193 |
-
#~ msgid "Post Types Order"
|
194 |
-
#~ msgstr "Post Types Order"
|
195 |
-
|
196 |
-
#~ msgid "Invalid post type"
|
197 |
-
#~ msgstr "Post Type Invalid"
|
198 |
-
|
199 |
-
#~ msgid "%s - Re-order "
|
200 |
-
#~ msgstr "Reordenar %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-sv_SE.mo
DELETED
Binary file
|
languages/post-types-order-sv_SE.po
DELETED
@@ -1,171 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order\n"
|
4 |
-
"POT-Creation-Date: 2014-02-21 16:44+0200\n"
|
5 |
-
"PO-Revision-Date: 2014-02-24 12:15+0200\n"
|
6 |
-
"Last-Translator: Patrik Alienus <patrik@onlinebyran.se>\n"
|
7 |
-
"Language-Team: Onlinebyrån <patrik@onlinebyran.se>\n"
|
8 |
-
"MIME-Version: 1.0\n"
|
9 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
-
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.5.5\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
-
"X-Poedit-Basepath: ../\n"
|
14 |
-
"Language: sv_SE\n"
|
15 |
-
"X-Poedit-SearchPath-0: .\n"
|
16 |
-
|
17 |
-
#: post-types-order.php:119
|
18 |
-
msgid "Post Types Order must be configured. Please go to"
|
19 |
-
msgstr "Post Types Order måste konfigureras. Var god gå till"
|
20 |
-
|
21 |
-
#: post-types-order.php:119
|
22 |
-
msgid "Settings Page"
|
23 |
-
msgstr "Inställningar"
|
24 |
-
|
25 |
-
#: post-types-order.php:119
|
26 |
-
msgid "make the configuration and save"
|
27 |
-
msgstr "skapa konfigurationen och spara"
|
28 |
-
|
29 |
-
#: post-types-order.php:457 post-types-order.php:461 post-types-order.php:472
|
30 |
-
msgid "Re-Order"
|
31 |
-
msgstr "Ordna"
|
32 |
-
|
33 |
-
#: post-types-order.php:480
|
34 |
-
msgid ""
|
35 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
36 |
-
"and AJAX."
|
37 |
-
msgstr ""
|
38 |
-
"P.g.a. användningen av drag-och-släpp funktionalitet och AJAX, "
|
39 |
-
"så fungerar inte detta plugin utan javascript."
|
40 |
-
|
41 |
-
#: post-types-order.php:493
|
42 |
-
msgid "Update"
|
43 |
-
msgstr "Uppdatera"
|
44 |
-
|
45 |
-
#: post-types-order.php:509
|
46 |
-
msgid "Items Order Updated"
|
47 |
-
msgstr "Ordning uppdaterad"
|
48 |
-
|
49 |
-
#: post-types-order.php:526
|
50 |
-
msgid "Pages"
|
51 |
-
msgstr "Sidor"
|
52 |
-
|
53 |
-
#: include/functions.php:65
|
54 |
-
msgid ""
|
55 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
56 |
-
"write an article about this plugin in your blog with a link to our site"
|
57 |
-
msgstr ""
|
58 |
-
"Var detta plugin användbart för dig? Var god stöd vårt "
|
59 |
-
"arbete genom en donation eller skriv en artikel om detta plugin på din "
|
60 |
-
"blog med en länk till vår site."
|
61 |
-
|
62 |
-
#: include/functions.php:66
|
63 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
64 |
-
msgstr "Visste du att det finns en avancerad version av detta plugin?"
|
65 |
-
|
66 |
-
#: include/functions.php:66
|
67 |
-
msgid "Read more"
|
68 |
-
msgstr "Läs mer"
|
69 |
-
|
70 |
-
#: include/functions.php:67
|
71 |
-
msgid "Check our"
|
72 |
-
msgstr "Kolla vårt"
|
73 |
-
|
74 |
-
#: include/functions.php:67
|
75 |
-
msgid ""
|
76 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
77 |
-
msgstr ""
|
78 |
-
"plugin som låter dig sortera skräddarsydda kategorier och "
|
79 |
-
"taxonomier."
|
80 |
-
|
81 |
-
#: include/options.php:16
|
82 |
-
msgid "Settings Saved"
|
83 |
-
msgstr "Inställningar sparade"
|
84 |
-
|
85 |
-
#: include/options.php:28
|
86 |
-
msgid "General Settings"
|
87 |
-
msgstr "Generella inställningar"
|
88 |
-
|
89 |
-
#: include/options.php:34
|
90 |
-
msgid "General"
|
91 |
-
msgstr "Generellt"
|
92 |
-
|
93 |
-
#: include/options.php:39
|
94 |
-
msgid "Minimum Level to use this plugin"
|
95 |
-
msgstr "Miniminivå för att använda detta plugin"
|
96 |
-
|
97 |
-
#: include/options.php:42
|
98 |
-
msgid "Subscriber"
|
99 |
-
msgstr "Prenumerant"
|
100 |
-
|
101 |
-
#: include/options.php:43
|
102 |
-
msgid "Contributor"
|
103 |
-
msgstr "Medarbetare"
|
104 |
-
|
105 |
-
#: include/options.php:44
|
106 |
-
msgid "Author"
|
107 |
-
msgstr "Författare"
|
108 |
-
|
109 |
-
#: include/options.php:45
|
110 |
-
msgid "Editor"
|
111 |
-
msgstr "Redaktör"
|
112 |
-
|
113 |
-
#: include/options.php:46
|
114 |
-
msgid "Administrator"
|
115 |
-
msgstr "Administratör"
|
116 |
-
|
117 |
-
#: include/options.php:52
|
118 |
-
msgid "Auto Sort"
|
119 |
-
msgstr "Auto-sortera"
|
120 |
-
|
121 |
-
#: include/options.php:56
|
122 |
-
msgid ""
|
123 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
124 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
125 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
126 |
-
"into your theme queries"
|
127 |
-
msgstr ""
|
128 |
-
"Om ikryssat, så kommer plugin:et automatiskt uppdatera WP:s funktioner "
|
129 |
-
"till att använda den nya ordningen (<b>Ingen kod-uppdatering nö"
|
130 |
-
"dvändig</b>).<br /> Om du behöver mer möjligheter att "
|
131 |
-
"skräddarsy ordningen, så bör du kryssa av detta och "
|
132 |
-
"inkludera 'menu_order' i ditt temas funktioner."
|
133 |
-
|
134 |
-
#: include/options.php:58
|
135 |
-
msgid "Show Examples"
|
136 |
-
msgstr "Visa exempel"
|
137 |
-
|
138 |
-
#: include/options.php:61
|
139 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
140 |
-
msgstr ""
|
141 |
-
"Följande PHP-kod kommer returnera posten i den ordning du ställer "
|
142 |
-
"in"
|
143 |
-
|
144 |
-
#: include/options.php:74
|
145 |
-
msgid "Or"
|
146 |
-
msgstr "Eller"
|
147 |
-
|
148 |
-
#: include/options.php:83
|
149 |
-
msgid ""
|
150 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
151 |
-
"\" parameters"
|
152 |
-
msgstr ""
|
153 |
-
"Om Auto-sortering är avbockat så behöver du använda "
|
154 |
-
"\"orderby\" och \"order\" parametrarna."
|
155 |
-
|
156 |
-
#: include/options.php:98
|
157 |
-
msgid "Admin Sort"
|
158 |
-
msgstr "Admin-sortering"
|
159 |
-
|
160 |
-
#: include/options.php:102
|
161 |
-
msgid ""
|
162 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
163 |
-
"need to be checked"
|
164 |
-
msgstr ""
|
165 |
-
"För att påverka Admin-gränssnittet, dvs så du ser dina "
|
166 |
-
"inlägg i den ordning du sorterar, så behöver detta vara "
|
167 |
-
"ikryssat"
|
168 |
-
|
169 |
-
#: include/options.php:111
|
170 |
-
msgid "Save Settings"
|
171 |
-
msgstr "Spara inställningar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-tr_TR.mo
DELETED
Binary file
|
languages/post-types-order-tr_TR.po
DELETED
@@ -1,202 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order v1.5.8\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-12-07 16:41+0200\n"
|
6 |
-
"PO-Revision-Date: 2013-06-09 17:13+0200\n"
|
7 |
-
"Last-Translator: Bilal Gümüş <info@bilalgumus.com>\n"
|
8 |
-
"Language-Team: Bilal Gümüş <info@bilalgumus.com>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
13 |
-
"X-Generator: Poedit 1.5.5\n"
|
14 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
-
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-Textdomain-Support: yes\n"
|
19 |
-
"Language: Türkçe\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
# @ cpt
|
23 |
-
#: post-types-order.php:108
|
24 |
-
msgid "Post Types Order must be configured. Please go to"
|
25 |
-
msgstr "Yazı Tipi Sıralaması ayarlanmalı. Lütfen"
|
26 |
-
|
27 |
-
# @ cpt
|
28 |
-
#: post-types-order.php:108
|
29 |
-
msgid "Settings Page"
|
30 |
-
msgstr "Ayarlar Sayfasına"
|
31 |
-
|
32 |
-
# @ cpt
|
33 |
-
#: post-types-order.php:108
|
34 |
-
msgid "make the configuration and save"
|
35 |
-
msgstr "gidin, ayarları yapın ve kaydedin"
|
36 |
-
|
37 |
-
# @ cpt
|
38 |
-
#: post-types-order.php:469
|
39 |
-
msgid ""
|
40 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
41 |
-
"and AJAX."
|
42 |
-
msgstr ""
|
43 |
-
"Bu eklenti javascript olmadan çalışamaz, çünkü sürükle ve bırak ve AJAX "
|
44 |
-
"kullanıyor."
|
45 |
-
|
46 |
-
# @ cpt
|
47 |
-
#: post-types-order.php:498
|
48 |
-
msgid "Items Order Updated"
|
49 |
-
msgstr "Öğelerin Sıralaması Güncellendi"
|
50 |
-
|
51 |
-
# @ default
|
52 |
-
#: post-types-order.php:515
|
53 |
-
msgid "Pages"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
# @ cpt
|
57 |
-
#: include/functions.php:65
|
58 |
-
msgid ""
|
59 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
60 |
-
"write an article about this plugin in your blog with a link to our site"
|
61 |
-
msgstr ""
|
62 |
-
"Bu eklentiyi faydalı mı buldunuz? Lütfen çalışmamızı bağışla destekleyin "
|
63 |
-
"veya eklenti hakkında blogunuzda bir yazı yazın ve sitemize link verin"
|
64 |
-
|
65 |
-
# @ cpt
|
66 |
-
#: include/functions.php:66
|
67 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
68 |
-
msgstr "Bu eklentinin bir de Gelişmiş versiyonu olduğunu biliyor muydunuz ?"
|
69 |
-
|
70 |
-
# @ cpt
|
71 |
-
#: include/functions.php:66
|
72 |
-
msgid "Read more"
|
73 |
-
msgstr "Devamını oku"
|
74 |
-
|
75 |
-
# @ cpt
|
76 |
-
#: include/functions.php:67
|
77 |
-
msgid "Check our"
|
78 |
-
msgstr "Diğer eklentimiz"
|
79 |
-
|
80 |
-
# @ cpt
|
81 |
-
#: include/functions.php:67
|
82 |
-
msgid ""
|
83 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
84 |
-
msgstr ""
|
85 |
-
"özel kategori sıralaması ve özel taksonomi terimlerini sıralamasına izin "
|
86 |
-
"veriyor"
|
87 |
-
|
88 |
-
# @ cpt
|
89 |
-
#: include/options.php:16
|
90 |
-
msgid "Settings Saved"
|
91 |
-
msgstr "Ayarlar Kaydedildi"
|
92 |
-
|
93 |
-
# @ cpt
|
94 |
-
#: include/options.php:28
|
95 |
-
msgid "General Settings"
|
96 |
-
msgstr "Genel Ayarlar"
|
97 |
-
|
98 |
-
# @ cpt
|
99 |
-
#: include/options.php:34
|
100 |
-
msgid "General"
|
101 |
-
msgstr "Genel"
|
102 |
-
|
103 |
-
# @ cpt
|
104 |
-
#: include/options.php:39
|
105 |
-
msgid "Minimum Level to use this plugin"
|
106 |
-
msgstr "Eklentiyi kullanabilmek için gereken en düşük seviye"
|
107 |
-
|
108 |
-
# @ cpt
|
109 |
-
#: include/options.php:42
|
110 |
-
msgid "Subscriber"
|
111 |
-
msgstr "Abone"
|
112 |
-
|
113 |
-
# @ cpt
|
114 |
-
#: include/options.php:43
|
115 |
-
msgid "Contributor"
|
116 |
-
msgstr "Katılımcı"
|
117 |
-
|
118 |
-
# @ cpt
|
119 |
-
#: include/options.php:44
|
120 |
-
msgid "Author"
|
121 |
-
msgstr "Yazar"
|
122 |
-
|
123 |
-
# @ cpt
|
124 |
-
#: include/options.php:45
|
125 |
-
msgid "Editor"
|
126 |
-
msgstr "Editör"
|
127 |
-
|
128 |
-
# @ cpt
|
129 |
-
#: include/options.php:46
|
130 |
-
msgid "Administrator"
|
131 |
-
msgstr "Yönetici"
|
132 |
-
|
133 |
-
# @ cpt
|
134 |
-
#: include/options.php:52
|
135 |
-
msgid "Auto Sort"
|
136 |
-
msgstr "Otomatik Sırala"
|
137 |
-
|
138 |
-
# @ cpt
|
139 |
-
#: include/options.php:56
|
140 |
-
msgid ""
|
141 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
142 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
143 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
144 |
-
"into your theme queries"
|
145 |
-
msgstr ""
|
146 |
-
"Eğer seçilirse, eklenti yeni sıralamayı kullanmak için otomatik olarak wp-"
|
147 |
-
"queries i güncelleyecek (<b>Hiç bir kod güncellemesi gerekmiyor</b>).<br/> "
|
148 |
-
"Eğer daha fazla sıralama özelleştirmesine ihtiyaç duyuyorsanız bunu seçmeyip "
|
149 |
-
"tema sorgularınıza 'menu_order' ı dahil etmelisiniz."
|
150 |
-
|
151 |
-
# @ cpt
|
152 |
-
#: include/options.php:58
|
153 |
-
msgid "Show Examples"
|
154 |
-
msgstr "Örnekleri Göster"
|
155 |
-
|
156 |
-
# @ cpt
|
157 |
-
#: include/options.php:61
|
158 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
159 |
-
msgstr "Aşağıdaki PHP kodu da yazıyı belirlenen sıralamaya göre gösterecektir."
|
160 |
-
|
161 |
-
# @ cpt
|
162 |
-
#: include/options.php:74
|
163 |
-
msgid "Or"
|
164 |
-
msgstr "Veya"
|
165 |
-
|
166 |
-
# @ cpt
|
167 |
-
#: include/options.php:83
|
168 |
-
msgid ""
|
169 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
170 |
-
"\" parameters"
|
171 |
-
msgstr ""
|
172 |
-
"Eğer Otomatik Sıralama seçili değilse e \"orderby\" ve \"order\" "
|
173 |
-
"parametrelerini kullanmalısınız"
|
174 |
-
|
175 |
-
# @ cpt
|
176 |
-
#: include/options.php:98
|
177 |
-
msgid "Admin Sort"
|
178 |
-
msgstr "Yönetici Sıralaması"
|
179 |
-
|
180 |
-
# @ cpt
|
181 |
-
#: include/options.php:102
|
182 |
-
msgid ""
|
183 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
184 |
-
"need to be checked"
|
185 |
-
msgstr ""
|
186 |
-
"Yönetici arayüzünün etkilenmesi için, yazı tiplerini yeni sıralamanıza göre "
|
187 |
-
"görebilmek için, bunun seçili olması gerekiyor."
|
188 |
-
|
189 |
-
# @ cpt
|
190 |
-
#: include/options.php:111
|
191 |
-
msgid "Save Settings"
|
192 |
-
msgstr "Ayarları Kaydet"
|
193 |
-
|
194 |
-
# @ cpt
|
195 |
-
#: post-types-order.php:446 post-types-order.php:461
|
196 |
-
msgid "Re-Order"
|
197 |
-
msgstr "Yeniden Sırala"
|
198 |
-
|
199 |
-
# @ cpt
|
200 |
-
#: post-types-order.php:482
|
201 |
-
msgid "Update"
|
202 |
-
msgstr "Güncelle"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/post-types-order-zh_CN.mo
DELETED
Binary file
|
languages/post-types-order-zh_CN.po
DELETED
@@ -1,171 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Post Types Order-zh_CN\n"
|
4 |
-
"POT-Creation-Date: 2014-07-25 03:46+0800\n"
|
5 |
-
"PO-Revision-Date: 2014-07-25 03:47+0800\n"
|
6 |
-
"Last-Translator: Coolwp <coolwp.com@gmail.com>\n"
|
7 |
-
"Language-Team: Suoling.net <suifengtec@qq.com>\n"
|
8 |
-
"Language: zh_CN\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.6.5\n"
|
13 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
-
"X-Poedit-Basepath: ../\n"
|
15 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-SearchPath-0: .\n"
|
18 |
-
|
19 |
-
#: include/functions.php:129
|
20 |
-
msgid ""
|
21 |
-
"Did you find this plugin useful? Please support our work with a donation or "
|
22 |
-
"write an article about this plugin in your blog with a link to our site"
|
23 |
-
msgstr ""
|
24 |
-
"局的这个插件有用?请捐赠我们,或者在您的博客写一篇介绍这个插件的文章吧。"
|
25 |
-
|
26 |
-
#: include/functions.php:131
|
27 |
-
msgid "Did you know there is available an Advanced version of this plug-in?"
|
28 |
-
msgstr "您知道吗:这个插件有其对应的高级版本!"
|
29 |
-
|
30 |
-
#: include/functions.php:131
|
31 |
-
msgid "Read more"
|
32 |
-
msgstr "了解更多"
|
33 |
-
|
34 |
-
#: include/functions.php:133
|
35 |
-
msgid "Check our"
|
36 |
-
msgstr "检查我们的"
|
37 |
-
|
38 |
-
#: include/functions.php:133
|
39 |
-
msgid ""
|
40 |
-
"plugin which allow to custom sort categories and custom taxonomies terms"
|
41 |
-
msgstr "分类和自定义分类的排序插件"
|
42 |
-
|
43 |
-
#: include/options.php:16
|
44 |
-
msgid "Settings Saved"
|
45 |
-
msgstr "设置已保存"
|
46 |
-
|
47 |
-
#: include/options.php:28
|
48 |
-
msgid "General Settings"
|
49 |
-
msgstr "常规设置"
|
50 |
-
|
51 |
-
#: include/options.php:34
|
52 |
-
msgid "General"
|
53 |
-
msgstr "常规"
|
54 |
-
|
55 |
-
#: include/options.php:39
|
56 |
-
msgid "Minimum Level to use this plugin"
|
57 |
-
msgstr "使用此插件的最低等级"
|
58 |
-
|
59 |
-
#: include/options.php:42
|
60 |
-
msgid "Subscriber"
|
61 |
-
msgstr "订阅者"
|
62 |
-
|
63 |
-
#: include/options.php:43
|
64 |
-
msgid "Contributor"
|
65 |
-
msgstr "贡献者"
|
66 |
-
|
67 |
-
#: include/options.php:44
|
68 |
-
msgid "Author"
|
69 |
-
msgstr "作者"
|
70 |
-
|
71 |
-
#: include/options.php:45
|
72 |
-
msgid "Editor"
|
73 |
-
msgstr "编辑"
|
74 |
-
|
75 |
-
#: include/options.php:46
|
76 |
-
msgid "Administrator"
|
77 |
-
msgstr "管理员"
|
78 |
-
|
79 |
-
#: include/options.php:52
|
80 |
-
msgid "Auto Sort"
|
81 |
-
msgstr "自动排序"
|
82 |
-
|
83 |
-
#: include/options.php:56
|
84 |
-
msgid ""
|
85 |
-
"If checked, the plug-in will automatically update the wp-queries to use the "
|
86 |
-
"new order (<b>No code update is necessarily</b>).<br /> If you need more "
|
87 |
-
"order customizations you will need to uncheck this and include 'menu_order' "
|
88 |
-
"into your theme queries"
|
89 |
-
msgstr ""
|
90 |
-
"选中此项后,此插件将会使Wordpress的查询使用新的排序方案<b>无需代码更新</b>)."
|
91 |
-
"<br /> 如果您需要更多排序自定义方式,您需要取消此项,并在您的主题查询中包"
|
92 |
-
"含'menu_order'."
|
93 |
-
|
94 |
-
#: include/options.php:58
|
95 |
-
msgid "Show Examples"
|
96 |
-
msgstr "示例"
|
97 |
-
|
98 |
-
#: include/options.php:61
|
99 |
-
msgid "The following PHP code will still return the post in the set-up Order"
|
100 |
-
msgstr "下面的PHP代码将会返回设置后排序的文章"
|
101 |
-
|
102 |
-
#: include/options.php:74
|
103 |
-
msgid "Or"
|
104 |
-
msgstr "或者"
|
105 |
-
|
106 |
-
#: include/options.php:83
|
107 |
-
msgid ""
|
108 |
-
"If the Auto Sort is uncheck you will need to use the \"orderby\" and \"order"
|
109 |
-
"\" parameters"
|
110 |
-
msgstr ""
|
111 |
-
"如果自动排序未被选中,您需要在Wordpress查询中使用\"orderby\" 和 \"order\" 参"
|
112 |
-
"数。"
|
113 |
-
|
114 |
-
#: include/options.php:98
|
115 |
-
msgid "Admin Sort"
|
116 |
-
msgstr "管理员排序"
|
117 |
-
|
118 |
-
#: include/options.php:102
|
119 |
-
msgid ""
|
120 |
-
"To affect the admin interface, to see the post types per your new sort, this "
|
121 |
-
"need to be checked"
|
122 |
-
msgstr "如果您想让自定义的文章排序规则在文章管理页面也有效果,请选中此项。"
|
123 |
-
|
124 |
-
#: include/options.php:111
|
125 |
-
msgid "Save Settings"
|
126 |
-
msgstr "保存设置"
|
127 |
-
|
128 |
-
#: post-types-order.php:107
|
129 |
-
msgid "Post Types Order must be configured. Please go to"
|
130 |
-
msgstr "Post Types Order需要进行配置,请移步至"
|
131 |
-
|
132 |
-
#: post-types-order.php:107
|
133 |
-
msgid "Settings Page"
|
134 |
-
msgstr "设置页面"
|
135 |
-
|
136 |
-
#: post-types-order.php:107
|
137 |
-
msgid "make the configuration and save"
|
138 |
-
msgstr "进行配置并保存"
|
139 |
-
|
140 |
-
#: post-types-order.php:468
|
141 |
-
msgid ""
|
142 |
-
"This plugin can't work without javascript, because it's use drag and drop "
|
143 |
-
"and AJAX."
|
144 |
-
msgstr ""
|
145 |
-
"这个插件需要浏览器支持javascript才可使用,因为它的拖动排序采用的是AJAX。"
|
146 |
-
|
147 |
-
#: post-types-order.php:497
|
148 |
-
msgid "Items Order Updated"
|
149 |
-
msgstr "已排序"
|
150 |
-
|
151 |
-
#: post-types-order.php:514
|
152 |
-
msgid "Pages"
|
153 |
-
msgstr "页面"
|
154 |
-
|
155 |
-
#~ msgid "Posts Re-order"
|
156 |
-
#~ msgstr "Posts Re-order"
|
157 |
-
|
158 |
-
#~ msgid "Invalid post type"
|
159 |
-
#~ msgstr "不可用的文章类型"
|
160 |
-
|
161 |
-
#~ msgid "Re-Order"
|
162 |
-
#~ msgstr "重新排序"
|
163 |
-
|
164 |
-
#~ msgid "Save Changes"
|
165 |
-
#~ msgstr "保存更改 "
|
166 |
-
|
167 |
-
#~ msgid "Sort Backend post list?"
|
168 |
-
#~ msgstr "排序影响文章管理列表?"
|
169 |
-
|
170 |
-
#~ msgid "Update"
|
171 |
-
#~ msgstr "更新"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
post-types-order.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nsp-code.com
|
|
5 |
Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
-
Version: 1.
|
9 |
Text Domain: post-types-order
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
+
Version: 1.9
|
9 |
Text Domain: post-types-order
|
10 |
Domain Path: /languages/
|
11 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,9 @@ Contributors: nsp-code
|
|
3 |
Donate link: http://www.nsp-code.com/donate.php
|
4 |
Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
|
5 |
Requires at least: 2.8
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
|
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
|
@@ -94,9 +95,12 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
|
|
94 |
|
95 |
== Change Log ==
|
96 |
|
97 |
-
= 1.
|
98 |
- Remove translations from the package
|
99 |
-
-
|
|
|
|
|
|
|
100 |
|
101 |
= 1.8.9.2 =
|
102 |
- WPDB Prepare argument fix
|
3 |
Donate link: http://www.nsp-code.com/donate.php
|
4 |
Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
|
5 |
Requires at least: 2.8
|
6 |
+
Tested up to: 4.6.1
|
7 |
+
Stable tag: 1.9
|
8 |
+
.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
|
95 |
|
96 |
== Change Log ==
|
97 |
|
98 |
+
= 1.9 =
|
99 |
- Remove translations from the package
|
100 |
+
- Remove link for donate
|
101 |
+
- Wp Hide plugin availability notification
|
102 |
+
- New Filter pto/get_options to allow to chaneg default options; Custom capability can be set for 'capability'
|
103 |
+
- New Filter pto/admin/plugin_options/capability to allow custom capability option to be inserted within html
|
104 |
|
105 |
= 1.8.9.2 =
|
106 |
- WPDB Prepare argument fix
|