Version Description
= Facebook Auto Publish 1.0.1 = If you had issues with default image used for auto publishing, you may apply this upgrade.
= Facebook Auto Publish 1.0 = First official launch.
Download this release
Release Info
Developer | f1logic |
Plugin | WP Facebook Auto Publish |
Version | 2.4 |
Comparing to | |
See all releases |
Code changes from version 2.3.3 to 2.4
- admin/about.php +104 -85
- admin/admin-notices.php +21 -14
- admin/ajax-backlink.php +0 -0
- admin/authorization.php +1 -1
- admin/destruction.php +1 -0
- admin/fbap-suggest-feature.php +9 -9
- admin/footer.php +168 -165
- admin/header.php +11 -11
- admin/install.php +2 -1
- admin/logs.php +8 -9
- admin/manage-authorizations.php +47 -34
- admin/menu.php +15 -5
- admin/metabox.php +34 -22
- admin/publish.php +4 -4
- admin/settings.php +137 -121
- composer.json +0 -5
- composer.lock +0 -76
- facebook-auto-publish.php +85 -79
- js/notice.js +0 -0
- languages/facebook-auto-publish-ar.mo +0 -0
- languages/facebook-auto-publish-ar.po +1152 -0
- languages/facebook-auto-publish-de_DE.mo +0 -0
- languages/facebook-auto-publish-de_DE.po +1203 -0
- languages/facebook-auto-publish-es_ES.mo +0 -0
- languages/facebook-auto-publish-es_ES.po +1196 -0
- languages/facebook-auto-publish-fr_FR.mo +0 -0
- languages/facebook-auto-publish-fr_FR.po +1204 -0
- languages/facebook-auto-publish-it_IT.mo +0 -0
- languages/facebook-auto-publish-it_IT.po +1191 -0
- languages/facebook-auto-publish-ja.mo +0 -0
- languages/facebook-auto-publish-ja.po +1167 -0
- languages/facebook-auto-publish-pt_PT.mo +0 -0
- languages/facebook-auto-publish-pt_PT.po +1185 -0
- languages/facebook-auto-publish-ru_RU.mo +0 -0
- languages/facebook-auto-publish-ru_RU.po +1187 -0
- languages/facebook-auto-publish-zh_CN.mo +0 -0
- languages/facebook-auto-publish-zh_CN.po +1128 -0
- languages/facebook-auto-publish.pot +1069 -0
- readme.txt +303 -297
- xyz-functions.php +29 -12
admin/about.php
CHANGED
@@ -5,32 +5,34 @@ if( !defined('ABSPATH') ){ exit();}
|
|
5 |
|
6 |
<div style="width: 99%">
|
7 |
<p style="text-align: justify">
|
8 |
-
WP2Social Auto Publish
|
9 |
-
|
|
|
10 |
|
11 |
|
12 |
|
13 |
<p style="text-align: justify">
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
plugins for your reference.
|
19 |
</p>
|
20 |
</div>
|
21 |
<table class="xyz-premium-comparison" cellspacing=0 style="width: 99%;">
|
22 |
<tr style="background-color: #EDEDED">
|
23 |
-
<td><h2>Feature group</h2></td>
|
24 |
-
<td><h2>Feature</h2></td>
|
25 |
-
<td><h2>Free</h2>
|
26 |
</td>
|
27 |
-
<td><h2>Premium</h2></td>
|
28 |
-
<td><h2>SMAP
|
|
|
|
|
29 |
</tr>
|
30 |
<!-- Supported Media -->
|
31 |
<tr>
|
32 |
-
<td rowspan="
|
33 |
-
<td>Facebook</td>
|
34 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
35 |
</td>
|
36 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -40,7 +42,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
40 |
</tr>
|
41 |
|
42 |
<tr>
|
43 |
-
<td>Twitter</td>
|
44 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
45 |
</td>
|
46 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -49,7 +51,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
49 |
</td>
|
50 |
</tr>
|
51 |
<tr>
|
52 |
-
<td>LinkedIn</td>
|
53 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
54 |
</td>
|
55 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -58,7 +60,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
58 |
</td>
|
59 |
</tr>
|
60 |
<tr>
|
61 |
-
<td>
|
62 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
63 |
</td>
|
64 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -67,7 +69,16 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
67 |
</td>
|
68 |
</tr>
|
69 |
<tr>
|
70 |
-
<td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
72 |
</td>
|
73 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -78,8 +89,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
78 |
|
79 |
<!-- Posting Options -->
|
80 |
<tr>
|
81 |
-
<td rowspan="
|
82 |
-
<td>Publish to facebook pages</td>
|
83 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
84 |
</td>
|
85 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -88,7 +99,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
88 |
</td>
|
89 |
</tr>
|
90 |
<tr>
|
91 |
-
<td>Publish to facebook groups</td>
|
92 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
93 |
</td>
|
94 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -97,7 +108,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
97 |
</td>
|
98 |
</tr>
|
99 |
<tr>
|
100 |
-
<td>Publish to twitter profile</td>
|
101 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
102 |
</td>
|
103 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -107,7 +118,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
107 |
</tr>
|
108 |
|
109 |
<tr>
|
110 |
-
<td>Publish to linkedin profile/company pages</td>
|
111 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
112 |
</td>
|
113 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -115,9 +126,17 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
115 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
116 |
</td>
|
117 |
</tr>
|
118 |
-
|
119 |
<tr>
|
120 |
-
<td>Publish to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
122 |
</td>
|
123 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -127,7 +146,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
127 |
</tr>
|
128 |
|
129 |
<tr>
|
130 |
-
<td>Publish to pinterest boards</td>
|
131 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
132 |
</td>
|
133 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -136,7 +155,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
136 |
</td>
|
137 |
</tr>
|
138 |
<tr>
|
139 |
-
<td>Option to add twitter image description for visually impaired people</td>
|
140 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
141 |
</td>
|
142 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -145,7 +164,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
145 |
</td>
|
146 |
</tr>
|
147 |
<tr>
|
148 |
-
<td>Option to republish existing posts</td>
|
149 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
150 |
</td>
|
151 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -155,7 +174,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
155 |
</tr>
|
156 |
|
157 |
<tr>
|
158 |
-
<td>Publish to multiple social media accounts</td>
|
159 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
160 |
</td>
|
161 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -165,7 +184,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
165 |
</tr>
|
166 |
|
167 |
<tr>
|
168 |
-
<td>Seperate message formats for publishing to multiple social media accounts</td>
|
169 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
170 |
</td>
|
171 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -175,7 +194,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
175 |
</tr>
|
176 |
|
177 |
<tr>
|
178 |
-
<td>Save auto publish settings of individual posts</td>
|
179 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
180 |
</td>
|
181 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -185,7 +204,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
185 |
</tr>
|
186 |
|
187 |
<tr>
|
188 |
-
<td>Hash Tags support for Facebook, Twitter, Linkedin and Pinterest</td>
|
189 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
190 |
</td>
|
191 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -194,7 +213,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
194 |
</td>
|
195 |
</tr>
|
196 |
<tr>
|
197 |
-
<td>Option to use post tags as hash tags</td>
|
198 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
199 |
</td>
|
200 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -203,7 +222,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
203 |
</td>
|
204 |
</tr>
|
205 |
<tr>
|
206 |
-
<td>Enable/Disable SSL peer verification</td>
|
207 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
208 |
</td>
|
209 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -216,8 +235,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
216 |
<!-- Image Options -->
|
217 |
|
218 |
<tr>
|
219 |
-
<td rowspan="5"><h4>Image Options</h4></td>
|
220 |
-
<td>Publish images along with post content</td>
|
221 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
222 |
</td>
|
223 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -228,7 +247,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
228 |
|
229 |
|
230 |
<tr>
|
231 |
-
<td>Separate default image url for publishing to multiple social media accounts</td>
|
232 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
233 |
</td>
|
234 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -238,7 +257,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
241 |
-
<td>Option to specify preference from featured image, post content, post meta and open graph tags</td>
|
242 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
243 |
</td>
|
244 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -247,7 +266,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
247 |
</td>
|
248 |
</tr>
|
249 |
<tr>
|
250 |
-
<td>Publish multiple images to facebook, tumblr, linkedin and twitter along with post content</td>
|
251 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
252 |
</td>
|
253 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -256,7 +275,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
256 |
</td>
|
257 |
</tr>
|
258 |
<tr>
|
259 |
-
<td>Option to specify multiphoto preference from post content and post meta</td>
|
260 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
261 |
</td>
|
262 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -267,8 +286,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
267 |
|
268 |
<!-- Video Options -->
|
269 |
<tr>
|
270 |
-
<td rowspan="4"><h4>Video/Audio Options</h4></td>
|
271 |
-
<td>Publish video to facebook, tumblr and twitter along with post content</td>
|
272 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
273 |
</td>
|
274 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -278,7 +297,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
278 |
</tr>
|
279 |
|
280 |
<tr>
|
281 |
-
<td>Option to specify preference from post content, post meta and open graph tags</td>
|
282 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
283 |
</td>
|
284 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -287,7 +306,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
287 |
</td>
|
288 |
</tr>
|
289 |
<tr>
|
290 |
-
<td>Publish audio to tumblr along with post content</td>
|
291 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
292 |
</td>
|
293 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -296,7 +315,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
296 |
</td>
|
297 |
</tr>
|
298 |
<tr>
|
299 |
-
<td>Option to specify audio preference from post content, post meta and open graph tags</td>
|
300 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
301 |
</td>
|
302 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -307,8 +326,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
307 |
<!-- Filter Options -->
|
308 |
|
309 |
<tr>
|
310 |
-
<td rowspan="9"><h4>Filter Options</h4></td>
|
311 |
-
<td>Filter posts to publish based on categories</td>
|
312 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
313 |
</td>
|
314 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -318,7 +337,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
318 |
</tr>
|
319 |
|
320 |
<tr>
|
321 |
-
<td>Filter posts to publish based on custom post types</td>
|
322 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
323 |
</td>
|
324 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -327,7 +346,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
327 |
</td>
|
328 |
</tr>
|
329 |
<tr>
|
330 |
-
<td>Filter posts to publish based on sticky posts</td>
|
331 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
332 |
</td>
|
333 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -337,7 +356,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
337 |
</tr>
|
338 |
|
339 |
<tr>
|
340 |
-
<td>Configuration to enable/disable page publishing</td>
|
341 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
342 |
</td>
|
343 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -347,7 +366,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
347 |
</tr>
|
348 |
|
349 |
<tr>
|
350 |
-
<td>Category filter for individual accounts</td>
|
351 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
352 |
</td>
|
353 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -357,7 +376,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
357 |
</tr>
|
358 |
|
359 |
<tr>
|
360 |
-
<td>Custom post type filter for individual accounts</td>
|
361 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
362 |
</td>
|
363 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -367,7 +386,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
367 |
</tr>
|
368 |
|
369 |
<tr>
|
370 |
-
<td>Enable/Disable page publishing for individual accounts</td>
|
371 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
372 |
</td>
|
373 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -376,7 +395,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
376 |
</td>
|
377 |
</tr>
|
378 |
<tr>
|
379 |
-
<td>Override auto publish scheduling for individual accounts</td>
|
380 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
381 |
</td>
|
382 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -385,7 +404,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
385 |
</td>
|
386 |
</tr>
|
387 |
<tr>
|
388 |
-
<td>Override auto publish based on sticky posts for individual accounts</td>
|
389 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
390 |
</td>
|
391 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -396,8 +415,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
396 |
<!-- Scheduling -->
|
397 |
|
398 |
<tr>
|
399 |
-
<td rowspan="4"><h4>Scheduling</h4></td>
|
400 |
-
<td>Instantaneous post publishing</td>
|
401 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
402 |
</td>
|
403 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -407,7 +426,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
407 |
</tr>
|
408 |
|
409 |
<tr>
|
410 |
-
<td>Scheduled post publishing using cron</td>
|
411 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
412 |
</td>
|
413 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -417,7 +436,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
417 |
</tr>
|
418 |
|
419 |
<tr>
|
420 |
-
<td>Status summary of auto publish tasks by mail</td>
|
421 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
422 |
</td>
|
423 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -427,7 +446,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
427 |
</tr>
|
428 |
|
429 |
<tr>
|
430 |
-
<td>Configurable auto publishing time interval</td>
|
431 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
432 |
</td>
|
433 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -441,8 +460,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
441 |
|
442 |
<!-- Publishing History -->
|
443 |
<tr>
|
444 |
-
<td rowspan="4"><h4>Publishing History</h4></td>
|
445 |
-
<td>View auto publish history</td>
|
446 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
447 |
</td>
|
448 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -451,7 +470,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
451 |
</td>
|
452 |
</tr>
|
453 |
<tr>
|
454 |
-
<td>View auto publish error logs</td>
|
455 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
456 |
</td>
|
457 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -461,7 +480,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
461 |
</tr>
|
462 |
|
463 |
<tr>
|
464 |
-
<td>Option to republish post</td>
|
465 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
466 |
</td>
|
467 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -471,7 +490,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
471 |
</tr>
|
472 |
|
473 |
<tr>
|
474 |
-
<td>Option to reschedule publishing</td>
|
475 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
476 |
</td>
|
477 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -481,8 +500,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
481 |
</tr>
|
482 |
<!-- Installation and Support -->
|
483 |
<tr>
|
484 |
-
<td rowspan="2"><h4>Installation and Support</h4></td>
|
485 |
-
<td>Free Installation</td>
|
486 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
487 |
</td>
|
488 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -491,7 +510,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
491 |
</td>
|
492 |
</tr>
|
493 |
<tr>
|
494 |
-
<td>Privilege customer support</td>
|
495 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
496 |
</td>
|
497 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -501,8 +520,8 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
501 |
</tr>
|
502 |
<!-- Addons and Support -->
|
503 |
<tr>
|
504 |
-
<td rowspan="3"><h4>Addon Features</h4></td>
|
505 |
-
<td>Advanced Autopublish Scheduler</td>
|
506 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
507 |
</td>
|
508 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -511,7 +530,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
511 |
</td>
|
512 |
</tr>
|
513 |
<tr>
|
514 |
-
<td>URL-Shortener</td>
|
515 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
516 |
</td>
|
517 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -520,7 +539,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
520 |
</td>
|
521 |
</tr>
|
522 |
<tr>
|
523 |
-
<td>Privilege Management</td>
|
524 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
525 |
</td>
|
526 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
@@ -529,32 +548,32 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
|
|
529 |
</td>
|
530 |
</tr>
|
531 |
<tr>
|
532 |
-
<td rowspan="3"><h4>Other</h4></td>
|
533 |
-
<td
|
534 |
-
|
|
|
|
|
535 |
</td>
|
536 |
-
<td>1 year free subscription
|
537 |
</td>
|
538 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
539 |
</td>
|
540 |
</tr>
|
541 |
<tr>
|
542 |
-
<td>Price</td>
|
543 |
-
<td>FREE
|
544 |
-
<td>Starts from 39 USD</td>
|
545 |
-
<td>Starts from 69 USD</td>
|
546 |
</tr>
|
547 |
<tr>
|
548 |
-
<td>Purchase</td>
|
549 |
<td></td>
|
550 |
-
<td style="padding: 2px" colspan='2' ><a target="_blank"href="https://xyzscripts.com/wordpress-plugins/social-media-auto-publish/purchase" class="xyz-fbap-buy-button">Buy Now</a>
|
551 |
</td>
|
552 |
</tr>
|
553 |
|
554 |
</table>
|
555 |
<br/>
|
556 |
<div style="clear: both;"></div>
|
557 |
-
<span style="color: #FF8000;font-size: 14px;font-weight: bold;"> * </span> Pinterest is added on experimental basis.
|
558 |
-
<?php
|
559 |
|
560 |
-
?>
|
5 |
|
6 |
<div style="width: 99%">
|
7 |
<p style="text-align: justify">
|
8 |
+
<?php $wp_fbap="WP2Social Auto Publish";
|
9 |
+
$fbap_pub_msg=sprintf( __('%s automatically publishes posts from your blog to your Facebook pages. It allows you to filter posts based on post-types and categories. %s is developed and maintained by','facebook-auto-publish'),$wp_fbap,$wp_fbap);
|
10 |
+
echo $fbap_pub_msg; ?> <a href="http://xyzscripts.com">XYZScripts</a>.</p>
|
11 |
|
12 |
|
13 |
|
14 |
<p style="text-align: justify">
|
15 |
+
<?php $fbap_smap_url="https://xyzscripts.com/wordpress-plugins/social-media-auto-publish/features";
|
16 |
+
$fbap_smap_plugin = "XYZ Social Media Auto Publish";
|
17 |
+
$fbap_feature_msg=sprintf( __('If you would like to have more features , please try <a href="%s" target="_blank">%s</a> which is a premium version of this plugin. We have included a quick comparison of the free and premium plugins for your reference.','facebook-auto-publish'),$fbap_smap_url,$fbap_smap_plugin);
|
18 |
+
echo $fbap_feature_msg; ?>
|
|
|
19 |
</p>
|
20 |
</div>
|
21 |
<table class="xyz-premium-comparison" cellspacing=0 style="width: 99%;">
|
22 |
<tr style="background-color: #EDEDED">
|
23 |
+
<td><h2> <?php _e('Feature group','facebook-auto-publish'); ?> </h2></td>
|
24 |
+
<td><h2> <?php _e('Feature','facebook-auto-publish'); ?> </h2></td>
|
25 |
+
<td><h2> <?php _e('Free','facebook-auto-publish'); ?> </h2>
|
26 |
</td>
|
27 |
+
<td><h2> <?php _e('Premium','facebook-auto-publish'); ?> </h2></td>
|
28 |
+
<td><h2> <?php $fbap_smap="SMAP";
|
29 |
+
$fbap_premium_msg=sprintf( __('%s Premium','facebook-auto-publish'),$fbap_smap);
|
30 |
+
echo $fbap_premium_msg; ?>+</h2></td>
|
31 |
</tr>
|
32 |
<!-- Supported Media -->
|
33 |
<tr>
|
34 |
+
<td rowspan="6"><h4> <?php _e('Supported Media','facebook-auto-publish'); ?> </h4></td>
|
35 |
+
<td> <?php _e('Facebook','facebook-auto-publish'); ?> </td>
|
36 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
37 |
</td>
|
38 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
42 |
</tr>
|
43 |
|
44 |
<tr>
|
45 |
+
<td> <?php _e('Twitter','facebook-auto-publish'); ?> </td>
|
46 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
47 |
</td>
|
48 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
51 |
</td>
|
52 |
</tr>
|
53 |
<tr>
|
54 |
+
<td> <?php _e('LinkedIn','facebook-auto-publish'); ?> </td>
|
55 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
56 |
</td>
|
57 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
60 |
</td>
|
61 |
</tr>
|
62 |
<tr>
|
63 |
+
<td> <?php _e('Instagram','facebook-auto-publish'); ?> </td>
|
64 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
65 |
</td>
|
66 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
69 |
</td>
|
70 |
</tr>
|
71 |
<tr>
|
72 |
+
<td> <?php _e('Tumblr','facebook-auto-publish'); ?> </td>
|
73 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
74 |
+
</td>
|
75 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
76 |
+
</td>
|
77 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
78 |
+
</td>
|
79 |
+
</tr>
|
80 |
+
<tr>
|
81 |
+
<td> <?php _e('Pinterest','facebook-auto-publish'); ?> <span style="color: #FF8000;font-size: 14px;font-weight: bold;">*</span></td>
|
82 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
83 |
</td>
|
84 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
89 |
|
90 |
<!-- Posting Options -->
|
91 |
<tr>
|
92 |
+
<td rowspan="15"><h4> <?php _e('Posting Options','facebook-auto-publish'); ?> </h4></td>
|
93 |
+
<td> <?php _e('Publish to facebook pages','facebook-auto-publish'); ?> </td>
|
94 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
95 |
</td>
|
96 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
99 |
</td>
|
100 |
</tr>
|
101 |
<tr>
|
102 |
+
<td> <?php _e('Publish to facebook groups','facebook-auto-publish'); ?> </td>
|
103 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
104 |
</td>
|
105 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
108 |
</td>
|
109 |
</tr>
|
110 |
<tr>
|
111 |
+
<td> <?php _e('Publish to twitter profile','facebook-auto-publish'); ?> </td>
|
112 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
113 |
</td>
|
114 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
118 |
</tr>
|
119 |
|
120 |
<tr>
|
121 |
+
<td> <?php _e('Publish to linkedin profile/company pages','facebook-auto-publish'); ?> </td>
|
122 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
123 |
</td>
|
124 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
126 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
127 |
</td>
|
128 |
</tr>
|
|
|
129 |
<tr>
|
130 |
+
<td> <?php _e('Publish to instagram Business accounts','facebook-auto-publish'); ?> </td>
|
131 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
132 |
+
</td>
|
133 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
134 |
+
</td>
|
135 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
136 |
+
</td>
|
137 |
+
</tr>
|
138 |
+
<tr>
|
139 |
+
<td> <?php _e('Publish to tumblr profile','facebook-auto-publish'); ?> </td>
|
140 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
141 |
</td>
|
142 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
146 |
</tr>
|
147 |
|
148 |
<tr>
|
149 |
+
<td> <?php _e('Publish to pinterest boards','facebook-auto-publish'); ?> </td>
|
150 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
151 |
</td>
|
152 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
155 |
</td>
|
156 |
</tr>
|
157 |
<tr>
|
158 |
+
<td> <?php _e('Option to add twitter image description for visually impaired people','facebook-auto-publish'); ?> </td>
|
159 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
160 |
</td>
|
161 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
164 |
</td>
|
165 |
</tr>
|
166 |
<tr>
|
167 |
+
<td> <?php _e('Option to republish existing posts','facebook-auto-publish'); ?> </td>
|
168 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
169 |
</td>
|
170 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
174 |
</tr>
|
175 |
|
176 |
<tr>
|
177 |
+
<td> <?php _e('Publish to multiple social media accounts','facebook-auto-publish'); ?> </td>
|
178 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
179 |
</td>
|
180 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
184 |
</tr>
|
185 |
|
186 |
<tr>
|
187 |
+
<td> <?php _e('Seperate message formats for publishing to multiple social media accounts','facebook-auto-publish'); ?> </td>
|
188 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
189 |
</td>
|
190 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
194 |
</tr>
|
195 |
|
196 |
<tr>
|
197 |
+
<td> <?php _e('Save auto publish settings of individual posts','facebook-auto-publish'); ?> </td>
|
198 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
199 |
</td>
|
200 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
204 |
</tr>
|
205 |
|
206 |
<tr>
|
207 |
+
<td> <?php _e('Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and Pinterest','facebook-auto-publish'); ?> </td>
|
208 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
209 |
</td>
|
210 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
213 |
</td>
|
214 |
</tr>
|
215 |
<tr>
|
216 |
+
<td> <?php _e('Option to use post tags as hash tags','facebook-auto-publish'); ?> </td>
|
217 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
218 |
</td>
|
219 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
222 |
</td>
|
223 |
</tr>
|
224 |
<tr>
|
225 |
+
<td> <?php _e('Enable/Disable SSL peer verification','facebook-auto-publish'); ?> </td>
|
226 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
227 |
</td>
|
228 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
235 |
<!-- Image Options -->
|
236 |
|
237 |
<tr>
|
238 |
+
<td rowspan="5"><h4> <?php _e('Image Options','facebook-auto-publish'); ?> </h4></td>
|
239 |
+
<td> <?php _e('Publish images along with post content','facebook-auto-publish'); ?> </td>
|
240 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
241 |
</td>
|
242 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
247 |
|
248 |
|
249 |
<tr>
|
250 |
+
<td> <?php _e('Separate default image url for publishing to multiple social media accounts','facebook-auto-publish'); ?> </td>
|
251 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
252 |
</td>
|
253 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
257 |
</tr>
|
258 |
|
259 |
<tr>
|
260 |
+
<td> <?php _e('Option to specify preference from featured image, post content, post meta and open graph tags','facebook-auto-publish'); ?> </td>
|
261 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
262 |
</td>
|
263 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
266 |
</td>
|
267 |
</tr>
|
268 |
<tr>
|
269 |
+
<td> <?php _e('Publish multiple images to facebook, tumblr, linkedin and twitter along with post content','facebook-auto-publish'); ?> </td>
|
270 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
271 |
</td>
|
272 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
275 |
</td>
|
276 |
</tr>
|
277 |
<tr>
|
278 |
+
<td> <?php _e('Option to specify multiphoto preference from post content and post meta','facebook-auto-publish'); ?> </td>
|
279 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
280 |
</td>
|
281 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
286 |
|
287 |
<!-- Video Options -->
|
288 |
<tr>
|
289 |
+
<td rowspan="4"><h4> <?php _e('Video/Audio Options','facebook-auto-publish'); ?> </h4></td>
|
290 |
+
<td> <?php _e('Publish video to facebook, tumblr, Linkedin, Instagram and twitter along with post content','facebook-auto-publish'); ?> </td>
|
291 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
292 |
</td>
|
293 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
297 |
</tr>
|
298 |
|
299 |
<tr>
|
300 |
+
<td> <?php _e('Option to specify preference from post content, post meta and open graph tags','facebook-auto-publish'); ?> </td>
|
301 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
302 |
</td>
|
303 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
306 |
</td>
|
307 |
</tr>
|
308 |
<tr>
|
309 |
+
<td> <?php _e('Publish audio to tumblr along with post content','facebook-auto-publish'); ?> </td>
|
310 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
311 |
</td>
|
312 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
315 |
</td>
|
316 |
</tr>
|
317 |
<tr>
|
318 |
+
<td> <?php _e('Option to specify audio preference from post content, post meta and open graph tags','facebook-auto-publish'); ?> </td>
|
319 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
320 |
</td>
|
321 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
326 |
<!-- Filter Options -->
|
327 |
|
328 |
<tr>
|
329 |
+
<td rowspan="9"><h4> <?php _e('Filter Options','facebook-auto-publish'); ?> </h4></td>
|
330 |
+
<td> <?php _e('Filter posts to publish based on categories','facebook-auto-publish'); ?> </td>
|
331 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
332 |
</td>
|
333 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
337 |
</tr>
|
338 |
|
339 |
<tr>
|
340 |
+
<td> <?php _e('Filter posts to publish based on custom post types','facebook-auto-publish'); ?> </td>
|
341 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
342 |
</td>
|
343 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
346 |
</td>
|
347 |
</tr>
|
348 |
<tr>
|
349 |
+
<td> <?php _e('Filter posts to publish based on sticky posts','facebook-auto-publish'); ?> </td>
|
350 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
351 |
</td>
|
352 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
356 |
</tr>
|
357 |
|
358 |
<tr>
|
359 |
+
<td> <?php _e('Configuration to enable/disable page publishing','facebook-auto-publish'); ?> </td>
|
360 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
361 |
</td>
|
362 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
366 |
</tr>
|
367 |
|
368 |
<tr>
|
369 |
+
<td> <?php _e('Category filter for individual accounts','facebook-auto-publish'); ?> </td>
|
370 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
371 |
</td>
|
372 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
376 |
</tr>
|
377 |
|
378 |
<tr>
|
379 |
+
<td> <?php _e('Custom post type filter for individual accounts','facebook-auto-publish'); ?> </td>
|
380 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
381 |
</td>
|
382 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
386 |
</tr>
|
387 |
|
388 |
<tr>
|
389 |
+
<td> <?php _e('Enable/Disable page publishing for individual accounts','facebook-auto-publish'); ?> </td>
|
390 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
391 |
</td>
|
392 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
395 |
</td>
|
396 |
</tr>
|
397 |
<tr>
|
398 |
+
<td> <?php _e('Override auto publish scheduling for individual accounts','facebook-auto-publish'); ?> </td>
|
399 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
400 |
</td>
|
401 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
404 |
</td>
|
405 |
</tr>
|
406 |
<tr>
|
407 |
+
<td> <?php _e('Override auto publish based on sticky posts for individual accounts','facebook-auto-publish'); ?> </td>
|
408 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
409 |
</td>
|
410 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
415 |
<!-- Scheduling -->
|
416 |
|
417 |
<tr>
|
418 |
+
<td rowspan="4"><h4> <?php _e('Scheduling','facebook-auto-publish'); ?> </h4></td>
|
419 |
+
<td> <?php _e('Instantaneous post publishing','facebook-auto-publish'); ?> </td>
|
420 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
421 |
</td>
|
422 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
426 |
</tr>
|
427 |
|
428 |
<tr>
|
429 |
+
<td> <?php _e('Scheduled post publishing using cron','facebook-auto-publish'); ?> </td>
|
430 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
431 |
</td>
|
432 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
436 |
</tr>
|
437 |
|
438 |
<tr>
|
439 |
+
<td> <?php _e('Status summary of auto publish tasks by mail','facebook-auto-publish'); ?> </td>
|
440 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
441 |
</td>
|
442 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
446 |
</tr>
|
447 |
|
448 |
<tr>
|
449 |
+
<td> <?php _e('Configurable auto publishing time interval','facebook-auto-publish'); ?> </td>
|
450 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
451 |
</td>
|
452 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
460 |
|
461 |
<!-- Publishing History -->
|
462 |
<tr>
|
463 |
+
<td rowspan="4"><h4> <?php _e('Publishing History','facebook-auto-publish'); ?> </h4></td>
|
464 |
+
<td> <?php _e('View auto publish history','facebook-auto-publish'); ?> </td>
|
465 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
466 |
</td>
|
467 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
470 |
</td>
|
471 |
</tr>
|
472 |
<tr>
|
473 |
+
<td> <?php _e('View auto publish error logs','facebook-auto-publish'); ?> </td>
|
474 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
475 |
</td>
|
476 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
480 |
</tr>
|
481 |
|
482 |
<tr>
|
483 |
+
<td> <?php _e('Option to republish post','facebook-auto-publish'); ?> </td>
|
484 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
485 |
</td>
|
486 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
490 |
</tr>
|
491 |
|
492 |
<tr>
|
493 |
+
<td> <?php _e('Option to reschedule publishing','facebook-auto-publish'); ?> </td>
|
494 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
495 |
</td>
|
496 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
500 |
</tr>
|
501 |
<!-- Installation and Support -->
|
502 |
<tr>
|
503 |
+
<td rowspan="2"><h4> <?php _e('Installation and Support','facebook-auto-publish'); ?> </h4></td>
|
504 |
+
<td> <?php _e('Free Installation','facebook-auto-publish'); ?> </td>
|
505 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
506 |
</td>
|
507 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
510 |
</td>
|
511 |
</tr>
|
512 |
<tr>
|
513 |
+
<td> <?php _e('Privilege customer support','facebook-auto-publish'); ?> </td>
|
514 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
515 |
</td>
|
516 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
520 |
</tr>
|
521 |
<!-- Addons and Support -->
|
522 |
<tr>
|
523 |
+
<td rowspan="3"><h4> <?php _e('Addon Features','facebook-auto-publish'); ?> </h4></td>
|
524 |
+
<td> <?php _e('Advanced Autopublish Scheduler','facebook-auto-publish'); ?> </td>
|
525 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
526 |
</td>
|
527 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
530 |
</td>
|
531 |
</tr>
|
532 |
<tr>
|
533 |
+
<td> <?php _e('URL-Shortener','facebook-auto-publish'); ?> </td>
|
534 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
535 |
</td>
|
536 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
539 |
</td>
|
540 |
</tr>
|
541 |
<tr>
|
542 |
+
<td> <?php _e('Privilege Management','facebook-auto-publish'); ?> </td>
|
543 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
544 |
</td>
|
545 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
548 |
</td>
|
549 |
</tr>
|
550 |
<tr>
|
551 |
+
<td rowspan="3"><h4> <?php _e('Other','facebook-auto-publish'); ?> </h4></td>
|
552 |
+
<td><?php $fbap_smapsolution="SMAPSOLUTIONS";
|
553 |
+
$fbap_package_msg=sprintf(__('%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)','facebook-auto-publish'),$fbap_smapsolution);
|
554 |
+
echo $fbap_package_msg; ?></td>
|
555 |
+
<td> <?php _e('1 month free subscription','facebook-auto-publish'); ?>
|
556 |
</td>
|
557 |
+
<td> <?php _e('1 year free subscription','facebook-auto-publish'); ?>
|
558 |
</td>
|
559 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
560 |
</td>
|
561 |
</tr>
|
562 |
<tr>
|
563 |
+
<td> <?php _e('Price','facebook-auto-publish'); ?> </td>
|
564 |
+
<td> <?php _e('FREE','facebook-auto-publish'); ?></td>
|
565 |
+
<td> <?php _e('Starts from 39 USD','facebook-auto-publish'); ?> </td>
|
566 |
+
<td> <?php _e('Starts from 69 USD','facebook-auto-publish'); ?> </td>
|
567 |
</tr>
|
568 |
<tr>
|
569 |
+
<td> <?php _e('Purchase','facebook-auto-publish'); ?> </td>
|
570 |
<td></td>
|
571 |
+
<td style="padding: 2px" colspan='2' ><a target="_blank"href="https://xyzscripts.com/wordpress-plugins/social-media-auto-publish/purchase" class="xyz-fbap-buy-button"> <?php _e('Buy Now','facebook-auto-publish'); ?> </a>
|
572 |
</td>
|
573 |
</tr>
|
574 |
|
575 |
</table>
|
576 |
<br/>
|
577 |
<div style="clear: both;"></div>
|
578 |
+
<span style="color: #FF8000;font-size: 14px;font-weight: bold;"> * </span> <?php _e('Pinterest is added on experimental basis.','facebook-auto-publish'); ?>
|
|
|
579 |
|
|
admin/admin-notices.php
CHANGED
@@ -32,28 +32,36 @@ $xyz_fbap_notice = wp_nonce_url($xyz_fbap_notice,'fbap-shw');
|
|
32 |
tb_show("Share on","#TB_inline?width=500&height=75&inlineId=show_share_icons_fb&class=thickbox");
|
33 |
}
|
34 |
</script>
|
35 |
-
<div id="fbap_notice_td" class="error" style="color: #666666;margin-left: 2px; padding: 5px;line-height:16px;">
|
36 |
-
<p
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
<p>
|
38 |
-
<a href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews" class="button xyz_rate_btn" target="_blank"
|
39 |
-
if(get_option('xyz_credit_link')=="0")
|
40 |
-
|
41 |
|
42 |
-
|
43 |
-
<a href="https://xyzscripts.com/donate/5" class="button xyz_donate_btn" target="_blank">Donate</a>
|
44 |
|
45 |
-
<a href="
|
46 |
</p>
|
47 |
|
48 |
<div id="show_share_icons_fb" style="display: none;">
|
49 |
-
<a class="button" style="background-color:#3b5998;color:white;margin-right:4px;margin-left:100px;margin-top: 25px;" href="http://www.facebook.com/sharer/sharer.php?u=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/" target="_blank">Facebook</a>
|
50 |
-
<a class="button" style="background-color:#00aced;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="http://Twitter.com/share?url=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/&text='.$sharelink_text_fb.'" target="_blank">Twitter</a>
|
51 |
-
<a class="button" style="background-color:#007bb6;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="http://www.linkedin.com/shareArticle?mini=true&url=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/" target="_blank">LinkedIn</a>
|
52 |
</div>
|
53 |
-
</div>';
|
54 |
}
|
55 |
$fbap_installed_date = get_option('fbap_installed_date');
|
56 |
-
if ($fbap_installed_date=="")
|
|
|
57 |
$fbap_installed_date = time();
|
58 |
}
|
59 |
|
@@ -64,4 +72,3 @@ if($fbap_installed_date < ( time() - (20*24*60*60) ))
|
|
64 |
add_action('admin_notices', 'wp_fbap_admin_notice');
|
65 |
}
|
66 |
}
|
67 |
-
?>
|
32 |
tb_show("Share on","#TB_inline?width=500&height=75&inlineId=show_share_icons_fb&class=thickbox");
|
33 |
}
|
34 |
</script>
|
35 |
+
<div id="fbap_notice_td" class="error" style="color: #666666;margin-left: 2px; padding: 5px;line-height:16px;">'?>
|
36 |
+
<p><?php
|
37 |
+
$fbap_url="https://wordpress.org/plugins/facebook-auto-publish/";
|
38 |
+
$fbap_xyz_url="https://xyzscripts.com/";
|
39 |
+
$fbap_wp="WP2Social Auto Publish";
|
40 |
+
$fbap_xyz_com="xyzscripts.com";
|
41 |
+
$fbap_thanks_msg=sprintf( __('Thank you for using <a href="%s" target="_blank"> %s </a> plugin from <a href="%s" target="_blank"> %s </a>. Would you consider supporting us with the continued development of the plugin using any of the below methods?','facebook-auto-publish'),$fbap_url,$fbap_wp,$fbap_xyz_url,$fbap_xyz_com);
|
42 |
+
echo $fbap_thanks_msg; ?></p>
|
43 |
+
|
44 |
<p>
|
45 |
+
<a href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews" class="button xyz_rate_btn" target="_blank"><?php _e('Rate it 5★\'s on wordpress','facebook-auto-publish'); ?> </a>
|
46 |
+
<?php if(get_option('xyz_credit_link')=="0") ?>
|
47 |
+
<a href="<?php echo $xyz_fbap_link; ?>" class="button xyz_backlink_btn xyz_blink"> <?php _e('Enable Backlink','facebook-auto-publish'); ?> </a>
|
48 |
|
49 |
+
<a class="button xyz_share_btn" onclick=xyz_fbap_shareon_tckbox();> <?php _e('Share on','facebook-auto-publish'); ?> </a>
|
50 |
+
<a href="https://xyzscripts.com/donate/5" class="button xyz_donate_btn" target="_blank"> <?php _e('Donate','facebook-auto-publish'); ?> </a>
|
51 |
|
52 |
+
<a href="<?php echo $xyz_fbap_notice; ?>" class="button xyz_show_btn"> <?php _e('Don\'t Show This Again','facebook-auto-publish'); ?> </a>
|
53 |
</p>
|
54 |
|
55 |
<div id="show_share_icons_fb" style="display: none;">
|
56 |
+
<a class="button" style="background-color:#3b5998;color:white;margin-right:4px;margin-left:100px;margin-top: 25px;" href="http://www.facebook.com/sharer/sharer.php?u=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/" target="_blank"> <?php _e('Facebook','facebook-auto-publish'); ?> </a>
|
57 |
+
<a class="button" style="background-color:#00aced;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="http://Twitter.com/share?url=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/&text='.$sharelink_text_fb.'" target="_blank"> <?php _e('Twitter','facebook-auto-publish'); ?> </a>
|
58 |
+
<a class="button" style="background-color:#007bb6;color:white;margin-right:4px;margin-left:20px;margin-top: 25px;" href="http://www.linkedin.com/shareArticle?mini=true&url=https://xyzscripts.com/wordpress-plugins/Facebook-auto-publish/" target="_blank"> <?php _e('LinkedIn','facebook-auto-publish'); ?> </a>
|
59 |
</div>
|
60 |
+
<?php echo '</div>';
|
61 |
}
|
62 |
$fbap_installed_date = get_option('fbap_installed_date');
|
63 |
+
if ($fbap_installed_date=="")
|
64 |
+
{
|
65 |
$fbap_installed_date = time();
|
66 |
}
|
67 |
|
72 |
add_action('admin_notices', 'wp_fbap_admin_notice');
|
73 |
}
|
74 |
}
|
|
admin/ajax-backlink.php
CHANGED
File without changes
|
admin/authorization.php
CHANGED
@@ -34,7 +34,7 @@ if(isset($_POST['fb_auth']))
|
|
34 |
|
35 |
$dialog_url = "https://www.facebook.com/".XYZ_FBAP_FB_API_VERSION."/dialog/oauth?client_id="
|
36 |
. $app_id . "&redirect_uri=" . $my_url . "&state="
|
37 |
-
. $xyz_fbap_session_state . "&scope=email,public_profile,pages_read_engagement,pages_manage_posts";
|
38 |
|
39 |
header("Location: " . $dialog_url);
|
40 |
}
|
34 |
|
35 |
$dialog_url = "https://www.facebook.com/".XYZ_FBAP_FB_API_VERSION."/dialog/oauth?client_id="
|
36 |
. $app_id . "&redirect_uri=" . $my_url . "&state="
|
37 |
+
. $xyz_fbap_session_state . "&scope=email,public_profile,pages_read_engagement,pages_manage_posts,pages_show_list";
|
38 |
|
39 |
header("Location: " . $dialog_url);
|
40 |
}
|
admin/destruction.php
CHANGED
@@ -49,6 +49,7 @@ function fbap_free_destroy()
|
|
49 |
delete_option('xyz_fbap_post_logs');
|
50 |
delete_option('xyz_twap_premium_version_ads');
|
51 |
delete_option('xyz_fbap_default_selection_edit');
|
|
|
52 |
// delete_option('xyz_fbap_utf_decode_enable');
|
53 |
delete_option('xyz_fbap_fb_numericid');
|
54 |
delete_option('fbap_installed_date');
|
49 |
delete_option('xyz_fbap_post_logs');
|
50 |
delete_option('xyz_twap_premium_version_ads');
|
51 |
delete_option('xyz_fbap_default_selection_edit');
|
52 |
+
delete_option('xyz_fbap_default_selection_create');
|
53 |
// delete_option('xyz_fbap_utf_decode_enable');
|
54 |
delete_option('xyz_fbap_fb_numericid');
|
55 |
delete_option('fbap_installed_date');
|
admin/fbap-suggest-feature.php
CHANGED
@@ -7,24 +7,24 @@ if(isset($_GET['msg']))
|
|
7 |
if($xyz_fbap_message == 1){
|
8 |
?>
|
9 |
<div class="system_notice_area_style1" id="system_notice_area">
|
10 |
-
Thank you for the suggestion
|
11 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
12 |
</div>
|
13 |
<?php
|
14 |
}
|
15 |
else if($xyz_fbap_message == 2){
|
16 |
?>
|
17 |
<div class="system_notice_area_style0" id="system_notice_area">
|
18 |
-
wp_mail not able to process the request
|
19 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
20 |
</div>
|
21 |
<?php
|
22 |
}
|
23 |
else if($xyz_fbap_message == 3){
|
24 |
?>
|
25 |
<div class="system_notice_area_style0" id="system_notice_area">
|
26 |
-
Please suggest a feature
|
27 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
28 |
</div>
|
29 |
<?php
|
30 |
}
|
@@ -57,14 +57,14 @@ if (isset($_POST) && isset($_POST['xyz_send_mail']))
|
|
57 |
}?>
|
58 |
<form method="post" >
|
59 |
<?php wp_nonce_field( 'xyz_fbap_suggest_feature_form_nonce' );?>
|
60 |
-
<h3>Contribute And Get Rewarded</h3>
|
61 |
-
<span style="color: #1A87B9;font-size:13px;padding-left: 10px;" >* Suggest a feature for this plugin and stand a chance to get a free copy of premium version of this plugin
|
62 |
<table class="widefat xyz_fbap_widefat_table" style="width:98%;padding-top: 10px;">
|
63 |
<tr><td>
|
64 |
<textarea name="xyz_fbap_suggested_feature" id="xyz_fbap_suggested_feature" style="width:620px;height:250px !important;"></textarea>
|
65 |
</td></tr>
|
66 |
<tr>
|
67 |
-
<td><input name="xyz_send_mail" class="submit_fbap_new" style="color:#FFFFFF;border-radius:4px;border:1px solid #1A87B9; margin-bottom:10px;" type="submit" value="Send Mail To Us">
|
68 |
</td></tr>
|
69 |
</table>
|
70 |
</form>
|
7 |
if($xyz_fbap_message == 1){
|
8 |
?>
|
9 |
<div class="system_notice_area_style1" id="system_notice_area">
|
10 |
+
<?php _e('Thank you for the suggestion.','facebook-auto-publish'); ?> <span
|
11 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>
|
12 |
</div>
|
13 |
<?php
|
14 |
}
|
15 |
else if($xyz_fbap_message == 2){
|
16 |
?>
|
17 |
<div class="system_notice_area_style0" id="system_notice_area">
|
18 |
+
<?php $fbap_wp_mail="wp_mail"; $fbap_wp_mail_msg=sprintf(__('%s not able to process the request.','facebook-auto-publish'),$fbap_wp_mail); echo $fbap_wp_mail_msg; ?> <span
|
19 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>
|
20 |
</div>
|
21 |
<?php
|
22 |
}
|
23 |
else if($xyz_fbap_message == 3){
|
24 |
?>
|
25 |
<div class="system_notice_area_style0" id="system_notice_area">
|
26 |
+
<?php _e('Please suggest a feature.','facebook-auto-publish'); ?> <span
|
27 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>
|
28 |
</div>
|
29 |
<?php
|
30 |
}
|
57 |
}?>
|
58 |
<form method="post" >
|
59 |
<?php wp_nonce_field( 'xyz_fbap_suggest_feature_form_nonce' );?>
|
60 |
+
<h3> <?php _e('Contribute And Get Rewarded','facebook-auto-publish') ?> </h3>
|
61 |
+
<span style="color: #1A87B9;font-size:13px;padding-left: 10px;" >* <?php _e('Suggest a feature for this plugin and stand a chance to get a free copy of premium version of this plugin.','facebook-auto-publish'); ?> </span>
|
62 |
<table class="widefat xyz_fbap_widefat_table" style="width:98%;padding-top: 10px;">
|
63 |
<tr><td>
|
64 |
<textarea name="xyz_fbap_suggested_feature" id="xyz_fbap_suggested_feature" style="width:620px;height:250px !important;"></textarea>
|
65 |
</td></tr>
|
66 |
<tr>
|
67 |
+
<td><input name="xyz_send_mail" class="submit_fbap_new" style="color:#FFFFFF;border-radius:4px;border:1px solid #1A87B9; margin-bottom:10px;" type="submit" value="<?php _e('Send Mail To Us','facebook-auto-publish'); ?>">
|
68 |
</td></tr>
|
69 |
</table>
|
70 |
</form>
|
admin/footer.php
CHANGED
@@ -1,165 +1,168 @@
|
|
1 |
-
<?php
|
2 |
-
if( !defined('ABSPATH') ){ exit();}
|
3 |
-
if(get_option('xyz_fbap_premium_version_ads')==1){?>
|
4 |
-
<div id="xyz-wp-fbap-premium">
|
5 |
-
|
6 |
-
<div style="float: left; padding: 0 5px">
|
7 |
-
<h2 style="vertical-align: middle;">
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
</
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
<div
|
28 |
-
<
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
<
|
37 |
-
<
|
38 |
-
<p><a target="_blank" href="https://
|
39 |
-
</a></p>
|
40 |
-
<a target="_blank" href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews/"
|
41 |
-
|
42 |
-
<
|
43 |
-
|
44 |
-
<
|
45 |
-
|
46 |
-
|
47 |
-
<
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
return
|
59 |
-
}
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
return
|
83 |
-
}
|
84 |
-
|
85 |
-
}
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
document.email_subscription.email.
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
}
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
}
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
<
|
107 |
-
<input type="hidden" name="
|
108 |
-
<input type="hidden" name="
|
109 |
-
<input
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
<input
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
<
|
138 |
-
|
139 |
-
|
140 |
-
<div
|
141 |
-
<
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
147 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
148 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
149 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
150 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
151 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
152 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
153 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
154 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
155 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
156 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
157 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
158 |
-
<a target="_blank" href="https://wordpress.org/plugins/
|
159 |
-
</
|
160 |
-
</
|
161 |
-
<
|
162 |
-
|
163 |
-
</div>
|
164 |
-
<div
|
165 |
-
<
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if( !defined('ABSPATH') ){ exit();}
|
3 |
+
if(get_option('xyz_fbap_premium_version_ads')==1){?>
|
4 |
+
<div id="xyz-wp-fbap-premium">
|
5 |
+
|
6 |
+
<div style="float: left; padding: 0 5px">
|
7 |
+
<h2 style="vertical-align: middle;">
|
8 |
+
<a target="_blank" href="https://xyzscripts.com/wordpress-plugins/social-media-auto-publish/features">
|
9 |
+
<?php $fbap_smap_plugin="XYZ WP SMAP Premium";
|
10 |
+
$fbap_smap_plugin_msg=sprintf(__('Fully Featured %s Plugin', 'facebook-auto-publish'),$fbap_smap_plugin);
|
11 |
+
echo $fbap_smap_plugin_msg; ?> </a> - <?php _e('Just 39 USD','facebook-auto-publish'); ?>
|
12 |
+
</h2>
|
13 |
+
</div>
|
14 |
+
<div class="xyz-fbap-buy-now">
|
15 |
+
<a target="_blank" href="https://xyzscripts.com/members/product/purchase/XYZWPSMPPRE"><img
|
16 |
+
src="<?php echo plugins_url("images/orange_buynow.png",XYZ_FBAP_PLUGIN_FILE); ?>">
|
17 |
+
</a>
|
18 |
+
</div>
|
19 |
+
<div style="float: left; padding: 0 5px">
|
20 |
+
<h2 style="vertical-align: middle;text-shadow: 1px 1px 1px #686868">
|
21 |
+
( <a href="<?php echo admin_url('admin.php?page=facebook-auto-publish-about');?>"> <?php _e('Compare Features','facebook-auto-publish') ?> </a> )
|
22 |
+
</h2>
|
23 |
+
</div>
|
24 |
+
</div>
|
25 |
+
<?php }?>
|
26 |
+
|
27 |
+
<div style="clear: both;"></div>
|
28 |
+
<div style="width: 100%">
|
29 |
+
<div class="xyz_fbap_social_media">
|
30 |
+
<h3 class="xyz_fbap_inner_head"> <?php _e('Follow Us','facebook-auto-publish') ?> </h3>
|
31 |
+
<a target="_blank" href="http://facebook.com/xyzscripts" class="xyz_home_fbook"></a>
|
32 |
+
<a target="_blank" href="http://twitter.com/xyzscripts" class="xyz_home_twitt"></a>
|
33 |
+
<a style="margin-right:0px;" target="_blank" href="https://www.linkedin.com/company/xyzscripts" class="xyz_home_linkedin"></a>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
<div class="xyz_fbap_sugession">
|
37 |
+
<h3 class="xyz_fbap_inner_head"> <?php _e('Support','facebook-auto-publish') ?> </h3>
|
38 |
+
<p style="width:100%;"><a target="_blank" href="https://xyzscripts.com/donate/5" > <?php _e('Donate','facebook-auto-publish') ?> </a></p>
|
39 |
+
<p style="width:100%;"><a target="_blank" href="https://xyzscripts.com/support/" > <?php _e('Contact Us','facebook-auto-publish') ?> </a></p>
|
40 |
+
<p><a target="_blank" href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews/" > <?php _e('Please Rate Us','facebook-auto-publish') ?>
|
41 |
+
</a></p>
|
42 |
+
<a target="_blank" href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews/" ><span class="xyz_new_star"></span></a>
|
43 |
+
|
44 |
+
<p style="width:100%;"><a target="_blank" href="https://wordpress.org/support/plugin/facebook-auto-publish/" > <?php _e('Create a ticket at Wordpress forum','facebook-auto-publish') ?> </a></p>
|
45 |
+
</div>
|
46 |
+
<div class="xyz_fbap_new_subscribe">
|
47 |
+
<h3 class="xyz_fbap_inner_head"> <?php _e('Stay tuned for our updates','facebook-auto-publish') ?> </h3>
|
48 |
+
|
49 |
+
<script language="javascript">
|
50 |
+
function check_email(emailString)
|
51 |
+
{
|
52 |
+
var mailPattern = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,})$/;
|
53 |
+
var matchArray = emailString.match(mailPattern);
|
54 |
+
if (emailString.length == 0)
|
55 |
+
return false;
|
56 |
+
|
57 |
+
if (matchArray == null) {
|
58 |
+
return false;
|
59 |
+
}else{
|
60 |
+
return true;
|
61 |
+
}
|
62 |
+
}
|
63 |
+
|
64 |
+
|
65 |
+
function verify_lists(form)
|
66 |
+
{
|
67 |
+
|
68 |
+
var total=0;
|
69 |
+
var checkBox=form['chk[]'];
|
70 |
+
|
71 |
+
if(checkBox.length){
|
72 |
+
|
73 |
+
for(var i=0;i<checkBox.length;i++){
|
74 |
+
checkBox[i].checked?total++:null;
|
75 |
+
}
|
76 |
+
}else{
|
77 |
+
|
78 |
+
checkBox.checked?total++:null;
|
79 |
+
|
80 |
+
}
|
81 |
+
if(total>0){
|
82 |
+
return true;
|
83 |
+
}else{
|
84 |
+
return false;
|
85 |
+
}
|
86 |
+
|
87 |
+
}
|
88 |
+
|
89 |
+
function verify_fields()
|
90 |
+
{
|
91 |
+
|
92 |
+
if(check_email(document.email_subscription.email.value) == false){
|
93 |
+
alert(xyz_script_fbap_var.alert1);
|
94 |
+
document.email_subscription.email.select();
|
95 |
+
return false;
|
96 |
+
}else if(verify_lists(document.email_subscription)==false){
|
97 |
+
alert(xyz_script_fbap_var.alert2);
|
98 |
+
}
|
99 |
+
else{
|
100 |
+
document.email_subscription.submit();
|
101 |
+
}
|
102 |
+
|
103 |
+
}
|
104 |
+
</script>
|
105 |
+
<?php global $current_user; wp_get_current_user(); ?>
|
106 |
+
<form action="https://xyzscripts.com/newsletter/index.php?page=list/subscribe" method="post" name="email_subscription" id="email_subscription" target="_blank">
|
107 |
+
<input type="hidden" name="fieldNameIds" value="1,">
|
108 |
+
<input type="hidden" name="redirActive" value="https://xyzscripts.com/subscription/pending/XYZWPSMPPRE">
|
109 |
+
<input type="hidden" name="redirPending" value="https://xyzscripts.com/subscription/active/XYZWPSMPPRE">
|
110 |
+
<input type="hidden" name="mode" value="1">
|
111 |
+
|
112 |
+
<input class="xyz_fbap_name" type="text" placeholder="<?php _e('Name','facebook-auto-publish')?>" name="field1" value="<?php
|
113 |
+
if ($current_user->user_firstname != "" || $current_user->user_lastname != "")
|
114 |
+
{
|
115 |
+
echo esc_html($current_user->user_firstname) . " " . esc_html($current_user->user_lastname);
|
116 |
+
}
|
117 |
+
else if (strcasecmp($current_user->display_name, 'admin')!=0 && strcasecmp($current_user->display_name , "administrator")!=0 )
|
118 |
+
{
|
119 |
+
echo esc_html($current_user->display_name);
|
120 |
+
}
|
121 |
+
else if (strcasecmp($current_user->user_login ,"admin")!=0 && strcasecmp($current_user->user_login , "administrator")!=0 )
|
122 |
+
{
|
123 |
+
echo esc_html($current_user->user_login);
|
124 |
+
}
|
125 |
+
?>" >
|
126 |
+
<input class="xyz_fbap_email" name="email"
|
127 |
+
type="text" placeholder="<?php _e('Email','facebook-auto-publish'); ?>" style="" value="<?php echo $current_user->user_email; ?>" />
|
128 |
+
|
129 |
+
<input id="xyz_fbap_submit_fbap" class="sbmt_btn" type="submit" value="<?php _e('Subscribe','facebook-auto-publish');?>" name="Submit" onclick="javascript: if(!verify_fields()) return false; " />
|
130 |
+
|
131 |
+
<input type="hidden" name="listName" value="7,1,"/>
|
132 |
+
</form>
|
133 |
+
</div>
|
134 |
+
|
135 |
+
<div class="xyz_fbap_inmotion">
|
136 |
+
<a target="_blank" href="http://inmotion-hosting.evyy.net/c/1150074/260033/4222">
|
137 |
+
<img src="<?php echo plugins_url()?>/facebook-auto-publish/images/xyz.png" class="xyz_fbap_inmotion_label"></a></div>
|
138 |
+
</div>
|
139 |
+
|
140 |
+
<div style="clear: both;"></div>
|
141 |
+
<div style="width: 100%">
|
142 |
+
|
143 |
+
<div class="xyz_fbap_our_plugins_new">
|
144 |
+
<p class="xyz_fbap_plugin_head"> <?php _e('Our Plugins','facebook-auto-publish'); ?> : </p>
|
145 |
+
|
146 |
+
<a target="_blank" href="https://wordpress.org/plugins/social-media-auto-publish/"><span>1</span>Social Media Auto Publish</a>
|
147 |
+
<a target="_blank" href="https://wordpress.org/plugins/facebook-auto-publish/"><span>2</span>WP2Social Auto Publish</a>
|
148 |
+
<a target="_blank" href="https://wordpress.org/plugins/twitter-auto-publish/"><span>3</span>WP Twitter Auto Publish</a>
|
149 |
+
<a target="_blank" href="https://wordpress.org/plugins/linkedin-auto-publish/"><span>4</span>WP to LinkedIn Auto Publish</a>
|
150 |
+
<a target="_blank" href="https://wordpress.org/plugins/insert-html-snippet/"><span>5</span>Insert HTML Snippet</a>
|
151 |
+
<a target="_blank" href="https://wordpress.org/plugins/insert-php-code-snippet/"><span>6</span>Insert PHP Code Snippet</a>
|
152 |
+
<a target="_blank" href="https://wordpress.org/plugins/contact-form-manager/"><span>7</span>Contact Form Manager</a>
|
153 |
+
<a target="_blank" href="https://wordpress.org/plugins/newsletter-manager/"><span>8</span>Newsletter Manager</a>
|
154 |
+
<a target="_blank" href="https://wordpress.org/plugins/lightbox-pop/"><span>9</span>Lightbox Pop</a>
|
155 |
+
<a target="_blank" href="https://wordpress.org/plugins/full-screen-popup/"><span>10</span>Full Screen Popup</a>
|
156 |
+
<a target="_blank" href="https://wordpress.org/plugins/popup-dialog-box/"><span>11</span>Popup Dialog Box</a>
|
157 |
+
<a target="_blank" href="https://wordpress.org/plugins/quick-bar/"><span>12</span>Quick Bar</a>
|
158 |
+
<a target="_blank" href="https://wordpress.org/plugins/quick-box-popup/"><span>13</span>Quick Box Popup</a>
|
159 |
+
<a target="_blank" href="https://wordpress.org/plugins/custom-field-manager/"><span>14</span> Custom Field Manager</a>
|
160 |
+
<a target="_blank" href="https://wordpress.org/plugins/wp-filter-posts/"><span>15</span> WP Filter Posts</a>
|
161 |
+
<a target="_blank" href="https://wordpress.org/plugins/wp-gallery-manager/"><span>16</span> WP Gallery Manager</a>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
<div class="xyz_fbap_poweredBy">
|
165 |
+
<?php _e('Powered by','facebook-auto-publish');?> <a href="http://xyzscripts.com" target="_blank">XYZScripts</a>
|
166 |
+
</div>
|
167 |
+
<div style="clear: both;"></div>
|
168 |
+
<p style="clear: both;"></p>
|
admin/header.php
CHANGED
@@ -16,7 +16,7 @@ if($_POST && isset($_POST['xyz_credit_link']))
|
|
16 |
update_option('xyz_credit_link', $xyz_credit_link);
|
17 |
?>
|
18 |
<div class="system_notice_area_style1" id="system_notice_area">
|
19 |
-
Settings updated successfully. <span id="system_notice_area_dismiss">Dismiss</span>
|
20 |
</div>
|
21 |
<?php
|
22 |
}
|
@@ -29,8 +29,8 @@ if(!$_POST && isset($_GET['fbap_blink'])&&isset($_GET['fbap_blink'])=='en'){
|
|
29 |
update_option('xyz_credit_link',"fbap");
|
30 |
?>
|
31 |
<div class="system_notice_area_style1" id="system_notice_area">
|
32 |
-
Thank you for enabling backlink.
|
33 |
-
<span id="system_notice_area_dismiss">Dismiss</span>
|
34 |
</div>
|
35 |
|
36 |
<style type="text/css">
|
@@ -45,8 +45,8 @@ if(get_option('xyz_credit_link')=="0" &&(get_option('xyz_fbap_credit_dismiss')==
|
|
45 |
?>
|
46 |
<div style="float:left;background-color: #FFECB3;border-radius:5px;padding: 0px 5px;margin-top: 10px;border: 1px solid #E0AB1B" id="xyz_backlink_div">
|
47 |
|
48 |
-
Please do a favour by enabling backlink to our site. <a id="xyz_fbap_backlink" class="xyz_fbap_backlink" style="cursor: pointer;" >Okay, Enable</a>.
|
49 |
-
<a id="xyz_fbap_dismiss" style="cursor: pointer;" >Dismiss</a>.
|
50 |
<script type="text/javascript">
|
51 |
jQuery(document).ready(function() {
|
52 |
|
@@ -69,10 +69,10 @@ jQuery(document).ready(function() {
|
|
69 |
jQuery.post(ajaxurl, dataString, function(response) {
|
70 |
|
71 |
if(response==1)
|
72 |
-
|
73 |
if(response=="fbap"){
|
74 |
jQuery('.xyz_fbap_backlink').hide();
|
75 |
-
jQuery("#xyz_backlink_div").html(
|
76 |
jQuery("#xyz_backlink_div").css('background-color', '#D8E8DA');
|
77 |
jQuery("#xyz_backlink_div").css('border', '1px solid #0F801C');
|
78 |
}
|
@@ -98,16 +98,16 @@ jQuery(document).ready(function() {
|
|
98 |
<table style="float:right; ">
|
99 |
<tr>
|
100 |
<td style="float:right;">
|
101 |
-
<a class="xyz_header_link" style="margin-left:8px;margin-right:12px;" target="_blank" href="https://xyzscripts.com/donate/5">Donate</a>
|
102 |
</td>
|
103 |
<td style="float:right;">
|
104 |
-
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/faq/">FAQ</a> |
|
105 |
</td>
|
106 |
<td style="float:right;">
|
107 |
-
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/">Readme</a> |
|
108 |
</td>
|
109 |
<td style="float:right;">
|
110 |
-
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/details">About</a> |
|
111 |
</td>
|
112 |
<td style="float:right;">
|
113 |
<a class="xyz_header_link" target="_blank" href="https://xyzscripts.com">XYZScripts</a> |
|
16 |
update_option('xyz_credit_link', $xyz_credit_link);
|
17 |
?>
|
18 |
<div class="system_notice_area_style1" id="system_notice_area">
|
19 |
+
<?php _e('Settings updated successfully.','facebook-auto-publish'); ?> <span id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>
|
20 |
</div>
|
21 |
<?php
|
22 |
}
|
29 |
update_option('xyz_credit_link',"fbap");
|
30 |
?>
|
31 |
<div class="system_notice_area_style1" id="system_notice_area">
|
32 |
+
<?php _e('Thank you for enabling backlink.','facebook-auto-publish'); ?>
|
33 |
+
<span id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>
|
34 |
</div>
|
35 |
|
36 |
<style type="text/css">
|
45 |
?>
|
46 |
<div style="float:left;background-color: #FFECB3;border-radius:5px;padding: 0px 5px;margin-top: 10px;border: 1px solid #E0AB1B" id="xyz_backlink_div">
|
47 |
|
48 |
+
<?php _e('Please do a favour by enabling backlink to our site.','facebook-auto-publish'); ?> <a id="xyz_fbap_backlink" class="xyz_fbap_backlink" style="cursor: pointer;" > <?php _e('Okay, Enable','facebook-auto-publish'); ?> </a>.
|
49 |
+
<a id="xyz_fbap_dismiss" style="cursor: pointer;" > <?php _e('Dismiss','facebook-auto-publish'); ?> </a>.
|
50 |
<script type="text/javascript">
|
51 |
jQuery(document).ready(function() {
|
52 |
|
69 |
jQuery.post(ajaxurl, dataString, function(response) {
|
70 |
|
71 |
if(response==1)
|
72 |
+
alert(xyz_script_fbap_var.alert3);
|
73 |
if(response=="fbap"){
|
74 |
jQuery('.xyz_fbap_backlink').hide();
|
75 |
+
jQuery("#xyz_backlink_div").html(xyz_script_fbap_var.html2);
|
76 |
jQuery("#xyz_backlink_div").css('background-color', '#D8E8DA');
|
77 |
jQuery("#xyz_backlink_div").css('border', '1px solid #0F801C');
|
78 |
}
|
98 |
<table style="float:right; ">
|
99 |
<tr>
|
100 |
<td style="float:right;">
|
101 |
+
<a class="xyz_header_link" style="margin-left:8px;margin-right:12px;" target="_blank" href="https://xyzscripts.com/donate/5"> <?php _e('Donate','facebook-auto-publish'); ?> </a>
|
102 |
</td>
|
103 |
<td style="float:right;">
|
104 |
+
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/faq/"> <?php _e('FAQ','facebook-auto-publish'); ?> </a> |
|
105 |
</td>
|
106 |
<td style="float:right;">
|
107 |
+
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/"> <?php _e('Readme','facebook-auto-publish'); ?> </a> |
|
108 |
</td>
|
109 |
<td style="float:right;">
|
110 |
+
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/details"> <?php _e('About','facebook-auto-publish'); ?> </a> |
|
111 |
</td>
|
112 |
<td style="float:right;">
|
113 |
<a class="xyz_header_link" target="_blank" href="https://xyzscripts.com">XYZScripts</a> |
|
admin/install.php
CHANGED
@@ -69,6 +69,7 @@ function fbap_install_free()
|
|
69 |
add_option('xyz_fbap_post_logs', '');
|
70 |
add_option('xyz_fbap_premium_version_ads', '1');
|
71 |
add_option('xyz_fbap_default_selection_edit', '0');
|
|
|
72 |
// add_option('xyz_fbap_utf_decode_enable', '0');
|
73 |
add_option('xyz_fbap_app_sel_mode','1');
|
74 |
add_option('xyz_fbap_dnt_shw_notice','0');
|
@@ -86,4 +87,4 @@ function fbap_install_free()
|
|
86 |
|
87 |
|
88 |
register_activation_hook(XYZ_FBAP_PLUGIN_FILE,'fbap_free_network_install');
|
89 |
-
?>
|
69 |
add_option('xyz_fbap_post_logs', '');
|
70 |
add_option('xyz_fbap_premium_version_ads', '1');
|
71 |
add_option('xyz_fbap_default_selection_edit', '0');
|
72 |
+
add_option('xyz_fbap_default_selection_create', '1');
|
73 |
// add_option('xyz_fbap_utf_decode_enable', '0');
|
74 |
add_option('xyz_fbap_app_sel_mode','1');
|
75 |
add_option('xyz_fbap_dnt_shw_notice','0');
|
87 |
|
88 |
|
89 |
register_activation_hook(XYZ_FBAP_PLUGIN_FILE,'fbap_free_network_install');
|
90 |
+
?>
|
admin/logs.php
CHANGED
@@ -10,16 +10,16 @@ if( !defined('ABSPATH') ){ exit();}
|
|
10 |
|
11 |
|
12 |
|
13 |
-
<div style="text-align: left;padding-left: 7px;"><h3>Auto Publish Logs</h3></div>
|
14 |
-
<span>Last ten logs</span>
|
15 |
<table class="widefat" style="width: 99%; margin: 0 auto; border-bottom:none;">
|
16 |
<thead>
|
17 |
<tr class="xyz_fbap_log_tr">
|
18 |
<th scope="col" width="1%"> </th>
|
19 |
-
<th scope="col" width="12%">Post Id</th>
|
20 |
-
<th scope="col" width="12%">Post Title</th>
|
21 |
-
<th scope="col" width="18%">Published On</th>
|
22 |
-
<th scope="col" width="15%">Status</th>
|
23 |
</tr>
|
24 |
</thead>
|
25 |
<?php
|
@@ -39,7 +39,7 @@ if( !defined('ABSPATH') ){ exit();}
|
|
39 |
if($post_fb_logsmain=='')
|
40 |
{
|
41 |
?>
|
42 |
-
<tr><td colspan="4" style="padding: 5px;">No logs Found</td></tr>
|
43 |
<?php
|
44 |
}
|
45 |
|
@@ -100,7 +100,6 @@ if( !defined('ABSPATH') ){ exit();}
|
|
100 |
</fieldset>
|
101 |
|
102 |
</form>
|
103 |
-
<div style="padding: 5px;color: #e67939;font-size: 14px;">For publishing a simple text message, it will take 1 API call,
|
104 |
-
Upload image option will take 2-3 API calls and attach link option take 1 API call(2 api calls, if enabled option for clearing cache).</div>
|
105 |
</div>
|
106 |
|
10 |
|
11 |
|
12 |
|
13 |
+
<div style="text-align: left;padding-left: 7px;"><h3> <?php _e('Auto Publish Logs','facebook-auto-publish'); ?> </h3></div>
|
14 |
+
<span> <?php _e('Last ten logs','facebook-auto-publish'); ?> </span>
|
15 |
<table class="widefat" style="width: 99%; margin: 0 auto; border-bottom:none;">
|
16 |
<thead>
|
17 |
<tr class="xyz_fbap_log_tr">
|
18 |
<th scope="col" width="1%"> </th>
|
19 |
+
<th scope="col" width="12%"> <?php _e('Post Id','facebook-auto-publish'); ?> </th>
|
20 |
+
<th scope="col" width="12%"> <?php _e('Post Title','facebook-auto-publish'); ?> </th>
|
21 |
+
<th scope="col" width="18%"> <?php _e('Published On','facebook-auto-publish'); ?> </th>
|
22 |
+
<th scope="col" width="15%"> <?php _e('Status','facebook-auto-publish'); ?> </th>
|
23 |
</tr>
|
24 |
</thead>
|
25 |
<?php
|
39 |
if($post_fb_logsmain=='')
|
40 |
{
|
41 |
?>
|
42 |
+
<tr><td colspan="4" style="padding: 5px;"> <?php _e('No logs Found','facebook-auto-publish'); ?> </td></tr>
|
43 |
<?php
|
44 |
}
|
45 |
|
100 |
</fieldset>
|
101 |
|
102 |
</form>
|
103 |
+
<div style="padding: 5px;color: #e67939;font-size: 14px;"> <?php _e('For publishing a simple text message, it will take 1 API call, Upload image option will take 2-3 API calls and attach link option take 1 API call(2 api calls, if enabled option for clearing cache).','facebook-auto-publish'); ?></div>
|
|
|
104 |
</div>
|
105 |
|
admin/manage-authorizations.php
CHANGED
@@ -3,7 +3,11 @@ global $wpdb;
|
|
3 |
if(isset($_GET['msg']) && $_GET['msg']=='smap_pack_updated'){
|
4 |
?>
|
5 |
<div class="system_notice_area_style1" id="system_notice_area">
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
</div>
|
8 |
<?php
|
9 |
}
|
@@ -13,9 +17,11 @@ $xyzscripts_hash_val=trim(get_option('xyz_fbap_xyzscripts_hash_val'));
|
|
13 |
$xyzscripts_user_id=trim(get_option('xyz_fbap_xyzscripts_user_id'));
|
14 |
$xyz_smap_licence_key='';
|
15 |
if ($xyzscripts_user_id=='')
|
16 |
-
{
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
}
|
20 |
?>
|
21 |
<style type="text/css">
|
@@ -113,7 +119,7 @@ jQuery(document).ready(function() {
|
|
113 |
jQuery.post(ajaxurl, dataString ,function(data) {
|
114 |
jQuery("#ajax-save_"+auth_id).hide();
|
115 |
if(data==1)
|
116 |
-
|
117 |
else{
|
118 |
|
119 |
var data=jQuery.parseJSON(data);
|
@@ -122,7 +128,8 @@ jQuery(document).ready(function() {
|
|
122 |
|
123 |
if(jQuery('#system_notice_area').length==0)
|
124 |
jQuery('body').append('<div class="system_notice_area_style1" id="system_notice_area"></div>');
|
125 |
-
|
|
|
126 |
jQuery("#system_notice_area").show();
|
127 |
jQuery('#system_notice_area_dismiss').click(function() {
|
128 |
jQuery('#system_notice_area').animate({
|
@@ -174,14 +181,15 @@ jQuery(document).ready(function() {
|
|
174 |
jQuery.post(ajaxurl, dataString ,function(data) {
|
175 |
jQuery("#ajax-save-inactive-fb_"+tr_iterationid).hide();
|
176 |
if(data==1)
|
177 |
-
alert(
|
178 |
else{
|
179 |
var data=jQuery.parseJSON(data);
|
180 |
if(data.status==1){
|
181 |
jQuery(".tr_inactive"+tr_iterationid).remove();
|
182 |
if(jQuery('#system_notice_area').length==0)
|
183 |
jQuery('body').append('<div class="system_notice_area_style1" id="system_notice_area"></div>');
|
184 |
-
|
|
|
185 |
jQuery("#system_notice_area").show();
|
186 |
jQuery('#system_notice_area_dismiss').click(function() {
|
187 |
jQuery('#system_notice_area').animate({
|
@@ -226,7 +234,7 @@ function fbap_popup_purchase_plan(auth_secret_key,request_hash)
|
|
226 |
return false;
|
227 |
}
|
228 |
</script>
|
229 |
-
<h3>Manage Authorizations</h3>
|
230 |
<div>
|
231 |
<?php
|
232 |
$manage_auth_parameters=array(
|
@@ -250,12 +258,12 @@ if(!empty($result) && isset($result['status']))
|
|
250 |
<div id="auth_entries_div" style="margin-bottom: 5px;">
|
251 |
<?php if(!empty($result) && isset($result['package_details']))
|
252 |
{
|
253 |
-
?><div class="xyz_fbap_plan_label">Current Plan
|
254 |
$package_details=$result['package_details']; ?>
|
255 |
-
<div class="xyz_fbap_plan_div">Allowed Facebook users: <?php echo $package_details['allowed_fb_user_accounts'];?> </div>
|
256 |
-
<div class="xyz_fbap_plan_div"> API limit per account: <?php echo $package_details['allowed_api_calls'];?> per hour </div>
|
257 |
-
<div class="xyz_fbap_plan_div">Package Expiry :
|
258 |
-
<div class="xyz_fbap_plan_div">Package Status :
|
259 |
<?php
|
260 |
|
261 |
$xyz_smap_plug_accountId=$xyz_fbap_pre_smapsoln_userid=0;$xyz_smap_plug_licence_key='';
|
@@ -264,28 +272,33 @@ if(!empty($result) && isset($result['status']))
|
|
264 |
?>
|
265 |
<div class="xyz_fbap_plan_div">
|
266 |
<a href="javascript:fbap_popup_purchase_plan('<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);">
|
267 |
-
<i class="fa fa-shopping-cart" aria-hidden="true"></i> 
|
268 |
</a>
|
269 |
</div>
|
270 |
<?php
|
271 |
}
|
272 |
if (is_array($auth_entries) && !empty($auth_entries)){?>
|
273 |
<span class="select_box" style="float: left;margin-top: 16px;">
|
274 |
-
<input type="radio" name="domain_selection" value="0" id="show_all">Show all entries
|
275 |
-
<input type="radio" name="domain_selection" value="1" id="show_same_domain">Show entries from current wp installation
|
276 |
-
<input type="radio" name="domain_selection" value="2" id="show_diff_domain">Show entries from other wp installations
|
277 |
</span>
|
278 |
<table cellpadding="0" cellspacing="0" class="widefat" style="width: 99%; margin: 0 auto; border-bottom:none;" id="fbap_manage_auth_table">
|
279 |
<thead>
|
280 |
<tr class="xyz_fbap_manage_auth_th">
|
281 |
|
282 |
-
<th scope="col" width="8%">Facebook username</th>
|
283 |
-
<th scope="col" width="10%">Selected pages</th>
|
284 |
-
<th scope="col" width="10%">Selected groups</th>
|
285 |
-
<th scope="col" width="10%">WP
|
286 |
-
|
287 |
-
|
288 |
-
|
|
|
|
|
|
|
|
|
|
|
289 |
</tr>
|
290 |
</thead> <?php
|
291 |
$i=0;
|
@@ -320,14 +333,14 @@ if(!empty($result) && isset($result['status']))
|
|
320 |
else echo 'XYZ-SMAP';
|
321 |
?></td>
|
322 |
<td> <?php if($auth_entries_val['smap_pre_account_id']!=0)echo $auth_entries_val['smap_pre_account_id'];
|
323 |
-
else
|
324 |
<td>
|
325 |
<?php if ($domain_name==$auth_entries_val['domain_name'] && $free_plugin_source==$auth_entries_val['free_plugin_source'] ) {
|
326 |
// $md5_encrypt=md5('smapsolutions'.$xyzscripts_user_id.$xyzscripts_hash_val.$auth_entries_val['auth_id']);
|
327 |
?>
|
328 |
<span id='ajax-save_<?php echo $auth_entries_val['auth_id'];?>' style="display:none;"><img title="Deleting entry" src="<?php echo plugins_url("images/ajax-loader.gif",XYZ_FBAP_PLUGIN_FILE);?>" style="width:20px;height:20px; "></span>
|
329 |
<span id='show-del-icon_<?php echo $auth_entries_val['auth_id'];?>'>
|
330 |
-
<input type="button" class="delete_auth_entry" data-id=<?php echo $auth_entries_val['auth_id'];?> data-xyzscriptsid="<?php echo $xyzscripts_user_id;?>" data-xyzscripts_hash="<?php echo $xyzscripts_hash_val;?>" name='del_entry' value="Delete" >
|
331 |
</span>
|
332 |
<span id='show_err_<?php echo $auth_entries_val['auth_id'];?>' style="color:red;" ></span>
|
333 |
<?php //data-encrypt="<?php echo $md5_encrypt;
|
@@ -340,7 +353,7 @@ if(!empty($result) && isset($result['status']))
|
|
340 |
{
|
341 |
?>
|
342 |
<tr class="tr_inactive<?php echo $i;?>">
|
343 |
-
<td><?php echo $auth_entries_val['inactive_fb_username'];?><br/>(Inactive)
|
344 |
</td>
|
345 |
<td>-</td>
|
346 |
<td>-</td>
|
@@ -350,7 +363,7 @@ if(!empty($result) && isset($result['status']))
|
|
350 |
<td>
|
351 |
<span id='ajax-save-inactive-fb_<?php echo $i;?>' style="display:none;"><img title="Deleting entry" src="<?php echo plugins_url("images/ajax-loader.gif",XYZ_FBAP_PLUGIN_FILE);?>" style="width:20px;height:20px; "></span>
|
352 |
<span id='show-del-icon-inactive-fb_<?php echo $i;?>'>
|
353 |
-
<input type="button" class="delete_inactive_fb_entry" data-iterationid=<?php echo $i;?> data-fbid=<?php echo $auth_entries_val['inactive_fb_userid'];?> data-xyzscriptsid="<?php echo $xyzscripts_user_id;?>" data-xyzscripts_hash="<?php echo $xyzscripts_hash_val;?>" name='del_entry' value="Delete" >
|
354 |
</span>
|
355 |
<span id='show_err_inactive_fb_<?php echo $i;?>' style="color:red;" ></span>
|
356 |
</td>
|
@@ -360,12 +373,12 @@ if(!empty($result) && isset($result['status']))
|
|
360 |
}
|
361 |
}///////////////foreach
|
362 |
?>
|
363 |
-
<tr id="xyz_fbap_no_auth_entries" style="display: none;"><td>No Authorizations</td></tr>
|
364 |
</table><?php } ?></div><?php
|
365 |
|
366 |
}
|
367 |
}
|
368 |
-
else {
|
369 |
-
|
370 |
-
}
|
371 |
-
|
3 |
if(isset($_GET['msg']) && $_GET['msg']=='smap_pack_updated'){
|
4 |
?>
|
5 |
<div class="system_notice_area_style1" id="system_notice_area">
|
6 |
+
<?php $fbap_word_smap="SMAP";
|
7 |
+
$fbap_smap_update_msg=sprintf(__('%s Package updated successfully.','facebook-auto-publish'),$fbap_word_smap);
|
8 |
+
echo $fbap_smap_update_msg; ?>
|
9 |
+
<span id="system_notice_area_dismiss"><?php _e('Dismiss','facebook-auto-publish'); ?>
|
10 |
+
</span>
|
11 |
</div>
|
12 |
<?php
|
13 |
}
|
17 |
$xyzscripts_user_id=trim(get_option('xyz_fbap_xyzscripts_user_id'));
|
18 |
$xyz_smap_licence_key='';
|
19 |
if ($xyzscripts_user_id=='')
|
20 |
+
{ ?>
|
21 |
+
<b> <?php $fbap_word_smapsolution="smapsolutions";
|
22 |
+
$fbap_smap_auth_msg=sprintf(__('Please authorize %s app under Facebook settings to access this page.','facebook-auto-publish'),$fbap_word_smapsolution);
|
23 |
+
echo $fbap_smap_auth_msg; ?> </b>
|
24 |
+
<?php return;
|
25 |
}
|
26 |
?>
|
27 |
<style type="text/css">
|
119 |
jQuery.post(ajaxurl, dataString ,function(data) {
|
120 |
jQuery("#ajax-save_"+auth_id).hide();
|
121 |
if(data==1)
|
122 |
+
alert(xyz_script_fbap_var.alert3);
|
123 |
else{
|
124 |
|
125 |
var data=jQuery.parseJSON(data);
|
128 |
|
129 |
if(jQuery('#system_notice_area').length==0)
|
130 |
jQuery('body').append('<div class="system_notice_area_style1" id="system_notice_area"></div>');
|
131 |
+
jQuery("#system_notice_area").html(xyz_script_fbap_var.html1);
|
132 |
+
jQuery("#system_notice_area").append('<span id="system_notice_area_dismiss"><?php _e('Dismiss','facebook-auto-publish');?></span>');
|
133 |
jQuery("#system_notice_area").show();
|
134 |
jQuery('#system_notice_area_dismiss').click(function() {
|
135 |
jQuery('#system_notice_area').animate({
|
181 |
jQuery.post(ajaxurl, dataString ,function(data) {
|
182 |
jQuery("#ajax-save-inactive-fb_"+tr_iterationid).hide();
|
183 |
if(data==1)
|
184 |
+
alert(xyz_script_fbap_var.alert3);
|
185 |
else{
|
186 |
var data=jQuery.parseJSON(data);
|
187 |
if(data.status==1){
|
188 |
jQuery(".tr_inactive"+tr_iterationid).remove();
|
189 |
if(jQuery('#system_notice_area').length==0)
|
190 |
jQuery('body').append('<div class="system_notice_area_style1" id="system_notice_area"></div>');
|
191 |
+
jQuery("#system_notice_area").html(xyz_script_fbap_var.html2);
|
192 |
+
jQuery("#system_notice_area").append('<span id="system_notice_area_dismiss"><?php _e('Dismiss','facebook-auto-publish'); ?></span>');
|
193 |
jQuery("#system_notice_area").show();
|
194 |
jQuery('#system_notice_area_dismiss').click(function() {
|
195 |
jQuery('#system_notice_area').animate({
|
234 |
return false;
|
235 |
}
|
236 |
</script>
|
237 |
+
<h3> <?php _e('Manage Authorizations','facebook-auto-publish'); ?> </h3>
|
238 |
<div>
|
239 |
<?php
|
240 |
$manage_auth_parameters=array(
|
258 |
<div id="auth_entries_div" style="margin-bottom: 5px;">
|
259 |
<?php if(!empty($result) && isset($result['package_details']))
|
260 |
{
|
261 |
+
?><div class="xyz_fbap_plan_label"> <?php _e('Current Plan:','facebook-auto-publish'); ?> </div><?php
|
262 |
$package_details=$result['package_details']; ?>
|
263 |
+
<div class="xyz_fbap_plan_div"> <?php _e('Allowed Facebook users:','facebook-auto-publish'); ?> <?php echo $package_details['allowed_fb_user_accounts'];?> </div>
|
264 |
+
<div class="xyz_fbap_plan_div"> <?php _e('API limit per account :','facebook-auto-publish'); ?> <?php echo $package_details['allowed_api_calls'];?> <?php _e('per hour','facebook-auto-publish'); ?> </div>
|
265 |
+
<div class="xyz_fbap_plan_div"> <?php _e('Package Expiry :','facebook-auto-publish'); ?> <?php echo date('d/m/Y g:i a', $package_details['expiry_time']);?> </div>
|
266 |
+
<div class="xyz_fbap_plan_div"> <?php _e('Package Status :','facebook-auto-publish'); ?> <?php echo $package_details['package_status'];?> </div>
|
267 |
<?php
|
268 |
|
269 |
$xyz_smap_plug_accountId=$xyz_fbap_pre_smapsoln_userid=0;$xyz_smap_plug_licence_key='';
|
272 |
?>
|
273 |
<div class="xyz_fbap_plan_div">
|
274 |
<a href="javascript:fbap_popup_purchase_plan('<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);">
|
275 |
+
<i class="fa fa-shopping-cart" aria-hidden="true"></i> <?php _e('Upgrade/Renew','facebook-auto-publish'); ?>
|
276 |
</a>
|
277 |
</div>
|
278 |
<?php
|
279 |
}
|
280 |
if (is_array($auth_entries) && !empty($auth_entries)){?>
|
281 |
<span class="select_box" style="float: left;margin-top: 16px;">
|
282 |
+
<input type="radio" name="domain_selection" value="0" id="show_all"> <?php _e('Show all entries','facebook-auto-publish'); ?>
|
283 |
+
<input type="radio" name="domain_selection" value="1" id="show_same_domain"> <?php _e('Show entries from current wp installation','facebook-auto-publish'); ?>
|
284 |
+
<input type="radio" name="domain_selection" value="2" id="show_diff_domain"> <?php _e('Show entries from other wp installations','facebook-auto-publish'); ?>
|
285 |
</span>
|
286 |
<table cellpadding="0" cellspacing="0" class="widefat" style="width: 99%; margin: 0 auto; border-bottom:none;" id="fbap_manage_auth_table">
|
287 |
<thead>
|
288 |
<tr class="xyz_fbap_manage_auth_th">
|
289 |
|
290 |
+
<th scope="col" width="8%"> <?php _e('Facebook username','facebook-auto-publish'); ?> </th>
|
291 |
+
<th scope="col" width="10%"> <?php _e('Selected pages','facebook-auto-publish'); ?> </th>
|
292 |
+
<th scope="col" width="10%"> <?php _e('Selected groups','facebook-auto-publish'); ?> </th>
|
293 |
+
<th scope="col" width="10%"> <?php $fbap_wp="WP";
|
294 |
+
$fbap_wp_url=sprintf(__('%s url','facebook-auto-publish'),$fbap_wp);
|
295 |
+
echo $fbap_wp_url; ?> </th>
|
296 |
+
|
297 |
+
<th scope="col" width="10%"> <?php _e('Plugin','facebook-auto-publish'); ?> </th>
|
298 |
+
<th scope="col" width="5%"> <?php $fbap_smap_premium_var="(SMAP PREMIUM)";
|
299 |
+
$fbap_smap_premium_title= sprintf(__('Account ID %s','facebook-auto-publish'),$fbap_smap_premium_var);
|
300 |
+
echo $fbap_smap_premium_title; ?> </th>
|
301 |
+
<th scope="col" width="5%"> <?php _e('Action','facebook-auto-publish'); ?> </th>
|
302 |
</tr>
|
303 |
</thead> <?php
|
304 |
$i=0;
|
333 |
else echo 'XYZ-SMAP';
|
334 |
?></td>
|
335 |
<td> <?php if($auth_entries_val['smap_pre_account_id']!=0)echo $auth_entries_val['smap_pre_account_id'];
|
336 |
+
else _e('Not Applicable','facebook-auto-publish');?> </td>
|
337 |
<td>
|
338 |
<?php if ($domain_name==$auth_entries_val['domain_name'] && $free_plugin_source==$auth_entries_val['free_plugin_source'] ) {
|
339 |
// $md5_encrypt=md5('smapsolutions'.$xyzscripts_user_id.$xyzscripts_hash_val.$auth_entries_val['auth_id']);
|
340 |
?>
|
341 |
<span id='ajax-save_<?php echo $auth_entries_val['auth_id'];?>' style="display:none;"><img title="Deleting entry" src="<?php echo plugins_url("images/ajax-loader.gif",XYZ_FBAP_PLUGIN_FILE);?>" style="width:20px;height:20px; "></span>
|
342 |
<span id='show-del-icon_<?php echo $auth_entries_val['auth_id'];?>'>
|
343 |
+
<input type="button" class="delete_auth_entry" data-id=<?php echo $auth_entries_val['auth_id'];?> data-xyzscriptsid="<?php echo $xyzscripts_user_id;?>" data-xyzscripts_hash="<?php echo $xyzscripts_hash_val;?>" name='del_entry' value="<?php _e('Delete','facebook-auto-publish');?>" >
|
344 |
</span>
|
345 |
<span id='show_err_<?php echo $auth_entries_val['auth_id'];?>' style="color:red;" ></span>
|
346 |
<?php //data-encrypt="<?php echo $md5_encrypt;
|
353 |
{
|
354 |
?>
|
355 |
<tr class="tr_inactive<?php echo $i;?>">
|
356 |
+
<td><?php echo $auth_entries_val['inactive_fb_username'];?><br/> <?php _e('(Inactive)','facebook-auto-publish'); ?>
|
357 |
</td>
|
358 |
<td>-</td>
|
359 |
<td>-</td>
|
363 |
<td>
|
364 |
<span id='ajax-save-inactive-fb_<?php echo $i;?>' style="display:none;"><img title="Deleting entry" src="<?php echo plugins_url("images/ajax-loader.gif",XYZ_FBAP_PLUGIN_FILE);?>" style="width:20px;height:20px; "></span>
|
365 |
<span id='show-del-icon-inactive-fb_<?php echo $i;?>'>
|
366 |
+
<input type="button" class="delete_inactive_fb_entry" data-iterationid=<?php echo $i;?> data-fbid=<?php echo $auth_entries_val['inactive_fb_userid'];?> data-xyzscriptsid="<?php echo $xyzscripts_user_id;?>" data-xyzscripts_hash="<?php echo $xyzscripts_hash_val;?>" name='del_entry' value="<?php _e('Delete','facebook-auto-publish');?>" >
|
367 |
</span>
|
368 |
<span id='show_err_inactive_fb_<?php echo $i;?>' style="color:red;" ></span>
|
369 |
</td>
|
373 |
}
|
374 |
}///////////////foreach
|
375 |
?>
|
376 |
+
<tr id="xyz_fbap_no_auth_entries" style="display: none;"><td> <?php _e('No Authorizations','facebook-auto-publish'); ?> </td></tr>
|
377 |
</table><?php } ?></div><?php
|
378 |
|
379 |
}
|
380 |
}
|
381 |
+
else { ?>
|
382 |
+
<div> <?php _e('Unable to connect. Please check your curl and firewall settings','facebook-auto-publish'); ?> </div>
|
383 |
+
<?php }?>
|
384 |
+
</div>
|
admin/menu.php
CHANGED
@@ -9,7 +9,17 @@ function xyz_fbap_add_admin_scripts()
|
|
9 |
wp_register_script( 'xyz_notice_script_fbap', plugins_url('facebook-auto-publish/js/notice.js') );
|
10 |
wp_enqueue_script( 'xyz_notice_script_fbap' );
|
11 |
wp_register_style( 'xyz_fbap_font_style',plugins_url("css/font-awesome.min.css",XYZ_FBAP_PLUGIN_FILE));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
|
|
13 |
wp_enqueue_style('xyz_fbap_font_style');
|
14 |
wp_register_style('xyz_fbap_style', plugins_url('facebook-auto-publish/css/style.css'));
|
15 |
wp_enqueue_style('xyz_fbap_style');
|
@@ -23,12 +33,12 @@ add_action("admin_enqueue_scripts","xyz_fbap_add_admin_scripts");
|
|
23 |
function xyz_fbap_menu()
|
24 |
{
|
25 |
add_menu_page('Facebook Auto Publish - Manage settings', 'WP2Social Auto Publish', 'manage_options', 'facebook-auto-publish-settings', 'xyz_fbap_settings',plugin_dir_url( XYZ_FBAP_PLUGIN_FILE ) . 'images/fbap.png');
|
26 |
-
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage settings', '
|
27 |
if(get_option('xyz_fbap_xyzscripts_hash_val')!=''&& get_option('xyz_fbap_xyzscripts_user_id')!='')
|
28 |
-
|
29 |
-
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Logs', 'Logs', 'manage_options', 'facebook-auto-publish-log' ,'xyz_fbap_logs');
|
30 |
-
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - About', 'About', 'manage_options', 'facebook-auto-publish-about' ,'xyz_fbap_about'); // 8 for admin
|
31 |
-
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Suggest Feature', 'Suggest a Feature', 'manage_options', 'facebook-auto-publish-suggest-feature' ,'xyz_fbap_suggest_feature');
|
32 |
}
|
33 |
|
34 |
|
9 |
wp_register_script( 'xyz_notice_script_fbap', plugins_url('facebook-auto-publish/js/notice.js') );
|
10 |
wp_enqueue_script( 'xyz_notice_script_fbap' );
|
11 |
wp_register_style( 'xyz_fbap_font_style',plugins_url("css/font-awesome.min.css",XYZ_FBAP_PLUGIN_FILE));
|
12 |
+
$fbap_smapsolution_var="SMAPSolutions";
|
13 |
+
$fbap_xyzscripts_var="xyzscripts";
|
14 |
+
wp_localize_script('xyz_notice_script_fbap','xyz_script_fbap_var',array(
|
15 |
+
'alert1' => __('Please check whether the email is correct.','facebook-auto-publish'),
|
16 |
+
'alert2' => __('Select atleast one list.','facebook-auto-publish'),
|
17 |
+
'alert3' => __('You do not have sufficient permissions','facebook-auto-publish'),
|
18 |
+
'html1' => sprintf(__('Account details successfully deleted from %s','facebook-auto-publish'),$fbap_smapsolution_var),
|
19 |
+
'html2' => __('Thank you for enabling backlink !','facebook-auto-publish'),
|
20 |
+
'html3' => sprintf(__('Please connect your %s member account','facebook-auto-publish'),$fbap_xyzscripts_var)
|
21 |
|
22 |
+
));
|
23 |
wp_enqueue_style('xyz_fbap_font_style');
|
24 |
wp_register_style('xyz_fbap_style', plugins_url('facebook-auto-publish/css/style.css'));
|
25 |
wp_enqueue_style('xyz_fbap_style');
|
33 |
function xyz_fbap_menu()
|
34 |
{
|
35 |
add_menu_page('Facebook Auto Publish - Manage settings', 'WP2Social Auto Publish', 'manage_options', 'facebook-auto-publish-settings', 'xyz_fbap_settings',plugin_dir_url( XYZ_FBAP_PLUGIN_FILE ) . 'images/fbap.png');
|
36 |
+
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage settings', __('Settings','facebook-auto-publish'), 'manage_options', 'facebook-auto-publish-settings' ,'xyz_fbap_settings'); // 8 for admin
|
37 |
if(get_option('xyz_fbap_xyzscripts_hash_val')!=''&& get_option('xyz_fbap_xyzscripts_user_id')!='')
|
38 |
+
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage Authorizations',__('Manage Authorizations','facebook-auto-publish'), 'manage_options', 'facebook-auto-publish-manage-authorizations' ,'xyz_fbap_manage_authorizations');
|
39 |
+
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Logs', __('Logs','facebook-auto-publish'), 'manage_options', 'facebook-auto-publish-log' ,'xyz_fbap_logs');
|
40 |
+
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - About', __('About','facebook-auto-publish'), 'manage_options', 'facebook-auto-publish-about' ,'xyz_fbap_about'); // 8 for admin
|
41 |
+
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Suggest Feature', __('Suggest a Feature','facebook-auto-publish'), 'manage_options', 'facebook-auto-publish-suggest-feature' ,'xyz_fbap_suggest_feature');
|
42 |
}
|
43 |
|
44 |
|
admin/metabox.php
CHANGED
@@ -233,7 +233,7 @@ function inArray(needle, haystack) {
|
|
233 |
|
234 |
|
235 |
<tr>
|
236 |
-
<td colspan="2" class="xyz_fbap_pleft15 xyz_fbap_meta_acclist_table_td"><strong>Facebook</strong>
|
237 |
</td>
|
238 |
</tr>
|
239 |
|
@@ -241,56 +241,56 @@ function inArray(needle, haystack) {
|
|
241 |
|
242 |
|
243 |
<tr valign="top">
|
244 |
-
<td class="xyz_fbap_pleft15" width="60%">Enable auto publish post to my facebook account
|
245 |
</td>
|
246 |
<td class="switch-field">
|
247 |
-
<label id="xyz_fbap_post_permission_yes"><input type="radio" name="xyz_fbap_post_permission" id="xyz_fbap_post_permission_1" value="1" <?php if($post_permission==1) echo 'checked';?>/>Yes</label>
|
248 |
-
<label id="xyz_fbap_post_permission_no"><input type="radio" name="xyz_fbap_post_permission" id="xyz_fbap_post_permission_0" value="0" <?php if($post_permission==0) echo 'checked';?> />No</label>
|
249 |
|
250 |
</td>
|
251 |
</tr>
|
252 |
<tr valign="top" id="fpabpmd">
|
253 |
-
<td class="xyz_fbap_pleft15">Posting method
|
254 |
</td>
|
255 |
<td><select id="xyz_fbap_po_method" name="xyz_fbap_po_method">
|
256 |
<option value="3"
|
257 |
-
<?php if($xyz_fbap_po_method==3) echo 'selected';?>>Simple text message</option>
|
258 |
|
259 |
<optgroup label="Text message with image">
|
260 |
<option value="4"
|
261 |
-
<?php if($xyz_fbap_po_method==4) echo 'selected';?>>Upload image to app album</option>
|
262 |
<option value="5"
|
263 |
-
<?php if($xyz_fbap_po_method==5) echo 'selected';?>>Upload image to timeline album</option>
|
264 |
</optgroup>
|
265 |
|
266 |
<optgroup label="Text message with attached link">
|
267 |
<option value="1"
|
268 |
-
<?php if($xyz_fbap_po_method==1) echo 'selected';?>>Attach
|
269 |
-
your blog post</option>
|
270 |
<option value="2"
|
271 |
<?php if($xyz_fbap_po_method==2) echo 'selected';?>>
|
272 |
-
|
273 |
</optgroup>
|
274 |
</select>
|
275 |
</td>
|
276 |
</tr>
|
277 |
<tr valign="top" id="fpabpmf">
|
278 |
-
<td class="xyz_fbap_pleft15">Message format for posting <img src="<?php echo $heimg?>"
|
279 |
onmouseover="detdisplay_fbap('xyz_fbap_informationdiv')" onmouseout="dethide_fbap('xyz_fbap_informationdiv')" style="width:13px;height:auto;">
|
280 |
<div id="xyz_fbap_informationdiv" class="fbap_informationdiv" style="display: none;">
|
281 |
-
{POST_TITLE} - Insert the title of your post
|
282 |
-
Insert the URL where your post is displayed
|
283 |
-
- Insert the excerpt of your post
|
284 |
-
the description of your post
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
|
|
289 |
</div>
|
290 |
</td>
|
291 |
<td>
|
292 |
<select name="xyz_fbap_info" id="xyz_fbap_info" onchange="xyz_fbap_info_insert(this)">
|
293 |
-
<option value ="0" selected="selected"
|
294 |
<option value ="1">{POST_TITLE} </option>
|
295 |
<option value ="2">{PERMALINK} </option>
|
296 |
<option value ="3">{POST_EXCERPT} </option>
|
@@ -318,7 +318,8 @@ function inArray(needle, haystack) {
|
|
318 |
var edit_flag="<?php echo $GLOBALS['edit_flag'];?>";
|
319 |
if(edit_flag==1)
|
320 |
load_edit_action();
|
321 |
-
|
|
|
322 |
function load_edit_action()
|
323 |
{
|
324 |
document.getElementById("xyz_fbap_post").value=1;
|
@@ -329,6 +330,17 @@ function inArray(needle, haystack) {
|
|
329 |
return;
|
330 |
jQuery('#xyz_fbap_post_permission_0').attr('checked',true);
|
331 |
displaycheck_fbap();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
|
333 |
}
|
334 |
function xyz_fbap_info_insert(inf){
|
233 |
|
234 |
|
235 |
<tr>
|
236 |
+
<td colspan="2" class="xyz_fbap_pleft15 xyz_fbap_meta_acclist_table_td"><strong> <?php _e('Facebook','facebook-auto-publish'); ?> </strong>
|
237 |
</td>
|
238 |
</tr>
|
239 |
|
241 |
|
242 |
|
243 |
<tr valign="top">
|
244 |
+
<td class="xyz_fbap_pleft15" width="60%"> <?php _e('Enable auto publish post to my facebook account','facebook-auto-publish'); ?>
|
245 |
</td>
|
246 |
<td class="switch-field">
|
247 |
+
<label id="xyz_fbap_post_permission_yes"><input type="radio" name="xyz_fbap_post_permission" id="xyz_fbap_post_permission_1" value="1" <?php if($post_permission==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
248 |
+
<label id="xyz_fbap_post_permission_no"><input type="radio" name="xyz_fbap_post_permission" id="xyz_fbap_post_permission_0" value="0" <?php if($post_permission==0) echo 'checked';?> /> <?php _e('No','facebook-auto-publish'); ?> </label>
|
249 |
|
250 |
</td>
|
251 |
</tr>
|
252 |
<tr valign="top" id="fpabpmd">
|
253 |
+
<td class="xyz_fbap_pleft15"> <?php _e('Posting method','facebook-auto-publish'); ?>
|
254 |
</td>
|
255 |
<td><select id="xyz_fbap_po_method" name="xyz_fbap_po_method">
|
256 |
<option value="3"
|
257 |
+
<?php if($xyz_fbap_po_method==3) echo 'selected';?>> <?php _e('Simple text message','facebook-auto-publish'); ?> </option>
|
258 |
|
259 |
<optgroup label="Text message with image">
|
260 |
<option value="4"
|
261 |
+
<?php if($xyz_fbap_po_method==4) echo 'selected';?>> <?php _e('Upload image to app album','facebook-auto-publish'); ?> </option>
|
262 |
<option value="5"
|
263 |
+
<?php if($xyz_fbap_po_method==5) echo 'selected';?>> <?php _e('Upload image to timeline album','facebook-auto-publish'); ?> </option>
|
264 |
</optgroup>
|
265 |
|
266 |
<optgroup label="Text message with attached link">
|
267 |
<option value="1"
|
268 |
+
<?php if($xyz_fbap_po_method==1) echo 'selected';?>> <?php _e('Attach your blog post','facebook-auto-publish'); ?> </option>
|
|
|
269 |
<option value="2"
|
270 |
<?php if($xyz_fbap_po_method==2) echo 'selected';?>>
|
271 |
+
<?php _e('Share a link to your blog post','facebook-auto-publish'); ?> </option>
|
272 |
</optgroup>
|
273 |
</select>
|
274 |
</td>
|
275 |
</tr>
|
276 |
<tr valign="top" id="fpabpmf">
|
277 |
+
<td class="xyz_fbap_pleft15"> <?php _e('Message format for posting','facebook-auto-publish'); ?> <img src="<?php echo $heimg?>"
|
278 |
onmouseover="detdisplay_fbap('xyz_fbap_informationdiv')" onmouseout="dethide_fbap('xyz_fbap_informationdiv')" style="width:13px;height:auto;">
|
279 |
<div id="xyz_fbap_informationdiv" class="fbap_informationdiv" style="display: none;">
|
280 |
+
{POST_TITLE} - <?php _e('Insert the title of your post.','facebook-auto-publish'); ?><br/>
|
281 |
+
{PERMALINK} - <?php _e('Insert the URL where your post is displayed.','facebook-auto-publish'); ?><br/>
|
282 |
+
{POST_EXCERPT} - <?php _e('Insert the excerpt of your post.','facebook-auto-publish'); ?><br/>
|
283 |
+
{POST_CONTENT} - <?php _e('Insert the description of your post.','facebook-auto-publish'); ?><br/>
|
284 |
+
{BLOG_TITLE} - <?php _e('Insert the name of your blog.','facebook-auto-publish'); ?><br/>
|
285 |
+
{USER_NICENAME} - <?php _e('Insert the nicename of the author.','facebook-auto-publish'); ?><br/>
|
286 |
+
{POST_ID} - <?php _e('Insert the ID of your post.','facebook-auto-publish'); ?><br/>
|
287 |
+
{POST_PUBLISH_DATE} - <?php _e('Insert the publish date of your post.','facebook-auto-publish'); ?><br/>
|
288 |
+
{USER_DISPLAY_NAME} - <?php _e('Insert the display name of the author.','facebook-auto-publish'); ?>
|
289 |
</div>
|
290 |
</td>
|
291 |
<td>
|
292 |
<select name="xyz_fbap_info" id="xyz_fbap_info" onchange="xyz_fbap_info_insert(this)">
|
293 |
+
<option value ="0" selected="selected"> --<?php _e('Select','facebook-auto-publish'); ?>-- </option>
|
294 |
<option value ="1">{POST_TITLE} </option>
|
295 |
<option value ="2">{PERMALINK} </option>
|
296 |
<option value ="3">{POST_EXCERPT} </option>
|
318 |
var edit_flag="<?php echo $GLOBALS['edit_flag'];?>";
|
319 |
if(edit_flag==1)
|
320 |
load_edit_action();
|
321 |
+
if(edit_flag!=1)
|
322 |
+
load_create_action();
|
323 |
function load_edit_action()
|
324 |
{
|
325 |
document.getElementById("xyz_fbap_post").value=1;
|
330 |
return;
|
331 |
jQuery('#xyz_fbap_post_permission_0').attr('checked',true);
|
332 |
displaycheck_fbap();
|
333 |
+
}
|
334 |
+
function load_create_action()
|
335 |
+
{
|
336 |
+
document.getElementById("xyz_fbap_post").value=1;
|
337 |
+
var xyz_fbap_default_selection_create="<?php echo esc_html(get_option('xyz_fbap_default_selection_create'));?>";
|
338 |
+
if(xyz_fbap_default_selection_create=="")
|
339 |
+
xyz_fbap_default_selection_create=0;
|
340 |
+
if(xyz_fbap_default_selection_create==1)
|
341 |
+
return;
|
342 |
+
jQuery('#xyz_fbap_post_permission_0').attr('checked',true);
|
343 |
+
displaycheck_fbap();
|
344 |
|
345 |
}
|
346 |
function xyz_fbap_info_insert(inf){
|
admin/publish.php
CHANGED
@@ -241,7 +241,7 @@ function xyz_fbap_link_publish($post_ID) {
|
|
241 |
$description_org=$description;
|
242 |
|
243 |
$attachmenturl=xyz_fbap_getimage($post_ID, $postpp->post_content);
|
244 |
-
if($attachmenturl
|
245 |
$image_found=1;
|
246 |
else
|
247 |
$image_found=0;
|
@@ -342,7 +342,7 @@ function xyz_fbap_link_publish($post_ID) {
|
|
342 |
}
|
343 |
else if($posting_method==4 || $posting_method==5) //text message with image 4 - app album, 5-timeline
|
344 |
{
|
345 |
-
|
346 |
{
|
347 |
if($xyz_fbap_app_sel_mode==0)
|
348 |
{
|
@@ -363,7 +363,7 @@ function xyz_fbap_link_publish($post_ID) {
|
|
363 |
if(isset($arrayResults))
|
364 |
{
|
365 |
foreach ($arrayResults as $album) {
|
366 |
-
if (isset($album["name"]) && $album["name"] == "Timeline
|
367 |
$album_fount=1;$timeline_album = $album; break;
|
368 |
}
|
369 |
}
|
@@ -575,4 +575,4 @@ function xyz_fbap_link_publish($post_ID) {
|
|
575 |
|
576 |
$_POST=$_POST_CPY;
|
577 |
}
|
578 |
-
?>
|
241 |
$description_org=$description;
|
242 |
|
243 |
$attachmenturl=xyz_fbap_getimage($post_ID, $postpp->post_content);
|
244 |
+
if(!empty($attachmenturl))
|
245 |
$image_found=1;
|
246 |
else
|
247 |
$image_found=0;
|
342 |
}
|
343 |
else if($posting_method==4 || $posting_method==5) //text message with image 4 - app album, 5-timeline
|
344 |
{
|
345 |
+
if(!empty($attachmenturl))
|
346 |
{
|
347 |
if($xyz_fbap_app_sel_mode==0)
|
348 |
{
|
363 |
if(isset($arrayResults))
|
364 |
{
|
365 |
foreach ($arrayResults as $album) {
|
366 |
+
if (isset($album["name"]) && $album["name"] == "Timeline photos") {
|
367 |
$album_fount=1;$timeline_album = $album; break;
|
368 |
}
|
369 |
}
|
575 |
|
576 |
$_POST=$_POST_CPY;
|
577 |
}
|
578 |
+
?>
|
admin/settings.php
CHANGED
@@ -21,15 +21,15 @@ if(!$_POST && isset($_GET['fbap_notice'])&& $_GET['fbap_notice'] == 'hide')
|
|
21 |
update_option('xyz_fbap_dnt_shw_notice', "hide");
|
22 |
?>
|
23 |
<style type='text/css'>
|
24 |
-
#
|
25 |
{
|
26 |
display:none !important;
|
27 |
}
|
28 |
</style>
|
29 |
<div class="system_notice_area_style1" id="system_notice_area">
|
30 |
-
Thanks again for using the plugin. We will never show the message again.
|
31 |
<span
|
32 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
33 |
</div>
|
34 |
<?php
|
35 |
}
|
@@ -81,17 +81,17 @@ if(isset($_POST['fb']))
|
|
81 |
$messagetopost=$_POST['xyz_fbap_message'];
|
82 |
if($app_name=="" && $posting_permission==1)
|
83 |
{
|
84 |
-
$ms0=
|
85 |
$erf=1;
|
86 |
}
|
87 |
else if($appid=="" && $posting_permission==1 && $xyz_fbap_app_sel_mode==0)
|
88 |
{
|
89 |
-
$ms1=
|
90 |
$erf=1;
|
91 |
}
|
92 |
elseif($appsecret=="" && $posting_permission==1 && $xyz_fbap_app_sel_mode==0)
|
93 |
{
|
94 |
-
$ms2=
|
95 |
$erf=1;
|
96 |
}
|
97 |
else
|
@@ -126,16 +126,16 @@ if(isset($_POST['fb']) && $erf==0)
|
|
126 |
{
|
127 |
?>
|
128 |
<div class="system_notice_area_style1" id="system_notice_area">
|
129 |
-
Settings updated successfully. <span
|
130 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
131 |
</div>
|
132 |
<?php }
|
133 |
if(isset($_GET['msg']) && $_GET['msg']==2)
|
134 |
{
|
135 |
?>
|
136 |
<div class="system_notice_area_style0" id="system_notice_area">
|
137 |
-
The state does not match. You may be a victim of CSRF. <span
|
138 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
139 |
</div>
|
140 |
<?php
|
141 |
}
|
@@ -143,8 +143,8 @@ if(isset($_GET['msg']) && $_GET['msg']==3)
|
|
143 |
{
|
144 |
?>
|
145 |
<div class="system_notice_area_style0" id="system_notice_area">
|
146 |
-
Unable to authorize the facebook application. Please check your curl/fopen and firewall settings. <span
|
147 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
148 |
</div>
|
149 |
<?php
|
150 |
}
|
@@ -152,8 +152,10 @@ if(isset($_GET['msg']) && $_GET['msg']==4)
|
|
152 |
{
|
153 |
?>
|
154 |
<div class="system_notice_area_style1" id="system_notice_area">
|
155 |
-
|
156 |
-
|
|
|
|
|
157 |
</div>
|
158 |
<?php
|
159 |
}
|
@@ -161,8 +163,8 @@ if(isset($_GET['msg']) && $_GET['msg']==5)
|
|
161 |
{
|
162 |
?>
|
163 |
<div class="system_notice_area_style1" id="system_notice_area">
|
164 |
-
Selected pages saved successfully. <span
|
165 |
-
id="system_notice_area_dismiss">Dismiss</span>
|
166 |
</div>
|
167 |
<?php
|
168 |
}
|
@@ -177,7 +179,7 @@ if(isset($_POST['fb']) && $erf==1)
|
|
177 |
echo esc_html($ms0);echo esc_html($ms1);echo esc_html($ms2);echo esc_html($ms3);
|
178 |
}
|
179 |
?>
|
180 |
-
<span id="system_notice_area_dismiss">Dismiss</span>
|
181 |
</div>
|
182 |
<?php } ?>
|
183 |
<script type="text/javascript">
|
@@ -193,8 +195,8 @@ function dethide_fbap(id)
|
|
193 |
|
194 |
<div style="width: 100%">
|
195 |
<div class="xyz_fbap_tab">
|
196 |
-
<button class="xyz_fbap_tablinks" onclick="xyz_fbap_open_tab(event, 'xyz_fbap_facebook_settings')" id="xyz_fbap_default_tab_settings">Facebook Settings</button>
|
197 |
-
<button class="xyz_fbap_tablinks" onclick="xyz_fbap_open_tab(event, 'xyz_fbap_basic_settings')" id="xyz_fbap_basic_tab_settings">General Settings</button>
|
198 |
</div>
|
199 |
<div id="xyz_fbap_facebook_settings" class="xyz_fbap_tabcontent">
|
200 |
|
@@ -210,11 +212,11 @@ function dethide_fbap(id)
|
|
210 |
if($af==1 && $appid!="" && $appsecret!="")
|
211 |
{
|
212 |
?>
|
213 |
-
<span style="color: red;" id="auth_message" >Application needs authorisation</span> <br>
|
214 |
<form method="post">
|
215 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
216 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
217 |
-
value="Authorize" /><br><br>
|
218 |
|
219 |
</form>
|
220 |
<?php }
|
@@ -224,7 +226,7 @@ function dethide_fbap(id)
|
|
224 |
<form method="post">
|
225 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
226 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
227 |
-
value="Reauthorize" title="Reauthorize the account" /><br><br>
|
228 |
|
229 |
</form>
|
230 |
<?php }
|
@@ -243,12 +245,12 @@ function dethide_fbap(id)
|
|
243 |
?>
|
244 |
<span id='ajax-save' style="display:none;"><img class="img" title="Saving details" src="<?php echo plugins_url('../images/ajax-loader.gif',__FILE__);?>" style="width:65px;height:70px; "></span>
|
245 |
<span id="auth_message">
|
246 |
-
<span style="color: red;" >Application needs authorisation</span> <br>
|
247 |
<form method="post">
|
248 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
249 |
<input type="hidden" value="<?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?>" id="parent_domain">
|
250 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
251 |
-
value="Authorize" onclick="javascript:return fbap_popup_fb_auth('<?php echo urlencode($domain_name);?>','<?php echo $xyz_fbap_smapsoln_userid;?>','<?php echo $xyzscripts_user_id;?>','<?php echo $xyzscripts_hash_val;?>','<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);"/><br><br>
|
252 |
</form></span>
|
253 |
<?php }
|
254 |
else if($af==0 )
|
@@ -259,14 +261,14 @@ function dethide_fbap(id)
|
|
259 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
260 |
<input type="hidden" value="<?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?>" id="parent_domain">
|
261 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
262 |
-
value="Reauthorize" title="Reauthorize the account" onclick="javascript:return fbap_popup_fb_auth('<?php echo urlencode($domain_name);?>','<?php echo $xyz_fbap_smapsoln_userid;?>','<?php echo $xyzscripts_user_id;?>','<?php echo $xyzscripts_hash_val;?>','<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);"/><br><br>
|
263 |
</form>
|
264 |
<?php }
|
265 |
}
|
266 |
if(isset($_GET['auth']) && $_GET['auth']==1 && get_option("xyz_fbap_fb_token")!="")
|
267 |
{
|
268 |
?>
|
269 |
-
<span style="color: green;">Application is authorized, go posting.
|
270 |
</span><br>
|
271 |
|
272 |
<?php
|
@@ -277,13 +279,13 @@ function dethide_fbap(id)
|
|
277 |
<td id="bottomBorderNone" style="border: 1px solid #FCC328;">
|
278 |
|
279 |
<div>
|
280 |
-
<b>Note
|
281 |
-
<b><a href="https://developers.facebook.com/apps" target="_blank">Click here</a></b> to create new Facebook application.
|
282 |
-
<br>
|
283 |
<span style="color: red;"><?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?></span>
|
284 |
-
<br>And then navigate to <b>
|
285 |
<span style="color: red;"><?php echo $redirecturl; ?></span>
|
286 |
-
<br>
|
287 |
</div>
|
288 |
|
289 |
</td>
|
@@ -295,20 +297,20 @@ function dethide_fbap(id)
|
|
295 |
|
296 |
<input type="hidden" value="config">
|
297 |
|
298 |
-
<div style="font-weight: bold;padding: 3px;">All fields given below are mandatory</div>
|
299 |
<table class="widefat xyz_fbap_widefat_table" style="width: 99%">
|
300 |
<tr valign="top">
|
301 |
-
<td>Enable auto publish post to my facebook account
|
302 |
</td>
|
303 |
<td class="switch-field">
|
304 |
-
<label id="xyz_fbap_post_permission_yes"><input type="radio" name="xyz_fbap_post_permission" value="1" <?php if(get_option('xyz_fbap_post_permission')==1) echo 'checked';?>/>Yes</label>
|
305 |
-
<label id="xyz_fbap_post_permission_no"><input type="radio" name="xyz_fbap_post_permission" value="0" <?php if(get_option('xyz_fbap_post_permission')==0) echo 'checked';?>/>No</label>
|
306 |
</td>
|
307 |
</tr>
|
308 |
|
309 |
<tr valign="top">
|
310 |
-
<td width="50%">Application name
|
311 |
-
<br/><span style="color: #0073aa;">[This is for tracking purpose]</span>
|
312 |
</td>
|
313 |
<td><input id="xyz_fbap_application_name"
|
314 |
name="xyz_fbap_application_name" type="text"
|
@@ -316,29 +318,30 @@ function dethide_fbap(id)
|
|
316 |
</td>
|
317 |
</tr>
|
318 |
<tr valign="top">
|
319 |
-
<td width="50%">Application Selection
|
320 |
</td>
|
321 |
<td>
|
322 |
<input type="radio" name="xyz_fbap_app_sel_mode" id="xyz_fbap_app_sel_mode_reviewd" value="0" <?php if(get_option('xyz_fbap_app_sel_mode')==0) echo 'checked';?>>
|
323 |
-
<span style="color: #a7a7a7;font-weight: bold;">Own App ( requires app submission and Facebook review -<a href="http://help.xyzscripts.com/docs/social-media-auto-publish/faq/how-can-i-create-facebook-application/" style="color: #a7a7a7;text-decoration: underline; " target="_blank" >Help</a>)</span>
|
324 |
<br/>
|
325 |
-
<div class="xyz_fbap_facebook_settings" style="display: none;" onmouseover="detdisplay_fbap('xyz_fbap_app_review')" onmouseout="dethide_fbap('xyz_fbap_app_review')"><span style="padding-left: 25px;color: #0073aa;">App approval service available for 50 USD
|
326 |
</span><br/>
|
327 |
<div id="xyz_fbap_app_review" class="fbap_informationdiv" style="display: none;width: 400px;">
|
328 |
-
<b>Expected time frame
|
329 |
-
<b>Required details
|
330 |
-
2. Admin access to Facebook developer app for review submission (temporary)
|
331 |
-
For more details contact <a href="
|
332 |
</div>
|
333 |
</div><br/>
|
334 |
<input type="radio" name="xyz_fbap_app_sel_mode" id="xyz_fbap_app_sel_mode_xyzapp" value="1" <?php if(get_option('xyz_fbap_app_sel_mode')==1) echo 'checked';?>>
|
335 |
-
<span style="color: #000000;font-size: 13px;background-color: #f7a676;font-weight: 500;padding: 3px 5px;"><i class="fa fa-star-o" aria-hidden="true" style="margin-right:5px;"></i>SMAPsolution.com's App ( ready to publish )<i class="fa fa-star-o" aria-hidden="true" style="margin-right:5px;"></i></span><br> <span style="padding-left: 25px;">
|
|
|
336 |
<?php if(get_option('xyz_fbap_smapsoln_userid')==0)
|
337 |
{?>
|
338 |
-
<span style="color: #ff5e00;padding-left: 27px;font-size: small;"><b>30 DAYS FREE TRIAL AVAILABLE
|
339 |
<br/>
|
340 |
<?php }?>
|
341 |
-
<a target="_blank" href="https://help.xyzscripts.com/docs/social-media-auto-publish/faq/how-can-i-use-the-alternate-solution-for-publishing-posts-to-facebook/" style="padding-left: 30px;">How to use
|
342 |
</td>
|
343 |
</tr>
|
344 |
<?php
|
@@ -349,13 +352,13 @@ function dethide_fbap(id)
|
|
349 |
<td width="50%">
|
350 |
<span id='ajax-save-xyzscript_acc' style="display:none;"><img class="img" title="Saving details" src="<?php echo plugins_url('../images/ajax-loader.gif',__FILE__);?>" style="width:65px;height:70px; "></span>
|
351 |
<span id="connect_to_xyzscripts"style="background-color: #1A87B9;color: white; padding: 4px 5px;text-align: center; text-decoration: none; display: inline-block;border-radius: 4px;">
|
352 |
-
<a href="javascript:fbap_popup_connect_to_xyzscripts();void(0);" style="color:white !important;">Connect your
|
353 |
</span>
|
354 |
</td>
|
355 |
</tr>
|
356 |
<?php }?>
|
357 |
<tr valign="top" class="xyz_fbap_facebook_settings">
|
358 |
-
<td width="50%">Application id
|
359 |
</td>
|
360 |
<td><input id="xyz_fbap_application_id"
|
361 |
name="xyz_fbap_application_id" type="text"
|
@@ -364,7 +367,7 @@ function dethide_fbap(id)
|
|
364 |
</tr>
|
365 |
|
366 |
<tr valign="top" class="xyz_fbap_facebook_settings">
|
367 |
-
<td>Application secret<?php $apsecret=esc_html(get_option('xyz_fbap_application_secret'));?>
|
368 |
|
369 |
</td>
|
370 |
<td><input id="xyz_fbap_application_secret"
|
@@ -374,67 +377,67 @@ function dethide_fbap(id)
|
|
374 |
</tr>
|
375 |
|
376 |
<tr valign="top">
|
377 |
-
<td>Posting method
|
378 |
-
<br/><span style="color: #0073aa;">[Create app album(with <b>Application name</b>) in the Facebook pages
|
379 |
</td>
|
380 |
<td>
|
381 |
<select id="xyz_fbap_po_method" name="xyz_fbap_po_method">
|
382 |
<option value="3"
|
383 |
-
<?php if(get_option('xyz_fbap_po_method')==3) echo 'selected';?>>Simple text message</option>
|
384 |
|
385 |
-
<optgroup label="Text message with image">
|
386 |
<option value="4"
|
387 |
-
<?php if(get_option('xyz_fbap_po_method')==4) echo 'selected';?>>Upload image to app album</option>
|
388 |
<option value="5"
|
389 |
-
<?php if(get_option('xyz_fbap_po_method')==5) echo 'selected';?>>Upload image to timeline album</option>
|
390 |
</optgroup>
|
391 |
|
392 |
-
<optgroup label="Text message with attached link">
|
393 |
<option value="1"
|
394 |
-
<?php if(get_option('xyz_fbap_po_method')==1) echo 'selected';?>>Attach
|
395 |
-
your blog post</option>
|
396 |
<option value="2"
|
397 |
<?php if(get_option('xyz_fbap_po_method')==2) echo 'selected';?>>
|
398 |
-
|
399 |
</optgroup>
|
400 |
</select>
|
401 |
</td>
|
402 |
</tr>
|
403 |
<tr valign="top">
|
404 |
-
<td>Enforce og tags for Facebook<img src="<?php echo $heimg?>" onmouseover="detdisplay_fbap('xyz_fbap_enforce_og')" onmouseout="dethide_fbap('xyz_fbap_enforce_og')" style="width:13px;height:auto;">
|
405 |
<div id="xyz_fbap_enforce_og" class="fbap_informationdiv" style="display: none;width: 400px;">
|
406 |
-
If you enable, Open Graph tags will be generated while posting to Facebook, when using the posting method <b>Share a link to your blog post</b> or <b>Attach your blog post</b>
|
407 |
</div>
|
408 |
</td>
|
409 |
<td class="switch-field">
|
410 |
-
<label id="xyz_fbap_enforce_og_tags_yes" class="xyz_fbap_toggle_off"><input type="radio" name="xyz_fbap_enforce_og_tags" value="1" <?php if(get_option('xyz_fbap_enforce_og_tags')==1) echo 'checked';?>/>Yes</label>
|
411 |
-
<label id="xyz_fbap_enforce_og_tags_no" class="xyz_fbap_toggle_on"><input type="radio" name="xyz_fbap_enforce_og_tags" value="0" <?php if(get_option('xyz_fbap_enforce_og_tags')==0) echo 'checked';?>/>No</label>
|
412 |
</td>
|
413 |
</tr>
|
414 |
|
415 |
<tr valign="top">
|
416 |
-
<td>Clear facebook cache before publishing to facebook</td>
|
417 |
<td class="switch-field">
|
418 |
-
<label id="xyz_fbap_clear_fb_cache_yes" class="xyz_fbap_toggle_off"><input type="radio" name="xyz_fbap_clear_fb_cache" value="1" <?php if(get_option('xyz_fbap_clear_fb_cache')==1) echo 'checked';?>/>Yes</label>
|
419 |
-
<label id="xyz_fbap_clear_fb_cache_no" class="xyz_fbap_toggle_on"><input type="radio" name="xyz_fbap_clear_fb_cache" value="0" <?php if(get_option('xyz_fbap_clear_fb_cache')==0) echo 'checked';?>/>No</label>
|
420 |
</td>
|
421 |
</tr>
|
422 |
<tr valign="top">
|
423 |
-
<td>Message format for posting <img src="<?php echo $heimg?>"
|
424 |
onmouseover="detdisplay_fbap('xyz_fb')" onmouseout="dethide_fbap('xyz_fb')" style="width:13px;height:auto;">
|
425 |
<div id="xyz_fb" class="fbap_informationdiv" style="display: none;">
|
426 |
-
{POST_TITLE} - Insert the title of your post
|
427 |
-
Insert the URL where your post is displayed
|
428 |
-
- Insert the excerpt of your post
|
429 |
-
the description of your post
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
|
|
435 |
<td>
|
436 |
<select name="xyz_fbap_info" id="xyz_fbap_info" onchange="xyz_fbap_info_insert(this)">
|
437 |
-
<option value ="0" selected="selected"
|
438 |
<option value ="1">{POST_TITLE} </option>
|
439 |
<option value ="2">{PERMALINK} </option>
|
440 |
<option value ="3">{POST_EXCERPT} </option>
|
@@ -494,12 +497,12 @@ function dethide_fbap(id)
|
|
494 |
?>
|
495 |
|
496 |
<tr valign="top"><td>
|
497 |
-
|
498 |
</td>
|
499 |
<td>
|
500 |
|
501 |
<div class="scroll_checkbox">
|
502 |
-
<input type="checkbox" id="select_all_pages" >Select All
|
503 |
|
504 |
<?php
|
505 |
for($i=0;$i<$count;$i++)
|
@@ -519,7 +522,7 @@ function dethide_fbap(id)
|
|
519 |
$xyz_fbap_secret_key=get_option('xyz_fbap_secret_key');
|
520 |
?>
|
521 |
<tr id="xyz_fbap_selected_pages_tr" style="<?php if($xyz_fbap_page_names=='')echo "display:none;";?>">
|
522 |
-
<td>Selected facebook pages for auto publish</td>
|
523 |
<td><div>
|
524 |
<div class="scroll_checkbox" id="xyz_fbap_selected_pages" style="float: left;">
|
525 |
<?php
|
@@ -543,14 +546,14 @@ function dethide_fbap(id)
|
|
543 |
<td id="bottomBorderNone"><div style="height: 50px;">
|
544 |
<input type="submit" class="submit_fbap_new"
|
545 |
style=" margin-top: 10px; "
|
546 |
-
name="fb" value="Save" /></div>
|
547 |
</td>
|
548 |
</tr>
|
549 |
<?php if(get_option('xyz_fbap_smapsoln_userid')==0){?>
|
550 |
-
<tr><td style='color: #ce5c19;padding-left:0px;'
|
551 |
<?php }
|
552 |
else{?>
|
553 |
-
<tr><td style='color: #ce5c19;padding-left:0px;'
|
554 |
<?php }?>
|
555 |
</table>
|
556 |
</form>
|
@@ -568,10 +571,10 @@ function dethide_fbap(id)
|
|
568 |
}
|
569 |
$xyz_fbap_include_pages=intval($_POST['xyz_fbap_include_pages']);
|
570 |
$xyz_fbap_include_posts=intval($_POST['xyz_fbap_include_posts']);
|
571 |
-
|
572 |
if($_POST['xyz_fbap_cat_all']=="All")
|
573 |
$fbap_category_ids=$_POST['xyz_fbap_cat_all'];//radio btn name
|
574 |
-
else if (isset($_POST['xyz_fbap_catlist']))
|
575 |
{
|
576 |
$fbap_category_ids=$_POST['xyz_fbap_catlist'];//dropdown
|
577 |
$fbap_category_ids=implode(',', $fbap_category_ids);
|
@@ -584,6 +587,7 @@ function dethide_fbap(id)
|
|
584 |
$xyz_fbap_peer_verification=intval($_POST['xyz_fbap_peer_verification']);
|
585 |
$xyz_fbap_premium_version_ads=intval($_POST['xyz_fbap_premium_version_ads']);
|
586 |
$xyz_fbap_default_selection_edit=intval($_POST['xyz_fbap_default_selection_edit']);
|
|
|
587 |
// $xyz_fbap_utf_decode_enable=intval($_POST['xyz_fbap_utf_decode_enable']);
|
588 |
$fbap_customtype_ids="";
|
589 |
$xyz_fbap_applyfilters="";
|
@@ -621,41 +625,43 @@ function dethide_fbap(id)
|
|
621 |
update_option('xyz_fbap_peer_verification',$xyz_fbap_peer_verification);
|
622 |
update_option('xyz_fbap_premium_version_ads',$xyz_fbap_premium_version_ads);
|
623 |
update_option('xyz_fbap_default_selection_edit',$xyz_fbap_default_selection_edit);
|
|
|
624 |
// update_option('xyz_fbap_utf_decode_enable',$xyz_fbap_utf_decode_enable);
|
625 |
}
|
626 |
$xyz_credit_link=get_option('xyz_credit_link');
|
627 |
$xyz_fbap_include_pages=get_option('xyz_fbap_include_pages');
|
628 |
$xyz_fbap_include_posts=get_option('xyz_fbap_include_posts');
|
629 |
$xyz_fbap_include_categories=get_option('xyz_fbap_include_categories');
|
630 |
-
if ($xyz_fbap_include_categories!='All')
|
631 |
-
$xyz_fbap_include_categories=explode(',', $xyz_fbap_include_categories)
|
632 |
$xyz_fbap_include_customposttypes=get_option('xyz_fbap_include_customposttypes');
|
633 |
$xyz_fbap_apply_filters=get_option('xyz_fbap_apply_filters');
|
634 |
$xyz_fbap_peer_verification=get_option('xyz_fbap_peer_verification');
|
635 |
$xyz_fbap_premium_version_ads=get_option('xyz_fbap_premium_version_ads');
|
636 |
$xyz_fbap_default_selection_edit=get_option('xyz_fbap_default_selection_edit');
|
|
|
637 |
// $xyz_fbap_utf_decode_enable=get_option('xyz_fbap_utf_decode_enable');
|
638 |
?>
|
639 |
<div id="xyz_fbap_basic_settings" class="xyz_fbap_tabcontent">
|
640 |
<form method="post">
|
641 |
<?php wp_nonce_field( 'xyz_fbap_basic_settings_form_nonce' );?>
|
642 |
<table class="widefat xyz_fbap_widefat_table" style="width: 99%">
|
643 |
-
<tr><td><h2>Basic Settings</h2></td></tr>
|
644 |
<tr valign="top">
|
645 |
-
<td colspan="1">Publish wordpress `posts` to facebook
|
646 |
</td>
|
647 |
<td class="switch-field">
|
648 |
-
<label id="xyz_fbap_include_posts_yes"><input type="radio" name="xyz_fbap_include_posts" value="1" <?php if($xyz_fbap_include_posts==1) echo 'checked';?>/>Yes</label>
|
649 |
-
<label id="xyz_fbap_include_posts_no"><input type="radio" name="xyz_fbap_include_posts" value="0" <?php if($xyz_fbap_include_posts==0) echo 'checked';?>/>No</label>
|
650 |
</td>
|
651 |
</tr>
|
652 |
|
653 |
<tr valign="top">
|
654 |
-
<td colspan="1" width="50%">Publish wordpress `pages` to facebook
|
655 |
</td>
|
656 |
<td class="switch-field">
|
657 |
-
<label id="xyz_fbap_include_pages_yes"><input type="radio" name="xyz_fbap_include_pages" value="1" <?php if($xyz_fbap_include_pages==1) echo 'checked';?>/>Yes</label>
|
658 |
-
<label id="xyz_fbap_include_pages_no"><input type="radio" name="xyz_fbap_include_pages" value="0" <?php if($xyz_fbap_include_pages==0) echo 'checked';?>/>No</label>
|
659 |
</td>
|
660 |
</tr>
|
661 |
|
@@ -676,7 +682,7 @@ function dethide_fbap(id)
|
|
676 |
}
|
677 |
?>
|
678 |
<tr valign="top" <?php echo $xyz_fbap_hide_custompost_settings;?>>
|
679 |
-
<td colspan="1">Select wordpress custom post types for auto publish</td>
|
680 |
<td> <?php foreach ($post_types as $post_type ) {
|
681 |
|
682 |
echo '<input type="checkbox" name="post_types[]" value="'.$post_type.'" ';
|
@@ -692,16 +698,16 @@ function dethide_fbap(id)
|
|
692 |
}?>
|
693 |
</td>
|
694 |
</tr>
|
695 |
-
<tr><td><h2>Advanced Settings</h2> </td></tr>
|
696 |
<tr valign="top" id="selPostCat">
|
697 |
-
<td colspan="1">Select post categories for auto publish
|
698 |
</td>
|
699 |
<td class="switch-field">
|
700 |
<input type="hidden" value="<?php echo esc_html($xyz_fbap_include_categories);?>" name="xyz_fbap_sel_cat" id="xyz_fbap_sel_cat">
|
701 |
<label id="xyz_fbap_include_categories_no">
|
702 |
-
<input type="radio" name="xyz_fbap_cat_all" id="xyz_fbap_cat_all" value="All" onchange="rd_cat_chn(1,-1)" <?php if($xyz_fbap_include_categories=="All") echo "checked"?>>All<font style="padding-left: 10px;"></font></label>
|
703 |
<label id="xyz_fbap_include_categories_yes">
|
704 |
-
<input type="radio" name="xyz_fbap_cat_all" id="xyz_fbap_cat_all" value="" onchange="rd_cat_chn(1,1)" <?php if($xyz_fbap_include_categories!="All") echo "checked"?>>Specific</label>
|
705 |
<br /> <br /> <div class="scroll_checkbox" id="cat_dropdown_span">
|
706 |
<?php
|
707 |
$args = array(
|
@@ -725,6 +731,7 @@ function dethide_fbap(id)
|
|
725 |
|
726 |
if(count(get_categories($args))>0)
|
727 |
{
|
|
|
728 |
$fbap_categories=get_categories($args);
|
729 |
foreach ($fbap_categories as $fbap_cat)
|
730 |
{
|
@@ -735,30 +742,38 @@ function dethide_fbap(id)
|
|
735 |
<br/><?php }
|
736 |
}
|
737 |
else
|
738 |
-
|
739 |
?><br /> <br /> </div>
|
740 |
</td>
|
741 |
</tr>
|
742 |
<tr valign="top">
|
743 |
-
<td scope="row" colspan="1" width="50%">Auto publish on editing posts/pages/custom post types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
744 |
</td>
|
745 |
<td >
|
746 |
-
<input type="radio" name="
|
747 |
-
<input type="radio" name="
|
748 |
-
<input type="radio" name="xyz_fbap_default_selection_edit" value="2" <?php if($xyz_fbap_default_selection_edit==2) echo 'checked';?>/>Use settings from post creation or post updation
|
749 |
</td>
|
750 |
</tr>
|
751 |
|
752 |
<tr valign="top">
|
753 |
-
<td scope="row" colspan="1" width="50%">Enable SSL peer verification in remote requests</td>
|
754 |
<td class="switch-field">
|
755 |
-
<label id="xyz_fbap_peer_verification_yes"><input type="radio" name="xyz_fbap_peer_verification" value="1" <?php if($xyz_fbap_peer_verification==1) echo 'checked';?>/>Yes</label>
|
756 |
-
<label id="xyz_fbap_peer_verification_no"><input type="radio" name="xyz_fbap_peer_verification" value="0" <?php if($xyz_fbap_peer_verification==0) echo 'checked';?>/>No</label>
|
757 |
</td>
|
758 |
</tr>
|
759 |
|
760 |
<tr valign="top">
|
761 |
-
<td scope="row" colspan="1">Apply filters during publishing
|
762 |
<td>
|
763 |
<?php
|
764 |
$ar2=explode(",",$xyz_fbap_apply_filters);
|
@@ -795,23 +810,23 @@ function dethide_fbap(id)
|
|
795 |
<label id="xyz_fbap_utf_decode_enable_no"><input type="radio" name="xyz_fbap_utf_decode_enable" value="0" <?php //if($xyz_fbap_utf_decode_enable==0) echo 'checked';?>/>No</label>
|
796 |
</td>
|
797 |
</tr> -->
|
798 |
-
<tr><td><h2>Other Settings</h2> </td></tr>
|
799 |
<tr valign="top">
|
800 |
|
801 |
-
<td colspan="1">Enable credit link to author
|
802 |
</td>
|
803 |
<td class="switch-field">
|
804 |
-
<label id="xyz_credit_link_yes"><input type="radio" name="xyz_credit_link" value="fbap" <?php if($xyz_credit_link=='fbap') echo 'checked';?>/>Yes</label>
|
805 |
-
<label id="xyz_credit_link_no"><input type="radio" name="xyz_credit_link" value="<?php echo $xyz_credit_link!='fbap'?$xyz_credit_link:0;?>" <?php if($xyz_credit_link!='fbap') echo 'checked';?>/>No</label>
|
806 |
</td>
|
807 |
</tr>
|
808 |
|
809 |
<tr valign="top">
|
810 |
-
<td colspan="1">Enable premium version ads
|
811 |
</td>
|
812 |
<td class="switch-field">
|
813 |
-
<label id="xyz_fbap_premium_version_ads_yes"><input type="radio" name="xyz_fbap_premium_version_ads" value="1" <?php if($xyz_fbap_premium_version_ads==1) echo 'checked';?>/>Yes</label>
|
814 |
-
<label id="xyz_fbap_premium_version_ads_no"><input type="radio" name="xyz_fbap_premium_version_ads" value="0" <?php if($xyz_fbap_premium_version_ads==0) echo 'checked';?>/>No</label>
|
815 |
|
816 |
</td>
|
817 |
</tr>
|
@@ -821,7 +836,7 @@ function dethide_fbap(id)
|
|
821 |
|
822 |
|
823 |
<td id="bottomBorderNone"><div style="height: 50px;">
|
824 |
-
<input type="submit" class="submit_fbap_new" style="margin-top: 10px;" value=" Update Settings" name="bsettngs" /></div></td>
|
825 |
</tr>
|
826 |
|
827 |
</table>
|
@@ -1006,7 +1021,8 @@ function fbap_popup_fb_auth(domain_name,xyz_fbap_smapsoln_userid,xyzscripts_user
|
|
1006 |
if(xyzscripts_user_id==''|| xyzscripts_hash_val==''){
|
1007 |
if(jQuery('#system_notice_area').length==0)
|
1008 |
jQuery('body').append('<div class="system_notice_area_style0" id="system_notice_area"></div>');
|
1009 |
-
jQuery("#system_notice_area").html(
|
|
|
1010 |
jQuery("#system_notice_area").show();
|
1011 |
jQuery('#system_notice_area_dismiss').click(function() {
|
1012 |
jQuery('#system_notice_area').animate({
|
@@ -1041,7 +1057,7 @@ function xyz_fbap_ProcessChildMessage_2(message) {
|
|
1041 |
message=message.substring(6);
|
1042 |
if(jQuery('#system_notice_area').length==0)
|
1043 |
jQuery('body').append('<div class="system_notice_area_style0" id="system_notice_area"></div>');
|
1044 |
-
jQuery("#system_notice_area").html(message+' <span id="system_notice_area_dismiss">Dismiss</span>');
|
1045 |
jQuery("#system_notice_area").show();
|
1046 |
jQuery('#system_notice_area_dismiss').click(function() {
|
1047 |
jQuery('#system_notice_area').animate({
|
@@ -1066,7 +1082,7 @@ function xyz_fbap_ProcessChildMessage_2(message) {
|
|
1066 |
jQuery("#ajax-save-xyzscript_acc").show();
|
1067 |
jQuery.post(ajaxurl, dataString ,function(response) {
|
1068 |
if(response==1)
|
1069 |
-
alert(
|
1070 |
else{
|
1071 |
var base_url = '<?php echo admin_url('admin.php?page=facebook-auto-publish-settings');?>';//msg -
|
1072 |
window.location.href = base_url+'&msg=4';
|
@@ -1107,7 +1123,7 @@ function xyz_fbap_ProcessChildMessage_2(message) {
|
|
1107 |
jQuery("#ajax-save").show();
|
1108 |
jQuery.post(ajaxurl, dataString ,function(response) {
|
1109 |
if(response==1)
|
1110 |
-
alert(
|
1111 |
else{
|
1112 |
var base_url = '<?php echo admin_url('admin.php?page=facebook-auto-publish-settings');?>';//msg -
|
1113 |
window.location.href = base_url+'&msg=5';
|
21 |
update_option('xyz_fbap_dnt_shw_notice', "hide");
|
22 |
?>
|
23 |
<style type='text/css'>
|
24 |
+
#fbap_notice_td
|
25 |
{
|
26 |
display:none !important;
|
27 |
}
|
28 |
</style>
|
29 |
<div class="system_notice_area_style1" id="system_notice_area">
|
30 |
+
<?php _e('Thanks again for using the plugin. We will never show the message again.','facebook-auto-publish');?>
|
31 |
<span
|
32 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
33 |
</div>
|
34 |
<?php
|
35 |
}
|
81 |
$messagetopost=$_POST['xyz_fbap_message'];
|
82 |
if($app_name=="" && $posting_permission==1)
|
83 |
{
|
84 |
+
$ms0= __('Please fill facebook application name.','facebook-auto-publish');
|
85 |
$erf=1;
|
86 |
}
|
87 |
else if($appid=="" && $posting_permission==1 && $xyz_fbap_app_sel_mode==0)
|
88 |
{
|
89 |
+
$ms1= __('Please fill facebook application id.','facebook-auto-publish');
|
90 |
$erf=1;
|
91 |
}
|
92 |
elseif($appsecret=="" && $posting_permission==1 && $xyz_fbap_app_sel_mode==0)
|
93 |
{
|
94 |
+
$ms2= __('Please fill facebook application secret.','facebook-auto-publish');
|
95 |
$erf=1;
|
96 |
}
|
97 |
else
|
126 |
{
|
127 |
?>
|
128 |
<div class="system_notice_area_style1" id="system_notice_area">
|
129 |
+
<?php _e('Settings updated successfully.','facebook-auto-publish');?> <span
|
130 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
131 |
</div>
|
132 |
<?php }
|
133 |
if(isset($_GET['msg']) && $_GET['msg']==2)
|
134 |
{
|
135 |
?>
|
136 |
<div class="system_notice_area_style0" id="system_notice_area">
|
137 |
+
<?php _e('The state does not match. You may be a victim of CSRF.','facebook-auto-publish');?> <span
|
138 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
139 |
</div>
|
140 |
<?php
|
141 |
}
|
143 |
{
|
144 |
?>
|
145 |
<div class="system_notice_area_style0" id="system_notice_area">
|
146 |
+
<?php _e('Unable to authorize the facebook application. Please check your curl/fopen and firewall settings.','facebook-auto-publish');?> <span
|
147 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
148 |
</div>
|
149 |
<?php
|
150 |
}
|
152 |
{
|
153 |
?>
|
154 |
<div class="system_notice_area_style1" id="system_notice_area">
|
155 |
+
<?php $fbap_xyzscripts_name="xyzscripts";
|
156 |
+
$fbap_xyz_success_msg=sprintf(__('Successfully connected to %s member area','facebook-auto-publish'),$fbap_xyzscripts_name);
|
157 |
+
echo $fbap_xyz_success_msg; ?>. <span
|
158 |
+
id="system_notice_area_dismiss"><?php _e('Dismiss','facebook-auto-publish');?></span>
|
159 |
</div>
|
160 |
<?php
|
161 |
}
|
163 |
{
|
164 |
?>
|
165 |
<div class="system_notice_area_style1" id="system_notice_area">
|
166 |
+
<?php _e('Selected pages saved successfully.','facebook-auto-publish');?> <span
|
167 |
+
id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
168 |
</div>
|
169 |
<?php
|
170 |
}
|
179 |
echo esc_html($ms0);echo esc_html($ms1);echo esc_html($ms2);echo esc_html($ms3);
|
180 |
}
|
181 |
?>
|
182 |
+
<span id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish');?> </span>
|
183 |
</div>
|
184 |
<?php } ?>
|
185 |
<script type="text/javascript">
|
195 |
|
196 |
<div style="width: 100%">
|
197 |
<div class="xyz_fbap_tab">
|
198 |
+
<button class="xyz_fbap_tablinks" onclick="xyz_fbap_open_tab(event, 'xyz_fbap_facebook_settings')" id="xyz_fbap_default_tab_settings"> <?php _e('Facebook Settings','facebook-auto-publish');?> </button>
|
199 |
+
<button class="xyz_fbap_tablinks" onclick="xyz_fbap_open_tab(event, 'xyz_fbap_basic_settings')" id="xyz_fbap_basic_tab_settings"> <?php _e('General Settings','facebook-auto-publish');?> </button>
|
200 |
</div>
|
201 |
<div id="xyz_fbap_facebook_settings" class="xyz_fbap_tabcontent">
|
202 |
|
212 |
if($af==1 && $appid!="" && $appsecret!="")
|
213 |
{
|
214 |
?>
|
215 |
+
<span style="color: red;" id="auth_message" > <?php _e('Application needs authorisation','facebook-auto-publish');?> </span> <br>
|
216 |
<form method="post">
|
217 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
218 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
219 |
+
value="<?php _e('Authorize','facebook-auto-publish');?>" /><br><br>
|
220 |
|
221 |
</form>
|
222 |
<?php }
|
226 |
<form method="post">
|
227 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
228 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
229 |
+
value="<?php _e('Reauthorize','facebook-auto-publish');?>" title="Reauthorize the account" /><br><br>
|
230 |
|
231 |
</form>
|
232 |
<?php }
|
245 |
?>
|
246 |
<span id='ajax-save' style="display:none;"><img class="img" title="Saving details" src="<?php echo plugins_url('../images/ajax-loader.gif',__FILE__);?>" style="width:65px;height:70px; "></span>
|
247 |
<span id="auth_message">
|
248 |
+
<span style="color: red;" > <?php _e('Application needs authorisation','facebook-auto-publish');?> </span> <br>
|
249 |
<form method="post">
|
250 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
251 |
<input type="hidden" value="<?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?>" id="parent_domain">
|
252 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
253 |
+
value="<?php _e('Authorize','facebook-auto-publish');?>" onclick="javascript:return fbap_popup_fb_auth('<?php echo urlencode($domain_name);?>','<?php echo $xyz_fbap_smapsoln_userid;?>','<?php echo $xyzscripts_user_id;?>','<?php echo $xyzscripts_hash_val;?>','<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);"/><br><br>
|
254 |
</form></span>
|
255 |
<?php }
|
256 |
else if($af==0 )
|
261 |
<?php wp_nonce_field( 'xyz_fbap_fb_auth_nonce' );?>
|
262 |
<input type="hidden" value="<?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?>" id="parent_domain">
|
263 |
<input type="submit" class="submit_fbap_new" name="fb_auth"
|
264 |
+
value="<?php _e('Reauthorize','facebook-auto-publish');?>" title="Reauthorize the account" onclick="javascript:return fbap_popup_fb_auth('<?php echo urlencode($domain_name);?>','<?php echo $xyz_fbap_smapsoln_userid;?>','<?php echo $xyzscripts_user_id;?>','<?php echo $xyzscripts_hash_val;?>','<?php echo $auth_secret_key;?>','<?php echo $request_hash;?>');void(0);"/><br><br>
|
265 |
</form>
|
266 |
<?php }
|
267 |
}
|
268 |
if(isset($_GET['auth']) && $_GET['auth']==1 && get_option("xyz_fbap_fb_token")!="")
|
269 |
{
|
270 |
?>
|
271 |
+
<span style="color: green;"> <?php _e('Application is authorized, go posting.','facebook-auto-publish');?>
|
272 |
</span><br>
|
273 |
|
274 |
<?php
|
279 |
<td id="bottomBorderNone" style="border: 1px solid #FCC328;">
|
280 |
|
281 |
<div>
|
282 |
+
<b> <?php _e('Note:','facebook-auto-publish'); ?></b> <?php _e('You have to create a Facebook application before filling the following details.','facebook-auto-publish'); ?>
|
283 |
+
<b><a href="https://developers.facebook.com/apps" target="_blank"> <?php _e('Click here </a></b> to create new Facebook application.','facebook-auto-publish'); ?>
|
284 |
+
<br> <?php $fbap_path1="Apps >Add Product > Facebook Login >Quickstart >Web > Site URL"; $fbap_navigate1=sprintf(__('In the application page in facebook, navigate to <b> %s </b>.','facebook-auto-publish'),$fbap_path1);echo $fbap_navigate1; _e('Set the site url as:','facebook-auto-publish'); ?>
|
285 |
<span style="color: red;"><?php echo (is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST']; ?></span>
|
286 |
+
<br> <?php $fbap_path2="Apps > Facebook Login > Settings"; $fbap_navigate2=sprintf(__('And then navigate to <b> %s </b>.','facebook-auto-publish'),$fbap_path2); echo $fbap_navigate2; _e('Set the Valid OAuth redirect URIs as:','facebook-auto-publish'); ?><br>
|
287 |
<span style="color: red;"><?php echo $redirecturl; ?></span>
|
288 |
+
<br> <?php $fbap_create_fbapp="http://help.xyzscripts.com/docs/social-media-auto-publish/faq/how-can-i-create-facebook-application/"; $fbap_inst_link=sprintf(__('For detailed step by step instructions <b><a href="%s" target="_blank"> Click here.','facebook-auto-publish'),$fbap_create_fbapp); echo $fbap_inst_link; ?> </a></b>
|
289 |
</div>
|
290 |
|
291 |
</td>
|
297 |
|
298 |
<input type="hidden" value="config">
|
299 |
|
300 |
+
<div style="font-weight: bold;padding: 3px;"> <?php _e('All fields given below are mandatory','facebook-auto-publish'); ?> </div>
|
301 |
<table class="widefat xyz_fbap_widefat_table" style="width: 99%">
|
302 |
<tr valign="top">
|
303 |
+
<td> <?php _e('Enable auto publish post to my facebook account','facebook-auto-publish'); ?>
|
304 |
</td>
|
305 |
<td class="switch-field">
|
306 |
+
<label id="xyz_fbap_post_permission_yes"><input type="radio" name="xyz_fbap_post_permission" value="1" <?php if(get_option('xyz_fbap_post_permission')==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
307 |
+
<label id="xyz_fbap_post_permission_no"><input type="radio" name="xyz_fbap_post_permission" value="0" <?php if(get_option('xyz_fbap_post_permission')==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
308 |
</td>
|
309 |
</tr>
|
310 |
|
311 |
<tr valign="top">
|
312 |
+
<td width="50%"> <?php _e('Application name','facebook-auto-publish'); ?>
|
313 |
+
<br/><span style="color: #0073aa;">[<?php _e('This is for tracking purpose','facebook-auto-publish'); ?>]</span>
|
314 |
</td>
|
315 |
<td><input id="xyz_fbap_application_name"
|
316 |
name="xyz_fbap_application_name" type="text"
|
318 |
</td>
|
319 |
</tr>
|
320 |
<tr valign="top">
|
321 |
+
<td width="50%"> <?php _e('Application Selection','facebook-auto-publish'); ?>
|
322 |
</td>
|
323 |
<td>
|
324 |
<input type="radio" name="xyz_fbap_app_sel_mode" id="xyz_fbap_app_sel_mode_reviewd" value="0" <?php if(get_option('xyz_fbap_app_sel_mode')==0) echo 'checked';?>>
|
325 |
+
<span style="color: #a7a7a7;font-weight: bold;"> <?php _e('Own App','facebook-auto-publish'); ?>(<?php _e('requires app submission and Facebook review','facebook-auto-publish'); ?>)-<a href="http://help.xyzscripts.com/docs/social-media-auto-publish/faq/how-can-i-create-facebook-application/" style="color: #a7a7a7;text-decoration: underline; " target="_blank" > <?php _e('Help','facebook-auto-publish'); ?> </a>)</span>
|
326 |
<br/>
|
327 |
+
<div class="xyz_fbap_facebook_settings" style="display: none;" onmouseover="detdisplay_fbap('xyz_fbap_app_review')" onmouseout="dethide_fbap('xyz_fbap_app_review')"><span style="padding-left: 25px;color: #0073aa;"> <?php _e('App approval service available for 50 USD','facebook-auto-publish'); ?>
|
328 |
</span><br/>
|
329 |
<div id="xyz_fbap_app_review" class="fbap_informationdiv" style="display: none;width: 400px;">
|
330 |
+
<b> <?php _e('Expected time frame','facebook-auto-publish'); ?>:</b><br/> <?php _e('30 days','facebook-auto-publish'); ?> <br/>
|
331 |
+
<b> <?php _e('Required details','facebook-auto-publish'); ?>:</b><br/> <?php _e('1. WordPress login','facebook-auto-publish'); ?> <br/>
|
332 |
+
<?php _e('2. Admin access to Facebook developer app for review submission (temporary).','facebook-auto-publish'); ?><br/>
|
333 |
+
<?php $fbap_details_link="https://xyzscripts.com/support/"; $fbap_details_contact=sprintf(__('For more details contact <a href="%s" target="_blank" > Support Desk','facebook-auto-publish'),$fbap_details_link); echo $fbap_details_contact; ?></a>.
|
334 |
</div>
|
335 |
</div><br/>
|
336 |
<input type="radio" name="xyz_fbap_app_sel_mode" id="xyz_fbap_app_sel_mode_xyzapp" value="1" <?php if(get_option('xyz_fbap_app_sel_mode')==1) echo 'checked';?>>
|
337 |
+
<span style="color: #000000;font-size: 13px;background-color: #f7a676;font-weight: 500;padding: 3px 5px;"><i class="fa fa-star-o" aria-hidden="true" style="margin-right:5px;"></i> <?php $fbap_smap_site="SMAPsolution.com's"; $fbap_ready_pub=sprintf(__('%s App ( ready to publish )','facebook-auto-publish'),$fbap_smap_site); echo $fbap_ready_pub; ?> <i class="fa fa-star-o" aria-hidden="true" style="margin-right:5px;"></i></span><br> <span style="padding-left: 25px;">
|
338 |
+
<?php _e('Starts from 10 USD per year','facebook-auto-publish'); ?> </span><br>
|
339 |
<?php if(get_option('xyz_fbap_smapsoln_userid')==0)
|
340 |
{?>
|
341 |
+
<span style="color: #ff5e00;padding-left: 27px;font-size: small;"><b> <?php _e('30 DAYS FREE TRIAL AVAILABLE','facebook-auto-publish'); ?>*</b></span>
|
342 |
<br/>
|
343 |
<?php }?>
|
344 |
+
<a target="_blank" href="https://help.xyzscripts.com/docs/social-media-auto-publish/faq/how-can-i-use-the-alternate-solution-for-publishing-posts-to-facebook/" style="padding-left: 30px;"> <?php $fbap_how_smap=sprintf(__('How to use %s application?','facebook-auto-publish'),$fbap_smap_site); echo $fbap_how_smap; ?></a>
|
345 |
</td>
|
346 |
</tr>
|
347 |
<?php
|
352 |
<td width="50%">
|
353 |
<span id='ajax-save-xyzscript_acc' style="display:none;"><img class="img" title="Saving details" src="<?php echo plugins_url('../images/ajax-loader.gif',__FILE__);?>" style="width:65px;height:70px; "></span>
|
354 |
<span id="connect_to_xyzscripts"style="background-color: #1A87B9;color: white; padding: 4px 5px;text-align: center; text-decoration: none; display: inline-block;border-radius: 4px;">
|
355 |
+
<a href="javascript:fbap_popup_connect_to_xyzscripts();void(0);" style="color:white !important;"> <?php $fbap_var_xyz="xyzscripts"; $fbap_connect_xyz=sprintf(__('Connect your %s account','facebook-auto-publish'),$fbap_var_xyz); echo $fbap_connect_xyz; ?> </a>
|
356 |
</span>
|
357 |
</td>
|
358 |
</tr>
|
359 |
<?php }?>
|
360 |
<tr valign="top" class="xyz_fbap_facebook_settings">
|
361 |
+
<td width="50%"> <?php _e('Application id','facebook-auto-publish'); ?>
|
362 |
</td>
|
363 |
<td><input id="xyz_fbap_application_id"
|
364 |
name="xyz_fbap_application_id" type="text"
|
367 |
</tr>
|
368 |
|
369 |
<tr valign="top" class="xyz_fbap_facebook_settings">
|
370 |
+
<td> <?php _e('Application secret','facebook-auto-publish'); ?> <?php $apsecret=esc_html(get_option('xyz_fbap_application_secret'));?>
|
371 |
|
372 |
</td>
|
373 |
<td><input id="xyz_fbap_application_secret"
|
377 |
</tr>
|
378 |
|
379 |
<tr valign="top">
|
380 |
+
<td> <?php _e('Posting method','facebook-auto-publish'); ?>
|
381 |
+
<br/><span style="color: #0073aa;">[ <?php _e('Create app album (with <b> Application name </b>) in the Facebook pages, <br/> if you are using the posting method <b> Upload image to app album','facebook-auto-publish'); ?> </b>]</span>
|
382 |
</td>
|
383 |
<td>
|
384 |
<select id="xyz_fbap_po_method" name="xyz_fbap_po_method">
|
385 |
<option value="3"
|
386 |
+
<?php if(get_option('xyz_fbap_po_method')==3) echo 'selected';?>> <?php _e('Simple text message','facebook-auto-publish'); ?> </option>
|
387 |
|
388 |
+
<optgroup label="<?php _e('Text message with image','facebook-auto-publish');?>">
|
389 |
<option value="4"
|
390 |
+
<?php if(get_option('xyz_fbap_po_method')==4) echo 'selected';?>> <?php _e('Upload image to app album','facebook-auto-publish'); ?> </option>
|
391 |
<option value="5"
|
392 |
+
<?php if(get_option('xyz_fbap_po_method')==5) echo 'selected';?>> <?php _e('Upload image to timeline album','facebook-auto-publish'); ?> </option>
|
393 |
</optgroup>
|
394 |
|
395 |
+
<optgroup label="<?php _e('Text message with attached link','facebook-auto-publish');?>">
|
396 |
<option value="1"
|
397 |
+
<?php if(get_option('xyz_fbap_po_method')==1) echo 'selected';?>> <?php _e('Attach your blog post','facebook-auto-publish'); ?> </option>
|
|
|
398 |
<option value="2"
|
399 |
<?php if(get_option('xyz_fbap_po_method')==2) echo 'selected';?>>
|
400 |
+
<?php _e('Share a link to your blog post','facebook-auto-publish'); ?> </option>
|
401 |
</optgroup>
|
402 |
</select>
|
403 |
</td>
|
404 |
</tr>
|
405 |
<tr valign="top">
|
406 |
+
<td> <?php _e('Enforce og tags for Facebook','facebook-auto-publish');?> <img src="<?php echo $heimg?>" onmouseover="detdisplay_fbap('xyz_fbap_enforce_og')" onmouseout="dethide_fbap('xyz_fbap_enforce_og')" style="width:13px;height:auto;">
|
407 |
<div id="xyz_fbap_enforce_og" class="fbap_informationdiv" style="display: none;width: 400px;">
|
408 |
+
<?php _e('If you enable, Open Graph tags will be generated while posting to Facebook, when using the posting method <b> Share a link to your blog post </b> or <b> Attach your blog post.','facebook-auto-publish'); ?> </b>
|
409 |
</div>
|
410 |
</td>
|
411 |
<td class="switch-field">
|
412 |
+
<label id="xyz_fbap_enforce_og_tags_yes" class="xyz_fbap_toggle_off"><input type="radio" name="xyz_fbap_enforce_og_tags" value="1" <?php if(get_option('xyz_fbap_enforce_og_tags')==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
413 |
+
<label id="xyz_fbap_enforce_og_tags_no" class="xyz_fbap_toggle_on"><input type="radio" name="xyz_fbap_enforce_og_tags" value="0" <?php if(get_option('xyz_fbap_enforce_og_tags')==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
414 |
</td>
|
415 |
</tr>
|
416 |
|
417 |
<tr valign="top">
|
418 |
+
<td> <?php _e('Clear facebook cache before publishing to facebook','facebook-auto-publish'); ?> </td>
|
419 |
<td class="switch-field">
|
420 |
+
<label id="xyz_fbap_clear_fb_cache_yes" class="xyz_fbap_toggle_off"><input type="radio" name="xyz_fbap_clear_fb_cache" value="1" <?php if(get_option('xyz_fbap_clear_fb_cache')==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
421 |
+
<label id="xyz_fbap_clear_fb_cache_no" class="xyz_fbap_toggle_on"><input type="radio" name="xyz_fbap_clear_fb_cache" value="0" <?php if(get_option('xyz_fbap_clear_fb_cache')==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
422 |
</td>
|
423 |
</tr>
|
424 |
<tr valign="top">
|
425 |
+
<td> <?php _e('Message format for posting','facebook-auto-publish'); ?> <img src="<?php echo $heimg?>"
|
426 |
onmouseover="detdisplay_fbap('xyz_fb')" onmouseout="dethide_fbap('xyz_fb')" style="width:13px;height:auto;">
|
427 |
<div id="xyz_fb" class="fbap_informationdiv" style="display: none;">
|
428 |
+
{POST_TITLE} - <?php _e('Insert the title of your post.','facebook-auto-publish'); ?><br/>
|
429 |
+
{PERMALINK} - <?php _e('Insert the URL where your post is displayed.','facebook-auto-publish'); ?><br/>
|
430 |
+
{POST_EXCERPT} - <?php _e('Insert the excerpt of your post.','facebook-auto-publish'); ?><br/>
|
431 |
+
{POST_CONTENT} - <?php _e('Insert the description of your post.','facebook-auto-publish'); ?><br/>
|
432 |
+
{BLOG_TITLE} - <?php _e('Insert the name of your blog.','facebook-auto-publish'); ?><br/>
|
433 |
+
{USER_NICENAME} - <?php _e('Insert the nicename of the author.','facebook-auto-publish'); ?><br/>
|
434 |
+
{POST_ID} - <?php _e('Insert the ID of your post.','facebook-auto-publish'); ?><br/>
|
435 |
+
{POST_PUBLISH_DATE} - <?php _e('Insert the publish date of your post.','facebook-auto-publish'); ?><br/>
|
436 |
+
{USER_DISPLAY_NAME} - <?php _e('Insert the display name of the author.','facebook-auto-publish'); ?>
|
437 |
+
</div><br/><span style="color: #0073aa;">[ <?php _e('Optional in the case of <b>Text message with attached link </b><br/>or<b> Text message with image </b>posting methods','facebook-auto-publish'); ?> ]</span></td>
|
438 |
<td>
|
439 |
<select name="xyz_fbap_info" id="xyz_fbap_info" onchange="xyz_fbap_info_insert(this)">
|
440 |
+
<option value ="0" selected="selected"> --<?php _e('Select','facebook-auto-publish'); ?>-- </option>
|
441 |
<option value ="1">{POST_TITLE} </option>
|
442 |
<option value ="2">{PERMALINK} </option>
|
443 |
<option value ="3">{POST_EXCERPT} </option>
|
497 |
?>
|
498 |
|
499 |
<tr valign="top"><td>
|
500 |
+
<?php _e('Select facebook pages for auto publish','facebook-auto-publish'); ?>
|
501 |
</td>
|
502 |
<td>
|
503 |
|
504 |
<div class="scroll_checkbox">
|
505 |
+
<input type="checkbox" id="select_all_pages" > <?php _e('Select All','facebook-auto-publish'); ?>
|
506 |
|
507 |
<?php
|
508 |
for($i=0;$i<$count;$i++)
|
522 |
$xyz_fbap_secret_key=get_option('xyz_fbap_secret_key');
|
523 |
?>
|
524 |
<tr id="xyz_fbap_selected_pages_tr" style="<?php if($xyz_fbap_page_names=='')echo "display:none;";?>">
|
525 |
+
<td> <?php _e('Selected facebook pages for auto publish','facebook-auto-publish'); ?> </td>
|
526 |
<td><div>
|
527 |
<div class="scroll_checkbox" id="xyz_fbap_selected_pages" style="float: left;">
|
528 |
<?php
|
546 |
<td id="bottomBorderNone"><div style="height: 50px;">
|
547 |
<input type="submit" class="submit_fbap_new"
|
548 |
style=" margin-top: 10px; "
|
549 |
+
name="fb" value="<?php _e('Save','facebook-auto-publish'); ?>" /></div>
|
550 |
</td>
|
551 |
</tr>
|
552 |
<?php if(get_option('xyz_fbap_smapsoln_userid')==0){?>
|
553 |
+
<tr><td style='color: #ce5c19;padding-left:0px;'>*<?php _e('Free trial is available only for first time users','facebook-auto-publish'); ?> </td></tr>
|
554 |
<?php }
|
555 |
else{?>
|
556 |
+
<tr><td style='color: #ce5c19;padding-left:0px;'>*<?php _e('Use reauthorize button to change selected values','facebook-auto-publish'); ?> </td></tr>
|
557 |
<?php }?>
|
558 |
</table>
|
559 |
</form>
|
571 |
}
|
572 |
$xyz_fbap_include_pages=intval($_POST['xyz_fbap_include_pages']);
|
573 |
$xyz_fbap_include_posts=intval($_POST['xyz_fbap_include_posts']);
|
574 |
+
$fbap_category_ids='';
|
575 |
if($_POST['xyz_fbap_cat_all']=="All")
|
576 |
$fbap_category_ids=$_POST['xyz_fbap_cat_all'];//radio btn name
|
577 |
+
else if (isset($_POST['xyz_fbap_catlist']) && !empty($_POST['xyz_fbap_catlist']))
|
578 |
{
|
579 |
$fbap_category_ids=$_POST['xyz_fbap_catlist'];//dropdown
|
580 |
$fbap_category_ids=implode(',', $fbap_category_ids);
|
587 |
$xyz_fbap_peer_verification=intval($_POST['xyz_fbap_peer_verification']);
|
588 |
$xyz_fbap_premium_version_ads=intval($_POST['xyz_fbap_premium_version_ads']);
|
589 |
$xyz_fbap_default_selection_edit=intval($_POST['xyz_fbap_default_selection_edit']);
|
590 |
+
$xyz_fbap_default_selection_create=intval($_POST['xyz_fbap_default_selection_create']);
|
591 |
// $xyz_fbap_utf_decode_enable=intval($_POST['xyz_fbap_utf_decode_enable']);
|
592 |
$fbap_customtype_ids="";
|
593 |
$xyz_fbap_applyfilters="";
|
625 |
update_option('xyz_fbap_peer_verification',$xyz_fbap_peer_verification);
|
626 |
update_option('xyz_fbap_premium_version_ads',$xyz_fbap_premium_version_ads);
|
627 |
update_option('xyz_fbap_default_selection_edit',$xyz_fbap_default_selection_edit);
|
628 |
+
update_option('xyz_fbap_default_selection_create',$xyz_fbap_default_selection_create);
|
629 |
// update_option('xyz_fbap_utf_decode_enable',$xyz_fbap_utf_decode_enable);
|
630 |
}
|
631 |
$xyz_credit_link=get_option('xyz_credit_link');
|
632 |
$xyz_fbap_include_pages=get_option('xyz_fbap_include_pages');
|
633 |
$xyz_fbap_include_posts=get_option('xyz_fbap_include_posts');
|
634 |
$xyz_fbap_include_categories=get_option('xyz_fbap_include_categories');
|
635 |
+
/*if ($xyz_fbap_include_categories!='All')
|
636 |
+
$xyz_fbap_include_categories=explode(',', $xyz_fbap_include_categories);*/
|
637 |
$xyz_fbap_include_customposttypes=get_option('xyz_fbap_include_customposttypes');
|
638 |
$xyz_fbap_apply_filters=get_option('xyz_fbap_apply_filters');
|
639 |
$xyz_fbap_peer_verification=get_option('xyz_fbap_peer_verification');
|
640 |
$xyz_fbap_premium_version_ads=get_option('xyz_fbap_premium_version_ads');
|
641 |
$xyz_fbap_default_selection_edit=get_option('xyz_fbap_default_selection_edit');
|
642 |
+
$xyz_fbap_default_selection_create=get_option('xyz_fbap_default_selection_create');
|
643 |
// $xyz_fbap_utf_decode_enable=get_option('xyz_fbap_utf_decode_enable');
|
644 |
?>
|
645 |
<div id="xyz_fbap_basic_settings" class="xyz_fbap_tabcontent">
|
646 |
<form method="post">
|
647 |
<?php wp_nonce_field( 'xyz_fbap_basic_settings_form_nonce' );?>
|
648 |
<table class="widefat xyz_fbap_widefat_table" style="width: 99%">
|
649 |
+
<tr><td><h2> <?php _e('Basic Settings','facebook-auto-publish'); ?> </h2></td></tr>
|
650 |
<tr valign="top">
|
651 |
+
<td colspan="1"> <?php _e('Publish wordpress `posts` to facebook','facebook-auto-publish'); ?>
|
652 |
</td>
|
653 |
<td class="switch-field">
|
654 |
+
<label id="xyz_fbap_include_posts_yes"><input type="radio" name="xyz_fbap_include_posts" value="1" <?php if($xyz_fbap_include_posts==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
655 |
+
<label id="xyz_fbap_include_posts_no"><input type="radio" name="xyz_fbap_include_posts" value="0" <?php if($xyz_fbap_include_posts==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
656 |
</td>
|
657 |
</tr>
|
658 |
|
659 |
<tr valign="top">
|
660 |
+
<td colspan="1" width="50%"> <?php _e('Publish wordpress `pages` to facebook','facebook-auto-publish'); ?>
|
661 |
</td>
|
662 |
<td class="switch-field">
|
663 |
+
<label id="xyz_fbap_include_pages_yes"><input type="radio" name="xyz_fbap_include_pages" value="1" <?php if($xyz_fbap_include_pages==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
664 |
+
<label id="xyz_fbap_include_pages_no"><input type="radio" name="xyz_fbap_include_pages" value="0" <?php if($xyz_fbap_include_pages==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
665 |
</td>
|
666 |
</tr>
|
667 |
|
682 |
}
|
683 |
?>
|
684 |
<tr valign="top" <?php echo $xyz_fbap_hide_custompost_settings;?>>
|
685 |
+
<td colspan="1"> <?php _e('Select wordpress custom post types for auto publish','facebook-auto-publish'); ?> </td>
|
686 |
<td> <?php foreach ($post_types as $post_type ) {
|
687 |
|
688 |
echo '<input type="checkbox" name="post_types[]" value="'.$post_type.'" ';
|
698 |
}?>
|
699 |
</td>
|
700 |
</tr>
|
701 |
+
<tr><td><h2> <?php _e('Advanced Settings','facebook-auto-publish'); ?> </h2> </td></tr>
|
702 |
<tr valign="top" id="selPostCat">
|
703 |
+
<td colspan="1"> <?php _e('Select post categories for auto publish','facebook-auto-publish'); ?>
|
704 |
</td>
|
705 |
<td class="switch-field">
|
706 |
<input type="hidden" value="<?php echo esc_html($xyz_fbap_include_categories);?>" name="xyz_fbap_sel_cat" id="xyz_fbap_sel_cat">
|
707 |
<label id="xyz_fbap_include_categories_no">
|
708 |
+
<input type="radio" name="xyz_fbap_cat_all" id="xyz_fbap_cat_all" value="All" onchange="rd_cat_chn(1,-1)" <?php if($xyz_fbap_include_categories=="All") echo "checked"?>> <?php _e('All','facebook-auto-publish'); ?> <font style="padding-left: 10px;"></font></label>
|
709 |
<label id="xyz_fbap_include_categories_yes">
|
710 |
+
<input type="radio" name="xyz_fbap_cat_all" id="xyz_fbap_cat_all" value="" onchange="rd_cat_chn(1,1)" <?php if($xyz_fbap_include_categories!="All") echo "checked"?>> <?php _e('Specific','facebook-auto-publish'); ?> </label>
|
711 |
<br /> <br /> <div class="scroll_checkbox" id="cat_dropdown_span">
|
712 |
<?php
|
713 |
$args = array(
|
731 |
|
732 |
if(count(get_categories($args))>0)
|
733 |
{
|
734 |
+
$xyz_fbap_include_categories=explode(',', $xyz_fbap_include_categories);
|
735 |
$fbap_categories=get_categories($args);
|
736 |
foreach ($fbap_categories as $fbap_cat)
|
737 |
{
|
742 |
<br/><?php }
|
743 |
}
|
744 |
else
|
745 |
+
_e('NIL','facebook-auto-publish');
|
746 |
?><br /> <br /> </div>
|
747 |
</td>
|
748 |
</tr>
|
749 |
<tr valign="top">
|
750 |
+
<td scope="row" colspan="1" width="50%"> <?php _e('Auto publish on editing posts/pages/custom post types','facebook-auto-publish'); ?>
|
751 |
+
</td>
|
752 |
+
<td >
|
753 |
+
<input type="radio" name="xyz_fbap_default_selection_edit" value="1" <?php if($xyz_fbap_default_selection_edit==1) echo 'checked';?>/> <?php _e('Enabled','facebook-auto-publish'); ?> <br/>
|
754 |
+
<input type="radio" name="xyz_fbap_default_selection_edit" value="0" <?php if($xyz_fbap_default_selection_edit==0) echo 'checked';?>/> <?php _e('Disabled','facebook-auto-publish'); ?> <br/>
|
755 |
+
<input type="radio" name="xyz_fbap_default_selection_edit" value="2" <?php if($xyz_fbap_default_selection_edit==2) echo 'checked';?>/> <?php _e('Use settings from post creation or post updation','facebook-auto-publish'); ?>
|
756 |
+
</td>
|
757 |
+
</tr>
|
758 |
+
<tr valign="top">
|
759 |
+
<td scope="row" colspan="1" width="50%"> <?php _e('Auto publish on creating posts/pages/custom post types','facebook-auto-publish'); ?>
|
760 |
</td>
|
761 |
<td >
|
762 |
+
<input type="radio" name="xyz_fbap_default_selection_create" value="1" <?php if($xyz_fbap_default_selection_create==1) echo 'checked';?>/> <?php _e('Enabled','facebook-auto-publish'); ?> <br/>
|
763 |
+
<input type="radio" name="xyz_fbap_default_selection_create" value="0" <?php if($xyz_fbap_default_selection_create==0) echo 'checked';?>/> <?php _e('Disabled','facebook-auto-publish'); ?> <br/>
|
|
|
764 |
</td>
|
765 |
</tr>
|
766 |
|
767 |
<tr valign="top">
|
768 |
+
<td scope="row" colspan="1" width="50%"> <?php _e('Enable SSL peer verification in remote requests','facebook-auto-publish'); ?> </td>
|
769 |
<td class="switch-field">
|
770 |
+
<label id="xyz_fbap_peer_verification_yes"><input type="radio" name="xyz_fbap_peer_verification" value="1" <?php if($xyz_fbap_peer_verification==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
771 |
+
<label id="xyz_fbap_peer_verification_no"><input type="radio" name="xyz_fbap_peer_verification" value="0" <?php if($xyz_fbap_peer_verification==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
772 |
</td>
|
773 |
</tr>
|
774 |
|
775 |
<tr valign="top">
|
776 |
+
<td scope="row" colspan="1"> <?php _e('Apply filters during publishing','facebook-auto-publish'); ?> </td>
|
777 |
<td>
|
778 |
<?php
|
779 |
$ar2=explode(",",$xyz_fbap_apply_filters);
|
810 |
<label id="xyz_fbap_utf_decode_enable_no"><input type="radio" name="xyz_fbap_utf_decode_enable" value="0" <?php //if($xyz_fbap_utf_decode_enable==0) echo 'checked';?>/>No</label>
|
811 |
</td>
|
812 |
</tr> -->
|
813 |
+
<tr><td><h2> <?php _e('Other Settings','facebook-auto-publish'); ?> </h2> </td></tr>
|
814 |
<tr valign="top">
|
815 |
|
816 |
+
<td colspan="1"> <?php _e('Enable credit link to author','facebook-auto-publish'); ?>
|
817 |
</td>
|
818 |
<td class="switch-field">
|
819 |
+
<label id="xyz_credit_link_yes"><input type="radio" name="xyz_credit_link" value="fbap" <?php if($xyz_credit_link=='fbap') echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
820 |
+
<label id="xyz_credit_link_no"><input type="radio" name="xyz_credit_link" value="<?php echo $xyz_credit_link!='fbap'?$xyz_credit_link:0;?>" <?php if($xyz_credit_link!='fbap') echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
821 |
</td>
|
822 |
</tr>
|
823 |
|
824 |
<tr valign="top">
|
825 |
+
<td colspan="1"> <?php _e('Enable premium version ads','facebook-auto-publish'); ?>
|
826 |
</td>
|
827 |
<td class="switch-field">
|
828 |
+
<label id="xyz_fbap_premium_version_ads_yes"><input type="radio" name="xyz_fbap_premium_version_ads" value="1" <?php if($xyz_fbap_premium_version_ads==1) echo 'checked';?>/> <?php _e('Yes','facebook-auto-publish'); ?> </label>
|
829 |
+
<label id="xyz_fbap_premium_version_ads_no"><input type="radio" name="xyz_fbap_premium_version_ads" value="0" <?php if($xyz_fbap_premium_version_ads==0) echo 'checked';?>/> <?php _e('No','facebook-auto-publish'); ?> </label>
|
830 |
|
831 |
</td>
|
832 |
</tr>
|
836 |
|
837 |
|
838 |
<td id="bottomBorderNone"><div style="height: 50px;">
|
839 |
+
<input type="submit" class="submit_fbap_new" style="margin-top: 10px;" value="<?php _e('Update Settings','facebook-auto-publish'); ?>" name="bsettngs" /></div></td>
|
840 |
</tr>
|
841 |
|
842 |
</table>
|
1021 |
if(xyzscripts_user_id==''|| xyzscripts_hash_val==''){
|
1022 |
if(jQuery('#system_notice_area').length==0)
|
1023 |
jQuery('body').append('<div class="system_notice_area_style0" id="system_notice_area"></div>');
|
1024 |
+
jQuery("#system_notice_area").html(xyz_script_fbap_var.html3);
|
1025 |
+
jQuery("#system_notice_area").append('<span id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>');
|
1026 |
jQuery("#system_notice_area").show();
|
1027 |
jQuery('#system_notice_area_dismiss').click(function() {
|
1028 |
jQuery('#system_notice_area').animate({
|
1057 |
message=message.substring(6);
|
1058 |
if(jQuery('#system_notice_area').length==0)
|
1059 |
jQuery('body').append('<div class="system_notice_area_style0" id="system_notice_area"></div>');
|
1060 |
+
jQuery("#system_notice_area").html(message+' <span id="system_notice_area_dismiss"> <?php _e('Dismiss','facebook-auto-publish'); ?> </span>');
|
1061 |
jQuery("#system_notice_area").show();
|
1062 |
jQuery('#system_notice_area_dismiss').click(function() {
|
1063 |
jQuery('#system_notice_area').animate({
|
1082 |
jQuery("#ajax-save-xyzscript_acc").show();
|
1083 |
jQuery.post(ajaxurl, dataString ,function(response) {
|
1084 |
if(response==1)
|
1085 |
+
alert(xyz_script_fbap_var.alert3);
|
1086 |
else{
|
1087 |
var base_url = '<?php echo admin_url('admin.php?page=facebook-auto-publish-settings');?>';//msg -
|
1088 |
window.location.href = base_url+'&msg=4';
|
1123 |
jQuery("#ajax-save").show();
|
1124 |
jQuery.post(ajaxurl, dataString ,function(response) {
|
1125 |
if(response==1)
|
1126 |
+
alert(xyz_script_fbap_var.alert3);
|
1127 |
else{
|
1128 |
var base_url = '<?php echo admin_url('admin.php?page=facebook-auto-publish-settings');?>';//msg -
|
1129 |
window.location.href = base_url+'&msg=5';
|
composer.json
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"require": {
|
3 |
-
"facebook/graph-sdk": "^5.6"
|
4 |
-
}
|
5 |
-
}
|
|
|
|
|
|
|
|
|
|
composer.lock
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_readme": [
|
3 |
-
"This file locks the dependencies of your project to a known state",
|
4 |
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5 |
-
"This file is @generated automatically"
|
6 |
-
],
|
7 |
-
"content-hash": "0719d5c0f2ea9b27280d086fced50c4d",
|
8 |
-
"packages": [
|
9 |
-
{
|
10 |
-
"name": "facebook/graph-sdk",
|
11 |
-
"version": "5.6.3",
|
12 |
-
"source": {
|
13 |
-
"type": "git",
|
14 |
-
"url": "https://github.com/facebook/php-graph-sdk.git",
|
15 |
-
"reference": "90e92bd1816fe718e55184ab85910dfcf488432c"
|
16 |
-
},
|
17 |
-
"dist": {
|
18 |
-
"type": "zip",
|
19 |
-
"url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/90e92bd1816fe718e55184ab85910dfcf488432c",
|
20 |
-
"reference": "90e92bd1816fe718e55184ab85910dfcf488432c",
|
21 |
-
"shasum": ""
|
22 |
-
},
|
23 |
-
"require": {
|
24 |
-
"php": "^5.4|^7.0"
|
25 |
-
},
|
26 |
-
"require-dev": {
|
27 |
-
"guzzlehttp/guzzle": "~5.0",
|
28 |
-
"mockery/mockery": "~0.8",
|
29 |
-
"phpunit/phpunit": "~4.0"
|
30 |
-
},
|
31 |
-
"suggest": {
|
32 |
-
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
|
33 |
-
"paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
|
34 |
-
},
|
35 |
-
"type": "library",
|
36 |
-
"extra": {
|
37 |
-
"branch-alias": {
|
38 |
-
"dev-master": "5.x-dev"
|
39 |
-
}
|
40 |
-
},
|
41 |
-
"autoload": {
|
42 |
-
"psr-4": {
|
43 |
-
"Facebook\\": "src/Facebook/"
|
44 |
-
},
|
45 |
-
"files": [
|
46 |
-
"src/Facebook/polyfills.php"
|
47 |
-
]
|
48 |
-
},
|
49 |
-
"notification-url": "https://packagist.org/downloads/",
|
50 |
-
"license": [
|
51 |
-
"Facebook Platform"
|
52 |
-
],
|
53 |
-
"authors": [
|
54 |
-
{
|
55 |
-
"name": "Facebook",
|
56 |
-
"homepage": "https://github.com/facebook/php-graph-sdk/contributors"
|
57 |
-
}
|
58 |
-
],
|
59 |
-
"description": "Facebook SDK for PHP",
|
60 |
-
"homepage": "https://github.com/facebook/php-graph-sdk",
|
61 |
-
"keywords": [
|
62 |
-
"facebook",
|
63 |
-
"sdk"
|
64 |
-
],
|
65 |
-
"time": "2018-07-03T02:25:00+00:00"
|
66 |
-
}
|
67 |
-
],
|
68 |
-
"packages-dev": [],
|
69 |
-
"aliases": [],
|
70 |
-
"minimum-stability": "stable",
|
71 |
-
"stability-flags": [],
|
72 |
-
"prefer-stable": false,
|
73 |
-
"prefer-lowest": false,
|
74 |
-
"platform": [],
|
75 |
-
"platform-dev": []
|
76 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
facebook-auto-publish.php
CHANGED
@@ -1,79 +1,85 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
Plugin Name: WP2Social Auto Publish
|
4 |
-
Plugin URI: https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
-
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
-
Version: 2.
|
7 |
-
Author: xyzscripts.com
|
8 |
-
Author URI: https://xyzscripts.com/
|
9 |
-
License: GPLv2 or later
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
define('
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
require_once( dirname( __FILE__ ) . '/admin/
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
$
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
Plugin Name: WP2Social Auto Publish
|
4 |
+
Plugin URI: https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
+
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
+
Version: 2.4
|
7 |
+
Author: xyzscripts.com
|
8 |
+
Author URI: https://xyzscripts.com/
|
9 |
+
License: GPLv2 or later
|
10 |
+
Text Domain: facebook-auto-publish
|
11 |
+
Domain Path: /languages/
|
12 |
+
*/
|
13 |
+
|
14 |
+
/*
|
15 |
+
This program is free software; you can redistribute it and/or
|
16 |
+
modify it under the terms of the GNU General Public License
|
17 |
+
as published by the Free Software Foundation; either version 2
|
18 |
+
of the License, or (at your option) any later version.
|
19 |
+
|
20 |
+
This program is distributed in the hope that it will be useful,
|
21 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23 |
+
GNU General Public License for more details.
|
24 |
+
|
25 |
+
You should have received a copy of the GNU General Public License
|
26 |
+
along with this program; if not, write to the Free Software
|
27 |
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
28 |
+
*/
|
29 |
+
if( !defined('ABSPATH') ){ exit();}
|
30 |
+
if ( !function_exists( 'add_action' ) ) {
|
31 |
+
_e('Hi there! I'.'m just a plugin, not much I can do when called directly.','facebook-auto-publish');
|
32 |
+
exit;
|
33 |
+
}
|
34 |
+
function plugin_load_fbaptextdomain() {
|
35 |
+
load_plugin_textdomain( 'facebook-auto-publish', false, basename( dirname( __FILE__ ) ) . '/languages/' );
|
36 |
+
}
|
37 |
+
add_action( 'init', 'plugin_load_fbaptextdomain' );
|
38 |
+
|
39 |
+
//error_reporting(E_ALL);
|
40 |
+
define('XYZ_FBAP_PLUGIN_FILE',__FILE__);
|
41 |
+
define('XYZ_FBAP_FB_API_VERSION','v13.0');
|
42 |
+
if (!defined('XYZ_SMAP_SOLUTION_AUTH_URL'))
|
43 |
+
define('XYZ_SMAP_SOLUTION_AUTH_URL','https://authorize.smapsolutions.com/');
|
44 |
+
if (!defined('XYZ_SMAP_SOLUTION_PUBLISH_URL'))
|
45 |
+
define('XYZ_SMAP_SOLUTION_PUBLISH_URL','https://free-publish.smapsolutions.com/');
|
46 |
+
|
47 |
+
include_once(ABSPATH.'wp-includes/version.php');
|
48 |
+
global $wp_version;
|
49 |
+
define('XYZ_WP_FBAP_WP_VERSION',$wp_version);
|
50 |
+
global $wpdb;
|
51 |
+
if(isset($_POST) && isset($_POST['fb_auth'] ) ||(isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-suggest-feature'))|| (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-settings')) || (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-manage-authorizations')))
|
52 |
+
{
|
53 |
+
ob_start();
|
54 |
+
}
|
55 |
+
require_once( dirname( __FILE__ ) . '/admin/install.php' );
|
56 |
+
require_once( dirname( __FILE__ ) . '/xyz-functions.php' );
|
57 |
+
require_once( dirname( __FILE__ ) . '/admin/menu.php' );
|
58 |
+
require_once( dirname( __FILE__ ) . '/admin/destruction.php' );
|
59 |
+
if (version_compare(PHP_VERSION, '5.4.0', '>'))
|
60 |
+
{
|
61 |
+
require_once( dirname( __FILE__ ) . '/vendor/autoload.php');
|
62 |
+
require_once( dirname( __FILE__ ) . '/admin/publish.php' );
|
63 |
+
}
|
64 |
+
require_once( dirname( __FILE__ ) . '/admin/ajax-backlink.php' );
|
65 |
+
require_once( dirname( __FILE__ ) . '/admin/metabox.php' );
|
66 |
+
require_once( dirname( __FILE__ ) . '/admin/admin-notices.php' );
|
67 |
+
if(get_option('xyz_credit_link')=="fbap"){
|
68 |
+
|
69 |
+
add_action('wp_footer', 'xyz_fbap_credit');
|
70 |
+
|
71 |
+
}
|
72 |
+
function xyz_fbap_credit() {
|
73 |
+
$content = '<div style="clear:both;width:100%;text-align:center; font-size:11px; "><a target="_blank" title="WP2Social Auto Publish" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/compare" >WP2Social Auto Publish</a> Powered By : <a target="_blank" title="PHP Scripts & Programs" href="http://www.xyzscripts.com" >XYZScripts.com</a></div>';
|
74 |
+
echo $content;
|
75 |
+
}
|
76 |
+
if(!function_exists('get_post_thumbnail_id'))
|
77 |
+
add_theme_support( 'post-thumbnails' );
|
78 |
+
add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'xyz_fbap_add_action_links' );
|
79 |
+
function xyz_fbap_add_action_links( $links ) {
|
80 |
+
$xyz_fbap_links = array(
|
81 |
+
'<a href="' . admin_url( 'admin.php?page=facebook-auto-publish-settings' ) . '">Settings</a>',
|
82 |
+
);
|
83 |
+
return array_merge( $links, $xyz_fbap_links);
|
84 |
+
}
|
85 |
+
?>
|
js/notice.js
CHANGED
File without changes
|
languages/facebook-auto-publish-ar.mo
ADDED
Binary file
|
languages/facebook-auto-publish-ar.po
ADDED
@@ -0,0 +1,1152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-07 12:47+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-07 17:08+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ar\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=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
13 |
+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
14 |
+
"X-Generator: Poedit 3.1\n"
|
15 |
+
"X-Poedit-Basepath: ..\n"
|
16 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
17 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
18 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
19 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
20 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
21 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
22 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
23 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
24 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
25 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
26 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
27 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
28 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
29 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
30 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
31 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
32 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
33 |
+
|
34 |
+
#: admin/about.php:9
|
35 |
+
#, php-format
|
36 |
+
msgid ""
|
37 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
38 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
39 |
+
"developed and maintained by"
|
40 |
+
msgstr ""
|
41 |
+
"ينشر%s تلقائيًا منشورات من مدونتك على صفحاتك على Facebook. يسمح لك بتصفية "
|
42 |
+
"المنشورات بناءً على أنواع المنشورات والفئات. تم تطوير%s وصيانته بواسطة"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"إذا كنت ترغب في الحصول على المزيد من الميزات ، فيرجى تجربة <a href=\"%s\" "
|
53 |
+
"target=\"_blank\">%s </a> وهو إصدار متميز من هذا المكون الإضافي. لقد قمنا "
|
54 |
+
"بتضمين مقارنة سريعة للمكونات الإضافية المجانية والمتميزة للرجوع إليها."
|
55 |
+
|
56 |
+
#: admin/about.php:23
|
57 |
+
msgid "Feature group"
|
58 |
+
msgstr "مجموعة الميزات"
|
59 |
+
|
60 |
+
#: admin/about.php:24
|
61 |
+
msgid "Feature"
|
62 |
+
msgstr "ميزة"
|
63 |
+
|
64 |
+
#: admin/about.php:25
|
65 |
+
msgid "Free"
|
66 |
+
msgstr "مجانيا"
|
67 |
+
|
68 |
+
#: admin/about.php:27
|
69 |
+
msgid "Premium"
|
70 |
+
msgstr "الممتازة"
|
71 |
+
|
72 |
+
#: admin/about.php:29
|
73 |
+
#, php-format
|
74 |
+
msgid "%s Premium"
|
75 |
+
msgstr "%s قسط"
|
76 |
+
|
77 |
+
#: admin/about.php:34
|
78 |
+
msgid "Supported Media"
|
79 |
+
msgstr "الوسائط المدعومة"
|
80 |
+
|
81 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
82 |
+
msgid "Facebook"
|
83 |
+
msgstr "فيسبوك"
|
84 |
+
|
85 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
86 |
+
msgid "Twitter"
|
87 |
+
msgstr "تويتر"
|
88 |
+
|
89 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
90 |
+
msgid "LinkedIn"
|
91 |
+
msgstr "ينكدين"
|
92 |
+
|
93 |
+
#: admin/about.php:63
|
94 |
+
msgid "Instagram"
|
95 |
+
msgstr "انستغرام"
|
96 |
+
|
97 |
+
#: admin/about.php:72
|
98 |
+
msgid "Tumblr"
|
99 |
+
msgstr "نعرفكم"
|
100 |
+
|
101 |
+
#: admin/about.php:81
|
102 |
+
msgid "Pinterest"
|
103 |
+
msgstr "بينتيريست"
|
104 |
+
|
105 |
+
#: admin/about.php:92
|
106 |
+
msgid "Posting Options"
|
107 |
+
msgstr "خيارات الإرسال"
|
108 |
+
|
109 |
+
#: admin/about.php:93
|
110 |
+
msgid "Publish to facebook pages"
|
111 |
+
msgstr "انشر على صفحات الفيسبوك"
|
112 |
+
|
113 |
+
#: admin/about.php:102
|
114 |
+
msgid "Publish to facebook groups"
|
115 |
+
msgstr "انشر في مجموعات الفيسبوك"
|
116 |
+
|
117 |
+
#: admin/about.php:111
|
118 |
+
msgid "Publish to twitter profile"
|
119 |
+
msgstr "انشر على تويتر الشخصي"
|
120 |
+
|
121 |
+
#: admin/about.php:121
|
122 |
+
msgid "Publish to linkedin profile/company pages"
|
123 |
+
msgstr "انشر على صفحات الملف الشخصي / الشركة المرتبطة"
|
124 |
+
|
125 |
+
#: admin/about.php:130
|
126 |
+
msgid "Publish to instagram Business accounts"
|
127 |
+
msgstr "انشر على حسابات الأعمال في instagram"
|
128 |
+
|
129 |
+
#: admin/about.php:139
|
130 |
+
msgid "Publish to tumblr profile"
|
131 |
+
msgstr "انشر في ملف تعريف نعرفكم"
|
132 |
+
|
133 |
+
#: admin/about.php:149
|
134 |
+
msgid "Publish to pinterest boards"
|
135 |
+
msgstr "انشر على بينتيريست المجالس"
|
136 |
+
|
137 |
+
#: admin/about.php:158
|
138 |
+
msgid "Option to add twitter image description for visually impaired people"
|
139 |
+
msgstr "خيار إضافة وصف صورة Twitter للأشخاص ضعاف البصر"
|
140 |
+
|
141 |
+
#: admin/about.php:167
|
142 |
+
msgid "Option to republish existing posts"
|
143 |
+
msgstr "خيار لإعادة نشر الوظائف الحالية"
|
144 |
+
|
145 |
+
#: admin/about.php:177
|
146 |
+
msgid "Publish to multiple social media accounts"
|
147 |
+
msgstr "انشر على حسابات وسائط اجتماعية متعددة"
|
148 |
+
|
149 |
+
#: admin/about.php:187
|
150 |
+
msgid ""
|
151 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
152 |
+
msgstr "تنسيق رسالة منفصل للنشر على حسابات وسائط اجتماعية متعددة"
|
153 |
+
|
154 |
+
#: admin/about.php:197
|
155 |
+
msgid "Save auto publish settings of individual posts"
|
156 |
+
msgstr "حفظ إعدادات النشر التلقائي للمشاركات الفردية"
|
157 |
+
|
158 |
+
#: admin/about.php:207
|
159 |
+
msgid ""
|
160 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
161 |
+
"Pinterest"
|
162 |
+
msgstr ""
|
163 |
+
"دعم علامات التجزئة لـ فيسبوك و تويتر و ينكدين والانستغرام و بينتيريست و تمبلر"
|
164 |
+
|
165 |
+
#: admin/about.php:216
|
166 |
+
msgid "Option to use post tags as hash tags"
|
167 |
+
msgstr "خيار لاستخدام علامة المنشور كعلامات تصنيف"
|
168 |
+
|
169 |
+
#: admin/about.php:225
|
170 |
+
msgid "Enable/Disable SSL peer verification"
|
171 |
+
msgstr "تمكين / تعطيل التحقق من الأقران SSL"
|
172 |
+
|
173 |
+
#: admin/about.php:238
|
174 |
+
msgid "Image Options"
|
175 |
+
msgstr "خيارات الصورة"
|
176 |
+
|
177 |
+
#: admin/about.php:239
|
178 |
+
msgid "Publish images along with post content"
|
179 |
+
msgstr "نشر الصور مع محتوى آخر"
|
180 |
+
|
181 |
+
#: admin/about.php:250
|
182 |
+
msgid ""
|
183 |
+
"Separate default image url for publishing to multiple social media accounts"
|
184 |
+
msgstr "عنوان url افتراضي منفصل للصورة للنشر على حسابات وسائط اجتماعية متعددة"
|
185 |
+
|
186 |
+
#: admin/about.php:260
|
187 |
+
msgid ""
|
188 |
+
"Option to specify preference from featured image, post content, post meta "
|
189 |
+
"and open graph tags"
|
190 |
+
msgstr ""
|
191 |
+
"خيار لتحديد التفضيل من الصورة المميزة ومحتوى المنشور ونشر التعريف وفتح "
|
192 |
+
"علامات الرسم البياني"
|
193 |
+
|
194 |
+
#: admin/about.php:269
|
195 |
+
msgid ""
|
196 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
197 |
+
"post content"
|
198 |
+
msgstr "انشر صورًا متعددة على فيسبوك و تمبلر و ينكدين و تويتر مع محتوى المنشور"
|
199 |
+
|
200 |
+
#: admin/about.php:278
|
201 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
202 |
+
msgstr "خيار لتحديد تفضيل متعدد الصور من محتوى المنشور ونشر التعريف"
|
203 |
+
|
204 |
+
#: admin/about.php:289
|
205 |
+
msgid "Video/Audio Options"
|
206 |
+
msgstr "خيارات الفيديو / الصوت"
|
207 |
+
|
208 |
+
#: admin/about.php:290
|
209 |
+
msgid ""
|
210 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
211 |
+
"with post content"
|
212 |
+
msgstr "انشر الفيديو على فيسبوك و نعرفكم و ينكدين و تويتر مع محتوى النشر"
|
213 |
+
|
214 |
+
#: admin/about.php:300
|
215 |
+
msgid ""
|
216 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
217 |
+
msgstr ""
|
218 |
+
"خيار لتحديد التفضيل من محتوى المنشور ونشر التعريف وفتح علامات الرسم البياني"
|
219 |
+
|
220 |
+
#: admin/about.php:309
|
221 |
+
msgid "Publish audio to tumblr along with post content"
|
222 |
+
msgstr "انشر الصوت إلى نعرفكم جنبًا إلى جنب مع محتوى النشر"
|
223 |
+
|
224 |
+
#: admin/about.php:318
|
225 |
+
msgid ""
|
226 |
+
"Option to specify audio preference from post content, post meta and open "
|
227 |
+
"graph tags"
|
228 |
+
msgstr ""
|
229 |
+
"خيار لتحديد تفضيلات الصوت من محتوى المنشور ونشر التعريف وفتح علامات الرسم "
|
230 |
+
"البياني"
|
231 |
+
|
232 |
+
#: admin/about.php:329
|
233 |
+
msgid "Filter Options"
|
234 |
+
msgstr "خيارات التصفية"
|
235 |
+
|
236 |
+
#: admin/about.php:330
|
237 |
+
msgid "Filter posts to publish based on categories"
|
238 |
+
msgstr "تصفية المشاركات للنشر على أساس الفئات"
|
239 |
+
|
240 |
+
#: admin/about.php:340
|
241 |
+
msgid "Filter posts to publish based on custom post types"
|
242 |
+
msgstr "تصفية المشاركات للنشر على أساس أنواع المنشورات المخصصة"
|
243 |
+
|
244 |
+
#: admin/about.php:349
|
245 |
+
msgid "Filter posts to publish based on sticky posts"
|
246 |
+
msgstr "تصفية المشاركات للنشر على أساس المنشورات اللاصقة"
|
247 |
+
|
248 |
+
#: admin/about.php:359
|
249 |
+
msgid "Configuration to enable/disable page publishing"
|
250 |
+
msgstr "التكوين لتمكين / تعطيل نشر الصفحة"
|
251 |
+
|
252 |
+
#: admin/about.php:369
|
253 |
+
msgid "Category filter for individual accounts"
|
254 |
+
msgstr "مرشح الفئات للحسابات الفردية"
|
255 |
+
|
256 |
+
#: admin/about.php:379
|
257 |
+
msgid "Custom post type filter for individual accounts"
|
258 |
+
msgstr "عامل تصفية نوع المنشور المخصص للحسابات الفردية"
|
259 |
+
|
260 |
+
#: admin/about.php:389
|
261 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
262 |
+
msgstr "تمكين / تعطيل نشر الصفحة للحسابات الفردية"
|
263 |
+
|
264 |
+
#: admin/about.php:398
|
265 |
+
msgid "Override auto publish scheduling for individual accounts"
|
266 |
+
msgstr "تجاوز جدولة النشر التلقائي للحسابات الفردية"
|
267 |
+
|
268 |
+
#: admin/about.php:407
|
269 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
270 |
+
msgstr "تجاوز النشر التلقائي بناءً على المنشورات الثابتة للحسابات الفردية"
|
271 |
+
|
272 |
+
#: admin/about.php:418
|
273 |
+
msgid "Scheduling"
|
274 |
+
msgstr "الجدولة"
|
275 |
+
|
276 |
+
#: admin/about.php:419
|
277 |
+
msgid "Instantaneous post publishing"
|
278 |
+
msgstr "النشر الفوري"
|
279 |
+
|
280 |
+
#: admin/about.php:429
|
281 |
+
msgid "Scheduled post publishing using cron"
|
282 |
+
msgstr "نشر المنشور المجدول باستخدام cron"
|
283 |
+
|
284 |
+
#: admin/about.php:439
|
285 |
+
msgid "Status summary of auto publish tasks by mail"
|
286 |
+
msgstr "ملخص حالة مهام النشر التلقائي عن طريق البريد"
|
287 |
+
|
288 |
+
#: admin/about.php:449
|
289 |
+
msgid "Configurable auto publishing time interval"
|
290 |
+
msgstr "الفاصل الزمني للنشر التلقائي القابل للتكوين"
|
291 |
+
|
292 |
+
#: admin/about.php:463
|
293 |
+
msgid "Publishing History"
|
294 |
+
msgstr "تاريخ النشر"
|
295 |
+
|
296 |
+
#: admin/about.php:464
|
297 |
+
msgid "View auto publish history"
|
298 |
+
msgstr "عرض محفوظات النشر التلقائي"
|
299 |
+
|
300 |
+
#: admin/about.php:473
|
301 |
+
msgid "View auto publish error logs"
|
302 |
+
msgstr "عرض سجلات خطأ النشر التلقائي"
|
303 |
+
|
304 |
+
#: admin/about.php:483
|
305 |
+
msgid "Option to republish post"
|
306 |
+
msgstr "خيار إعادة نشر آخر"
|
307 |
+
|
308 |
+
#: admin/about.php:493
|
309 |
+
msgid "Option to reschedule publishing"
|
310 |
+
msgstr "خيار إعادة جدولة النشر"
|
311 |
+
|
312 |
+
#: admin/about.php:503
|
313 |
+
msgid "Installation and Support"
|
314 |
+
msgstr "التثبيت والدعم"
|
315 |
+
|
316 |
+
#: admin/about.php:504
|
317 |
+
msgid "Free Installation"
|
318 |
+
msgstr "تركيب مجاني"
|
319 |
+
|
320 |
+
#: admin/about.php:513
|
321 |
+
msgid "Privilege customer support"
|
322 |
+
msgstr "امتياز دعم العملاء"
|
323 |
+
|
324 |
+
#: admin/about.php:523
|
325 |
+
msgid "Addon Features"
|
326 |
+
msgstr "ميزات الملحق"
|
327 |
+
|
328 |
+
#: admin/about.php:524
|
329 |
+
msgid "Advanced Autopublish Scheduler"
|
330 |
+
msgstr "جدولة النشر التلقائي المتقدمة"
|
331 |
+
|
332 |
+
#: admin/about.php:533
|
333 |
+
msgid "URL-Shortener"
|
334 |
+
msgstr "URL- shortener"
|
335 |
+
|
336 |
+
#: admin/about.php:542
|
337 |
+
msgid "Privilege Management"
|
338 |
+
msgstr "إدارة الامتياز"
|
339 |
+
|
340 |
+
#: admin/about.php:551
|
341 |
+
msgid "Other"
|
342 |
+
msgstr "آخر"
|
343 |
+
|
344 |
+
#: admin/about.php:553
|
345 |
+
#, php-format
|
346 |
+
msgid ""
|
347 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
348 |
+
msgstr ""
|
349 |
+
"حزمة% s API لمدة عام واحد ، بقيمة 10 دولارات أمريكية (حساب 1 fb ، 10 مكالمات "
|
350 |
+
"api في الساعة)"
|
351 |
+
|
352 |
+
#: admin/about.php:555
|
353 |
+
msgid "1 month free subscription"
|
354 |
+
msgstr "اشتراك مجاني لمدة شهر"
|
355 |
+
|
356 |
+
#: admin/about.php:557
|
357 |
+
msgid "1 year free subscription"
|
358 |
+
msgstr "اشتراك مجاني لمدة عام"
|
359 |
+
|
360 |
+
#: admin/about.php:563
|
361 |
+
msgid "Price"
|
362 |
+
msgstr "سعر"
|
363 |
+
|
364 |
+
#: admin/about.php:564
|
365 |
+
msgid "FREE"
|
366 |
+
msgstr "مجانيا"
|
367 |
+
|
368 |
+
#: admin/about.php:565
|
369 |
+
msgid "Starts from 39 USD"
|
370 |
+
msgstr "يبدأ من 39 دولارًا أمريكيًا"
|
371 |
+
|
372 |
+
#: admin/about.php:566
|
373 |
+
msgid "Starts from 69 USD"
|
374 |
+
msgstr "يبدأ من 69 دولارًا أمريكيًا"
|
375 |
+
|
376 |
+
#: admin/about.php:569
|
377 |
+
msgid "Purchase"
|
378 |
+
msgstr "شراء"
|
379 |
+
|
380 |
+
#: admin/about.php:571
|
381 |
+
msgid "Buy Now"
|
382 |
+
msgstr "اشتري الآن"
|
383 |
+
|
384 |
+
#: admin/about.php:578
|
385 |
+
msgid "Pinterest is added on experimental basis."
|
386 |
+
msgstr "تمت إضافة بينتيريست على أساس تجريبي."
|
387 |
+
|
388 |
+
#: admin/admin-notices.php:41
|
389 |
+
#, php-format
|
390 |
+
msgid ""
|
391 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
392 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
393 |
+
"with the continued development of the plugin using any of the below methods?"
|
394 |
+
msgstr ""
|
395 |
+
"شكرًا لك على استخدام المكون الإضافي <a href=\"قم بتوصيل حساب % s الخاص بكs\" "
|
396 |
+
"target=\"_blank\">%s </a> من <a href=\"%s\" target=\"_blank\">%s </a>. هل "
|
397 |
+
"تفكر في دعمنا بالتطوير المستمر للمكوِّن الإضافي باستخدام أي من الطرق التالية؟"
|
398 |
+
|
399 |
+
#: admin/admin-notices.php:45
|
400 |
+
msgid "Rate it 5★'s on wordpress"
|
401 |
+
msgstr "قيمه 5 ★ على وورد"
|
402 |
+
|
403 |
+
#: admin/admin-notices.php:47
|
404 |
+
msgid "Enable Backlink"
|
405 |
+
msgstr "تمكين Backlink"
|
406 |
+
|
407 |
+
#: admin/admin-notices.php:49
|
408 |
+
msgid "Share on"
|
409 |
+
msgstr "مشاركه فى"
|
410 |
+
|
411 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
412 |
+
msgid "Donate"
|
413 |
+
msgstr "يتبرع"
|
414 |
+
|
415 |
+
#: admin/admin-notices.php:52
|
416 |
+
msgid "Don't Show This Again"
|
417 |
+
msgstr "لا تظهر هذا مرة أخرى"
|
418 |
+
|
419 |
+
#: admin/fbap-suggest-feature.php:10
|
420 |
+
msgid "Thank you for the suggestion."
|
421 |
+
msgstr "شكرا لك على الاقتراح."
|
422 |
+
|
423 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
424 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
425 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
426 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
427 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
428 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
429 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
430 |
+
msgid "Dismiss"
|
431 |
+
msgstr "رفض"
|
432 |
+
|
433 |
+
#: admin/fbap-suggest-feature.php:18
|
434 |
+
#, php-format
|
435 |
+
msgid "%s not able to process the request."
|
436 |
+
msgstr "%s غير قادر على معالجة الطلب."
|
437 |
+
|
438 |
+
#: admin/fbap-suggest-feature.php:26
|
439 |
+
msgid "Please suggest a feature."
|
440 |
+
msgstr "الرجاء اقتراح ميزة."
|
441 |
+
|
442 |
+
#: admin/fbap-suggest-feature.php:60
|
443 |
+
msgid "Contribute And Get Rewarded"
|
444 |
+
msgstr "ساهم واحصل على مكافأة"
|
445 |
+
|
446 |
+
#: admin/fbap-suggest-feature.php:61
|
447 |
+
msgid ""
|
448 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
449 |
+
"premium version of this plugin."
|
450 |
+
msgstr ""
|
451 |
+
"اقترح ميزة لهذا المكون الإضافي واحصل على فرصة للحصول على نسخة مجانية من "
|
452 |
+
"الإصدار المتميز من هذا المكون الإضافي."
|
453 |
+
|
454 |
+
#: admin/fbap-suggest-feature.php:67
|
455 |
+
msgid "Send Mail To Us"
|
456 |
+
msgstr "إرسال بريد إلينا"
|
457 |
+
|
458 |
+
#: admin/footer.php:10
|
459 |
+
#, php-format
|
460 |
+
msgid "Fully Featured %s Plugin"
|
461 |
+
msgstr "البرنامج المساعد %s المميز بالكامل"
|
462 |
+
|
463 |
+
#: admin/footer.php:11
|
464 |
+
msgid "Just 39 USD"
|
465 |
+
msgstr "فقط 39 دولارًا أمريكيًا"
|
466 |
+
|
467 |
+
#: admin/footer.php:21
|
468 |
+
msgid "Compare Features"
|
469 |
+
msgstr "قارن الميزات"
|
470 |
+
|
471 |
+
#: admin/footer.php:30
|
472 |
+
msgid "Follow Us"
|
473 |
+
msgstr "تابعنا"
|
474 |
+
|
475 |
+
#: admin/footer.php:37
|
476 |
+
msgid "Support"
|
477 |
+
msgstr "دعم"
|
478 |
+
|
479 |
+
#: admin/footer.php:39
|
480 |
+
msgid "Contact Us"
|
481 |
+
msgstr "اتصل بنا"
|
482 |
+
|
483 |
+
#: admin/footer.php:40
|
484 |
+
msgid "Please Rate Us"
|
485 |
+
msgstr "ارجوك قم بتقييمنا"
|
486 |
+
|
487 |
+
#: admin/footer.php:44
|
488 |
+
msgid "Create a ticket at Wordpress forum"
|
489 |
+
msgstr "إنشاء تذكرة في منتدى وورد"
|
490 |
+
|
491 |
+
#: admin/footer.php:47
|
492 |
+
msgid "Stay tuned for our updates"
|
493 |
+
msgstr "ترقبوا تحديثاتنا"
|
494 |
+
|
495 |
+
#: admin/footer.php:112
|
496 |
+
msgid "Name"
|
497 |
+
msgstr "اسم"
|
498 |
+
|
499 |
+
#: admin/footer.php:127
|
500 |
+
msgid "Email"
|
501 |
+
msgstr "بريد الالكتروني"
|
502 |
+
|
503 |
+
#: admin/footer.php:129
|
504 |
+
msgid "Subscribe"
|
505 |
+
msgstr "وقع بإمضائة"
|
506 |
+
|
507 |
+
#: admin/footer.php:144
|
508 |
+
msgid "Our Plugins"
|
509 |
+
msgstr "ملحقاتنا"
|
510 |
+
|
511 |
+
#: admin/footer.php:165
|
512 |
+
msgid "Powered by"
|
513 |
+
msgstr "مشغل بواسطة"
|
514 |
+
|
515 |
+
#: admin/header.php:19 admin/settings.php:129
|
516 |
+
msgid "Settings updated successfully."
|
517 |
+
msgstr "تم تحديث الإعدادات بنجاح."
|
518 |
+
|
519 |
+
#: admin/header.php:32
|
520 |
+
msgid "Thank you for enabling backlink."
|
521 |
+
msgstr "شكرا لتمكين باك لينك."
|
522 |
+
|
523 |
+
#: admin/header.php:48
|
524 |
+
msgid "Please do a favour by enabling backlink to our site."
|
525 |
+
msgstr "يرجى تقديم خدمة عن طريق تمكين ارتباط خلفي لموقعنا."
|
526 |
+
|
527 |
+
#: admin/header.php:48
|
528 |
+
msgid "Okay, Enable"
|
529 |
+
msgstr "حسنًا ، تمكين"
|
530 |
+
|
531 |
+
#: admin/header.php:104
|
532 |
+
msgid "FAQ"
|
533 |
+
msgstr "أسئلة مكررة"
|
534 |
+
|
535 |
+
#: admin/header.php:107
|
536 |
+
msgid "Readme"
|
537 |
+
msgstr "التمهيدي"
|
538 |
+
|
539 |
+
#: admin/header.php:110 admin/menu.php:40
|
540 |
+
msgid "About"
|
541 |
+
msgstr "بشأن"
|
542 |
+
|
543 |
+
#: admin/logs.php:13
|
544 |
+
msgid "Auto Publish Logs"
|
545 |
+
msgstr "سجلات النشر التلقائي"
|
546 |
+
|
547 |
+
#: admin/logs.php:14
|
548 |
+
msgid "Last ten logs"
|
549 |
+
msgstr "آخر عشرة سجلات"
|
550 |
+
|
551 |
+
#: admin/logs.php:19
|
552 |
+
msgid "Post Id"
|
553 |
+
msgstr "بعد معرف"
|
554 |
+
|
555 |
+
#: admin/logs.php:20
|
556 |
+
msgid "Post Title"
|
557 |
+
msgstr "عنوان الوظيفة"
|
558 |
+
|
559 |
+
#: admin/logs.php:21
|
560 |
+
msgid "Published On"
|
561 |
+
msgstr "تم النشر في"
|
562 |
+
|
563 |
+
#: admin/logs.php:22
|
564 |
+
msgid "Status"
|
565 |
+
msgstr "حالة"
|
566 |
+
|
567 |
+
#: admin/logs.php:42
|
568 |
+
msgid "No logs Found"
|
569 |
+
msgstr "لم يتم العثور على سجلات"
|
570 |
+
|
571 |
+
#: admin/logs.php:103
|
572 |
+
msgid ""
|
573 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
574 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
575 |
+
"calls, if enabled option for clearing cache)."
|
576 |
+
msgstr ""
|
577 |
+
"لنشر رسالة نصية بسيطة ، سيستغرق الأمر مكالمة واحدة لواجهة برمجة التطبيقات ، "
|
578 |
+
"وسيستغرق خيار تحميل الصورة 2-3 استدعاءات لواجهة برمجة التطبيقات وخيار إرفاق "
|
579 |
+
"رابط يأخذ مكالمة واحدة لواجهة برمجة التطبيقات (استدعائان لواجهة برمجة "
|
580 |
+
"التطبيقات ، إذا تم تمكين الخيار لمسح ذاكرة التخزين المؤقت)."
|
581 |
+
|
582 |
+
#: admin/manage-authorizations.php:7
|
583 |
+
#, php-format
|
584 |
+
msgid "%s Package updated successfully."
|
585 |
+
msgstr "تم تحديث حزمةالبرنامج المساعد %s المميز بالكامل s بنجاح."
|
586 |
+
|
587 |
+
#: admin/manage-authorizations.php:22
|
588 |
+
#, php-format
|
589 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
590 |
+
msgstr ""
|
591 |
+
"الرجاء تخويل تطبيقالبرنامج المساعد %s المميز بالكامل s ضمن إعدادات Facebook "
|
592 |
+
"للوصول إلى هذه الصفحة."
|
593 |
+
|
594 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
595 |
+
msgid "Manage Authorizations"
|
596 |
+
msgstr "إدارة التراخيص"
|
597 |
+
|
598 |
+
#: admin/manage-authorizations.php:261
|
599 |
+
msgid "Current Plan:"
|
600 |
+
msgstr "الخطة الحالية:"
|
601 |
+
|
602 |
+
#: admin/manage-authorizations.php:263
|
603 |
+
msgid "Allowed Facebook users:"
|
604 |
+
msgstr "مستخدمو Facebook المسموح لهم:"
|
605 |
+
|
606 |
+
#: admin/manage-authorizations.php:264
|
607 |
+
msgid "API limit per account :"
|
608 |
+
msgstr "حد API لكل حساب:"
|
609 |
+
|
610 |
+
#: admin/manage-authorizations.php:264
|
611 |
+
msgid "per hour"
|
612 |
+
msgstr "في الساعة"
|
613 |
+
|
614 |
+
#: admin/manage-authorizations.php:265
|
615 |
+
msgid "Package Expiry :"
|
616 |
+
msgstr "انتهاء صلاحية الحزمة:"
|
617 |
+
|
618 |
+
#: admin/manage-authorizations.php:266
|
619 |
+
msgid "Package Status :"
|
620 |
+
msgstr "وضع رزمة :"
|
621 |
+
|
622 |
+
#: admin/manage-authorizations.php:275
|
623 |
+
msgid "Upgrade/Renew"
|
624 |
+
msgstr "الترقية / التجديد"
|
625 |
+
|
626 |
+
#: admin/manage-authorizations.php:282
|
627 |
+
msgid "Show all entries"
|
628 |
+
msgstr "إظهار كافة الإدخالات"
|
629 |
+
|
630 |
+
#: admin/manage-authorizations.php:283
|
631 |
+
msgid "Show entries from current wp installation"
|
632 |
+
msgstr "إظهار الإدخالات من تثبيت wp الحالي"
|
633 |
+
|
634 |
+
#: admin/manage-authorizations.php:284
|
635 |
+
msgid "Show entries from other wp installations"
|
636 |
+
msgstr "إظهار الإدخالات من عمليات تثبيت wp الأخرى"
|
637 |
+
|
638 |
+
#: admin/manage-authorizations.php:290
|
639 |
+
msgid "Facebook username"
|
640 |
+
msgstr "اسم مستخدم Facebook"
|
641 |
+
|
642 |
+
#: admin/manage-authorizations.php:291
|
643 |
+
msgid "Selected pages"
|
644 |
+
msgstr "صفحات مختارة"
|
645 |
+
|
646 |
+
#: admin/manage-authorizations.php:292
|
647 |
+
msgid "Selected groups"
|
648 |
+
msgstr "مجموعات مختارة"
|
649 |
+
|
650 |
+
#: admin/manage-authorizations.php:294
|
651 |
+
#, php-format
|
652 |
+
msgid "%s url"
|
653 |
+
msgstr "%s url"
|
654 |
+
|
655 |
+
#: admin/manage-authorizations.php:297
|
656 |
+
msgid "Plugin"
|
657 |
+
msgstr "البرنامج المساعد"
|
658 |
+
|
659 |
+
#: admin/manage-authorizations.php:299
|
660 |
+
#, php-format
|
661 |
+
msgid "Account ID %s"
|
662 |
+
msgstr "معرف الحساب% s"
|
663 |
+
|
664 |
+
#: admin/manage-authorizations.php:301
|
665 |
+
msgid "Action"
|
666 |
+
msgstr "عمل"
|
667 |
+
|
668 |
+
#: admin/manage-authorizations.php:336
|
669 |
+
msgid "Not Applicable"
|
670 |
+
msgstr "لايمكن تطبيقه"
|
671 |
+
|
672 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
673 |
+
msgid "Delete"
|
674 |
+
msgstr "حذف"
|
675 |
+
|
676 |
+
#: admin/manage-authorizations.php:356
|
677 |
+
msgid "(Inactive)"
|
678 |
+
msgstr "(غير نشط)"
|
679 |
+
|
680 |
+
#: admin/manage-authorizations.php:376
|
681 |
+
msgid "No Authorizations"
|
682 |
+
msgstr "لا تراخيص"
|
683 |
+
|
684 |
+
#: admin/manage-authorizations.php:382
|
685 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
686 |
+
msgstr "غير قادر على الاتصال. يرجى التحقق من إعدادات الضفيرة وجدار الحماية"
|
687 |
+
|
688 |
+
#: admin/menu.php:15
|
689 |
+
msgid "Please check whether the email is correct."
|
690 |
+
msgstr "يرجى التحقق من صحة البريد الإلكتروني."
|
691 |
+
|
692 |
+
#: admin/menu.php:16
|
693 |
+
msgid "Select atleast one list."
|
694 |
+
msgstr "حدد قائمة واحدة على الأقل."
|
695 |
+
|
696 |
+
#: admin/menu.php:17
|
697 |
+
msgid "You do not have sufficient permissions"
|
698 |
+
msgstr "ليس لديك أذونات كافية"
|
699 |
+
|
700 |
+
#: admin/menu.php:18
|
701 |
+
#, php-format
|
702 |
+
msgid "Account details successfully deleted from %s"
|
703 |
+
msgstr "تم حذف تفاصيل الحساب بنجاح من% s"
|
704 |
+
|
705 |
+
#: admin/menu.php:19
|
706 |
+
msgid "Thank you for enabling backlink !"
|
707 |
+
msgstr "شكرا لك لتمكين باك لينك!"
|
708 |
+
|
709 |
+
#: admin/menu.php:20
|
710 |
+
#, php-format
|
711 |
+
msgid "Please connect your %s member account"
|
712 |
+
msgstr "الرجاء الاتصال بحساب عضو% s الخاص بك"
|
713 |
+
|
714 |
+
#: admin/menu.php:36
|
715 |
+
msgid "Settings"
|
716 |
+
msgstr "إعدادات"
|
717 |
+
|
718 |
+
#: admin/menu.php:39
|
719 |
+
msgid "Logs"
|
720 |
+
msgstr "سجل"
|
721 |
+
|
722 |
+
#: admin/menu.php:41
|
723 |
+
msgid "Suggest a Feature"
|
724 |
+
msgstr "اقترح ميزة"
|
725 |
+
|
726 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
727 |
+
msgid "Enable auto publish post to my facebook account"
|
728 |
+
msgstr "تفعيل النشر التلقائي على حسابي في الفيسبوك"
|
729 |
+
|
730 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
731 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
732 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
733 |
+
msgid "Yes"
|
734 |
+
msgstr "نعم"
|
735 |
+
|
736 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
737 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
738 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
739 |
+
msgid "No"
|
740 |
+
msgstr "لا"
|
741 |
+
|
742 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
743 |
+
msgid "Posting method"
|
744 |
+
msgstr "طريقة الإرسال"
|
745 |
+
|
746 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
747 |
+
msgid "Simple text message"
|
748 |
+
msgstr "رسالة نصية بسيطة"
|
749 |
+
|
750 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
751 |
+
msgid "Upload image to app album"
|
752 |
+
msgstr "تحميل الصورة إلى ألبوم التطبيق"
|
753 |
+
|
754 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
755 |
+
msgid "Upload image to timeline album"
|
756 |
+
msgstr "تحميل الصورة إلى ألبوم المخطط الزمني"
|
757 |
+
|
758 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
759 |
+
msgid "Attach your blog post"
|
760 |
+
msgstr "إرفاق وظيفة بلوق الخاص بك"
|
761 |
+
|
762 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
763 |
+
msgid "Share a link to your blog post"
|
764 |
+
msgstr "مشاركة ارتباط إلى وظيفة بلوق الخاص بك"
|
765 |
+
|
766 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
767 |
+
msgid "Message format for posting"
|
768 |
+
msgstr "تنسيق الرسالة للنشر"
|
769 |
+
|
770 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
771 |
+
msgid "Insert the title of your post."
|
772 |
+
msgstr "أدخل عنوان المنشور الخاص بك."
|
773 |
+
|
774 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
775 |
+
msgid "Insert the URL where your post is displayed."
|
776 |
+
msgstr "أدخل عنوان URL حيث يتم عرض منشورك."
|
777 |
+
|
778 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
779 |
+
msgid "Insert the excerpt of your post."
|
780 |
+
msgstr "أدخل مقتطف من رسالتك."
|
781 |
+
|
782 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
783 |
+
msgid "Insert the description of your post."
|
784 |
+
msgstr "أدخل وصف منشورك."
|
785 |
+
|
786 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
787 |
+
msgid "Insert the name of your blog."
|
788 |
+
msgstr "أدخل اسم مدونتك."
|
789 |
+
|
790 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
791 |
+
msgid "Insert the nicename of the author."
|
792 |
+
msgstr "أدخل اسم المؤلف."
|
793 |
+
|
794 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
795 |
+
msgid "Insert the ID of your post."
|
796 |
+
msgstr "أدخل معرف منشورك."
|
797 |
+
|
798 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
799 |
+
msgid "Insert the publish date of your post."
|
800 |
+
msgstr "أدخل تاريخ نشر رسالتك."
|
801 |
+
|
802 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
803 |
+
msgid "Insert the display name of the author."
|
804 |
+
msgstr "أدخل اسم عرض المؤلف."
|
805 |
+
|
806 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
807 |
+
msgid "Select"
|
808 |
+
msgstr "اختار"
|
809 |
+
|
810 |
+
#: admin/settings.php:30
|
811 |
+
msgid ""
|
812 |
+
"Thanks again for using the plugin. We will never show the message again."
|
813 |
+
msgstr "شكرا مرة أخرى لاستخدام البرنامج المساعد. لن نظهر الرسالة مرة أخرى."
|
814 |
+
|
815 |
+
#: admin/settings.php:84
|
816 |
+
msgid "Please fill facebook application name."
|
817 |
+
msgstr "يرجى ملء اسم التطبيق الفيسبوك."
|
818 |
+
|
819 |
+
#: admin/settings.php:89
|
820 |
+
msgid "Please fill facebook application id."
|
821 |
+
msgstr "يرجى ملء معرف تطبيق الفيسبوك."
|
822 |
+
|
823 |
+
#: admin/settings.php:94
|
824 |
+
msgid "Please fill facebook application secret."
|
825 |
+
msgstr "يرجى ملء سرية تطبيق الفيسبوك."
|
826 |
+
|
827 |
+
#: admin/settings.php:137
|
828 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
829 |
+
msgstr "الدولة لا تتطابق. قد تكون ضحية CSRF."
|
830 |
+
|
831 |
+
#: admin/settings.php:146
|
832 |
+
msgid ""
|
833 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
834 |
+
"and firewall settings."
|
835 |
+
msgstr ""
|
836 |
+
"غير قادر على تخويل تطبيق facebook. يرجى التحقق من إعدادات curl / fopen وجدار "
|
837 |
+
"الحماية."
|
838 |
+
|
839 |
+
#: admin/settings.php:156
|
840 |
+
#, php-format
|
841 |
+
msgid "Successfully connected to %s member area"
|
842 |
+
msgstr "نجح الاتصال بمنطقة عضو %s"
|
843 |
+
|
844 |
+
#: admin/settings.php:166
|
845 |
+
msgid "Selected pages saved successfully."
|
846 |
+
msgstr "تم حفظ الصفحات المختارة بنجاح."
|
847 |
+
|
848 |
+
#: admin/settings.php:198
|
849 |
+
msgid "Facebook Settings"
|
850 |
+
msgstr "إعدادات Facebook"
|
851 |
+
|
852 |
+
#: admin/settings.php:199
|
853 |
+
msgid "General Settings"
|
854 |
+
msgstr "الاعدادات العامة"
|
855 |
+
|
856 |
+
#: admin/settings.php:215 admin/settings.php:248
|
857 |
+
msgid "Application needs authorisation"
|
858 |
+
msgstr "التطبيق يحتاج إلى إذن"
|
859 |
+
|
860 |
+
#: admin/settings.php:219 admin/settings.php:253
|
861 |
+
msgid "Authorize"
|
862 |
+
msgstr "يأذن"
|
863 |
+
|
864 |
+
#: admin/settings.php:229 admin/settings.php:264
|
865 |
+
msgid "Reauthorize"
|
866 |
+
msgstr "تفويض"
|
867 |
+
|
868 |
+
#: admin/settings.php:271
|
869 |
+
msgid "Application is authorized, go posting."
|
870 |
+
msgstr "التطبيق مصرح به ، اذهب للنشر."
|
871 |
+
|
872 |
+
#: admin/settings.php:282
|
873 |
+
msgid "Note:"
|
874 |
+
msgstr "ملحوظة:"
|
875 |
+
|
876 |
+
#: admin/settings.php:282
|
877 |
+
msgid ""
|
878 |
+
"You have to create a Facebook application before filling the following "
|
879 |
+
"details."
|
880 |
+
msgstr "يجب عليك إنشاء تطبيق Facebook قبل ملء التفاصيل التالية."
|
881 |
+
|
882 |
+
#: admin/settings.php:283
|
883 |
+
msgid "Click here </a></b> to create new Facebook application."
|
884 |
+
msgstr "انقر هنا </a> </b> لإنشاء تطبيق Facebook جديد."
|
885 |
+
|
886 |
+
#: admin/settings.php:284
|
887 |
+
#, php-format
|
888 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
889 |
+
msgstr "في صفحة التطبيق في facebook ، انتقل إلى <b>%s </b>."
|
890 |
+
|
891 |
+
#: admin/settings.php:284
|
892 |
+
msgid "Set the site url as:"
|
893 |
+
msgstr "قم بتعيين عنوان url الخاص بالموقع على النحو التالي:"
|
894 |
+
|
895 |
+
#: admin/settings.php:286
|
896 |
+
#, php-format
|
897 |
+
msgid "And then navigate to <b> %s </b>."
|
898 |
+
msgstr "ثم انتقل إلى <b> %s </b>."
|
899 |
+
|
900 |
+
#: admin/settings.php:286
|
901 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
902 |
+
msgstr "قم بتعيين عناوين URL الصالحة لإعادة توجيه OAuth على النحو التالي:"
|
903 |
+
|
904 |
+
#: admin/settings.php:288
|
905 |
+
#, php-format
|
906 |
+
msgid ""
|
907 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
908 |
+
"Click here."
|
909 |
+
msgstr ""
|
910 |
+
"للحصول على إرشادات مفصلة خطوة بخطوة ، <b> <a href=\" %s\" target=\"_blank\"> "
|
911 |
+
"انقر هنا."
|
912 |
+
|
913 |
+
#: admin/settings.php:300
|
914 |
+
msgid "All fields given below are mandatory"
|
915 |
+
msgstr "جميع الحقول الواردة أدناه إلزامية"
|
916 |
+
|
917 |
+
#: admin/settings.php:312
|
918 |
+
msgid "Application name"
|
919 |
+
msgstr "اسم التطبيق"
|
920 |
+
|
921 |
+
#: admin/settings.php:313
|
922 |
+
msgid "This is for tracking purpose"
|
923 |
+
msgstr "هذا لغرض التتبع"
|
924 |
+
|
925 |
+
#: admin/settings.php:321
|
926 |
+
msgid "Application Selection"
|
927 |
+
msgstr "اختيار التطبيق"
|
928 |
+
|
929 |
+
#: admin/settings.php:325
|
930 |
+
msgid "Own App"
|
931 |
+
msgstr "التطبيق الخاص"
|
932 |
+
|
933 |
+
#: admin/settings.php:325
|
934 |
+
msgid "requires app submission and Facebook review"
|
935 |
+
msgstr "يتطلب إرسال التطبيق ومراجعة Facebook"
|
936 |
+
|
937 |
+
#: admin/settings.php:325
|
938 |
+
msgid "Help"
|
939 |
+
msgstr "مساعدة"
|
940 |
+
|
941 |
+
#: admin/settings.php:327
|
942 |
+
msgid "App approval service available for 50 USD"
|
943 |
+
msgstr "خدمة الموافقة على التطبيق متاحة مقابل 50 دولارًا أمريكيًا"
|
944 |
+
|
945 |
+
#: admin/settings.php:330
|
946 |
+
msgid "Expected time frame"
|
947 |
+
msgstr "الإطار الزمني المتوقع"
|
948 |
+
|
949 |
+
#: admin/settings.php:330
|
950 |
+
msgid "30 days"
|
951 |
+
msgstr "30 يوما"
|
952 |
+
|
953 |
+
#: admin/settings.php:331
|
954 |
+
msgid "Required details"
|
955 |
+
msgstr "التفاصيل المطلوبة"
|
956 |
+
|
957 |
+
#: admin/settings.php:331
|
958 |
+
msgid "1. WordPress login"
|
959 |
+
msgstr "1. تسجيل الدخول إلى ووردبريس"
|
960 |
+
|
961 |
+
#: admin/settings.php:332
|
962 |
+
msgid ""
|
963 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
964 |
+
msgstr "2. وصول المسؤول إلى تطبيق Facebook developer لتقديم المراجعة (مؤقت)."
|
965 |
+
|
966 |
+
#: admin/settings.php:333
|
967 |
+
#, php-format
|
968 |
+
msgid ""
|
969 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
970 |
+
msgstr ""
|
971 |
+
"لمزيد من التفاصيل ، اتصل بـ <a href=\" %s\" target=\"_blank\"> Support Desk"
|
972 |
+
|
973 |
+
#: admin/settings.php:337
|
974 |
+
#, php-format
|
975 |
+
msgid "%s App ( ready to publish )"
|
976 |
+
msgstr "تطبيق % s (جاهز للنشر)"
|
977 |
+
|
978 |
+
#: admin/settings.php:338
|
979 |
+
msgid "Starts from 10 USD per year"
|
980 |
+
msgstr "يبدأ من 10 دولارات أمريكية سنويًا"
|
981 |
+
|
982 |
+
#: admin/settings.php:341
|
983 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
984 |
+
msgstr "تتوفر نسخة تجريبية مجانية لمدة 30 يومًا"
|
985 |
+
|
986 |
+
#: admin/settings.php:344
|
987 |
+
#, php-format
|
988 |
+
msgid "How to use %s application?"
|
989 |
+
msgstr "كيف يتم استخدام تطبيق % s؟"
|
990 |
+
|
991 |
+
#: admin/settings.php:355
|
992 |
+
#, php-format
|
993 |
+
msgid "Connect your %s account"
|
994 |
+
msgstr "قم بتوصيل حساب % s الخاص بك"
|
995 |
+
|
996 |
+
#: admin/settings.php:361
|
997 |
+
msgid "Application id"
|
998 |
+
msgstr "رقم الاستمارة"
|
999 |
+
|
1000 |
+
#: admin/settings.php:370
|
1001 |
+
msgid "Application secret"
|
1002 |
+
msgstr "سر التطبيق"
|
1003 |
+
|
1004 |
+
#: admin/settings.php:381
|
1005 |
+
msgid ""
|
1006 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1007 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1008 |
+
msgstr ""
|
1009 |
+
"أنشئ ألبوم تطبيق (مع <b> اسم التطبيق </ b>) في صفحات Facebook ، <br/> إذا "
|
1010 |
+
"كنت تستخدم طريقة النشر <b> قم بتحميل الصورة إلى ألبوم التطبيق"
|
1011 |
+
|
1012 |
+
#: admin/settings.php:388
|
1013 |
+
msgid "Text message with image"
|
1014 |
+
msgstr "رسالة نصية مع صورة"
|
1015 |
+
|
1016 |
+
#: admin/settings.php:395
|
1017 |
+
msgid "Text message with attached link"
|
1018 |
+
msgstr "رسالة نصية مع الارتباط المرفق"
|
1019 |
+
|
1020 |
+
#: admin/settings.php:406
|
1021 |
+
msgid "Enforce og tags for Facebook"
|
1022 |
+
msgstr "فرض علامات og على Facebook"
|
1023 |
+
|
1024 |
+
#: admin/settings.php:408
|
1025 |
+
msgid ""
|
1026 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1027 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1028 |
+
"Attach your blog post."
|
1029 |
+
msgstr ""
|
1030 |
+
"في حالة التمكين ، سيتم إنشاء علامات Open Graph أثناء النشر على Facebook ، "
|
1031 |
+
"عند استخدام طريقة النشر <b> مشاركة رابط إلى منشور المدونة </ b> أو <b> إرفاق "
|
1032 |
+
"منشور المدونة الخاص بك."
|
1033 |
+
|
1034 |
+
#: admin/settings.php:418
|
1035 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1036 |
+
msgstr "امسح ذاكرة التخزين المؤقت لـ facebook قبل النشر على facebook"
|
1037 |
+
|
1038 |
+
#: admin/settings.php:437
|
1039 |
+
msgid ""
|
1040 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1041 |
+
"Text message with image </b>posting methods"
|
1042 |
+
msgstr ""
|
1043 |
+
"اختياري في حالة أساليب النشر <b> رسالة نصية مع ارتباط مرفق </ b> <br/> أو "
|
1044 |
+
"<b> رسالة نصية مع صورة </ b>"
|
1045 |
+
|
1046 |
+
#: admin/settings.php:500
|
1047 |
+
msgid "Select facebook pages for auto publish"
|
1048 |
+
msgstr "حدد صفحات الفيسبوك للنشر التلقائي"
|
1049 |
+
|
1050 |
+
#: admin/settings.php:505
|
1051 |
+
msgid "Select All"
|
1052 |
+
msgstr "اختر الكل"
|
1053 |
+
|
1054 |
+
#: admin/settings.php:525
|
1055 |
+
msgid "Selected facebook pages for auto publish"
|
1056 |
+
msgstr "صفحات الفيسبوك المختارة للنشر التلقائي"
|
1057 |
+
|
1058 |
+
#: admin/settings.php:549
|
1059 |
+
msgid "Save"
|
1060 |
+
msgstr "حفظ"
|
1061 |
+
|
1062 |
+
#: admin/settings.php:553
|
1063 |
+
msgid "Free trial is available only for first time users"
|
1064 |
+
msgstr "الإصدار التجريبي المجاني متاح فقط للمستخدمين لأول مرة"
|
1065 |
+
|
1066 |
+
#: admin/settings.php:556
|
1067 |
+
msgid "Use reauthorize button to change selected values"
|
1068 |
+
msgstr "استخدم زر إعادة التفويض لتغيير القيم المحددة"
|
1069 |
+
|
1070 |
+
#: admin/settings.php:649
|
1071 |
+
msgid "Basic Settings"
|
1072 |
+
msgstr "الإعدادات الأساسية"
|
1073 |
+
|
1074 |
+
#: admin/settings.php:651
|
1075 |
+
msgid "Publish wordpress `posts` to facebook"
|
1076 |
+
msgstr "نشر \"المشاركات\" وورد على الفيسبوك"
|
1077 |
+
|
1078 |
+
#: admin/settings.php:660
|
1079 |
+
msgid "Publish wordpress `pages` to facebook"
|
1080 |
+
msgstr "انشر ووردبرس \"صفحات\" على الفيس بوك"
|
1081 |
+
|
1082 |
+
#: admin/settings.php:685
|
1083 |
+
msgid "Select wordpress custom post types for auto publish"
|
1084 |
+
msgstr "حدد أنواع منشورات ووردبريس المخصصة للنشر التلقائي"
|
1085 |
+
|
1086 |
+
#: admin/settings.php:701
|
1087 |
+
msgid "Advanced Settings"
|
1088 |
+
msgstr "إعدادات متقدمة"
|
1089 |
+
|
1090 |
+
#: admin/settings.php:703
|
1091 |
+
msgid "Select post categories for auto publish"
|
1092 |
+
msgstr "حدد فئات النشر للنشر التلقائي"
|
1093 |
+
|
1094 |
+
#: admin/settings.php:708
|
1095 |
+
msgid "All"
|
1096 |
+
msgstr "الجميع"
|
1097 |
+
|
1098 |
+
#: admin/settings.php:710
|
1099 |
+
msgid "Specific"
|
1100 |
+
msgstr "محددة"
|
1101 |
+
|
1102 |
+
#: admin/settings.php:745
|
1103 |
+
msgid "NIL"
|
1104 |
+
msgstr "لا شيء"
|
1105 |
+
|
1106 |
+
#: admin/settings.php:750
|
1107 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1108 |
+
msgstr "النشر التلقائي عند تحرير المنشورات / الصفحات / أنواع المنشورات المخصصة"
|
1109 |
+
|
1110 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1111 |
+
msgid "Enabled"
|
1112 |
+
msgstr "ممكن"
|
1113 |
+
|
1114 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1115 |
+
msgid "Disabled"
|
1116 |
+
msgstr "تعطيل"
|
1117 |
+
|
1118 |
+
#: admin/settings.php:755
|
1119 |
+
msgid "Use settings from post creation or post updation"
|
1120 |
+
msgstr "استخدم الإعدادات من إنشاء المنشور أو ما بعد التحديث"
|
1121 |
+
|
1122 |
+
#: admin/settings.php:759
|
1123 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1124 |
+
msgstr "النشر التلقائي عند إنشاء منشورات / صفحات / أنواع منشورات مخصصة"
|
1125 |
+
|
1126 |
+
#: admin/settings.php:768
|
1127 |
+
msgid "Enable SSL peer verification in remote requests"
|
1128 |
+
msgstr "تمكين التحقق من الأقران SSL في الطلبات البعيدة"
|
1129 |
+
|
1130 |
+
#: admin/settings.php:776
|
1131 |
+
msgid "Apply filters during publishing"
|
1132 |
+
msgstr "تطبيق المرشحات أثناء النشر"
|
1133 |
+
|
1134 |
+
#: admin/settings.php:813
|
1135 |
+
msgid "Other Settings"
|
1136 |
+
msgstr "اعدادات اخرى"
|
1137 |
+
|
1138 |
+
#: admin/settings.php:816
|
1139 |
+
msgid "Enable credit link to author"
|
1140 |
+
msgstr "تمكين ارتباط الائتمان للمؤلف"
|
1141 |
+
|
1142 |
+
#: admin/settings.php:825
|
1143 |
+
msgid "Enable premium version ads"
|
1144 |
+
msgstr "تمكين الإصدار المتميز للإعلانات"
|
1145 |
+
|
1146 |
+
#: admin/settings.php:839
|
1147 |
+
msgid "Update Settings"
|
1148 |
+
msgstr "تحديث الاعدادات"
|
1149 |
+
|
1150 |
+
#: facebook-auto-publish.php:31
|
1151 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1152 |
+
msgstr "أهلا! أنا مجرد مكون إضافي ، لا يمكنني فعل الكثير عندما اتصل مباشرة."
|
languages/facebook-auto-publish-de_DE.mo
ADDED
Binary file
|
languages/facebook-auto-publish-de_DE.po
ADDED
@@ -0,0 +1,1203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-07 17:51+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-07 17:58+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: de_DE\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=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%s veröffentlicht automatisch Beiträge aus Ihrem Blog auf Ihren Facebook-"
|
41 |
+
"Seiten. Es ermöglicht Ihnen, Beiträge nach Beitragstypen und Kategorien zu "
|
42 |
+
"filtern. %s wird entwickelt und gewartet von"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"Wenn Sie mehr Funktionen haben möchten, versuchen Sie bitte <a href=\"%s\" "
|
53 |
+
"target=\"_blank\">%s</a>, eine Premium-Version dieses Plugins. Wir haben "
|
54 |
+
"einen schnellen Vergleich der kostenlosen und Premium-Plugins als Referenz "
|
55 |
+
"beigefügt."
|
56 |
+
|
57 |
+
#: admin/about.php:23
|
58 |
+
msgid "Feature group"
|
59 |
+
msgstr "Funktionsgruppe"
|
60 |
+
|
61 |
+
#: admin/about.php:24
|
62 |
+
msgid "Feature"
|
63 |
+
msgstr "Besonderheit"
|
64 |
+
|
65 |
+
#: admin/about.php:25
|
66 |
+
msgid "Free"
|
67 |
+
msgstr "Kostenlos"
|
68 |
+
|
69 |
+
#: admin/about.php:27
|
70 |
+
msgid "Premium"
|
71 |
+
msgstr "Prämie"
|
72 |
+
|
73 |
+
#: admin/about.php:29
|
74 |
+
#, php-format
|
75 |
+
msgid "%s Premium"
|
76 |
+
msgstr "%s Prämie"
|
77 |
+
|
78 |
+
#: admin/about.php:34
|
79 |
+
msgid "Supported Media"
|
80 |
+
msgstr "Unterstützte Medien"
|
81 |
+
|
82 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
83 |
+
msgid "Facebook"
|
84 |
+
msgstr "Facebook"
|
85 |
+
|
86 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
87 |
+
msgid "Twitter"
|
88 |
+
msgstr "Twitter"
|
89 |
+
|
90 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
91 |
+
msgid "LinkedIn"
|
92 |
+
msgstr "LinkedIn"
|
93 |
+
|
94 |
+
#: admin/about.php:63
|
95 |
+
msgid "Instagram"
|
96 |
+
msgstr "Instagram"
|
97 |
+
|
98 |
+
#: admin/about.php:72
|
99 |
+
msgid "Tumblr"
|
100 |
+
msgstr "Tumblr"
|
101 |
+
|
102 |
+
#: admin/about.php:81
|
103 |
+
msgid "Pinterest"
|
104 |
+
msgstr "Pinterest"
|
105 |
+
|
106 |
+
#: admin/about.php:92
|
107 |
+
msgid "Posting Options"
|
108 |
+
msgstr "Buchungsoptionen"
|
109 |
+
|
110 |
+
#: admin/about.php:93
|
111 |
+
msgid "Publish to facebook pages"
|
112 |
+
msgstr "Auf Facebook-Seiten veröffentlichen"
|
113 |
+
|
114 |
+
#: admin/about.php:102
|
115 |
+
msgid "Publish to facebook groups"
|
116 |
+
msgstr "In Facebook-Gruppen veröffentlichen"
|
117 |
+
|
118 |
+
#: admin/about.php:111
|
119 |
+
msgid "Publish to twitter profile"
|
120 |
+
msgstr "Auf twitter-Profil veröffentlichen"
|
121 |
+
|
122 |
+
#: admin/about.php:121
|
123 |
+
msgid "Publish to linkedin profile/company pages"
|
124 |
+
msgstr "Veröffentlichen Sie auf LinkedIn-Profil-/Unternehmensseiten"
|
125 |
+
|
126 |
+
#: admin/about.php:130
|
127 |
+
msgid "Publish to instagram Business accounts"
|
128 |
+
msgstr "Veröffentlichen Sie auf Instagram Business-Konten"
|
129 |
+
|
130 |
+
#: admin/about.php:139
|
131 |
+
msgid "Publish to tumblr profile"
|
132 |
+
msgstr "Auf Tumblr-Profil veröffentlichen"
|
133 |
+
|
134 |
+
#: admin/about.php:149
|
135 |
+
msgid "Publish to pinterest boards"
|
136 |
+
msgstr "Auf Pinterest-Boards veröffentlichen"
|
137 |
+
|
138 |
+
#: admin/about.php:158
|
139 |
+
msgid "Option to add twitter image description for visually impaired people"
|
140 |
+
msgstr "Option zum Hinzufügen einer twitter-Bildbeschreibung für Sehbehinderte"
|
141 |
+
|
142 |
+
#: admin/about.php:167
|
143 |
+
msgid "Option to republish existing posts"
|
144 |
+
msgstr "Option zur erneuten Veröffentlichung bestehender Beiträge"
|
145 |
+
|
146 |
+
#: admin/about.php:177
|
147 |
+
msgid "Publish to multiple social media accounts"
|
148 |
+
msgstr "Veröffentlichen Sie auf mehreren Social-Media-Konten"
|
149 |
+
|
150 |
+
#: admin/about.php:187
|
151 |
+
msgid ""
|
152 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
153 |
+
msgstr ""
|
154 |
+
"Separates Nachrichtenformat für die Veröffentlichung auf mehreren Social-"
|
155 |
+
"Media-Konten"
|
156 |
+
|
157 |
+
#: admin/about.php:197
|
158 |
+
msgid "Save auto publish settings of individual posts"
|
159 |
+
msgstr ""
|
160 |
+
"Speichern Sie die Einstellungen für die automatische Veröffentlichung "
|
161 |
+
"einzelner Beiträge"
|
162 |
+
|
163 |
+
#: admin/about.php:207
|
164 |
+
msgid ""
|
165 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
166 |
+
"Pinterest"
|
167 |
+
msgstr ""
|
168 |
+
"Hash-Tags-Unterstützung für Facebook, Twitter, Linkedin, Instagram, Tumblr "
|
169 |
+
"und Pinterest"
|
170 |
+
|
171 |
+
#: admin/about.php:216
|
172 |
+
msgid "Option to use post tags as hash tags"
|
173 |
+
msgstr "Option zur Verwendung von Post-Tags als Hashtags"
|
174 |
+
|
175 |
+
#: admin/about.php:225
|
176 |
+
msgid "Enable/Disable SSL peer verification"
|
177 |
+
msgstr "SSL-Peer-Verifizierung aktivieren/deaktivieren"
|
178 |
+
|
179 |
+
#: admin/about.php:238
|
180 |
+
msgid "Image Options"
|
181 |
+
msgstr "Bildoptionen"
|
182 |
+
|
183 |
+
#: admin/about.php:239
|
184 |
+
msgid "Publish images along with post content"
|
185 |
+
msgstr "Veröffentlichen Sie Bilder zusammen mit Postinhalten"
|
186 |
+
|
187 |
+
#: admin/about.php:250
|
188 |
+
msgid ""
|
189 |
+
"Separate default image url for publishing to multiple social media accounts"
|
190 |
+
msgstr ""
|
191 |
+
"Separate Standard-Bild-URL für die Veröffentlichung auf mehreren Social-"
|
192 |
+
"Media-Konten"
|
193 |
+
|
194 |
+
#: admin/about.php:260
|
195 |
+
msgid ""
|
196 |
+
"Option to specify preference from featured image, post content, post meta "
|
197 |
+
"and open graph tags"
|
198 |
+
msgstr ""
|
199 |
+
"Option zum Festlegen von Präferenzen für vorgestellte Bilder, Post-Inhalte, "
|
200 |
+
"Post-Meta und Open-Graph-Tags"
|
201 |
+
|
202 |
+
#: admin/about.php:269
|
203 |
+
msgid ""
|
204 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
205 |
+
"post content"
|
206 |
+
msgstr ""
|
207 |
+
"Veröffentlichen Sie mehrere Bilder zusammen mit dem Inhalt der Beiträge auf "
|
208 |
+
"Facebook, Tumblr, Linkedin und twitter"
|
209 |
+
|
210 |
+
#: admin/about.php:278
|
211 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
212 |
+
msgstr ""
|
213 |
+
"Option zum Festlegen der Multiphoto-Präferenz aus Post-Inhalt und Post-Meta"
|
214 |
+
|
215 |
+
#: admin/about.php:289
|
216 |
+
msgid "Video/Audio Options"
|
217 |
+
msgstr "Video-/Audiooptionen"
|
218 |
+
|
219 |
+
#: admin/about.php:290
|
220 |
+
msgid ""
|
221 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
222 |
+
"with post content"
|
223 |
+
msgstr ""
|
224 |
+
"Veröffentlichen Sie Videos auf Facebook, Tumblr, Linkedin, Instagram und "
|
225 |
+
"Twitter zusammen mit Post-Inhalten"
|
226 |
+
|
227 |
+
#: admin/about.php:300
|
228 |
+
msgid ""
|
229 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
230 |
+
msgstr ""
|
231 |
+
"Option zum Festlegen von Präferenzen für Post-Inhalte, Post-Meta und Open-"
|
232 |
+
"Graph-Tags"
|
233 |
+
|
234 |
+
#: admin/about.php:309
|
235 |
+
msgid "Publish audio to tumblr along with post content"
|
236 |
+
msgstr "Veröffentlichen Sie Audio auf Tumblr zusammen mit Post-Inhalten"
|
237 |
+
|
238 |
+
#: admin/about.php:318
|
239 |
+
msgid ""
|
240 |
+
"Option to specify audio preference from post content, post meta and open "
|
241 |
+
"graph tags"
|
242 |
+
msgstr ""
|
243 |
+
"Option zum Festlegen der Audiopräferenz von Post-Inhalten, Post-Meta und "
|
244 |
+
"Open-Graph-Tags"
|
245 |
+
|
246 |
+
#: admin/about.php:329
|
247 |
+
msgid "Filter Options"
|
248 |
+
msgstr "Filteroptionen"
|
249 |
+
|
250 |
+
#: admin/about.php:330
|
251 |
+
msgid "Filter posts to publish based on categories"
|
252 |
+
msgstr "Filtern Sie zu veröffentlichende Beiträge basierend auf Kategorien"
|
253 |
+
|
254 |
+
#: admin/about.php:340
|
255 |
+
msgid "Filter posts to publish based on custom post types"
|
256 |
+
msgstr ""
|
257 |
+
"Filtern Sie zu veröffentlichende Beiträge basierend auf benutzerdefinierten "
|
258 |
+
"Beitragstypen"
|
259 |
+
|
260 |
+
#: admin/about.php:349
|
261 |
+
msgid "Filter posts to publish based on sticky posts"
|
262 |
+
msgstr "Filtern Sie zu veröffentlichende Posts basierend auf Sticky Posts"
|
263 |
+
|
264 |
+
#: admin/about.php:359
|
265 |
+
msgid "Configuration to enable/disable page publishing"
|
266 |
+
msgstr "Konfiguration zum Aktivieren/Deaktivieren der Seitenveröffentlichung"
|
267 |
+
|
268 |
+
#: admin/about.php:369
|
269 |
+
msgid "Category filter for individual accounts"
|
270 |
+
msgstr "Kategoriefilter für einzelne Konten"
|
271 |
+
|
272 |
+
#: admin/about.php:379
|
273 |
+
msgid "Custom post type filter for individual accounts"
|
274 |
+
msgstr "Benutzerdefinierter Beitragstypfilter für einzelne Konten"
|
275 |
+
|
276 |
+
#: admin/about.php:389
|
277 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
278 |
+
msgstr "Aktivieren/Deaktivieren der Seitenveröffentlichung für einzelne Konten"
|
279 |
+
|
280 |
+
#: admin/about.php:398
|
281 |
+
msgid "Override auto publish scheduling for individual accounts"
|
282 |
+
msgstr ""
|
283 |
+
"Überschreiben Sie die automatische Veröffentlichungsplanung für einzelne "
|
284 |
+
"Konten"
|
285 |
+
|
286 |
+
#: admin/about.php:407
|
287 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
288 |
+
msgstr ""
|
289 |
+
"Überschreiben Sie die automatische Veröffentlichung basierend auf Sticky "
|
290 |
+
"Posts für einzelne Konten"
|
291 |
+
|
292 |
+
#: admin/about.php:418
|
293 |
+
msgid "Scheduling"
|
294 |
+
msgstr "Planung"
|
295 |
+
|
296 |
+
#: admin/about.php:419
|
297 |
+
msgid "Instantaneous post publishing"
|
298 |
+
msgstr "Sofortige Post-Veröffentlichung"
|
299 |
+
|
300 |
+
#: admin/about.php:429
|
301 |
+
msgid "Scheduled post publishing using cron"
|
302 |
+
msgstr "Geplante Postveröffentlichung mit cron"
|
303 |
+
|
304 |
+
#: admin/about.php:439
|
305 |
+
msgid "Status summary of auto publish tasks by mail"
|
306 |
+
msgstr ""
|
307 |
+
"Statuszusammenfassung von Aufgaben zur automatischen Veröffentlichung per E-"
|
308 |
+
"Mail"
|
309 |
+
|
310 |
+
#: admin/about.php:449
|
311 |
+
msgid "Configurable auto publishing time interval"
|
312 |
+
msgstr "Konfigurierbares Zeitintervall für die automatische Veröffentlichung"
|
313 |
+
|
314 |
+
#: admin/about.php:463
|
315 |
+
msgid "Publishing History"
|
316 |
+
msgstr "Verlagsgeschichte"
|
317 |
+
|
318 |
+
#: admin/about.php:464
|
319 |
+
msgid "View auto publish history"
|
320 |
+
msgstr "Verlauf der automatischen Veröffentlichung anzeigen"
|
321 |
+
|
322 |
+
#: admin/about.php:473
|
323 |
+
msgid "View auto publish error logs"
|
324 |
+
msgstr "Fehlerprotokolle für die automatische Veröffentlichung anzeigen"
|
325 |
+
|
326 |
+
#: admin/about.php:483
|
327 |
+
msgid "Option to republish post"
|
328 |
+
msgstr "Option zum erneuten Veröffentlichen des Beitrags"
|
329 |
+
|
330 |
+
#: admin/about.php:493
|
331 |
+
msgid "Option to reschedule publishing"
|
332 |
+
msgstr "Option zum Umplanen der Veröffentlichung"
|
333 |
+
|
334 |
+
#: admin/about.php:503
|
335 |
+
msgid "Installation and Support"
|
336 |
+
msgstr "Installation und Unterstützung"
|
337 |
+
|
338 |
+
#: admin/about.php:504
|
339 |
+
msgid "Free Installation"
|
340 |
+
msgstr "Kostenlose Installation"
|
341 |
+
|
342 |
+
#: admin/about.php:513
|
343 |
+
msgid "Privilege customer support"
|
344 |
+
msgstr "Privilege-Kundensupport"
|
345 |
+
|
346 |
+
#: admin/about.php:523
|
347 |
+
msgid "Addon Features"
|
348 |
+
msgstr "Addon-Funktionen"
|
349 |
+
|
350 |
+
#: admin/about.php:524
|
351 |
+
msgid "Advanced Autopublish Scheduler"
|
352 |
+
msgstr "Erweiterter Autopublish-Scheduler"
|
353 |
+
|
354 |
+
#: admin/about.php:533
|
355 |
+
msgid "URL-Shortener"
|
356 |
+
msgstr "URL-Verkürzer"
|
357 |
+
|
358 |
+
#: admin/about.php:542
|
359 |
+
msgid "Privilege Management"
|
360 |
+
msgstr "Privilegienverwaltung"
|
361 |
+
|
362 |
+
#: admin/about.php:551
|
363 |
+
msgid "Other"
|
364 |
+
msgstr "Andere"
|
365 |
+
|
366 |
+
#: admin/about.php:553
|
367 |
+
#, php-format
|
368 |
+
msgid ""
|
369 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
370 |
+
msgstr ""
|
371 |
+
"%s API-Paket für 1 Jahr im Wert von 10 USD (1 fb-Konto, 10 API-Aufrufe pro "
|
372 |
+
"Stunde)"
|
373 |
+
|
374 |
+
#: admin/about.php:555
|
375 |
+
msgid "1 month free subscription"
|
376 |
+
msgstr "1 Monat kostenloses Abonnement"
|
377 |
+
|
378 |
+
#: admin/about.php:557
|
379 |
+
msgid "1 year free subscription"
|
380 |
+
msgstr "1 Jahr kostenloses Abonnement"
|
381 |
+
|
382 |
+
#: admin/about.php:563
|
383 |
+
msgid "Price"
|
384 |
+
msgstr "Preis"
|
385 |
+
|
386 |
+
#: admin/about.php:564
|
387 |
+
msgid "FREE"
|
388 |
+
msgstr "KOSTENLOS"
|
389 |
+
|
390 |
+
#: admin/about.php:565
|
391 |
+
msgid "Starts from 39 USD"
|
392 |
+
msgstr "Ab 39 USD"
|
393 |
+
|
394 |
+
#: admin/about.php:566
|
395 |
+
msgid "Starts from 69 USD"
|
396 |
+
msgstr "Ab 69 USD"
|
397 |
+
|
398 |
+
#: admin/about.php:569
|
399 |
+
msgid "Purchase"
|
400 |
+
msgstr "Kauf"
|
401 |
+
|
402 |
+
#: admin/about.php:571
|
403 |
+
msgid "Buy Now"
|
404 |
+
msgstr "Kaufe jetzt"
|
405 |
+
|
406 |
+
#: admin/about.php:578
|
407 |
+
msgid "Pinterest is added on experimental basis."
|
408 |
+
msgstr "Pinterest wird auf experimenteller Basis hinzugefügt."
|
409 |
+
|
410 |
+
#: admin/admin-notices.php:41
|
411 |
+
#, php-format
|
412 |
+
msgid ""
|
413 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
414 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
415 |
+
"with the continued development of the plugin using any of the below methods?"
|
416 |
+
msgstr ""
|
417 |
+
"Vielen Dank, dass Sie das Plug-in <a href=\"%s\" target=\"_blank\"> %s </a> "
|
418 |
+
"von <a href=\"%s\" target=\"_blank\"> %s </a> verwenden. Würden Sie erwägen, "
|
419 |
+
"uns bei der Weiterentwicklung des Plugins mit einer der folgenden Methoden "
|
420 |
+
"zu unterstützen?"
|
421 |
+
|
422 |
+
#: admin/admin-notices.php:45
|
423 |
+
msgid "Rate it 5★'s on wordpress"
|
424 |
+
msgstr "Bewerten Sie es mit 5★ auf WordPress"
|
425 |
+
|
426 |
+
#: admin/admin-notices.php:47
|
427 |
+
msgid "Enable Backlink"
|
428 |
+
msgstr "Backlinks aktivieren"
|
429 |
+
|
430 |
+
#: admin/admin-notices.php:49
|
431 |
+
msgid "Share on"
|
432 |
+
msgstr "Teilen Sie weiter"
|
433 |
+
|
434 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
435 |
+
msgid "Donate"
|
436 |
+
msgstr "Spenden"
|
437 |
+
|
438 |
+
#: admin/admin-notices.php:52
|
439 |
+
msgid "Don't Show This Again"
|
440 |
+
msgstr "Zeigen Sie dies nicht noch einmal"
|
441 |
+
|
442 |
+
#: admin/fbap-suggest-feature.php:10
|
443 |
+
msgid "Thank you for the suggestion."
|
444 |
+
msgstr "Vielen Dank für den Vorschlag."
|
445 |
+
|
446 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
447 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
448 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
449 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
450 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
451 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
452 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
453 |
+
msgid "Dismiss"
|
454 |
+
msgstr "Zurückweisen"
|
455 |
+
|
456 |
+
#: admin/fbap-suggest-feature.php:18
|
457 |
+
#, php-format
|
458 |
+
msgid "%s not able to process the request."
|
459 |
+
msgstr "%s kann die Anfrage nicht verarbeiten."
|
460 |
+
|
461 |
+
#: admin/fbap-suggest-feature.php:26
|
462 |
+
msgid "Please suggest a feature."
|
463 |
+
msgstr "Bitte schlagen Sie eine Funktion vor."
|
464 |
+
|
465 |
+
#: admin/fbap-suggest-feature.php:60
|
466 |
+
msgid "Contribute And Get Rewarded"
|
467 |
+
msgstr "Machen Sie mit und werden Sie belohnt"
|
468 |
+
|
469 |
+
#: admin/fbap-suggest-feature.php:61
|
470 |
+
msgid ""
|
471 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
472 |
+
"premium version of this plugin."
|
473 |
+
msgstr ""
|
474 |
+
"Schlagen Sie eine Funktion für dieses Plugin vor und erhalten Sie die "
|
475 |
+
"Chance, eine kostenlose Kopie der Premium-Version dieses Plugins zu erhalten."
|
476 |
+
|
477 |
+
#: admin/fbap-suggest-feature.php:67
|
478 |
+
msgid "Send Mail To Us"
|
479 |
+
msgstr "Mail an uns senden"
|
480 |
+
|
481 |
+
#: admin/footer.php:10
|
482 |
+
#, php-format
|
483 |
+
msgid "Fully Featured %s Plugin"
|
484 |
+
msgstr "Voll funktionsfähiges %s-Plugin"
|
485 |
+
|
486 |
+
#: admin/footer.php:11
|
487 |
+
msgid "Just 39 USD"
|
488 |
+
msgstr "Nur 39 US-Dollar"
|
489 |
+
|
490 |
+
#: admin/footer.php:21
|
491 |
+
msgid "Compare Features"
|
492 |
+
msgstr "Funktionen vergleichen"
|
493 |
+
|
494 |
+
#: admin/footer.php:30
|
495 |
+
msgid "Follow Us"
|
496 |
+
msgstr "Folge uns"
|
497 |
+
|
498 |
+
#: admin/footer.php:37
|
499 |
+
msgid "Support"
|
500 |
+
msgstr "Unterstützen"
|
501 |
+
|
502 |
+
#: admin/footer.php:39
|
503 |
+
msgid "Contact Us"
|
504 |
+
msgstr "Kontaktiere uns"
|
505 |
+
|
506 |
+
#: admin/footer.php:40
|
507 |
+
msgid "Please Rate Us"
|
508 |
+
msgstr "Bitte bewerten Sie uns"
|
509 |
+
|
510 |
+
#: admin/footer.php:44
|
511 |
+
msgid "Create a ticket at Wordpress forum"
|
512 |
+
msgstr "Erstellen Sie ein Ticket im Wordpress-Forum"
|
513 |
+
|
514 |
+
#: admin/footer.php:47
|
515 |
+
msgid "Stay tuned for our updates"
|
516 |
+
msgstr "Bleiben Sie dran für unsere Updates"
|
517 |
+
|
518 |
+
#: admin/footer.php:112
|
519 |
+
msgid "Name"
|
520 |
+
msgstr "Name"
|
521 |
+
|
522 |
+
#: admin/footer.php:127
|
523 |
+
msgid "Email"
|
524 |
+
msgstr "Email"
|
525 |
+
|
526 |
+
#: admin/footer.php:129
|
527 |
+
msgid "Subscribe"
|
528 |
+
msgstr "Abonnieren"
|
529 |
+
|
530 |
+
#: admin/footer.php:144
|
531 |
+
msgid "Our Plugins"
|
532 |
+
msgstr "Unsere Plugins"
|
533 |
+
|
534 |
+
#: admin/footer.php:165
|
535 |
+
msgid "Powered by"
|
536 |
+
msgstr "Bereitgestellt von"
|
537 |
+
|
538 |
+
#: admin/header.php:19 admin/settings.php:129
|
539 |
+
msgid "Settings updated successfully."
|
540 |
+
msgstr "Einstellungen erfolgreich aktualisiert."
|
541 |
+
|
542 |
+
#: admin/header.php:32
|
543 |
+
msgid "Thank you for enabling backlink."
|
544 |
+
msgstr "Vielen Dank für die Aktivierung des Backlinks."
|
545 |
+
|
546 |
+
#: admin/header.php:48
|
547 |
+
msgid "Please do a favour by enabling backlink to our site."
|
548 |
+
msgstr ""
|
549 |
+
"Bitte tun Sie einen Gefallen, indem Sie den Backlink zu unserer Website "
|
550 |
+
"aktivieren."
|
551 |
+
|
552 |
+
#: admin/header.php:48
|
553 |
+
msgid "Okay, Enable"
|
554 |
+
msgstr "OK, aktivieren"
|
555 |
+
|
556 |
+
#: admin/header.php:104
|
557 |
+
msgid "FAQ"
|
558 |
+
msgstr "Häufig gestellte Fragen"
|
559 |
+
|
560 |
+
#: admin/header.php:107
|
561 |
+
msgid "Readme"
|
562 |
+
msgstr "Liesmich"
|
563 |
+
|
564 |
+
#: admin/header.php:110 admin/menu.php:40
|
565 |
+
msgid "About"
|
566 |
+
msgstr "Etwa"
|
567 |
+
|
568 |
+
#: admin/logs.php:13
|
569 |
+
msgid "Auto Publish Logs"
|
570 |
+
msgstr "Automatische Veröffentlichungsprotokolle"
|
571 |
+
|
572 |
+
#: admin/logs.php:14
|
573 |
+
msgid "Last ten logs"
|
574 |
+
msgstr "Die letzten zehn Protokolle"
|
575 |
+
|
576 |
+
#: admin/logs.php:19
|
577 |
+
msgid "Post Id"
|
578 |
+
msgstr "Beitrags-ID"
|
579 |
+
|
580 |
+
#: admin/logs.php:20
|
581 |
+
msgid "Post Title"
|
582 |
+
msgstr "Titel des Beitrags"
|
583 |
+
|
584 |
+
#: admin/logs.php:21
|
585 |
+
msgid "Published On"
|
586 |
+
msgstr "Veröffentlicht auf"
|
587 |
+
|
588 |
+
#: admin/logs.php:22
|
589 |
+
msgid "Status"
|
590 |
+
msgstr "Status"
|
591 |
+
|
592 |
+
#: admin/logs.php:42
|
593 |
+
msgid "No logs Found"
|
594 |
+
msgstr "Keine Protokolle gefunden"
|
595 |
+
|
596 |
+
#: admin/logs.php:103
|
597 |
+
msgid ""
|
598 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
599 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
600 |
+
"calls, if enabled option for clearing cache)."
|
601 |
+
msgstr ""
|
602 |
+
"Zum Veröffentlichen einer einfachen Textnachricht ist 1 API-Aufruf "
|
603 |
+
"erforderlich, die Option Bild hochladen erfordert 2-3 API-Aufrufe und die "
|
604 |
+
"Option Link anhängen erfordert 1 API-Aufruf (2 API-Aufrufe, wenn die Option "
|
605 |
+
"zum Leeren des Caches aktiviert ist)."
|
606 |
+
|
607 |
+
#: admin/manage-authorizations.php:7
|
608 |
+
#, php-format
|
609 |
+
msgid "%s Package updated successfully."
|
610 |
+
msgstr "%s Paket erfolgreich aktualisiert."
|
611 |
+
|
612 |
+
#: admin/manage-authorizations.php:22
|
613 |
+
#, php-format
|
614 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
615 |
+
msgstr ""
|
616 |
+
"Bitte autorisieren Sie die %s-App in den Facebook-Einstellungen für den "
|
617 |
+
"Zugriff auf diese Seite."
|
618 |
+
|
619 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
620 |
+
msgid "Manage Authorizations"
|
621 |
+
msgstr "Berechtigungen verwalten"
|
622 |
+
|
623 |
+
#: admin/manage-authorizations.php:261
|
624 |
+
msgid "Current Plan:"
|
625 |
+
msgstr "Derzeitiger Plan:"
|
626 |
+
|
627 |
+
#: admin/manage-authorizations.php:263
|
628 |
+
msgid "Allowed Facebook users:"
|
629 |
+
msgstr "Zugelassene Facebook-Benutzer:"
|
630 |
+
|
631 |
+
#: admin/manage-authorizations.php:264
|
632 |
+
msgid "API limit per account :"
|
633 |
+
msgstr "API-Limit pro Konto:"
|
634 |
+
|
635 |
+
#: admin/manage-authorizations.php:264
|
636 |
+
msgid "per hour"
|
637 |
+
msgstr "pro Stunde"
|
638 |
+
|
639 |
+
#: admin/manage-authorizations.php:265
|
640 |
+
msgid "Package Expiry :"
|
641 |
+
msgstr "Ablauf des Pakets :"
|
642 |
+
|
643 |
+
#: admin/manage-authorizations.php:266
|
644 |
+
msgid "Package Status :"
|
645 |
+
msgstr "Paket Status :"
|
646 |
+
|
647 |
+
#: admin/manage-authorizations.php:275
|
648 |
+
msgid "Upgrade/Renew"
|
649 |
+
msgstr "Upgrade/Erneuern"
|
650 |
+
|
651 |
+
#: admin/manage-authorizations.php:282
|
652 |
+
msgid "Show all entries"
|
653 |
+
msgstr "Alle Einträge anzeigen"
|
654 |
+
|
655 |
+
#: admin/manage-authorizations.php:283
|
656 |
+
msgid "Show entries from current wp installation"
|
657 |
+
msgstr "Einträge der aktuellen wp-Installation anzeigen"
|
658 |
+
|
659 |
+
#: admin/manage-authorizations.php:284
|
660 |
+
msgid "Show entries from other wp installations"
|
661 |
+
msgstr "Einträge von anderen wp-Installationen anzeigen"
|
662 |
+
|
663 |
+
#: admin/manage-authorizations.php:290
|
664 |
+
msgid "Facebook username"
|
665 |
+
msgstr "Facebook-Benutzername"
|
666 |
+
|
667 |
+
#: admin/manage-authorizations.php:291
|
668 |
+
msgid "Selected pages"
|
669 |
+
msgstr "Ausgewählte Seiten"
|
670 |
+
|
671 |
+
#: admin/manage-authorizations.php:292
|
672 |
+
msgid "Selected groups"
|
673 |
+
msgstr "Ausgewählte Gruppen"
|
674 |
+
|
675 |
+
#: admin/manage-authorizations.php:294
|
676 |
+
#, php-format
|
677 |
+
msgid "%s url"
|
678 |
+
msgstr "%s-URL"
|
679 |
+
|
680 |
+
#: admin/manage-authorizations.php:297
|
681 |
+
msgid "Plugin"
|
682 |
+
msgstr "Plugin"
|
683 |
+
|
684 |
+
#: admin/manage-authorizations.php:299
|
685 |
+
#, php-format
|
686 |
+
msgid "Account ID %s"
|
687 |
+
msgstr "Konto-ID %s"
|
688 |
+
|
689 |
+
#: admin/manage-authorizations.php:301
|
690 |
+
msgid "Action"
|
691 |
+
msgstr "Aktion"
|
692 |
+
|
693 |
+
#: admin/manage-authorizations.php:336
|
694 |
+
msgid "Not Applicable"
|
695 |
+
msgstr "Unzutreffend"
|
696 |
+
|
697 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
698 |
+
msgid "Delete"
|
699 |
+
msgstr "Löschen"
|
700 |
+
|
701 |
+
#: admin/manage-authorizations.php:356
|
702 |
+
msgid "(Inactive)"
|
703 |
+
msgstr "(Inaktiv)"
|
704 |
+
|
705 |
+
#: admin/manage-authorizations.php:376
|
706 |
+
msgid "No Authorizations"
|
707 |
+
msgstr "Keine Berechtigungen"
|
708 |
+
|
709 |
+
#: admin/manage-authorizations.php:382
|
710 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
711 |
+
msgstr ""
|
712 |
+
"Verbindung konnte nicht hergestellt werden. Bitte überprüfen Sie Ihre Curl- "
|
713 |
+
"und Firewall-Einstellungen"
|
714 |
+
|
715 |
+
#: admin/menu.php:15
|
716 |
+
msgid "Please check whether the email is correct."
|
717 |
+
msgstr "Bitte überprüfen Sie, ob die E-Mail korrekt ist."
|
718 |
+
|
719 |
+
#: admin/menu.php:16
|
720 |
+
msgid "Select atleast one list."
|
721 |
+
msgstr "Wählen Sie mindestens eine Liste aus."
|
722 |
+
|
723 |
+
#: admin/menu.php:17
|
724 |
+
msgid "You do not have sufficient permissions"
|
725 |
+
msgstr "Sie haben keine ausreichenden Berechtigungen"
|
726 |
+
|
727 |
+
#: admin/menu.php:18
|
728 |
+
#, php-format
|
729 |
+
msgid "Account details successfully deleted from %s"
|
730 |
+
msgstr "Kontodaten erfolgreich von %s gelöscht"
|
731 |
+
|
732 |
+
#: admin/menu.php:19
|
733 |
+
msgid "Thank you for enabling backlink !"
|
734 |
+
msgstr "Vielen Dank für die Aktivierung des Backlinks!"
|
735 |
+
|
736 |
+
#: admin/menu.php:20
|
737 |
+
#, php-format
|
738 |
+
msgid "Please connect your %s member account"
|
739 |
+
msgstr "Bitte verbinden Sie Ihr %s Mitgliedskonto"
|
740 |
+
|
741 |
+
#: admin/menu.php:36
|
742 |
+
msgid "Settings"
|
743 |
+
msgstr "Einstellungen"
|
744 |
+
|
745 |
+
#: admin/menu.php:39
|
746 |
+
msgid "Logs"
|
747 |
+
msgstr "Aufzeichnungen"
|
748 |
+
|
749 |
+
#: admin/menu.php:41
|
750 |
+
msgid "Suggest a Feature"
|
751 |
+
msgstr "Schlagen Sie eine Funktion vor"
|
752 |
+
|
753 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
754 |
+
msgid "Enable auto publish post to my facebook account"
|
755 |
+
msgstr ""
|
756 |
+
"Aktivieren Sie die automatische Veröffentlichung von Beiträgen in meinem "
|
757 |
+
"twitter-Konto"
|
758 |
+
|
759 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
760 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
761 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
762 |
+
msgid "Yes"
|
763 |
+
msgstr "Ja"
|
764 |
+
|
765 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
766 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
767 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
768 |
+
msgid "No"
|
769 |
+
msgstr "Nein"
|
770 |
+
|
771 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
772 |
+
msgid "Posting method"
|
773 |
+
msgstr "Posting-Methode"
|
774 |
+
|
775 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
776 |
+
msgid "Simple text message"
|
777 |
+
msgstr "Einfache Textnachricht"
|
778 |
+
|
779 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
780 |
+
msgid "Upload image to app album"
|
781 |
+
msgstr "Laden Sie das Bild in das App-Album hoch"
|
782 |
+
|
783 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
784 |
+
msgid "Upload image to timeline album"
|
785 |
+
msgstr "Laden Sie das Bild in das Timeline-Album hoch"
|
786 |
+
|
787 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
788 |
+
msgid "Attach your blog post"
|
789 |
+
msgstr "Hängen Sie Ihren Blogbeitrag an"
|
790 |
+
|
791 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
792 |
+
msgid "Share a link to your blog post"
|
793 |
+
msgstr "Teilen Sie einen Link zu Ihrem Blogbeitrag"
|
794 |
+
|
795 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
796 |
+
msgid "Message format for posting"
|
797 |
+
msgstr "Nachrichtenformat für die Veröffentlichung"
|
798 |
+
|
799 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
800 |
+
msgid "Insert the title of your post."
|
801 |
+
msgstr "Geben Sie den Titel Ihres Beitrags ein."
|
802 |
+
|
803 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
804 |
+
msgid "Insert the URL where your post is displayed."
|
805 |
+
msgstr "Fügen Sie die URL ein, unter der Ihr Beitrag angezeigt wird."
|
806 |
+
|
807 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
808 |
+
msgid "Insert the excerpt of your post."
|
809 |
+
msgstr "Fügen Sie den Auszug Ihres Beitrags ein."
|
810 |
+
|
811 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
812 |
+
msgid "Insert the description of your post."
|
813 |
+
msgstr "Geben Sie die Beschreibung Ihres Beitrags ein."
|
814 |
+
|
815 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
816 |
+
msgid "Insert the name of your blog."
|
817 |
+
msgstr "Geben Sie den Namen Ihres Blogs ein."
|
818 |
+
|
819 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
820 |
+
msgid "Insert the nicename of the author."
|
821 |
+
msgstr "Geben Sie den netten Namen des Autors ein."
|
822 |
+
|
823 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
824 |
+
msgid "Insert the ID of your post."
|
825 |
+
msgstr "Geben Sie die ID Ihres Beitrags ein."
|
826 |
+
|
827 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
828 |
+
msgid "Insert the publish date of your post."
|
829 |
+
msgstr "Geben Sie das Veröffentlichungsdatum Ihres Beitrags ein."
|
830 |
+
|
831 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
832 |
+
msgid "Insert the display name of the author."
|
833 |
+
msgstr "Geben Sie den Anzeigenamen des Autors ein."
|
834 |
+
|
835 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
836 |
+
msgid "Select"
|
837 |
+
msgstr "Wählen"
|
838 |
+
|
839 |
+
#: admin/settings.php:30
|
840 |
+
msgid ""
|
841 |
+
"Thanks again for using the plugin. We will never show the message again."
|
842 |
+
msgstr ""
|
843 |
+
"Nochmals vielen Dank für die Verwendung des Plugins. Wir werden die "
|
844 |
+
"Nachricht nie wieder zeigen."
|
845 |
+
|
846 |
+
#: admin/settings.php:84
|
847 |
+
msgid "Please fill facebook application name."
|
848 |
+
msgstr "Bitte geben Sie den Namen der Facebook-Anwendung ein."
|
849 |
+
|
850 |
+
#: admin/settings.php:89
|
851 |
+
msgid "Please fill facebook application id."
|
852 |
+
msgstr "Bitte geben Sie die Facebook-Anwendungs-ID ein."
|
853 |
+
|
854 |
+
#: admin/settings.php:94
|
855 |
+
msgid "Please fill facebook application secret."
|
856 |
+
msgstr "Bitte füllen Sie das Facebook-Anwendungsgeheimnis aus."
|
857 |
+
|
858 |
+
#: admin/settings.php:137
|
859 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
860 |
+
msgstr "Das Bundesland passt nicht. Sie könnten ein Opfer von CSRF sein."
|
861 |
+
|
862 |
+
#: admin/settings.php:146
|
863 |
+
msgid ""
|
864 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
865 |
+
"and firewall settings."
|
866 |
+
msgstr ""
|
867 |
+
"Die Facebook-Anwendung kann nicht autorisiert werden. Bitte überprüfen Sie "
|
868 |
+
"Ihre curl/fopen- und Firewall-Einstellungen."
|
869 |
+
|
870 |
+
#: admin/settings.php:156
|
871 |
+
#, php-format
|
872 |
+
msgid "Successfully connected to %s member area"
|
873 |
+
msgstr "Erfolgreich mit %s Mitgliederbereich verbunden"
|
874 |
+
|
875 |
+
#: admin/settings.php:166
|
876 |
+
msgid "Selected pages saved successfully."
|
877 |
+
msgstr "Ausgewählte Seiten erfolgreich gespeichert."
|
878 |
+
|
879 |
+
#: admin/settings.php:198
|
880 |
+
msgid "Facebook Settings"
|
881 |
+
msgstr "Facebook-Einstellungen"
|
882 |
+
|
883 |
+
#: admin/settings.php:199
|
884 |
+
msgid "General Settings"
|
885 |
+
msgstr "Allgemeine Einstellungen"
|
886 |
+
|
887 |
+
#: admin/settings.php:215 admin/settings.php:248
|
888 |
+
msgid "Application needs authorisation"
|
889 |
+
msgstr "Die Anwendung benötigt eine Autorisierung"
|
890 |
+
|
891 |
+
#: admin/settings.php:219 admin/settings.php:253
|
892 |
+
msgid "Authorize"
|
893 |
+
msgstr "Autorisieren"
|
894 |
+
|
895 |
+
#: admin/settings.php:229 admin/settings.php:264
|
896 |
+
msgid "Reauthorize"
|
897 |
+
msgstr "Erneut autorisieren"
|
898 |
+
|
899 |
+
#: admin/settings.php:271
|
900 |
+
msgid "Application is authorized, go posting."
|
901 |
+
msgstr "Die Anwendung ist autorisiert, gehen Sie zur Veröffentlichung."
|
902 |
+
|
903 |
+
#: admin/settings.php:282
|
904 |
+
msgid "Note:"
|
905 |
+
msgstr "Notiz:"
|
906 |
+
|
907 |
+
#: admin/settings.php:282
|
908 |
+
msgid ""
|
909 |
+
"You have to create a Facebook application before filling the following "
|
910 |
+
"details."
|
911 |
+
msgstr ""
|
912 |
+
"Sie müssen eine Facebook-Anwendung erstellen, bevor Sie die folgenden "
|
913 |
+
"Details ausfüllen können."
|
914 |
+
|
915 |
+
#: admin/settings.php:283
|
916 |
+
msgid "Click here </a></b> to create new Facebook application."
|
917 |
+
msgstr ""
|
918 |
+
"Klicken Sie hier </a></b> , um eine neue Facebook-Anwendung zu erstellen."
|
919 |
+
|
920 |
+
#: admin/settings.php:284
|
921 |
+
#, php-format
|
922 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
923 |
+
msgstr "Navigieren Sie auf der Anwendungsseite in Facebook zu <b> %s </b>."
|
924 |
+
|
925 |
+
#: admin/settings.php:284
|
926 |
+
msgid "Set the site url as:"
|
927 |
+
msgstr "Stellen Sie die Site-URL wie folgt ein:"
|
928 |
+
|
929 |
+
#: admin/settings.php:286
|
930 |
+
#, php-format
|
931 |
+
msgid "And then navigate to <b> %s </b>."
|
932 |
+
msgstr "Navigieren Sie dann zu <b> %s </b>."
|
933 |
+
|
934 |
+
#: admin/settings.php:286
|
935 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
936 |
+
msgstr "Legen Sie die gültigen OAuth-Umleitungs-URIs wie folgt fest:"
|
937 |
+
|
938 |
+
#: admin/settings.php:288
|
939 |
+
#, php-format
|
940 |
+
msgid ""
|
941 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
942 |
+
"Click here."
|
943 |
+
msgstr ""
|
944 |
+
"Für eine detaillierte Schritt-für-Schritt-Anleitung <b><a href=\"%s\" target="
|
945 |
+
"\"_blank\"> klicken Sie hier."
|
946 |
+
|
947 |
+
#: admin/settings.php:300
|
948 |
+
msgid "All fields given below are mandatory"
|
949 |
+
msgstr "Alle unten angegebenen Felder sind Pflichtfelder"
|
950 |
+
|
951 |
+
#: admin/settings.php:312
|
952 |
+
msgid "Application name"
|
953 |
+
msgstr "Anwendungsname"
|
954 |
+
|
955 |
+
#: admin/settings.php:313
|
956 |
+
msgid "This is for tracking purpose"
|
957 |
+
msgstr "Dies dient dem Tracking"
|
958 |
+
|
959 |
+
#: admin/settings.php:321
|
960 |
+
msgid "Application Selection"
|
961 |
+
msgstr "Anwendungsauswahl"
|
962 |
+
|
963 |
+
#: admin/settings.php:325
|
964 |
+
msgid "Own App"
|
965 |
+
msgstr "Eigene App"
|
966 |
+
|
967 |
+
#: admin/settings.php:325
|
968 |
+
msgid "requires app submission and Facebook review"
|
969 |
+
msgstr "erfordert App-Einreichung und Facebook-Überprüfung"
|
970 |
+
|
971 |
+
#: admin/settings.php:325
|
972 |
+
msgid "Help"
|
973 |
+
msgstr "Hilfe"
|
974 |
+
|
975 |
+
#: admin/settings.php:327
|
976 |
+
msgid "App approval service available for 50 USD"
|
977 |
+
msgstr "App-Genehmigungsservice für 50 USD verfügbar"
|
978 |
+
|
979 |
+
#: admin/settings.php:330
|
980 |
+
msgid "Expected time frame"
|
981 |
+
msgstr "Erwarteter Zeitrahmen"
|
982 |
+
|
983 |
+
#: admin/settings.php:330
|
984 |
+
msgid "30 days"
|
985 |
+
msgstr "30 Tage"
|
986 |
+
|
987 |
+
#: admin/settings.php:331
|
988 |
+
msgid "Required details"
|
989 |
+
msgstr "Erforderliche Angaben"
|
990 |
+
|
991 |
+
#: admin/settings.php:331
|
992 |
+
msgid "1. WordPress login"
|
993 |
+
msgstr "1. WordPress-Anmeldung"
|
994 |
+
|
995 |
+
#: admin/settings.php:332
|
996 |
+
msgid ""
|
997 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
998 |
+
msgstr ""
|
999 |
+
"2. Administratorzugriff auf die Facebook-Entwickler-App zum Einreichen von "
|
1000 |
+
"Bewertungen (vorübergehend)."
|
1001 |
+
|
1002 |
+
#: admin/settings.php:333
|
1003 |
+
#, php-format
|
1004 |
+
msgid ""
|
1005 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
1006 |
+
msgstr ""
|
1007 |
+
"Wenden Sie sich für weitere Informationen an den <a href=\"%s\" target="
|
1008 |
+
"\"_blank\" > Support Desk"
|
1009 |
+
|
1010 |
+
#: admin/settings.php:337
|
1011 |
+
#, php-format
|
1012 |
+
msgid "%s App ( ready to publish )"
|
1013 |
+
msgstr "%s App (zur Veröffentlichung bereit)"
|
1014 |
+
|
1015 |
+
#: admin/settings.php:338
|
1016 |
+
msgid "Starts from 10 USD per year"
|
1017 |
+
msgstr "Ab 10 USD pro Jahr"
|
1018 |
+
|
1019 |
+
#: admin/settings.php:341
|
1020 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1021 |
+
msgstr "30 TAGE KOSTENLOSE TESTVERSION VERFÜGBAR"
|
1022 |
+
|
1023 |
+
#: admin/settings.php:344
|
1024 |
+
#, php-format
|
1025 |
+
msgid "How to use %s application?"
|
1026 |
+
msgstr "Wie verwende ich die %s-Anwendung?"
|
1027 |
+
|
1028 |
+
#: admin/settings.php:355
|
1029 |
+
#, php-format
|
1030 |
+
msgid "Connect your %s account"
|
1031 |
+
msgstr "Verbinden Sie Ihr %s-Konto"
|
1032 |
+
|
1033 |
+
#: admin/settings.php:361
|
1034 |
+
msgid "Application id"
|
1035 |
+
msgstr "Anwendungs-ID"
|
1036 |
+
|
1037 |
+
#: admin/settings.php:370
|
1038 |
+
msgid "Application secret"
|
1039 |
+
msgstr "Anwendungsgeheimnis"
|
1040 |
+
|
1041 |
+
#: admin/settings.php:381
|
1042 |
+
msgid ""
|
1043 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1044 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1045 |
+
msgstr ""
|
1046 |
+
"Erstellen Sie ein App-Album (mit <b> Anwendungsname </b> ) auf den Facebook-"
|
1047 |
+
"Seiten, <br/> wenn Sie die Posting-Methode verwenden <b> Bild in App-Album "
|
1048 |
+
"hochladen"
|
1049 |
+
|
1050 |
+
#: admin/settings.php:388
|
1051 |
+
msgid "Text message with image"
|
1052 |
+
msgstr "Textnachricht mit Bild"
|
1053 |
+
|
1054 |
+
#: admin/settings.php:395
|
1055 |
+
msgid "Text message with attached link"
|
1056 |
+
msgstr "SMS mit angehängtem Link"
|
1057 |
+
|
1058 |
+
#: admin/settings.php:406
|
1059 |
+
msgid "Enforce og tags for Facebook"
|
1060 |
+
msgstr "Erzwingen Sie og-Tags für Facebook"
|
1061 |
+
|
1062 |
+
#: admin/settings.php:408
|
1063 |
+
msgid ""
|
1064 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1065 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1066 |
+
"Attach your blog post."
|
1067 |
+
msgstr ""
|
1068 |
+
"Wenn Sie diese Option aktivieren, werden Open Graph-Tags generiert, während "
|
1069 |
+
"Sie auf Facebook posten, wenn Sie die Posting-Methode <b> Link zu Ihrem Blog-"
|
1070 |
+
"Post teilen </b> oder <b> Ihren Blog-Post anhängen verwenden."
|
1071 |
+
|
1072 |
+
#: admin/settings.php:418
|
1073 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1074 |
+
msgstr "Löschen Sie den Facebook-Cache, bevor Sie auf Facebook veröffentlichen"
|
1075 |
+
|
1076 |
+
#: admin/settings.php:437
|
1077 |
+
msgid ""
|
1078 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1079 |
+
"Text message with image </b>posting methods"
|
1080 |
+
msgstr ""
|
1081 |
+
"Optional im Fall der Posting-Methoden <b>Textnachricht mit angehängtem Link "
|
1082 |
+
"</b><br/>oder<b>Textnachricht mit Bild </b>"
|
1083 |
+
|
1084 |
+
#: admin/settings.php:500
|
1085 |
+
msgid "Select facebook pages for auto publish"
|
1086 |
+
msgstr "Wählen Sie Facebook-Seiten für die automatische Veröffentlichung aus"
|
1087 |
+
|
1088 |
+
#: admin/settings.php:505
|
1089 |
+
msgid "Select All"
|
1090 |
+
msgstr "Wählen Sie Alle"
|
1091 |
+
|
1092 |
+
#: admin/settings.php:525
|
1093 |
+
msgid "Selected facebook pages for auto publish"
|
1094 |
+
msgstr "Ausgewählte Facebook-Seiten für die automatische Veröffentlichung"
|
1095 |
+
|
1096 |
+
#: admin/settings.php:549
|
1097 |
+
msgid "Save"
|
1098 |
+
msgstr "Speichern"
|
1099 |
+
|
1100 |
+
#: admin/settings.php:553
|
1101 |
+
msgid "Free trial is available only for first time users"
|
1102 |
+
msgstr "Eine kostenlose Testversion ist nur für Erstbenutzer verfügbar"
|
1103 |
+
|
1104 |
+
#: admin/settings.php:556
|
1105 |
+
msgid "Use reauthorize button to change selected values"
|
1106 |
+
msgstr ""
|
1107 |
+
"Verwenden Sie die Schaltfläche „Neu autorisieren“, um ausgewählte Werte zu "
|
1108 |
+
"ändern"
|
1109 |
+
|
1110 |
+
#: admin/settings.php:649
|
1111 |
+
msgid "Basic Settings"
|
1112 |
+
msgstr "Grundeinstellungen"
|
1113 |
+
|
1114 |
+
#: admin/settings.php:651
|
1115 |
+
msgid "Publish wordpress `posts` to facebook"
|
1116 |
+
msgstr "Veröffentlichen Sie WordPress-Posts auf Facebook"
|
1117 |
+
|
1118 |
+
#: admin/settings.php:660
|
1119 |
+
msgid "Publish wordpress `pages` to facebook"
|
1120 |
+
msgstr "Veröffentlichen Sie WordPress-`Seiten` auf Facebook"
|
1121 |
+
|
1122 |
+
#: admin/settings.php:685
|
1123 |
+
msgid "Select wordpress custom post types for auto publish"
|
1124 |
+
msgstr ""
|
1125 |
+
"Wählen Sie benutzerdefinierte WordPress-Beitragstypen für die automatische "
|
1126 |
+
"Veröffentlichung aus"
|
1127 |
+
|
1128 |
+
#: admin/settings.php:701
|
1129 |
+
msgid "Advanced Settings"
|
1130 |
+
msgstr "Erweiterte Einstellungen"
|
1131 |
+
|
1132 |
+
#: admin/settings.php:703
|
1133 |
+
msgid "Select post categories for auto publish"
|
1134 |
+
msgstr ""
|
1135 |
+
"Wählen Sie Beitragskategorien für die automatische Veröffentlichung aus"
|
1136 |
+
|
1137 |
+
#: admin/settings.php:708
|
1138 |
+
msgid "All"
|
1139 |
+
msgstr "Alle"
|
1140 |
+
|
1141 |
+
#: admin/settings.php:710
|
1142 |
+
msgid "Specific"
|
1143 |
+
msgstr "Spezifisch"
|
1144 |
+
|
1145 |
+
#: admin/settings.php:745
|
1146 |
+
msgid "NIL"
|
1147 |
+
msgstr "Nichts"
|
1148 |
+
|
1149 |
+
#: admin/settings.php:750
|
1150 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1151 |
+
msgstr ""
|
1152 |
+
"Automatische Veröffentlichung beim Bearbeiten von Beiträgen/Seiten/"
|
1153 |
+
"benutzerdefinierten Beitragstypen"
|
1154 |
+
|
1155 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1156 |
+
msgid "Enabled"
|
1157 |
+
msgstr "Ermöglicht"
|
1158 |
+
|
1159 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1160 |
+
msgid "Disabled"
|
1161 |
+
msgstr "Deaktiviert"
|
1162 |
+
|
1163 |
+
#: admin/settings.php:755
|
1164 |
+
msgid "Use settings from post creation or post updation"
|
1165 |
+
msgstr ""
|
1166 |
+
"Verwenden Sie die Einstellungen aus der Beitragserstellung oder "
|
1167 |
+
"Beitragsaktualisierung"
|
1168 |
+
|
1169 |
+
#: admin/settings.php:759
|
1170 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1171 |
+
msgstr ""
|
1172 |
+
"Automatische Veröffentlichung beim Erstellen von Beiträgen/Seiten/"
|
1173 |
+
"benutzerdefinierten Beitragstypen"
|
1174 |
+
|
1175 |
+
#: admin/settings.php:768
|
1176 |
+
msgid "Enable SSL peer verification in remote requests"
|
1177 |
+
msgstr "Aktivieren Sie die SSL-Peer-Verifizierung in Remote-Anfragen"
|
1178 |
+
|
1179 |
+
#: admin/settings.php:776
|
1180 |
+
msgid "Apply filters during publishing"
|
1181 |
+
msgstr "Wenden Sie Filter während der Veröffentlichung an"
|
1182 |
+
|
1183 |
+
#: admin/settings.php:813
|
1184 |
+
msgid "Other Settings"
|
1185 |
+
msgstr "Andere Einstellungen"
|
1186 |
+
|
1187 |
+
#: admin/settings.php:816
|
1188 |
+
msgid "Enable credit link to author"
|
1189 |
+
msgstr "Credit-Link zum Autor aktivieren"
|
1190 |
+
|
1191 |
+
#: admin/settings.php:825
|
1192 |
+
msgid "Enable premium version ads"
|
1193 |
+
msgstr "Anzeigen der Premium-Version aktivieren"
|
1194 |
+
|
1195 |
+
#: admin/settings.php:839
|
1196 |
+
msgid "Update Settings"
|
1197 |
+
msgstr "Update Einstellungen"
|
1198 |
+
|
1199 |
+
#: facebook-auto-publish.php:31
|
1200 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1201 |
+
msgstr ""
|
1202 |
+
"Hi! Ich bin nur ein Plugin, ich kann nicht viel tun, wenn es direkt "
|
1203 |
+
"aufgerufen wird."
|
languages/facebook-auto-publish-es_ES.mo
ADDED
Binary file
|
languages/facebook-auto-publish-es_ES.po
ADDED
@@ -0,0 +1,1196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:23+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:38+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \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 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%s publica automáticamente publicaciones de su blog en sus páginas de "
|
41 |
+
"Facebook. Le permite filtrar las publicaciones en función de los tipos de "
|
42 |
+
"publicaciones y las categorías. %s es desarrollado y mantenido por"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"Si desea tener más funciones, pruebe <a href=\"%s\" target=\"_blank\">%s</"
|
53 |
+
"a>, que es una versión premium de este complemento. Hemos incluido una "
|
54 |
+
"comparación rápida de los complementos gratuitos y premium para su "
|
55 |
+
"referencia."
|
56 |
+
|
57 |
+
#: admin/about.php:23
|
58 |
+
msgid "Feature group"
|
59 |
+
msgstr "Grupo de características"
|
60 |
+
|
61 |
+
#: admin/about.php:24
|
62 |
+
msgid "Feature"
|
63 |
+
msgstr "Característica"
|
64 |
+
|
65 |
+
#: admin/about.php:25
|
66 |
+
msgid "Free"
|
67 |
+
msgstr "Gratis"
|
68 |
+
|
69 |
+
#: admin/about.php:27
|
70 |
+
msgid "Premium"
|
71 |
+
msgstr "Prima"
|
72 |
+
|
73 |
+
#: admin/about.php:29
|
74 |
+
#, php-format
|
75 |
+
msgid "%s Premium"
|
76 |
+
msgstr "%s premium"
|
77 |
+
|
78 |
+
#: admin/about.php:34
|
79 |
+
msgid "Supported Media"
|
80 |
+
msgstr "Medios compatibles"
|
81 |
+
|
82 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
83 |
+
msgid "Facebook"
|
84 |
+
msgstr "Facebook"
|
85 |
+
|
86 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
87 |
+
msgid "Twitter"
|
88 |
+
msgstr "Gorjeo"
|
89 |
+
|
90 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
91 |
+
msgid "LinkedIn"
|
92 |
+
msgstr "LinkedIn"
|
93 |
+
|
94 |
+
#: admin/about.php:63
|
95 |
+
msgid "Instagram"
|
96 |
+
msgstr "Instagram"
|
97 |
+
|
98 |
+
#: admin/about.php:72
|
99 |
+
msgid "Tumblr"
|
100 |
+
msgstr "Tumblr"
|
101 |
+
|
102 |
+
#: admin/about.php:81
|
103 |
+
msgid "Pinterest"
|
104 |
+
msgstr "Pinterest"
|
105 |
+
|
106 |
+
#: admin/about.php:92
|
107 |
+
msgid "Posting Options"
|
108 |
+
msgstr "Opciones de publicación"
|
109 |
+
|
110 |
+
#: admin/about.php:93
|
111 |
+
msgid "Publish to facebook pages"
|
112 |
+
msgstr "Publicar en paginas de facebook"
|
113 |
+
|
114 |
+
#: admin/about.php:102
|
115 |
+
msgid "Publish to facebook groups"
|
116 |
+
msgstr "Publicar en grupos de facebook"
|
117 |
+
|
118 |
+
#: admin/about.php:111
|
119 |
+
msgid "Publish to twitter profile"
|
120 |
+
msgstr "Publicar en perfil de Gorjeo"
|
121 |
+
|
122 |
+
#: admin/about.php:121
|
123 |
+
msgid "Publish to linkedin profile/company pages"
|
124 |
+
msgstr "Publicar en las páginas de perfil/empresa de Linkedin"
|
125 |
+
|
126 |
+
#: admin/about.php:130
|
127 |
+
msgid "Publish to instagram Business accounts"
|
128 |
+
msgstr "Publicar en cuentas comerciales de instagram"
|
129 |
+
|
130 |
+
#: admin/about.php:139
|
131 |
+
msgid "Publish to tumblr profile"
|
132 |
+
msgstr "Publicar en perfil de tumblr"
|
133 |
+
|
134 |
+
#: admin/about.php:149
|
135 |
+
msgid "Publish to pinterest boards"
|
136 |
+
msgstr "Publicar en tableros de pinterest"
|
137 |
+
|
138 |
+
#: admin/about.php:158
|
139 |
+
msgid "Option to add twitter image description for visually impaired people"
|
140 |
+
msgstr ""
|
141 |
+
"Opción para agregar una descripción de la imagen de twitter para personas "
|
142 |
+
"con discapacidad visual"
|
143 |
+
|
144 |
+
#: admin/about.php:167
|
145 |
+
msgid "Option to republish existing posts"
|
146 |
+
msgstr "Opción para volver a publicar publicaciones existentes"
|
147 |
+
|
148 |
+
#: admin/about.php:177
|
149 |
+
msgid "Publish to multiple social media accounts"
|
150 |
+
msgstr "Publicar en varias cuentas de redes sociales"
|
151 |
+
|
152 |
+
#: admin/about.php:187
|
153 |
+
msgid ""
|
154 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
155 |
+
msgstr ""
|
156 |
+
"Formato de mensaje separado para publicar en múltiples cuentas de redes "
|
157 |
+
"sociales"
|
158 |
+
|
159 |
+
#: admin/about.php:197
|
160 |
+
msgid "Save auto publish settings of individual posts"
|
161 |
+
msgstr ""
|
162 |
+
"Guardar la configuración de publicación automática de publicaciones "
|
163 |
+
"individuales"
|
164 |
+
|
165 |
+
#: admin/about.php:207
|
166 |
+
msgid ""
|
167 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
168 |
+
"Pinterest"
|
169 |
+
msgstr ""
|
170 |
+
"Compatibilidad con etiquetas hash para Facebook, Gorjeo, Instagram, "
|
171 |
+
"Linkedin, Pinterest y Tumblr"
|
172 |
+
|
173 |
+
#: admin/about.php:216
|
174 |
+
msgid "Option to use post tags as hash tags"
|
175 |
+
msgstr "Opción para usar la etiqueta de publicación como hashtags"
|
176 |
+
|
177 |
+
#: admin/about.php:225
|
178 |
+
msgid "Enable/Disable SSL peer verification"
|
179 |
+
msgstr "Habilitar/deshabilitar la verificación de pares SSL"
|
180 |
+
|
181 |
+
#: admin/about.php:238
|
182 |
+
msgid "Image Options"
|
183 |
+
msgstr "Opciones de imagen"
|
184 |
+
|
185 |
+
#: admin/about.php:239
|
186 |
+
msgid "Publish images along with post content"
|
187 |
+
msgstr "Publicar imágenes junto con el contenido de la publicación"
|
188 |
+
|
189 |
+
#: admin/about.php:250
|
190 |
+
msgid ""
|
191 |
+
"Separate default image url for publishing to multiple social media accounts"
|
192 |
+
msgstr ""
|
193 |
+
"URL de imagen predeterminada separada para publicar en varias cuentas de "
|
194 |
+
"redes sociales"
|
195 |
+
|
196 |
+
#: admin/about.php:260
|
197 |
+
msgid ""
|
198 |
+
"Option to specify preference from featured image, post content, post meta "
|
199 |
+
"and open graph tags"
|
200 |
+
msgstr ""
|
201 |
+
"Opción para especificar la preferencia de la imagen destacada, publicar "
|
202 |
+
"contenido, publicar meta y abrir etiquetas gráficas"
|
203 |
+
|
204 |
+
#: admin/about.php:269
|
205 |
+
msgid ""
|
206 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
207 |
+
"post content"
|
208 |
+
msgstr ""
|
209 |
+
"Publique varias imágenes en facebook, tumblr, linkedin y Gorjeo junto con el "
|
210 |
+
"contenido de la publicación"
|
211 |
+
|
212 |
+
#: admin/about.php:278
|
213 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
214 |
+
msgstr ""
|
215 |
+
"Opción para especificar la preferencia de varias fotos del contenido de la "
|
216 |
+
"publicación y el meta de la publicación"
|
217 |
+
|
218 |
+
#: admin/about.php:289
|
219 |
+
msgid "Video/Audio Options"
|
220 |
+
msgstr "Opciones de vídeo/audio"
|
221 |
+
|
222 |
+
#: admin/about.php:290
|
223 |
+
msgid ""
|
224 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
225 |
+
"with post content"
|
226 |
+
msgstr ""
|
227 |
+
"Publique videos en Facebook, Tumblr, Linkedin, Instagram y Twitter junto con "
|
228 |
+
"el contenido de la publicación"
|
229 |
+
|
230 |
+
#: admin/about.php:300
|
231 |
+
msgid ""
|
232 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
233 |
+
msgstr ""
|
234 |
+
"Opción para especificar la preferencia del contenido de la publicación, el "
|
235 |
+
"meta de la publicación y las etiquetas de gráficos abiertos"
|
236 |
+
|
237 |
+
#: admin/about.php:309
|
238 |
+
msgid "Publish audio to tumblr along with post content"
|
239 |
+
msgstr "Publicar audio en tumblr junto con el contenido de la publicación"
|
240 |
+
|
241 |
+
#: admin/about.php:318
|
242 |
+
msgid ""
|
243 |
+
"Option to specify audio preference from post content, post meta and open "
|
244 |
+
"graph tags"
|
245 |
+
msgstr ""
|
246 |
+
"Opción para especificar la preferencia de audio desde el contenido de la "
|
247 |
+
"publicación, meta meta y etiquetas de gráficos abiertos"
|
248 |
+
|
249 |
+
#: admin/about.php:329
|
250 |
+
msgid "Filter Options"
|
251 |
+
msgstr "Opciones de filtro"
|
252 |
+
|
253 |
+
#: admin/about.php:330
|
254 |
+
msgid "Filter posts to publish based on categories"
|
255 |
+
msgstr "Filtrar publicaciones para publicar según categorías"
|
256 |
+
|
257 |
+
#: admin/about.php:340
|
258 |
+
msgid "Filter posts to publish based on custom post types"
|
259 |
+
msgstr ""
|
260 |
+
"Filtrar publicaciones para publicar en función de los tipos de publicaciones "
|
261 |
+
"personalizadas"
|
262 |
+
|
263 |
+
#: admin/about.php:349
|
264 |
+
msgid "Filter posts to publish based on sticky posts"
|
265 |
+
msgstr "Filtrar publicaciones para publicar según publicaciones fijas"
|
266 |
+
|
267 |
+
#: admin/about.php:359
|
268 |
+
msgid "Configuration to enable/disable page publishing"
|
269 |
+
msgstr "Configuración para habilitar/deshabilitar la publicación de páginas"
|
270 |
+
|
271 |
+
#: admin/about.php:369
|
272 |
+
msgid "Category filter for individual accounts"
|
273 |
+
msgstr "Filtro de categoría para cuentas individuales"
|
274 |
+
|
275 |
+
#: admin/about.php:379
|
276 |
+
msgid "Custom post type filter for individual accounts"
|
277 |
+
msgstr "Filtro de tipo de publicación personalizado para cuentas individuales"
|
278 |
+
|
279 |
+
#: admin/about.php:389
|
280 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
281 |
+
msgstr ""
|
282 |
+
"Habilitar/deshabilitar la publicación de páginas para cuentas individuales"
|
283 |
+
|
284 |
+
#: admin/about.php:398
|
285 |
+
msgid "Override auto publish scheduling for individual accounts"
|
286 |
+
msgstr ""
|
287 |
+
"Anular la programación de publicación automática para cuentas individuales"
|
288 |
+
|
289 |
+
#: admin/about.php:407
|
290 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
291 |
+
msgstr ""
|
292 |
+
"Anular la publicación automática basada en publicaciones fijas para cuentas "
|
293 |
+
"individuales"
|
294 |
+
|
295 |
+
#: admin/about.php:418
|
296 |
+
msgid "Scheduling"
|
297 |
+
msgstr "Planificación"
|
298 |
+
|
299 |
+
#: admin/about.php:419
|
300 |
+
msgid "Instantaneous post publishing"
|
301 |
+
msgstr "Publicación instantánea de publicaciones"
|
302 |
+
|
303 |
+
#: admin/about.php:429
|
304 |
+
msgid "Scheduled post publishing using cron"
|
305 |
+
msgstr "Publicación de publicaciones programadas usando cron"
|
306 |
+
|
307 |
+
#: admin/about.php:439
|
308 |
+
msgid "Status summary of auto publish tasks by mail"
|
309 |
+
msgstr "Resumen de estado de las tareas de publicación automática por correo"
|
310 |
+
|
311 |
+
#: admin/about.php:449
|
312 |
+
msgid "Configurable auto publishing time interval"
|
313 |
+
msgstr "Intervalo de tiempo de publicación automática configurable"
|
314 |
+
|
315 |
+
#: admin/about.php:463
|
316 |
+
msgid "Publishing History"
|
317 |
+
msgstr "Historial de publicaciones"
|
318 |
+
|
319 |
+
#: admin/about.php:464
|
320 |
+
msgid "View auto publish history"
|
321 |
+
msgstr "Ver historial de publicación automática"
|
322 |
+
|
323 |
+
#: admin/about.php:473
|
324 |
+
msgid "View auto publish error logs"
|
325 |
+
msgstr "Ver registros de errores de publicación automática"
|
326 |
+
|
327 |
+
#: admin/about.php:483
|
328 |
+
msgid "Option to republish post"
|
329 |
+
msgstr "Opción para volver a publicar la publicación"
|
330 |
+
|
331 |
+
#: admin/about.php:493
|
332 |
+
msgid "Option to reschedule publishing"
|
333 |
+
msgstr "Opción de reprogramar la publicación"
|
334 |
+
|
335 |
+
#: admin/about.php:503
|
336 |
+
msgid "Installation and Support"
|
337 |
+
msgstr "Instalación y Soporte"
|
338 |
+
|
339 |
+
#: admin/about.php:504
|
340 |
+
msgid "Free Installation"
|
341 |
+
msgstr "Instalación gratuita"
|
342 |
+
|
343 |
+
#: admin/about.php:513
|
344 |
+
msgid "Privilege customer support"
|
345 |
+
msgstr "Atención al cliente privilegiada"
|
346 |
+
|
347 |
+
#: admin/about.php:523
|
348 |
+
msgid "Addon Features"
|
349 |
+
msgstr "Características adicionales"
|
350 |
+
|
351 |
+
#: admin/about.php:524
|
352 |
+
msgid "Advanced Autopublish Scheduler"
|
353 |
+
msgstr "Programador avanzado de publicación automática"
|
354 |
+
|
355 |
+
#: admin/about.php:533
|
356 |
+
msgid "URL-Shortener"
|
357 |
+
msgstr "Acortador de URL"
|
358 |
+
|
359 |
+
#: admin/about.php:542
|
360 |
+
msgid "Privilege Management"
|
361 |
+
msgstr "Gestión de privilegios"
|
362 |
+
|
363 |
+
#: admin/about.php:551
|
364 |
+
msgid "Other"
|
365 |
+
msgstr "Otra"
|
366 |
+
|
367 |
+
#: admin/about.php:553
|
368 |
+
#, php-format
|
369 |
+
msgid ""
|
370 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
371 |
+
msgstr ""
|
372 |
+
"%s paquete API por 1 año, valorado en 10 USD (1 cuenta de fb, 10 llamadas "
|
373 |
+
"api por hora)"
|
374 |
+
|
375 |
+
#: admin/about.php:555
|
376 |
+
msgid "1 month free subscription"
|
377 |
+
msgstr "1 mes de suscripción gratis"
|
378 |
+
|
379 |
+
#: admin/about.php:557
|
380 |
+
msgid "1 year free subscription"
|
381 |
+
msgstr "1 año de suscripción gratis"
|
382 |
+
|
383 |
+
#: admin/about.php:563
|
384 |
+
msgid "Price"
|
385 |
+
msgstr "Precio"
|
386 |
+
|
387 |
+
#: admin/about.php:564
|
388 |
+
msgid "FREE"
|
389 |
+
msgstr "Gratis"
|
390 |
+
|
391 |
+
#: admin/about.php:565
|
392 |
+
msgid "Starts from 39 USD"
|
393 |
+
msgstr "Desde 39 USD"
|
394 |
+
|
395 |
+
#: admin/about.php:566
|
396 |
+
msgid "Starts from 69 USD"
|
397 |
+
msgstr "Desde 69 USD"
|
398 |
+
|
399 |
+
#: admin/about.php:569
|
400 |
+
msgid "Purchase"
|
401 |
+
msgstr "Compra"
|
402 |
+
|
403 |
+
#: admin/about.php:571
|
404 |
+
msgid "Buy Now"
|
405 |
+
msgstr "Compra ahora"
|
406 |
+
|
407 |
+
#: admin/about.php:578
|
408 |
+
msgid "Pinterest is added on experimental basis."
|
409 |
+
msgstr "Pinterest se agrega de forma experimental."
|
410 |
+
|
411 |
+
#: admin/admin-notices.php:41
|
412 |
+
#, php-format
|
413 |
+
msgid ""
|
414 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
415 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
416 |
+
"with the continued development of the plugin using any of the below methods?"
|
417 |
+
msgstr ""
|
418 |
+
"Gracias por usar el complemento <a href=\"%s\" target=\"_blank\"> %s </a> de "
|
419 |
+
"<a href=\"%s\" target=\"_blank\"> %s </a>. ¿Consideraría apoyarnos con el "
|
420 |
+
"desarrollo continuo del complemento utilizando cualquiera de los métodos a "
|
421 |
+
"continuación?"
|
422 |
+
|
423 |
+
#: admin/admin-notices.php:45
|
424 |
+
msgid "Rate it 5★'s on wordpress"
|
425 |
+
msgstr "Califícalo con 5★ en wordpress"
|
426 |
+
|
427 |
+
#: admin/admin-notices.php:47
|
428 |
+
msgid "Enable Backlink"
|
429 |
+
msgstr "Habilitar vínculo de retroceso"
|
430 |
+
|
431 |
+
#: admin/admin-notices.php:49
|
432 |
+
msgid "Share on"
|
433 |
+
msgstr "Compartir en"
|
434 |
+
|
435 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
436 |
+
msgid "Donate"
|
437 |
+
msgstr "Donar"
|
438 |
+
|
439 |
+
#: admin/admin-notices.php:52
|
440 |
+
msgid "Don't Show This Again"
|
441 |
+
msgstr "No mostrar esto de nuevo"
|
442 |
+
|
443 |
+
#: admin/fbap-suggest-feature.php:10
|
444 |
+
msgid "Thank you for the suggestion."
|
445 |
+
msgstr "Gracias por la sugerencia."
|
446 |
+
|
447 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
448 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
449 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
450 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
451 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
452 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
453 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
454 |
+
msgid "Dismiss"
|
455 |
+
msgstr "Rechazar"
|
456 |
+
|
457 |
+
#: admin/fbap-suggest-feature.php:18
|
458 |
+
#, php-format
|
459 |
+
msgid "%s not able to process the request."
|
460 |
+
msgstr "%s no puede procesar la solicitud."
|
461 |
+
|
462 |
+
#: admin/fbap-suggest-feature.php:26
|
463 |
+
msgid "Please suggest a feature."
|
464 |
+
msgstr "Por favor sugiera una característica."
|
465 |
+
|
466 |
+
#: admin/fbap-suggest-feature.php:60
|
467 |
+
msgid "Contribute And Get Rewarded"
|
468 |
+
msgstr "Contribuya y obtenga recompensas"
|
469 |
+
|
470 |
+
#: admin/fbap-suggest-feature.php:61
|
471 |
+
msgid ""
|
472 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
473 |
+
"premium version of this plugin."
|
474 |
+
msgstr ""
|
475 |
+
"Sugiera una función para este complemento y tenga la oportunidad de obtener "
|
476 |
+
"una copia gratuita de la versión premium de este complemento."
|
477 |
+
|
478 |
+
#: admin/fbap-suggest-feature.php:67
|
479 |
+
msgid "Send Mail To Us"
|
480 |
+
msgstr "Enviar correo a nosotras"
|
481 |
+
|
482 |
+
#: admin/footer.php:10
|
483 |
+
#, php-format
|
484 |
+
msgid "Fully Featured %s Plugin"
|
485 |
+
msgstr "Complemento %s con todas las funciones"
|
486 |
+
|
487 |
+
#: admin/footer.php:11
|
488 |
+
msgid "Just 39 USD"
|
489 |
+
msgstr "Solo 39 dolares"
|
490 |
+
|
491 |
+
#: admin/footer.php:21
|
492 |
+
msgid "Compare Features"
|
493 |
+
msgstr "Comparar características"
|
494 |
+
|
495 |
+
#: admin/footer.php:30
|
496 |
+
msgid "Follow Us"
|
497 |
+
msgstr "Síganos"
|
498 |
+
|
499 |
+
#: admin/footer.php:37
|
500 |
+
msgid "Support"
|
501 |
+
msgstr "Apoye"
|
502 |
+
|
503 |
+
#: admin/footer.php:39
|
504 |
+
msgid "Contact Us"
|
505 |
+
msgstr "Contacta con nosotras"
|
506 |
+
|
507 |
+
#: admin/footer.php:40
|
508 |
+
msgid "Please Rate Us"
|
509 |
+
msgstr "Por favor califíquenos"
|
510 |
+
|
511 |
+
#: admin/footer.php:44
|
512 |
+
msgid "Create a ticket at Wordpress forum"
|
513 |
+
msgstr "Crear un ticket en el foro de Wordpress"
|
514 |
+
|
515 |
+
#: admin/footer.php:47
|
516 |
+
msgid "Stay tuned for our updates"
|
517 |
+
msgstr "Estén atentos a nuestras actualizaciones"
|
518 |
+
|
519 |
+
#: admin/footer.php:112
|
520 |
+
msgid "Name"
|
521 |
+
msgstr "Nombre"
|
522 |
+
|
523 |
+
#: admin/footer.php:127
|
524 |
+
msgid "Email"
|
525 |
+
msgstr "Correo electrónico"
|
526 |
+
|
527 |
+
#: admin/footer.php:129
|
528 |
+
msgid "Subscribe"
|
529 |
+
msgstr "Suscribirse"
|
530 |
+
|
531 |
+
#: admin/footer.php:144
|
532 |
+
msgid "Our Plugins"
|
533 |
+
msgstr "Nuestras Complementos"
|
534 |
+
|
535 |
+
#: admin/footer.php:165
|
536 |
+
msgid "Powered by"
|
537 |
+
msgstr "Energizado por"
|
538 |
+
|
539 |
+
#: admin/header.php:19 admin/settings.php:129
|
540 |
+
msgid "Settings updated successfully."
|
541 |
+
msgstr "Configuración actualizada con éxito."
|
542 |
+
|
543 |
+
#: admin/header.php:32
|
544 |
+
msgid "Thank you for enabling backlink."
|
545 |
+
msgstr "Gracias por habilitar el vínculo de retroceso."
|
546 |
+
|
547 |
+
#: admin/header.php:48
|
548 |
+
msgid "Please do a favour by enabling backlink to our site."
|
549 |
+
msgstr ""
|
550 |
+
"Por favor, haz un favor habilitando el vínculo de retroceso a nuestro sitio."
|
551 |
+
|
552 |
+
#: admin/header.php:48
|
553 |
+
msgid "Okay, Enable"
|
554 |
+
msgstr "De acuerdo, habilite"
|
555 |
+
|
556 |
+
#: admin/header.php:104
|
557 |
+
msgid "FAQ"
|
558 |
+
msgstr "Preguntas más frecuentes"
|
559 |
+
|
560 |
+
#: admin/header.php:107
|
561 |
+
msgid "Readme"
|
562 |
+
msgstr "Léame"
|
563 |
+
|
564 |
+
#: admin/header.php:110 admin/menu.php:40
|
565 |
+
msgid "About"
|
566 |
+
msgstr "Acerca de"
|
567 |
+
|
568 |
+
#: admin/logs.php:13
|
569 |
+
msgid "Auto Publish Logs"
|
570 |
+
msgstr "Registros de publicación automática"
|
571 |
+
|
572 |
+
#: admin/logs.php:14
|
573 |
+
msgid "Last ten logs"
|
574 |
+
msgstr "Últimos diez registros"
|
575 |
+
|
576 |
+
#: admin/logs.php:19
|
577 |
+
msgid "Post Id"
|
578 |
+
msgstr "ID del mensaje"
|
579 |
+
|
580 |
+
#: admin/logs.php:20
|
581 |
+
msgid "Post Title"
|
582 |
+
msgstr "Título de la entrada"
|
583 |
+
|
584 |
+
#: admin/logs.php:21
|
585 |
+
msgid "Published On"
|
586 |
+
msgstr "Publicado en"
|
587 |
+
|
588 |
+
#: admin/logs.php:22
|
589 |
+
msgid "Status"
|
590 |
+
msgstr "Estado"
|
591 |
+
|
592 |
+
#: admin/logs.php:42
|
593 |
+
msgid "No logs Found"
|
594 |
+
msgstr "No se encontraron registros"
|
595 |
+
|
596 |
+
#: admin/logs.php:103
|
597 |
+
msgid ""
|
598 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
599 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
600 |
+
"calls, if enabled option for clearing cache)."
|
601 |
+
msgstr ""
|
602 |
+
"Para publicar un mensaje de texto simple, tomará 1 llamada API, la opción "
|
603 |
+
"Cargar imagen tomará 2-3 llamadas API y la opción de enlace adjunto tomará 1 "
|
604 |
+
"llamada API (2 llamadas API, si está habilitada la opción para borrar el "
|
605 |
+
"caché)."
|
606 |
+
|
607 |
+
#: admin/manage-authorizations.php:7
|
608 |
+
#, php-format
|
609 |
+
msgid "%s Package updated successfully."
|
610 |
+
msgstr "%s Paquete actualizado con éxito."
|
611 |
+
|
612 |
+
#: admin/manage-authorizations.php:22
|
613 |
+
#, php-format
|
614 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
615 |
+
msgstr ""
|
616 |
+
"Autorice la aplicación %s en la configuración de Facebook para acceder a "
|
617 |
+
"esta página."
|
618 |
+
|
619 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
620 |
+
msgid "Manage Authorizations"
|
621 |
+
msgstr "Administrar autorizaciones"
|
622 |
+
|
623 |
+
#: admin/manage-authorizations.php:261
|
624 |
+
msgid "Current Plan:"
|
625 |
+
msgstr "Plan actual:"
|
626 |
+
|
627 |
+
#: admin/manage-authorizations.php:263
|
628 |
+
msgid "Allowed Facebook users:"
|
629 |
+
msgstr "Usuarios de Facebook permitidos:"
|
630 |
+
|
631 |
+
#: admin/manage-authorizations.php:264
|
632 |
+
msgid "API limit per account :"
|
633 |
+
msgstr "Límite de API por cuenta:"
|
634 |
+
|
635 |
+
#: admin/manage-authorizations.php:264
|
636 |
+
msgid "per hour"
|
637 |
+
msgstr "por hora"
|
638 |
+
|
639 |
+
#: admin/manage-authorizations.php:265
|
640 |
+
msgid "Package Expiry :"
|
641 |
+
msgstr "Caducidad del paquete:"
|
642 |
+
|
643 |
+
#: admin/manage-authorizations.php:266
|
644 |
+
msgid "Package Status :"
|
645 |
+
msgstr "Estado del paquete :"
|
646 |
+
|
647 |
+
#: admin/manage-authorizations.php:275
|
648 |
+
msgid "Upgrade/Renew"
|
649 |
+
msgstr "Actualizar/Renovar"
|
650 |
+
|
651 |
+
#: admin/manage-authorizations.php:282
|
652 |
+
msgid "Show all entries"
|
653 |
+
msgstr "Mostrar todas las entradas"
|
654 |
+
|
655 |
+
#: admin/manage-authorizations.php:283
|
656 |
+
msgid "Show entries from current wp installation"
|
657 |
+
msgstr "Mostrar entradas de la instalación actual de wp"
|
658 |
+
|
659 |
+
#: admin/manage-authorizations.php:284
|
660 |
+
msgid "Show entries from other wp installations"
|
661 |
+
msgstr "Mostrar entradas de otras instalaciones de wp"
|
662 |
+
|
663 |
+
#: admin/manage-authorizations.php:290
|
664 |
+
msgid "Facebook username"
|
665 |
+
msgstr "Nombre de usuario de Facebook"
|
666 |
+
|
667 |
+
#: admin/manage-authorizations.php:291
|
668 |
+
msgid "Selected pages"
|
669 |
+
msgstr "Páginas seleccionadas"
|
670 |
+
|
671 |
+
#: admin/manage-authorizations.php:292
|
672 |
+
msgid "Selected groups"
|
673 |
+
msgstr "Grupos seleccionados"
|
674 |
+
|
675 |
+
#: admin/manage-authorizations.php:294
|
676 |
+
#, php-format
|
677 |
+
msgid "%s url"
|
678 |
+
msgstr "URL de %s"
|
679 |
+
|
680 |
+
#: admin/manage-authorizations.php:297
|
681 |
+
msgid "Plugin"
|
682 |
+
msgstr "Plugin"
|
683 |
+
|
684 |
+
#: admin/manage-authorizations.php:299
|
685 |
+
#, php-format
|
686 |
+
msgid "Account ID %s"
|
687 |
+
msgstr "ID de cuenta %s"
|
688 |
+
|
689 |
+
#: admin/manage-authorizations.php:301
|
690 |
+
msgid "Action"
|
691 |
+
msgstr "Acción"
|
692 |
+
|
693 |
+
#: admin/manage-authorizations.php:336
|
694 |
+
msgid "Not Applicable"
|
695 |
+
msgstr "No aplica"
|
696 |
+
|
697 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
698 |
+
msgid "Delete"
|
699 |
+
msgstr "Borrar"
|
700 |
+
|
701 |
+
#: admin/manage-authorizations.php:356
|
702 |
+
msgid "(Inactive)"
|
703 |
+
msgstr "(Inactiva)"
|
704 |
+
|
705 |
+
#: admin/manage-authorizations.php:376
|
706 |
+
msgid "No Authorizations"
|
707 |
+
msgstr "Sin autorizaciones"
|
708 |
+
|
709 |
+
#: admin/manage-authorizations.php:382
|
710 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
711 |
+
msgstr "No puede conectarse. Verifique su configuración de curl y firewall"
|
712 |
+
|
713 |
+
#: admin/menu.php:15
|
714 |
+
msgid "Please check whether the email is correct."
|
715 |
+
msgstr "Por favor, compruebe si el correo electrónico es correcto."
|
716 |
+
|
717 |
+
#: admin/menu.php:16
|
718 |
+
msgid "Select atleast one list."
|
719 |
+
msgstr "Seleccione al menos una lista."
|
720 |
+
|
721 |
+
#: admin/menu.php:17
|
722 |
+
msgid "You do not have sufficient permissions"
|
723 |
+
msgstr "No tienes permisos suficientes"
|
724 |
+
|
725 |
+
#: admin/menu.php:18
|
726 |
+
#, php-format
|
727 |
+
msgid "Account details successfully deleted from %s"
|
728 |
+
msgstr "Detalles de la cuenta eliminados con éxito de %s"
|
729 |
+
|
730 |
+
#: admin/menu.php:19
|
731 |
+
msgid "Thank you for enabling backlink !"
|
732 |
+
msgstr "Gracias por habilitar el vínculo de retroceso!"
|
733 |
+
|
734 |
+
#: admin/menu.php:20
|
735 |
+
#, php-format
|
736 |
+
msgid "Please connect your %s member account"
|
737 |
+
msgstr "Conecta tu cuenta de miembro de %s"
|
738 |
+
|
739 |
+
#: admin/menu.php:36
|
740 |
+
msgid "Settings"
|
741 |
+
msgstr "Ajustes"
|
742 |
+
|
743 |
+
#: admin/menu.php:39
|
744 |
+
msgid "Logs"
|
745 |
+
msgstr "Registros"
|
746 |
+
|
747 |
+
#: admin/menu.php:41
|
748 |
+
msgid "Suggest a Feature"
|
749 |
+
msgstr "Sugerir una característica"
|
750 |
+
|
751 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
752 |
+
msgid "Enable auto publish post to my facebook account"
|
753 |
+
msgstr ""
|
754 |
+
"Habilitar la publicación automática de publicaciones en mi cuenta de Facebook"
|
755 |
+
|
756 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
757 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
758 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
759 |
+
msgid "Yes"
|
760 |
+
msgstr "Sí"
|
761 |
+
|
762 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
763 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
764 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
765 |
+
msgid "No"
|
766 |
+
msgstr "No"
|
767 |
+
|
768 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
769 |
+
msgid "Posting method"
|
770 |
+
msgstr "Método de publicación"
|
771 |
+
|
772 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
773 |
+
msgid "Simple text message"
|
774 |
+
msgstr "Mensaje de texto sencillo"
|
775 |
+
|
776 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
777 |
+
msgid "Upload image to app album"
|
778 |
+
msgstr "Subir imagen al álbum de la aplicación"
|
779 |
+
|
780 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
781 |
+
msgid "Upload image to timeline album"
|
782 |
+
msgstr "Subir imagen al álbum de la línea de tiempo"
|
783 |
+
|
784 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
785 |
+
msgid "Attach your blog post"
|
786 |
+
msgstr "Adjunte su publicación de blog"
|
787 |
+
|
788 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
789 |
+
msgid "Share a link to your blog post"
|
790 |
+
msgstr "Comparte un enlace a tu entrada de blog"
|
791 |
+
|
792 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
793 |
+
msgid "Message format for posting"
|
794 |
+
msgstr "Formato de mensaje para publicar"
|
795 |
+
|
796 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
797 |
+
msgid "Insert the title of your post."
|
798 |
+
msgstr "Inserta el título de tu publicación."
|
799 |
+
|
800 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
801 |
+
msgid "Insert the URL where your post is displayed."
|
802 |
+
msgstr "Inserta la URL donde se muestra tu publicación."
|
803 |
+
|
804 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
805 |
+
msgid "Insert the excerpt of your post."
|
806 |
+
msgstr "Inserta el extracto de tu publicación."
|
807 |
+
|
808 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
809 |
+
msgid "Insert the description of your post."
|
810 |
+
msgstr "Inserta la descripción de tu publicación."
|
811 |
+
|
812 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
813 |
+
msgid "Insert the name of your blog."
|
814 |
+
msgstr "Inserta el nombre de tu blog."
|
815 |
+
|
816 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
817 |
+
msgid "Insert the nicename of the author."
|
818 |
+
msgstr "Inserte el bonito nombre del autor."
|
819 |
+
|
820 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
821 |
+
msgid "Insert the ID of your post."
|
822 |
+
msgstr "Inserta el ID de tu publicación."
|
823 |
+
|
824 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
825 |
+
msgid "Insert the publish date of your post."
|
826 |
+
msgstr "Inserta la fecha de publicación de tu publicación."
|
827 |
+
|
828 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
829 |
+
msgid "Insert the display name of the author."
|
830 |
+
msgstr "Insertar el nombre para mostrar de la autora."
|
831 |
+
|
832 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
833 |
+
msgid "Select"
|
834 |
+
msgstr "Seleccione"
|
835 |
+
|
836 |
+
#: admin/settings.php:30
|
837 |
+
msgid ""
|
838 |
+
"Thanks again for using the plugin. We will never show the message again."
|
839 |
+
msgstr ""
|
840 |
+
"Gracias de nuevo por usar el complemento. Nunca volveremos a mostrar el "
|
841 |
+
"mensaje."
|
842 |
+
|
843 |
+
#: admin/settings.php:84
|
844 |
+
msgid "Please fill facebook application name."
|
845 |
+
msgstr "Complete el nombre de la aplicación de Facebook."
|
846 |
+
|
847 |
+
#: admin/settings.php:89
|
848 |
+
msgid "Please fill facebook application id."
|
849 |
+
msgstr "Complete la identificación de la aplicación de Facebook."
|
850 |
+
|
851 |
+
#: admin/settings.php:94
|
852 |
+
msgid "Please fill facebook application secret."
|
853 |
+
msgstr "Por favor, rellene el secreto de la aplicación de Facebook."
|
854 |
+
|
855 |
+
#: admin/settings.php:137
|
856 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
857 |
+
msgstr "El estado no coincide. Puede ser víctima de CSRF."
|
858 |
+
|
859 |
+
#: admin/settings.php:146
|
860 |
+
msgid ""
|
861 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
862 |
+
"and firewall settings."
|
863 |
+
msgstr ""
|
864 |
+
"No se puede autorizar la aplicación de Facebook. Verifique la configuración "
|
865 |
+
"de curl/fopen y firewall."
|
866 |
+
|
867 |
+
#: admin/settings.php:156
|
868 |
+
#, php-format
|
869 |
+
msgid "Successfully connected to %s member area"
|
870 |
+
msgstr "Conectado con éxito al área de miembros de %s"
|
871 |
+
|
872 |
+
#: admin/settings.php:166
|
873 |
+
msgid "Selected pages saved successfully."
|
874 |
+
msgstr "Las páginas seleccionadas se guardaron correctamente."
|
875 |
+
|
876 |
+
#: admin/settings.php:198
|
877 |
+
msgid "Facebook Settings"
|
878 |
+
msgstr "Configuración de Facebook"
|
879 |
+
|
880 |
+
#: admin/settings.php:199
|
881 |
+
msgid "General Settings"
|
882 |
+
msgstr "Configuración general"
|
883 |
+
|
884 |
+
#: admin/settings.php:215 admin/settings.php:248
|
885 |
+
msgid "Application needs authorisation"
|
886 |
+
msgstr "La aplicación necesita autorización"
|
887 |
+
|
888 |
+
#: admin/settings.php:219 admin/settings.php:253
|
889 |
+
msgid "Authorize"
|
890 |
+
msgstr "Autorizar"
|
891 |
+
|
892 |
+
#: admin/settings.php:229 admin/settings.php:264
|
893 |
+
msgid "Reauthorize"
|
894 |
+
msgstr "Reautorizar"
|
895 |
+
|
896 |
+
#: admin/settings.php:271
|
897 |
+
msgid "Application is authorized, go posting."
|
898 |
+
msgstr "La aplicación está autorizada, vaya a publicar."
|
899 |
+
|
900 |
+
#: admin/settings.php:282
|
901 |
+
msgid "Note:"
|
902 |
+
msgstr "Nota:"
|
903 |
+
|
904 |
+
#: admin/settings.php:282
|
905 |
+
msgid ""
|
906 |
+
"You have to create a Facebook application before filling the following "
|
907 |
+
"details."
|
908 |
+
msgstr ""
|
909 |
+
"Tienes que crear una aplicación de Facebook antes de llenar los siguientes "
|
910 |
+
"datos."
|
911 |
+
|
912 |
+
#: admin/settings.php:283
|
913 |
+
msgid "Click here </a></b> to create new Facebook application."
|
914 |
+
msgstr "Haga clic aquí </a></b> para crear una nueva aplicación de Facebook."
|
915 |
+
|
916 |
+
#: admin/settings.php:284
|
917 |
+
#, php-format
|
918 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
919 |
+
msgstr "En la página de la aplicación en Facebook, vaya a <b> %s </b>."
|
920 |
+
|
921 |
+
#: admin/settings.php:284
|
922 |
+
msgid "Set the site url as:"
|
923 |
+
msgstr "Establezca la URL del sitio como:"
|
924 |
+
|
925 |
+
#: admin/settings.php:286
|
926 |
+
#, php-format
|
927 |
+
msgid "And then navigate to <b> %s </b>."
|
928 |
+
msgstr "Y luego navegue hasta <b> %s </b>."
|
929 |
+
|
930 |
+
#: admin/settings.php:286
|
931 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
932 |
+
msgstr "Establezca los URI de redirección de OAuth válidos como:"
|
933 |
+
|
934 |
+
#: admin/settings.php:288
|
935 |
+
#, php-format
|
936 |
+
msgid ""
|
937 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
938 |
+
"Click here."
|
939 |
+
msgstr ""
|
940 |
+
"Para obtener instrucciones detalladas paso a paso <b><a href=\"%s\" target="
|
941 |
+
"\"_blank\"> haga clic aquí."
|
942 |
+
|
943 |
+
#: admin/settings.php:300
|
944 |
+
msgid "All fields given below are mandatory"
|
945 |
+
msgstr "Todos los campos dados a continuación son obligatorios"
|
946 |
+
|
947 |
+
#: admin/settings.php:312
|
948 |
+
msgid "Application name"
|
949 |
+
msgstr "Nombre de la aplicación"
|
950 |
+
|
951 |
+
#: admin/settings.php:313
|
952 |
+
msgid "This is for tracking purpose"
|
953 |
+
msgstr "Esto es para fines de seguimiento"
|
954 |
+
|
955 |
+
#: admin/settings.php:321
|
956 |
+
msgid "Application Selection"
|
957 |
+
msgstr "Selección de aplicaciones"
|
958 |
+
|
959 |
+
#: admin/settings.php:325
|
960 |
+
msgid "Own App"
|
961 |
+
msgstr "Aplicación Propia"
|
962 |
+
|
963 |
+
#: admin/settings.php:325
|
964 |
+
msgid "requires app submission and Facebook review"
|
965 |
+
msgstr "requiere el envío de la aplicación y la revisión de Facebook"
|
966 |
+
|
967 |
+
#: admin/settings.php:325
|
968 |
+
msgid "Help"
|
969 |
+
msgstr "Ayuda"
|
970 |
+
|
971 |
+
#: admin/settings.php:327
|
972 |
+
msgid "App approval service available for 50 USD"
|
973 |
+
msgstr "Servicio de aprobación de aplicaciones disponible por 50 USD"
|
974 |
+
|
975 |
+
#: admin/settings.php:330
|
976 |
+
msgid "Expected time frame"
|
977 |
+
msgstr "Marco de tiempo esperado"
|
978 |
+
|
979 |
+
#: admin/settings.php:330
|
980 |
+
msgid "30 days"
|
981 |
+
msgstr "30 dias"
|
982 |
+
|
983 |
+
#: admin/settings.php:331
|
984 |
+
msgid "Required details"
|
985 |
+
msgstr "Detalles requeridos"
|
986 |
+
|
987 |
+
#: admin/settings.php:331
|
988 |
+
msgid "1. WordPress login"
|
989 |
+
msgstr "1. Inicio de sesión de WordPress"
|
990 |
+
|
991 |
+
#: admin/settings.php:332
|
992 |
+
msgid ""
|
993 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
994 |
+
msgstr ""
|
995 |
+
"2. Acceso de administrador a la aplicación de desarrollador de Facebook para "
|
996 |
+
"el envío de reseñas (temporal)."
|
997 |
+
|
998 |
+
#: admin/settings.php:333
|
999 |
+
#, php-format
|
1000 |
+
msgid ""
|
1001 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
1002 |
+
msgstr ""
|
1003 |
+
"Para obtener más detalles, comuníquese con <a href=\"%s\" target=\"_blank\" "
|
1004 |
+
"> Servicio de asistencia"
|
1005 |
+
|
1006 |
+
#: admin/settings.php:337
|
1007 |
+
#, php-format
|
1008 |
+
msgid "%s App ( ready to publish )"
|
1009 |
+
msgstr "% s App (lista para publicar)"
|
1010 |
+
|
1011 |
+
#: admin/settings.php:338
|
1012 |
+
msgid "Starts from 10 USD per year"
|
1013 |
+
msgstr "A partir de 10 USD por año"
|
1014 |
+
|
1015 |
+
#: admin/settings.php:341
|
1016 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1017 |
+
msgstr "PRUEBA GRATUITA DE 30 DÍAS DISPONIBLE"
|
1018 |
+
|
1019 |
+
#: admin/settings.php:344
|
1020 |
+
#, php-format
|
1021 |
+
msgid "How to use %s application?"
|
1022 |
+
msgstr "¿Cómo usar la aplicación %s?"
|
1023 |
+
|
1024 |
+
#: admin/settings.php:355
|
1025 |
+
#, php-format
|
1026 |
+
msgid "Connect your %s account"
|
1027 |
+
msgstr "Conecta tu cuenta %s"
|
1028 |
+
|
1029 |
+
#: admin/settings.php:361
|
1030 |
+
msgid "Application id"
|
1031 |
+
msgstr "ID de aplicación"
|
1032 |
+
|
1033 |
+
#: admin/settings.php:370
|
1034 |
+
msgid "Application secret"
|
1035 |
+
msgstr "Secreto de aplicación"
|
1036 |
+
|
1037 |
+
#: admin/settings.php:381
|
1038 |
+
msgid ""
|
1039 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1040 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1041 |
+
msgstr ""
|
1042 |
+
"Cree un álbum de aplicaciones (con <b> Nombre de la aplicación </b>) en las "
|
1043 |
+
"páginas de Facebook, <br/> si está utilizando el método de publicación <b> "
|
1044 |
+
"Cargue una imagen en el álbum de aplicaciones"
|
1045 |
+
|
1046 |
+
#: admin/settings.php:388
|
1047 |
+
msgid "Text message with image"
|
1048 |
+
msgstr "Mensaje de texto con imagen"
|
1049 |
+
|
1050 |
+
#: admin/settings.php:395
|
1051 |
+
msgid "Text message with attached link"
|
1052 |
+
msgstr "Mensaje de texto con enlace adjunto"
|
1053 |
+
|
1054 |
+
#: admin/settings.php:406
|
1055 |
+
msgid "Enforce og tags for Facebook"
|
1056 |
+
msgstr "Hacer cumplir las etiquetas og para Facebook"
|
1057 |
+
|
1058 |
+
#: admin/settings.php:408
|
1059 |
+
msgid ""
|
1060 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1061 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1062 |
+
"Attach your blog post."
|
1063 |
+
msgstr ""
|
1064 |
+
"Si lo habilita, las etiquetas Open Graph se generarán al publicar en "
|
1065 |
+
"Facebook, cuando utilice el método de publicación <b> Comparta un enlace a "
|
1066 |
+
"su publicación de blog </b> o <b> Adjunte su publicación de blog."
|
1067 |
+
|
1068 |
+
#: admin/settings.php:418
|
1069 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1070 |
+
msgstr "Borrar caché de facebook antes de publicar en facebook"
|
1071 |
+
|
1072 |
+
#: admin/settings.php:437
|
1073 |
+
msgid ""
|
1074 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1075 |
+
"Text message with image </b>posting methods"
|
1076 |
+
msgstr ""
|
1077 |
+
"Opcional en el caso de <b>Mensaje de texto con enlace adjunto </b><br/>o <b> "
|
1078 |
+
"Mensaje de texto con imagen </b>métodos de publicación"
|
1079 |
+
|
1080 |
+
#: admin/settings.php:500
|
1081 |
+
msgid "Select facebook pages for auto publish"
|
1082 |
+
msgstr "Seleccionar páginas de Facebook para publicación automática"
|
1083 |
+
|
1084 |
+
#: admin/settings.php:505
|
1085 |
+
msgid "Select All"
|
1086 |
+
msgstr "Seleccionar todo"
|
1087 |
+
|
1088 |
+
#: admin/settings.php:525
|
1089 |
+
msgid "Selected facebook pages for auto publish"
|
1090 |
+
msgstr "Páginas de Facebook seleccionadas para publicación automática"
|
1091 |
+
|
1092 |
+
#: admin/settings.php:549
|
1093 |
+
msgid "Save"
|
1094 |
+
msgstr "Guardar"
|
1095 |
+
|
1096 |
+
#: admin/settings.php:553
|
1097 |
+
msgid "Free trial is available only for first time users"
|
1098 |
+
msgstr "La prueba gratuita está disponible solo para usuarios nuevos"
|
1099 |
+
|
1100 |
+
#: admin/settings.php:556
|
1101 |
+
msgid "Use reauthorize button to change selected values"
|
1102 |
+
msgstr "Use el botón de reautorización para cambiar los valores seleccionados"
|
1103 |
+
|
1104 |
+
#: admin/settings.php:649
|
1105 |
+
msgid "Basic Settings"
|
1106 |
+
msgstr "Ajustes básicos"
|
1107 |
+
|
1108 |
+
#: admin/settings.php:651
|
1109 |
+
msgid "Publish wordpress `posts` to facebook"
|
1110 |
+
msgstr "Publicar `mensajes` de wordpress en facebook"
|
1111 |
+
|
1112 |
+
#: admin/settings.php:660
|
1113 |
+
msgid "Publish wordpress `pages` to facebook"
|
1114 |
+
msgstr "Publicar `páginas` de wordpress en facebook"
|
1115 |
+
|
1116 |
+
#: admin/settings.php:685
|
1117 |
+
msgid "Select wordpress custom post types for auto publish"
|
1118 |
+
msgstr ""
|
1119 |
+
"Seleccionar tipos de publicaciones personalizadas de wordpress para "
|
1120 |
+
"publicación automática"
|
1121 |
+
|
1122 |
+
#: admin/settings.php:701
|
1123 |
+
msgid "Advanced Settings"
|
1124 |
+
msgstr "Ajustes avanzados"
|
1125 |
+
|
1126 |
+
#: admin/settings.php:703
|
1127 |
+
msgid "Select post categories for auto publish"
|
1128 |
+
msgstr "Seleccionar categorías de publicaciones para la publicación automática"
|
1129 |
+
|
1130 |
+
#: admin/settings.php:708
|
1131 |
+
msgid "All"
|
1132 |
+
msgstr "Toda"
|
1133 |
+
|
1134 |
+
#: admin/settings.php:710
|
1135 |
+
msgid "Specific"
|
1136 |
+
msgstr "Específica"
|
1137 |
+
|
1138 |
+
#: admin/settings.php:745
|
1139 |
+
msgid "NIL"
|
1140 |
+
msgstr "Nada"
|
1141 |
+
|
1142 |
+
#: admin/settings.php:750
|
1143 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1144 |
+
msgstr ""
|
1145 |
+
"Publicación automática al editar publicaciones/páginas/tipos de "
|
1146 |
+
"publicaciones personalizadas"
|
1147 |
+
|
1148 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1149 |
+
msgid "Enabled"
|
1150 |
+
msgstr "Activada"
|
1151 |
+
|
1152 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1153 |
+
msgid "Disabled"
|
1154 |
+
msgstr "Discapacitada"
|
1155 |
+
|
1156 |
+
#: admin/settings.php:755
|
1157 |
+
msgid "Use settings from post creation or post updation"
|
1158 |
+
msgstr ""
|
1159 |
+
"Use la configuración de la creación de publicaciones o la actualización de "
|
1160 |
+
"publicaciones"
|
1161 |
+
|
1162 |
+
#: admin/settings.php:759
|
1163 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1164 |
+
msgstr ""
|
1165 |
+
"Publicación automática al crear publicaciones/páginas/tipos de publicaciones "
|
1166 |
+
"personalizadas"
|
1167 |
+
|
1168 |
+
#: admin/settings.php:768
|
1169 |
+
msgid "Enable SSL peer verification in remote requests"
|
1170 |
+
msgstr "Habilite la verificación de pares SSL en solicitudes remotas"
|
1171 |
+
|
1172 |
+
#: admin/settings.php:776
|
1173 |
+
msgid "Apply filters during publishing"
|
1174 |
+
msgstr "Aplicar filtros durante la publicación"
|
1175 |
+
|
1176 |
+
#: admin/settings.php:813
|
1177 |
+
msgid "Other Settings"
|
1178 |
+
msgstr "Otros ajustes"
|
1179 |
+
|
1180 |
+
#: admin/settings.php:816
|
1181 |
+
msgid "Enable credit link to author"
|
1182 |
+
msgstr "Habilitar enlace de crédito a la autora"
|
1183 |
+
|
1184 |
+
#: admin/settings.php:825
|
1185 |
+
msgid "Enable premium version ads"
|
1186 |
+
msgstr "Habilitar anuncios de versión premium"
|
1187 |
+
|
1188 |
+
#: admin/settings.php:839
|
1189 |
+
msgid "Update Settings"
|
1190 |
+
msgstr "Ajustes de actualización"
|
1191 |
+
|
1192 |
+
#: facebook-auto-publish.php:31
|
1193 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1194 |
+
msgstr ""
|
1195 |
+
"Hola! Soy solo un complemento, no puedo hacer mucho cuando me llaman "
|
1196 |
+
"directamente."
|
languages/facebook-auto-publish-fr_FR.mo
ADDED
Binary file
|
languages/facebook-auto-publish-fr_FR.po
ADDED
@@ -0,0 +1,1204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:39+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:40+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: fr_FR\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=2; plural=(n > 1);\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%s publie automatiquement les publications de votre blog sur vos pages "
|
41 |
+
"Facebook. Il vous permet de filtrer les publications en fonction des types "
|
42 |
+
"de publication et des catégories. %s est développé et maintenu par"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"Si vous souhaitez avoir plus de fonctionnalités, veuillez essayer <a href="
|
53 |
+
"\"%s\" target=\"_blank\">%s</a> qui est une version premium de ce plugin. "
|
54 |
+
"Nous avons inclus une comparaison rapide des plugins gratuits et premium "
|
55 |
+
"pour votre référence."
|
56 |
+
|
57 |
+
#: admin/about.php:23
|
58 |
+
msgid "Feature group"
|
59 |
+
msgstr "Groupe de fonctionnalités"
|
60 |
+
|
61 |
+
#: admin/about.php:24
|
62 |
+
msgid "Feature"
|
63 |
+
msgstr "Fonctionnalités"
|
64 |
+
|
65 |
+
#: admin/about.php:25
|
66 |
+
msgid "Free"
|
67 |
+
msgstr "Gratuite"
|
68 |
+
|
69 |
+
#: admin/about.php:27
|
70 |
+
msgid "Premium"
|
71 |
+
msgstr "Prime"
|
72 |
+
|
73 |
+
#: admin/about.php:29
|
74 |
+
#, php-format
|
75 |
+
msgid "%s Premium"
|
76 |
+
msgstr "%s Prime"
|
77 |
+
|
78 |
+
#: admin/about.php:34
|
79 |
+
msgid "Supported Media"
|
80 |
+
msgstr "Supports pris en charge"
|
81 |
+
|
82 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
83 |
+
msgid "Facebook"
|
84 |
+
msgstr "Facebook"
|
85 |
+
|
86 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
87 |
+
msgid "Twitter"
|
88 |
+
msgstr "Twitter"
|
89 |
+
|
90 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
91 |
+
msgid "LinkedIn"
|
92 |
+
msgstr "LinkedIn"
|
93 |
+
|
94 |
+
#: admin/about.php:63
|
95 |
+
msgid "Instagram"
|
96 |
+
msgstr "Instagram"
|
97 |
+
|
98 |
+
#: admin/about.php:72
|
99 |
+
msgid "Tumblr"
|
100 |
+
msgstr "Tumblr"
|
101 |
+
|
102 |
+
#: admin/about.php:81
|
103 |
+
msgid "Pinterest"
|
104 |
+
msgstr "Pinterest"
|
105 |
+
|
106 |
+
#: admin/about.php:92
|
107 |
+
msgid "Posting Options"
|
108 |
+
msgstr "Options de publication"
|
109 |
+
|
110 |
+
#: admin/about.php:93
|
111 |
+
msgid "Publish to facebook pages"
|
112 |
+
msgstr "Publier sur des pages facebook"
|
113 |
+
|
114 |
+
#: admin/about.php:102
|
115 |
+
msgid "Publish to facebook groups"
|
116 |
+
msgstr "Publier sur des groupes facebook"
|
117 |
+
|
118 |
+
#: admin/about.php:111
|
119 |
+
msgid "Publish to twitter profile"
|
120 |
+
msgstr "Publier sur le profil Twitter"
|
121 |
+
|
122 |
+
#: admin/about.php:121
|
123 |
+
msgid "Publish to linkedin profile/company pages"
|
124 |
+
msgstr "Publier sur les pages de profil/d'entreprise LinkedIn"
|
125 |
+
|
126 |
+
#: admin/about.php:130
|
127 |
+
msgid "Publish to instagram Business accounts"
|
128 |
+
msgstr "Publier sur Instagram Comptes professionnels"
|
129 |
+
|
130 |
+
#: admin/about.php:139
|
131 |
+
msgid "Publish to tumblr profile"
|
132 |
+
msgstr "Publier sur le profil tumblr"
|
133 |
+
|
134 |
+
#: admin/about.php:149
|
135 |
+
msgid "Publish to pinterest boards"
|
136 |
+
msgstr "Publier sur des tableaux pinterest"
|
137 |
+
|
138 |
+
#: admin/about.php:158
|
139 |
+
msgid "Option to add twitter image description for visually impaired people"
|
140 |
+
msgstr ""
|
141 |
+
"Possibilité d'ajouter une description d'image Twitter pour les personnes "
|
142 |
+
"malvoyantes"
|
143 |
+
|
144 |
+
#: admin/about.php:167
|
145 |
+
msgid "Option to republish existing posts"
|
146 |
+
msgstr "Possibilité de republier les publications existantes"
|
147 |
+
|
148 |
+
#: admin/about.php:177
|
149 |
+
msgid "Publish to multiple social media accounts"
|
150 |
+
msgstr "Publier sur plusieurs comptes de réseaux sociaux"
|
151 |
+
|
152 |
+
#: admin/about.php:187
|
153 |
+
msgid ""
|
154 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
155 |
+
msgstr ""
|
156 |
+
"Formats de message distincts pour la publication sur plusieurs comptes de "
|
157 |
+
"médias sociaux"
|
158 |
+
|
159 |
+
#: admin/about.php:197
|
160 |
+
msgid "Save auto publish settings of individual posts"
|
161 |
+
msgstr ""
|
162 |
+
"Enregistrer les paramètres de publication automatique des publications "
|
163 |
+
"individuelles"
|
164 |
+
|
165 |
+
#: admin/about.php:207
|
166 |
+
msgid ""
|
167 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
168 |
+
"Pinterest"
|
169 |
+
msgstr ""
|
170 |
+
"Prise en charge des balises de hachage pour Facebook, Twitter, Linkedin, "
|
171 |
+
"Instagram, Pinterest et Tumblr"
|
172 |
+
|
173 |
+
#: admin/about.php:216
|
174 |
+
msgid "Option to use post tags as hash tags"
|
175 |
+
msgstr ""
|
176 |
+
"Possibilité d'utiliser les balises de publication comme balises de hachage"
|
177 |
+
|
178 |
+
#: admin/about.php:225
|
179 |
+
msgid "Enable/Disable SSL peer verification"
|
180 |
+
msgstr "Activer/désactiver la vérification par les pairs SSL"
|
181 |
+
|
182 |
+
#: admin/about.php:238
|
183 |
+
msgid "Image Options"
|
184 |
+
msgstr "Options d'images"
|
185 |
+
|
186 |
+
#: admin/about.php:239
|
187 |
+
msgid "Publish images along with post content"
|
188 |
+
msgstr "Publier des images avec le contenu de la publication"
|
189 |
+
|
190 |
+
#: admin/about.php:250
|
191 |
+
msgid ""
|
192 |
+
"Separate default image url for publishing to multiple social media accounts"
|
193 |
+
msgstr ""
|
194 |
+
"URL d'image par défaut pour la publication sur plusieurs comptes de médias "
|
195 |
+
"sociaux"
|
196 |
+
|
197 |
+
#: admin/about.php:260
|
198 |
+
msgid ""
|
199 |
+
"Option to specify preference from featured image, post content, post meta "
|
200 |
+
"and open graph tags"
|
201 |
+
msgstr ""
|
202 |
+
"Option pour spécifier la préférence de l'image en vedette, du contenu de la "
|
203 |
+
"publication, de la méta de publication et des balises de graphique ouvertes"
|
204 |
+
|
205 |
+
#: admin/about.php:269
|
206 |
+
msgid ""
|
207 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
208 |
+
"post content"
|
209 |
+
msgstr ""
|
210 |
+
"Publiez plusieurs images sur facebook, tumblr, linkedin et twitter avec le "
|
211 |
+
"contenu de la publication"
|
212 |
+
|
213 |
+
#: admin/about.php:278
|
214 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
215 |
+
msgstr ""
|
216 |
+
"Option pour spécifier la préférence multiphoto à partir du contenu de la "
|
217 |
+
"publication et de la méta de la publication"
|
218 |
+
|
219 |
+
#: admin/about.php:289
|
220 |
+
msgid "Video/Audio Options"
|
221 |
+
msgstr "Options vidéo/audio"
|
222 |
+
|
223 |
+
#: admin/about.php:290
|
224 |
+
msgid ""
|
225 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
226 |
+
"with post content"
|
227 |
+
msgstr ""
|
228 |
+
"Publier une vidéo sur facebook, tumblr, Linkedin, Instagram et twitter avec "
|
229 |
+
"le contenu de la publication"
|
230 |
+
|
231 |
+
#: admin/about.php:300
|
232 |
+
msgid ""
|
233 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
234 |
+
msgstr ""
|
235 |
+
"Option pour spécifier la préférence à partir des balises de contenu de "
|
236 |
+
"publication, de méta de publication et de graphique ouvert"
|
237 |
+
|
238 |
+
#: admin/about.php:309
|
239 |
+
msgid "Publish audio to tumblr along with post content"
|
240 |
+
msgstr "Publier l'audio sur tumblr avec le contenu de la publication"
|
241 |
+
|
242 |
+
#: admin/about.php:318
|
243 |
+
msgid ""
|
244 |
+
"Option to specify audio preference from post content, post meta and open "
|
245 |
+
"graph tags"
|
246 |
+
msgstr ""
|
247 |
+
"Option pour spécifier la préférence audio à partir du contenu de la "
|
248 |
+
"publication, de la méta de publication et des balises de graphique ouvertes"
|
249 |
+
|
250 |
+
#: admin/about.php:329
|
251 |
+
msgid "Filter Options"
|
252 |
+
msgstr "Opciones de filtro"
|
253 |
+
|
254 |
+
#: admin/about.php:330
|
255 |
+
msgid "Filter posts to publish based on categories"
|
256 |
+
msgstr "Filtrer les articles à publier en fonction des catégories"
|
257 |
+
|
258 |
+
#: admin/about.php:340
|
259 |
+
msgid "Filter posts to publish based on custom post types"
|
260 |
+
msgstr ""
|
261 |
+
"Filtrer les publications à publier en fonction des types de publication "
|
262 |
+
"personnalisés"
|
263 |
+
|
264 |
+
#: admin/about.php:349
|
265 |
+
msgid "Filter posts to publish based on sticky posts"
|
266 |
+
msgstr "Filtrer les messages à publier en fonction des messages collants"
|
267 |
+
|
268 |
+
#: admin/about.php:359
|
269 |
+
msgid "Configuration to enable/disable page publishing"
|
270 |
+
msgstr "Configuration pour activer/désactiver la publication de pages"
|
271 |
+
|
272 |
+
#: admin/about.php:369
|
273 |
+
msgid "Category filter for individual accounts"
|
274 |
+
msgstr "Filtre de catégorie pour les comptes individuels"
|
275 |
+
|
276 |
+
#: admin/about.php:379
|
277 |
+
msgid "Custom post type filter for individual accounts"
|
278 |
+
msgstr ""
|
279 |
+
"Filtre de type de publication personnalisé pour les comptes individuels"
|
280 |
+
|
281 |
+
#: admin/about.php:389
|
282 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
283 |
+
msgstr ""
|
284 |
+
"Activer/désactiver la publication de pages pour les comptes individuels"
|
285 |
+
|
286 |
+
#: admin/about.php:398
|
287 |
+
msgid "Override auto publish scheduling for individual accounts"
|
288 |
+
msgstr ""
|
289 |
+
"Ignorer la planification de la publication automatique pour les comptes "
|
290 |
+
"individuels"
|
291 |
+
|
292 |
+
#: admin/about.php:407
|
293 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
294 |
+
msgstr ""
|
295 |
+
"Remplacer la publication automatique en fonction des messages persistants "
|
296 |
+
"pour les comptes individuels"
|
297 |
+
|
298 |
+
#: admin/about.php:418
|
299 |
+
msgid "Scheduling"
|
300 |
+
msgstr "Planification"
|
301 |
+
|
302 |
+
#: admin/about.php:419
|
303 |
+
msgid "Instantaneous post publishing"
|
304 |
+
msgstr "Post-publication instantanée"
|
305 |
+
|
306 |
+
#: admin/about.php:429
|
307 |
+
msgid "Scheduled post publishing using cron"
|
308 |
+
msgstr "Publication de publication planifiée à l'aide de cron"
|
309 |
+
|
310 |
+
#: admin/about.php:439
|
311 |
+
msgid "Status summary of auto publish tasks by mail"
|
312 |
+
msgstr "Résumé de l'état des tâches de publication automatique par courrier"
|
313 |
+
|
314 |
+
#: admin/about.php:449
|
315 |
+
msgid "Configurable auto publishing time interval"
|
316 |
+
msgstr "Intervalle de temps de publication automatique configurable"
|
317 |
+
|
318 |
+
#: admin/about.php:463
|
319 |
+
msgid "Publishing History"
|
320 |
+
msgstr "Historique de publication"
|
321 |
+
|
322 |
+
#: admin/about.php:464
|
323 |
+
msgid "View auto publish history"
|
324 |
+
msgstr "Afficher l'historique de publication automatique"
|
325 |
+
|
326 |
+
#: admin/about.php:473
|
327 |
+
msgid "View auto publish error logs"
|
328 |
+
msgstr "Afficher les journaux d'erreurs de publication automatique"
|
329 |
+
|
330 |
+
#: admin/about.php:483
|
331 |
+
msgid "Option to republish post"
|
332 |
+
msgstr "Possibilité de republier le message"
|
333 |
+
|
334 |
+
#: admin/about.php:493
|
335 |
+
msgid "Option to reschedule publishing"
|
336 |
+
msgstr "Possibilité de reprogrammer la publication"
|
337 |
+
|
338 |
+
#: admin/about.php:503
|
339 |
+
msgid "Installation and Support"
|
340 |
+
msgstr "Installation et assistance"
|
341 |
+
|
342 |
+
#: admin/about.php:504
|
343 |
+
msgid "Free Installation"
|
344 |
+
msgstr "Installation gratuite"
|
345 |
+
|
346 |
+
#: admin/about.php:513
|
347 |
+
msgid "Privilege customer support"
|
348 |
+
msgstr "Assistance client Privilège"
|
349 |
+
|
350 |
+
#: admin/about.php:523
|
351 |
+
msgid "Addon Features"
|
352 |
+
msgstr "Fonctionnalités supplémentaires"
|
353 |
+
|
354 |
+
#: admin/about.php:524
|
355 |
+
msgid "Advanced Autopublish Scheduler"
|
356 |
+
msgstr "Avancé publication automatique ordonnanceur"
|
357 |
+
|
358 |
+
#: admin/about.php:533
|
359 |
+
msgid "URL-Shortener"
|
360 |
+
msgstr "Raccourcisseur d'URL"
|
361 |
+
|
362 |
+
#: admin/about.php:542
|
363 |
+
msgid "Privilege Management"
|
364 |
+
msgstr "Gestion des privilèges"
|
365 |
+
|
366 |
+
#: admin/about.php:551
|
367 |
+
msgid "Other"
|
368 |
+
msgstr "Autre"
|
369 |
+
|
370 |
+
#: admin/about.php:553
|
371 |
+
#, php-format
|
372 |
+
msgid ""
|
373 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
374 |
+
msgstr ""
|
375 |
+
"Package API %s pour 1 an, d'une valeur de 10 USD (1 compte fb, 10 appels api "
|
376 |
+
"par heure)"
|
377 |
+
|
378 |
+
#: admin/about.php:555
|
379 |
+
msgid "1 month free subscription"
|
380 |
+
msgstr "1 mois d'abonnement gratuit"
|
381 |
+
|
382 |
+
#: admin/about.php:557
|
383 |
+
msgid "1 year free subscription"
|
384 |
+
msgstr "1 an d'abonnement gratuit"
|
385 |
+
|
386 |
+
#: admin/about.php:563
|
387 |
+
msgid "Price"
|
388 |
+
msgstr "Prix"
|
389 |
+
|
390 |
+
#: admin/about.php:564
|
391 |
+
msgid "FREE"
|
392 |
+
msgstr "GRATUITE"
|
393 |
+
|
394 |
+
#: admin/about.php:565
|
395 |
+
msgid "Starts from 39 USD"
|
396 |
+
msgstr "À partir de 39 USD"
|
397 |
+
|
398 |
+
#: admin/about.php:566
|
399 |
+
msgid "Starts from 69 USD"
|
400 |
+
msgstr "À partir de 69 USD"
|
401 |
+
|
402 |
+
#: admin/about.php:569
|
403 |
+
msgid "Purchase"
|
404 |
+
msgstr "Achat"
|
405 |
+
|
406 |
+
#: admin/about.php:571
|
407 |
+
msgid "Buy Now"
|
408 |
+
msgstr "Acheter maintenant"
|
409 |
+
|
410 |
+
#: admin/about.php:578
|
411 |
+
msgid "Pinterest is added on experimental basis."
|
412 |
+
msgstr "Pinterest est ajouté à titre expérimental."
|
413 |
+
|
414 |
+
#: admin/admin-notices.php:41
|
415 |
+
#, php-format
|
416 |
+
msgid ""
|
417 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
418 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
419 |
+
"with the continued development of the plugin using any of the below methods?"
|
420 |
+
msgstr ""
|
421 |
+
"Merci d'avoir utilisé le plugin <a href=\"%s\" target=\"_blank\"> %s </a> de "
|
422 |
+
"<a href=\"%s\" target=\"_blank\"> %s </a>. Envisageriez-vous de nous "
|
423 |
+
"soutenir dans le développement continu du plugin en utilisant l'une des "
|
424 |
+
"méthodes ci-dessous ?"
|
425 |
+
|
426 |
+
#: admin/admin-notices.php:45
|
427 |
+
msgid "Rate it 5★'s on wordpress"
|
428 |
+
msgstr "Taux de 5★'s sur facebook"
|
429 |
+
|
430 |
+
#: admin/admin-notices.php:47
|
431 |
+
msgid "Enable Backlink"
|
432 |
+
msgstr "Permettre Backlink"
|
433 |
+
|
434 |
+
#: admin/admin-notices.php:49
|
435 |
+
msgid "Share on"
|
436 |
+
msgstr "Partager sur"
|
437 |
+
|
438 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
439 |
+
msgid "Donate"
|
440 |
+
msgstr "Faire un don"
|
441 |
+
|
442 |
+
#: admin/admin-notices.php:52
|
443 |
+
msgid "Don't Show This Again"
|
444 |
+
msgstr "Ne le montre plus"
|
445 |
+
|
446 |
+
#: admin/fbap-suggest-feature.php:10
|
447 |
+
msgid "Thank you for the suggestion."
|
448 |
+
msgstr "Merci pour la suggestion."
|
449 |
+
|
450 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
451 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
452 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
453 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
454 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
455 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
456 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
457 |
+
msgid "Dismiss"
|
458 |
+
msgstr "Rejeter"
|
459 |
+
|
460 |
+
#: admin/fbap-suggest-feature.php:18
|
461 |
+
#, php-format
|
462 |
+
msgid "%s not able to process the request."
|
463 |
+
msgstr "%s n'a pas pu traiter la demande."
|
464 |
+
|
465 |
+
#: admin/fbap-suggest-feature.php:26
|
466 |
+
msgid "Please suggest a feature."
|
467 |
+
msgstr "Veuillez suggérer une fonctionnalité."
|
468 |
+
|
469 |
+
#: admin/fbap-suggest-feature.php:60
|
470 |
+
msgid "Contribute And Get Rewarded"
|
471 |
+
msgstr "Contribuez et soyez récompensé"
|
472 |
+
|
473 |
+
#: admin/fbap-suggest-feature.php:61
|
474 |
+
msgid ""
|
475 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
476 |
+
"premium version of this plugin."
|
477 |
+
msgstr ""
|
478 |
+
"Suggérez une fonctionnalité pour ce plugin et courez la chance d'obtenir une "
|
479 |
+
"copie gratuite de la version premium de ce plugin."
|
480 |
+
|
481 |
+
#: admin/fbap-suggest-feature.php:67
|
482 |
+
msgid "Send Mail To Us"
|
483 |
+
msgstr "Envoyez-nous un courrier"
|
484 |
+
|
485 |
+
#: admin/footer.php:10
|
486 |
+
#, php-format
|
487 |
+
msgid "Fully Featured %s Plugin"
|
488 |
+
msgstr "Plugin %s complet"
|
489 |
+
|
490 |
+
#: admin/footer.php:11
|
491 |
+
msgid "Just 39 USD"
|
492 |
+
msgstr "Seulement 39 USD"
|
493 |
+
|
494 |
+
#: admin/footer.php:21
|
495 |
+
msgid "Compare Features"
|
496 |
+
msgstr "Comparer les fonctionnalités"
|
497 |
+
|
498 |
+
#: admin/footer.php:30
|
499 |
+
msgid "Follow Us"
|
500 |
+
msgstr "Suivez nous"
|
501 |
+
|
502 |
+
#: admin/footer.php:37
|
503 |
+
msgid "Support"
|
504 |
+
msgstr "Soutenir"
|
505 |
+
|
506 |
+
#: admin/footer.php:39
|
507 |
+
msgid "Contact Us"
|
508 |
+
msgstr "Nous contacter"
|
509 |
+
|
510 |
+
#: admin/footer.php:40
|
511 |
+
msgid "Please Rate Us"
|
512 |
+
msgstr "Veuillez nous évaluer"
|
513 |
+
|
514 |
+
#: admin/footer.php:44
|
515 |
+
msgid "Create a ticket at Wordpress forum"
|
516 |
+
msgstr "Créer un ticket sur le forum Wordpress"
|
517 |
+
|
518 |
+
#: admin/footer.php:47
|
519 |
+
msgid "Stay tuned for our updates"
|
520 |
+
msgstr "Restez à l'affût de nos mises à jour"
|
521 |
+
|
522 |
+
#: admin/footer.php:112
|
523 |
+
msgid "Name"
|
524 |
+
msgstr "Nom"
|
525 |
+
|
526 |
+
#: admin/footer.php:127
|
527 |
+
msgid "Email"
|
528 |
+
msgstr "E-mail"
|
529 |
+
|
530 |
+
#: admin/footer.php:129
|
531 |
+
msgid "Subscribe"
|
532 |
+
msgstr "S'abonner"
|
533 |
+
|
534 |
+
#: admin/footer.php:144
|
535 |
+
msgid "Our Plugins"
|
536 |
+
msgstr "Nos plugins"
|
537 |
+
|
538 |
+
#: admin/footer.php:165
|
539 |
+
msgid "Powered by"
|
540 |
+
msgstr "Alimenté par"
|
541 |
+
|
542 |
+
#: admin/header.php:19 admin/settings.php:129
|
543 |
+
msgid "Settings updated successfully."
|
544 |
+
msgstr "Paramètres mis à jour avec succès."
|
545 |
+
|
546 |
+
#: admin/header.php:32
|
547 |
+
msgid "Thank you for enabling backlink."
|
548 |
+
msgstr "Merci pour la suggestion."
|
549 |
+
|
550 |
+
#: admin/header.php:48
|
551 |
+
msgid "Please do a favour by enabling backlink to our site."
|
552 |
+
msgstr ""
|
553 |
+
"S'il vous plaît faites une faveur en permettant le backlink vers notre site."
|
554 |
+
|
555 |
+
#: admin/header.php:48
|
556 |
+
msgid "Okay, Enable"
|
557 |
+
msgstr "OK, activer"
|
558 |
+
|
559 |
+
#: admin/header.php:104
|
560 |
+
msgid "FAQ"
|
561 |
+
msgstr "QFP"
|
562 |
+
|
563 |
+
#: admin/header.php:107
|
564 |
+
msgid "Readme"
|
565 |
+
msgstr "Lisez-moi"
|
566 |
+
|
567 |
+
#: admin/header.php:110 admin/menu.php:40
|
568 |
+
msgid "About"
|
569 |
+
msgstr "Sur"
|
570 |
+
|
571 |
+
#: admin/logs.php:13
|
572 |
+
msgid "Auto Publish Logs"
|
573 |
+
msgstr "Journaux de publication automatique"
|
574 |
+
|
575 |
+
#: admin/logs.php:14
|
576 |
+
msgid "Last ten logs"
|
577 |
+
msgstr "Dix derniers journaux"
|
578 |
+
|
579 |
+
#: admin/logs.php:19
|
580 |
+
msgid "Post Id"
|
581 |
+
msgstr "Identifiant de publication"
|
582 |
+
|
583 |
+
#: admin/logs.php:20
|
584 |
+
msgid "Post Title"
|
585 |
+
msgstr "Titre du post"
|
586 |
+
|
587 |
+
#: admin/logs.php:21
|
588 |
+
msgid "Published On"
|
589 |
+
msgstr "Publié le"
|
590 |
+
|
591 |
+
#: admin/logs.php:22
|
592 |
+
msgid "Status"
|
593 |
+
msgstr "État"
|
594 |
+
|
595 |
+
#: admin/logs.php:42
|
596 |
+
msgid "No logs Found"
|
597 |
+
msgstr "Pas de journaux trouvé"
|
598 |
+
|
599 |
+
#: admin/logs.php:103
|
600 |
+
msgid ""
|
601 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
602 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
603 |
+
"calls, if enabled option for clearing cache)."
|
604 |
+
msgstr ""
|
605 |
+
"Pour publier un message texte simple, il faudra 1 appel API, l'option "
|
606 |
+
"Télécharger l'image prendra 2-3 appels API et l'option Attacher un lien "
|
607 |
+
"prendra 1 appel API (2 appels API, si l'option est activée pour vider le "
|
608 |
+
"cache)."
|
609 |
+
|
610 |
+
#: admin/manage-authorizations.php:7
|
611 |
+
#, php-format
|
612 |
+
msgid "%s Package updated successfully."
|
613 |
+
msgstr "%s Package mis à jour avec succès."
|
614 |
+
|
615 |
+
#: admin/manage-authorizations.php:22
|
616 |
+
#, php-format
|
617 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
618 |
+
msgstr ""
|
619 |
+
"Veuillez autoriser l'application %s sous les paramètres Facebook à accéder à "
|
620 |
+
"cette page."
|
621 |
+
|
622 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
623 |
+
msgid "Manage Authorizations"
|
624 |
+
msgstr "Gérer les autorisationss"
|
625 |
+
|
626 |
+
#: admin/manage-authorizations.php:261
|
627 |
+
msgid "Current Plan:"
|
628 |
+
msgstr "Plan actuel:"
|
629 |
+
|
630 |
+
#: admin/manage-authorizations.php:263
|
631 |
+
msgid "Allowed Facebook users:"
|
632 |
+
msgstr "Utilisateurs Facebook autorisés :"
|
633 |
+
|
634 |
+
#: admin/manage-authorizations.php:264
|
635 |
+
msgid "API limit per account :"
|
636 |
+
msgstr "Limite d'API par compte :"
|
637 |
+
|
638 |
+
#: admin/manage-authorizations.php:264
|
639 |
+
msgid "per hour"
|
640 |
+
msgstr "par heure"
|
641 |
+
|
642 |
+
#: admin/manage-authorizations.php:265
|
643 |
+
msgid "Package Expiry :"
|
644 |
+
msgstr "Expiration du forfeit :"
|
645 |
+
|
646 |
+
#: admin/manage-authorizations.php:266
|
647 |
+
msgid "Package Status :"
|
648 |
+
msgstr "Statut du colis :"
|
649 |
+
|
650 |
+
#: admin/manage-authorizations.php:275
|
651 |
+
msgid "Upgrade/Renew"
|
652 |
+
msgstr "Mettre à niveau/renouveler"
|
653 |
+
|
654 |
+
#: admin/manage-authorizations.php:282
|
655 |
+
msgid "Show all entries"
|
656 |
+
msgstr "Afficher toutes les entrées"
|
657 |
+
|
658 |
+
#: admin/manage-authorizations.php:283
|
659 |
+
msgid "Show entries from current wp installation"
|
660 |
+
msgstr "Afficher les entrées de l'installation actuelle de wp"
|
661 |
+
|
662 |
+
#: admin/manage-authorizations.php:284
|
663 |
+
msgid "Show entries from other wp installations"
|
664 |
+
msgstr "Afficher les entrées d'autres installations wp"
|
665 |
+
|
666 |
+
#: admin/manage-authorizations.php:290
|
667 |
+
msgid "Facebook username"
|
668 |
+
msgstr "Nom d'utilisateur Facebook"
|
669 |
+
|
670 |
+
#: admin/manage-authorizations.php:291
|
671 |
+
msgid "Selected pages"
|
672 |
+
msgstr "Pages sélectionnées"
|
673 |
+
|
674 |
+
#: admin/manage-authorizations.php:292
|
675 |
+
msgid "Selected groups"
|
676 |
+
msgstr "Groupes sélectionnés"
|
677 |
+
|
678 |
+
#: admin/manage-authorizations.php:294
|
679 |
+
#, php-format
|
680 |
+
msgid "%s url"
|
681 |
+
msgstr "%s URL"
|
682 |
+
|
683 |
+
#: admin/manage-authorizations.php:297
|
684 |
+
msgid "Plugin"
|
685 |
+
msgstr "Extension"
|
686 |
+
|
687 |
+
#: admin/manage-authorizations.php:299
|
688 |
+
#, php-format
|
689 |
+
msgid "Account ID %s"
|
690 |
+
msgstr "ID de compte %s"
|
691 |
+
|
692 |
+
#: admin/manage-authorizations.php:301
|
693 |
+
msgid "Action"
|
694 |
+
msgstr "Action"
|
695 |
+
|
696 |
+
#: admin/manage-authorizations.php:336
|
697 |
+
msgid "Not Applicable"
|
698 |
+
msgstr "N'est pas applicable"
|
699 |
+
|
700 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
701 |
+
msgid "Delete"
|
702 |
+
msgstr "Effacer"
|
703 |
+
|
704 |
+
#: admin/manage-authorizations.php:356
|
705 |
+
msgid "(Inactive)"
|
706 |
+
msgstr "(Inactif)"
|
707 |
+
|
708 |
+
#: admin/manage-authorizations.php:376
|
709 |
+
msgid "No Authorizations"
|
710 |
+
msgstr "Aucune autorisation"
|
711 |
+
|
712 |
+
#: admin/manage-authorizations.php:382
|
713 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
714 |
+
msgstr ""
|
715 |
+
"Impossible de se connecter. Veuillez vérifier vos paramètres curl et pare-feu"
|
716 |
+
|
717 |
+
#: admin/menu.php:15
|
718 |
+
msgid "Please check whether the email is correct."
|
719 |
+
msgstr "Veuillez vérifier si l'e-mail est correct."
|
720 |
+
|
721 |
+
#: admin/menu.php:16
|
722 |
+
msgid "Select atleast one list."
|
723 |
+
msgstr "Sélectionnez au moins une liste."
|
724 |
+
|
725 |
+
#: admin/menu.php:17
|
726 |
+
msgid "You do not have sufficient permissions"
|
727 |
+
msgstr "Vous n’avez pas les autorisations suffisantes"
|
728 |
+
|
729 |
+
#: admin/menu.php:18
|
730 |
+
#, php-format
|
731 |
+
msgid "Account details successfully deleted from %s"
|
732 |
+
msgstr "Les détails du compte ont été supprimés avec succès de %s"
|
733 |
+
|
734 |
+
#: admin/menu.php:19
|
735 |
+
msgid "Thank you for enabling backlink !"
|
736 |
+
msgstr "Merci d'avoir activé le backlink !"
|
737 |
+
|
738 |
+
#: admin/menu.php:20
|
739 |
+
#, php-format
|
740 |
+
msgid "Please connect your %s member account"
|
741 |
+
msgstr "Veuillez connecter votre compte membre %s"
|
742 |
+
|
743 |
+
#: admin/menu.php:36
|
744 |
+
msgid "Settings"
|
745 |
+
msgstr "Réglages"
|
746 |
+
|
747 |
+
#: admin/menu.php:39
|
748 |
+
msgid "Logs"
|
749 |
+
msgstr "Journaux"
|
750 |
+
|
751 |
+
#: admin/menu.php:41
|
752 |
+
msgid "Suggest a Feature"
|
753 |
+
msgstr "Suggérer une fonctionnalité"
|
754 |
+
|
755 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
756 |
+
msgid "Enable auto publish post to my facebook account"
|
757 |
+
msgstr ""
|
758 |
+
"Activer la publication automatique des publications sur mon compte Facebook"
|
759 |
+
|
760 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
761 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
762 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
763 |
+
msgid "Yes"
|
764 |
+
msgstr "Oui"
|
765 |
+
|
766 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
767 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
768 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
769 |
+
msgid "No"
|
770 |
+
msgstr "Non"
|
771 |
+
|
772 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
773 |
+
msgid "Posting method"
|
774 |
+
msgstr "Méthode de publication"
|
775 |
+
|
776 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
777 |
+
msgid "Simple text message"
|
778 |
+
msgstr "Message texte simple"
|
779 |
+
|
780 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
781 |
+
msgid "Upload image to app album"
|
782 |
+
msgstr "Télécharger l'image dans l'album de l'application"
|
783 |
+
|
784 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
785 |
+
msgid "Upload image to timeline album"
|
786 |
+
msgstr "Télécharger l'image dans l'album de la chronologie"
|
787 |
+
|
788 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
789 |
+
msgid "Attach your blog post"
|
790 |
+
msgstr "Joindre votre article de blog"
|
791 |
+
|
792 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
793 |
+
msgid "Share a link to your blog post"
|
794 |
+
msgstr "Partager un lien vers votre article de blog"
|
795 |
+
|
796 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
797 |
+
msgid "Message format for posting"
|
798 |
+
msgstr "Format de message pour la publication"
|
799 |
+
|
800 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
801 |
+
msgid "Insert the title of your post."
|
802 |
+
msgstr "Insérez le titre de votre message."
|
803 |
+
|
804 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
805 |
+
msgid "Insert the URL where your post is displayed."
|
806 |
+
msgstr "Insérez l'URL où votre message est affiché."
|
807 |
+
|
808 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
809 |
+
msgid "Insert the excerpt of your post."
|
810 |
+
msgstr "Insérez l'extrait de votre message."
|
811 |
+
|
812 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
813 |
+
msgid "Insert the description of your post."
|
814 |
+
msgstr "Insérez la description de votre message."
|
815 |
+
|
816 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
817 |
+
msgid "Insert the name of your blog."
|
818 |
+
msgstr "Insérez le nom de votre blog."
|
819 |
+
|
820 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
821 |
+
msgid "Insert the nicename of the author."
|
822 |
+
msgstr "Insérez le joli nom de l'auteur."
|
823 |
+
|
824 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
825 |
+
msgid "Insert the ID of your post."
|
826 |
+
msgstr "Insérez l'identifiant de votre message."
|
827 |
+
|
828 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
829 |
+
msgid "Insert the publish date of your post."
|
830 |
+
msgstr "Insérez la date de publication de votre article."
|
831 |
+
|
832 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
833 |
+
msgid "Insert the display name of the author."
|
834 |
+
msgstr "Insérez le nom d'affichage de l'auteur."
|
835 |
+
|
836 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
837 |
+
msgid "Select"
|
838 |
+
msgstr "Sélectionner"
|
839 |
+
|
840 |
+
#: admin/settings.php:30
|
841 |
+
msgid ""
|
842 |
+
"Thanks again for using the plugin. We will never show the message again."
|
843 |
+
msgstr ""
|
844 |
+
"Merci encore d'avoir utilisé le plugin. Nous ne montrerons plus jamais le "
|
845 |
+
"message."
|
846 |
+
|
847 |
+
#: admin/settings.php:84
|
848 |
+
msgid "Please fill facebook application name."
|
849 |
+
msgstr "Veuillez remplir le nom de l'application facebook."
|
850 |
+
|
851 |
+
#: admin/settings.php:89
|
852 |
+
msgid "Please fill facebook application id."
|
853 |
+
msgstr "Veuillez remplir l'identifiant de l'application facebook."
|
854 |
+
|
855 |
+
#: admin/settings.php:94
|
856 |
+
msgid "Please fill facebook application secret."
|
857 |
+
msgstr "Veuillez remplir le secret de l'application facebook."
|
858 |
+
|
859 |
+
#: admin/settings.php:137
|
860 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
861 |
+
msgstr "L'état ne correspond pas. Vous pouvez être victime de CSRF."
|
862 |
+
|
863 |
+
#: admin/settings.php:146
|
864 |
+
msgid ""
|
865 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
866 |
+
"and firewall settings."
|
867 |
+
msgstr ""
|
868 |
+
"Impossible d'autoriser l'application facebook. Veuillez vérifier vos "
|
869 |
+
"paramètres curl/fopen et pare-feu."
|
870 |
+
|
871 |
+
#: admin/settings.php:156
|
872 |
+
#, php-format
|
873 |
+
msgid "Successfully connected to %s member area"
|
874 |
+
msgstr "Connexion réussie à l'espace membre %s"
|
875 |
+
|
876 |
+
#: admin/settings.php:166
|
877 |
+
msgid "Selected pages saved successfully."
|
878 |
+
msgstr "Les pages sélectionnées ont été enregistrées avec succès."
|
879 |
+
|
880 |
+
#: admin/settings.php:198
|
881 |
+
msgid "Facebook Settings"
|
882 |
+
msgstr "Paramètres Facebook"
|
883 |
+
|
884 |
+
#: admin/settings.php:199
|
885 |
+
msgid "General Settings"
|
886 |
+
msgstr "Réglages généraux"
|
887 |
+
|
888 |
+
#: admin/settings.php:215 admin/settings.php:248
|
889 |
+
msgid "Application needs authorisation"
|
890 |
+
msgstr "L'application nécessite une autorisation"
|
891 |
+
|
892 |
+
#: admin/settings.php:219 admin/settings.php:253
|
893 |
+
msgid "Authorize"
|
894 |
+
msgstr "Autoriser"
|
895 |
+
|
896 |
+
#: admin/settings.php:229 admin/settings.php:264
|
897 |
+
msgid "Reauthorize"
|
898 |
+
msgstr "Réautoriser"
|
899 |
+
|
900 |
+
#: admin/settings.php:271
|
901 |
+
msgid "Application is authorized, go posting."
|
902 |
+
msgstr "L'application est autorisée, allez poster."
|
903 |
+
|
904 |
+
#: admin/settings.php:282
|
905 |
+
msgid "Note:"
|
906 |
+
msgstr "Note:"
|
907 |
+
|
908 |
+
#: admin/settings.php:282
|
909 |
+
msgid ""
|
910 |
+
"You have to create a Facebook application before filling the following "
|
911 |
+
"details."
|
912 |
+
msgstr ""
|
913 |
+
"Vous devez créer une application Facebook avant de remplir les détails "
|
914 |
+
"suivants."
|
915 |
+
|
916 |
+
#: admin/settings.php:283
|
917 |
+
msgid "Click here </a></b> to create new Facebook application."
|
918 |
+
msgstr "Cliquez ici </a></b> pour créer une nouvelle application Facebook."
|
919 |
+
|
920 |
+
#: admin/settings.php:284
|
921 |
+
#, php-format
|
922 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
923 |
+
msgstr "Dans la page de l'application sur Facebook, accédez à <b> %s </b>."
|
924 |
+
|
925 |
+
#: admin/settings.php:284
|
926 |
+
msgid "Set the site url as:"
|
927 |
+
msgstr "Définissez l'URL du site comme :"
|
928 |
+
|
929 |
+
#: admin/settings.php:286
|
930 |
+
#, php-format
|
931 |
+
msgid "And then navigate to <b> %s </b>."
|
932 |
+
msgstr "Et puis naviguez jusqu'à <b> %s </b>."
|
933 |
+
|
934 |
+
#: admin/settings.php:286
|
935 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
936 |
+
msgstr "Définissez les URI de redirection OAuth valides sur:"
|
937 |
+
|
938 |
+
#: admin/settings.php:288
|
939 |
+
#, php-format
|
940 |
+
msgid ""
|
941 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
942 |
+
"Click here."
|
943 |
+
msgstr ""
|
944 |
+
"Pour des instructions détaillées étape par étape <b><a href=\"%s\" target="
|
945 |
+
"\"_blank\"> Cliquez ici."
|
946 |
+
|
947 |
+
#: admin/settings.php:300
|
948 |
+
msgid "All fields given below are mandatory"
|
949 |
+
msgstr "Tous les champs indiqués ci-dessous sont obligatoires"
|
950 |
+
|
951 |
+
#: admin/settings.php:312
|
952 |
+
msgid "Application name"
|
953 |
+
msgstr "Application name"
|
954 |
+
|
955 |
+
#: admin/settings.php:313
|
956 |
+
msgid "This is for tracking purpose"
|
957 |
+
msgstr "Ceci est à des fins de suivi"
|
958 |
+
|
959 |
+
#: admin/settings.php:321
|
960 |
+
msgid "Application Selection"
|
961 |
+
msgstr "Sélection d'applications"
|
962 |
+
|
963 |
+
#: admin/settings.php:325
|
964 |
+
msgid "Own App"
|
965 |
+
msgstr "Propre application"
|
966 |
+
|
967 |
+
#: admin/settings.php:325
|
968 |
+
msgid "requires app submission and Facebook review"
|
969 |
+
msgstr "nécessite la soumission de l'application et l'examen de Facebook"
|
970 |
+
|
971 |
+
#: admin/settings.php:325
|
972 |
+
msgid "Help"
|
973 |
+
msgstr "Aider"
|
974 |
+
|
975 |
+
#: admin/settings.php:327
|
976 |
+
msgid "App approval service available for 50 USD"
|
977 |
+
msgstr "Service d'approbation d'application disponible pour 50 USD"
|
978 |
+
|
979 |
+
#: admin/settings.php:330
|
980 |
+
msgid "Expected time frame"
|
981 |
+
msgstr "Délai prévu"
|
982 |
+
|
983 |
+
#: admin/settings.php:330
|
984 |
+
msgid "30 days"
|
985 |
+
msgstr "30 jours"
|
986 |
+
|
987 |
+
#: admin/settings.php:331
|
988 |
+
msgid "Required details"
|
989 |
+
msgstr "Détails requis"
|
990 |
+
|
991 |
+
#: admin/settings.php:331
|
992 |
+
msgid "1. WordPress login"
|
993 |
+
msgstr "1. Connexion WordPress"
|
994 |
+
|
995 |
+
#: admin/settings.php:332
|
996 |
+
msgid ""
|
997 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
998 |
+
msgstr ""
|
999 |
+
"2. Accès administrateur à l'application de développement Facebook pour la "
|
1000 |
+
"soumission d'examen (temporaire)."
|
1001 |
+
|
1002 |
+
#: admin/settings.php:333
|
1003 |
+
#, php-format
|
1004 |
+
msgid ""
|
1005 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
1006 |
+
msgstr ""
|
1007 |
+
"Pour plus de détails, contactez <a href=\"%s\" target=\"_blank\" > Service "
|
1008 |
+
"d'assistance"
|
1009 |
+
|
1010 |
+
#: admin/settings.php:337
|
1011 |
+
#, php-format
|
1012 |
+
msgid "%s App ( ready to publish )"
|
1013 |
+
msgstr "Application %s (prête à publier)"
|
1014 |
+
|
1015 |
+
#: admin/settings.php:338
|
1016 |
+
msgid "Starts from 10 USD per year"
|
1017 |
+
msgstr "À partir de 10 USD par an"
|
1018 |
+
|
1019 |
+
#: admin/settings.php:341
|
1020 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1021 |
+
msgstr "ESSAI GRATUIT DE 30 JOURS DISPONIBLE"
|
1022 |
+
|
1023 |
+
#: admin/settings.php:344
|
1024 |
+
#, php-format
|
1025 |
+
msgid "How to use %s application?"
|
1026 |
+
msgstr "Comment utiliser l'application %s ?"
|
1027 |
+
|
1028 |
+
#: admin/settings.php:355
|
1029 |
+
#, php-format
|
1030 |
+
msgid "Connect your %s account"
|
1031 |
+
msgstr "Connectez votre compte %s"
|
1032 |
+
|
1033 |
+
#: admin/settings.php:361
|
1034 |
+
msgid "Application id"
|
1035 |
+
msgstr "ID d'application"
|
1036 |
+
|
1037 |
+
#: admin/settings.php:370
|
1038 |
+
msgid "Application secret"
|
1039 |
+
msgstr "Secret d'application"
|
1040 |
+
|
1041 |
+
#: admin/settings.php:381
|
1042 |
+
msgid ""
|
1043 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1044 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1045 |
+
msgstr ""
|
1046 |
+
"Créez un album d'application (avec <b> Nom de l'application </b>) dans les "
|
1047 |
+
"pages Facebook, <br/> si vous utilisez la méthode de publication <b> "
|
1048 |
+
"Téléchargez l'image dans l'album d'application"
|
1049 |
+
|
1050 |
+
#: admin/settings.php:388
|
1051 |
+
msgid "Text message with image"
|
1052 |
+
msgstr "Message texte avec image"
|
1053 |
+
|
1054 |
+
#: admin/settings.php:395
|
1055 |
+
msgid "Text message with attached link"
|
1056 |
+
msgstr "Message texte avec lien en pièce jointe"
|
1057 |
+
|
1058 |
+
#: admin/settings.php:406
|
1059 |
+
msgid "Enforce og tags for Facebook"
|
1060 |
+
msgstr "Appliquer les balises og pour Facebook"
|
1061 |
+
|
1062 |
+
#: admin/settings.php:408
|
1063 |
+
msgid ""
|
1064 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1065 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1066 |
+
"Attach your blog post."
|
1067 |
+
msgstr ""
|
1068 |
+
"Si vous l'activez, les balises Open Graph seront générées lors de la "
|
1069 |
+
"publication sur Facebook, lors de l'utilisation de la méthode de publication "
|
1070 |
+
"<b> Partager un lien vers votre article de blog </b> ou <b> Joindre votre "
|
1071 |
+
"article de blog."
|
1072 |
+
|
1073 |
+
#: admin/settings.php:418
|
1074 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1075 |
+
msgstr "Effacer le cache facebook avant de publier sur facebook"
|
1076 |
+
|
1077 |
+
#: admin/settings.php:437
|
1078 |
+
msgid ""
|
1079 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1080 |
+
"Text message with image </b>posting methods"
|
1081 |
+
msgstr ""
|
1082 |
+
"Facultatif dans le cas des méthodes de publication <b>SMS avec lien en pièce "
|
1083 |
+
"jointe </b><br/>ou<b>message texte avec image </b>"
|
1084 |
+
|
1085 |
+
#: admin/settings.php:500
|
1086 |
+
msgid "Select facebook pages for auto publish"
|
1087 |
+
msgstr "Sélectionnez les pages Facebook pour la publication automatique"
|
1088 |
+
|
1089 |
+
#: admin/settings.php:505
|
1090 |
+
msgid "Select All"
|
1091 |
+
msgstr "Tout sélectionner"
|
1092 |
+
|
1093 |
+
#: admin/settings.php:525
|
1094 |
+
msgid "Selected facebook pages for auto publish"
|
1095 |
+
msgstr "Pages Facebook sélectionnées pour la publication automatique"
|
1096 |
+
|
1097 |
+
#: admin/settings.php:549
|
1098 |
+
msgid "Save"
|
1099 |
+
msgstr "Sauver"
|
1100 |
+
|
1101 |
+
#: admin/settings.php:553
|
1102 |
+
msgid "Free trial is available only for first time users"
|
1103 |
+
msgstr ""
|
1104 |
+
"L'essai gratuit est disponible uniquement pour les nouveaux utilisateurs"
|
1105 |
+
|
1106 |
+
#: admin/settings.php:556
|
1107 |
+
msgid "Use reauthorize button to change selected values"
|
1108 |
+
msgstr ""
|
1109 |
+
"Utilisez le bouton de réautorisation pour modifier les valeurs sélectionnées"
|
1110 |
+
|
1111 |
+
#: admin/settings.php:649
|
1112 |
+
msgid "Basic Settings"
|
1113 |
+
msgstr "Paramètres de base"
|
1114 |
+
|
1115 |
+
#: admin/settings.php:651
|
1116 |
+
msgid "Publish wordpress `posts` to facebook"
|
1117 |
+
msgstr "Publier des \"messages\" wordpress sur facebook"
|
1118 |
+
|
1119 |
+
#: admin/settings.php:660
|
1120 |
+
msgid "Publish wordpress `pages` to facebook"
|
1121 |
+
msgstr "Publier des pages wordpress sur facebook"
|
1122 |
+
|
1123 |
+
#: admin/settings.php:685
|
1124 |
+
msgid "Select wordpress custom post types for auto publish"
|
1125 |
+
msgstr ""
|
1126 |
+
"Sélectionnez les types de publication personnalisés wordpress pour la "
|
1127 |
+
"publication automatique"
|
1128 |
+
|
1129 |
+
#: admin/settings.php:701
|
1130 |
+
msgid "Advanced Settings"
|
1131 |
+
msgstr "Réglages avancés"
|
1132 |
+
|
1133 |
+
#: admin/settings.php:703
|
1134 |
+
msgid "Select post categories for auto publish"
|
1135 |
+
msgstr ""
|
1136 |
+
"Sélectionnez les catégories de publication pour la publication automatique"
|
1137 |
+
|
1138 |
+
#: admin/settings.php:708
|
1139 |
+
msgid "All"
|
1140 |
+
msgstr "Toute"
|
1141 |
+
|
1142 |
+
#: admin/settings.php:710
|
1143 |
+
msgid "Specific"
|
1144 |
+
msgstr "Spécifique"
|
1145 |
+
|
1146 |
+
#: admin/settings.php:745
|
1147 |
+
msgid "NIL"
|
1148 |
+
msgstr "Rien"
|
1149 |
+
|
1150 |
+
#: admin/settings.php:750
|
1151 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1152 |
+
msgstr ""
|
1153 |
+
"Publication automatique lors de la modification des publications/pages/types "
|
1154 |
+
"de publication personnalisés"
|
1155 |
+
|
1156 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1157 |
+
msgid "Enabled"
|
1158 |
+
msgstr "Activée"
|
1159 |
+
|
1160 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1161 |
+
msgid "Disabled"
|
1162 |
+
msgstr "Désactivée"
|
1163 |
+
|
1164 |
+
#: admin/settings.php:755
|
1165 |
+
msgid "Use settings from post creation or post updation"
|
1166 |
+
msgstr ""
|
1167 |
+
"Utiliser les paramètres de création de publication ou de mise à jour de "
|
1168 |
+
"publication"
|
1169 |
+
|
1170 |
+
#: admin/settings.php:759
|
1171 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1172 |
+
msgstr ""
|
1173 |
+
"Publication automatique lors de la création de publications/pages/types de "
|
1174 |
+
"publication personnalisés"
|
1175 |
+
|
1176 |
+
#: admin/settings.php:768
|
1177 |
+
msgid "Enable SSL peer verification in remote requests"
|
1178 |
+
msgstr "Activer la vérification SSL peer dans les requêtes distantes"
|
1179 |
+
|
1180 |
+
#: admin/settings.php:776
|
1181 |
+
msgid "Apply filters during publishing"
|
1182 |
+
msgstr "Appliquer des filtres lors de la publication"
|
1183 |
+
|
1184 |
+
#: admin/settings.php:813
|
1185 |
+
msgid "Other Settings"
|
1186 |
+
msgstr "Autres réglages"
|
1187 |
+
|
1188 |
+
#: admin/settings.php:816
|
1189 |
+
msgid "Enable credit link to author"
|
1190 |
+
msgstr "Activer le lien de crédit à l'auteur"
|
1191 |
+
|
1192 |
+
#: admin/settings.php:825
|
1193 |
+
msgid "Enable premium version ads"
|
1194 |
+
msgstr "Activer les annonces de la version premium"
|
1195 |
+
|
1196 |
+
#: admin/settings.php:839
|
1197 |
+
msgid "Update Settings"
|
1198 |
+
msgstr "Modifier"
|
1199 |
+
|
1200 |
+
#: facebook-auto-publish.php:31
|
1201 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1202 |
+
msgstr ""
|
1203 |
+
"Salut! Je ne suis qu'un plugin, je ne peux pas faire grand-chose lorsqu'il "
|
1204 |
+
"est appelé directement."
|
languages/facebook-auto-publish-it_IT.mo
ADDED
Binary file
|
languages/facebook-auto-publish-it_IT.po
ADDED
@@ -0,0 +1,1191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:41+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:42+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: it_IT\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=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"Pubblica automaticamente sulla creazione di post/pagine/tipi di post "
|
41 |
+
"personalizzati"
|
42 |
+
|
43 |
+
#: admin/about.php:17
|
44 |
+
#, php-format
|
45 |
+
msgid ""
|
46 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
47 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
48 |
+
"included a quick comparison of the free and premium plugins for your "
|
49 |
+
"reference."
|
50 |
+
msgstr ""
|
51 |
+
"Se desideri avere più funzioni , prova <a href=\"%s\" target=\"_blank\">%s</"
|
52 |
+
"a> che è una versione premium di questo plug-in. Abbiamo incluso un rapido "
|
53 |
+
"confronto tra i plugin gratuiti e premium come riferimento."
|
54 |
+
|
55 |
+
#: admin/about.php:23
|
56 |
+
msgid "Feature group"
|
57 |
+
msgstr "Gruppo di funzioni"
|
58 |
+
|
59 |
+
#: admin/about.php:24
|
60 |
+
msgid "Feature"
|
61 |
+
msgstr "Caratteristica"
|
62 |
+
|
63 |
+
#: admin/about.php:25
|
64 |
+
msgid "Free"
|
65 |
+
msgstr "Gratis"
|
66 |
+
|
67 |
+
#: admin/about.php:27
|
68 |
+
msgid "Premium"
|
69 |
+
msgstr "Premium"
|
70 |
+
|
71 |
+
#: admin/about.php:29
|
72 |
+
#, php-format
|
73 |
+
msgid "%s Premium"
|
74 |
+
msgstr "%s Premium"
|
75 |
+
|
76 |
+
#: admin/about.php:34
|
77 |
+
msgid "Supported Media"
|
78 |
+
msgstr "Supporti multimediali"
|
79 |
+
|
80 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
81 |
+
msgid "Facebook"
|
82 |
+
msgstr "Facebook"
|
83 |
+
|
84 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
85 |
+
msgid "Twitter"
|
86 |
+
msgstr "Twitter"
|
87 |
+
|
88 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
89 |
+
msgid "LinkedIn"
|
90 |
+
msgstr "LinkedIn"
|
91 |
+
|
92 |
+
#: admin/about.php:63
|
93 |
+
msgid "Instagram"
|
94 |
+
msgstr "Instagram"
|
95 |
+
|
96 |
+
#: admin/about.php:72
|
97 |
+
msgid "Tumblr"
|
98 |
+
msgstr "Tumblr"
|
99 |
+
|
100 |
+
#: admin/about.php:81
|
101 |
+
msgid "Pinterest"
|
102 |
+
msgstr "Pinterest"
|
103 |
+
|
104 |
+
#: admin/about.php:92
|
105 |
+
msgid "Posting Options"
|
106 |
+
msgstr "Opzioni di pubblicazione"
|
107 |
+
|
108 |
+
#: admin/about.php:93
|
109 |
+
msgid "Publish to facebook pages"
|
110 |
+
msgstr "Pubblica su pagine facebook"
|
111 |
+
|
112 |
+
#: admin/about.php:102
|
113 |
+
msgid "Publish to facebook groups"
|
114 |
+
msgstr "Pubblica su gruppi facebook"
|
115 |
+
|
116 |
+
#: admin/about.php:111
|
117 |
+
msgid "Publish to twitter profile"
|
118 |
+
msgstr "Pubblica sul profilo twitter"
|
119 |
+
|
120 |
+
#: admin/about.php:121
|
121 |
+
msgid "Publish to linkedin profile/company pages"
|
122 |
+
msgstr "Pubblica su pagine profilo/azienda di linkedin"
|
123 |
+
|
124 |
+
#: admin/about.php:130
|
125 |
+
msgid "Publish to instagram Business accounts"
|
126 |
+
msgstr "Pubblica su account instagram Business"
|
127 |
+
|
128 |
+
#: admin/about.php:139
|
129 |
+
msgid "Publish to tumblr profile"
|
130 |
+
msgstr "Pubblica sul profilo tumblr"
|
131 |
+
|
132 |
+
#: admin/about.php:149
|
133 |
+
msgid "Publish to pinterest boards"
|
134 |
+
msgstr "Pubblica su bacheche Pinterest"
|
135 |
+
|
136 |
+
#: admin/about.php:158
|
137 |
+
msgid "Option to add twitter image description for visually impaired people"
|
138 |
+
msgstr ""
|
139 |
+
"Opzione per aggiungere la descrizione dell'immagine di Twitter per le "
|
140 |
+
"persone ipovedenti"
|
141 |
+
|
142 |
+
#: admin/about.php:167
|
143 |
+
msgid "Option to republish existing posts"
|
144 |
+
msgstr "Possibilità di ripubblicare i post esistenti"
|
145 |
+
|
146 |
+
#: admin/about.php:177
|
147 |
+
msgid "Publish to multiple social media accounts"
|
148 |
+
msgstr "Pubblica su più account di social media"
|
149 |
+
|
150 |
+
#: admin/about.php:187
|
151 |
+
msgid ""
|
152 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
153 |
+
msgstr ""
|
154 |
+
"Formato del messaggio separato per la pubblicazione su più account di social "
|
155 |
+
"media"
|
156 |
+
|
157 |
+
#: admin/about.php:197
|
158 |
+
msgid "Save auto publish settings of individual posts"
|
159 |
+
msgstr "Salva le impostazioni di pubblicazione automatica dei singoli post"
|
160 |
+
|
161 |
+
#: admin/about.php:207
|
162 |
+
msgid ""
|
163 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
164 |
+
"Pinterest"
|
165 |
+
msgstr ""
|
166 |
+
"Supporto di hashtag per Facebook, Twitter, Linkedin, Instagram, Tumblr e "
|
167 |
+
"Pinterest"
|
168 |
+
|
169 |
+
#: admin/about.php:216
|
170 |
+
msgid "Option to use post tags as hash tags"
|
171 |
+
msgstr "Possibilità di utilizzare il tag post come hashtag"
|
172 |
+
|
173 |
+
#: admin/about.php:225
|
174 |
+
msgid "Enable/Disable SSL peer verification"
|
175 |
+
msgstr "Abilita/Disabilita la verifica peer SSL"
|
176 |
+
|
177 |
+
#: admin/about.php:238
|
178 |
+
msgid "Image Options"
|
179 |
+
msgstr "Opzioni immagine"
|
180 |
+
|
181 |
+
#: admin/about.php:239
|
182 |
+
msgid "Publish images along with post content"
|
183 |
+
msgstr "Pubblica immagini insieme al contenuto del post"
|
184 |
+
|
185 |
+
#: admin/about.php:250
|
186 |
+
msgid ""
|
187 |
+
"Separate default image url for publishing to multiple social media accounts"
|
188 |
+
msgstr ""
|
189 |
+
"URL immagine predefinito separato per la pubblicazione su più account di "
|
190 |
+
"social media"
|
191 |
+
|
192 |
+
#: admin/about.php:260
|
193 |
+
msgid ""
|
194 |
+
"Option to specify preference from featured image, post content, post meta "
|
195 |
+
"and open graph tags"
|
196 |
+
msgstr ""
|
197 |
+
"Opzione per specificare la preferenza dall'immagine in primo piano, dal "
|
198 |
+
"contenuto del post, dal meta del post e dai tag grafici aperti"
|
199 |
+
|
200 |
+
#: admin/about.php:269
|
201 |
+
msgid ""
|
202 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
203 |
+
"post content"
|
204 |
+
msgstr ""
|
205 |
+
"Pubblica più immagini su facebook, tumblr, linkedin e twitter insieme al "
|
206 |
+
"contenuto del post"
|
207 |
+
|
208 |
+
#: admin/about.php:278
|
209 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
210 |
+
msgstr ""
|
211 |
+
"Opzione per specificare la preferenza multifoto dal contenuto del post e dal "
|
212 |
+
"meta del post"
|
213 |
+
|
214 |
+
#: admin/about.php:289
|
215 |
+
msgid "Video/Audio Options"
|
216 |
+
msgstr "Opzioni video/audio"
|
217 |
+
|
218 |
+
#: admin/about.php:290
|
219 |
+
msgid ""
|
220 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
221 |
+
"with post content"
|
222 |
+
msgstr ""
|
223 |
+
"Publique videos en Facebook, Tumblr, Linkedin, Instagram y Twitter junto con "
|
224 |
+
"el contenido de la publicación"
|
225 |
+
|
226 |
+
#: admin/about.php:300
|
227 |
+
msgid ""
|
228 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
229 |
+
msgstr ""
|
230 |
+
"Opzione per specificare la preferenza dal contenuto del post, dal meta del "
|
231 |
+
"post e dai tag grafici aperti"
|
232 |
+
|
233 |
+
#: admin/about.php:309
|
234 |
+
msgid "Publish audio to tumblr along with post content"
|
235 |
+
msgstr "Pubblica l'audio su tumblr insieme al contenuto del post"
|
236 |
+
|
237 |
+
#: admin/about.php:318
|
238 |
+
msgid ""
|
239 |
+
"Option to specify audio preference from post content, post meta and open "
|
240 |
+
"graph tags"
|
241 |
+
msgstr ""
|
242 |
+
"Opzione per specificare la preferenza audio dal contenuto del post, dal meta "
|
243 |
+
"del post e dai tag grafici aperti"
|
244 |
+
|
245 |
+
#: admin/about.php:329
|
246 |
+
msgid "Filter Options"
|
247 |
+
msgstr "Opzioni di filtro"
|
248 |
+
|
249 |
+
#: admin/about.php:330
|
250 |
+
msgid "Filter posts to publish based on categories"
|
251 |
+
msgstr "Filtra i post da pubblicare in base alle categorie"
|
252 |
+
|
253 |
+
#: admin/about.php:340
|
254 |
+
msgid "Filter posts to publish based on custom post types"
|
255 |
+
msgstr "Filtra i post da pubblicare in base ai tipi di post personalizzati"
|
256 |
+
|
257 |
+
#: admin/about.php:349
|
258 |
+
msgid "Filter posts to publish based on sticky posts"
|
259 |
+
msgstr "Filtra i post da pubblicare in base ai post persistenti"
|
260 |
+
|
261 |
+
#: admin/about.php:359
|
262 |
+
msgid "Configuration to enable/disable page publishing"
|
263 |
+
msgstr ""
|
264 |
+
"Configurazione per abilitare/disabilitare la pubblicazione delle pagine"
|
265 |
+
|
266 |
+
#: admin/about.php:369
|
267 |
+
msgid "Category filter for individual accounts"
|
268 |
+
msgstr "Filtro di categoria per i singoli account"
|
269 |
+
|
270 |
+
#: admin/about.php:379
|
271 |
+
msgid "Custom post type filter for individual accounts"
|
272 |
+
msgstr "Filtro del tipo di post personalizzato per i singoli account"
|
273 |
+
|
274 |
+
#: admin/about.php:389
|
275 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
276 |
+
msgstr "Abilita/Disabilita la pubblicazione delle pagine per i singoli account"
|
277 |
+
|
278 |
+
#: admin/about.php:398
|
279 |
+
msgid "Override auto publish scheduling for individual accounts"
|
280 |
+
msgstr ""
|
281 |
+
"Sostituisci la pianificazione della pubblicazione automatica per i singoli "
|
282 |
+
"account"
|
283 |
+
|
284 |
+
#: admin/about.php:407
|
285 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
286 |
+
msgstr ""
|
287 |
+
"Sostituisci la pubblicazione automatica in base ai post persistenti per i "
|
288 |
+
"singoli account"
|
289 |
+
|
290 |
+
#: admin/about.php:418
|
291 |
+
msgid "Scheduling"
|
292 |
+
msgstr "Programmazione"
|
293 |
+
|
294 |
+
#: admin/about.php:419
|
295 |
+
msgid "Instantaneous post publishing"
|
296 |
+
msgstr "Post-pubblicazione istantanea"
|
297 |
+
|
298 |
+
#: admin/about.php:429
|
299 |
+
msgid "Scheduled post publishing using cron"
|
300 |
+
msgstr "Pubblicazione pianificata di post tramite cron"
|
301 |
+
|
302 |
+
#: admin/about.php:439
|
303 |
+
msgid "Status summary of auto publish tasks by mail"
|
304 |
+
msgstr ""
|
305 |
+
"Riepilogo dello stato delle attività di pubblicazione automatica tramite "
|
306 |
+
"posta"
|
307 |
+
|
308 |
+
#: admin/about.php:449
|
309 |
+
msgid "Configurable auto publishing time interval"
|
310 |
+
msgstr "Intervallo di tempo di pubblicazione automatica configurabile"
|
311 |
+
|
312 |
+
#: admin/about.php:463
|
313 |
+
msgid "Publishing History"
|
314 |
+
msgstr "Storia dell'editoria"
|
315 |
+
|
316 |
+
#: admin/about.php:464
|
317 |
+
msgid "View auto publish history"
|
318 |
+
msgstr "Visualizza la cronologia delle pubblicazioni automatiche"
|
319 |
+
|
320 |
+
#: admin/about.php:473
|
321 |
+
msgid "View auto publish error logs"
|
322 |
+
msgstr "Visualizza i registri degli errori di pubblicazione automatica"
|
323 |
+
|
324 |
+
#: admin/about.php:483
|
325 |
+
msgid "Option to republish post"
|
326 |
+
msgstr "Possibilità di ripubblicare il post"
|
327 |
+
|
328 |
+
#: admin/about.php:493
|
329 |
+
msgid "Option to reschedule publishing"
|
330 |
+
msgstr "Possibilità di riprogrammare la pubblicazione"
|
331 |
+
|
332 |
+
#: admin/about.php:503
|
333 |
+
msgid "Installation and Support"
|
334 |
+
msgstr "Installazione e supporto"
|
335 |
+
|
336 |
+
#: admin/about.php:504
|
337 |
+
msgid "Free Installation"
|
338 |
+
msgstr "Installazione gratuita"
|
339 |
+
|
340 |
+
#: admin/about.php:513
|
341 |
+
msgid "Privilege customer support"
|
342 |
+
msgstr "Privilegiare l'assistenza clienti"
|
343 |
+
|
344 |
+
#: admin/about.php:523
|
345 |
+
msgid "Addon Features"
|
346 |
+
msgstr "Funzionalità aggiuntive"
|
347 |
+
|
348 |
+
#: admin/about.php:524
|
349 |
+
msgid "Advanced Autopublish Scheduler"
|
350 |
+
msgstr "Utilità di pianificazione della pubblicazione automatica avanzata"
|
351 |
+
|
352 |
+
#: admin/about.php:533
|
353 |
+
msgid "URL-Shortener"
|
354 |
+
msgstr "URL-Abbreviazione"
|
355 |
+
|
356 |
+
#: admin/about.php:542
|
357 |
+
msgid "Privilege Management"
|
358 |
+
msgstr "Gestione dei privilegi"
|
359 |
+
|
360 |
+
#: admin/about.php:551
|
361 |
+
msgid "Other"
|
362 |
+
msgstr "Altra"
|
363 |
+
|
364 |
+
#: admin/about.php:553
|
365 |
+
#, php-format
|
366 |
+
msgid ""
|
367 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
368 |
+
msgstr ""
|
369 |
+
"Pacchetto API %s per 1 anno, del valore di 10 USD (1 account fb, 10 chiamate "
|
370 |
+
"API all'ora)"
|
371 |
+
|
372 |
+
#: admin/about.php:555
|
373 |
+
msgid "1 month free subscription"
|
374 |
+
msgstr "1 mese di abbonamento gratuito"
|
375 |
+
|
376 |
+
#: admin/about.php:557
|
377 |
+
msgid "1 year free subscription"
|
378 |
+
msgstr "1 anno di abbonamento gratuito"
|
379 |
+
|
380 |
+
#: admin/about.php:563
|
381 |
+
msgid "Price"
|
382 |
+
msgstr "Prezzo"
|
383 |
+
|
384 |
+
#: admin/about.php:564
|
385 |
+
msgid "FREE"
|
386 |
+
msgstr "GRATIS"
|
387 |
+
|
388 |
+
#: admin/about.php:565
|
389 |
+
msgid "Starts from 39 USD"
|
390 |
+
msgstr "A partire da 39 USD"
|
391 |
+
|
392 |
+
#: admin/about.php:566
|
393 |
+
msgid "Starts from 69 USD"
|
394 |
+
msgstr "A partire da 69 USD"
|
395 |
+
|
396 |
+
#: admin/about.php:569
|
397 |
+
msgid "Purchase"
|
398 |
+
msgstr "Acquisto"
|
399 |
+
|
400 |
+
#: admin/about.php:571
|
401 |
+
msgid "Buy Now"
|
402 |
+
msgstr "Acquista ora"
|
403 |
+
|
404 |
+
#: admin/about.php:578
|
405 |
+
msgid "Pinterest is added on experimental basis."
|
406 |
+
msgstr "Pinterest viene aggiunto su base sperimentale."
|
407 |
+
|
408 |
+
#: admin/admin-notices.php:41
|
409 |
+
#, php-format
|
410 |
+
msgid ""
|
411 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
412 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
413 |
+
"with the continued development of the plugin using any of the below methods?"
|
414 |
+
msgstr ""
|
415 |
+
"Grazie per aver utilizzato il plug-in <a href=\"%s\" target=\"_blank\"> %s </"
|
416 |
+
"a> da <a href=\"%s\" target=\"_blank\"> %s </a>. Prenderesti in "
|
417 |
+
"considerazione la possibilità di supportarci nello sviluppo continuo del "
|
418 |
+
"plugin utilizzando uno dei metodi seguenti?"
|
419 |
+
|
420 |
+
#: admin/admin-notices.php:45
|
421 |
+
msgid "Rate it 5★'s on wordpress"
|
422 |
+
msgstr "Vota 5★ su wordpress"
|
423 |
+
|
424 |
+
#: admin/admin-notices.php:47
|
425 |
+
msgid "Enable Backlink"
|
426 |
+
msgstr "Abilita collegamento a ritroso"
|
427 |
+
|
428 |
+
#: admin/admin-notices.php:49
|
429 |
+
msgid "Share on"
|
430 |
+
msgstr "Condividere su"
|
431 |
+
|
432 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
433 |
+
msgid "Donate"
|
434 |
+
msgstr "Donare"
|
435 |
+
|
436 |
+
#: admin/admin-notices.php:52
|
437 |
+
msgid "Don't Show This Again"
|
438 |
+
msgstr "Non mostrarlo di nuovo"
|
439 |
+
|
440 |
+
#: admin/fbap-suggest-feature.php:10
|
441 |
+
msgid "Thank you for the suggestion."
|
442 |
+
msgstr "Grazie per il suggerimento."
|
443 |
+
|
444 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
445 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
446 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
447 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
448 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
449 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
450 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
451 |
+
msgid "Dismiss"
|
452 |
+
msgstr "Respingere"
|
453 |
+
|
454 |
+
#: admin/fbap-suggest-feature.php:18
|
455 |
+
#, php-format
|
456 |
+
msgid "%s not able to process the request."
|
457 |
+
msgstr "%s non è in grado di elaborare la richiesta."
|
458 |
+
|
459 |
+
#: admin/fbap-suggest-feature.php:26
|
460 |
+
msgid "Please suggest a feature."
|
461 |
+
msgstr "Si prega di suggerire una funzione."
|
462 |
+
|
463 |
+
#: admin/fbap-suggest-feature.php:60
|
464 |
+
msgid "Contribute And Get Rewarded"
|
465 |
+
msgstr "Contribuisci e vieni premiato"
|
466 |
+
|
467 |
+
#: admin/fbap-suggest-feature.php:61
|
468 |
+
msgid ""
|
469 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
470 |
+
"premium version of this plugin."
|
471 |
+
msgstr ""
|
472 |
+
"Suggerisci una funzionalità per questo plugin e avrai la possibilità di "
|
473 |
+
"ottenere una copia gratuita della versione premium di questo plugin."
|
474 |
+
|
475 |
+
#: admin/fbap-suggest-feature.php:67
|
476 |
+
msgid "Send Mail To Us"
|
477 |
+
msgstr "Inviaci una mail"
|
478 |
+
|
479 |
+
#: admin/footer.php:10
|
480 |
+
#, php-format
|
481 |
+
msgid "Fully Featured %s Plugin"
|
482 |
+
msgstr "Plugin %s con funzionalità complete"
|
483 |
+
|
484 |
+
#: admin/footer.php:11
|
485 |
+
msgid "Just 39 USD"
|
486 |
+
msgstr "Solo 39 dollari"
|
487 |
+
|
488 |
+
#: admin/footer.php:21
|
489 |
+
msgid "Compare Features"
|
490 |
+
msgstr "Confronta le caratteristiche"
|
491 |
+
|
492 |
+
#: admin/footer.php:30
|
493 |
+
msgid "Follow Us"
|
494 |
+
msgstr "Seguici"
|
495 |
+
|
496 |
+
#: admin/footer.php:37
|
497 |
+
msgid "Support"
|
498 |
+
msgstr "Appoggiare"
|
499 |
+
|
500 |
+
#: admin/footer.php:39
|
501 |
+
msgid "Contact Us"
|
502 |
+
msgstr "Contattaci"
|
503 |
+
|
504 |
+
#: admin/footer.php:40
|
505 |
+
msgid "Please Rate Us"
|
506 |
+
msgstr "Si prega di valutare noi"
|
507 |
+
|
508 |
+
#: admin/footer.php:44
|
509 |
+
msgid "Create a ticket at Wordpress forum"
|
510 |
+
msgstr "Crea un ticket sul forum di WordPress"
|
511 |
+
|
512 |
+
#: admin/footer.php:47
|
513 |
+
msgid "Stay tuned for our updates"
|
514 |
+
msgstr "Resta sintonizzato per i nostri aggiornamenti"
|
515 |
+
|
516 |
+
#: admin/footer.php:112
|
517 |
+
msgid "Name"
|
518 |
+
msgstr "Nome"
|
519 |
+
|
520 |
+
#: admin/footer.php:127
|
521 |
+
msgid "Email"
|
522 |
+
msgstr "E-mail"
|
523 |
+
|
524 |
+
#: admin/footer.php:129
|
525 |
+
msgid "Subscribe"
|
526 |
+
msgstr "Abbonarsi"
|
527 |
+
|
528 |
+
#: admin/footer.php:144
|
529 |
+
msgid "Our Plugins"
|
530 |
+
msgstr "I nostri plugin"
|
531 |
+
|
532 |
+
#: admin/footer.php:165
|
533 |
+
msgid "Powered by"
|
534 |
+
msgstr "Offerto da"
|
535 |
+
|
536 |
+
#: admin/header.php:19 admin/settings.php:129
|
537 |
+
msgid "Settings updated successfully."
|
538 |
+
msgstr "Impostazioni aggiornate correttamente."
|
539 |
+
|
540 |
+
#: admin/header.php:32
|
541 |
+
msgid "Thank you for enabling backlink."
|
542 |
+
msgstr "Grazie per aver abilitato il backlink."
|
543 |
+
|
544 |
+
#: admin/header.php:48
|
545 |
+
msgid "Please do a favour by enabling backlink to our site."
|
546 |
+
msgstr "Si prega di fare un favore abilitando il backlink al nostro sito."
|
547 |
+
|
548 |
+
#: admin/header.php:48
|
549 |
+
msgid "Okay, Enable"
|
550 |
+
msgstr "Ok, abilita"
|
551 |
+
|
552 |
+
#: admin/header.php:104
|
553 |
+
msgid "FAQ"
|
554 |
+
msgstr "Domande frequenti"
|
555 |
+
|
556 |
+
#: admin/header.php:107
|
557 |
+
msgid "Readme"
|
558 |
+
msgstr "Leggimi"
|
559 |
+
|
560 |
+
#: admin/header.php:110 admin/menu.php:40
|
561 |
+
msgid "About"
|
562 |
+
msgstr "Di"
|
563 |
+
|
564 |
+
#: admin/logs.php:13
|
565 |
+
msgid "Auto Publish Logs"
|
566 |
+
msgstr "Registri di pubblicazione automatica"
|
567 |
+
|
568 |
+
#: admin/logs.php:14
|
569 |
+
msgid "Last ten logs"
|
570 |
+
msgstr "Ultimi dieci registri"
|
571 |
+
|
572 |
+
#: admin/logs.php:19
|
573 |
+
msgid "Post Id"
|
574 |
+
msgstr "ID post"
|
575 |
+
|
576 |
+
#: admin/logs.php:20
|
577 |
+
msgid "Post Title"
|
578 |
+
msgstr "Titolo del post"
|
579 |
+
|
580 |
+
#: admin/logs.php:21
|
581 |
+
msgid "Published On"
|
582 |
+
msgstr "Pubblicato su"
|
583 |
+
|
584 |
+
#: admin/logs.php:22
|
585 |
+
msgid "Status"
|
586 |
+
msgstr "Stato"
|
587 |
+
|
588 |
+
#: admin/logs.php:42
|
589 |
+
msgid "No logs Found"
|
590 |
+
msgstr "Nessun registro trovato"
|
591 |
+
|
592 |
+
#: admin/logs.php:103
|
593 |
+
msgid ""
|
594 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
595 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
596 |
+
"calls, if enabled option for clearing cache)."
|
597 |
+
msgstr ""
|
598 |
+
"Per pubblicare un semplice messaggio di testo, ci vorrà 1 chiamata API, "
|
599 |
+
"l'opzione Carica immagine richiederà 2-3 chiamate API e l'opzione "
|
600 |
+
"collegamento allega prenderà 1 chiamata API (2 chiamate API, se abilitata "
|
601 |
+
"l'opzione per svuotare la cache)."
|
602 |
+
|
603 |
+
#: admin/manage-authorizations.php:7
|
604 |
+
#, php-format
|
605 |
+
msgid "%s Package updated successfully."
|
606 |
+
msgstr "%s Pacchetto aggiornato correttamente."
|
607 |
+
|
608 |
+
#: admin/manage-authorizations.php:22
|
609 |
+
#, php-format
|
610 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
611 |
+
msgstr ""
|
612 |
+
"Si prega di autorizzare l'app %s nelle impostazioni di Facebook ad accedere "
|
613 |
+
"a questa pagina."
|
614 |
+
|
615 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
616 |
+
msgid "Manage Authorizations"
|
617 |
+
msgstr "Gestisci le autorizzazioni"
|
618 |
+
|
619 |
+
#: admin/manage-authorizations.php:261
|
620 |
+
msgid "Current Plan:"
|
621 |
+
msgstr "Piano attuale:"
|
622 |
+
|
623 |
+
#: admin/manage-authorizations.php:263
|
624 |
+
msgid "Allowed Facebook users:"
|
625 |
+
msgstr "Utenti Facebook ammessi:"
|
626 |
+
|
627 |
+
#: admin/manage-authorizations.php:264
|
628 |
+
msgid "API limit per account :"
|
629 |
+
msgstr "Limite API per account:"
|
630 |
+
|
631 |
+
#: admin/manage-authorizations.php:264
|
632 |
+
msgid "per hour"
|
633 |
+
msgstr "all'ora"
|
634 |
+
|
635 |
+
#: admin/manage-authorizations.php:265
|
636 |
+
msgid "Package Expiry :"
|
637 |
+
msgstr "Pacchetto Scadenza:"
|
638 |
+
|
639 |
+
#: admin/manage-authorizations.php:266
|
640 |
+
msgid "Package Status :"
|
641 |
+
msgstr "Stato del pacchetto:"
|
642 |
+
|
643 |
+
#: admin/manage-authorizations.php:275
|
644 |
+
msgid "Upgrade/Renew"
|
645 |
+
msgstr "Aggiorna/Rinnova"
|
646 |
+
|
647 |
+
#: admin/manage-authorizations.php:282
|
648 |
+
msgid "Show all entries"
|
649 |
+
msgstr "Mostra tutte le voci"
|
650 |
+
|
651 |
+
#: admin/manage-authorizations.php:283
|
652 |
+
msgid "Show entries from current wp installation"
|
653 |
+
msgstr "Mostra le voci dall'installazione wp corrente"
|
654 |
+
|
655 |
+
#: admin/manage-authorizations.php:284
|
656 |
+
msgid "Show entries from other wp installations"
|
657 |
+
msgstr "Mostra le voci da altre installazioni wp"
|
658 |
+
|
659 |
+
#: admin/manage-authorizations.php:290
|
660 |
+
msgid "Facebook username"
|
661 |
+
msgstr "Nome utente Facebook"
|
662 |
+
|
663 |
+
#: admin/manage-authorizations.php:291
|
664 |
+
msgid "Selected pages"
|
665 |
+
msgstr "Pagine selezionate"
|
666 |
+
|
667 |
+
#: admin/manage-authorizations.php:292
|
668 |
+
msgid "Selected groups"
|
669 |
+
msgstr "Gruppi selezionati"
|
670 |
+
|
671 |
+
#: admin/manage-authorizations.php:294
|
672 |
+
#, php-format
|
673 |
+
msgid "%s url"
|
674 |
+
msgstr "%s URL"
|
675 |
+
|
676 |
+
#: admin/manage-authorizations.php:297
|
677 |
+
msgid "Plugin"
|
678 |
+
msgstr "Plugin"
|
679 |
+
|
680 |
+
#: admin/manage-authorizations.php:299
|
681 |
+
#, php-format
|
682 |
+
msgid "Account ID %s"
|
683 |
+
msgstr "ID conto %s"
|
684 |
+
|
685 |
+
#: admin/manage-authorizations.php:301
|
686 |
+
msgid "Action"
|
687 |
+
msgstr "Azione"
|
688 |
+
|
689 |
+
#: admin/manage-authorizations.php:336
|
690 |
+
msgid "Not Applicable"
|
691 |
+
msgstr "Non applicabile"
|
692 |
+
|
693 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
694 |
+
msgid "Delete"
|
695 |
+
msgstr "Cancellare"
|
696 |
+
|
697 |
+
#: admin/manage-authorizations.php:356
|
698 |
+
msgid "(Inactive)"
|
699 |
+
msgstr "(Inattivo)"
|
700 |
+
|
701 |
+
#: admin/manage-authorizations.php:376
|
702 |
+
msgid "No Authorizations"
|
703 |
+
msgstr "Nessuna autorizzazione"
|
704 |
+
|
705 |
+
#: admin/manage-authorizations.php:382
|
706 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
707 |
+
msgstr ""
|
708 |
+
"Impossibile connetersi. Controlla le impostazioni del tuo curl e del firewall"
|
709 |
+
|
710 |
+
#: admin/menu.php:15
|
711 |
+
msgid "Please check whether the email is correct."
|
712 |
+
msgstr "Si prega di verificare se l'e-mail è corretta."
|
713 |
+
|
714 |
+
#: admin/menu.php:16
|
715 |
+
msgid "Select atleast one list."
|
716 |
+
msgstr "Seleziona almeno un elenco."
|
717 |
+
|
718 |
+
#: admin/menu.php:17
|
719 |
+
msgid "You do not have sufficient permissions"
|
720 |
+
msgstr "Non hai autorizzazioni sufficienti"
|
721 |
+
|
722 |
+
#: admin/menu.php:18
|
723 |
+
#, php-format
|
724 |
+
msgid "Account details successfully deleted from %s"
|
725 |
+
msgstr "Dettagli account eliminati con successo da %s"
|
726 |
+
|
727 |
+
#: admin/menu.php:19
|
728 |
+
msgid "Thank you for enabling backlink !"
|
729 |
+
msgstr "Grazie per aver abilitato il backlink !"
|
730 |
+
|
731 |
+
#: admin/menu.php:20
|
732 |
+
#, php-format
|
733 |
+
msgid "Please connect your %s member account"
|
734 |
+
msgstr "Collega il tuo account membro %s"
|
735 |
+
|
736 |
+
#: admin/menu.php:36
|
737 |
+
msgid "Settings"
|
738 |
+
msgstr "Impostazioni"
|
739 |
+
|
740 |
+
#: admin/menu.php:39
|
741 |
+
msgid "Logs"
|
742 |
+
msgstr "Registri"
|
743 |
+
|
744 |
+
#: admin/menu.php:41
|
745 |
+
msgid "Suggest a Feature"
|
746 |
+
msgstr "Suggerisci una caratteristica"
|
747 |
+
|
748 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
749 |
+
msgid "Enable auto publish post to my facebook account"
|
750 |
+
msgstr "Abilita la pubblicazione automatica dei post sul mio account Facebook"
|
751 |
+
|
752 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
753 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
754 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
755 |
+
msgid "Yes"
|
756 |
+
msgstr "Sì"
|
757 |
+
|
758 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
759 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
760 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
761 |
+
msgid "No"
|
762 |
+
msgstr "No"
|
763 |
+
|
764 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
765 |
+
msgid "Posting method"
|
766 |
+
msgstr "Metodo di pubblicazione"
|
767 |
+
|
768 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
769 |
+
msgid "Simple text message"
|
770 |
+
msgstr "Semplice messaggio di testo"
|
771 |
+
|
772 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
773 |
+
msgid "Upload image to app album"
|
774 |
+
msgstr "Carica l'immagine nell'album dell'app"
|
775 |
+
|
776 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
777 |
+
msgid "Upload image to timeline album"
|
778 |
+
msgstr "Carica l'immagine nell'album della sequenza temporale"
|
779 |
+
|
780 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
781 |
+
msgid "Attach your blog post"
|
782 |
+
msgstr "Allega il tuo post sul blog"
|
783 |
+
|
784 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
785 |
+
msgid "Share a link to your blog post"
|
786 |
+
msgstr "Condividi un link al tuo post sul blog"
|
787 |
+
|
788 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
789 |
+
msgid "Message format for posting"
|
790 |
+
msgstr "Formato del messaggio per la pubblicazione"
|
791 |
+
|
792 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
793 |
+
msgid "Insert the title of your post."
|
794 |
+
msgstr "Inserisci il titolo del tuo post."
|
795 |
+
|
796 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
797 |
+
msgid "Insert the URL where your post is displayed."
|
798 |
+
msgstr "Inserisci l'URL in cui viene visualizzato il tuo post."
|
799 |
+
|
800 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
801 |
+
msgid "Insert the excerpt of your post."
|
802 |
+
msgstr "Inserisci l'estratto del tuo post."
|
803 |
+
|
804 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
805 |
+
msgid "Insert the description of your post."
|
806 |
+
msgstr "Inserisci la descrizione del tuo post."
|
807 |
+
|
808 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
809 |
+
msgid "Insert the name of your blog."
|
810 |
+
msgstr "Inserisci il nome del tuo blog."
|
811 |
+
|
812 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
813 |
+
msgid "Insert the nicename of the author."
|
814 |
+
msgstr "Inserisci il simpatico nome dell'autore."
|
815 |
+
|
816 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
817 |
+
msgid "Insert the ID of your post."
|
818 |
+
msgstr "Inserisci l'ID del tuo post."
|
819 |
+
|
820 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
821 |
+
msgid "Insert the publish date of your post."
|
822 |
+
msgstr "Inserisci la data di pubblicazione del tuo post."
|
823 |
+
|
824 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
825 |
+
msgid "Insert the display name of the author."
|
826 |
+
msgstr "Inserire il nome visualizzato dell'autore."
|
827 |
+
|
828 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
829 |
+
msgid "Select"
|
830 |
+
msgstr "Selezionare"
|
831 |
+
|
832 |
+
#: admin/settings.php:30
|
833 |
+
msgid ""
|
834 |
+
"Thanks again for using the plugin. We will never show the message again."
|
835 |
+
msgstr ""
|
836 |
+
"Grazie ancora per aver utilizzato il plugin. Non mostreremo mai più il "
|
837 |
+
"messaggio."
|
838 |
+
|
839 |
+
#: admin/settings.php:84
|
840 |
+
msgid "Please fill facebook application name."
|
841 |
+
msgstr "Si prega di compilare il nome dell'applicazione di Facebook."
|
842 |
+
|
843 |
+
#: admin/settings.php:89
|
844 |
+
msgid "Please fill facebook application id."
|
845 |
+
msgstr "Si prega di compilare l'ID dell'applicazione Facebook."
|
846 |
+
|
847 |
+
#: admin/settings.php:94
|
848 |
+
msgid "Please fill facebook application secret."
|
849 |
+
msgstr "Si prega di compilare il segreto dell'applicazione di Facebook."
|
850 |
+
|
851 |
+
#: admin/settings.php:137
|
852 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
853 |
+
msgstr "Lo stato non corrisponde. Potresti essere una vittima di CSRF."
|
854 |
+
|
855 |
+
#: admin/settings.php:146
|
856 |
+
msgid ""
|
857 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
858 |
+
"and firewall settings."
|
859 |
+
msgstr ""
|
860 |
+
"Impossibile autorizzare l'applicazione Facebook. Si prega di controllare le "
|
861 |
+
"impostazioni curl/fopen e firewall."
|
862 |
+
|
863 |
+
#: admin/settings.php:156
|
864 |
+
#, php-format
|
865 |
+
msgid "Successfully connected to %s member area"
|
866 |
+
msgstr "Connesso con successo all'area membri %s"
|
867 |
+
|
868 |
+
#: admin/settings.php:166
|
869 |
+
msgid "Selected pages saved successfully."
|
870 |
+
msgstr "Pagine selezionate salvate correttamente."
|
871 |
+
|
872 |
+
#: admin/settings.php:198
|
873 |
+
msgid "Facebook Settings"
|
874 |
+
msgstr "Impostazioni di Facebook"
|
875 |
+
|
876 |
+
#: admin/settings.php:199
|
877 |
+
msgid "General Settings"
|
878 |
+
msgstr "Impostazioni generali"
|
879 |
+
|
880 |
+
#: admin/settings.php:215 admin/settings.php:248
|
881 |
+
msgid "Application needs authorisation"
|
882 |
+
msgstr "L'applicazione necessita di autorizzazione"
|
883 |
+
|
884 |
+
#: admin/settings.php:219 admin/settings.php:253
|
885 |
+
msgid "Authorize"
|
886 |
+
msgstr "Autorizzare"
|
887 |
+
|
888 |
+
#: admin/settings.php:229 admin/settings.php:264
|
889 |
+
msgid "Reauthorize"
|
890 |
+
msgstr "Autorizzare nuovamente"
|
891 |
+
|
892 |
+
#: admin/settings.php:271
|
893 |
+
msgid "Application is authorized, go posting."
|
894 |
+
msgstr "La domanda è autorizzata, vai a pubblicare."
|
895 |
+
|
896 |
+
#: admin/settings.php:282
|
897 |
+
msgid "Note:"
|
898 |
+
msgstr "Nota:"
|
899 |
+
|
900 |
+
#: admin/settings.php:282
|
901 |
+
msgid ""
|
902 |
+
"You have to create a Facebook application before filling the following "
|
903 |
+
"details."
|
904 |
+
msgstr ""
|
905 |
+
"Devi creare un'applicazione Facebook prima di compilare i seguenti dettagli."
|
906 |
+
|
907 |
+
#: admin/settings.php:283
|
908 |
+
msgid "Click here </a></b> to create new Facebook application."
|
909 |
+
msgstr "Fare clic qui </a></b> per creare una nuova applicazione Facebook."
|
910 |
+
|
911 |
+
#: admin/settings.php:284
|
912 |
+
#, php-format
|
913 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
914 |
+
msgstr "Nella pagina dell'applicazione su Facebook, vai a <b> %s </b>."
|
915 |
+
|
916 |
+
#: admin/settings.php:284
|
917 |
+
msgid "Set the site url as:"
|
918 |
+
msgstr "Imposta l'URL del sito come:"
|
919 |
+
|
920 |
+
#: admin/settings.php:286
|
921 |
+
#, php-format
|
922 |
+
msgid "And then navigate to <b> %s </b>."
|
923 |
+
msgstr "E poi vai a <b> %s </b>."
|
924 |
+
|
925 |
+
#: admin/settings.php:286
|
926 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
927 |
+
msgstr "Imposta gli URI di reindirizzamento OAuth validi come:"
|
928 |
+
|
929 |
+
#: admin/settings.php:288
|
930 |
+
#, php-format
|
931 |
+
msgid ""
|
932 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
933 |
+
"Click here."
|
934 |
+
msgstr ""
|
935 |
+
"Per istruzioni dettagliate passo passo <b><a href=\"%s\" target=\"_blank\"> "
|
936 |
+
"Fare clic qui."
|
937 |
+
|
938 |
+
#: admin/settings.php:300
|
939 |
+
msgid "All fields given below are mandatory"
|
940 |
+
msgstr "Tutti i campi sotto riportati sono obbligatori"
|
941 |
+
|
942 |
+
#: admin/settings.php:312
|
943 |
+
msgid "Application name"
|
944 |
+
msgstr "Nome dell'applicazione"
|
945 |
+
|
946 |
+
#: admin/settings.php:313
|
947 |
+
msgid "This is for tracking purpose"
|
948 |
+
msgstr "Questo è a scopo di monitoraggio"
|
949 |
+
|
950 |
+
#: admin/settings.php:321
|
951 |
+
msgid "Application Selection"
|
952 |
+
msgstr "Selezione dell'applicazione"
|
953 |
+
|
954 |
+
#: admin/settings.php:325
|
955 |
+
msgid "Own App"
|
956 |
+
msgstr "Propria app"
|
957 |
+
|
958 |
+
#: admin/settings.php:325
|
959 |
+
msgid "requires app submission and Facebook review"
|
960 |
+
msgstr "richiede l'invio dell'app e la revisione di Facebook"
|
961 |
+
|
962 |
+
#: admin/settings.php:325
|
963 |
+
msgid "Help"
|
964 |
+
msgstr "Aiuto"
|
965 |
+
|
966 |
+
#: admin/settings.php:327
|
967 |
+
msgid "App approval service available for 50 USD"
|
968 |
+
msgstr "Servizio di approvazione app disponibile per 50 USD"
|
969 |
+
|
970 |
+
#: admin/settings.php:330
|
971 |
+
msgid "Expected time frame"
|
972 |
+
msgstr "Tempo previsto"
|
973 |
+
|
974 |
+
#: admin/settings.php:330
|
975 |
+
msgid "30 days"
|
976 |
+
msgstr "30 giorni"
|
977 |
+
|
978 |
+
#: admin/settings.php:331
|
979 |
+
msgid "Required details"
|
980 |
+
msgstr "Dettagli richiesti"
|
981 |
+
|
982 |
+
#: admin/settings.php:331
|
983 |
+
msgid "1. WordPress login"
|
984 |
+
msgstr "1. Accesso a WordPress"
|
985 |
+
|
986 |
+
#: admin/settings.php:332
|
987 |
+
msgid ""
|
988 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
989 |
+
msgstr ""
|
990 |
+
"2. Accesso come amministratore all'app per sviluppatori di Facebook per "
|
991 |
+
"l'invio della recensione (temporanea)."
|
992 |
+
|
993 |
+
#: admin/settings.php:333
|
994 |
+
#, php-format
|
995 |
+
msgid ""
|
996 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
997 |
+
msgstr ""
|
998 |
+
"Per maggiori dettagli contatta <a href=\"%s\" target=\"_blank\" > Support "
|
999 |
+
"Desk"
|
1000 |
+
|
1001 |
+
#: admin/settings.php:337
|
1002 |
+
#, php-format
|
1003 |
+
msgid "%s App ( ready to publish )"
|
1004 |
+
msgstr "%s App (pronta per la pubblicazione)"
|
1005 |
+
|
1006 |
+
#: admin/settings.php:338
|
1007 |
+
msgid "Starts from 10 USD per year"
|
1008 |
+
msgstr "A partire da 10 USD all'anno"
|
1009 |
+
|
1010 |
+
#: admin/settings.php:341
|
1011 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1012 |
+
msgstr "DISPONIBILE PROVA GRATUITA DI 30 GIORNI"
|
1013 |
+
|
1014 |
+
#: admin/settings.php:344
|
1015 |
+
#, php-format
|
1016 |
+
msgid "How to use %s application?"
|
1017 |
+
msgstr "Come utilizzare l'applicazione %s?"
|
1018 |
+
|
1019 |
+
#: admin/settings.php:355
|
1020 |
+
#, php-format
|
1021 |
+
msgid "Connect your %s account"
|
1022 |
+
msgstr "Collega il tuo account %s"
|
1023 |
+
|
1024 |
+
#: admin/settings.php:361
|
1025 |
+
msgid "Application id"
|
1026 |
+
msgstr "ID applicazione"
|
1027 |
+
|
1028 |
+
#: admin/settings.php:370
|
1029 |
+
msgid "Application secret"
|
1030 |
+
msgstr "Segreto dell'applicazione"
|
1031 |
+
|
1032 |
+
#: admin/settings.php:381
|
1033 |
+
msgid ""
|
1034 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1035 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1036 |
+
msgstr ""
|
1037 |
+
"Crea album dell'app (con <b> Nome dell'applicazione </b>) nelle pagine di "
|
1038 |
+
"Facebook, <br/> se utilizzi il metodo di pubblicazione <b> Carica l'immagine "
|
1039 |
+
"nell'album dell'app"
|
1040 |
+
|
1041 |
+
#: admin/settings.php:388
|
1042 |
+
msgid "Text message with image"
|
1043 |
+
msgstr "Messaggio testuale con immagine"
|
1044 |
+
|
1045 |
+
#: admin/settings.php:395
|
1046 |
+
msgid "Text message with attached link"
|
1047 |
+
msgstr "Messaggio testuale con link allegato"
|
1048 |
+
|
1049 |
+
#: admin/settings.php:406
|
1050 |
+
msgid "Enforce og tags for Facebook"
|
1051 |
+
msgstr "Applica i tag og per Facebook"
|
1052 |
+
|
1053 |
+
#: admin/settings.php:408
|
1054 |
+
msgid ""
|
1055 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1056 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1057 |
+
"Attach your blog post."
|
1058 |
+
msgstr ""
|
1059 |
+
"Se lo abiliti, i tag Open Graph verranno generati durante la pubblicazione "
|
1060 |
+
"su Facebook, quando utilizzi il metodo di pubblicazione <b> Condividi un "
|
1061 |
+
"link al tuo post sul blog </b> o <b> Allega il tuo post sul blog."
|
1062 |
+
|
1063 |
+
#: admin/settings.php:418
|
1064 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1065 |
+
msgstr "Svuota la cache di Facebook prima di pubblicare su Facebook"
|
1066 |
+
|
1067 |
+
#: admin/settings.php:437
|
1068 |
+
msgid ""
|
1069 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1070 |
+
"Text message with image </b>posting methods"
|
1071 |
+
msgstr ""
|
1072 |
+
"Facoltativo nel caso di <b>SMS con link allegato </b><br/>o<b> SMS con "
|
1073 |
+
"immagine </b>modalità di pubblicazione"
|
1074 |
+
|
1075 |
+
#: admin/settings.php:500
|
1076 |
+
msgid "Select facebook pages for auto publish"
|
1077 |
+
msgstr "Seleziona le pagine Facebook per la pubblicazione automatica"
|
1078 |
+
|
1079 |
+
#: admin/settings.php:505
|
1080 |
+
msgid "Select All"
|
1081 |
+
msgstr "Seleziona tutto"
|
1082 |
+
|
1083 |
+
#: admin/settings.php:525
|
1084 |
+
msgid "Selected facebook pages for auto publish"
|
1085 |
+
msgstr "Pagine Facebook selezionate per la pubblicazione automatica"
|
1086 |
+
|
1087 |
+
#: admin/settings.php:549
|
1088 |
+
msgid "Save"
|
1089 |
+
msgstr "Salvare"
|
1090 |
+
|
1091 |
+
#: admin/settings.php:553
|
1092 |
+
msgid "Free trial is available only for first time users"
|
1093 |
+
msgstr "La prova gratuita è disponibile solo per i nuovi utenti"
|
1094 |
+
|
1095 |
+
#: admin/settings.php:556
|
1096 |
+
msgid "Use reauthorize button to change selected values"
|
1097 |
+
msgstr ""
|
1098 |
+
"Utilizzare il pulsante di riautorizzazione per modificare i valori "
|
1099 |
+
"selezionati"
|
1100 |
+
|
1101 |
+
#: admin/settings.php:649
|
1102 |
+
msgid "Basic Settings"
|
1103 |
+
msgstr "Impostazioni di base"
|
1104 |
+
|
1105 |
+
#: admin/settings.php:651
|
1106 |
+
msgid "Publish wordpress `posts` to facebook"
|
1107 |
+
msgstr "Pubblica i \"post\" di wordpress su Facebook"
|
1108 |
+
|
1109 |
+
#: admin/settings.php:660
|
1110 |
+
msgid "Publish wordpress `pages` to facebook"
|
1111 |
+
msgstr "Pubblica le `pagine` di wordpress su Facebook"
|
1112 |
+
|
1113 |
+
#: admin/settings.php:685
|
1114 |
+
msgid "Select wordpress custom post types for auto publish"
|
1115 |
+
msgstr ""
|
1116 |
+
"Seleziona i tipi di post personalizzati di wordpress per la pubblicazione "
|
1117 |
+
"automatica"
|
1118 |
+
|
1119 |
+
#: admin/settings.php:701
|
1120 |
+
msgid "Advanced Settings"
|
1121 |
+
msgstr "Impostazioni avanzate"
|
1122 |
+
|
1123 |
+
#: admin/settings.php:703
|
1124 |
+
msgid "Select post categories for auto publish"
|
1125 |
+
msgstr "Seleziona le categorie di post per la pubblicazione automatica"
|
1126 |
+
|
1127 |
+
#: admin/settings.php:708
|
1128 |
+
msgid "All"
|
1129 |
+
msgstr "Tutto"
|
1130 |
+
|
1131 |
+
#: admin/settings.php:710
|
1132 |
+
msgid "Specific"
|
1133 |
+
msgstr "Specifico"
|
1134 |
+
|
1135 |
+
#: admin/settings.php:745
|
1136 |
+
msgid "NIL"
|
1137 |
+
msgstr "NULLA"
|
1138 |
+
|
1139 |
+
#: admin/settings.php:750
|
1140 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1141 |
+
msgstr ""
|
1142 |
+
"Pubblica automaticamente sulla modifica di post/pagine/tipi di post "
|
1143 |
+
"personalizzati"
|
1144 |
+
|
1145 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1146 |
+
msgid "Enabled"
|
1147 |
+
msgstr "Abilitata"
|
1148 |
+
|
1149 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1150 |
+
msgid "Disabled"
|
1151 |
+
msgstr "Disabilitata"
|
1152 |
+
|
1153 |
+
#: admin/settings.php:755
|
1154 |
+
msgid "Use settings from post creation or post updation"
|
1155 |
+
msgstr ""
|
1156 |
+
"Usa le impostazioni dalla creazione del post o dall'aggiornamento del post"
|
1157 |
+
|
1158 |
+
#: admin/settings.php:759
|
1159 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1160 |
+
msgstr ""
|
1161 |
+
"Pubblica automaticamente sulla creazione di post/pagine/tipi di post "
|
1162 |
+
"personalizzati"
|
1163 |
+
|
1164 |
+
#: admin/settings.php:768
|
1165 |
+
msgid "Enable SSL peer verification in remote requests"
|
1166 |
+
msgstr "Abilita la verifica peer SSL nelle richieste remote"
|
1167 |
+
|
1168 |
+
#: admin/settings.php:776
|
1169 |
+
msgid "Apply filters during publishing"
|
1170 |
+
msgstr "Applicare filtri durante la pubblicazione"
|
1171 |
+
|
1172 |
+
#: admin/settings.php:813
|
1173 |
+
msgid "Other Settings"
|
1174 |
+
msgstr "Altre impostazioni"
|
1175 |
+
|
1176 |
+
#: admin/settings.php:816
|
1177 |
+
msgid "Enable credit link to author"
|
1178 |
+
msgstr "Abilita collegamento di credito all'autore"
|
1179 |
+
|
1180 |
+
#: admin/settings.php:825
|
1181 |
+
msgid "Enable premium version ads"
|
1182 |
+
msgstr "Abilita gli annunci della versione premium"
|
1183 |
+
|
1184 |
+
#: admin/settings.php:839
|
1185 |
+
msgid "Update Settings"
|
1186 |
+
msgstr "Aggiorna impostazioni"
|
1187 |
+
|
1188 |
+
#: facebook-auto-publish.php:31
|
1189 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1190 |
+
msgstr ""
|
1191 |
+
"Ciao! Sono solo un plugin, non posso fare molto quando chiamato direttamente."
|
languages/facebook-auto-publish-ja.mo
ADDED
Binary file
|
languages/facebook-auto-publish-ja.po
ADDED
@@ -0,0 +1,1167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:44+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:46+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ja\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 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%sは、ブログからFacebookページに投稿を自動的に公開します。投稿の種類とカテゴ"
|
41 |
+
"リに基づいて投稿をフィルタリングできます。 %sは、によって開発および保守されて"
|
42 |
+
"います"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"より多くの機能が必要な場合は、このプラグインのプレミアムバージョンである<a "
|
53 |
+
"href=\"%s\" target=\"_blank\">%s</a>を試してください。参考までに、無料プラグ"
|
54 |
+
"インとプレミアムプラグインの簡単な比較を含めました。"
|
55 |
+
|
56 |
+
#: admin/about.php:23
|
57 |
+
msgid "Feature group"
|
58 |
+
msgstr "機能グループ"
|
59 |
+
|
60 |
+
#: admin/about.php:24
|
61 |
+
msgid "Feature"
|
62 |
+
msgstr "特徴"
|
63 |
+
|
64 |
+
#: admin/about.php:25
|
65 |
+
msgid "Free"
|
66 |
+
msgstr "ただで"
|
67 |
+
|
68 |
+
#: admin/about.php:27
|
69 |
+
msgid "Premium"
|
70 |
+
msgstr "プレミアム"
|
71 |
+
|
72 |
+
#: admin/about.php:29
|
73 |
+
#, php-format
|
74 |
+
msgid "%s Premium"
|
75 |
+
msgstr "%sプレミアム"
|
76 |
+
|
77 |
+
#: admin/about.php:34
|
78 |
+
msgid "Supported Media"
|
79 |
+
msgstr "サポートされているメディア"
|
80 |
+
|
81 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
82 |
+
msgid "Facebook"
|
83 |
+
msgstr "フェイスブック"
|
84 |
+
|
85 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
86 |
+
msgid "Twitter"
|
87 |
+
msgstr "ツイッター"
|
88 |
+
|
89 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
90 |
+
msgid "LinkedIn"
|
91 |
+
msgstr "リンクトイン"
|
92 |
+
|
93 |
+
#: admin/about.php:63
|
94 |
+
msgid "Instagram"
|
95 |
+
msgstr "インスタグラム"
|
96 |
+
|
97 |
+
#: admin/about.php:72
|
98 |
+
msgid "Tumblr"
|
99 |
+
msgstr "タンブラー"
|
100 |
+
|
101 |
+
#: admin/about.php:81
|
102 |
+
msgid "Pinterest"
|
103 |
+
msgstr "ピンタレスト"
|
104 |
+
|
105 |
+
#: admin/about.php:92
|
106 |
+
msgid "Posting Options"
|
107 |
+
msgstr "投稿オプション"
|
108 |
+
|
109 |
+
#: admin/about.php:93
|
110 |
+
msgid "Publish to facebook pages"
|
111 |
+
msgstr "フェイスブックページに公開する"
|
112 |
+
|
113 |
+
#: admin/about.php:102
|
114 |
+
msgid "Publish to facebook groups"
|
115 |
+
msgstr "フェイスブックグループに公開する"
|
116 |
+
|
117 |
+
#: admin/about.php:111
|
118 |
+
msgid "Publish to twitter profile"
|
119 |
+
msgstr "ツイッタープロフィールに公開"
|
120 |
+
|
121 |
+
#: admin/about.php:121
|
122 |
+
msgid "Publish to linkedin profile/company pages"
|
123 |
+
msgstr "LinkedInのプロフィール/会社のページに公開する"
|
124 |
+
|
125 |
+
#: admin/about.php:130
|
126 |
+
msgid "Publish to instagram Business accounts"
|
127 |
+
msgstr "インスタグラムのビジネスアカウントに公開する"
|
128 |
+
|
129 |
+
#: admin/about.php:139
|
130 |
+
msgid "Publish to tumblr profile"
|
131 |
+
msgstr "タンブラープロフィールに公開"
|
132 |
+
|
133 |
+
#: admin/about.php:149
|
134 |
+
msgid "Publish to pinterest boards"
|
135 |
+
msgstr "ピンタレストボードに公開"
|
136 |
+
|
137 |
+
#: admin/about.php:158
|
138 |
+
msgid "Option to add twitter image description for visually impaired people"
|
139 |
+
msgstr "視覚障害者向けのツイッター画像の説明を追加するオプション"
|
140 |
+
|
141 |
+
#: admin/about.php:167
|
142 |
+
msgid "Option to republish existing posts"
|
143 |
+
msgstr "既存の投稿を再公開するオプション"
|
144 |
+
|
145 |
+
#: admin/about.php:177
|
146 |
+
msgid "Publish to multiple social media accounts"
|
147 |
+
msgstr "複数のソーシャルメディアアカウントに公開する"
|
148 |
+
|
149 |
+
#: admin/about.php:187
|
150 |
+
msgid ""
|
151 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
152 |
+
msgstr "複数のソーシャルメディアアカウントに公開するための個別のメッセージ形式"
|
153 |
+
|
154 |
+
#: admin/about.php:197
|
155 |
+
msgid "Save auto publish settings of individual posts"
|
156 |
+
msgstr "個々の投稿の自動公開設定を保存します"
|
157 |
+
|
158 |
+
#: admin/about.php:207
|
159 |
+
msgid ""
|
160 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
161 |
+
"Pinterest"
|
162 |
+
msgstr ""
|
163 |
+
"フェイスブック、ツイッター、リンクトイン、インスタグラム、ピンタレスト、タン"
|
164 |
+
"ブラーのハッシュタグのサポート タンブラー"
|
165 |
+
|
166 |
+
#: admin/about.php:216
|
167 |
+
msgid "Option to use post tags as hash tags"
|
168 |
+
msgstr "投稿タグをハッシュタグとして使用するオプション"
|
169 |
+
|
170 |
+
#: admin/about.php:225
|
171 |
+
msgid "Enable/Disable SSL peer verification"
|
172 |
+
msgstr "SSLピア検証を有効/無効にします"
|
173 |
+
|
174 |
+
#: admin/about.php:238
|
175 |
+
msgid "Image Options"
|
176 |
+
msgstr "画像オプション"
|
177 |
+
|
178 |
+
#: admin/about.php:239
|
179 |
+
msgid "Publish images along with post content"
|
180 |
+
msgstr "投稿コンテンツと一緒に画像を公開する"
|
181 |
+
|
182 |
+
#: admin/about.php:250
|
183 |
+
msgid ""
|
184 |
+
"Separate default image url for publishing to multiple social media accounts"
|
185 |
+
msgstr ""
|
186 |
+
"複数のソーシャルメディアアカウントに公開するための個別のデフォルト画像URL"
|
187 |
+
|
188 |
+
#: admin/about.php:260
|
189 |
+
msgid ""
|
190 |
+
"Option to specify preference from featured image, post content, post meta "
|
191 |
+
"and open graph tags"
|
192 |
+
msgstr ""
|
193 |
+
"注目の画像、投稿コンテンツ、投稿メタ、オープングラフタグから設定を指定するオ"
|
194 |
+
"プション"
|
195 |
+
|
196 |
+
#: admin/about.php:269
|
197 |
+
msgid ""
|
198 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
199 |
+
"post content"
|
200 |
+
msgstr ""
|
201 |
+
"投稿コンテンツとともに、フェイスブック、タンブラー、リンクトイン, ツイッター"
|
202 |
+
"に複数の画像を公開する"
|
203 |
+
|
204 |
+
#: admin/about.php:278
|
205 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
206 |
+
msgstr ""
|
207 |
+
"投稿コンテンツと投稿メタからマルチフォトプリファレンスを指定するオプション"
|
208 |
+
|
209 |
+
#: admin/about.php:289
|
210 |
+
msgid "Video/Audio Options"
|
211 |
+
msgstr "ビデオ/オーディオオプション"
|
212 |
+
|
213 |
+
#: admin/about.php:290
|
214 |
+
msgid ""
|
215 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
216 |
+
"with post content"
|
217 |
+
msgstr ""
|
218 |
+
"投稿コンテンツとともに、フェイスブック、タンブラー、リンクトイン、インスタグ"
|
219 |
+
"ラム、ツイッターに動画を公開する"
|
220 |
+
|
221 |
+
#: admin/about.php:300
|
222 |
+
msgid ""
|
223 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
224 |
+
msgstr ""
|
225 |
+
"投稿コンテンツ、投稿メタ、オープングラフタグから設定を指定するオプション"
|
226 |
+
|
227 |
+
#: admin/about.php:309
|
228 |
+
msgid "Publish audio to tumblr along with post content"
|
229 |
+
msgstr "投稿コンテンツと一緒にオーディオをタンブラーに公開する"
|
230 |
+
|
231 |
+
#: admin/about.php:318
|
232 |
+
msgid ""
|
233 |
+
"Option to specify audio preference from post content, post meta and open "
|
234 |
+
"graph tags"
|
235 |
+
msgstr ""
|
236 |
+
"投稿コンテンツ、投稿メタ、オープングラフタグからオーディオ設定を指定するオプ"
|
237 |
+
"ション"
|
238 |
+
|
239 |
+
#: admin/about.php:329
|
240 |
+
msgid "Filter Options"
|
241 |
+
msgstr "フィルタオプション"
|
242 |
+
|
243 |
+
#: admin/about.php:330
|
244 |
+
msgid "Filter posts to publish based on categories"
|
245 |
+
msgstr "カテゴリに基づいて公開する投稿をフィルタリングする"
|
246 |
+
|
247 |
+
#: admin/about.php:340
|
248 |
+
msgid "Filter posts to publish based on custom post types"
|
249 |
+
msgstr "カスタム投稿タイプに基づいて公開する投稿をフィルタリングする"
|
250 |
+
|
251 |
+
#: admin/about.php:349
|
252 |
+
msgid "Filter posts to publish based on sticky posts"
|
253 |
+
msgstr "スティッキー投稿に基づいて公開する投稿をフィルタリングする"
|
254 |
+
|
255 |
+
#: admin/about.php:359
|
256 |
+
msgid "Configuration to enable/disable page publishing"
|
257 |
+
msgstr "ページ公開を有効/無効にする構成"
|
258 |
+
|
259 |
+
#: admin/about.php:369
|
260 |
+
msgid "Category filter for individual accounts"
|
261 |
+
msgstr "個人アカウントのカテゴリフィルター"
|
262 |
+
|
263 |
+
#: admin/about.php:379
|
264 |
+
msgid "Custom post type filter for individual accounts"
|
265 |
+
msgstr "個人アカウント用のカスタム投稿タイプフィルター"
|
266 |
+
|
267 |
+
#: admin/about.php:389
|
268 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
269 |
+
msgstr "個々のアカウントのページ公開を有効/無効にする"
|
270 |
+
|
271 |
+
#: admin/about.php:398
|
272 |
+
msgid "Override auto publish scheduling for individual accounts"
|
273 |
+
msgstr "個々のアカウントの自動公開スケジュールを上書きする"
|
274 |
+
|
275 |
+
#: admin/about.php:407
|
276 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
277 |
+
msgstr "個々のアカウントのスティッキー投稿に基づいて自動公開を上書きする"
|
278 |
+
|
279 |
+
#: admin/about.php:418
|
280 |
+
msgid "Scheduling"
|
281 |
+
msgstr "スケジューリング"
|
282 |
+
|
283 |
+
#: admin/about.php:419
|
284 |
+
msgid "Instantaneous post publishing"
|
285 |
+
msgstr "瞬時の投稿公開"
|
286 |
+
|
287 |
+
#: admin/about.php:429
|
288 |
+
msgid "Scheduled post publishing using cron"
|
289 |
+
msgstr "Cronを使用したスケジュールされたポストパブリッシング"
|
290 |
+
|
291 |
+
#: admin/about.php:439
|
292 |
+
msgid "Status summary of auto publish tasks by mail"
|
293 |
+
msgstr "メールによる自動公開タスクのステータスの概要"
|
294 |
+
|
295 |
+
#: admin/about.php:449
|
296 |
+
msgid "Configurable auto publishing time interval"
|
297 |
+
msgstr "構成可能な自動公開時間間隔"
|
298 |
+
|
299 |
+
#: admin/about.php:463
|
300 |
+
msgid "Publishing History"
|
301 |
+
msgstr "出版履歴"
|
302 |
+
|
303 |
+
#: admin/about.php:464
|
304 |
+
msgid "View auto publish history"
|
305 |
+
msgstr "自動公開履歴を表示する"
|
306 |
+
|
307 |
+
#: admin/about.php:473
|
308 |
+
msgid "View auto publish error logs"
|
309 |
+
msgstr "自動公開エラーログを表示する"
|
310 |
+
|
311 |
+
#: admin/about.php:483
|
312 |
+
msgid "Option to republish post"
|
313 |
+
msgstr "投稿を再公開するオプション"
|
314 |
+
|
315 |
+
#: admin/about.php:493
|
316 |
+
msgid "Option to reschedule publishing"
|
317 |
+
msgstr "公開を再スケジュールするオプション"
|
318 |
+
|
319 |
+
#: admin/about.php:503
|
320 |
+
msgid "Installation and Support"
|
321 |
+
msgstr "インストールとサポート"
|
322 |
+
|
323 |
+
#: admin/about.php:504
|
324 |
+
msgid "Free Installation"
|
325 |
+
msgstr "無料インストール"
|
326 |
+
|
327 |
+
#: admin/about.php:513
|
328 |
+
msgid "Privilege customer support"
|
329 |
+
msgstr "特権カスタマーサポート"
|
330 |
+
|
331 |
+
#: admin/about.php:523
|
332 |
+
msgid "Addon Features"
|
333 |
+
msgstr "アドオン機能"
|
334 |
+
|
335 |
+
#: admin/about.php:524
|
336 |
+
msgid "Advanced Autopublish Scheduler"
|
337 |
+
msgstr "高度な自動公開スケジューラ"
|
338 |
+
|
339 |
+
#: admin/about.php:533
|
340 |
+
msgid "URL-Shortener"
|
341 |
+
msgstr "URL-短縮サービス"
|
342 |
+
|
343 |
+
#: admin/about.php:542
|
344 |
+
msgid "Privilege Management"
|
345 |
+
msgstr "特権管理"
|
346 |
+
|
347 |
+
#: admin/about.php:551
|
348 |
+
msgid "Other"
|
349 |
+
msgstr "他の"
|
350 |
+
|
351 |
+
#: admin/about.php:553
|
352 |
+
#, php-format
|
353 |
+
msgid ""
|
354 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
355 |
+
msgstr ""
|
356 |
+
"1年間の%s APIパッケージ、10米ドル相当(1 fbアカウント、1時間あたり10 api呼び"
|
357 |
+
"出し)"
|
358 |
+
|
359 |
+
#: admin/about.php:555
|
360 |
+
msgid "1 month free subscription"
|
361 |
+
msgstr "1か月の無料サブスクリプション"
|
362 |
+
|
363 |
+
#: admin/about.php:557
|
364 |
+
msgid "1 year free subscription"
|
365 |
+
msgstr "1年間の無料サブスクリプション"
|
366 |
+
|
367 |
+
#: admin/about.php:563
|
368 |
+
msgid "Price"
|
369 |
+
msgstr "価格"
|
370 |
+
|
371 |
+
#: admin/about.php:564
|
372 |
+
msgid "FREE"
|
373 |
+
msgstr "ただで"
|
374 |
+
|
375 |
+
#: admin/about.php:565
|
376 |
+
msgid "Starts from 39 USD"
|
377 |
+
msgstr "39米ドルから"
|
378 |
+
|
379 |
+
#: admin/about.php:566
|
380 |
+
msgid "Starts from 69 USD"
|
381 |
+
msgstr "69米ドルから"
|
382 |
+
|
383 |
+
#: admin/about.php:569
|
384 |
+
msgid "Purchase"
|
385 |
+
msgstr "購入"
|
386 |
+
|
387 |
+
#: admin/about.php:571
|
388 |
+
msgid "Buy Now"
|
389 |
+
msgstr "今買う"
|
390 |
+
|
391 |
+
#: admin/about.php:578
|
392 |
+
msgid "Pinterest is added on experimental basis."
|
393 |
+
msgstr "ピンタレストは実験的に追加されています。"
|
394 |
+
|
395 |
+
#: admin/admin-notices.php:41
|
396 |
+
#, php-format
|
397 |
+
msgid ""
|
398 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
399 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
400 |
+
"with the continued development of the plugin using any of the below methods?"
|
401 |
+
msgstr ""
|
402 |
+
"<a href=\"%s\" target=\"_blank\">%s</a>の<ahref=\"%s\" target=\"_blank\">%s</"
|
403 |
+
"a>プラグインをご利用いただきありがとうございます。以下の方法のいずれかを使用"
|
404 |
+
"してプラグインの継続的な開発で私たちをサポートすることを検討しますか?"
|
405 |
+
|
406 |
+
#: admin/admin-notices.php:45
|
407 |
+
msgid "Rate it 5★'s on wordpress"
|
408 |
+
msgstr "ワードプレスで5★を評価してください"
|
409 |
+
|
410 |
+
#: admin/admin-notices.php:47
|
411 |
+
msgid "Enable Backlink"
|
412 |
+
msgstr "バックリンクを有効にする"
|
413 |
+
|
414 |
+
#: admin/admin-notices.php:49
|
415 |
+
msgid "Share on"
|
416 |
+
msgstr "共有する"
|
417 |
+
|
418 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
419 |
+
msgid "Donate"
|
420 |
+
msgstr "寄付する"
|
421 |
+
|
422 |
+
#: admin/admin-notices.php:52
|
423 |
+
msgid "Don't Show This Again"
|
424 |
+
msgstr "これを二度と見せないでください"
|
425 |
+
|
426 |
+
#: admin/fbap-suggest-feature.php:10
|
427 |
+
msgid "Thank you for the suggestion."
|
428 |
+
msgstr "提案ありがとうございます。"
|
429 |
+
|
430 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
431 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
432 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
433 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
434 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
435 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
436 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
437 |
+
msgid "Dismiss"
|
438 |
+
msgstr "下げる"
|
439 |
+
|
440 |
+
#: admin/fbap-suggest-feature.php:18
|
441 |
+
#, php-format
|
442 |
+
msgid "%s not able to process the request."
|
443 |
+
msgstr "%sはリクエストを処理できません。"
|
444 |
+
|
445 |
+
#: admin/fbap-suggest-feature.php:26
|
446 |
+
msgid "Please suggest a feature."
|
447 |
+
msgstr "機能を提案してください."
|
448 |
+
|
449 |
+
#: admin/fbap-suggest-feature.php:60
|
450 |
+
msgid "Contribute And Get Rewarded"
|
451 |
+
msgstr "貢献して報酬を得る"
|
452 |
+
|
453 |
+
#: admin/fbap-suggest-feature.php:61
|
454 |
+
msgid ""
|
455 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
456 |
+
"premium version of this plugin."
|
457 |
+
msgstr ""
|
458 |
+
"このプラグインの機能を提案し、このプラグインのプレミアムバージョンの無料コ"
|
459 |
+
"ピーを入手するチャンスを手に入れましょう。"
|
460 |
+
|
461 |
+
#: admin/fbap-suggest-feature.php:67
|
462 |
+
msgid "Send Mail To Us"
|
463 |
+
msgstr "私たちにメールを送る"
|
464 |
+
|
465 |
+
#: admin/footer.php:10
|
466 |
+
#, php-format
|
467 |
+
msgid "Fully Featured %s Plugin"
|
468 |
+
msgstr "フル機能の%sプラグイン"
|
469 |
+
|
470 |
+
#: admin/footer.php:11
|
471 |
+
msgid "Just 39 USD"
|
472 |
+
msgstr "わずか39米ドル"
|
473 |
+
|
474 |
+
#: admin/footer.php:21
|
475 |
+
msgid "Compare Features"
|
476 |
+
msgstr "機能の比較"
|
477 |
+
|
478 |
+
#: admin/footer.php:30
|
479 |
+
msgid "Follow Us"
|
480 |
+
msgstr "フォローする"
|
481 |
+
|
482 |
+
#: admin/footer.php:37
|
483 |
+
msgid "Support"
|
484 |
+
msgstr "支える"
|
485 |
+
|
486 |
+
#: admin/footer.php:39
|
487 |
+
msgid "Contact Us"
|
488 |
+
msgstr "お問い合わせ"
|
489 |
+
|
490 |
+
#: admin/footer.php:40
|
491 |
+
msgid "Please Rate Us"
|
492 |
+
msgstr "評価してください"
|
493 |
+
|
494 |
+
#: admin/footer.php:44
|
495 |
+
msgid "Create a ticket at Wordpress forum"
|
496 |
+
msgstr "Wordpressフォーラムでチケットを作成する"
|
497 |
+
|
498 |
+
#: admin/footer.php:47
|
499 |
+
msgid "Stay tuned for our updates"
|
500 |
+
msgstr "最新情報にご期待ください"
|
501 |
+
|
502 |
+
#: admin/footer.php:112
|
503 |
+
msgid "Name"
|
504 |
+
msgstr "名前"
|
505 |
+
|
506 |
+
#: admin/footer.php:127
|
507 |
+
msgid "Email"
|
508 |
+
msgstr "Eメール"
|
509 |
+
|
510 |
+
#: admin/footer.php:129
|
511 |
+
msgid "Subscribe"
|
512 |
+
msgstr "登録し"
|
513 |
+
|
514 |
+
#: admin/footer.php:144
|
515 |
+
msgid "Our Plugins"
|
516 |
+
msgstr "私たちのプラグイン"
|
517 |
+
|
518 |
+
#: admin/footer.php:165
|
519 |
+
msgid "Powered by"
|
520 |
+
msgstr "搭載"
|
521 |
+
|
522 |
+
#: admin/header.php:19 admin/settings.php:129
|
523 |
+
msgid "Settings updated successfully."
|
524 |
+
msgstr "設定が正常に更新されました。"
|
525 |
+
|
526 |
+
#: admin/header.php:32
|
527 |
+
msgid "Thank you for enabling backlink."
|
528 |
+
msgstr "バックリンクを有効にしていただきありがとうございます。"
|
529 |
+
|
530 |
+
#: admin/header.php:48
|
531 |
+
msgid "Please do a favour by enabling backlink to our site."
|
532 |
+
msgstr "当サイトへのバックリンクを有効にしてください。"
|
533 |
+
|
534 |
+
#: admin/header.php:48
|
535 |
+
msgid "Okay, Enable"
|
536 |
+
msgstr "はい、有効にします"
|
537 |
+
|
538 |
+
#: admin/header.php:104
|
539 |
+
msgid "FAQ"
|
540 |
+
msgstr "よくある質問"
|
541 |
+
|
542 |
+
#: admin/header.php:107
|
543 |
+
msgid "Readme"
|
544 |
+
msgstr "リードミー"
|
545 |
+
|
546 |
+
#: admin/header.php:110 admin/menu.php:40
|
547 |
+
msgid "About"
|
548 |
+
msgstr "約"
|
549 |
+
|
550 |
+
#: admin/logs.php:13
|
551 |
+
msgid "Auto Publish Logs"
|
552 |
+
msgstr "ログの自動公開"
|
553 |
+
|
554 |
+
#: admin/logs.php:14
|
555 |
+
msgid "Last ten logs"
|
556 |
+
msgstr "最後の10ログ"
|
557 |
+
|
558 |
+
#: admin/logs.php:19
|
559 |
+
msgid "Post Id"
|
560 |
+
msgstr "投稿ID"
|
561 |
+
|
562 |
+
#: admin/logs.php:20
|
563 |
+
msgid "Post Title"
|
564 |
+
msgstr "記事のタイトル"
|
565 |
+
|
566 |
+
#: admin/logs.php:21
|
567 |
+
msgid "Published On"
|
568 |
+
msgstr "公開日"
|
569 |
+
|
570 |
+
#: admin/logs.php:22
|
571 |
+
msgid "Status"
|
572 |
+
msgstr "地位"
|
573 |
+
|
574 |
+
#: admin/logs.php:42
|
575 |
+
msgid "No logs Found"
|
576 |
+
msgstr "ログが見つかりません"
|
577 |
+
|
578 |
+
#: admin/logs.php:103
|
579 |
+
msgid ""
|
580 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
581 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
582 |
+
"calls, if enabled option for clearing cache)."
|
583 |
+
msgstr ""
|
584 |
+
"単純なテキストメッセージを公開するには、1回のAPI呼び出し、[画像のアップロー"
|
585 |
+
"ド]オプションで2〜3回のAPI呼び出し、接続リンクオプションで1回のAPI呼び出し"
|
586 |
+
"(キャッシュをクリアするためのオプションが有効になっている場合は2回のAPI呼び"
|
587 |
+
"出し)が必要です。"
|
588 |
+
|
589 |
+
#: admin/manage-authorizations.php:7
|
590 |
+
#, php-format
|
591 |
+
msgid "%s Package updated successfully."
|
592 |
+
msgstr "%sパッケージが正常に更新されました。"
|
593 |
+
|
594 |
+
#: admin/manage-authorizations.php:22
|
595 |
+
#, php-format
|
596 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
597 |
+
msgstr ""
|
598 |
+
"このページにアクセスするには、Facebookの設定で%sアプリを承認してください。"
|
599 |
+
|
600 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
601 |
+
msgid "Manage Authorizations"
|
602 |
+
msgstr "承認の管理"
|
603 |
+
|
604 |
+
#: admin/manage-authorizations.php:261
|
605 |
+
msgid "Current Plan:"
|
606 |
+
msgstr "現在の計画:"
|
607 |
+
|
608 |
+
#: admin/manage-authorizations.php:263
|
609 |
+
msgid "Allowed Facebook users:"
|
610 |
+
msgstr "許可されたFacebookユーザー:"
|
611 |
+
|
612 |
+
#: admin/manage-authorizations.php:264
|
613 |
+
msgid "API limit per account :"
|
614 |
+
msgstr "アカウントあたりのAPI制限:"
|
615 |
+
|
616 |
+
#: admin/manage-authorizations.php:264
|
617 |
+
msgid "per hour"
|
618 |
+
msgstr "1時間当たり"
|
619 |
+
|
620 |
+
#: admin/manage-authorizations.php:265
|
621 |
+
msgid "Package Expiry :"
|
622 |
+
msgstr "パッケージの有効期限:"
|
623 |
+
|
624 |
+
#: admin/manage-authorizations.php:266
|
625 |
+
msgid "Package Status :"
|
626 |
+
msgstr "パッケージステータス:"
|
627 |
+
|
628 |
+
#: admin/manage-authorizations.php:275
|
629 |
+
msgid "Upgrade/Renew"
|
630 |
+
msgstr "アップグレード/更新"
|
631 |
+
|
632 |
+
#: admin/manage-authorizations.php:282
|
633 |
+
msgid "Show all entries"
|
634 |
+
msgstr "すべてのエントリを表示"
|
635 |
+
|
636 |
+
#: admin/manage-authorizations.php:283
|
637 |
+
msgid "Show entries from current wp installation"
|
638 |
+
msgstr "現在のwpインストールからのエントリを表示する"
|
639 |
+
|
640 |
+
#: admin/manage-authorizations.php:284
|
641 |
+
msgid "Show entries from other wp installations"
|
642 |
+
msgstr "他のwpインストールからのエントリを表示する"
|
643 |
+
|
644 |
+
#: admin/manage-authorizations.php:290
|
645 |
+
msgid "Facebook username"
|
646 |
+
msgstr "フェイスブックののユーザー名"
|
647 |
+
|
648 |
+
#: admin/manage-authorizations.php:291
|
649 |
+
msgid "Selected pages"
|
650 |
+
msgstr "選択したページ"
|
651 |
+
|
652 |
+
#: admin/manage-authorizations.php:292
|
653 |
+
msgid "Selected groups"
|
654 |
+
msgstr "選択したグループ"
|
655 |
+
|
656 |
+
#: admin/manage-authorizations.php:294
|
657 |
+
#, php-format
|
658 |
+
msgid "%s url"
|
659 |
+
msgstr "%s url"
|
660 |
+
|
661 |
+
#: admin/manage-authorizations.php:297
|
662 |
+
msgid "Plugin"
|
663 |
+
msgstr "プラグイン"
|
664 |
+
|
665 |
+
#: admin/manage-authorizations.php:299
|
666 |
+
#, php-format
|
667 |
+
msgid "Account ID %s"
|
668 |
+
msgstr "アカウントID%s"
|
669 |
+
|
670 |
+
#: admin/manage-authorizations.php:301
|
671 |
+
msgid "Action"
|
672 |
+
msgstr "アクション"
|
673 |
+
|
674 |
+
#: admin/manage-authorizations.php:336
|
675 |
+
msgid "Not Applicable"
|
676 |
+
msgstr "適用できない"
|
677 |
+
|
678 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
679 |
+
msgid "Delete"
|
680 |
+
msgstr "デリート"
|
681 |
+
|
682 |
+
#: admin/manage-authorizations.php:356
|
683 |
+
msgid "(Inactive)"
|
684 |
+
msgstr "(非活性)"
|
685 |
+
|
686 |
+
#: admin/manage-authorizations.php:376
|
687 |
+
msgid "No Authorizations"
|
688 |
+
msgstr "承認なし"
|
689 |
+
|
690 |
+
#: admin/manage-authorizations.php:382
|
691 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
692 |
+
msgstr "つなげられない。カールとファイアウォールの設定を確認してください"
|
693 |
+
|
694 |
+
#: admin/menu.php:15
|
695 |
+
msgid "Please check whether the email is correct."
|
696 |
+
msgstr "メールが正しいか確認してください。"
|
697 |
+
|
698 |
+
#: admin/menu.php:16
|
699 |
+
msgid "Select atleast one list."
|
700 |
+
msgstr "少なくとも1つのリストを選択してください。"
|
701 |
+
|
702 |
+
#: admin/menu.php:17
|
703 |
+
msgid "You do not have sufficient permissions"
|
704 |
+
msgstr "十分な権限がありません"
|
705 |
+
|
706 |
+
#: admin/menu.php:18
|
707 |
+
#, php-format
|
708 |
+
msgid "Account details successfully deleted from %s"
|
709 |
+
msgstr "アカウントの詳細が%sから正常に削除されました"
|
710 |
+
|
711 |
+
#: admin/menu.php:19
|
712 |
+
msgid "Thank you for enabling backlink !"
|
713 |
+
msgstr "バックリンクを有効にしていただきありがとうございます!"
|
714 |
+
|
715 |
+
#: admin/menu.php:20
|
716 |
+
#, php-format
|
717 |
+
msgid "Please connect your %s member account"
|
718 |
+
msgstr "%sメンバーアカウントに接続してください"
|
719 |
+
|
720 |
+
#: admin/menu.php:36
|
721 |
+
msgid "Settings"
|
722 |
+
msgstr "設定"
|
723 |
+
|
724 |
+
#: admin/menu.php:39
|
725 |
+
msgid "Logs"
|
726 |
+
msgstr "ログ"
|
727 |
+
|
728 |
+
#: admin/menu.php:41
|
729 |
+
msgid "Suggest a Feature"
|
730 |
+
msgstr "機能を提案する"
|
731 |
+
|
732 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
733 |
+
msgid "Enable auto publish post to my facebook account"
|
734 |
+
msgstr "ツイッターアカウントへの投稿の自動公開を有効にする"
|
735 |
+
|
736 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
737 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
738 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
739 |
+
msgid "Yes"
|
740 |
+
msgstr "はい"
|
741 |
+
|
742 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
743 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
744 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
745 |
+
msgid "No"
|
746 |
+
msgstr "ノー"
|
747 |
+
|
748 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
749 |
+
msgid "Posting method"
|
750 |
+
msgstr "投稿方法"
|
751 |
+
|
752 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
753 |
+
msgid "Simple text message"
|
754 |
+
msgstr "シンプルなテキストメッセージ"
|
755 |
+
|
756 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
757 |
+
msgid "Upload image to app album"
|
758 |
+
msgstr "アプリアルバムに画像をアップロードする"
|
759 |
+
|
760 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
761 |
+
msgid "Upload image to timeline album"
|
762 |
+
msgstr "タイムラインアルバムに画像をアップロードする"
|
763 |
+
|
764 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
765 |
+
msgid "Attach your blog post"
|
766 |
+
msgstr "ブログ投稿を添付してください"
|
767 |
+
|
768 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
769 |
+
msgid "Share a link to your blog post"
|
770 |
+
msgstr "ブログ投稿へのリンクを共有する"
|
771 |
+
|
772 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
773 |
+
msgid "Message format for posting"
|
774 |
+
msgstr "投稿用のメッセージ形式"
|
775 |
+
|
776 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
777 |
+
msgid "Insert the title of your post."
|
778 |
+
msgstr "投稿のタイトルを挿入します。"
|
779 |
+
|
780 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
781 |
+
msgid "Insert the URL where your post is displayed."
|
782 |
+
msgstr "投稿が表示されているURLを挿入します。"
|
783 |
+
|
784 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
785 |
+
msgid "Insert the excerpt of your post."
|
786 |
+
msgstr "投稿の抜粋を挿入します。"
|
787 |
+
|
788 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
789 |
+
msgid "Insert the description of your post."
|
790 |
+
msgstr "投稿の説明を挿入します。"
|
791 |
+
|
792 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
793 |
+
msgid "Insert the name of your blog."
|
794 |
+
msgstr "ブログの名前を挿入します。"
|
795 |
+
|
796 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
797 |
+
msgid "Insert the nicename of the author."
|
798 |
+
msgstr "著者のnicenameを挿入します。"
|
799 |
+
|
800 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
801 |
+
msgid "Insert the ID of your post."
|
802 |
+
msgstr "投稿のIDを挿入します。"
|
803 |
+
|
804 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
805 |
+
msgid "Insert the publish date of your post."
|
806 |
+
msgstr "投稿の公開日を挿入します。"
|
807 |
+
|
808 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
809 |
+
msgid "Insert the display name of the author."
|
810 |
+
msgstr "著者の表示名を挿入します。"
|
811 |
+
|
812 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
813 |
+
msgid "Select"
|
814 |
+
msgstr "選択する"
|
815 |
+
|
816 |
+
#: admin/settings.php:30
|
817 |
+
msgid ""
|
818 |
+
"Thanks again for using the plugin. We will never show the message again."
|
819 |
+
msgstr ""
|
820 |
+
"プラグインをご利用いただきありがとうございます。メッセージは二度と表示されま"
|
821 |
+
"せん。"
|
822 |
+
|
823 |
+
#: admin/settings.php:84
|
824 |
+
msgid "Please fill facebook application name."
|
825 |
+
msgstr "フェイスブックのアプリケーション名を入力してください。"
|
826 |
+
|
827 |
+
#: admin/settings.php:89
|
828 |
+
msgid "Please fill facebook application id."
|
829 |
+
msgstr "フェイスブックのアプリケーションIDを記入してください。"
|
830 |
+
|
831 |
+
#: admin/settings.php:94
|
832 |
+
msgid "Please fill facebook application secret."
|
833 |
+
msgstr "フェイスブックのアプリケーションの秘密を記入してください。"
|
834 |
+
|
835 |
+
#: admin/settings.php:137
|
836 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
837 |
+
msgstr "状態が一致しません。あなたはCSRFの犠牲者かもしれません。"
|
838 |
+
|
839 |
+
#: admin/settings.php:146
|
840 |
+
msgid ""
|
841 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
842 |
+
"and firewall settings."
|
843 |
+
msgstr ""
|
844 |
+
"フェイスブックアプリケーションを承認できません。 curl / fopenとファイアウォー"
|
845 |
+
"ルの設定を確認してください。"
|
846 |
+
|
847 |
+
#: admin/settings.php:156
|
848 |
+
#, php-format
|
849 |
+
msgid "Successfully connected to %s member area"
|
850 |
+
msgstr "%sメンバーエリアに正常に接続されました"
|
851 |
+
|
852 |
+
#: admin/settings.php:166
|
853 |
+
msgid "Selected pages saved successfully."
|
854 |
+
msgstr "選択したページが正常に保存されました。"
|
855 |
+
|
856 |
+
#: admin/settings.php:198
|
857 |
+
msgid "Facebook Settings"
|
858 |
+
msgstr "フェイスブックの設定"
|
859 |
+
|
860 |
+
#: admin/settings.php:199
|
861 |
+
msgid "General Settings"
|
862 |
+
msgstr "一般設定"
|
863 |
+
|
864 |
+
#: admin/settings.php:215 admin/settings.php:248
|
865 |
+
msgid "Application needs authorisation"
|
866 |
+
msgstr "アプリケーションには承認が必要です"
|
867 |
+
|
868 |
+
#: admin/settings.php:219 admin/settings.php:253
|
869 |
+
msgid "Authorize"
|
870 |
+
msgstr "承認する"
|
871 |
+
|
872 |
+
#: admin/settings.php:229 admin/settings.php:264
|
873 |
+
msgid "Reauthorize"
|
874 |
+
msgstr "再承認"
|
875 |
+
|
876 |
+
#: admin/settings.php:271
|
877 |
+
msgid "Application is authorized, go posting."
|
878 |
+
msgstr "アプリケーションが承認されました。投稿してください。"
|
879 |
+
|
880 |
+
#: admin/settings.php:282
|
881 |
+
msgid "Note:"
|
882 |
+
msgstr "ノート:"
|
883 |
+
|
884 |
+
#: admin/settings.php:282
|
885 |
+
msgid ""
|
886 |
+
"You have to create a Facebook application before filling the following "
|
887 |
+
"details."
|
888 |
+
msgstr ""
|
889 |
+
"次の詳細を入力する前に、フェイスブックアプリケーションを作成する必要がありま"
|
890 |
+
"す。"
|
891 |
+
|
892 |
+
#: admin/settings.php:283
|
893 |
+
msgid "Click here </a></b> to create new Facebook application."
|
894 |
+
msgstr ""
|
895 |
+
"ここをクリック</a></b>して、新しいFacebookアプリケーションを作成します。"
|
896 |
+
|
897 |
+
#: admin/settings.php:284
|
898 |
+
#, php-format
|
899 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
900 |
+
msgstr "Facebookのアプリケーションページで、<b>%s</b>に移動します。"
|
901 |
+
|
902 |
+
#: admin/settings.php:284
|
903 |
+
msgid "Set the site url as:"
|
904 |
+
msgstr "サイトのURLを次のように設定します:"
|
905 |
+
|
906 |
+
#: admin/settings.php:286
|
907 |
+
#, php-format
|
908 |
+
msgid "And then navigate to <b> %s </b>."
|
909 |
+
msgstr "次に、<b>%s</b>に移動します。"
|
910 |
+
|
911 |
+
#: admin/settings.php:286
|
912 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
913 |
+
msgstr "有効なOAuthリダイレクトURIを次のように設定します:"
|
914 |
+
|
915 |
+
#: admin/settings.php:288
|
916 |
+
#, php-format
|
917 |
+
msgid ""
|
918 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
919 |
+
"Click here."
|
920 |
+
msgstr ""
|
921 |
+
"詳細な手順については、<b> <a href=\"%s\"target=\"_blank\">ここをクリックして"
|
922 |
+
"ください。"
|
923 |
+
|
924 |
+
#: admin/settings.php:300
|
925 |
+
msgid "All fields given below are mandatory"
|
926 |
+
msgstr "以下に示すすべてのフィールドは必須です"
|
927 |
+
|
928 |
+
#: admin/settings.php:312
|
929 |
+
msgid "Application name"
|
930 |
+
msgstr "アプリケーション名"
|
931 |
+
|
932 |
+
#: admin/settings.php:313
|
933 |
+
msgid "This is for tracking purpose"
|
934 |
+
msgstr "これは追跡目的です"
|
935 |
+
|
936 |
+
#: admin/settings.php:321
|
937 |
+
msgid "Application Selection"
|
938 |
+
msgstr "アプリケーションの選択"
|
939 |
+
|
940 |
+
#: admin/settings.php:325
|
941 |
+
msgid "Own App"
|
942 |
+
msgstr "自分のアプリ"
|
943 |
+
|
944 |
+
#: admin/settings.php:325
|
945 |
+
msgid "requires app submission and Facebook review"
|
946 |
+
msgstr "アプリの提出とフェイスブックのレビューが必要です"
|
947 |
+
|
948 |
+
#: admin/settings.php:325
|
949 |
+
msgid "Help"
|
950 |
+
msgstr "ヘルプ"
|
951 |
+
|
952 |
+
#: admin/settings.php:327
|
953 |
+
msgid "App approval service available for 50 USD"
|
954 |
+
msgstr "50米ドルで利用可能なアプリ承認サービス"
|
955 |
+
|
956 |
+
#: admin/settings.php:330
|
957 |
+
msgid "Expected time frame"
|
958 |
+
msgstr "予想される時間枠"
|
959 |
+
|
960 |
+
#: admin/settings.php:330
|
961 |
+
msgid "30 days"
|
962 |
+
msgstr "30日"
|
963 |
+
|
964 |
+
#: admin/settings.php:331
|
965 |
+
msgid "Required details"
|
966 |
+
msgstr "必要な詳細"
|
967 |
+
|
968 |
+
#: admin/settings.php:331
|
969 |
+
msgid "1. WordPress login"
|
970 |
+
msgstr "1.WordPressログイン"
|
971 |
+
|
972 |
+
#: admin/settings.php:332
|
973 |
+
msgid ""
|
974 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
975 |
+
msgstr ""
|
976 |
+
"2.レビュー送信用のフェイスブック開発者アプリへの管理者アクセス(一時的)。"
|
977 |
+
|
978 |
+
#: admin/settings.php:333
|
979 |
+
#, php-format
|
980 |
+
msgid ""
|
981 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
982 |
+
msgstr ""
|
983 |
+
"詳細については、<a href=\"%s\"target=\"_blank\">サポートデスクにお問い合わせ"
|
984 |
+
"ください"
|
985 |
+
|
986 |
+
#: admin/settings.php:337
|
987 |
+
#, php-format
|
988 |
+
msgid "%s App ( ready to publish )"
|
989 |
+
msgstr "%sアプリ(公開する準備ができています)"
|
990 |
+
|
991 |
+
#: admin/settings.php:338
|
992 |
+
msgid "Starts from 10 USD per year"
|
993 |
+
msgstr "年間10米ドルから"
|
994 |
+
|
995 |
+
#: admin/settings.php:341
|
996 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
997 |
+
msgstr "30日間の無料トライアルをご利用いただけます"
|
998 |
+
|
999 |
+
#: admin/settings.php:344
|
1000 |
+
#, php-format
|
1001 |
+
msgid "How to use %s application?"
|
1002 |
+
msgstr "%sアプリケーションの使用方法は?"
|
1003 |
+
|
1004 |
+
#: admin/settings.php:355
|
1005 |
+
#, php-format
|
1006 |
+
msgid "Connect your %s account"
|
1007 |
+
msgstr "%sアカウントを接続します"
|
1008 |
+
|
1009 |
+
#: admin/settings.php:361
|
1010 |
+
msgid "Application id"
|
1011 |
+
msgstr "アプリケーションID"
|
1012 |
+
|
1013 |
+
#: admin/settings.php:370
|
1014 |
+
msgid "Application secret"
|
1015 |
+
msgstr "アプリケーションシークレット"
|
1016 |
+
|
1017 |
+
#: admin/settings.php:381
|
1018 |
+
msgid ""
|
1019 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1020 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1021 |
+
msgstr ""
|
1022 |
+
"Facebookページでアプリアルバム(<b>アプリケーション名</ b>)を作成します。投"
|
1023 |
+
"稿方法を使用している場合は<br/><b>アプリアルバムに画像をアップロードします"
|
1024 |
+
|
1025 |
+
#: admin/settings.php:388
|
1026 |
+
msgid "Text message with image"
|
1027 |
+
msgstr "画像付きのテキストメッセージ"
|
1028 |
+
|
1029 |
+
#: admin/settings.php:395
|
1030 |
+
msgid "Text message with attached link"
|
1031 |
+
msgstr "リンクが添付されたテキストメッセージ"
|
1032 |
+
|
1033 |
+
#: admin/settings.php:406
|
1034 |
+
msgid "Enforce og tags for Facebook"
|
1035 |
+
msgstr "フェイスブックにogタグを適用する"
|
1036 |
+
|
1037 |
+
#: admin/settings.php:408
|
1038 |
+
msgid ""
|
1039 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1040 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1041 |
+
"Attach your blog post."
|
1042 |
+
msgstr ""
|
1043 |
+
"有効にすると、Facebookへの投稿中にOpen Graphタグが生成されます。これは、投稿"
|
1044 |
+
"方法を使用する場合に<b>ブログ投稿へのリンクを共有する</b>または<b>ブログ投稿"
|
1045 |
+
"を添付する場合です。"
|
1046 |
+
|
1047 |
+
#: admin/settings.php:418
|
1048 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1049 |
+
msgstr "Facebookに公開する前にFacebookのキャッシュをクリアする"
|
1050 |
+
|
1051 |
+
#: admin/settings.php:437
|
1052 |
+
msgid ""
|
1053 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1054 |
+
"Text message with image </b>posting methods"
|
1055 |
+
msgstr ""
|
1056 |
+
"<b>リンクが添付されたテキストメッセージ</b><br/>または<b>画像付きのテキスト"
|
1057 |
+
"メッセージ</b>の投稿方法の場合はオプション"
|
1058 |
+
|
1059 |
+
#: admin/settings.php:500
|
1060 |
+
msgid "Select facebook pages for auto publish"
|
1061 |
+
msgstr "自動公開するFacebookページを選択します"
|
1062 |
+
|
1063 |
+
#: admin/settings.php:505
|
1064 |
+
msgid "Select All"
|
1065 |
+
msgstr "すべて選択"
|
1066 |
+
|
1067 |
+
#: admin/settings.php:525
|
1068 |
+
msgid "Selected facebook pages for auto publish"
|
1069 |
+
msgstr "自動公開用に選択されたFacebookページ"
|
1070 |
+
|
1071 |
+
#: admin/settings.php:549
|
1072 |
+
msgid "Save"
|
1073 |
+
msgstr "保存"
|
1074 |
+
|
1075 |
+
#: admin/settings.php:553
|
1076 |
+
msgid "Free trial is available only for first time users"
|
1077 |
+
msgstr "無料トライアルは初めてのユーザーのみが利用できます"
|
1078 |
+
|
1079 |
+
#: admin/settings.php:556
|
1080 |
+
msgid "Use reauthorize button to change selected values"
|
1081 |
+
msgstr "再承認ボタンを使用して、選択した値を変更します"
|
1082 |
+
|
1083 |
+
#: admin/settings.php:649
|
1084 |
+
msgid "Basic Settings"
|
1085 |
+
msgstr "基本設定"
|
1086 |
+
|
1087 |
+
#: admin/settings.php:651
|
1088 |
+
msgid "Publish wordpress `posts` to facebook"
|
1089 |
+
msgstr "ワードプレスの「投稿」をFacebookに公開する"
|
1090 |
+
|
1091 |
+
#: admin/settings.php:660
|
1092 |
+
msgid "Publish wordpress `pages` to facebook"
|
1093 |
+
msgstr "ワードプレスの `ページ`をFacebookに公開する"
|
1094 |
+
|
1095 |
+
#: admin/settings.php:685
|
1096 |
+
msgid "Select wordpress custom post types for auto publish"
|
1097 |
+
msgstr "自動公開用のWordPressカスタム投稿タイプを選択"
|
1098 |
+
|
1099 |
+
#: admin/settings.php:701
|
1100 |
+
msgid "Advanced Settings"
|
1101 |
+
msgstr "高度な設定"
|
1102 |
+
|
1103 |
+
#: admin/settings.php:703
|
1104 |
+
msgid "Select post categories for auto publish"
|
1105 |
+
msgstr "自動公開する投稿カテゴリを選択します"
|
1106 |
+
|
1107 |
+
#: admin/settings.php:708
|
1108 |
+
msgid "All"
|
1109 |
+
msgstr "全て"
|
1110 |
+
|
1111 |
+
#: admin/settings.php:710
|
1112 |
+
msgid "Specific"
|
1113 |
+
msgstr "明確"
|
1114 |
+
|
1115 |
+
#: admin/settings.php:745
|
1116 |
+
msgid "NIL"
|
1117 |
+
msgstr "ニル"
|
1118 |
+
|
1119 |
+
#: admin/settings.php:750
|
1120 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1121 |
+
msgstr "投稿/ページ/カスタム投稿タイプの編集時に自動公開"
|
1122 |
+
|
1123 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1124 |
+
msgid "Enabled"
|
1125 |
+
msgstr "有効"
|
1126 |
+
|
1127 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1128 |
+
msgid "Disabled"
|
1129 |
+
msgstr "使用禁止"
|
1130 |
+
|
1131 |
+
#: admin/settings.php:755
|
1132 |
+
msgid "Use settings from post creation or post updation"
|
1133 |
+
msgstr "投稿の作成または更新の設定を使用する"
|
1134 |
+
|
1135 |
+
#: admin/settings.php:759
|
1136 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1137 |
+
msgstr "投稿/ページ/カスタム投稿タイプの作成時に自動公開"
|
1138 |
+
|
1139 |
+
#: admin/settings.php:768
|
1140 |
+
msgid "Enable SSL peer verification in remote requests"
|
1141 |
+
msgstr "リモートリクエストでSSLピア検証を有効にする"
|
1142 |
+
|
1143 |
+
#: admin/settings.php:776
|
1144 |
+
msgid "Apply filters during publishing"
|
1145 |
+
msgstr "公開中にフィルターを適用する"
|
1146 |
+
|
1147 |
+
#: admin/settings.php:813
|
1148 |
+
msgid "Other Settings"
|
1149 |
+
msgstr "その他の設定"
|
1150 |
+
|
1151 |
+
#: admin/settings.php:816
|
1152 |
+
msgid "Enable credit link to author"
|
1153 |
+
msgstr "著者へのクレジットリンクを有効にする"
|
1154 |
+
|
1155 |
+
#: admin/settings.php:825
|
1156 |
+
msgid "Enable premium version ads"
|
1157 |
+
msgstr "プレミアムバージョンの広告を有効にする"
|
1158 |
+
|
1159 |
+
#: admin/settings.php:839
|
1160 |
+
msgid "Update Settings"
|
1161 |
+
msgstr "設定を更新"
|
1162 |
+
|
1163 |
+
#: facebook-auto-publish.php:31
|
1164 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1165 |
+
msgstr ""
|
1166 |
+
"やあ!私は単なるプラグインであり、直接呼び出されたときにできることはあまりあ"
|
1167 |
+
"りません。"
|
languages/facebook-auto-publish-pt_PT.mo
ADDED
Binary file
|
languages/facebook-auto-publish-pt_PT.po
ADDED
@@ -0,0 +1,1185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:46+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:48+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: pt_PT\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=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%s publica automaticamente postagens do seu blog em suas páginas do "
|
41 |
+
"Facebook. Ele permite que você filtre postagens com base em tipos de "
|
42 |
+
"postagem e categorias. %s é desenvolvido e mantido por"
|
43 |
+
|
44 |
+
#: admin/about.php:17
|
45 |
+
#, php-format
|
46 |
+
msgid ""
|
47 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
48 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
49 |
+
"included a quick comparison of the free and premium plugins for your "
|
50 |
+
"reference."
|
51 |
+
msgstr ""
|
52 |
+
"Se você gostaria de ter mais recursos, tente <a href=\"%s\" target=\"_blank"
|
53 |
+
"\">%s</a> que é uma versão premium deste plugin. Incluímos uma comparação "
|
54 |
+
"rápida dos plugins gratuitos e premium para sua referência."
|
55 |
+
|
56 |
+
#: admin/about.php:23
|
57 |
+
msgid "Feature group"
|
58 |
+
msgstr "Grupo de recursos"
|
59 |
+
|
60 |
+
#: admin/about.php:24
|
61 |
+
msgid "Feature"
|
62 |
+
msgstr "Característica"
|
63 |
+
|
64 |
+
#: admin/about.php:25
|
65 |
+
msgid "Free"
|
66 |
+
msgstr "Gratuito"
|
67 |
+
|
68 |
+
#: admin/about.php:27
|
69 |
+
msgid "Premium"
|
70 |
+
msgstr "Prêmio"
|
71 |
+
|
72 |
+
#: admin/about.php:29
|
73 |
+
#, php-format
|
74 |
+
msgid "%s Premium"
|
75 |
+
msgstr "%s Premium"
|
76 |
+
|
77 |
+
#: admin/about.php:34
|
78 |
+
msgid "Supported Media"
|
79 |
+
msgstr "Mídia compatível"
|
80 |
+
|
81 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
82 |
+
msgid "Facebook"
|
83 |
+
msgstr "Facebook"
|
84 |
+
|
85 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
86 |
+
msgid "Twitter"
|
87 |
+
msgstr "Twitter"
|
88 |
+
|
89 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
90 |
+
msgid "LinkedIn"
|
91 |
+
msgstr "LinkedIn"
|
92 |
+
|
93 |
+
#: admin/about.php:63
|
94 |
+
msgid "Instagram"
|
95 |
+
msgstr "Instagram"
|
96 |
+
|
97 |
+
#: admin/about.php:72
|
98 |
+
msgid "Tumblr"
|
99 |
+
msgstr "Tumblr"
|
100 |
+
|
101 |
+
#: admin/about.php:81
|
102 |
+
msgid "Pinterest"
|
103 |
+
msgstr "Pinterest"
|
104 |
+
|
105 |
+
#: admin/about.php:92
|
106 |
+
msgid "Posting Options"
|
107 |
+
msgstr "Opções de postagem"
|
108 |
+
|
109 |
+
#: admin/about.php:93
|
110 |
+
msgid "Publish to facebook pages"
|
111 |
+
msgstr "Publicar em páginas do facebook"
|
112 |
+
|
113 |
+
#: admin/about.php:102
|
114 |
+
msgid "Publish to facebook groups"
|
115 |
+
msgstr "Publicar em grupos do Facebook"
|
116 |
+
|
117 |
+
#: admin/about.php:111
|
118 |
+
msgid "Publish to twitter profile"
|
119 |
+
msgstr "Publicar no perfil do Twitter"
|
120 |
+
|
121 |
+
#: admin/about.php:121
|
122 |
+
msgid "Publish to linkedin profile/company pages"
|
123 |
+
msgstr "Publicar nas páginas do perfil/empresa do linkedin"
|
124 |
+
|
125 |
+
#: admin/about.php:130
|
126 |
+
msgid "Publish to instagram Business accounts"
|
127 |
+
msgstr "Publicar em contas comerciais do instagram"
|
128 |
+
|
129 |
+
#: admin/about.php:139
|
130 |
+
msgid "Publish to tumblr profile"
|
131 |
+
msgstr "Publicar no perfil do tumblr"
|
132 |
+
|
133 |
+
#: admin/about.php:149
|
134 |
+
msgid "Publish to pinterest boards"
|
135 |
+
msgstr "Publicar em pastas do pinterest"
|
136 |
+
|
137 |
+
#: admin/about.php:158
|
138 |
+
msgid "Option to add twitter image description for visually impaired people"
|
139 |
+
msgstr ""
|
140 |
+
"Opção para adicionar descrição de imagem do twitter para pessoas com "
|
141 |
+
"deficiência visual"
|
142 |
+
|
143 |
+
#: admin/about.php:167
|
144 |
+
msgid "Option to republish existing posts"
|
145 |
+
msgstr "Opção para republicar postagens existentes"
|
146 |
+
|
147 |
+
#: admin/about.php:177
|
148 |
+
msgid "Publish to multiple social media accounts"
|
149 |
+
msgstr "Publicar em várias contas de mídia social"
|
150 |
+
|
151 |
+
#: admin/about.php:187
|
152 |
+
msgid ""
|
153 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
154 |
+
msgstr ""
|
155 |
+
"Formato de mensagem separado para publicação em várias contas de mídia social"
|
156 |
+
|
157 |
+
#: admin/about.php:197
|
158 |
+
msgid "Save auto publish settings of individual posts"
|
159 |
+
msgstr "Salvar configurações de publicação automática de postagens individuais"
|
160 |
+
|
161 |
+
#: admin/about.php:207
|
162 |
+
msgid ""
|
163 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
164 |
+
"Pinterest"
|
165 |
+
msgstr ""
|
166 |
+
"Suporte a Hash Tags para Facebook, Twitter, Linkedin, Instagram, Pinterest e "
|
167 |
+
"Tumblr"
|
168 |
+
|
169 |
+
#: admin/about.php:216
|
170 |
+
msgid "Option to use post tags as hash tags"
|
171 |
+
msgstr "Opção de usar a tag de postagem como hashtags"
|
172 |
+
|
173 |
+
#: admin/about.php:225
|
174 |
+
msgid "Enable/Disable SSL peer verification"
|
175 |
+
msgstr "Ativar/desativar verificação de peer SSL"
|
176 |
+
|
177 |
+
#: admin/about.php:238
|
178 |
+
msgid "Image Options"
|
179 |
+
msgstr "Opções de imagem"
|
180 |
+
|
181 |
+
#: admin/about.php:239
|
182 |
+
msgid "Publish images along with post content"
|
183 |
+
msgstr "Publique imagens junto com o conteúdo da postagem"
|
184 |
+
|
185 |
+
#: admin/about.php:250
|
186 |
+
msgid ""
|
187 |
+
"Separate default image url for publishing to multiple social media accounts"
|
188 |
+
msgstr ""
|
189 |
+
"URL de imagem padrão separado para publicação em várias contas de mídia "
|
190 |
+
"social"
|
191 |
+
|
192 |
+
#: admin/about.php:260
|
193 |
+
msgid ""
|
194 |
+
"Option to specify preference from featured image, post content, post meta "
|
195 |
+
"and open graph tags"
|
196 |
+
msgstr ""
|
197 |
+
"Opção para especificar a preferência da imagem em destaque, postar conteúdo, "
|
198 |
+
"postar meta e abrir tags de gráfico"
|
199 |
+
|
200 |
+
#: admin/about.php:269
|
201 |
+
msgid ""
|
202 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
203 |
+
"post content"
|
204 |
+
msgstr ""
|
205 |
+
"Publique várias imagens no facebook, tumblr, linkedin e twitter junto com o "
|
206 |
+
"conteúdo da postagem"
|
207 |
+
|
208 |
+
#: admin/about.php:278
|
209 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
210 |
+
msgstr ""
|
211 |
+
"Opção para especificar a preferência multifoto do conteúdo da postagem e da "
|
212 |
+
"meta da postagem"
|
213 |
+
|
214 |
+
#: admin/about.php:289
|
215 |
+
msgid "Video/Audio Options"
|
216 |
+
msgstr "Opções de vídeo/áudio"
|
217 |
+
|
218 |
+
#: admin/about.php:290
|
219 |
+
msgid ""
|
220 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
221 |
+
"with post content"
|
222 |
+
msgstr ""
|
223 |
+
"Publique vídeo no facebook, tumblr, Linkedin, Instagram e twitter junto com "
|
224 |
+
"o conteúdo da postagem"
|
225 |
+
|
226 |
+
#: admin/about.php:300
|
227 |
+
msgid ""
|
228 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
229 |
+
msgstr ""
|
230 |
+
"Opção para especificar a preferência de conteúdo de postagem, meta de "
|
231 |
+
"postagem e tags de gráfico aberto"
|
232 |
+
|
233 |
+
#: admin/about.php:309
|
234 |
+
msgid "Publish audio to tumblr along with post content"
|
235 |
+
msgstr "Publique áudio no tumblr junto com o conteúdo da postagem"
|
236 |
+
|
237 |
+
#: admin/about.php:318
|
238 |
+
msgid ""
|
239 |
+
"Option to specify audio preference from post content, post meta and open "
|
240 |
+
"graph tags"
|
241 |
+
msgstr ""
|
242 |
+
"Opção para especificar a preferência de áudio do conteúdo da postagem, meta "
|
243 |
+
"de postagem e tags de gráfico aberto"
|
244 |
+
|
245 |
+
#: admin/about.php:329
|
246 |
+
msgid "Filter Options"
|
247 |
+
msgstr "Opções de filtro"
|
248 |
+
|
249 |
+
#: admin/about.php:330
|
250 |
+
msgid "Filter posts to publish based on categories"
|
251 |
+
msgstr "Filtre postagens para publicar com base em categorias"
|
252 |
+
|
253 |
+
#: admin/about.php:340
|
254 |
+
msgid "Filter posts to publish based on custom post types"
|
255 |
+
msgstr ""
|
256 |
+
"Filtre as postagens para publicar com base nos tipos de postagem "
|
257 |
+
"personalizados"
|
258 |
+
|
259 |
+
#: admin/about.php:349
|
260 |
+
msgid "Filter posts to publish based on sticky posts"
|
261 |
+
msgstr "Filtre postagens para publicar com base em postagens fixas"
|
262 |
+
|
263 |
+
#: admin/about.php:359
|
264 |
+
msgid "Configuration to enable/disable page publishing"
|
265 |
+
msgstr "Configuração para habilitar/desabilitar a publicação de páginas"
|
266 |
+
|
267 |
+
#: admin/about.php:369
|
268 |
+
msgid "Category filter for individual accounts"
|
269 |
+
msgstr "Filtro de categoria para contas individuais"
|
270 |
+
|
271 |
+
#: admin/about.php:379
|
272 |
+
msgid "Custom post type filter for individual accounts"
|
273 |
+
msgstr "Filtro de tipo de postagem personalizado para contas individuais"
|
274 |
+
|
275 |
+
#: admin/about.php:389
|
276 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
277 |
+
msgstr "Ativar/desativar a publicação de páginas para contas individuais"
|
278 |
+
|
279 |
+
#: admin/about.php:398
|
280 |
+
msgid "Override auto publish scheduling for individual accounts"
|
281 |
+
msgstr ""
|
282 |
+
"Substituir a programação de publicação automática para contas individuais"
|
283 |
+
|
284 |
+
#: admin/about.php:407
|
285 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
286 |
+
msgstr ""
|
287 |
+
"Substituir a publicação automática com base em postagens fixas para contas "
|
288 |
+
"individuais"
|
289 |
+
|
290 |
+
#: admin/about.php:418
|
291 |
+
msgid "Scheduling"
|
292 |
+
msgstr "Agendamento"
|
293 |
+
|
294 |
+
#: admin/about.php:419
|
295 |
+
msgid "Instantaneous post publishing"
|
296 |
+
msgstr "Publicação instantânea de postagens"
|
297 |
+
|
298 |
+
#: admin/about.php:429
|
299 |
+
msgid "Scheduled post publishing using cron"
|
300 |
+
msgstr "Publicação de postagem agendada usando cron"
|
301 |
+
|
302 |
+
#: admin/about.php:439
|
303 |
+
msgid "Status summary of auto publish tasks by mail"
|
304 |
+
msgstr "Resumo do status das tarefas de publicação automática por e-mail"
|
305 |
+
|
306 |
+
#: admin/about.php:449
|
307 |
+
msgid "Configurable auto publishing time interval"
|
308 |
+
msgstr "Intervalo de tempo de publicação automática configurável"
|
309 |
+
|
310 |
+
#: admin/about.php:463
|
311 |
+
msgid "Publishing History"
|
312 |
+
msgstr "Histórico de publicação"
|
313 |
+
|
314 |
+
#: admin/about.php:464
|
315 |
+
msgid "View auto publish history"
|
316 |
+
msgstr "Ver histórico de publicação automática"
|
317 |
+
|
318 |
+
#: admin/about.php:473
|
319 |
+
msgid "View auto publish error logs"
|
320 |
+
msgstr "Ver registros de erros de publicação automática"
|
321 |
+
|
322 |
+
#: admin/about.php:483
|
323 |
+
msgid "Option to republish post"
|
324 |
+
msgstr "Opção para republicar postagem"
|
325 |
+
|
326 |
+
#: admin/about.php:493
|
327 |
+
msgid "Option to reschedule publishing"
|
328 |
+
msgstr "Opção para reagendar a publicação"
|
329 |
+
|
330 |
+
#: admin/about.php:503
|
331 |
+
msgid "Installation and Support"
|
332 |
+
msgstr "Instalação e Suporte"
|
333 |
+
|
334 |
+
#: admin/about.php:504
|
335 |
+
msgid "Free Installation"
|
336 |
+
msgstr "Instalação Gratuita"
|
337 |
+
|
338 |
+
#: admin/about.php:513
|
339 |
+
msgid "Privilege customer support"
|
340 |
+
msgstr "Suporte ao cliente privilegiado"
|
341 |
+
|
342 |
+
#: admin/about.php:523
|
343 |
+
msgid "Addon Features"
|
344 |
+
msgstr "Recursos adicionais"
|
345 |
+
|
346 |
+
#: admin/about.php:524
|
347 |
+
msgid "Advanced Autopublish Scheduler"
|
348 |
+
msgstr "Agendador de publicação automática avançada"
|
349 |
+
|
350 |
+
#: admin/about.php:533
|
351 |
+
msgid "URL-Shortener"
|
352 |
+
msgstr "Encurtador de URL"
|
353 |
+
|
354 |
+
#: admin/about.php:542
|
355 |
+
msgid "Privilege Management"
|
356 |
+
msgstr "Gerenciamento de privilégios"
|
357 |
+
|
358 |
+
#: admin/about.php:551
|
359 |
+
msgid "Other"
|
360 |
+
msgstr "Outro"
|
361 |
+
|
362 |
+
#: admin/about.php:553
|
363 |
+
#, php-format
|
364 |
+
msgid ""
|
365 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
366 |
+
msgstr ""
|
367 |
+
"Pacote de API %s por 1 ano, no valor de 10 USD (1 conta fb, 10 chamadas de "
|
368 |
+
"API por hora)"
|
369 |
+
|
370 |
+
#: admin/about.php:555
|
371 |
+
msgid "1 month free subscription"
|
372 |
+
msgstr "1 mês de assinatura grátis"
|
373 |
+
|
374 |
+
#: admin/about.php:557
|
375 |
+
msgid "1 year free subscription"
|
376 |
+
msgstr "1 ano de assinatura grátis"
|
377 |
+
|
378 |
+
#: admin/about.php:563
|
379 |
+
msgid "Price"
|
380 |
+
msgstr "Preço"
|
381 |
+
|
382 |
+
#: admin/about.php:564
|
383 |
+
msgid "FREE"
|
384 |
+
msgstr "GRATUITO"
|
385 |
+
|
386 |
+
#: admin/about.php:565
|
387 |
+
msgid "Starts from 39 USD"
|
388 |
+
msgstr "A partir de 39 USD"
|
389 |
+
|
390 |
+
#: admin/about.php:566
|
391 |
+
msgid "Starts from 69 USD"
|
392 |
+
msgstr "A partir de 69 USD"
|
393 |
+
|
394 |
+
#: admin/about.php:569
|
395 |
+
msgid "Purchase"
|
396 |
+
msgstr "Compra"
|
397 |
+
|
398 |
+
#: admin/about.php:571
|
399 |
+
msgid "Buy Now"
|
400 |
+
msgstr "Compre Agora"
|
401 |
+
|
402 |
+
#: admin/about.php:578
|
403 |
+
msgid "Pinterest is added on experimental basis."
|
404 |
+
msgstr "O Pinterest é adicionado em caráter experimental."
|
405 |
+
|
406 |
+
#: admin/admin-notices.php:41
|
407 |
+
#, php-format
|
408 |
+
msgid ""
|
409 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
410 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
411 |
+
"with the continued development of the plugin using any of the below methods?"
|
412 |
+
msgstr ""
|
413 |
+
"Obrigado por usar o plug-in <a href=\"%s\" target=\"_blank\"> %s </a> de <a "
|
414 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Você consideraria nos apoiar com o "
|
415 |
+
"desenvolvimento contínuo do plugin usando qualquer um dos métodos abaixo?"
|
416 |
+
|
417 |
+
#: admin/admin-notices.php:45
|
418 |
+
msgid "Rate it 5★'s on wordpress"
|
419 |
+
msgstr "Avalie 5★ no wordpress"
|
420 |
+
|
421 |
+
#: admin/admin-notices.php:47
|
422 |
+
msgid "Enable Backlink"
|
423 |
+
msgstr "Ativar backlink"
|
424 |
+
|
425 |
+
#: admin/admin-notices.php:49
|
426 |
+
msgid "Share on"
|
427 |
+
msgstr "Compartilhar no"
|
428 |
+
|
429 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
430 |
+
msgid "Donate"
|
431 |
+
msgstr "Doar"
|
432 |
+
|
433 |
+
#: admin/admin-notices.php:52
|
434 |
+
msgid "Don't Show This Again"
|
435 |
+
msgstr "Não mostre isso de novo"
|
436 |
+
|
437 |
+
#: admin/fbap-suggest-feature.php:10
|
438 |
+
msgid "Thank you for the suggestion."
|
439 |
+
msgstr "Obrigado pela sugestão."
|
440 |
+
|
441 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
442 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
443 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
444 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
445 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
446 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
447 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
448 |
+
msgid "Dismiss"
|
449 |
+
msgstr "Demitir"
|
450 |
+
|
451 |
+
#: admin/fbap-suggest-feature.php:18
|
452 |
+
#, php-format
|
453 |
+
msgid "%s not able to process the request."
|
454 |
+
msgstr "%s não pode processar a solicitação."
|
455 |
+
|
456 |
+
#: admin/fbap-suggest-feature.php:26
|
457 |
+
msgid "Please suggest a feature."
|
458 |
+
msgstr "Por favor, sugira um recurso."
|
459 |
+
|
460 |
+
#: admin/fbap-suggest-feature.php:60
|
461 |
+
msgid "Contribute And Get Rewarded"
|
462 |
+
msgstr "Contribua e seja recompensado"
|
463 |
+
|
464 |
+
#: admin/fbap-suggest-feature.php:61
|
465 |
+
msgid ""
|
466 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
467 |
+
"premium version of this plugin."
|
468 |
+
msgstr ""
|
469 |
+
"Sugira um recurso para este plugin e tenha a chance de obter uma cópia "
|
470 |
+
"gratuita da versão premium deste plugin."
|
471 |
+
|
472 |
+
#: admin/fbap-suggest-feature.php:67
|
473 |
+
msgid "Send Mail To Us"
|
474 |
+
msgstr "Envie um e-mail para nós"
|
475 |
+
|
476 |
+
#: admin/footer.php:10
|
477 |
+
#, php-format
|
478 |
+
msgid "Fully Featured %s Plugin"
|
479 |
+
msgstr "Plugin %s Completo"
|
480 |
+
|
481 |
+
#: admin/footer.php:11
|
482 |
+
msgid "Just 39 USD"
|
483 |
+
msgstr "Apenas 39 dólares"
|
484 |
+
|
485 |
+
#: admin/footer.php:21
|
486 |
+
msgid "Compare Features"
|
487 |
+
msgstr "Comparar recursos"
|
488 |
+
|
489 |
+
#: admin/footer.php:30
|
490 |
+
msgid "Follow Us"
|
491 |
+
msgstr "Siga-nos"
|
492 |
+
|
493 |
+
#: admin/footer.php:37
|
494 |
+
msgid "Support"
|
495 |
+
msgstr "Apoiar"
|
496 |
+
|
497 |
+
#: admin/footer.php:39
|
498 |
+
msgid "Contact Us"
|
499 |
+
msgstr "Contate-Nos"
|
500 |
+
|
501 |
+
#: admin/footer.php:40
|
502 |
+
msgid "Please Rate Us"
|
503 |
+
msgstr "Avalie-nos"
|
504 |
+
|
505 |
+
#: admin/footer.php:44
|
506 |
+
msgid "Create a ticket at Wordpress forum"
|
507 |
+
msgstr "Criar um ticket no fórum Wordpress"
|
508 |
+
|
509 |
+
#: admin/footer.php:47
|
510 |
+
msgid "Stay tuned for our updates"
|
511 |
+
msgstr "Fique atento às nossas atualizações"
|
512 |
+
|
513 |
+
#: admin/footer.php:112
|
514 |
+
msgid "Name"
|
515 |
+
msgstr "Nome"
|
516 |
+
|
517 |
+
#: admin/footer.php:127
|
518 |
+
msgid "Email"
|
519 |
+
msgstr "E-mail"
|
520 |
+
|
521 |
+
#: admin/footer.php:129
|
522 |
+
msgid "Subscribe"
|
523 |
+
msgstr "Subscrever"
|
524 |
+
|
525 |
+
#: admin/footer.php:144
|
526 |
+
msgid "Our Plugins"
|
527 |
+
msgstr "Nossos plug-ins"
|
528 |
+
|
529 |
+
#: admin/footer.php:165
|
530 |
+
msgid "Powered by"
|
531 |
+
msgstr "Distribuído por"
|
532 |
+
|
533 |
+
#: admin/header.php:19 admin/settings.php:129
|
534 |
+
msgid "Settings updated successfully."
|
535 |
+
msgstr "Configurações atualizadas com sucesso."
|
536 |
+
|
537 |
+
#: admin/header.php:32
|
538 |
+
msgid "Thank you for enabling backlink."
|
539 |
+
msgstr "Obrigado por habilitar o backlink."
|
540 |
+
|
541 |
+
#: admin/header.php:48
|
542 |
+
msgid "Please do a favour by enabling backlink to our site."
|
543 |
+
msgstr "Por favor, faça um favor ativando o backlink para o nosso site."
|
544 |
+
|
545 |
+
#: admin/header.php:48
|
546 |
+
msgid "Okay, Enable"
|
547 |
+
msgstr "Ok, ativar"
|
548 |
+
|
549 |
+
#: admin/header.php:104
|
550 |
+
msgid "FAQ"
|
551 |
+
msgstr "Perguntas frequentes"
|
552 |
+
|
553 |
+
#: admin/header.php:107
|
554 |
+
msgid "Readme"
|
555 |
+
msgstr "Leia-me"
|
556 |
+
|
557 |
+
#: admin/header.php:110 admin/menu.php:40
|
558 |
+
msgid "About"
|
559 |
+
msgstr "Cerca de"
|
560 |
+
|
561 |
+
#: admin/logs.php:13
|
562 |
+
msgid "Auto Publish Logs"
|
563 |
+
msgstr "Registros de publicação automática"
|
564 |
+
|
565 |
+
#: admin/logs.php:14
|
566 |
+
msgid "Last ten logs"
|
567 |
+
msgstr "Últimos dez registros"
|
568 |
+
|
569 |
+
#: admin/logs.php:19
|
570 |
+
msgid "Post Id"
|
571 |
+
msgstr "Código da postagem"
|
572 |
+
|
573 |
+
#: admin/logs.php:20
|
574 |
+
msgid "Post Title"
|
575 |
+
msgstr "Título da postagem"
|
576 |
+
|
577 |
+
#: admin/logs.php:21
|
578 |
+
msgid "Published On"
|
579 |
+
msgstr "Publicado em"
|
580 |
+
|
581 |
+
#: admin/logs.php:22
|
582 |
+
msgid "Status"
|
583 |
+
msgstr "Estado"
|
584 |
+
|
585 |
+
#: admin/logs.php:42
|
586 |
+
msgid "No logs Found"
|
587 |
+
msgstr "Nenhum registro encontrado"
|
588 |
+
|
589 |
+
#: admin/logs.php:103
|
590 |
+
msgid ""
|
591 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
592 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
593 |
+
"calls, if enabled option for clearing cache)."
|
594 |
+
msgstr ""
|
595 |
+
"Para publicar uma mensagem de texto simples, levará 1 chamada de API, a "
|
596 |
+
"opção de upload de imagem fará 2-3 chamadas de API e a opção de link anexará "
|
597 |
+
"1 chamada de API (2 chamadas de API, se habilitada opção para limpar o "
|
598 |
+
"cache)."
|
599 |
+
|
600 |
+
#: admin/manage-authorizations.php:7
|
601 |
+
#, php-format
|
602 |
+
msgid "%s Package updated successfully."
|
603 |
+
msgstr "Pacote %s atualizado com sucesso."
|
604 |
+
|
605 |
+
#: admin/manage-authorizations.php:22
|
606 |
+
#, php-format
|
607 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
608 |
+
msgstr ""
|
609 |
+
"Autorize o aplicativo %s nas configurações do Facebook para acessar esta "
|
610 |
+
"página."
|
611 |
+
|
612 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
613 |
+
msgid "Manage Authorizations"
|
614 |
+
msgstr "Gerenciar autorizações"
|
615 |
+
|
616 |
+
#: admin/manage-authorizations.php:261
|
617 |
+
msgid "Current Plan:"
|
618 |
+
msgstr "Plano atual:"
|
619 |
+
|
620 |
+
#: admin/manage-authorizations.php:263
|
621 |
+
msgid "Allowed Facebook users:"
|
622 |
+
msgstr "Usuários permitidos do Facebook:"
|
623 |
+
|
624 |
+
#: admin/manage-authorizations.php:264
|
625 |
+
msgid "API limit per account :"
|
626 |
+
msgstr "Limite de API por conta:"
|
627 |
+
|
628 |
+
#: admin/manage-authorizations.php:264
|
629 |
+
msgid "per hour"
|
630 |
+
msgstr "por hora"
|
631 |
+
|
632 |
+
#: admin/manage-authorizations.php:265
|
633 |
+
msgid "Package Expiry :"
|
634 |
+
msgstr "Validade do pacote:"
|
635 |
+
|
636 |
+
#: admin/manage-authorizations.php:266
|
637 |
+
msgid "Package Status :"
|
638 |
+
msgstr "Status do pacote:"
|
639 |
+
|
640 |
+
#: admin/manage-authorizations.php:275
|
641 |
+
msgid "Upgrade/Renew"
|
642 |
+
msgstr "Atualizar/Renovar"
|
643 |
+
|
644 |
+
#: admin/manage-authorizations.php:282
|
645 |
+
msgid "Show all entries"
|
646 |
+
msgstr "Mostrar todas as entradas"
|
647 |
+
|
648 |
+
#: admin/manage-authorizations.php:283
|
649 |
+
msgid "Show entries from current wp installation"
|
650 |
+
msgstr "Mostrar entradas da instalação wp atual"
|
651 |
+
|
652 |
+
#: admin/manage-authorizations.php:284
|
653 |
+
msgid "Show entries from other wp installations"
|
654 |
+
msgstr "Mostrar entradas de outras instalações wp"
|
655 |
+
|
656 |
+
#: admin/manage-authorizations.php:290
|
657 |
+
msgid "Facebook username"
|
658 |
+
msgstr "Nome de usuário do facebook"
|
659 |
+
|
660 |
+
#: admin/manage-authorizations.php:291
|
661 |
+
msgid "Selected pages"
|
662 |
+
msgstr "Páginas selecionadas"
|
663 |
+
|
664 |
+
#: admin/manage-authorizations.php:292
|
665 |
+
msgid "Selected groups"
|
666 |
+
msgstr "Grupos selecionados"
|
667 |
+
|
668 |
+
#: admin/manage-authorizations.php:294
|
669 |
+
#, php-format
|
670 |
+
msgid "%s url"
|
671 |
+
msgstr "%s URL"
|
672 |
+
|
673 |
+
#: admin/manage-authorizations.php:297
|
674 |
+
msgid "Plugin"
|
675 |
+
msgstr "Plugin"
|
676 |
+
|
677 |
+
#: admin/manage-authorizations.php:299
|
678 |
+
#, php-format
|
679 |
+
msgid "Account ID %s"
|
680 |
+
msgstr "ID da conta %s"
|
681 |
+
|
682 |
+
#: admin/manage-authorizations.php:301
|
683 |
+
msgid "Action"
|
684 |
+
msgstr "Açao"
|
685 |
+
|
686 |
+
#: admin/manage-authorizations.php:336
|
687 |
+
msgid "Not Applicable"
|
688 |
+
msgstr "Não aplicável"
|
689 |
+
|
690 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
691 |
+
msgid "Delete"
|
692 |
+
msgstr "Excluir"
|
693 |
+
|
694 |
+
#: admin/manage-authorizations.php:356
|
695 |
+
msgid "(Inactive)"
|
696 |
+
msgstr "(Inativo)"
|
697 |
+
|
698 |
+
#: admin/manage-authorizations.php:376
|
699 |
+
msgid "No Authorizations"
|
700 |
+
msgstr "Sem autorizações"
|
701 |
+
|
702 |
+
#: admin/manage-authorizations.php:382
|
703 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
704 |
+
msgstr "Incapaz de conectar. Verifique suas configurações de curl e firewall"
|
705 |
+
|
706 |
+
#: admin/menu.php:15
|
707 |
+
msgid "Please check whether the email is correct."
|
708 |
+
msgstr "Por favor, verifique se o e-mail está correto."
|
709 |
+
|
710 |
+
#: admin/menu.php:16
|
711 |
+
msgid "Select atleast one list."
|
712 |
+
msgstr "Selecione pelo menos uma lista."
|
713 |
+
|
714 |
+
#: admin/menu.php:17
|
715 |
+
msgid "You do not have sufficient permissions"
|
716 |
+
msgstr "Você não tem permissões suficientes"
|
717 |
+
|
718 |
+
#: admin/menu.php:18
|
719 |
+
#, php-format
|
720 |
+
msgid "Account details successfully deleted from %s"
|
721 |
+
msgstr "Detalhes da conta excluídos com sucesso de %s"
|
722 |
+
|
723 |
+
#: admin/menu.php:19
|
724 |
+
msgid "Thank you for enabling backlink !"
|
725 |
+
msgstr "Obrigado por habilitar o backlink !"
|
726 |
+
|
727 |
+
#: admin/menu.php:20
|
728 |
+
#, php-format
|
729 |
+
msgid "Please connect your %s member account"
|
730 |
+
msgstr "Por favor, conecte sua conta de membro %s"
|
731 |
+
|
732 |
+
#: admin/menu.php:36
|
733 |
+
msgid "Settings"
|
734 |
+
msgstr "Configurações"
|
735 |
+
|
736 |
+
#: admin/menu.php:39
|
737 |
+
msgid "Logs"
|
738 |
+
msgstr "Histórica"
|
739 |
+
|
740 |
+
#: admin/menu.php:41
|
741 |
+
msgid "Suggest a Feature"
|
742 |
+
msgstr "Sugerir um recurso"
|
743 |
+
|
744 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
745 |
+
msgid "Enable auto publish post to my facebook account"
|
746 |
+
msgstr "Ativar publicação automática de postagem na minha conta do Facebook"
|
747 |
+
|
748 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
749 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
750 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
751 |
+
msgid "Yes"
|
752 |
+
msgstr "Sim"
|
753 |
+
|
754 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
755 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
756 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
757 |
+
msgid "No"
|
758 |
+
msgstr "Não"
|
759 |
+
|
760 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
761 |
+
msgid "Posting method"
|
762 |
+
msgstr "Método de postagem"
|
763 |
+
|
764 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
765 |
+
msgid "Simple text message"
|
766 |
+
msgstr "Mensagem de texto simples"
|
767 |
+
|
768 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
769 |
+
msgid "Upload image to app album"
|
770 |
+
msgstr "Carregar imagem para o álbum do aplicativo"
|
771 |
+
|
772 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
773 |
+
msgid "Upload image to timeline album"
|
774 |
+
msgstr "Carregar imagem para o álbum da linha do tempo"
|
775 |
+
|
776 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
777 |
+
msgid "Attach your blog post"
|
778 |
+
msgstr "Anexe sua postagem no blog"
|
779 |
+
|
780 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
781 |
+
msgid "Share a link to your blog post"
|
782 |
+
msgstr "Compartilhar um link para sua postagem no blog"
|
783 |
+
|
784 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
785 |
+
msgid "Message format for posting"
|
786 |
+
msgstr "Por favor, preencha o formato da mensagem para postagem"
|
787 |
+
|
788 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
789 |
+
msgid "Insert the title of your post."
|
790 |
+
msgstr "Insira o título do seu post."
|
791 |
+
|
792 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
793 |
+
msgid "Insert the URL where your post is displayed."
|
794 |
+
msgstr "Insira a URL onde sua postagem é exibida."
|
795 |
+
|
796 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
797 |
+
msgid "Insert the excerpt of your post."
|
798 |
+
msgstr "Insira o trecho de sua postagem."
|
799 |
+
|
800 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
801 |
+
msgid "Insert the description of your post."
|
802 |
+
msgstr "Insira a descrição do seu post."
|
803 |
+
|
804 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
805 |
+
msgid "Insert the name of your blog."
|
806 |
+
msgstr "Insira o nome do seu blog."
|
807 |
+
|
808 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
809 |
+
msgid "Insert the nicename of the author."
|
810 |
+
msgstr "Insira o nome legal do autor."
|
811 |
+
|
812 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
813 |
+
msgid "Insert the ID of your post."
|
814 |
+
msgstr "Insira o ID da sua postagem."
|
815 |
+
|
816 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
817 |
+
msgid "Insert the publish date of your post."
|
818 |
+
msgstr "Insira a data de publicação do seu post."
|
819 |
+
|
820 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
821 |
+
msgid "Insert the display name of the author."
|
822 |
+
msgstr "Insira o nome de exibição do autor."
|
823 |
+
|
824 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
825 |
+
msgid "Select"
|
826 |
+
msgstr "Selecionar"
|
827 |
+
|
828 |
+
#: admin/settings.php:30
|
829 |
+
msgid ""
|
830 |
+
"Thanks again for using the plugin. We will never show the message again."
|
831 |
+
msgstr ""
|
832 |
+
"Obrigado novamente por usar o plugin. Nunca mais mostraremos a mensagem."
|
833 |
+
|
834 |
+
#: admin/settings.php:84
|
835 |
+
msgid "Please fill facebook application name."
|
836 |
+
msgstr "Por favor, preencha o nome do aplicativo do facebook."
|
837 |
+
|
838 |
+
#: admin/settings.php:89
|
839 |
+
msgid "Please fill facebook application id."
|
840 |
+
msgstr "Por favor, preencha o ID do aplicativo do Facebook."
|
841 |
+
|
842 |
+
#: admin/settings.php:94
|
843 |
+
msgid "Please fill facebook application secret."
|
844 |
+
msgstr "Por favor, preencha o segredo do aplicativo do facebook."
|
845 |
+
|
846 |
+
#: admin/settings.php:137
|
847 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
848 |
+
msgstr "O estado não corresponde. Você pode ser uma vítima de CSRF."
|
849 |
+
|
850 |
+
#: admin/settings.php:146
|
851 |
+
msgid ""
|
852 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
853 |
+
"and firewall settings."
|
854 |
+
msgstr ""
|
855 |
+
"Não foi possível autorizar o aplicativo do Facebook. Verifique suas "
|
856 |
+
"configurações de curl/fopen e firewall."
|
857 |
+
|
858 |
+
#: admin/settings.php:156
|
859 |
+
#, php-format
|
860 |
+
msgid "Successfully connected to %s member area"
|
861 |
+
msgstr "Conectado com sucesso à área de membros %s"
|
862 |
+
|
863 |
+
#: admin/settings.php:166
|
864 |
+
msgid "Selected pages saved successfully."
|
865 |
+
msgstr "Páginas selecionadas salvas com sucesso."
|
866 |
+
|
867 |
+
#: admin/settings.php:198
|
868 |
+
msgid "Facebook Settings"
|
869 |
+
msgstr "Configurações do Facebook"
|
870 |
+
|
871 |
+
#: admin/settings.php:199
|
872 |
+
msgid "General Settings"
|
873 |
+
msgstr "Configurações Gerais"
|
874 |
+
|
875 |
+
#: admin/settings.php:215 admin/settings.php:248
|
876 |
+
msgid "Application needs authorisation"
|
877 |
+
msgstr "O aplicativo precisa de autorização"
|
878 |
+
|
879 |
+
#: admin/settings.php:219 admin/settings.php:253
|
880 |
+
msgid "Authorize"
|
881 |
+
msgstr "Autorizar"
|
882 |
+
|
883 |
+
#: admin/settings.php:229 admin/settings.php:264
|
884 |
+
msgid "Reauthorize"
|
885 |
+
msgstr "Reautorizar"
|
886 |
+
|
887 |
+
#: admin/settings.php:271
|
888 |
+
msgid "Application is authorized, go posting."
|
889 |
+
msgstr "Aplicativo está autorizado, vá postando."
|
890 |
+
|
891 |
+
#: admin/settings.php:282
|
892 |
+
msgid "Note:"
|
893 |
+
msgstr "Nota:"
|
894 |
+
|
895 |
+
#: admin/settings.php:282
|
896 |
+
msgid ""
|
897 |
+
"You have to create a Facebook application before filling the following "
|
898 |
+
"details."
|
899 |
+
msgstr ""
|
900 |
+
"Você precisa criar um aplicativo do Facebook antes de preencher os seguintes "
|
901 |
+
"detalhes."
|
902 |
+
|
903 |
+
#: admin/settings.php:283
|
904 |
+
msgid "Click here </a></b> to create new Facebook application."
|
905 |
+
msgstr "Clique aqui </a></b> para criar um novo aplicativo do Facebook."
|
906 |
+
|
907 |
+
#: admin/settings.php:284
|
908 |
+
#, php-format
|
909 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
910 |
+
msgstr "Na página do aplicativo no facebook, navegue até <b> %s </b>."
|
911 |
+
|
912 |
+
#: admin/settings.php:284
|
913 |
+
msgid "Set the site url as:"
|
914 |
+
msgstr "Defina o URL do site como:"
|
915 |
+
|
916 |
+
#: admin/settings.php:286
|
917 |
+
#, php-format
|
918 |
+
msgid "And then navigate to <b> %s </b>."
|
919 |
+
msgstr "E então navegue até <b> %s </b>."
|
920 |
+
|
921 |
+
#: admin/settings.php:286
|
922 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
923 |
+
msgstr "Defina os URIs de redirecionamento OAuth válidos como:"
|
924 |
+
|
925 |
+
#: admin/settings.php:288
|
926 |
+
#, php-format
|
927 |
+
msgid ""
|
928 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
929 |
+
"Click here."
|
930 |
+
msgstr ""
|
931 |
+
"Para instruções detalhadas passo a passo <b><a href=\"%s\" target=\"_blank"
|
932 |
+
"\"> Clique aqui."
|
933 |
+
|
934 |
+
#: admin/settings.php:300
|
935 |
+
msgid "All fields given below are mandatory"
|
936 |
+
msgstr "Todos os campos abaixo são obrigatórios"
|
937 |
+
|
938 |
+
#: admin/settings.php:312
|
939 |
+
msgid "Application name"
|
940 |
+
msgstr "Nome da Aplicação"
|
941 |
+
|
942 |
+
#: admin/settings.php:313
|
943 |
+
msgid "This is for tracking purpose"
|
944 |
+
msgstr "Isto é para fins de rastreamento"
|
945 |
+
|
946 |
+
#: admin/settings.php:321
|
947 |
+
msgid "Application Selection"
|
948 |
+
msgstr "Seleção de aplicativos"
|
949 |
+
|
950 |
+
#: admin/settings.php:325
|
951 |
+
msgid "Own App"
|
952 |
+
msgstr "Aplicativo próprio"
|
953 |
+
|
954 |
+
#: admin/settings.php:325
|
955 |
+
msgid "requires app submission and Facebook review"
|
956 |
+
msgstr "requer envio de aplicativo e revisão do Facebook"
|
957 |
+
|
958 |
+
#: admin/settings.php:325
|
959 |
+
msgid "Help"
|
960 |
+
msgstr "Ajuda"
|
961 |
+
|
962 |
+
#: admin/settings.php:327
|
963 |
+
msgid "App approval service available for 50 USD"
|
964 |
+
msgstr "Serviço de aprovação de aplicativos disponível por 50 USD"
|
965 |
+
|
966 |
+
#: admin/settings.php:330
|
967 |
+
msgid "Expected time frame"
|
968 |
+
msgstr "Período de tempo esperado"
|
969 |
+
|
970 |
+
#: admin/settings.php:330
|
971 |
+
msgid "30 days"
|
972 |
+
msgstr "30 dias"
|
973 |
+
|
974 |
+
#: admin/settings.php:331
|
975 |
+
msgid "Required details"
|
976 |
+
msgstr "Detalhes obrigatórios"
|
977 |
+
|
978 |
+
#: admin/settings.php:331
|
979 |
+
msgid "1. WordPress login"
|
980 |
+
msgstr "1. Login do WordPress"
|
981 |
+
|
982 |
+
#: admin/settings.php:332
|
983 |
+
msgid ""
|
984 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
985 |
+
msgstr ""
|
986 |
+
"2. Acesso de administrador ao aplicativo de desenvolvedor do Facebook para "
|
987 |
+
"envio de revisão (temporário)."
|
988 |
+
|
989 |
+
#: admin/settings.php:333
|
990 |
+
#, php-format
|
991 |
+
msgid ""
|
992 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
993 |
+
msgstr ""
|
994 |
+
"Para mais detalhes, entre em contato com <a href=\"%s\" target=\"_blank\" > "
|
995 |
+
"Suporte técnico"
|
996 |
+
|
997 |
+
#: admin/settings.php:337
|
998 |
+
#, php-format
|
999 |
+
msgid "%s App ( ready to publish )"
|
1000 |
+
msgstr "%s App (pronto para publicar)"
|
1001 |
+
|
1002 |
+
#: admin/settings.php:338
|
1003 |
+
msgid "Starts from 10 USD per year"
|
1004 |
+
msgstr "A partir de 10 USD por ano"
|
1005 |
+
|
1006 |
+
#: admin/settings.php:341
|
1007 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1008 |
+
msgstr "30 DIAS DE TESTE GRÁTIS DISPONÍVEL"
|
1009 |
+
|
1010 |
+
#: admin/settings.php:344
|
1011 |
+
#, php-format
|
1012 |
+
msgid "How to use %s application?"
|
1013 |
+
msgstr "Como usar o aplicativo %s?"
|
1014 |
+
|
1015 |
+
#: admin/settings.php:355
|
1016 |
+
#, php-format
|
1017 |
+
msgid "Connect your %s account"
|
1018 |
+
msgstr "Conecte sua conta %s"
|
1019 |
+
|
1020 |
+
#: admin/settings.php:361
|
1021 |
+
msgid "Application id"
|
1022 |
+
msgstr "ID do aplicativo"
|
1023 |
+
|
1024 |
+
#: admin/settings.php:370
|
1025 |
+
msgid "Application secret"
|
1026 |
+
msgstr "Segredo do aplicativo"
|
1027 |
+
|
1028 |
+
#: admin/settings.php:381
|
1029 |
+
msgid ""
|
1030 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1031 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1032 |
+
msgstr ""
|
1033 |
+
"Crie um álbum do aplicativo (com <b> Nome do aplicativo </b>) nas páginas do "
|
1034 |
+
"Facebook, <br/> se você estiver usando o método de postagem <b> Carregar "
|
1035 |
+
"imagem no álbum do aplicativo"
|
1036 |
+
|
1037 |
+
#: admin/settings.php:388
|
1038 |
+
msgid "Text message with image"
|
1039 |
+
msgstr "Mensagem de texto com imagem"
|
1040 |
+
|
1041 |
+
#: admin/settings.php:395
|
1042 |
+
msgid "Text message with attached link"
|
1043 |
+
msgstr "Mensagem de texto com link anexado"
|
1044 |
+
|
1045 |
+
#: admin/settings.php:406
|
1046 |
+
msgid "Enforce og tags for Facebook"
|
1047 |
+
msgstr "Aplicar og tags para o Facebook"
|
1048 |
+
|
1049 |
+
#: admin/settings.php:408
|
1050 |
+
msgid ""
|
1051 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1052 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1053 |
+
"Attach your blog post."
|
1054 |
+
msgstr ""
|
1055 |
+
"Se você habilitar, as tags Open Graph serão geradas ao postar no Facebook, "
|
1056 |
+
"ao usar o método de postagem <b> Compartilhe um link para sua postagem de "
|
1057 |
+
"blog </b> ou <b> Anexe sua postagem de blog."
|
1058 |
+
|
1059 |
+
#: admin/settings.php:418
|
1060 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1061 |
+
msgstr "Limpe o cache do facebook antes de publicar no facebook"
|
1062 |
+
|
1063 |
+
#: admin/settings.php:437
|
1064 |
+
msgid ""
|
1065 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1066 |
+
"Text message with image </b>posting methods"
|
1067 |
+
msgstr ""
|
1068 |
+
"Opcional no caso de <b>Mensagem de texto com link anexado </b><br/"
|
1069 |
+
">ou<b>Mensagem de texto com imagem </b>métodos de postagem"
|
1070 |
+
|
1071 |
+
#: admin/settings.php:500
|
1072 |
+
msgid "Select facebook pages for auto publish"
|
1073 |
+
msgstr "Selecione páginas do Facebook para publicação automática"
|
1074 |
+
|
1075 |
+
#: admin/settings.php:505
|
1076 |
+
msgid "Select All"
|
1077 |
+
msgstr "Selecionar tudo"
|
1078 |
+
|
1079 |
+
#: admin/settings.php:525
|
1080 |
+
msgid "Selected facebook pages for auto publish"
|
1081 |
+
msgstr "Páginas do Facebook selecionadas para publicação automática"
|
1082 |
+
|
1083 |
+
#: admin/settings.php:549
|
1084 |
+
msgid "Save"
|
1085 |
+
msgstr "Guardar"
|
1086 |
+
|
1087 |
+
#: admin/settings.php:553
|
1088 |
+
msgid "Free trial is available only for first time users"
|
1089 |
+
msgstr "A avaliação gratuita está disponível apenas para usuários iniciantes"
|
1090 |
+
|
1091 |
+
#: admin/settings.php:556
|
1092 |
+
msgid "Use reauthorize button to change selected values"
|
1093 |
+
msgstr "Use o botão reautorizar para alterar os valores selecionados"
|
1094 |
+
|
1095 |
+
#: admin/settings.php:649
|
1096 |
+
msgid "Basic Settings"
|
1097 |
+
msgstr "Configurações básicas"
|
1098 |
+
|
1099 |
+
#: admin/settings.php:651
|
1100 |
+
msgid "Publish wordpress `posts` to facebook"
|
1101 |
+
msgstr "Publique \"postagens\" do wordpress no facebook"
|
1102 |
+
|
1103 |
+
#: admin/settings.php:660
|
1104 |
+
msgid "Publish wordpress `pages` to facebook"
|
1105 |
+
msgstr "Publicar \"páginas\" do wordpress no facebook"
|
1106 |
+
|
1107 |
+
#: admin/settings.php:685
|
1108 |
+
msgid "Select wordpress custom post types for auto publish"
|
1109 |
+
msgstr ""
|
1110 |
+
"Selecione os tipos de postagem personalizados do wordpress para publicação "
|
1111 |
+
"automática"
|
1112 |
+
|
1113 |
+
#: admin/settings.php:701
|
1114 |
+
msgid "Advanced Settings"
|
1115 |
+
msgstr "Configurações avançadas"
|
1116 |
+
|
1117 |
+
#: admin/settings.php:703
|
1118 |
+
msgid "Select post categories for auto publish"
|
1119 |
+
msgstr "Selecione categorias de postagem para publicação automática"
|
1120 |
+
|
1121 |
+
#: admin/settings.php:708
|
1122 |
+
msgid "All"
|
1123 |
+
msgstr "Tudo"
|
1124 |
+
|
1125 |
+
#: admin/settings.php:710
|
1126 |
+
msgid "Specific"
|
1127 |
+
msgstr "Específica"
|
1128 |
+
|
1129 |
+
#: admin/settings.php:745
|
1130 |
+
msgid "NIL"
|
1131 |
+
msgstr "NADA"
|
1132 |
+
|
1133 |
+
#: admin/settings.php:750
|
1134 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1135 |
+
msgstr ""
|
1136 |
+
"Publicação automática na edição de postagens/páginas/tipos de postagem "
|
1137 |
+
"personalizados"
|
1138 |
+
|
1139 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1140 |
+
msgid "Enabled"
|
1141 |
+
msgstr "Habilitada"
|
1142 |
+
|
1143 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1144 |
+
msgid "Disabled"
|
1145 |
+
msgstr "Desativada"
|
1146 |
+
|
1147 |
+
#: admin/settings.php:755
|
1148 |
+
msgid "Use settings from post creation or post updation"
|
1149 |
+
msgstr ""
|
1150 |
+
"Use as configurações da criação da postagem ou da atualização da postagem"
|
1151 |
+
|
1152 |
+
#: admin/settings.php:759
|
1153 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1154 |
+
msgstr ""
|
1155 |
+
"Publicação automática na criação de postagens/páginas/tipos de postagem "
|
1156 |
+
"personalizados"
|
1157 |
+
|
1158 |
+
#: admin/settings.php:768
|
1159 |
+
msgid "Enable SSL peer verification in remote requests"
|
1160 |
+
msgstr "Habilite a verificação de peer SSL em solicitações remotas"
|
1161 |
+
|
1162 |
+
#: admin/settings.php:776
|
1163 |
+
msgid "Apply filters during publishing"
|
1164 |
+
msgstr "Aplicar filtros durante a publicação"
|
1165 |
+
|
1166 |
+
#: admin/settings.php:813
|
1167 |
+
msgid "Other Settings"
|
1168 |
+
msgstr "Outros ajustes"
|
1169 |
+
|
1170 |
+
#: admin/settings.php:816
|
1171 |
+
msgid "Enable credit link to author"
|
1172 |
+
msgstr "Ativar link de crédito para o autor"
|
1173 |
+
|
1174 |
+
#: admin/settings.php:825
|
1175 |
+
msgid "Enable premium version ads"
|
1176 |
+
msgstr "Ativar anúncios da versão premium"
|
1177 |
+
|
1178 |
+
#: admin/settings.php:839
|
1179 |
+
msgid "Update Settings"
|
1180 |
+
msgstr "Atualizar configurações"
|
1181 |
+
|
1182 |
+
#: facebook-auto-publish.php:31
|
1183 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1184 |
+
msgstr ""
|
1185 |
+
"Olá! Sou apenas um plugin, não posso fazer muito quando chamado diretamente."
|
languages/facebook-auto-publish-ru_RU.mo
ADDED
Binary file
|
languages/facebook-auto-publish-ru_RU.po
ADDED
@@ -0,0 +1,1187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:49+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:49+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ru_RU\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
13 |
+
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
14 |
+
"X-Generator: Poedit 3.1\n"
|
15 |
+
"X-Poedit-Basepath: ..\n"
|
16 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
17 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
18 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
19 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
20 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
21 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
22 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
23 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
24 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
25 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
26 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
27 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
28 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
29 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
30 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
31 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
32 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
33 |
+
|
34 |
+
#: admin/about.php:9
|
35 |
+
#, php-format
|
36 |
+
msgid ""
|
37 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
38 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
39 |
+
"developed and maintained by"
|
40 |
+
msgstr ""
|
41 |
+
"%s автоматически публикует сообщения из вашего блога на ваших страницах в "
|
42 |
+
"Facebook. Он позволяет фильтровать сообщения по типам и категориям. %s "
|
43 |
+
"разработан и поддерживается"
|
44 |
+
|
45 |
+
#: admin/about.php:17
|
46 |
+
#, php-format
|
47 |
+
msgid ""
|
48 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
49 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
50 |
+
"included a quick comparison of the free and premium plugins for your "
|
51 |
+
"reference."
|
52 |
+
msgstr ""
|
53 |
+
"Если вы хотите иметь больше возможностей, попробуйте <a href=\"%s\" target="
|
54 |
+
"\"_blank\">%s</a> — премиум-версию этого подключаемого модуля. Для справки "
|
55 |
+
"мы включили быстрое сравнение бесплатных и премиальных плагинов."
|
56 |
+
|
57 |
+
#: admin/about.php:23
|
58 |
+
msgid "Feature group"
|
59 |
+
msgstr "Группа функций"
|
60 |
+
|
61 |
+
#: admin/about.php:24
|
62 |
+
msgid "Feature"
|
63 |
+
msgstr "Особенность"
|
64 |
+
|
65 |
+
#: admin/about.php:25
|
66 |
+
msgid "Free"
|
67 |
+
msgstr "Бесплатно"
|
68 |
+
|
69 |
+
#: admin/about.php:27
|
70 |
+
msgid "Premium"
|
71 |
+
msgstr "Премиум"
|
72 |
+
|
73 |
+
#: admin/about.php:29
|
74 |
+
#, php-format
|
75 |
+
msgid "%s Premium"
|
76 |
+
msgstr "%s Премиум"
|
77 |
+
|
78 |
+
#: admin/about.php:34
|
79 |
+
msgid "Supported Media"
|
80 |
+
msgstr "Поддерживаемые носители"
|
81 |
+
|
82 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
83 |
+
msgid "Facebook"
|
84 |
+
msgstr "Фейсбук"
|
85 |
+
|
86 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
87 |
+
msgid "Twitter"
|
88 |
+
msgstr "Твиттер"
|
89 |
+
|
90 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
91 |
+
msgid "LinkedIn"
|
92 |
+
msgstr "LinkedIn"
|
93 |
+
|
94 |
+
#: admin/about.php:63
|
95 |
+
msgid "Instagram"
|
96 |
+
msgstr "Инстаграм"
|
97 |
+
|
98 |
+
#: admin/about.php:72
|
99 |
+
msgid "Tumblr"
|
100 |
+
msgstr "Тамблер"
|
101 |
+
|
102 |
+
#: admin/about.php:81
|
103 |
+
msgid "Pinterest"
|
104 |
+
msgstr "Пинтерест"
|
105 |
+
|
106 |
+
#: admin/about.php:92
|
107 |
+
msgid "Posting Options"
|
108 |
+
msgstr "Варианты публикации"
|
109 |
+
|
110 |
+
#: admin/about.php:93
|
111 |
+
msgid "Publish to facebook pages"
|
112 |
+
msgstr "Публикация на страницах фейсбука"
|
113 |
+
|
114 |
+
#: admin/about.php:102
|
115 |
+
msgid "Publish to facebook groups"
|
116 |
+
msgstr "Публиковать в группах фейсбук"
|
117 |
+
|
118 |
+
#: admin/about.php:111
|
119 |
+
msgid "Publish to twitter profile"
|
120 |
+
msgstr "Опубликовать в твиттер-профиле"
|
121 |
+
|
122 |
+
#: admin/about.php:121
|
123 |
+
msgid "Publish to linkedin profile/company pages"
|
124 |
+
msgstr "Публикация на страницах профиля/компании linkedin"
|
125 |
+
|
126 |
+
#: admin/about.php:130
|
127 |
+
msgid "Publish to instagram Business accounts"
|
128 |
+
msgstr "Публикация в бизнес-аккаунте Instagram"
|
129 |
+
|
130 |
+
#: admin/about.php:139
|
131 |
+
msgid "Publish to tumblr profile"
|
132 |
+
msgstr "Опубликовать в профиле Тамблер"
|
133 |
+
|
134 |
+
#: admin/about.php:149
|
135 |
+
msgid "Publish to pinterest boards"
|
136 |
+
msgstr "Публикация на досках пинтерест"
|
137 |
+
|
138 |
+
#: admin/about.php:158
|
139 |
+
msgid "Option to add twitter image description for visually impaired people"
|
140 |
+
msgstr "Возможность добавить описание изображения в твиттере для слабовидящих"
|
141 |
+
|
142 |
+
#: admin/about.php:167
|
143 |
+
msgid "Option to republish existing posts"
|
144 |
+
msgstr "Возможность повторной публикации существующих сообщений"
|
145 |
+
|
146 |
+
#: admin/about.php:177
|
147 |
+
msgid "Publish to multiple social media accounts"
|
148 |
+
msgstr "Публикация в нескольких учетных записях в социальных сетях"
|
149 |
+
|
150 |
+
#: admin/about.php:187
|
151 |
+
msgid ""
|
152 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
153 |
+
msgstr ""
|
154 |
+
"Отдельные форматы сообщений для публикации в нескольких учетных записях "
|
155 |
+
"социальных сетей"
|
156 |
+
|
157 |
+
#: admin/about.php:197
|
158 |
+
msgid "Save auto publish settings of individual posts"
|
159 |
+
msgstr "Сохранить настройки автоматической публикации отдельных сообщений"
|
160 |
+
|
161 |
+
#: admin/about.php:207
|
162 |
+
msgid ""
|
163 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
164 |
+
"Pinterest"
|
165 |
+
msgstr ""
|
166 |
+
"Поддержка хеш-тегов для фейсбук, твиттер, Linkedin, Инстаграм, пинтерест и "
|
167 |
+
"Тамблер"
|
168 |
+
|
169 |
+
#: admin/about.php:216
|
170 |
+
msgid "Option to use post tags as hash tags"
|
171 |
+
msgstr "Возможность использовать почтовые теги в качестве хэш-тегов"
|
172 |
+
|
173 |
+
#: admin/about.php:225
|
174 |
+
msgid "Enable/Disable SSL peer verification"
|
175 |
+
msgstr "Включить/отключить одноранговую проверку SSL"
|
176 |
+
|
177 |
+
#: admin/about.php:238
|
178 |
+
msgid "Image Options"
|
179 |
+
msgstr "Параметры изображения"
|
180 |
+
|
181 |
+
#: admin/about.php:239
|
182 |
+
msgid "Publish images along with post content"
|
183 |
+
msgstr "Публикуйте изображения вместе с пост-контентом"
|
184 |
+
|
185 |
+
#: admin/about.php:250
|
186 |
+
msgid ""
|
187 |
+
"Separate default image url for publishing to multiple social media accounts"
|
188 |
+
msgstr ""
|
189 |
+
"Отдельный URL-адрес изображения по умолчанию для публикации в нескольких "
|
190 |
+
"учетных записях социальных сетей"
|
191 |
+
|
192 |
+
#: admin/about.php:260
|
193 |
+
msgid ""
|
194 |
+
"Option to specify preference from featured image, post content, post meta "
|
195 |
+
"and open graph tags"
|
196 |
+
msgstr ""
|
197 |
+
"Возможность указать предпочтения из избранного изображения, контента "
|
198 |
+
"публикации, мета-тегов публикации и тегов открытого графика"
|
199 |
+
|
200 |
+
#: admin/about.php:269
|
201 |
+
msgid ""
|
202 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
203 |
+
"post content"
|
204 |
+
msgstr ""
|
205 |
+
"Публикуйте несколько изображений в фейсбук, tамблер, linkedin и твиттер "
|
206 |
+
"вместе с публикацией контента"
|
207 |
+
|
208 |
+
#: admin/about.php:278
|
209 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
210 |
+
msgstr ""
|
211 |
+
"Возможность указать предпочтение мультифото из содержимого публикации и "
|
212 |
+
"метаданных публикации"
|
213 |
+
|
214 |
+
#: admin/about.php:289
|
215 |
+
msgid "Video/Audio Options"
|
216 |
+
msgstr "Параметры видео/аудио"
|
217 |
+
|
218 |
+
#: admin/about.php:290
|
219 |
+
msgid ""
|
220 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
221 |
+
"with post content"
|
222 |
+
msgstr ""
|
223 |
+
"Публикуйте видео в Фейсбук, Тамблер, Linkedin, Инстаграм и Твиттер вместе с "
|
224 |
+
"публикацией контента"
|
225 |
+
|
226 |
+
#: admin/about.php:300
|
227 |
+
msgid ""
|
228 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
229 |
+
msgstr ""
|
230 |
+
"Возможность указать предпочтения из содержимого поста, метатегов поста и "
|
231 |
+
"тегов открытого графика"
|
232 |
+
|
233 |
+
#: admin/about.php:309
|
234 |
+
msgid "Publish audio to tumblr along with post content"
|
235 |
+
msgstr "Публикуйте аудио в tамблер вместе с публикацией контента"
|
236 |
+
|
237 |
+
#: admin/about.php:318
|
238 |
+
msgid ""
|
239 |
+
"Option to specify audio preference from post content, post meta and open "
|
240 |
+
"graph tags"
|
241 |
+
msgstr ""
|
242 |
+
"Возможность указать предпочтения звука из содержимого поста, метатегов поста "
|
243 |
+
"и тегов открытого графика"
|
244 |
+
|
245 |
+
#: admin/about.php:329
|
246 |
+
msgid "Filter Options"
|
247 |
+
msgstr "Параметры фильтра"
|
248 |
+
|
249 |
+
#: admin/about.php:330
|
250 |
+
msgid "Filter posts to publish based on categories"
|
251 |
+
msgstr "Фильтрация сообщений для публикации по категориям"
|
252 |
+
|
253 |
+
#: admin/about.php:340
|
254 |
+
msgid "Filter posts to publish based on custom post types"
|
255 |
+
msgstr ""
|
256 |
+
"Фильтрация сообщений для публикации на основе настраиваемых типов сообщений"
|
257 |
+
|
258 |
+
#: admin/about.php:349
|
259 |
+
msgid "Filter posts to publish based on sticky posts"
|
260 |
+
msgstr "Фильтрация сообщений для публикации на основе прикрепленных сообщений"
|
261 |
+
|
262 |
+
#: admin/about.php:359
|
263 |
+
msgid "Configuration to enable/disable page publishing"
|
264 |
+
msgstr "Конфигурация для включения/отключения публикации страницы"
|
265 |
+
|
266 |
+
#: admin/about.php:369
|
267 |
+
msgid "Category filter for individual accounts"
|
268 |
+
msgstr "Фильтр категорий для отдельных аккаунтов"
|
269 |
+
|
270 |
+
#: admin/about.php:379
|
271 |
+
msgid "Custom post type filter for individual accounts"
|
272 |
+
msgstr "Пользовательский фильтр типа сообщения для отдельных учетных записей"
|
273 |
+
|
274 |
+
#: admin/about.php:389
|
275 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
276 |
+
msgstr "Включить/отключить публикацию страниц для отдельных аккаунтов"
|
277 |
+
|
278 |
+
#: admin/about.php:398
|
279 |
+
msgid "Override auto publish scheduling for individual accounts"
|
280 |
+
msgstr ""
|
281 |
+
"Переопределить расписание автоматической публикации для отдельных учетных "
|
282 |
+
"записей"
|
283 |
+
|
284 |
+
#: admin/about.php:407
|
285 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
286 |
+
msgstr ""
|
287 |
+
"Переопределить автоматическую публикацию на основе прикрепленных сообщений "
|
288 |
+
"для отдельных учетных записей"
|
289 |
+
|
290 |
+
#: admin/about.php:418
|
291 |
+
msgid "Scheduling"
|
292 |
+
msgstr "Планирование"
|
293 |
+
|
294 |
+
#: admin/about.php:419
|
295 |
+
msgid "Instantaneous post publishing"
|
296 |
+
msgstr "Мгновенная публикация поста"
|
297 |
+
|
298 |
+
#: admin/about.php:429
|
299 |
+
msgid "Scheduled post publishing using cron"
|
300 |
+
msgstr "Запланированная публикация поста с помощью cron"
|
301 |
+
|
302 |
+
#: admin/about.php:439
|
303 |
+
msgid "Status summary of auto publish tasks by mail"
|
304 |
+
msgstr "Сводка состояния задач автоматической публикации по почте"
|
305 |
+
|
306 |
+
#: admin/about.php:449
|
307 |
+
msgid "Configurable auto publishing time interval"
|
308 |
+
msgstr "Настраиваемый временной интервал автоматической публикации"
|
309 |
+
|
310 |
+
#: admin/about.php:463
|
311 |
+
msgid "Publishing History"
|
312 |
+
msgstr "История публикации"
|
313 |
+
|
314 |
+
#: admin/about.php:464
|
315 |
+
msgid "View auto publish history"
|
316 |
+
msgstr "Посмотреть историю автоматической публикации"
|
317 |
+
|
318 |
+
#: admin/about.php:473
|
319 |
+
msgid "View auto publish error logs"
|
320 |
+
msgstr "Просмотр журналов ошибок автоматической публикации"
|
321 |
+
|
322 |
+
#: admin/about.php:483
|
323 |
+
msgid "Option to republish post"
|
324 |
+
msgstr "Возможность переопубликовать пост"
|
325 |
+
|
326 |
+
#: admin/about.php:493
|
327 |
+
msgid "Option to reschedule publishing"
|
328 |
+
msgstr "Возможность перенести публикацию"
|
329 |
+
|
330 |
+
#: admin/about.php:503
|
331 |
+
msgid "Installation and Support"
|
332 |
+
msgstr "Установка и поддержка"
|
333 |
+
|
334 |
+
#: admin/about.php:504
|
335 |
+
msgid "Free Installation"
|
336 |
+
msgstr "Бесплатная установка"
|
337 |
+
|
338 |
+
#: admin/about.php:513
|
339 |
+
msgid "Privilege customer support"
|
340 |
+
msgstr "Привилегированная поддержка клиентов"
|
341 |
+
|
342 |
+
#: admin/about.php:523
|
343 |
+
msgid "Addon Features"
|
344 |
+
msgstr "Особенности аддона"
|
345 |
+
|
346 |
+
#: admin/about.php:524
|
347 |
+
msgid "Advanced Autopublish Scheduler"
|
348 |
+
msgstr "Расширенный планировщик автопубликации"
|
349 |
+
|
350 |
+
#: admin/about.php:533
|
351 |
+
msgid "URL-Shortener"
|
352 |
+
msgstr "URL-сокращатель"
|
353 |
+
|
354 |
+
#: admin/about.php:542
|
355 |
+
msgid "Privilege Management"
|
356 |
+
msgstr "Управление привилегиями"
|
357 |
+
|
358 |
+
#: admin/about.php:551
|
359 |
+
msgid "Other"
|
360 |
+
msgstr "Другой"
|
361 |
+
|
362 |
+
#: admin/about.php:553
|
363 |
+
#, php-format
|
364 |
+
msgid ""
|
365 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
366 |
+
msgstr ""
|
367 |
+
"Пакет API %s на 1 год стоимостью 10 долларов США (1 учетная запись fb, 10 "
|
368 |
+
"вызовов API в час)"
|
369 |
+
|
370 |
+
#: admin/about.php:555
|
371 |
+
msgid "1 month free subscription"
|
372 |
+
msgstr "1 месяц бесплатной подписки"
|
373 |
+
|
374 |
+
#: admin/about.php:557
|
375 |
+
msgid "1 year free subscription"
|
376 |
+
msgstr "1 год бесплатной подписки"
|
377 |
+
|
378 |
+
#: admin/about.php:563
|
379 |
+
msgid "Price"
|
380 |
+
msgstr "Цена"
|
381 |
+
|
382 |
+
#: admin/about.php:564
|
383 |
+
msgid "FREE"
|
384 |
+
msgstr "БЕСПЛАТНО"
|
385 |
+
|
386 |
+
#: admin/about.php:565
|
387 |
+
msgid "Starts from 39 USD"
|
388 |
+
msgstr "От 39 долларов США"
|
389 |
+
|
390 |
+
#: admin/about.php:566
|
391 |
+
msgid "Starts from 69 USD"
|
392 |
+
msgstr "От 69 долларов США"
|
393 |
+
|
394 |
+
#: admin/about.php:569
|
395 |
+
msgid "Purchase"
|
396 |
+
msgstr "Покупка"
|
397 |
+
|
398 |
+
#: admin/about.php:571
|
399 |
+
msgid "Buy Now"
|
400 |
+
msgstr "Купи сейчас"
|
401 |
+
|
402 |
+
#: admin/about.php:578
|
403 |
+
msgid "Pinterest is added on experimental basis."
|
404 |
+
msgstr "Пинтерест добавлен на экспериментальной основе."
|
405 |
+
|
406 |
+
#: admin/admin-notices.php:41
|
407 |
+
#, php-format
|
408 |
+
msgid ""
|
409 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
410 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
411 |
+
"with the continued development of the plugin using any of the below methods?"
|
412 |
+
msgstr ""
|
413 |
+
"Благодарим вас за использование подключаемого модуля <a href=\"%s\" target="
|
414 |
+
"\"_blank\"> %s </a> от <a href=\"%s\" target=\"_blank\"> %s </a>. Не могли "
|
415 |
+
"бы вы поддержать нас в дальнейшей разработке плагина, используя любой из "
|
416 |
+
"следующих методов?"
|
417 |
+
|
418 |
+
#: admin/admin-notices.php:45
|
419 |
+
msgid "Rate it 5★'s on wordpress"
|
420 |
+
msgstr "Оцените это 5★ на wordpress"
|
421 |
+
|
422 |
+
#: admin/admin-notices.php:47
|
423 |
+
msgid "Enable Backlink"
|
424 |
+
msgstr "Включить обратную ссылку"
|
425 |
+
|
426 |
+
#: admin/admin-notices.php:49
|
427 |
+
msgid "Share on"
|
428 |
+
msgstr "Поделись"
|
429 |
+
|
430 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
431 |
+
msgid "Donate"
|
432 |
+
msgstr "Пожертвовать"
|
433 |
+
|
434 |
+
#: admin/admin-notices.php:52
|
435 |
+
msgid "Don't Show This Again"
|
436 |
+
msgstr "Не показывать это снова"
|
437 |
+
|
438 |
+
#: admin/fbap-suggest-feature.php:10
|
439 |
+
msgid "Thank you for the suggestion."
|
440 |
+
msgstr "Спасибо за предложение."
|
441 |
+
|
442 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
443 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
444 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
445 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
446 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
447 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
448 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
449 |
+
msgid "Dismiss"
|
450 |
+
msgstr "Увольнять"
|
451 |
+
|
452 |
+
#: admin/fbap-suggest-feature.php:18
|
453 |
+
#, php-format
|
454 |
+
msgid "%s not able to process the request."
|
455 |
+
msgstr "%s не может обработать запрос."
|
456 |
+
|
457 |
+
#: admin/fbap-suggest-feature.php:26
|
458 |
+
msgid "Please suggest a feature."
|
459 |
+
msgstr "Пожалуйста, предложите функцию."
|
460 |
+
|
461 |
+
#: admin/fbap-suggest-feature.php:60
|
462 |
+
msgid "Contribute And Get Rewarded"
|
463 |
+
msgstr "Внесите свой вклад и получите вознаграждение"
|
464 |
+
|
465 |
+
#: admin/fbap-suggest-feature.php:61
|
466 |
+
msgid ""
|
467 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
468 |
+
"premium version of this plugin."
|
469 |
+
msgstr ""
|
470 |
+
"Предложите функцию для этого плагина и получите шанс получить бесплатную "
|
471 |
+
"копию премиум-версии этого плагина."
|
472 |
+
|
473 |
+
#: admin/fbap-suggest-feature.php:67
|
474 |
+
msgid "Send Mail To Us"
|
475 |
+
msgstr "Отправить письмо нам"
|
476 |
+
|
477 |
+
#: admin/footer.php:10
|
478 |
+
#, php-format
|
479 |
+
msgid "Fully Featured %s Plugin"
|
480 |
+
msgstr "Полнофункциональный плагин %s"
|
481 |
+
|
482 |
+
#: admin/footer.php:11
|
483 |
+
msgid "Just 39 USD"
|
484 |
+
msgstr "Всего 39 долларов США"
|
485 |
+
|
486 |
+
#: admin/footer.php:21
|
487 |
+
msgid "Compare Features"
|
488 |
+
msgstr "Сравните функции"
|
489 |
+
|
490 |
+
#: admin/footer.php:30
|
491 |
+
msgid "Follow Us"
|
492 |
+
msgstr "Подписывайтесь на нас"
|
493 |
+
|
494 |
+
#: admin/footer.php:37
|
495 |
+
msgid "Support"
|
496 |
+
msgstr "Поддержки"
|
497 |
+
|
498 |
+
#: admin/footer.php:39
|
499 |
+
msgid "Contact Us"
|
500 |
+
msgstr "Связаться с нами"
|
501 |
+
|
502 |
+
#: admin/footer.php:40
|
503 |
+
msgid "Please Rate Us"
|
504 |
+
msgstr "Пожалуйста, оцените нас"
|
505 |
+
|
506 |
+
#: admin/footer.php:44
|
507 |
+
msgid "Create a ticket at Wordpress forum"
|
508 |
+
msgstr "Создать тикет на форуме Wordpress"
|
509 |
+
|
510 |
+
#: admin/footer.php:47
|
511 |
+
msgid "Stay tuned for our updates"
|
512 |
+
msgstr "Следите за нашими обновлениями"
|
513 |
+
|
514 |
+
#: admin/footer.php:112
|
515 |
+
msgid "Name"
|
516 |
+
msgstr "Имя"
|
517 |
+
|
518 |
+
#: admin/footer.php:127
|
519 |
+
msgid "Email"
|
520 |
+
msgstr "Эл. адрес"
|
521 |
+
|
522 |
+
#: admin/footer.php:129
|
523 |
+
msgid "Subscribe"
|
524 |
+
msgstr "Подписаться"
|
525 |
+
|
526 |
+
#: admin/footer.php:144
|
527 |
+
msgid "Our Plugins"
|
528 |
+
msgstr "Наши плагины"
|
529 |
+
|
530 |
+
#: admin/footer.php:165
|
531 |
+
msgid "Powered by"
|
532 |
+
msgstr "Питаться от"
|
533 |
+
|
534 |
+
#: admin/header.php:19 admin/settings.php:129
|
535 |
+
msgid "Settings updated successfully."
|
536 |
+
msgstr "Настройки успешно обновлены."
|
537 |
+
|
538 |
+
#: admin/header.php:32
|
539 |
+
msgid "Thank you for enabling backlink."
|
540 |
+
msgstr "Спасибо за активацию обратной ссылки."
|
541 |
+
|
542 |
+
#: admin/header.php:48
|
543 |
+
msgid "Please do a favour by enabling backlink to our site."
|
544 |
+
msgstr "Пожалуйста, сделайте одолжение, включив обратную ссылку на наш сайт."
|
545 |
+
|
546 |
+
#: admin/header.php:48
|
547 |
+
msgid "Okay, Enable"
|
548 |
+
msgstr "Хорошо, включить"
|
549 |
+
|
550 |
+
#: admin/header.php:104
|
551 |
+
msgid "FAQ"
|
552 |
+
msgstr "Вопросы-Ответы"
|
553 |
+
|
554 |
+
#: admin/header.php:107
|
555 |
+
msgid "Readme"
|
556 |
+
msgstr "Прочти меня"
|
557 |
+
|
558 |
+
#: admin/header.php:110 admin/menu.php:40
|
559 |
+
msgid "About"
|
560 |
+
msgstr "О"
|
561 |
+
|
562 |
+
#: admin/logs.php:13
|
563 |
+
msgid "Auto Publish Logs"
|
564 |
+
msgstr "Журналы автоматической публикации"
|
565 |
+
|
566 |
+
#: admin/logs.php:14
|
567 |
+
msgid "Last ten logs"
|
568 |
+
msgstr "Последние десять журналов"
|
569 |
+
|
570 |
+
#: admin/logs.php:19
|
571 |
+
msgid "Post Id"
|
572 |
+
msgstr "Идентификатор сообщения"
|
573 |
+
|
574 |
+
#: admin/logs.php:20
|
575 |
+
msgid "Post Title"
|
576 |
+
msgstr "Заголовок поста"
|
577 |
+
|
578 |
+
#: admin/logs.php:21
|
579 |
+
msgid "Published On"
|
580 |
+
msgstr "Опубликован в"
|
581 |
+
|
582 |
+
#: admin/logs.php:22
|
583 |
+
msgid "Status"
|
584 |
+
msgstr "Статус"
|
585 |
+
|
586 |
+
#: admin/logs.php:42
|
587 |
+
msgid "No logs Found"
|
588 |
+
msgstr "Журналы не найдены"
|
589 |
+
|
590 |
+
#: admin/logs.php:103
|
591 |
+
msgid ""
|
592 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
593 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
594 |
+
"calls, if enabled option for clearing cache)."
|
595 |
+
msgstr ""
|
596 |
+
"Для публикации простого текстового сообщения потребуется 1 вызов API, для "
|
597 |
+
"параметра «Загрузить изображение» потребуется 2-3 вызова API, а для "
|
598 |
+
"параметра «Прикрепить ссылку» потребуется 1 вызов API (2 вызова API, если "
|
599 |
+
"включена опция очистки кеша)."
|
600 |
+
|
601 |
+
#: admin/manage-authorizations.php:7
|
602 |
+
#, php-format
|
603 |
+
msgid "%s Package updated successfully."
|
604 |
+
msgstr "Пакет %s успешно обновлен."
|
605 |
+
|
606 |
+
#: admin/manage-authorizations.php:22
|
607 |
+
#, php-format
|
608 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
609 |
+
msgstr ""
|
610 |
+
"Пожалуйста, авторизуйте приложение %s в настройках Facebook для доступа к "
|
611 |
+
"этой странице."
|
612 |
+
|
613 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
614 |
+
msgid "Manage Authorizations"
|
615 |
+
msgstr "Управление авторизациями"
|
616 |
+
|
617 |
+
#: admin/manage-authorizations.php:261
|
618 |
+
msgid "Current Plan:"
|
619 |
+
msgstr "Текущий план:"
|
620 |
+
|
621 |
+
#: admin/manage-authorizations.php:263
|
622 |
+
msgid "Allowed Facebook users:"
|
623 |
+
msgstr "Разрешенные пользователи Facebook:"
|
624 |
+
|
625 |
+
#: admin/manage-authorizations.php:264
|
626 |
+
msgid "API limit per account :"
|
627 |
+
msgstr "Ограничение API на аккаунт:"
|
628 |
+
|
629 |
+
#: admin/manage-authorizations.php:264
|
630 |
+
msgid "per hour"
|
631 |
+
msgstr "в час"
|
632 |
+
|
633 |
+
#: admin/manage-authorizations.php:265
|
634 |
+
msgid "Package Expiry :"
|
635 |
+
msgstr "Срок действия пакета:"
|
636 |
+
|
637 |
+
#: admin/manage-authorizations.php:266
|
638 |
+
msgid "Package Status :"
|
639 |
+
msgstr "Статус пакета:"
|
640 |
+
|
641 |
+
#: admin/manage-authorizations.php:275
|
642 |
+
msgid "Upgrade/Renew"
|
643 |
+
msgstr "Обновить/обновить"
|
644 |
+
|
645 |
+
#: admin/manage-authorizations.php:282
|
646 |
+
msgid "Show all entries"
|
647 |
+
msgstr "Показать все записи"
|
648 |
+
|
649 |
+
#: admin/manage-authorizations.php:283
|
650 |
+
msgid "Show entries from current wp installation"
|
651 |
+
msgstr "Показать записи из текущей установки wp"
|
652 |
+
|
653 |
+
#: admin/manage-authorizations.php:284
|
654 |
+
msgid "Show entries from other wp installations"
|
655 |
+
msgstr "Показать записи из других установок wp"
|
656 |
+
|
657 |
+
#: admin/manage-authorizations.php:290
|
658 |
+
msgid "Facebook username"
|
659 |
+
msgstr "Имя пользователя Facebook"
|
660 |
+
|
661 |
+
#: admin/manage-authorizations.php:291
|
662 |
+
msgid "Selected pages"
|
663 |
+
msgstr "Выбранные страницы"
|
664 |
+
|
665 |
+
#: admin/manage-authorizations.php:292
|
666 |
+
msgid "Selected groups"
|
667 |
+
msgstr "Выбранные группы"
|
668 |
+
|
669 |
+
#: admin/manage-authorizations.php:294
|
670 |
+
#, php-format
|
671 |
+
msgid "%s url"
|
672 |
+
msgstr "URL-адрес %s"
|
673 |
+
|
674 |
+
#: admin/manage-authorizations.php:297
|
675 |
+
msgid "Plugin"
|
676 |
+
msgstr "Плагин"
|
677 |
+
|
678 |
+
#: admin/manage-authorizations.php:299
|
679 |
+
#, php-format
|
680 |
+
msgid "Account ID %s"
|
681 |
+
msgstr "Идентификатор учетной записи %s"
|
682 |
+
|
683 |
+
#: admin/manage-authorizations.php:301
|
684 |
+
msgid "Action"
|
685 |
+
msgstr "Действие"
|
686 |
+
|
687 |
+
#: admin/manage-authorizations.php:336
|
688 |
+
msgid "Not Applicable"
|
689 |
+
msgstr "Непригодный"
|
690 |
+
|
691 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
692 |
+
msgid "Delete"
|
693 |
+
msgstr "Удалить"
|
694 |
+
|
695 |
+
#: admin/manage-authorizations.php:356
|
696 |
+
msgid "(Inactive)"
|
697 |
+
msgstr "(Неактивный)"
|
698 |
+
|
699 |
+
#: admin/manage-authorizations.php:376
|
700 |
+
msgid "No Authorizations"
|
701 |
+
msgstr "Нет авторизации"
|
702 |
+
|
703 |
+
#: admin/manage-authorizations.php:382
|
704 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
705 |
+
msgstr ""
|
706 |
+
"Невозможно подключиться. Пожалуйста, проверьте настройки curl и брандмауэра"
|
707 |
+
|
708 |
+
#: admin/menu.php:15
|
709 |
+
msgid "Please check whether the email is correct."
|
710 |
+
msgstr "Пожалуйста, проверьте правильность адреса электронной почты."
|
711 |
+
|
712 |
+
#: admin/menu.php:16
|
713 |
+
msgid "Select atleast one list."
|
714 |
+
msgstr "Выберите хотя бы один список."
|
715 |
+
|
716 |
+
#: admin/menu.php:17
|
717 |
+
msgid "You do not have sufficient permissions"
|
718 |
+
msgstr "У вас недостаточно прав"
|
719 |
+
|
720 |
+
#: admin/menu.php:18
|
721 |
+
#, php-format
|
722 |
+
msgid "Account details successfully deleted from %s"
|
723 |
+
msgstr "Данные учетной записи успешно удалены из %s"
|
724 |
+
|
725 |
+
#: admin/menu.php:19
|
726 |
+
msgid "Thank you for enabling backlink !"
|
727 |
+
msgstr "Спасибо за активацию обратной ссылки!"
|
728 |
+
|
729 |
+
#: admin/menu.php:20
|
730 |
+
#, php-format
|
731 |
+
msgid "Please connect your %s member account"
|
732 |
+
msgstr "Пожалуйста, подключите свою учетную запись участника %s"
|
733 |
+
|
734 |
+
#: admin/menu.php:36
|
735 |
+
msgid "Settings"
|
736 |
+
msgstr "Hастроек"
|
737 |
+
|
738 |
+
#: admin/menu.php:39
|
739 |
+
msgid "Logs"
|
740 |
+
msgstr "Рекорды"
|
741 |
+
|
742 |
+
#: admin/menu.php:41
|
743 |
+
msgid "Suggest a Feature"
|
744 |
+
msgstr "Предложить функцию"
|
745 |
+
|
746 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
747 |
+
msgid "Enable auto publish post to my facebook account"
|
748 |
+
msgstr ""
|
749 |
+
"Включить автоматическую публикацию сообщений в моей учетной записи facebook"
|
750 |
+
|
751 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
752 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
753 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
754 |
+
msgid "Yes"
|
755 |
+
msgstr "Да"
|
756 |
+
|
757 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
758 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
759 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
760 |
+
msgid "No"
|
761 |
+
msgstr "Hет"
|
762 |
+
|
763 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
764 |
+
msgid "Posting method"
|
765 |
+
msgstr "Способ публикации"
|
766 |
+
|
767 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
768 |
+
msgid "Simple text message"
|
769 |
+
msgstr "Простое текстовое сообщение"
|
770 |
+
|
771 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
772 |
+
msgid "Upload image to app album"
|
773 |
+
msgstr "Загрузить изображение в альбом приложения"
|
774 |
+
|
775 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
776 |
+
msgid "Upload image to timeline album"
|
777 |
+
msgstr "Загрузить изображение в альбом временной шкалы"
|
778 |
+
|
779 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
780 |
+
msgid "Attach your blog post"
|
781 |
+
msgstr "Прикрепите запись в блоге"
|
782 |
+
|
783 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
784 |
+
msgid "Share a link to your blog post"
|
785 |
+
msgstr "Поделитесь ссылкой на запись в блоге"
|
786 |
+
|
787 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
788 |
+
msgid "Message format for posting"
|
789 |
+
msgstr "Формат сообщения для публикации"
|
790 |
+
|
791 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
792 |
+
msgid "Insert the title of your post."
|
793 |
+
msgstr "Вставьте заголовок вашего поста."
|
794 |
+
|
795 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
796 |
+
msgid "Insert the URL where your post is displayed."
|
797 |
+
msgstr "Вставьте URL-адрес, где отображается ваше сообщение."
|
798 |
+
|
799 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
800 |
+
msgid "Insert the excerpt of your post."
|
801 |
+
msgstr "Вставьте отрывок из вашего поста."
|
802 |
+
|
803 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
804 |
+
msgid "Insert the description of your post."
|
805 |
+
msgstr "Вставьте описание вашего поста."
|
806 |
+
|
807 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
808 |
+
msgid "Insert the name of your blog."
|
809 |
+
msgstr "Введите название вашего блога."
|
810 |
+
|
811 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
812 |
+
msgid "Insert the nicename of the author."
|
813 |
+
msgstr "Вставьте хорошее имя автора."
|
814 |
+
|
815 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
816 |
+
msgid "Insert the ID of your post."
|
817 |
+
msgstr "Вставьте идентификатор вашего поста."
|
818 |
+
|
819 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
820 |
+
msgid "Insert the publish date of your post."
|
821 |
+
msgstr "Вставьте дату публикации вашего поста."
|
822 |
+
|
823 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
824 |
+
msgid "Insert the display name of the author."
|
825 |
+
msgstr "Вставьте отображаемое имя автора."
|
826 |
+
|
827 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
828 |
+
msgid "Select"
|
829 |
+
msgstr "Выбирать"
|
830 |
+
|
831 |
+
#: admin/settings.php:30
|
832 |
+
msgid ""
|
833 |
+
"Thanks again for using the plugin. We will never show the message again."
|
834 |
+
msgstr ""
|
835 |
+
"Еще раз спасибо за использование плагина. Мы больше никогда не будем "
|
836 |
+
"показывать это сообщение."
|
837 |
+
|
838 |
+
#: admin/settings.php:84
|
839 |
+
msgid "Please fill facebook application name."
|
840 |
+
msgstr "Пожалуйста, заполните имя приложения facebook."
|
841 |
+
|
842 |
+
#: admin/settings.php:89
|
843 |
+
msgid "Please fill facebook application id."
|
844 |
+
msgstr "Пожалуйста, заполните идентификатор приложения facebook."
|
845 |
+
|
846 |
+
#: admin/settings.php:94
|
847 |
+
msgid "Please fill facebook application secret."
|
848 |
+
msgstr "Пожалуйста, заполните секрет приложения facebook."
|
849 |
+
|
850 |
+
#: admin/settings.php:137
|
851 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
852 |
+
msgstr "Состояние не соответствует. Вы можете стать жертвой CSRF."
|
853 |
+
|
854 |
+
#: admin/settings.php:146
|
855 |
+
msgid ""
|
856 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
857 |
+
"and firewall settings."
|
858 |
+
msgstr ""
|
859 |
+
"Не удалось авторизовать приложение facebook. Пожалуйста, проверьте настройки "
|
860 |
+
"curl/fopen и брандмауэра."
|
861 |
+
|
862 |
+
#: admin/settings.php:156
|
863 |
+
#, php-format
|
864 |
+
msgid "Successfully connected to %s member area"
|
865 |
+
msgstr "Успешное подключение к членской зоне %s"
|
866 |
+
|
867 |
+
#: admin/settings.php:166
|
868 |
+
msgid "Selected pages saved successfully."
|
869 |
+
msgstr "Выбранные страницы успешно сохранены."
|
870 |
+
|
871 |
+
#: admin/settings.php:198
|
872 |
+
msgid "Facebook Settings"
|
873 |
+
msgstr "Настройки Facebook"
|
874 |
+
|
875 |
+
#: admin/settings.php:199
|
876 |
+
msgid "General Settings"
|
877 |
+
msgstr "Oбщие настройки"
|
878 |
+
|
879 |
+
#: admin/settings.php:215 admin/settings.php:248
|
880 |
+
msgid "Application needs authorisation"
|
881 |
+
msgstr "Приложение требует авторизации"
|
882 |
+
|
883 |
+
#: admin/settings.php:219 admin/settings.php:253
|
884 |
+
msgid "Authorize"
|
885 |
+
msgstr "Разрешить"
|
886 |
+
|
887 |
+
#: admin/settings.php:229 admin/settings.php:264
|
888 |
+
msgid "Reauthorize"
|
889 |
+
msgstr "Повторно авторизовать"
|
890 |
+
|
891 |
+
#: admin/settings.php:271
|
892 |
+
msgid "Application is authorized, go posting."
|
893 |
+
msgstr "Приложение авторизовано, приступайте к публикации."
|
894 |
+
|
895 |
+
#: admin/settings.php:282
|
896 |
+
msgid "Note:"
|
897 |
+
msgstr "Примечание:"
|
898 |
+
|
899 |
+
#: admin/settings.php:282
|
900 |
+
msgid ""
|
901 |
+
"You have to create a Facebook application before filling the following "
|
902 |
+
"details."
|
903 |
+
msgstr ""
|
904 |
+
"Вы должны создать приложение Facebook, прежде чем заполнять следующие данные."
|
905 |
+
|
906 |
+
#: admin/settings.php:283
|
907 |
+
msgid "Click here </a></b> to create new Facebook application."
|
908 |
+
msgstr "Нажмите здесь </a></b>, чтобы создать новое приложение Facebook."
|
909 |
+
|
910 |
+
#: admin/settings.php:284
|
911 |
+
#, php-format
|
912 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
913 |
+
msgstr "На странице приложения в facebook перейдите к <b> %s </b>."
|
914 |
+
|
915 |
+
#: admin/settings.php:284
|
916 |
+
msgid "Set the site url as:"
|
917 |
+
msgstr "Установите URL-адрес сайта как:"
|
918 |
+
|
919 |
+
#: admin/settings.php:286
|
920 |
+
#, php-format
|
921 |
+
msgid "And then navigate to <b> %s </b>."
|
922 |
+
msgstr "Затем перейдите к <b> %s </b>."
|
923 |
+
|
924 |
+
#: admin/settings.php:286
|
925 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
926 |
+
msgstr "Установите допустимые URI перенаправления OAuth следующим образом:"
|
927 |
+
|
928 |
+
#: admin/settings.php:288
|
929 |
+
#, php-format
|
930 |
+
msgid ""
|
931 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
932 |
+
"Click here."
|
933 |
+
msgstr ""
|
934 |
+
"Для получения подробных пошаговых инструкций <b><a href=\"%s\" target="
|
935 |
+
"\"_blank\"> нажмите здесь."
|
936 |
+
|
937 |
+
#: admin/settings.php:300
|
938 |
+
msgid "All fields given below are mandatory"
|
939 |
+
msgstr "Все поля, указанные ниже, обязательны для заполнения"
|
940 |
+
|
941 |
+
#: admin/settings.php:312
|
942 |
+
msgid "Application name"
|
943 |
+
msgstr "Имя приложения"
|
944 |
+
|
945 |
+
#: admin/settings.php:313
|
946 |
+
msgid "This is for tracking purpose"
|
947 |
+
msgstr "Это для отслеживания"
|
948 |
+
|
949 |
+
#: admin/settings.php:321
|
950 |
+
msgid "Application Selection"
|
951 |
+
msgstr "Выбор приложения"
|
952 |
+
|
953 |
+
#: admin/settings.php:325
|
954 |
+
msgid "Own App"
|
955 |
+
msgstr "Собственное приложение"
|
956 |
+
|
957 |
+
#: admin/settings.php:325
|
958 |
+
msgid "requires app submission and Facebook review"
|
959 |
+
msgstr "требуется отправка приложения и проверка Facebook"
|
960 |
+
|
961 |
+
#: admin/settings.php:325
|
962 |
+
msgid "Help"
|
963 |
+
msgstr "Помогите"
|
964 |
+
|
965 |
+
#: admin/settings.php:327
|
966 |
+
msgid "App approval service available for 50 USD"
|
967 |
+
msgstr "Услуга утверждения приложений доступна за 50 долларов США"
|
968 |
+
|
969 |
+
#: admin/settings.php:330
|
970 |
+
msgid "Expected time frame"
|
971 |
+
msgstr "Ожидаемые сроки"
|
972 |
+
|
973 |
+
#: admin/settings.php:330
|
974 |
+
msgid "30 days"
|
975 |
+
msgstr "30 дней"
|
976 |
+
|
977 |
+
#: admin/settings.php:331
|
978 |
+
msgid "Required details"
|
979 |
+
msgstr "Необходимые данные"
|
980 |
+
|
981 |
+
#: admin/settings.php:331
|
982 |
+
msgid "1. WordPress login"
|
983 |
+
msgstr "1. Вход в WordPress"
|
984 |
+
|
985 |
+
#: admin/settings.php:332
|
986 |
+
msgid ""
|
987 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
988 |
+
msgstr ""
|
989 |
+
"2. Административный доступ к приложению разработчика Facebook для отправки "
|
990 |
+
"отзывов (временно)."
|
991 |
+
|
992 |
+
#: admin/settings.php:333
|
993 |
+
#, php-format
|
994 |
+
msgid ""
|
995 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
996 |
+
msgstr ""
|
997 |
+
"Для получения более подробной информации обратитесь в <a href=\"%s\" target="
|
998 |
+
"\"_blank\" > службу поддержки"
|
999 |
+
|
1000 |
+
#: admin/settings.php:337
|
1001 |
+
#, php-format
|
1002 |
+
msgid "%s App ( ready to publish )"
|
1003 |
+
msgstr "Приложение %s (готово к публикации)"
|
1004 |
+
|
1005 |
+
#: admin/settings.php:338
|
1006 |
+
msgid "Starts from 10 USD per year"
|
1007 |
+
msgstr "От 10 долларов США в год"
|
1008 |
+
|
1009 |
+
#: admin/settings.php:341
|
1010 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
1011 |
+
msgstr "ДОСТУПНА 30-ДНЕВНАЯ БЕСПЛАТНАЯ ПРОБНАЯ ВЕРСИЯ"
|
1012 |
+
|
1013 |
+
#: admin/settings.php:344
|
1014 |
+
#, php-format
|
1015 |
+
msgid "How to use %s application?"
|
1016 |
+
msgstr "Как использовать приложение %s?"
|
1017 |
+
|
1018 |
+
#: admin/settings.php:355
|
1019 |
+
#, php-format
|
1020 |
+
msgid "Connect your %s account"
|
1021 |
+
msgstr "Подключите свою учетную запись %s"
|
1022 |
+
|
1023 |
+
#: admin/settings.php:361
|
1024 |
+
msgid "Application id"
|
1025 |
+
msgstr "Идентификатор приложения"
|
1026 |
+
|
1027 |
+
#: admin/settings.php:370
|
1028 |
+
msgid "Application secret"
|
1029 |
+
msgstr "Секрет приложения"
|
1030 |
+
|
1031 |
+
#: admin/settings.php:381
|
1032 |
+
msgid ""
|
1033 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
1034 |
+
"> if you are using the posting method <b> Upload image to app album"
|
1035 |
+
msgstr ""
|
1036 |
+
"Создайте альбом приложения (с <b> названием приложения </b>) на страницах "
|
1037 |
+
"Facebook, <br/> если вы используете метод публикации, <b> загрузите "
|
1038 |
+
"изображение в альбом приложения"
|
1039 |
+
|
1040 |
+
#: admin/settings.php:388
|
1041 |
+
msgid "Text message with image"
|
1042 |
+
msgstr "Текстовое сообщение с изображением"
|
1043 |
+
|
1044 |
+
#: admin/settings.php:395
|
1045 |
+
msgid "Text message with attached link"
|
1046 |
+
msgstr "Текстовое сообщение с прикрепленной ссылкой"
|
1047 |
+
|
1048 |
+
#: admin/settings.php:406
|
1049 |
+
msgid "Enforce og tags for Facebook"
|
1050 |
+
msgstr "Использовать теги og для Facebook"
|
1051 |
+
|
1052 |
+
#: admin/settings.php:408
|
1053 |
+
msgid ""
|
1054 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1055 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1056 |
+
"Attach your blog post."
|
1057 |
+
msgstr ""
|
1058 |
+
"Если вы включите этот параметр, теги Open Graph будут генерироваться при "
|
1059 |
+
"публикации на Facebook при использовании метода публикации <b> Поделиться "
|
1060 |
+
"ссылкой на запись в блоге </b> или <b> Прикрепить запись в блоге."
|
1061 |
+
|
1062 |
+
#: admin/settings.php:418
|
1063 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1064 |
+
msgstr "Очистите кеш facebook перед публикацией в facebook"
|
1065 |
+
|
1066 |
+
#: admin/settings.php:437
|
1067 |
+
msgid ""
|
1068 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1069 |
+
"Text message with image </b>posting methods"
|
1070 |
+
msgstr ""
|
1071 |
+
"Необязательно в случае <b>текстового сообщения с прикрепленной ссылкой </"
|
1072 |
+
"b><br/>или<b> текстового сообщения с изображением </b>методов публикации"
|
1073 |
+
|
1074 |
+
#: admin/settings.php:500
|
1075 |
+
msgid "Select facebook pages for auto publish"
|
1076 |
+
msgstr "Выберите страницы facebook для автоматической публикации"
|
1077 |
+
|
1078 |
+
#: admin/settings.php:505
|
1079 |
+
msgid "Select All"
|
1080 |
+
msgstr "Выбрать все"
|
1081 |
+
|
1082 |
+
#: admin/settings.php:525
|
1083 |
+
msgid "Selected facebook pages for auto publish"
|
1084 |
+
msgstr "Выбранные страницы facebook для автоматической публикации"
|
1085 |
+
|
1086 |
+
#: admin/settings.php:549
|
1087 |
+
msgid "Save"
|
1088 |
+
msgstr "Сохранять"
|
1089 |
+
|
1090 |
+
#: admin/settings.php:553
|
1091 |
+
msgid "Free trial is available only for first time users"
|
1092 |
+
msgstr "Бесплатная пробная версия доступна только для новых пользователей"
|
1093 |
+
|
1094 |
+
#: admin/settings.php:556
|
1095 |
+
msgid "Use reauthorize button to change selected values"
|
1096 |
+
msgstr ""
|
1097 |
+
"Используйте кнопку повторной авторизации, чтобы изменить выбранные значения"
|
1098 |
+
|
1099 |
+
#: admin/settings.php:649
|
1100 |
+
msgid "Basic Settings"
|
1101 |
+
msgstr "Основные настройки"
|
1102 |
+
|
1103 |
+
#: admin/settings.php:651
|
1104 |
+
msgid "Publish wordpress `posts` to facebook"
|
1105 |
+
msgstr "Публиковать посты wordpress в фейсбук"
|
1106 |
+
|
1107 |
+
#: admin/settings.php:660
|
1108 |
+
msgid "Publish wordpress `pages` to facebook"
|
1109 |
+
msgstr "Публикация `страниц` wordpress в facebook"
|
1110 |
+
|
1111 |
+
#: admin/settings.php:685
|
1112 |
+
msgid "Select wordpress custom post types for auto publish"
|
1113 |
+
msgstr ""
|
1114 |
+
"Выберите пользовательские типы сообщений WordPress для автоматической "
|
1115 |
+
"публикации"
|
1116 |
+
|
1117 |
+
#: admin/settings.php:701
|
1118 |
+
msgid "Advanced Settings"
|
1119 |
+
msgstr "Расширенные настройки"
|
1120 |
+
|
1121 |
+
#: admin/settings.php:703
|
1122 |
+
msgid "Select post categories for auto publish"
|
1123 |
+
msgstr "Выберите категории сообщений для автоматической публикации"
|
1124 |
+
|
1125 |
+
#: admin/settings.php:708
|
1126 |
+
msgid "All"
|
1127 |
+
msgstr "Все"
|
1128 |
+
|
1129 |
+
#: admin/settings.php:710
|
1130 |
+
msgid "Specific"
|
1131 |
+
msgstr "Конкретный"
|
1132 |
+
|
1133 |
+
#: admin/settings.php:745
|
1134 |
+
msgid "NIL"
|
1135 |
+
msgstr "Ничто"
|
1136 |
+
|
1137 |
+
#: admin/settings.php:750
|
1138 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1139 |
+
msgstr ""
|
1140 |
+
"Автоматическая публикация при редактировании сообщений/страниц/"
|
1141 |
+
"пользовательских типов сообщений"
|
1142 |
+
|
1143 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1144 |
+
msgid "Enabled"
|
1145 |
+
msgstr "Включена"
|
1146 |
+
|
1147 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1148 |
+
msgid "Disabled"
|
1149 |
+
msgstr "Hетрудоспособный"
|
1150 |
+
|
1151 |
+
#: admin/settings.php:755
|
1152 |
+
msgid "Use settings from post creation or post updation"
|
1153 |
+
msgstr "Использовать настройки из создания или обновления публикации"
|
1154 |
+
|
1155 |
+
#: admin/settings.php:759
|
1156 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1157 |
+
msgstr ""
|
1158 |
+
"Автоматическая публикация при создании сообщений/страниц/пользовательских "
|
1159 |
+
"типов сообщений"
|
1160 |
+
|
1161 |
+
#: admin/settings.php:768
|
1162 |
+
msgid "Enable SSL peer verification in remote requests"
|
1163 |
+
msgstr "Включить одноранговую проверку SSL в удаленных запросах"
|
1164 |
+
|
1165 |
+
#: admin/settings.php:776
|
1166 |
+
msgid "Apply filters during publishing"
|
1167 |
+
msgstr "Применение фильтров во время публикации"
|
1168 |
+
|
1169 |
+
#: admin/settings.php:813
|
1170 |
+
msgid "Other Settings"
|
1171 |
+
msgstr "Другие настройки"
|
1172 |
+
|
1173 |
+
#: admin/settings.php:816
|
1174 |
+
msgid "Enable credit link to author"
|
1175 |
+
msgstr "Включить кредитную ссылку на автора"
|
1176 |
+
|
1177 |
+
#: admin/settings.php:825
|
1178 |
+
msgid "Enable premium version ads"
|
1179 |
+
msgstr "Включить рекламу премиум-версии"
|
1180 |
+
|
1181 |
+
#: admin/settings.php:839
|
1182 |
+
msgid "Update Settings"
|
1183 |
+
msgstr "Обновить настройки"
|
1184 |
+
|
1185 |
+
#: facebook-auto-publish.php:31
|
1186 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1187 |
+
msgstr "Всем привет! Я просто плагин, мало что могу сделать при прямом вызове."
|
languages/facebook-auto-publish-zh_CN.mo
ADDED
Binary file
|
languages/facebook-auto-publish-zh_CN.po
ADDED
@@ -0,0 +1,1128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: multilang\n"
|
4 |
+
"POT-Creation-Date: 2022-07-08 11:50+0530\n"
|
5 |
+
"PO-Revision-Date: 2022-07-08 11:50+0530\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \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 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
13 |
+
"X-Generator: Poedit 3.1\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
+
"X-Poedit-SearchPath-0: facebook-auto-publish.php\n"
|
17 |
+
"X-Poedit-SearchPath-1: admin/settings.php\n"
|
18 |
+
"X-Poedit-SearchPath-2: admin/publish.php\n"
|
19 |
+
"X-Poedit-SearchPath-3: admin/metabox.php\n"
|
20 |
+
"X-Poedit-SearchPath-4: admin/menu.php\n"
|
21 |
+
"X-Poedit-SearchPath-5: admin/manage-authorizations.php\n"
|
22 |
+
"X-Poedit-SearchPath-6: admin/logs.php\n"
|
23 |
+
"X-Poedit-SearchPath-7: admin/install.php\n"
|
24 |
+
"X-Poedit-SearchPath-8: admin/header.php\n"
|
25 |
+
"X-Poedit-SearchPath-9: admin/footer.php\n"
|
26 |
+
"X-Poedit-SearchPath-10: admin/fbap-suggest-feature.php\n"
|
27 |
+
"X-Poedit-SearchPath-11: admin/destruction.php\n"
|
28 |
+
"X-Poedit-SearchPath-12: admin/authorization.php\n"
|
29 |
+
"X-Poedit-SearchPath-13: admin/ajax-backlink.php\n"
|
30 |
+
"X-Poedit-SearchPath-14: admin/admin-notices.php\n"
|
31 |
+
"X-Poedit-SearchPath-15: admin/about.php\n"
|
32 |
+
|
33 |
+
#: admin/about.php:9
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"%s automatically publishes posts from your blog to your Facebook pages. It "
|
37 |
+
"allows you to filter posts based on post-types and categories. %s is "
|
38 |
+
"developed and maintained by"
|
39 |
+
msgstr ""
|
40 |
+
"%s 自动将帖子从您的博客发布到您的 Facebook 页面。它允许您根据帖子类型和类别过"
|
41 |
+
"滤帖子。 %s 由以下人员开发和维护"
|
42 |
+
|
43 |
+
#: admin/about.php:17
|
44 |
+
#, php-format
|
45 |
+
msgid ""
|
46 |
+
"If you would like to have more features , please try <a href=\"%s\" target="
|
47 |
+
"\"_blank\">%s</a> which is a premium version of this plugin. We have "
|
48 |
+
"included a quick comparison of the free and premium plugins for your "
|
49 |
+
"reference."
|
50 |
+
msgstr ""
|
51 |
+
"如果您想拥有更多功能,请尝试 <a href=\"%s\" target=\"_blank\">%s</a> 这是该插"
|
52 |
+
"件的高级版本。我们提供了免费和高级插件的快速比较供您参考。"
|
53 |
+
|
54 |
+
#: admin/about.php:23
|
55 |
+
msgid "Feature group"
|
56 |
+
msgstr "特征组"
|
57 |
+
|
58 |
+
#: admin/about.php:24
|
59 |
+
msgid "Feature"
|
60 |
+
msgstr "特征"
|
61 |
+
|
62 |
+
#: admin/about.php:25
|
63 |
+
msgid "Free"
|
64 |
+
msgstr "免费"
|
65 |
+
|
66 |
+
#: admin/about.php:27
|
67 |
+
msgid "Premium"
|
68 |
+
msgstr "优质的"
|
69 |
+
|
70 |
+
#: admin/about.php:29
|
71 |
+
#, php-format
|
72 |
+
msgid "%s Premium"
|
73 |
+
msgstr "%s 溢价"
|
74 |
+
|
75 |
+
#: admin/about.php:34
|
76 |
+
msgid "Supported Media"
|
77 |
+
msgstr "支持的媒体"
|
78 |
+
|
79 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
80 |
+
msgid "Facebook"
|
81 |
+
msgstr "脸书"
|
82 |
+
|
83 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
84 |
+
msgid "Twitter"
|
85 |
+
msgstr "推特"
|
86 |
+
|
87 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
88 |
+
msgid "LinkedIn"
|
89 |
+
msgstr "领英"
|
90 |
+
|
91 |
+
#: admin/about.php:63
|
92 |
+
msgid "Instagram"
|
93 |
+
msgstr "Instagram"
|
94 |
+
|
95 |
+
#: admin/about.php:72
|
96 |
+
msgid "Tumblr"
|
97 |
+
msgstr "棒棒哒"
|
98 |
+
|
99 |
+
#: admin/about.php:81
|
100 |
+
msgid "Pinterest"
|
101 |
+
msgstr "Pinterest"
|
102 |
+
|
103 |
+
#: admin/about.php:92
|
104 |
+
msgid "Posting Options"
|
105 |
+
msgstr "发布选项"
|
106 |
+
|
107 |
+
#: admin/about.php:93
|
108 |
+
msgid "Publish to facebook pages"
|
109 |
+
msgstr "发布到 脸书 页面"
|
110 |
+
|
111 |
+
#: admin/about.php:102
|
112 |
+
msgid "Publish to facebook groups"
|
113 |
+
msgstr "发布到 脸书 群组"
|
114 |
+
|
115 |
+
#: admin/about.php:111
|
116 |
+
msgid "Publish to twitter profile"
|
117 |
+
msgstr "发布到 推特 个人资料"
|
118 |
+
|
119 |
+
#: admin/about.php:121
|
120 |
+
msgid "Publish to linkedin profile/company pages"
|
121 |
+
msgstr "发布到领英个人资料/公司页面"
|
122 |
+
|
123 |
+
#: admin/about.php:130
|
124 |
+
msgid "Publish to instagram Business accounts"
|
125 |
+
msgstr "发布到 Instagram 企业帐户"
|
126 |
+
|
127 |
+
#: admin/about.php:139
|
128 |
+
msgid "Publish to tumblr profile"
|
129 |
+
msgstr "发布到 棒棒哒 个人资料"
|
130 |
+
|
131 |
+
#: admin/about.php:149
|
132 |
+
msgid "Publish to pinterest boards"
|
133 |
+
msgstr "发布到 pinterest 板"
|
134 |
+
|
135 |
+
#: admin/about.php:158
|
136 |
+
msgid "Option to add twitter image description for visually impaired people"
|
137 |
+
msgstr "为视障人士添加 推特 图像描述的选项"
|
138 |
+
|
139 |
+
#: admin/about.php:167
|
140 |
+
msgid "Option to republish existing posts"
|
141 |
+
msgstr "重新发布现有帖子的选项"
|
142 |
+
|
143 |
+
#: admin/about.php:177
|
144 |
+
msgid "Publish to multiple social media accounts"
|
145 |
+
msgstr "发布到多个社交媒体帐户"
|
146 |
+
|
147 |
+
#: admin/about.php:187
|
148 |
+
msgid ""
|
149 |
+
"Seperate message formats for publishing to multiple social media accounts"
|
150 |
+
msgstr "用于发布到多个社交媒体帐户的单独消息格式"
|
151 |
+
|
152 |
+
#: admin/about.php:197
|
153 |
+
msgid "Save auto publish settings of individual posts"
|
154 |
+
msgstr "保存单个帖子的自动发布设置"
|
155 |
+
|
156 |
+
#: admin/about.php:207
|
157 |
+
msgid ""
|
158 |
+
"Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and "
|
159 |
+
"Pinterest"
|
160 |
+
msgstr "哈希标签支持 脸书、推特、领英、Instagram、棒棒哒 和 Pinterest"
|
161 |
+
|
162 |
+
#: admin/about.php:216
|
163 |
+
msgid "Option to use post tags as hash tags"
|
164 |
+
msgstr "使用帖子标签作为哈希标签的选项"
|
165 |
+
|
166 |
+
#: admin/about.php:225
|
167 |
+
msgid "Enable/Disable SSL peer verification"
|
168 |
+
msgstr "启用/禁用 SSL 对等验证"
|
169 |
+
|
170 |
+
#: admin/about.php:238
|
171 |
+
msgid "Image Options"
|
172 |
+
msgstr "图像选项"
|
173 |
+
|
174 |
+
#: admin/about.php:239
|
175 |
+
msgid "Publish images along with post content"
|
176 |
+
msgstr "发布图像以及帖子内容"
|
177 |
+
|
178 |
+
#: admin/about.php:250
|
179 |
+
msgid ""
|
180 |
+
"Separate default image url for publishing to multiple social media accounts"
|
181 |
+
msgstr "用于发布到多个社交媒体帐户的单独默认图像 URL"
|
182 |
+
|
183 |
+
#: admin/about.php:260
|
184 |
+
msgid ""
|
185 |
+
"Option to specify preference from featured image, post content, post meta "
|
186 |
+
"and open graph tags"
|
187 |
+
msgstr "选择从特色图像、帖子内容、帖子元和开放图形标签中指定偏好"
|
188 |
+
|
189 |
+
#: admin/about.php:269
|
190 |
+
msgid ""
|
191 |
+
"Publish multiple images to facebook, tumblr, linkedin and twitter along with "
|
192 |
+
"post content"
|
193 |
+
msgstr "将多张图片与帖子内容一起发布到 脸书、汤博乐、领英 和 推特"
|
194 |
+
|
195 |
+
#: admin/about.php:278
|
196 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
197 |
+
msgstr "从帖子内容和帖子元中指定多张照片偏好的选项"
|
198 |
+
|
199 |
+
#: admin/about.php:289
|
200 |
+
msgid "Video/Audio Options"
|
201 |
+
msgstr "视频/音频选项"
|
202 |
+
|
203 |
+
#: admin/about.php:290
|
204 |
+
msgid ""
|
205 |
+
"Publish video to facebook, tumblr, Linkedin, Instagram and twitter along "
|
206 |
+
"with post content"
|
207 |
+
msgstr "将视频与帖子内容一起发布到 脸书、棒棒哒、领英、Instagram 和 推特"
|
208 |
+
|
209 |
+
#: admin/about.php:300
|
210 |
+
msgid ""
|
211 |
+
"Option to specify preference from post content, post meta and open graph tags"
|
212 |
+
msgstr "从帖子内容、帖子元和打开图形标签中指定音频偏好的选项"
|
213 |
+
|
214 |
+
#: admin/about.php:309
|
215 |
+
msgid "Publish audio to tumblr along with post content"
|
216 |
+
msgstr "将音频与帖子内容一起发布到 棒棒哒"
|
217 |
+
|
218 |
+
#: admin/about.php:318
|
219 |
+
msgid ""
|
220 |
+
"Option to specify audio preference from post content, post meta and open "
|
221 |
+
"graph tags"
|
222 |
+
msgstr "从帖子内容、帖子元和打开图形标签中指定音频偏好的选项"
|
223 |
+
|
224 |
+
#: admin/about.php:329
|
225 |
+
msgid "Filter Options"
|
226 |
+
msgstr "过滤器选项"
|
227 |
+
|
228 |
+
#: admin/about.php:330
|
229 |
+
msgid "Filter posts to publish based on categories"
|
230 |
+
msgstr "根据类别过滤要发布的帖子"
|
231 |
+
|
232 |
+
#: admin/about.php:340
|
233 |
+
msgid "Filter posts to publish based on custom post types"
|
234 |
+
msgstr "根据自定义帖子类型过滤要发布的帖子"
|
235 |
+
|
236 |
+
#: admin/about.php:349
|
237 |
+
msgid "Filter posts to publish based on sticky posts"
|
238 |
+
msgstr "根据粘性帖子过滤要发布的帖子"
|
239 |
+
|
240 |
+
#: admin/about.php:359
|
241 |
+
msgid "Configuration to enable/disable page publishing"
|
242 |
+
msgstr "启用/禁用页面发布的配置"
|
243 |
+
|
244 |
+
#: admin/about.php:369
|
245 |
+
msgid "Category filter for individual accounts"
|
246 |
+
msgstr "个人帐户的类别过滤器"
|
247 |
+
|
248 |
+
#: admin/about.php:379
|
249 |
+
msgid "Custom post type filter for individual accounts"
|
250 |
+
msgstr "个人帐户的自定义帖子类型过滤器"
|
251 |
+
|
252 |
+
#: admin/about.php:389
|
253 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
254 |
+
msgstr "为个人帐户启用/禁用页面发布"
|
255 |
+
|
256 |
+
#: admin/about.php:398
|
257 |
+
msgid "Override auto publish scheduling for individual accounts"
|
258 |
+
msgstr "覆盖个人帐户的自动发布计划"
|
259 |
+
|
260 |
+
#: admin/about.php:407
|
261 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
262 |
+
msgstr "覆盖基于个人帐户的粘性帖子的自动发布"
|
263 |
+
|
264 |
+
#: admin/about.php:418
|
265 |
+
msgid "Scheduling"
|
266 |
+
msgstr "调度"
|
267 |
+
|
268 |
+
#: admin/about.php:419
|
269 |
+
msgid "Instantaneous post publishing"
|
270 |
+
msgstr "即时发布"
|
271 |
+
|
272 |
+
#: admin/about.php:429
|
273 |
+
msgid "Scheduled post publishing using cron"
|
274 |
+
msgstr "使用 cron 定时发布"
|
275 |
+
|
276 |
+
#: admin/about.php:439
|
277 |
+
msgid "Status summary of auto publish tasks by mail"
|
278 |
+
msgstr "通过邮件自动发布任务的状态摘要"
|
279 |
+
|
280 |
+
#: admin/about.php:449
|
281 |
+
msgid "Configurable auto publishing time interval"
|
282 |
+
msgstr "可配置的自动发布时间间隔"
|
283 |
+
|
284 |
+
#: admin/about.php:463
|
285 |
+
msgid "Publishing History"
|
286 |
+
msgstr "出版历史"
|
287 |
+
|
288 |
+
#: admin/about.php:464
|
289 |
+
msgid "View auto publish history"
|
290 |
+
msgstr "查看自动发布历史"
|
291 |
+
|
292 |
+
#: admin/about.php:473
|
293 |
+
msgid "View auto publish error logs"
|
294 |
+
msgstr "查看自动发布错误日志"
|
295 |
+
|
296 |
+
#: admin/about.php:483
|
297 |
+
msgid "Option to republish post"
|
298 |
+
msgstr "重新发布帖子的选项"
|
299 |
+
|
300 |
+
#: admin/about.php:493
|
301 |
+
msgid "Option to reschedule publishing"
|
302 |
+
msgstr "重新安排发布的选项"
|
303 |
+
|
304 |
+
#: admin/about.php:503
|
305 |
+
msgid "Installation and Support"
|
306 |
+
msgstr "安装和支持"
|
307 |
+
|
308 |
+
#: admin/about.php:504
|
309 |
+
msgid "Free Installation"
|
310 |
+
msgstr "免费安装"
|
311 |
+
|
312 |
+
#: admin/about.php:513
|
313 |
+
msgid "Privilege customer support"
|
314 |
+
msgstr "特权客户支持"
|
315 |
+
|
316 |
+
#: admin/about.php:523
|
317 |
+
msgid "Addon Features"
|
318 |
+
msgstr "附加功能"
|
319 |
+
|
320 |
+
#: admin/about.php:524
|
321 |
+
msgid "Advanced Autopublish Scheduler"
|
322 |
+
msgstr "高级自动发布计划程序"
|
323 |
+
|
324 |
+
#: admin/about.php:533
|
325 |
+
msgid "URL-Shortener"
|
326 |
+
msgstr "网址缩短器"
|
327 |
+
|
328 |
+
#: admin/about.php:542
|
329 |
+
msgid "Privilege Management"
|
330 |
+
msgstr "权限管理"
|
331 |
+
|
332 |
+
#: admin/about.php:551
|
333 |
+
msgid "Other"
|
334 |
+
msgstr "其他"
|
335 |
+
|
336 |
+
#: admin/about.php:553
|
337 |
+
#, php-format
|
338 |
+
msgid ""
|
339 |
+
"%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
340 |
+
msgstr "%s API 包 1 年,价值 10 美元(1 个 fb 帐户,每小时 10 次 API 调用)"
|
341 |
+
|
342 |
+
#: admin/about.php:555
|
343 |
+
msgid "1 month free subscription"
|
344 |
+
msgstr "1个月免费订阅"
|
345 |
+
|
346 |
+
#: admin/about.php:557
|
347 |
+
msgid "1 year free subscription"
|
348 |
+
msgstr "1年免费订阅"
|
349 |
+
|
350 |
+
#: admin/about.php:563
|
351 |
+
msgid "Price"
|
352 |
+
msgstr "价钱"
|
353 |
+
|
354 |
+
#: admin/about.php:564
|
355 |
+
msgid "FREE"
|
356 |
+
msgstr "免费"
|
357 |
+
|
358 |
+
#: admin/about.php:565
|
359 |
+
msgid "Starts from 39 USD"
|
360 |
+
msgstr "39 美元起"
|
361 |
+
|
362 |
+
#: admin/about.php:566
|
363 |
+
msgid "Starts from 69 USD"
|
364 |
+
msgstr "69 美元起"
|
365 |
+
|
366 |
+
#: admin/about.php:569
|
367 |
+
msgid "Purchase"
|
368 |
+
msgstr "购买"
|
369 |
+
|
370 |
+
#: admin/about.php:571
|
371 |
+
msgid "Buy Now"
|
372 |
+
msgstr "立即购买"
|
373 |
+
|
374 |
+
#: admin/about.php:578
|
375 |
+
msgid "Pinterest is added on experimental basis."
|
376 |
+
msgstr "Pinterest 是在实验基础上添加的。"
|
377 |
+
|
378 |
+
#: admin/admin-notices.php:41
|
379 |
+
#, php-format
|
380 |
+
msgid ""
|
381 |
+
"Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a "
|
382 |
+
"href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us "
|
383 |
+
"with the continued development of the plugin using any of the below methods?"
|
384 |
+
msgstr ""
|
385 |
+
"感谢您使用 <a href=\"%s\" target=\"_blank\"> %s </a> 的 <a href=\"%s\" "
|
386 |
+
"target=\"_blank\"> %s </a> 插件。您会考虑使用以下任何方法支持我们继续开发插件"
|
387 |
+
"吗?"
|
388 |
+
|
389 |
+
#: admin/admin-notices.php:45
|
390 |
+
msgid "Rate it 5★'s on wordpress"
|
391 |
+
msgstr "在 wordpress 上给它评分 5★"
|
392 |
+
|
393 |
+
#: admin/admin-notices.php:47
|
394 |
+
msgid "Enable Backlink"
|
395 |
+
msgstr "启用反向链接"
|
396 |
+
|
397 |
+
#: admin/admin-notices.php:49
|
398 |
+
msgid "Share on"
|
399 |
+
msgstr "分享"
|
400 |
+
|
401 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
402 |
+
msgid "Donate"
|
403 |
+
msgstr "捐"
|
404 |
+
|
405 |
+
#: admin/admin-notices.php:52
|
406 |
+
msgid "Don't Show This Again"
|
407 |
+
msgstr "不要再显示这个"
|
408 |
+
|
409 |
+
#: admin/fbap-suggest-feature.php:10
|
410 |
+
msgid "Thank you for the suggestion."
|
411 |
+
msgstr "感谢您的建议。"
|
412 |
+
|
413 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
414 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
415 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
416 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
417 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
418 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
419 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
420 |
+
msgid "Dismiss"
|
421 |
+
msgstr "清除"
|
422 |
+
|
423 |
+
#: admin/fbap-suggest-feature.php:18
|
424 |
+
#, php-format
|
425 |
+
msgid "%s not able to process the request."
|
426 |
+
msgstr "%s 无法处理请求。"
|
427 |
+
|
428 |
+
#: admin/fbap-suggest-feature.php:26
|
429 |
+
msgid "Please suggest a feature."
|
430 |
+
msgstr "请推荐一个功能。"
|
431 |
+
|
432 |
+
#: admin/fbap-suggest-feature.php:60
|
433 |
+
msgid "Contribute And Get Rewarded"
|
434 |
+
msgstr "贡献并获得奖励"
|
435 |
+
|
436 |
+
#: admin/fbap-suggest-feature.php:61
|
437 |
+
msgid ""
|
438 |
+
"Suggest a feature for this plugin and stand a chance to get a free copy of "
|
439 |
+
"premium version of this plugin."
|
440 |
+
msgstr "建议此插件的功能并有机会获得此插件的高级版本的免费副本。"
|
441 |
+
|
442 |
+
#: admin/fbap-suggest-feature.php:67
|
443 |
+
msgid "Send Mail To Us"
|
444 |
+
msgstr "发送邮件给我们"
|
445 |
+
|
446 |
+
#: admin/footer.php:10
|
447 |
+
#, php-format
|
448 |
+
msgid "Fully Featured %s Plugin"
|
449 |
+
msgstr "功能齐全的 %s 插件"
|
450 |
+
|
451 |
+
#: admin/footer.php:11
|
452 |
+
msgid "Just 39 USD"
|
453 |
+
msgstr "只需 39 美元"
|
454 |
+
|
455 |
+
#: admin/footer.php:21
|
456 |
+
msgid "Compare Features"
|
457 |
+
msgstr "比较功能"
|
458 |
+
|
459 |
+
#: admin/footer.php:30
|
460 |
+
msgid "Follow Us"
|
461 |
+
msgstr "跟着我们"
|
462 |
+
|
463 |
+
#: admin/footer.php:37
|
464 |
+
msgid "Support"
|
465 |
+
msgstr "支持"
|
466 |
+
|
467 |
+
#: admin/footer.php:39
|
468 |
+
msgid "Contact Us"
|
469 |
+
msgstr "联系我们"
|
470 |
+
|
471 |
+
#: admin/footer.php:40
|
472 |
+
msgid "Please Rate Us"
|
473 |
+
msgstr "请评价我们"
|
474 |
+
|
475 |
+
#: admin/footer.php:44
|
476 |
+
msgid "Create a ticket at Wordpress forum"
|
477 |
+
msgstr "在 Wordpress 论坛上创建票证"
|
478 |
+
|
479 |
+
#: admin/footer.php:47
|
480 |
+
msgid "Stay tuned for our updates"
|
481 |
+
msgstr "请继续关注我们的更新"
|
482 |
+
|
483 |
+
#: admin/footer.php:112
|
484 |
+
msgid "Name"
|
485 |
+
msgstr "姓名"
|
486 |
+
|
487 |
+
#: admin/footer.php:127
|
488 |
+
msgid "Email"
|
489 |
+
msgstr "电子邮件"
|
490 |
+
|
491 |
+
#: admin/footer.php:129
|
492 |
+
msgid "Subscribe"
|
493 |
+
msgstr "订阅"
|
494 |
+
|
495 |
+
#: admin/footer.php:144
|
496 |
+
msgid "Our Plugins"
|
497 |
+
msgstr "我们的插件"
|
498 |
+
|
499 |
+
#: admin/footer.php:165
|
500 |
+
msgid "Powered by"
|
501 |
+
msgstr "供电"
|
502 |
+
|
503 |
+
#: admin/header.php:19 admin/settings.php:129
|
504 |
+
msgid "Settings updated successfully."
|
505 |
+
msgstr "设置更新成功。"
|
506 |
+
|
507 |
+
#: admin/header.php:32
|
508 |
+
msgid "Thank you for enabling backlink."
|
509 |
+
msgstr "感谢您启用反向链接。"
|
510 |
+
|
511 |
+
#: admin/header.php:48
|
512 |
+
msgid "Please do a favour by enabling backlink to our site."
|
513 |
+
msgstr "请通过启用反向链接到我们的网站来帮个忙。"
|
514 |
+
|
515 |
+
#: admin/header.php:48
|
516 |
+
msgid "Okay, Enable"
|
517 |
+
msgstr "好的,启用"
|
518 |
+
|
519 |
+
#: admin/header.php:104
|
520 |
+
msgid "FAQ"
|
521 |
+
msgstr "常问问题"
|
522 |
+
|
523 |
+
#: admin/header.php:107
|
524 |
+
msgid "Readme"
|
525 |
+
msgstr "自述文件"
|
526 |
+
|
527 |
+
#: admin/header.php:110 admin/menu.php:40
|
528 |
+
msgid "About"
|
529 |
+
msgstr "关于"
|
530 |
+
|
531 |
+
#: admin/logs.php:13
|
532 |
+
msgid "Auto Publish Logs"
|
533 |
+
msgstr "自动发布日志"
|
534 |
+
|
535 |
+
#: admin/logs.php:14
|
536 |
+
msgid "Last ten logs"
|
537 |
+
msgstr "最后十个日志"
|
538 |
+
|
539 |
+
#: admin/logs.php:19
|
540 |
+
msgid "Post Id"
|
541 |
+
msgstr "帖子编号"
|
542 |
+
|
543 |
+
#: admin/logs.php:20
|
544 |
+
msgid "Post Title"
|
545 |
+
msgstr "帖子标题"
|
546 |
+
|
547 |
+
#: admin/logs.php:21
|
548 |
+
msgid "Published On"
|
549 |
+
msgstr "发表于"
|
550 |
+
|
551 |
+
#: admin/logs.php:22
|
552 |
+
msgid "Status"
|
553 |
+
msgstr "状态"
|
554 |
+
|
555 |
+
#: admin/logs.php:42
|
556 |
+
msgid "No logs Found"
|
557 |
+
msgstr "未找到日志"
|
558 |
+
|
559 |
+
#: admin/logs.php:103
|
560 |
+
msgid ""
|
561 |
+
"For publishing a simple text message, it will take 1 API call, Upload image "
|
562 |
+
"option will take 2-3 API calls and attach link option take 1 API call(2 api "
|
563 |
+
"calls, if enabled option for clearing cache)."
|
564 |
+
msgstr ""
|
565 |
+
"发布一条简单的短信需要 1 次 API 调用,上传图片选项需要 2-3 次 API 调用,附加"
|
566 |
+
"链接选项需要 1 次 API 调用(2 次 API 调用,如果启用了清除缓存的选项)。"
|
567 |
+
|
568 |
+
#: admin/manage-authorizations.php:7
|
569 |
+
#, php-format
|
570 |
+
msgid "%s Package updated successfully."
|
571 |
+
msgstr "%s 包更新成功。"
|
572 |
+
|
573 |
+
#: admin/manage-authorizations.php:22
|
574 |
+
#, php-format
|
575 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
576 |
+
msgstr "请在 Facebook 设置下授权 %s 应用访问此页面。"
|
577 |
+
|
578 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
579 |
+
msgid "Manage Authorizations"
|
580 |
+
msgstr "管理授权"
|
581 |
+
|
582 |
+
#: admin/manage-authorizations.php:261
|
583 |
+
msgid "Current Plan:"
|
584 |
+
msgstr "当前计划:"
|
585 |
+
|
586 |
+
#: admin/manage-authorizations.php:263
|
587 |
+
msgid "Allowed Facebook users:"
|
588 |
+
msgstr "允许的 脸书 用户:"
|
589 |
+
|
590 |
+
#: admin/manage-authorizations.php:264
|
591 |
+
msgid "API limit per account :"
|
592 |
+
msgstr "每个帐户的 API 限制:"
|
593 |
+
|
594 |
+
#: admin/manage-authorizations.php:264
|
595 |
+
msgid "per hour"
|
596 |
+
msgstr "每小时"
|
597 |
+
|
598 |
+
#: admin/manage-authorizations.php:265
|
599 |
+
msgid "Package Expiry :"
|
600 |
+
msgstr "Package Expiry :"
|
601 |
+
|
602 |
+
#: admin/manage-authorizations.php:266
|
603 |
+
msgid "Package Status :"
|
604 |
+
msgstr "包裹状态:"
|
605 |
+
|
606 |
+
#: admin/manage-authorizations.php:275
|
607 |
+
msgid "Upgrade/Renew"
|
608 |
+
msgstr "升级/更新"
|
609 |
+
|
610 |
+
#: admin/manage-authorizations.php:282
|
611 |
+
msgid "Show all entries"
|
612 |
+
msgstr "显示所有条目"
|
613 |
+
|
614 |
+
#: admin/manage-authorizations.php:283
|
615 |
+
msgid "Show entries from current wp installation"
|
616 |
+
msgstr "显示当前 wp 安装的条目"
|
617 |
+
|
618 |
+
#: admin/manage-authorizations.php:284
|
619 |
+
msgid "Show entries from other wp installations"
|
620 |
+
msgstr "显示来自其他 wp 安装的条目"
|
621 |
+
|
622 |
+
#: admin/manage-authorizations.php:290
|
623 |
+
msgid "Facebook username"
|
624 |
+
msgstr "脸书用户名"
|
625 |
+
|
626 |
+
#: admin/manage-authorizations.php:291
|
627 |
+
msgid "Selected pages"
|
628 |
+
msgstr "选定页面"
|
629 |
+
|
630 |
+
#: admin/manage-authorizations.php:292
|
631 |
+
msgid "Selected groups"
|
632 |
+
msgstr "选定的组"
|
633 |
+
|
634 |
+
#: admin/manage-authorizations.php:294
|
635 |
+
#, php-format
|
636 |
+
msgid "%s url"
|
637 |
+
msgstr "%s 网址"
|
638 |
+
|
639 |
+
#: admin/manage-authorizations.php:297
|
640 |
+
msgid "Plugin"
|
641 |
+
msgstr "插件"
|
642 |
+
|
643 |
+
#: admin/manage-authorizations.php:299
|
644 |
+
#, php-format
|
645 |
+
msgid "Account ID %s"
|
646 |
+
msgstr "帐户 ID %s"
|
647 |
+
|
648 |
+
#: admin/manage-authorizations.php:301
|
649 |
+
msgid "Action"
|
650 |
+
msgstr "行动"
|
651 |
+
|
652 |
+
#: admin/manage-authorizations.php:336
|
653 |
+
msgid "Not Applicable"
|
654 |
+
msgstr "不适用"
|
655 |
+
|
656 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
657 |
+
msgid "Delete"
|
658 |
+
msgstr "删除"
|
659 |
+
|
660 |
+
#: admin/manage-authorizations.php:356
|
661 |
+
msgid "(Inactive)"
|
662 |
+
msgstr "(不活动)"
|
663 |
+
|
664 |
+
#: admin/manage-authorizations.php:376
|
665 |
+
msgid "No Authorizations"
|
666 |
+
msgstr "无授权"
|
667 |
+
|
668 |
+
#: admin/manage-authorizations.php:382
|
669 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
670 |
+
msgstr "无法连接。请检查您的 curl 和防火墙设置"
|
671 |
+
|
672 |
+
#: admin/menu.php:15
|
673 |
+
msgid "Please check whether the email is correct."
|
674 |
+
msgstr "请检查电子邮件是否正确。"
|
675 |
+
|
676 |
+
#: admin/menu.php:16
|
677 |
+
msgid "Select atleast one list."
|
678 |
+
msgstr "选择至少一个列表。"
|
679 |
+
|
680 |
+
#: admin/menu.php:17
|
681 |
+
msgid "You do not have sufficient permissions"
|
682 |
+
msgstr "您没有足够的权限"
|
683 |
+
|
684 |
+
#: admin/menu.php:18
|
685 |
+
#, php-format
|
686 |
+
msgid "Account details successfully deleted from %s"
|
687 |
+
msgstr "已成功从 %s 中删除帐户详细信息"
|
688 |
+
|
689 |
+
#: admin/menu.php:19
|
690 |
+
msgid "Thank you for enabling backlink !"
|
691 |
+
msgstr "感谢您启用反向链接!"
|
692 |
+
|
693 |
+
#: admin/menu.php:20
|
694 |
+
#, php-format
|
695 |
+
msgid "Please connect your %s member account"
|
696 |
+
msgstr "请连接您的 %s 会员帐户"
|
697 |
+
|
698 |
+
#: admin/menu.php:36
|
699 |
+
msgid "Settings"
|
700 |
+
msgstr "设置"
|
701 |
+
|
702 |
+
#: admin/menu.php:39
|
703 |
+
msgid "Logs"
|
704 |
+
msgstr "日志"
|
705 |
+
|
706 |
+
#: admin/menu.php:41
|
707 |
+
msgid "Suggest a Feature"
|
708 |
+
msgstr "建议一个功能"
|
709 |
+
|
710 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
711 |
+
msgid "Enable auto publish post to my facebook account"
|
712 |
+
msgstr "启用自动将帖子发布到我的 脸书 帐户"
|
713 |
+
|
714 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
715 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
716 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
717 |
+
msgid "Yes"
|
718 |
+
msgstr "没有人"
|
719 |
+
|
720 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
721 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
722 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
723 |
+
msgid "No"
|
724 |
+
msgstr "不"
|
725 |
+
|
726 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
727 |
+
msgid "Posting method"
|
728 |
+
msgstr "发帖方式"
|
729 |
+
|
730 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
731 |
+
msgid "Simple text message"
|
732 |
+
msgstr "简单的短信"
|
733 |
+
|
734 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
735 |
+
msgid "Upload image to app album"
|
736 |
+
msgstr "上传图片到应用相册"
|
737 |
+
|
738 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
739 |
+
msgid "Upload image to timeline album"
|
740 |
+
msgstr "将图像上传到时间线相册"
|
741 |
+
|
742 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
743 |
+
msgid "Attach your blog post"
|
744 |
+
msgstr "附上您的博文"
|
745 |
+
|
746 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
747 |
+
msgid "Share a link to your blog post"
|
748 |
+
msgstr "分享指向您的博客文章的链接"
|
749 |
+
|
750 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
751 |
+
msgid "Message format for posting"
|
752 |
+
msgstr "发帖的消息格式"
|
753 |
+
|
754 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
755 |
+
msgid "Insert the title of your post."
|
756 |
+
msgstr "插入帖子的标题。"
|
757 |
+
|
758 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
759 |
+
msgid "Insert the URL where your post is displayed."
|
760 |
+
msgstr "插入显示您的帖子的 URL。"
|
761 |
+
|
762 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
763 |
+
msgid "Insert the excerpt of your post."
|
764 |
+
msgstr "插入您的帖子的摘录。"
|
765 |
+
|
766 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
767 |
+
msgid "Insert the description of your post."
|
768 |
+
msgstr "插入您的帖子的描述。"
|
769 |
+
|
770 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
771 |
+
msgid "Insert the name of your blog."
|
772 |
+
msgstr "插入您的博客名称。"
|
773 |
+
|
774 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
775 |
+
msgid "Insert the nicename of the author."
|
776 |
+
msgstr "插入作者的昵称。"
|
777 |
+
|
778 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
779 |
+
msgid "Insert the ID of your post."
|
780 |
+
msgstr "插入您的帖子的 ID。"
|
781 |
+
|
782 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
783 |
+
msgid "Insert the publish date of your post."
|
784 |
+
msgstr "插入帖子的发布日期。"
|
785 |
+
|
786 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
787 |
+
msgid "Insert the display name of the author."
|
788 |
+
msgstr "插入作者的显示名称。"
|
789 |
+
|
790 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
791 |
+
msgid "Select"
|
792 |
+
msgstr "选择"
|
793 |
+
|
794 |
+
#: admin/settings.php:30
|
795 |
+
msgid ""
|
796 |
+
"Thanks again for using the plugin. We will never show the message again."
|
797 |
+
msgstr "再次感谢您使用该插件。我们永远不会再显示该消息。"
|
798 |
+
|
799 |
+
#: admin/settings.php:84
|
800 |
+
msgid "Please fill facebook application name."
|
801 |
+
msgstr "请填写脸书应用名称。"
|
802 |
+
|
803 |
+
#: admin/settings.php:89
|
804 |
+
msgid "Please fill facebook application id."
|
805 |
+
msgstr "请填写脸书申请编号。"
|
806 |
+
|
807 |
+
#: admin/settings.php:94
|
808 |
+
msgid "Please fill facebook application secret."
|
809 |
+
msgstr "请填写脸书申请密码。"
|
810 |
+
|
811 |
+
#: admin/settings.php:137
|
812 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
813 |
+
msgstr "状态不匹配。你可能是 CSRF 的受害者。"
|
814 |
+
|
815 |
+
#: admin/settings.php:146
|
816 |
+
msgid ""
|
817 |
+
"Unable to authorize the facebook application. Please check your curl/fopen "
|
818 |
+
"and firewall settings."
|
819 |
+
msgstr "无法授权 脸书 应用程序。请检查您的 curl/fopen 和防火墙设置。"
|
820 |
+
|
821 |
+
#: admin/settings.php:156
|
822 |
+
#, php-format
|
823 |
+
msgid "Successfully connected to %s member area"
|
824 |
+
msgstr "已成功连接到 %s 会员区"
|
825 |
+
|
826 |
+
#: admin/settings.php:166
|
827 |
+
msgid "Selected pages saved successfully."
|
828 |
+
msgstr "所选页面已成功保存。"
|
829 |
+
|
830 |
+
#: admin/settings.php:198
|
831 |
+
msgid "Facebook Settings"
|
832 |
+
msgstr "脸书设置"
|
833 |
+
|
834 |
+
#: admin/settings.php:199
|
835 |
+
msgid "General Settings"
|
836 |
+
msgstr "通用设置"
|
837 |
+
|
838 |
+
#: admin/settings.php:215 admin/settings.php:248
|
839 |
+
msgid "Application needs authorisation"
|
840 |
+
msgstr "应用程序需要授权"
|
841 |
+
|
842 |
+
#: admin/settings.php:219 admin/settings.php:253
|
843 |
+
msgid "Authorize"
|
844 |
+
msgstr "授权"
|
845 |
+
|
846 |
+
#: admin/settings.php:229 admin/settings.php:264
|
847 |
+
msgid "Reauthorize"
|
848 |
+
msgstr "重新授权"
|
849 |
+
|
850 |
+
#: admin/settings.php:271
|
851 |
+
msgid "Application is authorized, go posting."
|
852 |
+
msgstr "申请被授权,去发帖。"
|
853 |
+
|
854 |
+
#: admin/settings.php:282
|
855 |
+
msgid "Note:"
|
856 |
+
msgstr "注意:"
|
857 |
+
|
858 |
+
#: admin/settings.php:282
|
859 |
+
msgid ""
|
860 |
+
"You have to create a Facebook application before filling the following "
|
861 |
+
"details."
|
862 |
+
msgstr "在填写以下详细信息之前,您必须创建一个 脸书 应用程序。"
|
863 |
+
|
864 |
+
#: admin/settings.php:283
|
865 |
+
msgid "Click here </a></b> to create new Facebook application."
|
866 |
+
msgstr "单击此处</a></b> 创建新的 Facebook 应用程序。"
|
867 |
+
|
868 |
+
#: admin/settings.php:284
|
869 |
+
#, php-format
|
870 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
871 |
+
msgstr "在 facebook 的应用程序页面中,导航到 <b> %s </b>。"
|
872 |
+
|
873 |
+
#: admin/settings.php:284
|
874 |
+
msgid "Set the site url as:"
|
875 |
+
msgstr "将网站网址设置为:"
|
876 |
+
|
877 |
+
#: admin/settings.php:286
|
878 |
+
#, php-format
|
879 |
+
msgid "And then navigate to <b> %s </b>."
|
880 |
+
msgstr "然后导航到 <b> %s </b>。"
|
881 |
+
|
882 |
+
#: admin/settings.php:286
|
883 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
884 |
+
msgstr "将有效 OAuth 重定向 URI 设置为:"
|
885 |
+
|
886 |
+
#: admin/settings.php:288
|
887 |
+
#, php-format
|
888 |
+
msgid ""
|
889 |
+
"For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> "
|
890 |
+
"Click here."
|
891 |
+
msgstr "有关详细的分步说明<b><a href=\"%s\" target=\"_blank\"> 单击此处。"
|
892 |
+
|
893 |
+
#: admin/settings.php:300
|
894 |
+
msgid "All fields given below are mandatory"
|
895 |
+
msgstr "下面给出的所有字段均为必填项"
|
896 |
+
|
897 |
+
#: admin/settings.php:312
|
898 |
+
msgid "Application name"
|
899 |
+
msgstr "应用名称"
|
900 |
+
|
901 |
+
#: admin/settings.php:313
|
902 |
+
msgid "This is for tracking purpose"
|
903 |
+
msgstr "这是为了跟踪目的"
|
904 |
+
|
905 |
+
#: admin/settings.php:321
|
906 |
+
msgid "Application Selection"
|
907 |
+
msgstr "应用选择"
|
908 |
+
|
909 |
+
#: admin/settings.php:325
|
910 |
+
msgid "Own App"
|
911 |
+
msgstr "自己的应用程序"
|
912 |
+
|
913 |
+
#: admin/settings.php:325
|
914 |
+
msgid "requires app submission and Facebook review"
|
915 |
+
msgstr "需要应用提交和 脸书 审核"
|
916 |
+
|
917 |
+
#: admin/settings.php:325
|
918 |
+
msgid "Help"
|
919 |
+
msgstr "帮助"
|
920 |
+
|
921 |
+
#: admin/settings.php:327
|
922 |
+
msgid "App approval service available for 50 USD"
|
923 |
+
msgstr "50 美元的应用程序审批服务"
|
924 |
+
|
925 |
+
#: admin/settings.php:330
|
926 |
+
msgid "Expected time frame"
|
927 |
+
msgstr "预计时间范围"
|
928 |
+
|
929 |
+
#: admin/settings.php:330
|
930 |
+
msgid "30 days"
|
931 |
+
msgstr "30天"
|
932 |
+
|
933 |
+
#: admin/settings.php:331
|
934 |
+
msgid "Required details"
|
935 |
+
msgstr "所需详细信息"
|
936 |
+
|
937 |
+
#: admin/settings.php:331
|
938 |
+
msgid "1. WordPress login"
|
939 |
+
msgstr "1. WordPress 登录"
|
940 |
+
|
941 |
+
#: admin/settings.php:332
|
942 |
+
msgid ""
|
943 |
+
"2. Admin access to Facebook developer app for review submission (temporary)."
|
944 |
+
msgstr "2. 管理员有权访问 脸书 开发者应用进行审核提交(临时)。"
|
945 |
+
|
946 |
+
#: admin/settings.php:333
|
947 |
+
#, php-format
|
948 |
+
msgid ""
|
949 |
+
"For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
950 |
+
msgstr "有关详细信息,请联系 <a href=\"%s\" target=\"_blank\" > 支持台"
|
951 |
+
|
952 |
+
#: admin/settings.php:337
|
953 |
+
#, php-format
|
954 |
+
msgid "%s App ( ready to publish )"
|
955 |
+
msgstr "%s 应用程序(准备发布)"
|
956 |
+
|
957 |
+
#: admin/settings.php:338
|
958 |
+
msgid "Starts from 10 USD per year"
|
959 |
+
msgstr "每年 10 美元起"
|
960 |
+
|
961 |
+
#: admin/settings.php:341
|
962 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
963 |
+
msgstr "提供 30 天免费试用"
|
964 |
+
|
965 |
+
#: admin/settings.php:344
|
966 |
+
#, php-format
|
967 |
+
msgid "How to use %s application?"
|
968 |
+
msgstr "如何使用 %s 应用程序?"
|
969 |
+
|
970 |
+
#: admin/settings.php:355
|
971 |
+
#, php-format
|
972 |
+
msgid "Connect your %s account"
|
973 |
+
msgstr "连接您的 %s 帐户"
|
974 |
+
|
975 |
+
#: admin/settings.php:361
|
976 |
+
msgid "Application id"
|
977 |
+
msgstr "应用程序编号"
|
978 |
+
|
979 |
+
#: admin/settings.php:370
|
980 |
+
msgid "Application secret"
|
981 |
+
msgstr "应用秘密"
|
982 |
+
|
983 |
+
#: admin/settings.php:381
|
984 |
+
msgid ""
|
985 |
+
"Create app album (with <b> Application name </b>) in the Facebook pages, <br/"
|
986 |
+
"> if you are using the posting method <b> Upload image to app album"
|
987 |
+
msgstr ""
|
988 |
+
"在 Facebook 页面中创建应用相册(使用 <b> 应用名称</b>),<br/> 如果您使用的是"
|
989 |
+
"发布方式 <b> 将图片上传到应用相册"
|
990 |
+
|
991 |
+
#: admin/settings.php:388
|
992 |
+
msgid "Text message with image"
|
993 |
+
msgstr "带图片的短信"
|
994 |
+
|
995 |
+
#: admin/settings.php:395
|
996 |
+
msgid "Text message with attached link"
|
997 |
+
msgstr "带有附加链接的短信"
|
998 |
+
|
999 |
+
#: admin/settings.php:406
|
1000 |
+
msgid "Enforce og tags for Facebook"
|
1001 |
+
msgstr "为 Facebook 强制执行 og 标签"
|
1002 |
+
|
1003 |
+
#: admin/settings.php:408
|
1004 |
+
msgid ""
|
1005 |
+
"If you enable, Open Graph tags will be generated while posting to Facebook, "
|
1006 |
+
"when using the posting method <b> Share a link to your blog post </b> or <b> "
|
1007 |
+
"Attach your blog post."
|
1008 |
+
msgstr ""
|
1009 |
+
"如果启用,当使用发布方法 <b> 分享指向您的博客文章的链接 </b> 或 <b> 附加您的"
|
1010 |
+
"博客文章时,将在发布到 Facebook 时生成 Open Graph 标签。"
|
1011 |
+
|
1012 |
+
#: admin/settings.php:418
|
1013 |
+
msgid "Clear facebook cache before publishing to facebook"
|
1014 |
+
msgstr "在发布到 脸书 之前清除 脸书 缓存"
|
1015 |
+
|
1016 |
+
#: admin/settings.php:437
|
1017 |
+
msgid ""
|
1018 |
+
"Optional in the case of <b>Text message with attached link </b><br/>or<b> "
|
1019 |
+
"Text message with image </b>posting methods"
|
1020 |
+
msgstr ""
|
1021 |
+
"在<b>带有附加链接的短信</b><br/>或<b>带有图片的短信</b>发布方法的情况下可选"
|
1022 |
+
|
1023 |
+
#: admin/settings.php:500
|
1024 |
+
msgid "Select facebook pages for auto publish"
|
1025 |
+
msgstr "选择 脸书 页面进行自动发布"
|
1026 |
+
|
1027 |
+
#: admin/settings.php:505
|
1028 |
+
msgid "Select All"
|
1029 |
+
msgstr "全选"
|
1030 |
+
|
1031 |
+
#: admin/settings.php:525
|
1032 |
+
msgid "Selected facebook pages for auto publish"
|
1033 |
+
msgstr "选定的 脸书 页面用于自动发布"
|
1034 |
+
|
1035 |
+
#: admin/settings.php:549
|
1036 |
+
msgid "Save"
|
1037 |
+
msgstr "保存"
|
1038 |
+
|
1039 |
+
#: admin/settings.php:553
|
1040 |
+
msgid "Free trial is available only for first time users"
|
1041 |
+
msgstr "免费试用仅适用于首次使用的用户"
|
1042 |
+
|
1043 |
+
#: admin/settings.php:556
|
1044 |
+
msgid "Use reauthorize button to change selected values"
|
1045 |
+
msgstr "使用重新授权按钮更改所选值"
|
1046 |
+
|
1047 |
+
#: admin/settings.php:649
|
1048 |
+
msgid "Basic Settings"
|
1049 |
+
msgstr "基本设置"
|
1050 |
+
|
1051 |
+
#: admin/settings.php:651
|
1052 |
+
msgid "Publish wordpress `posts` to facebook"
|
1053 |
+
msgstr "将 wordpress `posts` 发布到 脸书"
|
1054 |
+
|
1055 |
+
#: admin/settings.php:660
|
1056 |
+
msgid "Publish wordpress `pages` to facebook"
|
1057 |
+
msgstr "将 wordpress `pages` 发布到 脸书"
|
1058 |
+
|
1059 |
+
#: admin/settings.php:685
|
1060 |
+
msgid "Select wordpress custom post types for auto publish"
|
1061 |
+
msgstr "为自动发布选择 wordpress 自定义帖子类型"
|
1062 |
+
|
1063 |
+
#: admin/settings.php:701
|
1064 |
+
msgid "Advanced Settings"
|
1065 |
+
msgstr "高级设置"
|
1066 |
+
|
1067 |
+
#: admin/settings.php:703
|
1068 |
+
msgid "Select post categories for auto publish"
|
1069 |
+
msgstr "选择自动发布的帖子类别"
|
1070 |
+
|
1071 |
+
#: admin/settings.php:708
|
1072 |
+
msgid "All"
|
1073 |
+
msgstr "全部"
|
1074 |
+
|
1075 |
+
#: admin/settings.php:710
|
1076 |
+
msgid "Specific"
|
1077 |
+
msgstr "具体的"
|
1078 |
+
|
1079 |
+
#: admin/settings.php:745
|
1080 |
+
msgid "NIL"
|
1081 |
+
msgstr "零"
|
1082 |
+
|
1083 |
+
#: admin/settings.php:750
|
1084 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1085 |
+
msgstr "在编辑帖子/页面/自定义帖子类型时自动发布"
|
1086 |
+
|
1087 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1088 |
+
msgid "Enabled"
|
1089 |
+
msgstr "启用"
|
1090 |
+
|
1091 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1092 |
+
msgid "Disabled"
|
1093 |
+
msgstr "禁用"
|
1094 |
+
|
1095 |
+
#: admin/settings.php:755
|
1096 |
+
msgid "Use settings from post creation or post updation"
|
1097 |
+
msgstr "使用帖子创建或帖子更新中的设置"
|
1098 |
+
|
1099 |
+
#: admin/settings.php:759
|
1100 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1101 |
+
msgstr "在创建帖子/页面/自定义帖子类型时自动发布"
|
1102 |
+
#: admin/settings.php:768
|
1103 |
+
msgid "Enable SSL peer verification in remote requests"
|
1104 |
+
msgstr "在远程请求中启用 SSL 对等验证"
|
1105 |
+
|
1106 |
+
#: admin/settings.php:776
|
1107 |
+
msgid "Apply filters during publishing"
|
1108 |
+
msgstr "在发布期间应用过滤器"
|
1109 |
+
|
1110 |
+
#: admin/settings.php:813
|
1111 |
+
msgid "Other Settings"
|
1112 |
+
msgstr "其他设置"
|
1113 |
+
|
1114 |
+
#: admin/settings.php:816
|
1115 |
+
msgid "Enable credit link to author"
|
1116 |
+
msgstr "启用作者的信用链接"
|
1117 |
+
|
1118 |
+
#: admin/settings.php:825
|
1119 |
+
msgid "Enable premium version ads"
|
1120 |
+
msgstr "启用高级版广告"
|
1121 |
+
|
1122 |
+
#: admin/settings.php:839
|
1123 |
+
msgid "Update Settings"
|
1124 |
+
msgstr "更新设置"
|
1125 |
+
|
1126 |
+
#: facebook-auto-publish.php:31
|
1127 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1128 |
+
msgstr "你好呀!我只是一个插件,直接调用时我无能为力。"
|
languages/facebook-auto-publish.pot
ADDED
@@ -0,0 +1,1069 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#, fuzzy
|
2 |
+
msgid ""
|
3 |
+
msgstr ""
|
4 |
+
"Project-Id-Version: multilang\n"
|
5 |
+
"POT-Creation-Date: 2022-07-07 12:46+0530\n"
|
6 |
+
"PO-Revision-Date: 2022-03-05 13:48+0530\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: \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 3.1\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
15 |
+
"X-Poedit-SearchPath-0: admin/settings.php\n"
|
16 |
+
"X-Poedit-SearchPath-1: admin/publish.php\n"
|
17 |
+
"X-Poedit-SearchPath-2: admin/metabox.php\n"
|
18 |
+
"X-Poedit-SearchPath-3: admin/menu.php\n"
|
19 |
+
"X-Poedit-SearchPath-4: admin/manage-authorizations.php\n"
|
20 |
+
"X-Poedit-SearchPath-5: admin/logs.php\n"
|
21 |
+
"X-Poedit-SearchPath-6: admin/install.php\n"
|
22 |
+
"X-Poedit-SearchPath-7: admin/header.php\n"
|
23 |
+
"X-Poedit-SearchPath-8: admin/footer.php\n"
|
24 |
+
"X-Poedit-SearchPath-9: admin/fbap-suggest-feature.php\n"
|
25 |
+
"X-Poedit-SearchPath-10: admin/destruction.php\n"
|
26 |
+
"X-Poedit-SearchPath-11: admin/authorization.php\n"
|
27 |
+
"X-Poedit-SearchPath-12: admin/ajax-backlink.php\n"
|
28 |
+
"X-Poedit-SearchPath-13: admin/admin-notices.php\n"
|
29 |
+
"X-Poedit-SearchPath-14: admin/about.php\n"
|
30 |
+
"X-Poedit-SearchPath-15: facebook-auto-publish.php\n"
|
31 |
+
|
32 |
+
#: admin/about.php:9
|
33 |
+
#, php-format
|
34 |
+
msgid "%s automatically publishes posts from your blog to your Facebook pages. It allows you to filter posts based on post-types and categories. %s is developed and maintained by"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: admin/about.php:17
|
38 |
+
#, php-format
|
39 |
+
msgid "If you would like to have more features , please try <a href=\"%s\" target=\"_blank\">%s</a> which is a premium version of this plugin. We have included a quick comparison of the free and premium plugins for your reference."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: admin/about.php:23
|
43 |
+
msgid "Feature group"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: admin/about.php:24
|
47 |
+
msgid "Feature"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: admin/about.php:25
|
51 |
+
msgid "Free"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: admin/about.php:27
|
55 |
+
msgid "Premium"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: admin/about.php:29
|
59 |
+
#, php-format
|
60 |
+
msgid "%s Premium"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: admin/about.php:34
|
64 |
+
msgid "Supported Media"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: admin/about.php:35 admin/admin-notices.php:56 admin/metabox.php:236
|
68 |
+
msgid "Facebook"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: admin/about.php:45 admin/admin-notices.php:57
|
72 |
+
msgid "Twitter"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: admin/about.php:54 admin/admin-notices.php:58
|
76 |
+
msgid "LinkedIn"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: admin/about.php:63
|
80 |
+
msgid "Instagram"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: admin/about.php:72
|
84 |
+
msgid "Tumblr"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: admin/about.php:81
|
88 |
+
msgid "Pinterest"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: admin/about.php:92
|
92 |
+
msgid "Posting Options"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: admin/about.php:93
|
96 |
+
msgid "Publish to facebook pages"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: admin/about.php:102
|
100 |
+
msgid "Publish to facebook groups"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: admin/about.php:111
|
104 |
+
msgid "Publish to twitter profile"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: admin/about.php:121
|
108 |
+
msgid "Publish to linkedin profile/company pages"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: admin/about.php:130
|
112 |
+
msgid "Publish to instagram Business accounts"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: admin/about.php:139
|
116 |
+
msgid "Publish to tumblr profile"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: admin/about.php:149
|
120 |
+
msgid "Publish to pinterest boards"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: admin/about.php:158
|
124 |
+
msgid "Option to add twitter image description for visually impaired people"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: admin/about.php:167
|
128 |
+
msgid "Option to republish existing posts"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: admin/about.php:177
|
132 |
+
msgid "Publish to multiple social media accounts"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: admin/about.php:187
|
136 |
+
msgid "Seperate message formats for publishing to multiple social media accounts"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: admin/about.php:197
|
140 |
+
msgid "Save auto publish settings of individual posts"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: admin/about.php:207
|
144 |
+
msgid "Hash Tags support for Facebook, Twitter, Linkedin, Instagram, Tumblr and Pinterest"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: admin/about.php:216
|
148 |
+
msgid "Option to use post tags as hash tags"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: admin/about.php:225
|
152 |
+
msgid "Enable/Disable SSL peer verification"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: admin/about.php:238
|
156 |
+
msgid "Image Options"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: admin/about.php:239
|
160 |
+
msgid "Publish images along with post content"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: admin/about.php:250
|
164 |
+
msgid "Separate default image url for publishing to multiple social media accounts"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: admin/about.php:260
|
168 |
+
msgid "Option to specify preference from featured image, post content, post meta and open graph tags"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: admin/about.php:269
|
172 |
+
msgid "Publish multiple images to facebook, tumblr, linkedin and twitter along with post content"
|
173 |
+
msgstr ""
|
174 |
+
|
175 |
+
#: admin/about.php:278
|
176 |
+
msgid "Option to specify multiphoto preference from post content and post meta"
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: admin/about.php:289
|
180 |
+
msgid "Video/Audio Options"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: admin/about.php:290
|
184 |
+
msgid "Publish video to facebook, tumblr, Linkedin, Instagram and twitter along with post content"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: admin/about.php:300
|
188 |
+
msgid "Option to specify preference from post content, post meta and open graph tags"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: admin/about.php:309
|
192 |
+
msgid "Publish audio to tumblr along with post content"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: admin/about.php:318
|
196 |
+
msgid "Option to specify audio preference from post content, post meta and open graph tags"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: admin/about.php:329
|
200 |
+
msgid "Filter Options"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: admin/about.php:330
|
204 |
+
msgid "Filter posts to publish based on categories"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: admin/about.php:340
|
208 |
+
msgid "Filter posts to publish based on custom post types"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: admin/about.php:349
|
212 |
+
msgid "Filter posts to publish based on sticky posts"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: admin/about.php:359
|
216 |
+
msgid "Configuration to enable/disable page publishing"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: admin/about.php:369
|
220 |
+
msgid "Category filter for individual accounts"
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: admin/about.php:379
|
224 |
+
msgid "Custom post type filter for individual accounts"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: admin/about.php:389
|
228 |
+
msgid "Enable/Disable page publishing for individual accounts"
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: admin/about.php:398
|
232 |
+
msgid "Override auto publish scheduling for individual accounts"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: admin/about.php:407
|
236 |
+
msgid "Override auto publish based on sticky posts for individual accounts"
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: admin/about.php:418
|
240 |
+
msgid "Scheduling"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: admin/about.php:419
|
244 |
+
msgid "Instantaneous post publishing"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: admin/about.php:429
|
248 |
+
msgid "Scheduled post publishing using cron"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: admin/about.php:439
|
252 |
+
msgid "Status summary of auto publish tasks by mail"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: admin/about.php:449
|
256 |
+
msgid "Configurable auto publishing time interval"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: admin/about.php:463
|
260 |
+
msgid "Publishing History"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: admin/about.php:464
|
264 |
+
msgid "View auto publish history"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: admin/about.php:473
|
268 |
+
msgid "View auto publish error logs"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: admin/about.php:483
|
272 |
+
msgid "Option to republish post"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: admin/about.php:493
|
276 |
+
msgid "Option to reschedule publishing"
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: admin/about.php:503
|
280 |
+
msgid "Installation and Support"
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: admin/about.php:504
|
284 |
+
msgid "Free Installation"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: admin/about.php:513
|
288 |
+
msgid "Privilege customer support"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: admin/about.php:523
|
292 |
+
msgid "Addon Features"
|
293 |
+
msgstr ""
|
294 |
+
|
295 |
+
#: admin/about.php:524
|
296 |
+
msgid "Advanced Autopublish Scheduler"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: admin/about.php:533
|
300 |
+
msgid "URL-Shortener"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: admin/about.php:542
|
304 |
+
msgid "Privilege Management"
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: admin/about.php:551
|
308 |
+
msgid "Other"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: admin/about.php:553
|
312 |
+
#, php-format
|
313 |
+
msgid "%s API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)"
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: admin/about.php:555
|
317 |
+
msgid "1 month free subscription"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: admin/about.php:557
|
321 |
+
msgid "1 year free subscription"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: admin/about.php:563
|
325 |
+
msgid "Price"
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: admin/about.php:564
|
329 |
+
msgid "FREE"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: admin/about.php:565
|
333 |
+
msgid "Starts from 39 USD"
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: admin/about.php:566
|
337 |
+
msgid "Starts from 69 USD"
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: admin/about.php:569
|
341 |
+
msgid "Purchase"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: admin/about.php:571
|
345 |
+
msgid "Buy Now"
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: admin/about.php:578
|
349 |
+
msgid "Pinterest is added on experimental basis."
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: admin/admin-notices.php:41
|
353 |
+
#, php-format
|
354 |
+
msgid "Thank you for using <a href=\"%s\" target=\"_blank\"> %s </a> plugin from <a href=\"%s\" target=\"_blank\"> %s </a>. Would you consider supporting us with the continued development of the plugin using any of the below methods?"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: admin/admin-notices.php:45
|
358 |
+
msgid "Rate it 5★'s on wordpress"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: admin/admin-notices.php:47
|
362 |
+
msgid "Enable Backlink"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: admin/admin-notices.php:49
|
366 |
+
msgid "Share on"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: admin/admin-notices.php:50 admin/footer.php:38 admin/header.php:101
|
370 |
+
msgid "Donate"
|
371 |
+
msgstr ""
|
372 |
+
|
373 |
+
#: admin/admin-notices.php:52
|
374 |
+
msgid "Don't Show This Again"
|
375 |
+
msgstr ""
|
376 |
+
|
377 |
+
#: admin/fbap-suggest-feature.php:10
|
378 |
+
msgid "Thank you for the suggestion."
|
379 |
+
msgstr ""
|
380 |
+
|
381 |
+
#: admin/fbap-suggest-feature.php:11 admin/fbap-suggest-feature.php:19
|
382 |
+
#: admin/fbap-suggest-feature.php:27 admin/header.php:19 admin/header.php:33
|
383 |
+
#: admin/header.php:49 admin/manage-authorizations.php:9
|
384 |
+
#: admin/manage-authorizations.php:132 admin/manage-authorizations.php:192
|
385 |
+
#: admin/settings.php:32 admin/settings.php:130 admin/settings.php:138
|
386 |
+
#: admin/settings.php:147 admin/settings.php:158 admin/settings.php:167
|
387 |
+
#: admin/settings.php:182 admin/settings.php:1025 admin/settings.php:1060
|
388 |
+
msgid "Dismiss"
|
389 |
+
msgstr ""
|
390 |
+
|
391 |
+
#: admin/fbap-suggest-feature.php:18
|
392 |
+
#, php-format
|
393 |
+
msgid "%s not able to process the request."
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: admin/fbap-suggest-feature.php:26
|
397 |
+
msgid "Please suggest a feature."
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: admin/fbap-suggest-feature.php:60
|
401 |
+
msgid "Contribute And Get Rewarded"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: admin/fbap-suggest-feature.php:61
|
405 |
+
msgid "Suggest a feature for this plugin and stand a chance to get a free copy of premium version of this plugin."
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: admin/fbap-suggest-feature.php:67
|
409 |
+
msgid "Send Mail To Us"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: admin/footer.php:10
|
413 |
+
#, php-format
|
414 |
+
msgid "Fully Featured %s Plugin"
|
415 |
+
msgstr ""
|
416 |
+
|
417 |
+
#: admin/footer.php:11
|
418 |
+
msgid "Just 39 USD"
|
419 |
+
msgstr ""
|
420 |
+
|
421 |
+
#: admin/footer.php:21
|
422 |
+
msgid "Compare Features"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: admin/footer.php:30
|
426 |
+
msgid "Follow Us"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: admin/footer.php:37
|
430 |
+
msgid "Support"
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: admin/footer.php:39
|
434 |
+
msgid "Contact Us"
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: admin/footer.php:40
|
438 |
+
msgid "Please Rate Us"
|
439 |
+
msgstr ""
|
440 |
+
|
441 |
+
#: admin/footer.php:44
|
442 |
+
msgid "Create a ticket at Wordpress forum"
|
443 |
+
msgstr ""
|
444 |
+
|
445 |
+
#: admin/footer.php:47
|
446 |
+
msgid "Stay tuned for our updates"
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: admin/footer.php:112
|
450 |
+
msgid "Name"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: admin/footer.php:127
|
454 |
+
msgid "Email"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: admin/footer.php:129
|
458 |
+
msgid "Subscribe"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: admin/footer.php:144
|
462 |
+
msgid "Our Plugins"
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#: admin/footer.php:165
|
466 |
+
msgid "Powered by"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
#: admin/header.php:19 admin/settings.php:129
|
470 |
+
msgid "Settings updated successfully."
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: admin/header.php:32
|
474 |
+
msgid "Thank you for enabling backlink."
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: admin/header.php:48
|
478 |
+
msgid "Please do a favour by enabling backlink to our site."
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: admin/header.php:48
|
482 |
+
msgid "Okay, Enable"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: admin/header.php:104
|
486 |
+
msgid "FAQ"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: admin/header.php:107
|
490 |
+
msgid "Readme"
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: admin/header.php:110 admin/menu.php:40
|
494 |
+
msgid "About"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: admin/logs.php:13
|
498 |
+
msgid "Auto Publish Logs"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: admin/logs.php:14
|
502 |
+
msgid "Last ten logs"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: admin/logs.php:19
|
506 |
+
msgid "Post Id"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: admin/logs.php:20
|
510 |
+
msgid "Post Title"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#: admin/logs.php:21
|
514 |
+
msgid "Published On"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#: admin/logs.php:22
|
518 |
+
msgid "Status"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: admin/logs.php:42
|
522 |
+
msgid "No logs Found"
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: admin/logs.php:103
|
526 |
+
msgid "For publishing a simple text message, it will take 1 API call, Upload image option will take 2-3 API calls and attach link option take 1 API call(2 api calls, if enabled option for clearing cache)."
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: admin/manage-authorizations.php:7
|
530 |
+
#, php-format
|
531 |
+
msgid "%s Package updated successfully."
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: admin/manage-authorizations.php:22
|
535 |
+
#, php-format
|
536 |
+
msgid "Please authorize %s app under Facebook settings to access this page."
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: admin/manage-authorizations.php:237 admin/menu.php:38
|
540 |
+
msgid "Manage Authorizations"
|
541 |
+
msgstr ""
|
542 |
+
|
543 |
+
#: admin/manage-authorizations.php:261
|
544 |
+
msgid "Current Plan:"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: admin/manage-authorizations.php:263
|
548 |
+
msgid "Allowed Facebook users:"
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: admin/manage-authorizations.php:264
|
552 |
+
msgid "API limit per account :"
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: admin/manage-authorizations.php:264
|
556 |
+
msgid "per hour"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: admin/manage-authorizations.php:265
|
560 |
+
msgid "Package Expiry :"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: admin/manage-authorizations.php:266
|
564 |
+
msgid "Package Status :"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: admin/manage-authorizations.php:275
|
568 |
+
msgid "Upgrade/Renew"
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: admin/manage-authorizations.php:282
|
572 |
+
msgid "Show all entries"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: admin/manage-authorizations.php:283
|
576 |
+
msgid "Show entries from current wp installation"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: admin/manage-authorizations.php:284
|
580 |
+
msgid "Show entries from other wp installations"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: admin/manage-authorizations.php:290
|
584 |
+
msgid "Facebook username"
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: admin/manage-authorizations.php:291
|
588 |
+
msgid "Selected pages"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: admin/manage-authorizations.php:292
|
592 |
+
msgid "Selected groups"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: admin/manage-authorizations.php:294
|
596 |
+
#, php-format
|
597 |
+
msgid "%s url"
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: admin/manage-authorizations.php:297
|
601 |
+
msgid "Plugin"
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: admin/manage-authorizations.php:299
|
605 |
+
#, php-format
|
606 |
+
msgid "Account ID %s"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: admin/manage-authorizations.php:301
|
610 |
+
msgid "Action"
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: admin/manage-authorizations.php:336
|
614 |
+
msgid "Not Applicable"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: admin/manage-authorizations.php:343 admin/manage-authorizations.php:366
|
618 |
+
msgid "Delete"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: admin/manage-authorizations.php:356
|
622 |
+
msgid "(Inactive)"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: admin/manage-authorizations.php:376
|
626 |
+
msgid "No Authorizations"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: admin/manage-authorizations.php:382
|
630 |
+
msgid "Unable to connect. Please check your curl and firewall settings"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: admin/menu.php:15
|
634 |
+
msgid "Please check whether the email is correct."
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: admin/menu.php:16
|
638 |
+
msgid "Select atleast one list."
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: admin/menu.php:17
|
642 |
+
msgid "You do not have sufficient permissions"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: admin/menu.php:18
|
646 |
+
#, php-format
|
647 |
+
msgid "Account details successfully deleted from %s"
|
648 |
+
msgstr ""
|
649 |
+
|
650 |
+
#: admin/menu.php:19
|
651 |
+
msgid "Thank you for enabling backlink !"
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: admin/menu.php:20
|
655 |
+
#, php-format
|
656 |
+
msgid "Please connect your %s member account"
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#: admin/menu.php:36
|
660 |
+
msgid "Settings"
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: admin/menu.php:39
|
664 |
+
msgid "Logs"
|
665 |
+
msgstr ""
|
666 |
+
|
667 |
+
#: admin/menu.php:41
|
668 |
+
msgid "Suggest a Feature"
|
669 |
+
msgstr ""
|
670 |
+
|
671 |
+
#: admin/metabox.php:244 admin/settings.php:303
|
672 |
+
msgid "Enable auto publish post to my facebook account"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: admin/metabox.php:247 admin/settings.php:306 admin/settings.php:412
|
676 |
+
#: admin/settings.php:420 admin/settings.php:654 admin/settings.php:663
|
677 |
+
#: admin/settings.php:770 admin/settings.php:819 admin/settings.php:828
|
678 |
+
msgid "Yes"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: admin/metabox.php:248 admin/settings.php:307 admin/settings.php:413
|
682 |
+
#: admin/settings.php:421 admin/settings.php:655 admin/settings.php:664
|
683 |
+
#: admin/settings.php:771 admin/settings.php:820 admin/settings.php:829
|
684 |
+
msgid "No"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: admin/metabox.php:253 admin/settings.php:380
|
688 |
+
msgid "Posting method"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: admin/metabox.php:257 admin/settings.php:386
|
692 |
+
msgid "Simple text message"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: admin/metabox.php:261 admin/settings.php:390
|
696 |
+
msgid "Upload image to app album"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: admin/metabox.php:263 admin/settings.php:392
|
700 |
+
msgid "Upload image to timeline album"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: admin/metabox.php:268 admin/settings.php:397
|
704 |
+
msgid "Attach your blog post"
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: admin/metabox.php:271 admin/settings.php:400
|
708 |
+
msgid "Share a link to your blog post"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: admin/metabox.php:277 admin/settings.php:425
|
712 |
+
msgid "Message format for posting"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: admin/metabox.php:280 admin/settings.php:428
|
716 |
+
msgid "Insert the title of your post."
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: admin/metabox.php:281 admin/settings.php:429
|
720 |
+
msgid "Insert the URL where your post is displayed."
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: admin/metabox.php:282 admin/settings.php:430
|
724 |
+
msgid "Insert the excerpt of your post."
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: admin/metabox.php:283 admin/settings.php:431
|
728 |
+
msgid "Insert the description of your post."
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: admin/metabox.php:284 admin/settings.php:432
|
732 |
+
msgid "Insert the name of your blog."
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: admin/metabox.php:285 admin/settings.php:433
|
736 |
+
msgid "Insert the nicename of the author."
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: admin/metabox.php:286 admin/settings.php:434
|
740 |
+
msgid "Insert the ID of your post."
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: admin/metabox.php:287 admin/settings.php:435
|
744 |
+
msgid "Insert the publish date of your post."
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: admin/metabox.php:288 admin/settings.php:436
|
748 |
+
msgid "Insert the display name of the author."
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: admin/metabox.php:293 admin/settings.php:440
|
752 |
+
msgid "Select"
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: admin/settings.php:30
|
756 |
+
msgid "Thanks again for using the plugin. We will never show the message again."
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: admin/settings.php:84
|
760 |
+
msgid "Please fill facebook application name."
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#: admin/settings.php:89
|
764 |
+
msgid "Please fill facebook application id."
|
765 |
+
msgstr ""
|
766 |
+
|
767 |
+
#: admin/settings.php:94
|
768 |
+
msgid "Please fill facebook application secret."
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: admin/settings.php:137
|
772 |
+
msgid "The state does not match. You may be a victim of CSRF."
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: admin/settings.php:146
|
776 |
+
msgid "Unable to authorize the facebook application. Please check your curl/fopen and firewall settings."
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: admin/settings.php:156
|
780 |
+
#, php-format
|
781 |
+
msgid "Successfully connected to %s member area"
|
782 |
+
msgstr ""
|
783 |
+
|
784 |
+
#: admin/settings.php:166
|
785 |
+
msgid "Selected pages saved successfully."
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: admin/settings.php:198
|
789 |
+
msgid "Facebook Settings"
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: admin/settings.php:199
|
793 |
+
msgid "General Settings"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: admin/settings.php:215 admin/settings.php:248
|
797 |
+
msgid "Application needs authorisation"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: admin/settings.php:219 admin/settings.php:253
|
801 |
+
msgid "Authorize"
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: admin/settings.php:229 admin/settings.php:264
|
805 |
+
msgid "Reauthorize"
|
806 |
+
msgstr ""
|
807 |
+
|
808 |
+
#: admin/settings.php:271
|
809 |
+
msgid "Application is authorized, go posting."
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: admin/settings.php:282
|
813 |
+
msgid "Note:"
|
814 |
+
msgstr ""
|
815 |
+
|
816 |
+
#: admin/settings.php:282
|
817 |
+
msgid "You have to create a Facebook application before filling the following details."
|
818 |
+
msgstr ""
|
819 |
+
|
820 |
+
#: admin/settings.php:283
|
821 |
+
msgid "Click here </a></b> to create new Facebook application."
|
822 |
+
msgstr ""
|
823 |
+
|
824 |
+
#: admin/settings.php:284
|
825 |
+
#, php-format
|
826 |
+
msgid "In the application page in facebook, navigate to <b> %s </b>."
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: admin/settings.php:284
|
830 |
+
msgid "Set the site url as:"
|
831 |
+
msgstr ""
|
832 |
+
|
833 |
+
#: admin/settings.php:286
|
834 |
+
#, php-format
|
835 |
+
msgid "And then navigate to <b> %s </b>."
|
836 |
+
msgstr ""
|
837 |
+
|
838 |
+
#: admin/settings.php:286
|
839 |
+
msgid "Set the Valid OAuth redirect URIs as:"
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: admin/settings.php:288
|
843 |
+
#, php-format
|
844 |
+
msgid "For detailed step by step instructions <b><a href=\"%s\" target=\"_blank\"> Click here."
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: admin/settings.php:300
|
848 |
+
msgid "All fields given below are mandatory"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: admin/settings.php:312
|
852 |
+
msgid "Application name"
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: admin/settings.php:313
|
856 |
+
msgid "This is for tracking purpose"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: admin/settings.php:321
|
860 |
+
msgid "Application Selection"
|
861 |
+
msgstr ""
|
862 |
+
|
863 |
+
#: admin/settings.php:325
|
864 |
+
msgid "Own App"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: admin/settings.php:325
|
868 |
+
msgid "requires app submission and Facebook review"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: admin/settings.php:325
|
872 |
+
msgid "Help"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: admin/settings.php:327
|
876 |
+
msgid "App approval service available for 50 USD"
|
877 |
+
msgstr ""
|
878 |
+
|
879 |
+
#: admin/settings.php:330
|
880 |
+
msgid "Expected time frame"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#: admin/settings.php:330
|
884 |
+
msgid "30 days"
|
885 |
+
msgstr ""
|
886 |
+
|
887 |
+
#: admin/settings.php:331
|
888 |
+
msgid "Required details"
|
889 |
+
msgstr ""
|
890 |
+
|
891 |
+
#: admin/settings.php:331
|
892 |
+
msgid "1. WordPress login"
|
893 |
+
msgstr ""
|
894 |
+
|
895 |
+
#: admin/settings.php:332
|
896 |
+
msgid "2. Admin access to Facebook developer app for review submission (temporary)."
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: admin/settings.php:333
|
900 |
+
#, php-format
|
901 |
+
msgid "For more details contact <a href=\"%s\" target=\"_blank\" > Support Desk"
|
902 |
+
msgstr ""
|
903 |
+
|
904 |
+
#: admin/settings.php:337
|
905 |
+
#, php-format
|
906 |
+
msgid "%s App ( ready to publish )"
|
907 |
+
msgstr ""
|
908 |
+
|
909 |
+
#: admin/settings.php:338
|
910 |
+
msgid "Starts from 10 USD per year"
|
911 |
+
msgstr ""
|
912 |
+
|
913 |
+
#: admin/settings.php:341
|
914 |
+
msgid "30 DAYS FREE TRIAL AVAILABLE"
|
915 |
+
msgstr ""
|
916 |
+
|
917 |
+
#: admin/settings.php:344
|
918 |
+
#, php-format
|
919 |
+
msgid "How to use %s application?"
|
920 |
+
msgstr ""
|
921 |
+
|
922 |
+
#: admin/settings.php:355
|
923 |
+
#, php-format
|
924 |
+
msgid "Connect your %s account"
|
925 |
+
msgstr ""
|
926 |
+
|
927 |
+
#: admin/settings.php:361
|
928 |
+
msgid "Application id"
|
929 |
+
msgstr ""
|
930 |
+
|
931 |
+
#: admin/settings.php:370
|
932 |
+
msgid "Application secret"
|
933 |
+
msgstr ""
|
934 |
+
|
935 |
+
#: admin/settings.php:381
|
936 |
+
msgid "Create app album (with <b> Application name </b>) in the Facebook pages, <br/> if you are using the posting method <b> Upload image to app album"
|
937 |
+
msgstr ""
|
938 |
+
|
939 |
+
#: admin/settings.php:388
|
940 |
+
msgid "Text message with image"
|
941 |
+
msgstr ""
|
942 |
+
|
943 |
+
#: admin/settings.php:395
|
944 |
+
msgid "Text message with attached link"
|
945 |
+
msgstr ""
|
946 |
+
|
947 |
+
#: admin/settings.php:406
|
948 |
+
msgid "Enforce og tags for Facebook"
|
949 |
+
msgstr ""
|
950 |
+
|
951 |
+
#: admin/settings.php:408
|
952 |
+
msgid "If you enable, Open Graph tags will be generated while posting to Facebook, when using the posting method <b> Share a link to your blog post </b> or <b> Attach your blog post."
|
953 |
+
msgstr ""
|
954 |
+
|
955 |
+
#: admin/settings.php:418
|
956 |
+
msgid "Clear facebook cache before publishing to facebook"
|
957 |
+
msgstr ""
|
958 |
+
|
959 |
+
#: admin/settings.php:437
|
960 |
+
msgid "Optional in the case of <b>Text message with attached link </b><br/>or<b> Text message with image </b>posting methods"
|
961 |
+
msgstr ""
|
962 |
+
|
963 |
+
#: admin/settings.php:500
|
964 |
+
msgid "Select facebook pages for auto publish"
|
965 |
+
msgstr ""
|
966 |
+
|
967 |
+
#: admin/settings.php:505
|
968 |
+
msgid "Select All"
|
969 |
+
msgstr ""
|
970 |
+
|
971 |
+
#: admin/settings.php:525
|
972 |
+
msgid "Selected facebook pages for auto publish"
|
973 |
+
msgstr ""
|
974 |
+
|
975 |
+
#: admin/settings.php:549
|
976 |
+
msgid "Save"
|
977 |
+
msgstr ""
|
978 |
+
|
979 |
+
#: admin/settings.php:553
|
980 |
+
msgid "Free trial is available only for first time users"
|
981 |
+
msgstr ""
|
982 |
+
|
983 |
+
#: admin/settings.php:556
|
984 |
+
msgid "Use reauthorize button to change selected values"
|
985 |
+
msgstr ""
|
986 |
+
|
987 |
+
#: admin/settings.php:649
|
988 |
+
msgid "Basic Settings"
|
989 |
+
msgstr ""
|
990 |
+
|
991 |
+
#: admin/settings.php:651
|
992 |
+
msgid "Publish wordpress `posts` to facebook"
|
993 |
+
msgstr ""
|
994 |
+
|
995 |
+
#: admin/settings.php:660
|
996 |
+
msgid "Publish wordpress `pages` to facebook"
|
997 |
+
msgstr ""
|
998 |
+
|
999 |
+
#: admin/settings.php:685
|
1000 |
+
msgid "Select wordpress custom post types for auto publish"
|
1001 |
+
msgstr ""
|
1002 |
+
|
1003 |
+
#: admin/settings.php:701
|
1004 |
+
msgid "Advanced Settings"
|
1005 |
+
msgstr ""
|
1006 |
+
|
1007 |
+
#: admin/settings.php:703
|
1008 |
+
msgid "Select post categories for auto publish"
|
1009 |
+
msgstr ""
|
1010 |
+
|
1011 |
+
#: admin/settings.php:708
|
1012 |
+
msgid "All"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: admin/settings.php:710
|
1016 |
+
msgid "Specific"
|
1017 |
+
msgstr ""
|
1018 |
+
|
1019 |
+
#: admin/settings.php:745
|
1020 |
+
msgid "NIL"
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
+
#: admin/settings.php:750
|
1024 |
+
msgid "Auto publish on editing posts/pages/custom post types"
|
1025 |
+
msgstr ""
|
1026 |
+
|
1027 |
+
#: admin/settings.php:753 admin/settings.php:762
|
1028 |
+
msgid "Enabled"
|
1029 |
+
msgstr ""
|
1030 |
+
|
1031 |
+
#: admin/settings.php:754 admin/settings.php:763
|
1032 |
+
msgid "Disabled"
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: admin/settings.php:755
|
1036 |
+
msgid "Use settings from post creation or post updation"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: admin/settings.php:759
|
1040 |
+
msgid "Auto publish on creating posts/pages/custom post types"
|
1041 |
+
msgstr ""
|
1042 |
+
|
1043 |
+
#: admin/settings.php:768
|
1044 |
+
msgid "Enable SSL peer verification in remote requests"
|
1045 |
+
msgstr ""
|
1046 |
+
|
1047 |
+
#: admin/settings.php:776
|
1048 |
+
msgid "Apply filters during publishing"
|
1049 |
+
msgstr ""
|
1050 |
+
|
1051 |
+
#: admin/settings.php:813
|
1052 |
+
msgid "Other Settings"
|
1053 |
+
msgstr ""
|
1054 |
+
|
1055 |
+
#: admin/settings.php:816
|
1056 |
+
msgid "Enable credit link to author"
|
1057 |
+
msgstr ""
|
1058 |
+
|
1059 |
+
#: admin/settings.php:825
|
1060 |
+
msgid "Enable premium version ads"
|
1061 |
+
msgstr ""
|
1062 |
+
|
1063 |
+
#: admin/settings.php:839
|
1064 |
+
msgid "Update Settings"
|
1065 |
+
msgstr ""
|
1066 |
+
|
1067 |
+
#: facebook-auto-publish.php:31
|
1068 |
+
msgid "Hi there! Im just a plugin, not much I can do when called directly."
|
1069 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -1,297 +1,303 @@
|
|
1 |
-
=== WP2Social Auto Publish ===
|
2 |
-
Contributors: f1logic
|
3 |
-
Donate link: https://xyzscripts.com/donate/
|
4 |
-
Tags: facebook, facebook auto publish,wp2fb auto publish,wp2social,wp2social auto publish,wp facebook auto publish,publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
-
Requires at least: 3.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.
|
8 |
-
License: GPLv2 or later
|
9 |
-
|
10 |
-
Publish posts automatically to Facebook page.
|
11 |
-
|
12 |
-
== Description ==
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
★
|
19 |
-
★
|
20 |
-
★
|
21 |
-
★
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
The
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
Post
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
*
|
136 |
-
*
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
*
|
143 |
-
|
144 |
-
|
145 |
-
*
|
146 |
-
|
147 |
-
= WP2Social Auto Publish 2.
|
148 |
-
*
|
149 |
-
|
150 |
-
|
151 |
-
*
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
*
|
158 |
-
*
|
159 |
-
*
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
*
|
164 |
-
|
165 |
-
|
166 |
-
*
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
*
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
*
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
*
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
*
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
* Fixed
|
200 |
-
|
201 |
-
|
202 |
-
*
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
*
|
207 |
-
*
|
208 |
-
*
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
*
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
*
|
221 |
-
*
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
*
|
227 |
-
*
|
228 |
-
*
|
229 |
-
*
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
*
|
234 |
-
*
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
*
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
*
|
247 |
-
*
|
248 |
-
*
|
249 |
-
|
250 |
-
= Facebook Auto Publish 1.
|
251 |
-
*
|
252 |
-
|
253 |
-
|
254 |
-
*
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
*
|
261 |
-
*
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
*
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== WP2Social Auto Publish ===
|
2 |
+
Contributors: f1logic
|
3 |
+
Donate link: https://xyzscripts.com/donate/
|
4 |
+
Tags: facebook, facebook auto publish,wp2fb auto publish,wp2social,wp2social auto publish,wp facebook auto publish,publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
+
Requires at least: 3.0
|
6 |
+
Tested up to: 6.0.1
|
7 |
+
Stable tag: 2.4
|
8 |
+
License: GPLv2 or later
|
9 |
+
|
10 |
+
Publish posts automatically to Facebook page.
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
Try it out on your free dummy site: Click here => <a href="https://tastewp.com/new/?pre-installed-plugin-slug=facebook-auto-publish" target="_blank">https://tastewp.com/new/?pre-installed-plugin-slug=facebook-auto-publish</a>
|
15 |
+
|
16 |
+
A quick look into WP2Social Auto Publish :
|
17 |
+
|
18 |
+
★ Publish message to Facebook with image
|
19 |
+
★ Attach post or share link to Facebook
|
20 |
+
★ Filter items to be published based on categories
|
21 |
+
★ Filter items to be published based on custom post types
|
22 |
+
★ Enable or disable wordpress page publishing
|
23 |
+
★ Customizable message formats for Facebook
|
24 |
+
|
25 |
+
|
26 |
+
= WP2Social Auto Publish Features in Detail =
|
27 |
+
|
28 |
+
The WP2Social Auto Publish lets you publish posts automatically from your blog to Facebook. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts based on custom post-types as well as categories.
|
29 |
+
|
30 |
+
The prominent features of the WP2Social Auto Publish plugin are highlighted below.
|
31 |
+
|
32 |
+
= Supported Mechanisms =
|
33 |
+
|
34 |
+
The various mechanisms of posting to Facebook are listed below.
|
35 |
+
|
36 |
+
Simple text message
|
37 |
+
Text message with image
|
38 |
+
Share a link to your blog post
|
39 |
+
Attach your blog post
|
40 |
+
Post to specific pages on Facebook
|
41 |
+
|
42 |
+
= Filter Settings =
|
43 |
+
|
44 |
+
The plugin offers multiple kinds of filters for contents to be published automatically.
|
45 |
+
|
46 |
+
Enable or disable publishing of wordpress pages
|
47 |
+
Filter posts to be published based on categories
|
48 |
+
Filtering based on custom post types
|
49 |
+
|
50 |
+
= Message Format Settings =
|
51 |
+
|
52 |
+
The supported post elements which can be published are given below.
|
53 |
+
|
54 |
+
Post title
|
55 |
+
Post description
|
56 |
+
Post excerpt
|
57 |
+
Permalink
|
58 |
+
Blog title
|
59 |
+
User nicename
|
60 |
+
Post ID
|
61 |
+
Post publish date
|
62 |
+
User display name
|
63 |
+
|
64 |
+
|
65 |
+
= About =
|
66 |
+
|
67 |
+
WP2Social Auto Publish is developed and maintained by [XYZScripts](https://xyzscripts.com/ "xyzscripts.com"). For any support, you may [contact us](https://xyzscripts.com/support/ "XYZScripts Support").
|
68 |
+
|
69 |
+
★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
|
70 |
+
★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
|
71 |
+
|
72 |
+
== Installation ==
|
73 |
+
|
74 |
+
★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
|
75 |
+
★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
|
76 |
+
|
77 |
+
1. Extract `facebook-auto-publish.zip` to your `/wp-content/plugins/` directory.
|
78 |
+
2. In the admin panel under plugins activate WP2Social Auto Publish.
|
79 |
+
3. You can configure the settings from WP2Social Auto Publish menu. (Make sure to Authorize Facebook application after saving the settings.)
|
80 |
+
4. Once these are done, posts should get automatically published based on your filter settings.
|
81 |
+
|
82 |
+
If you need any further help, you may contact our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
|
83 |
+
|
84 |
+
== Frequently Asked Questions ==
|
85 |
+
|
86 |
+
★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
|
87 |
+
★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
|
88 |
+
|
89 |
+
= 1. The WP2Social Auto Publish is not working properly. =
|
90 |
+
|
91 |
+
Please check the wordpress version you are using. Make sure it meets the minimum version recommended by us. Make sure all files of the `wp2social auto publish` plugin are uploaded to the folder `wp-content/plugins/`
|
92 |
+
|
93 |
+
|
94 |
+
= 2. Can I post to Facebook pages instead of profile ? =
|
95 |
+
|
96 |
+
Yes, you can select the pages to which you need to publish after authorizing Facebook application.
|
97 |
+
|
98 |
+
|
99 |
+
= 3. How do I restrict auto publish to certain categories ? =
|
100 |
+
|
101 |
+
Yes, you can specify the categories which need to be auto published from settings page.
|
102 |
+
|
103 |
+
|
104 |
+
= 4. Why do I have to create applications in Facebook ? =
|
105 |
+
|
106 |
+
When you create your own applications, it ensures that the posts to Facebook are not shared with any message like "shared via xxx"
|
107 |
+
|
108 |
+
|
109 |
+
= 5. Which all data fields can I send to Facebook ? =
|
110 |
+
|
111 |
+
You may use post title, content, excerpt, permalink, site title and user nicename for auto publishing.
|
112 |
+
|
113 |
+
|
114 |
+
= 6. Why do I see SSL related errors in logs ? =
|
115 |
+
|
116 |
+
SSL peer verification may not be functioning in your server. Please turn off SSL peer verification in settings of plugin and try again.
|
117 |
+
|
118 |
+
|
119 |
+
= More questions ? =
|
120 |
+
|
121 |
+
[Drop a mail](https://xyzscripts.com/support/ "XYZScripts Support") and we shall get back to you with the answers.
|
122 |
+
|
123 |
+
|
124 |
+
== Screenshots ==
|
125 |
+
|
126 |
+
1. This is the Facebook configuration section.
|
127 |
+
2. This is the general settings section.
|
128 |
+
3. Publishing options while creating a post.
|
129 |
+
4. Auto publish logs.
|
130 |
+
|
131 |
+
== Changelog ==
|
132 |
+
|
133 |
+
= WP2Social Auto Publish 2.4 =
|
134 |
+
* Minor bug fixes
|
135 |
+
* Compatibility with facebook API V 13.0 added
|
136 |
+
* Multilingual support added
|
137 |
+
* Compatibility with latest version of wordpress
|
138 |
+
* Option to configure auto publish settings while creating posts
|
139 |
+
|
140 |
+
= WP2Social Auto Publish 2.3.2 =
|
141 |
+
* Minor bugs fixed
|
142 |
+
* Compatibility with facebook API V 7.0 added
|
143 |
+
|
144 |
+
= WP2Social Auto Publish 2.3.1 =
|
145 |
+
* Added option to clear facebook cache
|
146 |
+
|
147 |
+
= WP2Social Auto Publish 2.3 =
|
148 |
+
* Support for free trial of SMAPSOLUTION's api
|
149 |
+
* Added option to upgrade SMAPSOLUTION's subscription package
|
150 |
+
* Option to enable enforcing og meta tags in auto publish
|
151 |
+
* Option to remove inactive facebook authorizations
|
152 |
+
|
153 |
+
= WP2Social Auto Publish 2.2.1 =
|
154 |
+
* Plugin name changed to WP2Social Auto Publish
|
155 |
+
|
156 |
+
= WP2FB Auto Publish 2.2 =
|
157 |
+
* Plugin name changed to WP2FB Auto Publish, as per Facebook guidelines
|
158 |
+
* Fixed bug in specific category selection on edit posts
|
159 |
+
* Option to reuse last used auto publish settings on edit posts
|
160 |
+
|
161 |
+
= WP Facebook Auto Publish 2.1 =
|
162 |
+
* Added page for managing authorizations of smapsolutions app
|
163 |
+
* Compatibility with gutenberg editor
|
164 |
+
* Option to view social media posts from auto publish logs
|
165 |
+
* Settings menu reorganized
|
166 |
+
* Compatibility with PHP 7.2
|
167 |
+
|
168 |
+
= WP Facebook Auto Publish 2.0.1 =
|
169 |
+
* Fix for settings page auto refresh
|
170 |
+
|
171 |
+
= WP Facebook Auto Publish 2.0 =
|
172 |
+
* Removed unwanted facebook permissions
|
173 |
+
* Added Facebook authorization and publishing using SMAPSolutions.com
|
174 |
+
* Increased logs count from 5 to 10
|
175 |
+
|
176 |
+
= WP Facebook Auto Publish 1.4.9 =
|
177 |
+
* Removed Facebook deprecated permission 'publish_actions'
|
178 |
+
* Applied wordpress time format in {POST_PUBLISH_DATE}
|
179 |
+
|
180 |
+
= WP Facebook Auto Publish 1.4.8 =
|
181 |
+
* Plugin name changed to WP Facebook Auto Publish, as per wordpress guidelines
|
182 |
+
|
183 |
+
= Facebook Auto Publish 1.4.7 =
|
184 |
+
* Fixed facebook authorisation issue
|
185 |
+
* Minor bug fixes
|
186 |
+
* UI updated
|
187 |
+
|
188 |
+
= Facebook Auto Publish 1.4.6 =
|
189 |
+
* Added USER_DISPLAY_NAME in message formats
|
190 |
+
* Minor security issues fixed
|
191 |
+
|
192 |
+
= Facebook Auto Publish 1.4.5 =
|
193 |
+
* Compatibility with facebook API V 2.11 added
|
194 |
+
* Minor bug fixes
|
195 |
+
|
196 |
+
= Facebook Auto Publish 1.4.4 =
|
197 |
+
* Removed Caption from {POST_CONTENT}
|
198 |
+
* Fixed Facebook image selection issue for 'Share a link to your blog post' and 'Attach your blog post'
|
199 |
+
* Fixed ssl peer verification in wp_remote_get/wp_remote_post calls
|
200 |
+
|
201 |
+
= Facebook Auto Publish 1.4.3 =
|
202 |
+
* Added POST_ID and POST_PUBLISH_DATE in message formats
|
203 |
+
|
204 |
+
= Facebook Auto Publish 1.4.2 =
|
205 |
+
* Fixed facebook boost unavailable issue
|
206 |
+
* Nonce added
|
207 |
+
* Prevented direct access to plugin files
|
208 |
+
* Data validation updated
|
209 |
+
* App album related issue fixed
|
210 |
+
|
211 |
+
= Facebook Auto Publish 1.4.1 =
|
212 |
+
* utf-8 decoding issue fixed
|
213 |
+
* Visual composer compatiblity issue fixed
|
214 |
+
* Minor bugs fixed
|
215 |
+
|
216 |
+
= Facebook Auto Publish 1.4 =
|
217 |
+
* Facebook api updated(requires PHP version 5.4 or higher)
|
218 |
+
|
219 |
+
= Facebook Auto Publish 1.3.1 =
|
220 |
+
* Fixed custom post types autopublish issue
|
221 |
+
* Fixed duplicate autopublish issue
|
222 |
+
|
223 |
+
= Facebook Auto Publish 1.3 =
|
224 |
+
* Added option to enable/disable utf-8 decoding before publishing
|
225 |
+
* Removed unwanted configuration related to 'future_to_publish' hook
|
226 |
+
* Removed unwanted setting "Facebook user id"
|
227 |
+
* Postid added in autopublish logs
|
228 |
+
* Updated auto publish mechanism using transition_post_status hook
|
229 |
+
* Open graph meta tags will be prefered for facebook attachments
|
230 |
+
|
231 |
+
= Facebook Auto Publish 1.2.4 =
|
232 |
+
* Added option to enable/disable "future_to_publish" hook for handling auto publish of scheduled posts
|
233 |
+
* Added options to enable/disable "the_content", "the_excerpt", "the_title" filters on content to be auto-published
|
234 |
+
* Resolved issue in fetching facebook pages in settings page (in case of more than 100 pages)
|
235 |
+
* Inline edit of posts will work according to the value set for "Default selection of auto publish while editing posts/pages"
|
236 |
+
* Latest five auto publish logs are maintained
|
237 |
+
|
238 |
+
= Facebook Auto Publish 1.2.3 =
|
239 |
+
* Fixed category display issue
|
240 |
+
* Removed outdated facebook scopes from authorization
|
241 |
+
|
242 |
+
= Facebook Auto Publish 1.2.2 =
|
243 |
+
* Bug fix for duplicate publishing of scheduled posts
|
244 |
+
|
245 |
+
= Facebook Auto Publish 1.2.1 =
|
246 |
+
* Fixed auto publish related bug in post edit
|
247 |
+
* Fixed message format bug in auto publish
|
248 |
+
* Updated Facebook authorization
|
249 |
+
|
250 |
+
= Facebook Auto Publish 1.2 =
|
251 |
+
* Option to configure auto publish settings while editing posts/pages
|
252 |
+
* General setting to enable/disable post publishing
|
253 |
+
* Added auto publish for scheduled post
|
254 |
+
* Fixed issue related to \" in auto publish
|
255 |
+
|
256 |
+
= Facebook Auto Publish 1.1.2 =
|
257 |
+
* Fixed auto-publish of scheduled post
|
258 |
+
|
259 |
+
= Facebook Auto Publish 1.1.1 =
|
260 |
+
* Added compatibility with wordpress 3.9.1
|
261 |
+
* Facebook API V 2.0 compatibility added
|
262 |
+
* Compatibility with bitly plugin
|
263 |
+
|
264 |
+
= Facebook Auto Publish 1.1 =
|
265 |
+
* View logs for last published post
|
266 |
+
* Option to enable/disable SSL peer verification
|
267 |
+
* Option to reauthorize the application
|
268 |
+
|
269 |
+
= Facebook Auto Publish 1.0.2 =
|
270 |
+
* Bug fixed for &nbsp; in post
|
271 |
+
|
272 |
+
= Facebook Auto Publish 1.0.1 =
|
273 |
+
* Default image fetch logic for auto publish updated.
|
274 |
+
* Thumbnail image logic updated.
|
275 |
+
|
276 |
+
= Facebook Auto Publish 1.0 =
|
277 |
+
* First official launch.
|
278 |
+
|
279 |
+
== Upgrade Notice ==
|
280 |
+
|
281 |
+
= Facebook Auto Publish 1.0.1 =
|
282 |
+
If you had issues with default image used for auto publishing, you may apply this upgrade.
|
283 |
+
|
284 |
+
= Facebook Auto Publish 1.0 =
|
285 |
+
First official launch.
|
286 |
+
|
287 |
+
== More Information ==
|
288 |
+
|
289 |
+
★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/ "WP2Social Auto Publish User Guide")
|
290 |
+
★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
|
291 |
+
|
292 |
+
= Troubleshooting =
|
293 |
+
|
294 |
+
Please read the FAQ first if you are having problems.
|
295 |
+
|
296 |
+
= Requirements =
|
297 |
+
|
298 |
+
WordPress 3.0+
|
299 |
+
PHP 5.4+
|
300 |
+
|
301 |
+
= Feedback =
|
302 |
+
|
303 |
+
We would like to receive your feedback and suggestions about WP2Social Auto Publish plugin. You may submit them at our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
|
xyz-functions.php
CHANGED
@@ -93,26 +93,43 @@ function xyz_fbap_getimage($post_ID,$description_org)
|
|
93 |
{
|
94 |
$attachmenturl="";
|
95 |
$post_thumbnail_id = get_post_thumbnail_id( $post_ID );
|
96 |
-
if($post_thumbnail_id
|
97 |
-
{
|
98 |
$attachmenturl=wp_get_attachment_url($post_thumbnail_id);
|
99 |
-
//$attachmentimage=wp_get_attachment_image_src( $post_thumbnail_id, full );
|
100 |
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
104 |
if(isset($matches[1][0]))
|
105 |
$attachmenturl = $matches[1][0];
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
}
|
112 |
|
|
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
}
|
115 |
-
|
116 |
}
|
117 |
|
118 |
}
|
93 |
{
|
94 |
$attachmenturl="";
|
95 |
$post_thumbnail_id = get_post_thumbnail_id( $post_ID );
|
96 |
+
if(!empty($post_thumbnail_id))
|
|
|
97 |
$attachmenturl=wp_get_attachment_url($post_thumbnail_id);
|
|
|
98 |
|
99 |
+
else
|
100 |
+
{
|
101 |
+
$matches=array();
|
102 |
+
$img_content = apply_filters('the_content', $description_org);
|
103 |
+
preg_match_all( '/< *img[^>]*src *= *["\']?([^"\']*)/is', $img_content, $matches );
|
104 |
if(isset($matches[1][0]))
|
105 |
$attachmenturl = $matches[1][0];
|
106 |
+
else
|
107 |
+
$attachmenturl=xyz_fbap_get_post_gallery_images_with_info($description_org,1);
|
108 |
+
|
109 |
+
}
|
110 |
+
return $attachmenturl;
|
111 |
}
|
112 |
|
113 |
+
}
|
114 |
|
115 |
+
if(!function_exists('xyz_fbap_get_post_gallery_images_with_info'))
|
116 |
+
{
|
117 |
+
function xyz_fbap_get_post_gallery_images_with_info($post_content,$single=1)
|
118 |
+
{
|
119 |
+
$ids=$images_id=array();
|
120 |
+
preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids);
|
121 |
+
if (isset($ids[1]))
|
122 |
+
$images_id = explode(",", $ids[1]);
|
123 |
+
$image_gallery_with_info = array();
|
124 |
+
foreach ($images_id as $image_id) {
|
125 |
+
$attachment = get_post($image_id);
|
126 |
+
$img_src=$attachment->guid;
|
127 |
+
if($single==1)
|
128 |
+
return $img_src;
|
129 |
+
else
|
130 |
+
$image_gallery_with_info[]=$img_src;
|
131 |
}
|
132 |
+
return $image_gallery_with_info;
|
133 |
}
|
134 |
|
135 |
}
|