Version Description
FREE = * [fix] Typos in the dashboard * [i18n] Updated translation files
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 4.15.2 |
Comparing to | |
See all releases |
Code changes from version 4.15.1 to 4.15.2
- adrotate.php +2 -2
- dashboard/publisher/groups-edit.php +2 -2
- dashboard/settings/maintenance.php +1 -1
- language/adrotate-bg_BG.mo +0 -0
- language/adrotate-bg_BG.po +78 -76
- language/adrotate-el.mo +0 -0
- language/adrotate-el.po +77 -77
- language/adrotate-en_US.mo +0 -0
- language/adrotate-en_US.po +77 -77
- language/adrotate-es_ES.mo +0 -0
- language/adrotate-es_ES.po +77 -77
- language/adrotate-fr_FR.mo +0 -0
- language/adrotate-fr_FR.po +77 -77
- language/adrotate-id_ID.mo +0 -0
- language/adrotate-id_ID.po +78 -76
- language/adrotate-ja.mo +0 -0
- language/adrotate-ja.po +77 -77
- language/adrotate-pl_PL.mo +0 -0
- language/adrotate-pl_PL.po +82 -82
- language/adrotate-sr_RS.mo +0 -0
- language/adrotate-sr_RS.po +77 -77
- language/adrotate-sv_SV.mo +0 -0
- language/adrotate-sv_SV.po +77 -77
- readme.txt +7 -15
adrotate.php
CHANGED
@@ -7,7 +7,7 @@ Author URI: https://www.arnan.me/
|
|
7 |
Description: AdRotate Banner Manager - Monetise your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 4.15.
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '4.15.
|
26 |
define("ADROTATE_VERSION", 392);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
7 |
Description: AdRotate Banner Manager - Monetise your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 4.15.2
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '4.15.2');
|
26 |
define("ADROTATE_VERSION", 392);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
dashboard/publisher/groups-edit.php
CHANGED
@@ -202,7 +202,7 @@ if(!is_array($meta_array)) $meta_array = array();
|
|
202 |
<p><label for="adrotate_cat_location">
|
203 |
<select tabindex="18" name="adrotate_cat_location">
|
204 |
<option value="0" <?php if($edit_group->cat_loc == 0) { echo 'selected'; } ?>><?php _e('Disabled', 'adrotate'); ?></option>
|
205 |
-
<option value="
|
206 |
<option value="1" <?php if($edit_group->cat_loc == 1) { echo 'selected'; } ?>><?php _e('Before content', 'adrotate'); ?></option>
|
207 |
<option value="2" <?php if($edit_group->cat_loc == 2) { echo 'selected'; } ?>><?php _e('After content', 'adrotate'); ?></option>
|
208 |
<option value="3" <?php if($edit_group->cat_loc == 3) { echo 'selected'; } ?>><?php _e('Before and after content', 'adrotate'); ?></option>
|
@@ -242,7 +242,7 @@ if(!is_array($meta_array)) $meta_array = array();
|
|
242 |
<p><label for="adrotate_page_location">
|
243 |
<select tabindex="20" name="adrotate_page_location">
|
244 |
<option value="0" <?php if($edit_group->page_loc == 0) { echo 'selected'; } ?>><?php _e('Disabled', 'adrotate'); ?></option>
|
245 |
-
|
246 |
<option value="1" <?php if($edit_group->page_loc == 1) { echo 'selected'; } ?>><?php _e('Before content', 'adrotate'); ?></option>
|
247 |
<option value="2" <?php if($edit_group->page_loc == 2) { echo 'selected'; } ?>><?php _e('After content', 'adrotate'); ?></option>
|
248 |
<option value="3" <?php if($edit_group->page_loc == 3) { echo 'selected'; } ?>><?php _e('Before and after content', 'adrotate'); ?></option>
|
202 |
<p><label for="adrotate_cat_location">
|
203 |
<select tabindex="18" name="adrotate_cat_location">
|
204 |
<option value="0" <?php if($edit_group->cat_loc == 0) { echo 'selected'; } ?>><?php _e('Disabled', 'adrotate'); ?></option>
|
205 |
+
<option value="0" disabled><?php _e('Widget (Pro only)', 'adrotate'); ?></option>
|
206 |
<option value="1" <?php if($edit_group->cat_loc == 1) { echo 'selected'; } ?>><?php _e('Before content', 'adrotate'); ?></option>
|
207 |
<option value="2" <?php if($edit_group->cat_loc == 2) { echo 'selected'; } ?>><?php _e('After content', 'adrotate'); ?></option>
|
208 |
<option value="3" <?php if($edit_group->cat_loc == 3) { echo 'selected'; } ?>><?php _e('Before and after content', 'adrotate'); ?></option>
|
242 |
<p><label for="adrotate_page_location">
|
243 |
<select tabindex="20" name="adrotate_page_location">
|
244 |
<option value="0" <?php if($edit_group->page_loc == 0) { echo 'selected'; } ?>><?php _e('Disabled', 'adrotate'); ?></option>
|
245 |
+
<option value="0" disabled><?php _e('Widget (Pro only)', 'adrotate'); ?></option>
|
246 |
<option value="1" <?php if($edit_group->page_loc == 1) { echo 'selected'; } ?>><?php _e('Before content', 'adrotate'); ?></option>
|
247 |
<option value="2" <?php if($edit_group->page_loc == 2) { echo 'selected'; } ?>><?php _e('After content', 'adrotate'); ?></option>
|
248 |
<option value="3" <?php if($edit_group->page_loc == 3) { echo 'selected'; } ?>><?php _e('Before and after content', 'adrotate'); ?></option>
|
dashboard/settings/maintenance.php
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<th valign="top"><?php _e('Clean-up Database and Files', 'adrotate'); ?></th>
|
29 |
<td>
|
30 |
<input type="submit" id="post-role-submit" name="adrotate_db_cleanup_submit" value="<?php _e('Clean-up Database', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to clean up your database. This may delete expired schedules, older statistics and try to delete export files', 'adrotate'); ?>\n\n<?php _e('Are you sure you want to continue?', 'adrotate'); ?>\n<?php _e('THIS ACTION CAN NOT BE UNDONE!', 'adrotate'); ?>')" /><br />
|
31 |
-
<label for="adrotate_db_cleanup_statistics"><input type="checkbox" name="adrotate_db_cleanup_statistics" value="1" /> <?php _e('Delete stats older than
|
32 |
<label for="adrotate_db_cleanup_exportfiles"><input type="checkbox" name="adrotate_db_cleanup_exportfiles" value="1" /> <?php _e('Delete leftover export files.', 'adrotate'); ?></label><br />
|
33 |
<span class="description"><?php _e('For when you create an advert, group or schedule and it does not save or keep changes you make.', 'adrotate'); ?><br /><?php _e('Additionally you can delete statistics and/or unused export files. This will improve the speed of your site.', 'adrotate'); ?></span>
|
34 |
</td>
|
28 |
<th valign="top"><?php _e('Clean-up Database and Files', 'adrotate'); ?></th>
|
29 |
<td>
|
30 |
<input type="submit" id="post-role-submit" name="adrotate_db_cleanup_submit" value="<?php _e('Clean-up Database', 'adrotate'); ?>" class="button-secondary" onclick="return confirm('<?php _e('You are about to clean up your database. This may delete expired schedules, older statistics and try to delete export files', 'adrotate'); ?>\n\n<?php _e('Are you sure you want to continue?', 'adrotate'); ?>\n<?php _e('THIS ACTION CAN NOT BE UNDONE!', 'adrotate'); ?>')" /><br />
|
31 |
+
<label for="adrotate_db_cleanup_statistics"><input type="checkbox" name="adrotate_db_cleanup_statistics" value="1" /> <?php _e('Delete stats older than 365 days.', 'adrotate'); ?></label><br />
|
32 |
<label for="adrotate_db_cleanup_exportfiles"><input type="checkbox" name="adrotate_db_cleanup_exportfiles" value="1" /> <?php _e('Delete leftover export files.', 'adrotate'); ?></label><br />
|
33 |
<span class="description"><?php _e('For when you create an advert, group or schedule and it does not save or keep changes you make.', 'adrotate'); ?><br /><?php _e('Additionally you can delete statistics and/or unused export files. This will improve the speed of your site.', 'adrotate'); ?></span>
|
34 |
</td>
|
language/adrotate-bg_BG.mo
CHANGED
Binary file
|
language/adrotate-bg_BG.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
@@ -17,109 +17,109 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Няма намерени файлове"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Папката не е намерена или не е достъпна"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Успешно изтриване"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Групата е изтрита"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Статистиката е нулирана"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Успешно подновяване"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Успешно деактивиране"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Успешно активиране"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Групата и съдържащите се в нея реклами са изтрити"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr "Експорта е завършен"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Настройките са запазени"
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Базата данни е оптимизирана"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Базата данни е поправена"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Рекламите са оценени и статусите им са обновени, където е необходимо"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Почистване на базата данни"
|
95 |
|
96 |
-
#: adrotate-functions.php:
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Забранено действие"
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Не е намерена информация за избрания период"
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Базата данни може да бъде почиствана или оптимизирана веднъж на час"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-functions.php:
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
@@ -127,11 +127,11 @@ msgstr ""
|
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: adrotate-output.php:
|
131 |
msgid "Oh no! Something went wrong!"
|
132 |
msgstr "О не! Нещо се случи!"
|
133 |
|
134 |
-
#: adrotate-output.php:
|
135 |
msgid ""
|
136 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
137 |
"Verify if the url used is valid or log in via your browser."
|
@@ -140,17 +140,17 @@ msgstr ""
|
|
140 |
"кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
|
141 |
"си."
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
147 |
msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
|
148 |
|
149 |
-
#: adrotate-output.php:
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
|
152 |
|
153 |
-
#: adrotate-output.php:
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions or does not exist!"
|
@@ -158,33 +158,33 @@ msgstr ""
|
|
158 |
"Грешка, рекламата не е налична в момента, поради ограничения в графика/"
|
159 |
"геолокацията или не съществува!"
|
160 |
|
161 |
-
#: adrotate-output.php:
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
165 |
msgstr ""
|
166 |
"Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
|
167 |
|
168 |
-
#: adrotate-output.php:
|
169 |
msgid ""
|
170 |
"Either there are no banners, they are disabled or none qualified for this "
|
171 |
"location!"
|
172 |
msgstr ""
|
173 |
"Няма налични банери, те са деактивирани или не са подходящи за това място!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid "Error, no Ad ID set! Check your syntax!"
|
177 |
msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid "Error, no group ID set! Check your syntax!"
|
181 |
msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid "Error, group does not exist! Check your syntax!"
|
185 |
msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid ""
|
189 |
"There was an error locating the database tables for AdRotate. Please "
|
190 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -192,158 +192,158 @@ msgstr ""
|
|
192 |
"Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
|
193 |
"изключете и включете наново AdRotate от страницата с плъгините!!"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "If this does not solve the issue please seek support at"
|
197 |
msgstr "Ако това не решава проблема, моля потърсете помощ на"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Възникна неизвестна грешка."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "Check adverts"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid ""
|
209 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
210 |
"site!"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: adrotate-output.php:
|
214 |
#, fuzzy
|
215 |
#| msgid "W3 Total Caching"
|
216 |
msgid "Disable W3 Total Cache Support"
|
217 |
msgstr "W3 Total Caching"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid ""
|
221 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
222 |
"not set."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
msgid "How to configure W3 Total Cache"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid ""
|
231 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: adrotate-output.php:
|
235 |
msgid "Disable Borlabs Cache Support"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid ""
|
240 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
msgid "Enable Fragment Caching"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
#, fuzzy
|
253 |
#| msgid "Where are your banner ads?"
|
254 |
msgid "Set up your banner folder"
|
255 |
msgstr "Къде се намират вашите рекламни банери?"
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid "your attention:"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
#: dashboard/publisher/schedules-main.php:13
|
263 |
#, fuzzy
|
264 |
#| msgid "AdRotate Pro"
|
265 |
msgid "Get AdRotate Pro"
|
266 |
msgstr "AdRotate Pro"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid ""
|
270 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
271 |
"Schedules and more..."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
#, fuzzy
|
282 |
#| msgid "Thank you for your consideration!"
|
283 |
msgid "Thank you for your support!"
|
284 |
msgstr "Благодарим Ви, че го обмислихте!"
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
msgid ""
|
288 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
289 |
"menu. If you need help getting started take a look at the"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid "manuals"
|
294 |
msgstr "ръководства"
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
msgid "and"
|
298 |
msgstr "и"
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
msgid "forums"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
msgid "Help AdRotate Grow"
|
306 |
msgstr "Помогнете за развитието на AdRotate"
|
307 |
|
308 |
-
#: adrotate-output.php:
|
309 |
msgid "AdRotate Professional"
|
310 |
msgstr "AdRotate Professional"
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
msgid ""
|
314 |
"Many users only think to review AdRotate when something goes wrong while "
|
315 |
"thousands of people happily use AdRotate."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
msgid "If you find AdRotate useful please leave your"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "rating"
|
324 |
msgstr "оценка"
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
msgid "review"
|
328 |
msgstr "мнение"
|
329 |
|
330 |
-
#: adrotate-output.php:
|
331 |
#, fuzzy
|
332 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
333 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
334 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid ""
|
338 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
339 |
"AdRotate Pro."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "Includes premium support and free updates!"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
#, fuzzy
|
348 |
#| msgid "Getting Started With AdRotate"
|
349 |
msgid "Get started today"
|
@@ -1215,8 +1215,6 @@ msgstr "Употреба"
|
|
1215 |
#: dashboard/publisher/adverts-edit.php:209
|
1216 |
#: dashboard/publisher/adverts-edit.php:407
|
1217 |
#: dashboard/publisher/groups-edit.php:136
|
1218 |
-
#: dashboard/publisher/groups-edit.php:205
|
1219 |
-
#: dashboard/publisher/groups-edit.php:245
|
1220 |
#: dashboard/publisher/groups-edit.php:285
|
1221 |
msgid "Widget"
|
1222 |
msgstr ""
|
@@ -1905,6 +1903,13 @@ msgstr ""
|
|
1905 |
msgid "Disabled"
|
1906 |
msgstr "Изключено"
|
1907 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1908 |
#: dashboard/publisher/groups-edit.php:206
|
1909 |
#: dashboard/publisher/groups-edit.php:246
|
1910 |
msgid "Before content"
|
@@ -2658,7 +2663,7 @@ msgstr ""
|
|
2658 |
#: dashboard/settings/maintenance.php:31
|
2659 |
#, fuzzy
|
2660 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2661 |
-
msgid "Delete stats older than
|
2662 |
msgstr "Изтриване на статистики по-стари от 365 дни (Не е задължително)."
|
2663 |
|
2664 |
#: dashboard/settings/maintenance.php:32
|
@@ -3937,9 +3942,6 @@ msgstr ""
|
|
3937 |
#~ msgid "Weight:"
|
3938 |
#~ msgstr "Тежест:"
|
3939 |
|
3940 |
-
#~ msgid "AdRotate Pro only"
|
3941 |
-
#~ msgstr "Само AdRotate Pro"
|
3942 |
-
|
3943 |
#~ msgid "Sortorder:"
|
3944 |
#~ msgstr "Сортиране:"
|
3945 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:10-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:10-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
9 |
"Language: bg_BG\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr "Няма намерени файлове"
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Папката не е намерена или не е достъпна"
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Успешно изтриване"
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Групата е изтрита"
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Статистиката е нулирана"
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Успешно подновяване"
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Успешно деактивиране"
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Успешно активиране"
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Групата и съдържащите се в нея реклами са изтрити"
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
msgid "Export created"
|
66 |
msgstr "Експорта е завършен"
|
67 |
|
68 |
+
#: adrotate-functions.php:797
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: adrotate-functions.php:802
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Настройките са запазени"
|
77 |
|
78 |
+
#: adrotate-functions.php:806
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Базата данни е оптимизирана"
|
81 |
|
82 |
+
#: adrotate-functions.php:810
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Базата данни е поправена"
|
85 |
|
86 |
+
#: adrotate-functions.php:814
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Рекламите са оценени и статусите им са обновени, където е необходимо"
|
89 |
|
90 |
+
#: adrotate-functions.php:818
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Почистване на базата данни"
|
95 |
|
96 |
+
#: adrotate-functions.php:823
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Забранено действие"
|
99 |
|
100 |
+
#: adrotate-functions.php:827
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: adrotate-functions.php:831
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Не е намерена информация за избрания период"
|
109 |
|
110 |
+
#: adrotate-functions.php:835
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Базата данни може да бъде почиствана или оптимизирана веднъж на час"
|
113 |
|
114 |
+
#: adrotate-functions.php:839
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-functions.php:843
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:847
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: adrotate-output.php:626
|
131 |
msgid "Oh no! Something went wrong!"
|
132 |
msgstr "О не! Нещо се случи!"
|
133 |
|
134 |
+
#: adrotate-output.php:627
|
135 |
msgid ""
|
136 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
137 |
"Verify if the url used is valid or log in via your browser."
|
140 |
"кликнал. Проверете дали адреса е валиден или се впишете посредством браузъра "
|
141 |
"си."
|
142 |
|
143 |
+
#: adrotate-output.php:628
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
147 |
msgstr "Ако сте получили този адрес по email, то някой ви е изиграл!"
|
148 |
|
149 |
+
#: adrotate-output.php:629
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Свържете се с поддръжката, ако този проблем продължави да се появява:"
|
152 |
|
153 |
+
#: adrotate-output.php:644
|
154 |
msgid ""
|
155 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
156 |
"restrictions or does not exist!"
|
158 |
"Грешка, рекламата не е налична в момента, поради ограничения в графика/"
|
159 |
"геолокацията или не съществува!"
|
160 |
|
161 |
+
#: adrotate-output.php:646
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
165 |
msgstr ""
|
166 |
"Грешка, рекламата не е налична, поради ограничения в графика/геолокацията!"
|
167 |
|
168 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
169 |
msgid ""
|
170 |
"Either there are no banners, they are disabled or none qualified for this "
|
171 |
"location!"
|
172 |
msgstr ""
|
173 |
"Няма налични банери, те са деактивирани или не са подходящи за това място!"
|
174 |
|
175 |
+
#: adrotate-output.php:661
|
176 |
msgid "Error, no Ad ID set! Check your syntax!"
|
177 |
msgstr "Грешка, не е зададено ID на рекламата! Проверете синтаксиса!"
|
178 |
|
179 |
+
#: adrotate-output.php:667
|
180 |
msgid "Error, no group ID set! Check your syntax!"
|
181 |
msgstr "Грешка, не е зададено ID на групата! Проверете синтаксиса!"
|
182 |
|
183 |
+
#: adrotate-output.php:672
|
184 |
msgid "Error, group does not exist! Check your syntax!"
|
185 |
msgstr "Грешка, групата не съществува! Проверете синтаксиса!"
|
186 |
|
187 |
+
#: adrotate-output.php:678
|
188 |
msgid ""
|
189 |
"There was an error locating the database tables for AdRotate. Please "
|
190 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
192 |
"Не могат да бъдат открити таблиците на AdRotate в базата данни. Моля, "
|
193 |
"изключете и включете наново AdRotate от страницата с плъгините!!"
|
194 |
|
195 |
+
#: adrotate-output.php:678
|
196 |
msgid "If this does not solve the issue please seek support at"
|
197 |
msgstr "Ако това не решава проблема, моля потърсете помощ на"
|
198 |
|
199 |
+
#: adrotate-output.php:684
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Възникна неизвестна грешка."
|
202 |
|
203 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
204 |
msgid "Check adverts"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: adrotate-output.php:716
|
208 |
msgid ""
|
209 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
210 |
"site!"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: adrotate-output.php:716
|
214 |
#, fuzzy
|
215 |
#| msgid "W3 Total Caching"
|
216 |
msgid "Disable W3 Total Cache Support"
|
217 |
msgstr "W3 Total Caching"
|
218 |
|
219 |
+
#: adrotate-output.php:719
|
220 |
msgid ""
|
221 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
222 |
"not set."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: adrotate-output.php:719
|
226 |
msgid "How to configure W3 Total Cache"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:723
|
230 |
msgid ""
|
231 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: adrotate-output.php:723
|
235 |
msgid "Disable Borlabs Cache Support"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adrotate-output.php:731
|
239 |
msgid ""
|
240 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: adrotate-output.php:731
|
244 |
msgid "Enable Fragment Caching"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: adrotate-output.php:737
|
248 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:737
|
252 |
#, fuzzy
|
253 |
#| msgid "Where are your banner ads?"
|
254 |
msgid "Set up your banner folder"
|
255 |
msgstr "Къде се намират вашите рекламни банери?"
|
256 |
|
257 |
+
#: adrotate-output.php:757
|
258 |
msgid "your attention:"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: adrotate-output.php:778 adrotate.php:447
|
262 |
#: dashboard/publisher/schedules-main.php:13
|
263 |
#, fuzzy
|
264 |
#| msgid "AdRotate Pro"
|
265 |
msgid "Get AdRotate Pro"
|
266 |
msgstr "AdRotate Pro"
|
267 |
|
268 |
+
#: adrotate-output.php:779
|
269 |
msgid ""
|
270 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
271 |
"Schedules and more..."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: adrotate-output.php:779
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: adrotate-output.php:779
|
281 |
#, fuzzy
|
282 |
#| msgid "Thank you for your consideration!"
|
283 |
msgid "Thank you for your support!"
|
284 |
msgstr "Благодарим Ви, че го обмислихте!"
|
285 |
|
286 |
+
#: adrotate-output.php:847
|
287 |
msgid ""
|
288 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
289 |
"menu. If you need help getting started take a look at the"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: adrotate-output.php:847
|
293 |
msgid "manuals"
|
294 |
msgstr "ръководства"
|
295 |
|
296 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
297 |
msgid "and"
|
298 |
msgstr "и"
|
299 |
|
300 |
+
#: adrotate-output.php:847
|
301 |
msgid "forums"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: adrotate-output.php:939
|
305 |
msgid "Help AdRotate Grow"
|
306 |
msgstr "Помогнете за развитието на AdRotate"
|
307 |
|
308 |
+
#: adrotate-output.php:940 adrotate.php:152
|
309 |
msgid "AdRotate Professional"
|
310 |
msgstr "AdRotate Professional"
|
311 |
|
312 |
+
#: adrotate-output.php:947
|
313 |
msgid ""
|
314 |
"Many users only think to review AdRotate when something goes wrong while "
|
315 |
"thousands of people happily use AdRotate."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: adrotate-output.php:947
|
319 |
msgid "If you find AdRotate useful please leave your"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: adrotate-output.php:947
|
323 |
msgid "rating"
|
324 |
msgstr "оценка"
|
325 |
|
326 |
+
#: adrotate-output.php:947
|
327 |
msgid "review"
|
328 |
msgstr "мнение"
|
329 |
|
330 |
+
#: adrotate-output.php:947
|
331 |
#, fuzzy
|
332 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
333 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
334 |
msgstr "на WordPress.org, за да се развива AdRotate"
|
335 |
|
336 |
+
#: adrotate-output.php:948
|
337 |
msgid ""
|
338 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
339 |
"AdRotate Pro."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: adrotate-output.php:948
|
343 |
msgid "Includes premium support and free updates!"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: adrotate-output.php:948
|
347 |
#, fuzzy
|
348 |
#| msgid "Getting Started With AdRotate"
|
349 |
msgid "Get started today"
|
1215 |
#: dashboard/publisher/adverts-edit.php:209
|
1216 |
#: dashboard/publisher/adverts-edit.php:407
|
1217 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1218 |
#: dashboard/publisher/groups-edit.php:285
|
1219 |
msgid "Widget"
|
1220 |
msgstr ""
|
1903 |
msgid "Disabled"
|
1904 |
msgstr "Изключено"
|
1905 |
|
1906 |
+
#: dashboard/publisher/groups-edit.php:205
|
1907 |
+
#: dashboard/publisher/groups-edit.php:245
|
1908 |
+
#, fuzzy
|
1909 |
+
#| msgid "AdRotate Pro only"
|
1910 |
+
msgid "Widget (Pro only)"
|
1911 |
+
msgstr "Само AdRotate Pro"
|
1912 |
+
|
1913 |
#: dashboard/publisher/groups-edit.php:206
|
1914 |
#: dashboard/publisher/groups-edit.php:246
|
1915 |
msgid "Before content"
|
2663 |
#: dashboard/settings/maintenance.php:31
|
2664 |
#, fuzzy
|
2665 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2666 |
+
msgid "Delete stats older than 365 days."
|
2667 |
msgstr "Изтриване на статистики по-стари от 365 дни (Не е задължително)."
|
2668 |
|
2669 |
#: dashboard/settings/maintenance.php:32
|
3942 |
#~ msgid "Weight:"
|
3943 |
#~ msgstr "Тежест:"
|
3944 |
|
|
|
|
|
|
|
3945 |
#~ msgid "Sortorder:"
|
3946 |
#~ msgstr "Сортиране:"
|
3947 |
|
language/adrotate-el.mo
CHANGED
Binary file
|
language/adrotate-el.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
@@ -18,114 +18,114 @@ msgstr ""
|
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: adrotate-functions.php:
|
22 |
msgid "No files found"
|
23 |
msgstr "Δεν βρέθηκαν αρχεία"
|
24 |
|
25 |
-
#: adrotate-functions.php:
|
26 |
msgid "Folder not found or not accessible"
|
27 |
msgstr "Δεν βρέθηκε ή δεν είναι προσπελάσιμος ο φάκελος"
|
28 |
|
29 |
-
#: adrotate-functions.php:
|
30 |
msgid "Ad saved"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: adrotate-functions.php:
|
34 |
msgid "Group saved"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: adrotate-functions.php:
|
38 |
msgid "Ad(s) deleted"
|
39 |
msgstr "Η(Οι) διαφήμιση(εις) διαγράφηκε(αν)"
|
40 |
|
41 |
-
#: adrotate-functions.php:
|
42 |
msgid "Group deleted"
|
43 |
msgstr "Η Ομάδα διαγράφηκε"
|
44 |
|
45 |
-
#: adrotate-functions.php:
|
46 |
msgid "Ad(s) statistics reset"
|
47 |
msgstr "Οι στατιστικές διαφήμισης επανήλθαν"
|
48 |
|
49 |
-
#: adrotate-functions.php:
|
50 |
msgid "Ad(s) renewed"
|
51 |
msgstr "Η(Οι) διαφήμιση(εις) ανανεώθηκε(αν)"
|
52 |
|
53 |
-
#: adrotate-functions.php:
|
54 |
msgid "Ad(s) deactivated"
|
55 |
msgstr "Η(Οι) διαφήμιση(εις) απενεργοποιήθηκε(αν)"
|
56 |
|
57 |
-
#: adrotate-functions.php:
|
58 |
msgid "Ad(s) activated"
|
59 |
msgstr "Η(Οι) διαφήμιση(εις) ενεργοποιήθηκε(αν)"
|
60 |
|
61 |
-
#: adrotate-functions.php:
|
62 |
msgid "Group including it's Ads deleted"
|
63 |
msgstr "Η Ομάδα διαγράφηκε μαζί με τις διαφημίσεις της"
|
64 |
|
65 |
-
#: adrotate-functions.php:
|
66 |
#, fuzzy
|
67 |
msgid "Export created"
|
68 |
msgstr "Επιλογές εξαγωγής"
|
69 |
|
70 |
-
#: adrotate-functions.php:
|
71 |
msgid ""
|
72 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
73 |
"below."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: adrotate-functions.php:
|
77 |
msgid "Settings saved"
|
78 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
79 |
|
80 |
-
#: adrotate-functions.php:
|
81 |
msgid "Database optimized"
|
82 |
msgstr "Η βάση δεδομένων βελτιστοποιήθηκε"
|
83 |
|
84 |
-
#: adrotate-functions.php:
|
85 |
msgid "Database repaired"
|
86 |
msgstr "Η βάση δεδομένων επιδιορθώθηκε"
|
87 |
|
88 |
-
#: adrotate-functions.php:
|
89 |
msgid "Ads evaluated and statuses have been corrected where required"
|
90 |
msgstr ""
|
91 |
"Οι διαφημίσεις αξιολογήθηκαν και οι καταστάσεις επιδιορθώθηκαν όπου "
|
92 |
"χρειάστηκε"
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Εκκαθάριση Βάσης Δεδομένων"
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Η ενέργεια απαγορεύεται"
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Δεν βρέθηκαν δεδομένα για την επιλεγμένη περίοδο"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr ""
|
117 |
"Η βάση δεδομένων μπορεί να βελτιστοποιηθεί ή να καθαριστεί μόνο μία φορά ανά "
|
118 |
"ώρα"
|
119 |
|
120 |
-
#: adrotate-functions.php:
|
121 |
msgid "Form can not be (partially) empty!"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: adrotate-functions.php:
|
125 |
msgid "No ads found."
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: adrotate-functions.php:
|
129 |
msgid "Unexpected error"
|
130 |
msgstr ""
|
131 |
|
@@ -133,11 +133,11 @@ msgstr ""
|
|
133 |
msgid "AdRotate Advertiser"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: adrotate-output.php:
|
137 |
msgid "Oh no! Something went wrong!"
|
138 |
msgstr "Παρουσιάστηκε κάποιο σφάλμα."
|
139 |
|
140 |
-
#: adrotate-output.php:
|
141 |
msgid ""
|
142 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
143 |
"Verify if the url used is valid or log in via your browser."
|
@@ -146,7 +146,7 @@ msgstr ""
|
|
146 |
"που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
|
147 |
"browser σας."
|
148 |
|
149 |
-
#: adrotate-output.php:
|
150 |
msgid ""
|
151 |
"If you have received the url you want to visit via email, you are being "
|
152 |
"tricked!"
|
@@ -154,11 +154,11 @@ msgstr ""
|
|
154 |
"Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
|
155 |
"ξεγέλασαν!"
|
156 |
|
157 |
-
#: adrotate-output.php:
|
158 |
msgid "Contact support if the issue persists:"
|
159 |
msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
|
160 |
|
161 |
-
#: adrotate-output.php:
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions or does not exist!"
|
@@ -166,7 +166,7 @@ msgstr ""
|
|
166 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
167 |
"χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
|
168 |
|
169 |
-
#: adrotate-output.php:
|
170 |
msgid ""
|
171 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
172 |
"restrictions!"
|
@@ -174,7 +174,7 @@ msgstr ""
|
|
174 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
175 |
"χρονικών περιορισμών."
|
176 |
|
177 |
-
#: adrotate-output.php:
|
178 |
msgid ""
|
179 |
"Either there are no banners, they are disabled or none qualified for this "
|
180 |
"location!"
|
@@ -182,20 +182,20 @@ msgstr ""
|
|
182 |
"Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
|
183 |
"πληρεί τις προϋποθέσεις της τοποθεσίας!"
|
184 |
|
185 |
-
#: adrotate-output.php:
|
186 |
msgid "Error, no Ad ID set! Check your syntax!"
|
187 |
msgstr ""
|
188 |
"Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
|
189 |
|
190 |
-
#: adrotate-output.php:
|
191 |
msgid "Error, no group ID set! Check your syntax!"
|
192 |
msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
|
193 |
|
194 |
-
#: adrotate-output.php:
|
195 |
msgid "Error, group does not exist! Check your syntax!"
|
196 |
msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
|
197 |
|
198 |
-
#: adrotate-output.php:
|
199 |
msgid ""
|
200 |
"There was an error locating the database tables for AdRotate. Please "
|
201 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -204,158 +204,158 @@ msgstr ""
|
|
204 |
"Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
|
205 |
"προσθέτων!!"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "If this does not solve the issue please seek support at"
|
209 |
msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "An unknown error occured."
|
213 |
msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid "Check adverts"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid ""
|
221 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
222 |
"site!"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
#, fuzzy
|
227 |
#| msgid "W3 Total Caching"
|
228 |
msgid "Disable W3 Total Cache Support"
|
229 |
msgstr "W3 Total Caching"
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid ""
|
233 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
234 |
"not set."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid "How to configure W3 Total Cache"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: adrotate-output.php:
|
242 |
msgid ""
|
243 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
msgid "Disable Borlabs Cache Support"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: adrotate-output.php:
|
251 |
msgid ""
|
252 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "Enable Fragment Caching"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
#, fuzzy
|
265 |
#| msgid "Where are your banner ads?"
|
266 |
msgid "Set up your banner folder"
|
267 |
msgstr "Που βρίσκονται τα μπάνερ σας;"
|
268 |
|
269 |
-
#: adrotate-output.php:
|
270 |
msgid "your attention:"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
#: dashboard/publisher/schedules-main.php:13
|
275 |
#, fuzzy
|
276 |
#| msgid "AdRotate Pro"
|
277 |
msgid "Get AdRotate Pro"
|
278 |
msgstr "AdRotate Pro"
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid ""
|
282 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
283 |
"Schedules and more..."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: adrotate-output.php:
|
287 |
#, php-format
|
288 |
msgid ""
|
289 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
#, fuzzy
|
294 |
msgid "Thank you for your support!"
|
295 |
msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
|
296 |
|
297 |
-
#: adrotate-output.php:
|
298 |
msgid ""
|
299 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
300 |
"menu. If you need help getting started take a look at the"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "manuals"
|
305 |
msgstr "εγχειρίδια"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "and"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid "forums"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
#, fuzzy
|
317 |
msgid "Help AdRotate Grow"
|
318 |
msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
319 |
|
320 |
-
#: adrotate-output.php:
|
321 |
#, fuzzy
|
322 |
msgid "AdRotate Professional"
|
323 |
msgstr "AdRotate Pro"
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
msgid ""
|
327 |
"Many users only think to review AdRotate when something goes wrong while "
|
328 |
"thousands of people happily use AdRotate."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "If you find AdRotate useful please leave your"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "rating"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
#, fuzzy
|
341 |
msgid "review"
|
342 |
msgstr "Αξιολογήστε και σχολιάστε"
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: adrotate-output.php:
|
349 |
msgid ""
|
350 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
351 |
"AdRotate Pro."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: adrotate-output.php:
|
355 |
msgid "Includes premium support and free updates!"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: adrotate-output.php:
|
359 |
#, fuzzy
|
360 |
#| msgid "Go Pro today"
|
361 |
msgid "Get started today"
|
@@ -1211,8 +1211,6 @@ msgstr "Χρήση"
|
|
1211 |
#: dashboard/publisher/adverts-edit.php:209
|
1212 |
#: dashboard/publisher/adverts-edit.php:407
|
1213 |
#: dashboard/publisher/groups-edit.php:136
|
1214 |
-
#: dashboard/publisher/groups-edit.php:205
|
1215 |
-
#: dashboard/publisher/groups-edit.php:245
|
1216 |
#: dashboard/publisher/groups-edit.php:285
|
1217 |
msgid "Widget"
|
1218 |
msgstr ""
|
@@ -1919,6 +1917,12 @@ msgstr ""
|
|
1919 |
msgid "Disabled"
|
1920 |
msgstr "Απενεργοποιημένες διαφημίσεις"
|
1921 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1922 |
#: dashboard/publisher/groups-edit.php:206
|
1923 |
#: dashboard/publisher/groups-edit.php:246
|
1924 |
#, fuzzy
|
@@ -2673,7 +2677,7 @@ msgstr ""
|
|
2673 |
#: dashboard/settings/maintenance.php:31
|
2674 |
#, fuzzy
|
2675 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2676 |
-
msgid "Delete stats older than
|
2677 |
msgstr "Διαγράψτε στατιστικά παλαιότερα των 356 ημερών (Προαιρετικό)."
|
2678 |
|
2679 |
#: dashboard/settings/maintenance.php:32
|
@@ -3811,10 +3815,6 @@ msgstr ""
|
|
3811 |
#~ msgid "Weight:"
|
3812 |
#~ msgstr "Βάρος:"
|
3813 |
|
3814 |
-
#, fuzzy
|
3815 |
-
#~ msgid "AdRotate Pro only"
|
3816 |
-
#~ msgstr "AdRotate Pro"
|
3817 |
-
|
3818 |
#~ msgid "Sortorder:"
|
3819 |
#~ msgstr "Σειρά ταξινόμησης:"
|
3820 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:10-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:10-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
|
9 |
"<info@netglobe.eu>\n"
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: adrotate-functions.php:669
|
22 |
msgid "No files found"
|
23 |
msgstr "Δεν βρέθηκαν αρχεία"
|
24 |
|
25 |
+
#: adrotate-functions.php:672
|
26 |
msgid "Folder not found or not accessible"
|
27 |
msgstr "Δεν βρέθηκε ή δεν είναι προσπελάσιμος ο φάκελος"
|
28 |
|
29 |
+
#: adrotate-functions.php:757
|
30 |
msgid "Ad saved"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: adrotate-functions.php:761
|
34 |
msgid "Group saved"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: adrotate-functions.php:765
|
38 |
msgid "Ad(s) deleted"
|
39 |
msgstr "Η(Οι) διαφήμιση(εις) διαγράφηκε(αν)"
|
40 |
|
41 |
+
#: adrotate-functions.php:769
|
42 |
msgid "Group deleted"
|
43 |
msgstr "Η Ομάδα διαγράφηκε"
|
44 |
|
45 |
+
#: adrotate-functions.php:773
|
46 |
msgid "Ad(s) statistics reset"
|
47 |
msgstr "Οι στατιστικές διαφήμισης επανήλθαν"
|
48 |
|
49 |
+
#: adrotate-functions.php:777
|
50 |
msgid "Ad(s) renewed"
|
51 |
msgstr "Η(Οι) διαφήμιση(εις) ανανεώθηκε(αν)"
|
52 |
|
53 |
+
#: adrotate-functions.php:781
|
54 |
msgid "Ad(s) deactivated"
|
55 |
msgstr "Η(Οι) διαφήμιση(εις) απενεργοποιήθηκε(αν)"
|
56 |
|
57 |
+
#: adrotate-functions.php:785
|
58 |
msgid "Ad(s) activated"
|
59 |
msgstr "Η(Οι) διαφήμιση(εις) ενεργοποιήθηκε(αν)"
|
60 |
|
61 |
+
#: adrotate-functions.php:789
|
62 |
msgid "Group including it's Ads deleted"
|
63 |
msgstr "Η Ομάδα διαγράφηκε μαζί με τις διαφημίσεις της"
|
64 |
|
65 |
+
#: adrotate-functions.php:793
|
66 |
#, fuzzy
|
67 |
msgid "Export created"
|
68 |
msgstr "Επιλογές εξαγωγής"
|
69 |
|
70 |
+
#: adrotate-functions.php:797
|
71 |
msgid ""
|
72 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
73 |
"below."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: adrotate-functions.php:802
|
77 |
msgid "Settings saved"
|
78 |
msgstr "Οι ρυθμίσεις αποθηκεύτηκαν"
|
79 |
|
80 |
+
#: adrotate-functions.php:806
|
81 |
msgid "Database optimized"
|
82 |
msgstr "Η βάση δεδομένων βελτιστοποιήθηκε"
|
83 |
|
84 |
+
#: adrotate-functions.php:810
|
85 |
msgid "Database repaired"
|
86 |
msgstr "Η βάση δεδομένων επιδιορθώθηκε"
|
87 |
|
88 |
+
#: adrotate-functions.php:814
|
89 |
msgid "Ads evaluated and statuses have been corrected where required"
|
90 |
msgstr ""
|
91 |
"Οι διαφημίσεις αξιολογήθηκαν και οι καταστάσεις επιδιορθώθηκαν όπου "
|
92 |
"χρειάστηκε"
|
93 |
|
94 |
+
#: adrotate-functions.php:818
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Εκκαθάριση Βάσης Δεδομένων"
|
99 |
|
100 |
+
#: adrotate-functions.php:823
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Η ενέργεια απαγορεύεται"
|
103 |
|
104 |
+
#: adrotate-functions.php:827
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: adrotate-functions.php:831
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Δεν βρέθηκαν δεδομένα για την επιλεγμένη περίοδο"
|
113 |
|
114 |
+
#: adrotate-functions.php:835
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr ""
|
117 |
"Η βάση δεδομένων μπορεί να βελτιστοποιηθεί ή να καθαριστεί μόνο μία φορά ανά "
|
118 |
"ώρα"
|
119 |
|
120 |
+
#: adrotate-functions.php:839
|
121 |
msgid "Form can not be (partially) empty!"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: adrotate-functions.php:843
|
125 |
msgid "No ads found."
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: adrotate-functions.php:847
|
129 |
msgid "Unexpected error"
|
130 |
msgstr ""
|
131 |
|
133 |
msgid "AdRotate Advertiser"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: adrotate-output.php:626
|
137 |
msgid "Oh no! Something went wrong!"
|
138 |
msgstr "Παρουσιάστηκε κάποιο σφάλμα."
|
139 |
|
140 |
+
#: adrotate-output.php:627
|
141 |
msgid ""
|
142 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
143 |
"Verify if the url used is valid or log in via your browser."
|
146 |
"που πατήσατε. Επιβεβαιώστε ότι η διεύθυνση είναι έγκυρη ή εισέλθετε μέσω του "
|
147 |
"browser σας."
|
148 |
|
149 |
+
#: adrotate-output.php:628
|
150 |
msgid ""
|
151 |
"If you have received the url you want to visit via email, you are being "
|
152 |
"tricked!"
|
154 |
"Αν έχετε λάβει τη διεύθυνση που θέλετε να επισκεφτείτε μέσω email, σας "
|
155 |
"ξεγέλασαν!"
|
156 |
|
157 |
+
#: adrotate-output.php:629
|
158 |
msgid "Contact support if the issue persists:"
|
159 |
msgstr "Επικοινωνήστε με την υποστήριξη αν το πρόβλημα παραμένει:"
|
160 |
|
161 |
+
#: adrotate-output.php:644
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions or does not exist!"
|
166 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
167 |
"χρονικών περιορισμών ή επειδή απλώς δεν υπάρχει!"
|
168 |
|
169 |
+
#: adrotate-output.php:646
|
170 |
msgid ""
|
171 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
172 |
"restrictions!"
|
174 |
"Σφάλμα, η διαφήμιση δεν είναι διαθέσιμη αυτή τη στιγμή λόγω γεωγραφικών ή "
|
175 |
"χρονικών περιορισμών."
|
176 |
|
177 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
178 |
msgid ""
|
179 |
"Either there are no banners, they are disabled or none qualified for this "
|
180 |
"location!"
|
182 |
"Ή δεν υπάρχουν διαφημιστικά γραφικά ή είναι απενεργοποιημένα ή κανένα δεν "
|
183 |
"πληρεί τις προϋποθέσεις της τοποθεσίας!"
|
184 |
|
185 |
+
#: adrotate-output.php:661
|
186 |
msgid "Error, no Ad ID set! Check your syntax!"
|
187 |
msgstr ""
|
188 |
"Σφάλμα, δεν έχει οριστεί αναγνωριστικό διαφήμισης! Ελέγξτε την σύνταξη!"
|
189 |
|
190 |
+
#: adrotate-output.php:667
|
191 |
msgid "Error, no group ID set! Check your syntax!"
|
192 |
msgstr "Σφάλμα, δεν έχει οριστεί αναγνωριστικό ομάδας! Ελέγξτε την σύνταξη!"
|
193 |
|
194 |
+
#: adrotate-output.php:672
|
195 |
msgid "Error, group does not exist! Check your syntax!"
|
196 |
msgstr "Σφάλμα, η ομάδα δεν υπάρχει! Ελέγξτε την σύνταξη!"
|
197 |
|
198 |
+
#: adrotate-output.php:678
|
199 |
msgid ""
|
200 |
"There was an error locating the database tables for AdRotate. Please "
|
201 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
204 |
"Παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το AdRotate από τη σελίδα "
|
205 |
"προσθέτων!!"
|
206 |
|
207 |
+
#: adrotate-output.php:678
|
208 |
msgid "If this does not solve the issue please seek support at"
|
209 |
msgstr "Αν αυτό δεν λύνει το πρόβλημα παρακαλώ ζητήστε υποστήριξη στο"
|
210 |
|
211 |
+
#: adrotate-output.php:684
|
212 |
msgid "An unknown error occured."
|
213 |
msgstr "Παρουσιάστηκε ένα άγνωστο σφάλμα."
|
214 |
|
215 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
216 |
msgid "Check adverts"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: adrotate-output.php:716
|
220 |
msgid ""
|
221 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
222 |
"site!"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: adrotate-output.php:716
|
226 |
#, fuzzy
|
227 |
#| msgid "W3 Total Caching"
|
228 |
msgid "Disable W3 Total Cache Support"
|
229 |
msgstr "W3 Total Caching"
|
230 |
|
231 |
+
#: adrotate-output.php:719
|
232 |
msgid ""
|
233 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
234 |
"not set."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: adrotate-output.php:719
|
238 |
msgid "How to configure W3 Total Cache"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: adrotate-output.php:723
|
242 |
msgid ""
|
243 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: adrotate-output.php:723
|
247 |
msgid "Disable Borlabs Cache Support"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: adrotate-output.php:731
|
251 |
msgid ""
|
252 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: adrotate-output.php:731
|
256 |
msgid "Enable Fragment Caching"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: adrotate-output.php:737
|
260 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:737
|
264 |
#, fuzzy
|
265 |
#| msgid "Where are your banner ads?"
|
266 |
msgid "Set up your banner folder"
|
267 |
msgstr "Που βρίσκονται τα μπάνερ σας;"
|
268 |
|
269 |
+
#: adrotate-output.php:757
|
270 |
msgid "your attention:"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adrotate-output.php:778 adrotate.php:447
|
274 |
#: dashboard/publisher/schedules-main.php:13
|
275 |
#, fuzzy
|
276 |
#| msgid "AdRotate Pro"
|
277 |
msgid "Get AdRotate Pro"
|
278 |
msgstr "AdRotate Pro"
|
279 |
|
280 |
+
#: adrotate-output.php:779
|
281 |
msgid ""
|
282 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
283 |
"Schedules and more..."
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: adrotate-output.php:779
|
287 |
#, php-format
|
288 |
msgid ""
|
289 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: adrotate-output.php:779
|
293 |
#, fuzzy
|
294 |
msgid "Thank you for your support!"
|
295 |
msgstr "Πήρατε αντίγραφο ασφαλείας της βάσης δεδομένων;"
|
296 |
|
297 |
+
#: adrotate-output.php:847
|
298 |
msgid ""
|
299 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
300 |
"menu. If you need help getting started take a look at the"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: adrotate-output.php:847
|
304 |
msgid "manuals"
|
305 |
msgstr "εγχειρίδια"
|
306 |
|
307 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
308 |
msgid "and"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: adrotate-output.php:847
|
312 |
msgid "forums"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: adrotate-output.php:939
|
316 |
#, fuzzy
|
317 |
msgid "Help AdRotate Grow"
|
318 |
msgstr "Κολήσατε με το AdRotate; Θα βοηθήσω!"
|
319 |
|
320 |
+
#: adrotate-output.php:940 adrotate.php:152
|
321 |
#, fuzzy
|
322 |
msgid "AdRotate Professional"
|
323 |
msgstr "AdRotate Pro"
|
324 |
|
325 |
+
#: adrotate-output.php:947
|
326 |
msgid ""
|
327 |
"Many users only think to review AdRotate when something goes wrong while "
|
328 |
"thousands of people happily use AdRotate."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: adrotate-output.php:947
|
332 |
msgid "If you find AdRotate useful please leave your"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: adrotate-output.php:947
|
336 |
msgid "rating"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: adrotate-output.php:947
|
340 |
#, fuzzy
|
341 |
msgid "review"
|
342 |
msgstr "Αξιολογήστε και σχολιάστε"
|
343 |
|
344 |
+
#: adrotate-output.php:947
|
345 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: adrotate-output.php:948
|
349 |
msgid ""
|
350 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
351 |
"AdRotate Pro."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: adrotate-output.php:948
|
355 |
msgid "Includes premium support and free updates!"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: adrotate-output.php:948
|
359 |
#, fuzzy
|
360 |
#| msgid "Go Pro today"
|
361 |
msgid "Get started today"
|
1211 |
#: dashboard/publisher/adverts-edit.php:209
|
1212 |
#: dashboard/publisher/adverts-edit.php:407
|
1213 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1214 |
#: dashboard/publisher/groups-edit.php:285
|
1215 |
msgid "Widget"
|
1216 |
msgstr ""
|
1917 |
msgid "Disabled"
|
1918 |
msgstr "Απενεργοποιημένες διαφημίσεις"
|
1919 |
|
1920 |
+
#: dashboard/publisher/groups-edit.php:205
|
1921 |
+
#: dashboard/publisher/groups-edit.php:245
|
1922 |
+
#, fuzzy
|
1923 |
+
msgid "Widget (Pro only)"
|
1924 |
+
msgstr "AdRotate Pro"
|
1925 |
+
|
1926 |
#: dashboard/publisher/groups-edit.php:206
|
1927 |
#: dashboard/publisher/groups-edit.php:246
|
1928 |
#, fuzzy
|
2677 |
#: dashboard/settings/maintenance.php:31
|
2678 |
#, fuzzy
|
2679 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2680 |
+
msgid "Delete stats older than 365 days."
|
2681 |
msgstr "Διαγράψτε στατιστικά παλαιότερα των 356 ημερών (Προαιρετικό)."
|
2682 |
|
2683 |
#: dashboard/settings/maintenance.php:32
|
3815 |
#~ msgid "Weight:"
|
3816 |
#~ msgstr "Βάρος:"
|
3817 |
|
|
|
|
|
|
|
|
|
3818 |
#~ msgid "Sortorder:"
|
3819 |
#~ msgstr "Σειρά ταξινόμησης:"
|
3820 |
|
language/adrotate-en_US.mo
CHANGED
Binary file
|
language/adrotate-en_US.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: en_US\n"
|
@@ -17,107 +17,107 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Settings saved"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database optimized"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database repaired"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Cleanup complete"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
msgid "Action prohibited"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: adrotate-functions.php:
|
99 |
msgid ""
|
100 |
"The ad was saved but has an issue which might prevent it from working "
|
101 |
"properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "Form can not be (partially) empty!"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "No ads found."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: adrotate-functions.php:
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
@@ -125,204 +125,204 @@ msgstr ""
|
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: adrotate-output.php:
|
129 |
msgid "Oh no! Something went wrong!"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: adrotate-output.php:
|
133 |
msgid ""
|
134 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
135 |
"Verify if the url used is valid or log in via your browser."
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: adrotate-output.php:
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: adrotate-output.php:
|
145 |
msgid "Contact support if the issue persists:"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: adrotate-output.php:
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions or does not exist!"
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: adrotate-output.php:
|
155 |
msgid ""
|
156 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
157 |
"restrictions!"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
msgid ""
|
162 |
"Either there are no banners, they are disabled or none qualified for this "
|
163 |
"location!"
|
164 |
msgstr ""
|
165 |
|
166 |
-
#: adrotate-output.php:
|
167 |
msgid "Error, no Ad ID set! Check your syntax!"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: adrotate-output.php:
|
171 |
msgid "Error, no group ID set! Check your syntax!"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: adrotate-output.php:
|
175 |
msgid "Error, group does not exist! Check your syntax!"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: adrotate-output.php:
|
179 |
msgid ""
|
180 |
"There was an error locating the database tables for AdRotate. Please "
|
181 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: adrotate-output.php:
|
185 |
msgid "If this does not solve the issue please seek support at"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: adrotate-output.php:
|
189 |
msgid "An unknown error occured."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: adrotate-output.php:
|
193 |
msgid "Check adverts"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: adrotate-output.php:
|
197 |
msgid ""
|
198 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
199 |
"site!"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: adrotate-output.php:
|
203 |
msgid "Disable W3 Total Cache Support"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: adrotate-output.php:
|
207 |
msgid ""
|
208 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
209 |
"not set."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: adrotate-output.php:
|
213 |
msgid "How to configure W3 Total Cache"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: adrotate-output.php:
|
217 |
msgid ""
|
218 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
msgid "Disable Borlabs Cache Support"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
msgid ""
|
227 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: adrotate-output.php:
|
231 |
msgid "Enable Fragment Caching"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: adrotate-output.php:
|
235 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid "Set up your banner folder"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid "your attention:"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
#: dashboard/publisher/schedules-main.php:13
|
248 |
msgid "Get AdRotate Pro"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid ""
|
253 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
254 |
"Schedules and more..."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: adrotate-output.php:
|
264 |
msgid "Thank you for your support!"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid ""
|
269 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
270 |
"menu. If you need help getting started take a look at the"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: adrotate-output.php:
|
274 |
msgid "manuals"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: adrotate-output.php:
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid "Help AdRotate Grow"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid "AdRotate Professional"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: adrotate-output.php:
|
294 |
msgid ""
|
295 |
"Many users only think to review AdRotate when something goes wrong while "
|
296 |
"thousands of people happily use AdRotate."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "If you find AdRotate useful please leave your"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "rating"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid "review"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: adrotate-output.php:
|
312 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid ""
|
317 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
318 |
"AdRotate Pro."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: adrotate-output.php:
|
322 |
msgid "Includes premium support and free updates!"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
msgid "Get started today"
|
327 |
msgstr ""
|
328 |
|
@@ -1140,8 +1140,6 @@ msgstr ""
|
|
1140 |
#: dashboard/publisher/adverts-edit.php:209
|
1141 |
#: dashboard/publisher/adverts-edit.php:407
|
1142 |
#: dashboard/publisher/groups-edit.php:136
|
1143 |
-
#: dashboard/publisher/groups-edit.php:205
|
1144 |
-
#: dashboard/publisher/groups-edit.php:245
|
1145 |
#: dashboard/publisher/groups-edit.php:285
|
1146 |
msgid "Widget"
|
1147 |
msgstr ""
|
@@ -1780,6 +1778,12 @@ msgstr ""
|
|
1780 |
msgid "Disabled"
|
1781 |
msgstr ""
|
1782 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1783 |
#: dashboard/publisher/groups-edit.php:206
|
1784 |
#: dashboard/publisher/groups-edit.php:246
|
1785 |
msgid "Before content"
|
@@ -2480,7 +2484,7 @@ msgid "THIS ACTION CAN NOT BE UNDONE!"
|
|
2480 |
msgstr ""
|
2481 |
|
2482 |
#: dashboard/settings/maintenance.php:31
|
2483 |
-
msgid "Delete stats older than
|
2484 |
msgstr ""
|
2485 |
|
2486 |
#: dashboard/settings/maintenance.php:32
|
@@ -3408,10 +3412,6 @@ msgstr ""
|
|
3408 |
#~ msgid "Weight:"
|
3409 |
#~ msgstr "Importance"
|
3410 |
|
3411 |
-
#, fuzzy
|
3412 |
-
#~ msgid "AdRotate Pro only"
|
3413 |
-
#~ msgstr "AdRotate Pro"
|
3414 |
-
|
3415 |
#, fuzzy
|
3416 |
#~ msgid "Sortorder:"
|
3417 |
#~ msgstr "Ordre de tri :"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:10-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:10-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: en_US\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
msgid "Export created"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: adrotate-functions.php:797
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: adrotate-functions.php:802
|
75 |
msgid "Settings saved"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: adrotate-functions.php:806
|
79 |
msgid "Database optimized"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: adrotate-functions.php:810
|
83 |
msgid "Database repaired"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: adrotate-functions.php:814
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: adrotate-functions.php:818
|
91 |
msgid "Cleanup complete"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: adrotate-functions.php:823
|
95 |
msgid "Action prohibited"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: adrotate-functions.php:827
|
99 |
msgid ""
|
100 |
"The ad was saved but has an issue which might prevent it from working "
|
101 |
"properly. Review the colored ad."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: adrotate-functions.php:831
|
105 |
msgid "No data found in selected time period"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: adrotate-functions.php:835
|
109 |
msgid "Database can only be optimized or cleaned once every hour"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: adrotate-functions.php:839
|
113 |
msgid "Form can not be (partially) empty!"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: adrotate-functions.php:843
|
117 |
msgid "No ads found."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: adrotate-functions.php:847
|
121 |
msgid "Unexpected error"
|
122 |
msgstr ""
|
123 |
|
125 |
msgid "AdRotate Advertiser"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: adrotate-output.php:626
|
129 |
msgid "Oh no! Something went wrong!"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: adrotate-output.php:627
|
133 |
msgid ""
|
134 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
135 |
"Verify if the url used is valid or log in via your browser."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: adrotate-output.php:628
|
139 |
msgid ""
|
140 |
"If you have received the url you want to visit via email, you are being "
|
141 |
"tricked!"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: adrotate-output.php:629
|
145 |
msgid "Contact support if the issue persists:"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: adrotate-output.php:644
|
149 |
msgid ""
|
150 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
151 |
"restrictions or does not exist!"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: adrotate-output.php:646
|
155 |
msgid ""
|
156 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
157 |
"restrictions!"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
161 |
msgid ""
|
162 |
"Either there are no banners, they are disabled or none qualified for this "
|
163 |
"location!"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: adrotate-output.php:661
|
167 |
msgid "Error, no Ad ID set! Check your syntax!"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: adrotate-output.php:667
|
171 |
msgid "Error, no group ID set! Check your syntax!"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: adrotate-output.php:672
|
175 |
msgid "Error, group does not exist! Check your syntax!"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: adrotate-output.php:678
|
179 |
msgid ""
|
180 |
"There was an error locating the database tables for AdRotate. Please "
|
181 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: adrotate-output.php:678
|
185 |
msgid "If this does not solve the issue please seek support at"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: adrotate-output.php:684
|
189 |
msgid "An unknown error occured."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
193 |
msgid "Check adverts"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: adrotate-output.php:716
|
197 |
msgid ""
|
198 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
199 |
"site!"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: adrotate-output.php:716
|
203 |
msgid "Disable W3 Total Cache Support"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: adrotate-output.php:719
|
207 |
msgid ""
|
208 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
209 |
"not set."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: adrotate-output.php:719
|
213 |
msgid "How to configure W3 Total Cache"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: adrotate-output.php:723
|
217 |
msgid ""
|
218 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: adrotate-output.php:723
|
222 |
msgid "Disable Borlabs Cache Support"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: adrotate-output.php:731
|
226 |
msgid ""
|
227 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: adrotate-output.php:731
|
231 |
msgid "Enable Fragment Caching"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: adrotate-output.php:737
|
235 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adrotate-output.php:737
|
239 |
msgid "Set up your banner folder"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: adrotate-output.php:757
|
243 |
msgid "your attention:"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: adrotate-output.php:778 adrotate.php:447
|
247 |
#: dashboard/publisher/schedules-main.php:13
|
248 |
msgid "Get AdRotate Pro"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:779
|
252 |
msgid ""
|
253 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
254 |
"Schedules and more..."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:779
|
258 |
#, php-format
|
259 |
msgid ""
|
260 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: adrotate-output.php:779
|
264 |
msgid "Thank you for your support!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: adrotate-output.php:847
|
268 |
msgid ""
|
269 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
270 |
"menu. If you need help getting started take a look at the"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: adrotate-output.php:847
|
274 |
msgid "manuals"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
278 |
msgid "and"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: adrotate-output.php:847
|
282 |
msgid "forums"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: adrotate-output.php:939
|
286 |
msgid "Help AdRotate Grow"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:940 adrotate.php:152
|
290 |
msgid "AdRotate Professional"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: adrotate-output.php:947
|
294 |
msgid ""
|
295 |
"Many users only think to review AdRotate when something goes wrong while "
|
296 |
"thousands of people happily use AdRotate."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: adrotate-output.php:947
|
300 |
msgid "If you find AdRotate useful please leave your"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: adrotate-output.php:947
|
304 |
msgid "rating"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: adrotate-output.php:947
|
308 |
msgid "review"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: adrotate-output.php:947
|
312 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: adrotate-output.php:948
|
316 |
msgid ""
|
317 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
318 |
"AdRotate Pro."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: adrotate-output.php:948
|
322 |
msgid "Includes premium support and free updates!"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adrotate-output.php:948
|
326 |
msgid "Get started today"
|
327 |
msgstr ""
|
328 |
|
1140 |
#: dashboard/publisher/adverts-edit.php:209
|
1141 |
#: dashboard/publisher/adverts-edit.php:407
|
1142 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1143 |
#: dashboard/publisher/groups-edit.php:285
|
1144 |
msgid "Widget"
|
1145 |
msgstr ""
|
1778 |
msgid "Disabled"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: dashboard/publisher/groups-edit.php:205
|
1782 |
+
#: dashboard/publisher/groups-edit.php:245
|
1783 |
+
#, fuzzy
|
1784 |
+
msgid "Widget (Pro only)"
|
1785 |
+
msgstr "AdRotate Pro"
|
1786 |
+
|
1787 |
#: dashboard/publisher/groups-edit.php:206
|
1788 |
#: dashboard/publisher/groups-edit.php:246
|
1789 |
msgid "Before content"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
#: dashboard/settings/maintenance.php:31
|
2487 |
+
msgid "Delete stats older than 365 days."
|
2488 |
msgstr ""
|
2489 |
|
2490 |
#: dashboard/settings/maintenance.php:32
|
3412 |
#~ msgid "Weight:"
|
3413 |
#~ msgstr "Importance"
|
3414 |
|
|
|
|
|
|
|
|
|
3415 |
#, fuzzy
|
3416 |
#~ msgid "Sortorder:"
|
3417 |
#~ msgstr "Ordre de tri :"
|
language/adrotate-es_ES.mo
CHANGED
Binary file
|
language/adrotate-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate v 3.10.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
|
9 |
"Language: es_ES\n"
|
@@ -17,110 +17,110 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "No se han encontrado contenidos"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "La carpeta no se encuentra o no es accesible"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Anuncio(s) eliminado"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupo borrado"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Estadisticas del Anuncio(s) restablecidas"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Anuncio(s) renovado"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Anuncio(s) desactivado"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Anuncio(s) activado"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupo incluyendo sus anuncios eliminados"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Exportación Creada"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: adrotate-functions.php:
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Ajustes guardados"
|
78 |
|
79 |
-
#: adrotate-functions.php:
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de Datos optimizada"
|
82 |
|
83 |
-
#: adrotate-functions.php:
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de Datos reparada"
|
86 |
|
87 |
-
#: adrotate-functions.php:
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "Los anuncios evaluados y los estados se corregiran cuando se requiera"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Limpieza de la Base de Datos"
|
96 |
|
97 |
-
#: adrotate-functions.php:
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Acción prohibida"
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: adrotate-functions.php:
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "No se han encontrado datos en el período de tiempo seleccionado"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "La Base de datos sólo se puede optimizar o limpiar una vez cada hora"
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-functions.php:
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
@@ -128,11 +128,11 @@ msgstr ""
|
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: adrotate-output.php:
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr "¡Oh, no! Algo salió mal!"
|
134 |
|
135 |
-
#: adrotate-output.php:
|
136 |
msgid ""
|
137 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
138 |
"Verify if the url used is valid or log in via your browser."
|
@@ -140,7 +140,7 @@ msgstr ""
|
|
140 |
"WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
|
141 |
"Verificar si la url utilizada es válida o acceder a través del navegador."
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
@@ -148,11 +148,11 @@ msgstr ""
|
|
148 |
"Si usted ha recibido la url que desea visitar a través del correo "
|
149 |
"electrónico, es posible que le esten engañando!"
|
150 |
|
151 |
-
#: adrotate-output.php:
|
152 |
msgid "Contact support if the issue persists:"
|
153 |
msgstr "Si el problema persiste, contacte con el soporte:"
|
154 |
|
155 |
-
#: adrotate-output.php:
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions or does not exist!"
|
@@ -160,7 +160,7 @@ msgstr ""
|
|
160 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
161 |
"restricciones de programa, de geolocalización o no existe!"
|
162 |
|
163 |
-
#: adrotate-output.php:
|
164 |
msgid ""
|
165 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
166 |
"restrictions!"
|
@@ -168,7 +168,7 @@ msgstr ""
|
|
168 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
169 |
"restricciones restricciones de programa o geolocalización!"
|
170 |
|
171 |
-
#: adrotate-output.php:
|
172 |
msgid ""
|
173 |
"Either there are no banners, they are disabled or none qualified for this "
|
174 |
"location!"
|
@@ -176,19 +176,19 @@ msgstr ""
|
|
176 |
"O bien no hay banners, estan desactivados o no estan programados para esta "
|
177 |
"ubicación!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid "Error, no Ad ID set! Check your syntax!"
|
181 |
msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid "Error, no group ID set! Check your syntax!"
|
185 |
msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "Error, group does not exist! Check your syntax!"
|
189 |
msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid ""
|
193 |
"There was an error locating the database tables for AdRotate. Please "
|
194 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -196,157 +196,157 @@ msgstr ""
|
|
196 |
"Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
|
197 |
"desactivar y volver a activar el plugin AdRotate de la página!"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Si esto no resuelve el problema por favor busque apoyo en"
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Ha ocurrido un error desconocido."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Check adverts"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid ""
|
213 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
214 |
"site!"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
#, fuzzy
|
219 |
#| msgid "W3 Total Caching"
|
220 |
msgid "Disable W3 Total Cache Support"
|
221 |
msgstr "W3 Total Cache"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid ""
|
225 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
226 |
"not set."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid "How to configure W3 Total Cache"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid ""
|
235 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid "Disable Borlabs Cache Support"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid ""
|
244 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid "Enable Fragment Caching"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
#, fuzzy
|
257 |
#| msgid "Banner folder:"
|
258 |
msgid "Set up your banner folder"
|
259 |
msgstr "Carpeta Banner:"
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid "your attention:"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
#: dashboard/publisher/schedules-main.php:13
|
267 |
#, fuzzy
|
268 |
#| msgid "AdRotate Pro"
|
269 |
msgid "Get AdRotate Pro"
|
270 |
msgstr "AdRotate Pro"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid ""
|
274 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
275 |
"Schedules and more..."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
#, php-format
|
280 |
msgid ""
|
281 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
#, fuzzy
|
286 |
msgid "Thank you for your support!"
|
287 |
msgstr "Esta notificación se le envía desde su página web"
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid ""
|
291 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
292 |
"menu. If you need help getting started take a look at the"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "manuals"
|
297 |
msgstr "manuales"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "and"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "forums"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
#, fuzzy
|
309 |
msgid "Help AdRotate Grow"
|
310 |
msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
msgid "AdRotate Professional"
|
314 |
msgstr "AdRotate Profesional"
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
msgid ""
|
318 |
"Many users only think to review AdRotate when something goes wrong while "
|
319 |
"thousands of people happily use AdRotate."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "If you find AdRotate useful please leave your"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
msgid "rating"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: adrotate-output.php:
|
331 |
#, fuzzy
|
332 |
msgid "review"
|
333 |
msgstr "Revise el anuncio aquí:"
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: adrotate-output.php:
|
340 |
msgid ""
|
341 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
342 |
"AdRotate Pro."
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid "Includes premium support and free updates!"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: adrotate-output.php:
|
350 |
#, fuzzy
|
351 |
msgid "Get started today"
|
352 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
@@ -1219,8 +1219,6 @@ msgstr "Utilización"
|
|
1219 |
#: dashboard/publisher/adverts-edit.php:209
|
1220 |
#: dashboard/publisher/adverts-edit.php:407
|
1221 |
#: dashboard/publisher/groups-edit.php:136
|
1222 |
-
#: dashboard/publisher/groups-edit.php:205
|
1223 |
-
#: dashboard/publisher/groups-edit.php:245
|
1224 |
#: dashboard/publisher/groups-edit.php:285
|
1225 |
msgid "Widget"
|
1226 |
msgstr ""
|
@@ -1912,6 +1910,12 @@ msgstr ""
|
|
1912 |
msgid "Disabled"
|
1913 |
msgstr "Desactivado"
|
1914 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1915 |
#: dashboard/publisher/groups-edit.php:206
|
1916 |
#: dashboard/publisher/groups-edit.php:246
|
1917 |
msgid "Before content"
|
@@ -2667,7 +2671,7 @@ msgstr ""
|
|
2667 |
#: dashboard/settings/maintenance.php:31
|
2668 |
#, fuzzy
|
2669 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2670 |
-
msgid "Delete stats older than
|
2671 |
msgstr "Borrar las estadísticas de más de 356 días (Opcional)."
|
2672 |
|
2673 |
#: dashboard/settings/maintenance.php:32
|
@@ -3934,10 +3938,6 @@ msgstr ""
|
|
3934 |
#~ msgid "Weight:"
|
3935 |
#~ msgstr "Prioridad:"
|
3936 |
|
3937 |
-
#, fuzzy
|
3938 |
-
#~ msgid "AdRotate Pro only"
|
3939 |
-
#~ msgstr "AdRotate Pro"
|
3940 |
-
|
3941 |
#~ msgid "Sortorder:"
|
3942 |
#~ msgstr "Clasificación normal:"
|
3943 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate v 3.10.6\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:10-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
|
9 |
"Language: es_ES\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr "No se han encontrado contenidos"
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "La carpeta no se encuentra o no es accesible"
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Anuncio(s) eliminado"
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupo borrado"
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Estadisticas del Anuncio(s) restablecidas"
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Anuncio(s) renovado"
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Anuncio(s) desactivado"
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Anuncio(s) activado"
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupo incluyendo sus anuncios eliminados"
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Exportación Creada"
|
68 |
|
69 |
+
#: adrotate-functions.php:797
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: adrotate-functions.php:802
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Ajustes guardados"
|
78 |
|
79 |
+
#: adrotate-functions.php:806
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de Datos optimizada"
|
82 |
|
83 |
+
#: adrotate-functions.php:810
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de Datos reparada"
|
86 |
|
87 |
+
#: adrotate-functions.php:814
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "Los anuncios evaluados y los estados se corregiran cuando se requiera"
|
90 |
|
91 |
+
#: adrotate-functions.php:818
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Limpieza de la Base de Datos"
|
96 |
|
97 |
+
#: adrotate-functions.php:823
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Acción prohibida"
|
100 |
|
101 |
+
#: adrotate-functions.php:827
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:831
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "No se han encontrado datos en el período de tiempo seleccionado"
|
110 |
|
111 |
+
#: adrotate-functions.php:835
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "La Base de datos sólo se puede optimizar o limpiar una vez cada hora"
|
114 |
|
115 |
+
#: adrotate-functions.php:839
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:843
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:847
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: adrotate-output.php:626
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr "¡Oh, no! Algo salió mal!"
|
134 |
|
135 |
+
#: adrotate-output.php:627
|
136 |
msgid ""
|
137 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
138 |
"Verify if the url used is valid or log in via your browser."
|
140 |
"WordPress no pudo verificar la autenticidad de la url que ha hecho clic. "
|
141 |
"Verificar si la url utilizada es válida o acceder a través del navegador."
|
142 |
|
143 |
+
#: adrotate-output.php:628
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
148 |
"Si usted ha recibido la url que desea visitar a través del correo "
|
149 |
"electrónico, es posible que le esten engañando!"
|
150 |
|
151 |
+
#: adrotate-output.php:629
|
152 |
msgid "Contact support if the issue persists:"
|
153 |
msgstr "Si el problema persiste, contacte con el soporte:"
|
154 |
|
155 |
+
#: adrotate-output.php:644
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions or does not exist!"
|
160 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
161 |
"restricciones de programa, de geolocalización o no existe!"
|
162 |
|
163 |
+
#: adrotate-output.php:646
|
164 |
msgid ""
|
165 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
166 |
"restrictions!"
|
168 |
"ERROR: El anuncio no está disponible en este momento debido a las "
|
169 |
"restricciones restricciones de programa o geolocalización!"
|
170 |
|
171 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
172 |
msgid ""
|
173 |
"Either there are no banners, they are disabled or none qualified for this "
|
174 |
"location!"
|
176 |
"O bien no hay banners, estan desactivados o no estan programados para esta "
|
177 |
"ubicación!"
|
178 |
|
179 |
+
#: adrotate-output.php:661
|
180 |
msgid "Error, no Ad ID set! Check your syntax!"
|
181 |
msgstr "ERROR: No se ha asignado el ID del anuncio! Compruebe la sintaxis!"
|
182 |
|
183 |
+
#: adrotate-output.php:667
|
184 |
msgid "Error, no group ID set! Check your syntax!"
|
185 |
msgstr "ERROR: No se ha asignado el ID del grupo! Compruebe la sintaxis!"
|
186 |
|
187 |
+
#: adrotate-output.php:672
|
188 |
msgid "Error, group does not exist! Check your syntax!"
|
189 |
msgstr "ERROR: el grupo no existe! Compruebe la sintaxis!"
|
190 |
|
191 |
+
#: adrotate-output.php:678
|
192 |
msgid ""
|
193 |
"There was an error locating the database tables for AdRotate. Please "
|
194 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
196 |
"Hubo un error al ubicar las tablas de la base de AdRotate. Por favor, "
|
197 |
"desactivar y volver a activar el plugin AdRotate de la página!"
|
198 |
|
199 |
+
#: adrotate-output.php:678
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Si esto no resuelve el problema por favor busque apoyo en"
|
202 |
|
203 |
+
#: adrotate-output.php:684
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Ha ocurrido un error desconocido."
|
206 |
|
207 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
208 |
msgid "Check adverts"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: adrotate-output.php:716
|
212 |
msgid ""
|
213 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
214 |
"site!"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: adrotate-output.php:716
|
218 |
#, fuzzy
|
219 |
#| msgid "W3 Total Caching"
|
220 |
msgid "Disable W3 Total Cache Support"
|
221 |
msgstr "W3 Total Cache"
|
222 |
|
223 |
+
#: adrotate-output.php:719
|
224 |
msgid ""
|
225 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
226 |
"not set."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:719
|
230 |
msgid "How to configure W3 Total Cache"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adrotate-output.php:723
|
234 |
msgid ""
|
235 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adrotate-output.php:723
|
239 |
msgid "Disable Borlabs Cache Support"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: adrotate-output.php:731
|
243 |
msgid ""
|
244 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: adrotate-output.php:731
|
248 |
msgid "Enable Fragment Caching"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:737
|
252 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: adrotate-output.php:737
|
256 |
#, fuzzy
|
257 |
#| msgid "Banner folder:"
|
258 |
msgid "Set up your banner folder"
|
259 |
msgstr "Carpeta Banner:"
|
260 |
|
261 |
+
#: adrotate-output.php:757
|
262 |
msgid "your attention:"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: adrotate-output.php:778 adrotate.php:447
|
266 |
#: dashboard/publisher/schedules-main.php:13
|
267 |
#, fuzzy
|
268 |
#| msgid "AdRotate Pro"
|
269 |
msgid "Get AdRotate Pro"
|
270 |
msgstr "AdRotate Pro"
|
271 |
|
272 |
+
#: adrotate-output.php:779
|
273 |
msgid ""
|
274 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
275 |
"Schedules and more..."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adrotate-output.php:779
|
279 |
#, php-format
|
280 |
msgid ""
|
281 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: adrotate-output.php:779
|
285 |
#, fuzzy
|
286 |
msgid "Thank you for your support!"
|
287 |
msgstr "Esta notificación se le envía desde su página web"
|
288 |
|
289 |
+
#: adrotate-output.php:847
|
290 |
msgid ""
|
291 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
292 |
"menu. If you need help getting started take a look at the"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: adrotate-output.php:847
|
296 |
msgid "manuals"
|
297 |
msgstr "manuales"
|
298 |
|
299 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
300 |
msgid "and"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: adrotate-output.php:847
|
304 |
msgid "forums"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: adrotate-output.php:939
|
308 |
#, fuzzy
|
309 |
msgid "Help AdRotate Grow"
|
310 |
msgstr "Atascado con AdRotate? Yo te ayudaré!"
|
311 |
|
312 |
+
#: adrotate-output.php:940 adrotate.php:152
|
313 |
msgid "AdRotate Professional"
|
314 |
msgstr "AdRotate Profesional"
|
315 |
|
316 |
+
#: adrotate-output.php:947
|
317 |
msgid ""
|
318 |
"Many users only think to review AdRotate when something goes wrong while "
|
319 |
"thousands of people happily use AdRotate."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: adrotate-output.php:947
|
323 |
msgid "If you find AdRotate useful please leave your"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: adrotate-output.php:947
|
327 |
msgid "rating"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: adrotate-output.php:947
|
331 |
#, fuzzy
|
332 |
msgid "review"
|
333 |
msgstr "Revise el anuncio aquí:"
|
334 |
|
335 |
+
#: adrotate-output.php:947
|
336 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: adrotate-output.php:948
|
340 |
msgid ""
|
341 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
342 |
"AdRotate Pro."
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: adrotate-output.php:948
|
346 |
msgid "Includes premium support and free updates!"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: adrotate-output.php:948
|
350 |
#, fuzzy
|
351 |
msgid "Get started today"
|
352 |
msgstr "Obtenga más funciones con AdRotate Pro"
|
1219 |
#: dashboard/publisher/adverts-edit.php:209
|
1220 |
#: dashboard/publisher/adverts-edit.php:407
|
1221 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1222 |
#: dashboard/publisher/groups-edit.php:285
|
1223 |
msgid "Widget"
|
1224 |
msgstr ""
|
1910 |
msgid "Disabled"
|
1911 |
msgstr "Desactivado"
|
1912 |
|
1913 |
+
#: dashboard/publisher/groups-edit.php:205
|
1914 |
+
#: dashboard/publisher/groups-edit.php:245
|
1915 |
+
#, fuzzy
|
1916 |
+
msgid "Widget (Pro only)"
|
1917 |
+
msgstr "AdRotate Pro"
|
1918 |
+
|
1919 |
#: dashboard/publisher/groups-edit.php:206
|
1920 |
#: dashboard/publisher/groups-edit.php:246
|
1921 |
msgid "Before content"
|
2671 |
#: dashboard/settings/maintenance.php:31
|
2672 |
#, fuzzy
|
2673 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2674 |
+
msgid "Delete stats older than 365 days."
|
2675 |
msgstr "Borrar las estadísticas de más de 356 días (Opcional)."
|
2676 |
|
2677 |
#: dashboard/settings/maintenance.php:32
|
3938 |
#~ msgid "Weight:"
|
3939 |
#~ msgstr "Prioridad:"
|
3940 |
|
|
|
|
|
|
|
|
|
3941 |
#~ msgid "Sortorder:"
|
3942 |
#~ msgstr "Clasificación normal:"
|
3943 |
|
language/adrotate-fr_FR.mo
CHANGED
Binary file
|
language/adrotate-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate 3.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -17,112 +17,112 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Aucun fichier n'a été trouvé"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Le dossier n'a pas été trouvé ou n'est pas accessible"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Publicité(s) supprimée(s)"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Groupe supprimé"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Statistiques de la publicité/des publicités ont été mises à zéro"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "publicité(s) renouvellée(s)"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Publicité(s) désactivée(s)"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Publicité(s) activée(s)"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Le gruop ainsi que ses publicités ont été supprimés"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Publicité créée"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: adrotate-functions.php:
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Paramètres sauvegardés"
|
78 |
|
79 |
-
#: adrotate-functions.php:
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de données optimisée"
|
82 |
|
83 |
-
#: adrotate-functions.php:
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de données réparée"
|
86 |
|
87 |
-
#: adrotate-functions.php:
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr ""
|
90 |
"Publicités évalués et les statuts ont été corrigées si c'était nécessaire"
|
91 |
|
92 |
-
#: adrotate-functions.php:
|
93 |
#, fuzzy
|
94 |
#| msgid "Clean-up Database"
|
95 |
msgid "Cleanup complete"
|
96 |
msgstr "Nettoyer la base de données"
|
97 |
|
98 |
-
#: adrotate-functions.php:
|
99 |
msgid "Action prohibited"
|
100 |
msgstr "Action interdite"
|
101 |
|
102 |
-
#: adrotate-functions.php:
|
103 |
msgid ""
|
104 |
"The ad was saved but has an issue which might prevent it from working "
|
105 |
"properly. Review the colored ad."
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr ""
|
115 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
116 |
|
117 |
-
#: adrotate-functions.php:
|
118 |
msgid "Form can not be (partially) empty!"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: adrotate-functions.php:
|
122 |
msgid "No ads found."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: adrotate-functions.php:
|
126 |
msgid "Unexpected error"
|
127 |
msgstr ""
|
128 |
|
@@ -130,11 +130,11 @@ msgstr ""
|
|
130 |
msgid "AdRotate Advertiser"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: adrotate-output.php:
|
134 |
msgid "Oh no! Something went wrong!"
|
135 |
msgstr "Oh no! Un problème est survenu!"
|
136 |
|
137 |
-
#: adrotate-output.php:
|
138 |
msgid ""
|
139 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
140 |
"Verify if the url used is valid or log in via your browser."
|
@@ -143,17 +143,17 @@ msgstr ""
|
|
143 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
144 |
"votre navigateur."
|
145 |
|
146 |
-
#: adrotate-output.php:
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
150 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
151 |
|
152 |
-
#: adrotate-output.php:
|
153 |
msgid "Contact support if the issue persists:"
|
154 |
msgstr "Contactez le support si le soucis persiste :"
|
155 |
|
156 |
-
#: adrotate-output.php:
|
157 |
msgid ""
|
158 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
159 |
"restrictions or does not exist!"
|
@@ -161,7 +161,7 @@ msgstr ""
|
|
161 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
162 |
"horaires/géographiques ou n'existe pas!"
|
163 |
|
164 |
-
#: adrotate-output.php:
|
165 |
msgid ""
|
166 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
167 |
"restrictions!"
|
@@ -169,7 +169,7 @@ msgstr ""
|
|
169 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
170 |
"horaires/géographiques!"
|
171 |
|
172 |
-
#: adrotate-output.php:
|
173 |
msgid ""
|
174 |
"Either there are no banners, they are disabled or none qualified for this "
|
175 |
"location!"
|
@@ -177,19 +177,19 @@ msgstr ""
|
|
177 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
178 |
"cet endroit!"
|
179 |
|
180 |
-
#: adrotate-output.php:
|
181 |
msgid "Error, no Ad ID set! Check your syntax!"
|
182 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
|
183 |
|
184 |
-
#: adrotate-output.php:
|
185 |
msgid "Error, no group ID set! Check your syntax!"
|
186 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
187 |
|
188 |
-
#: adrotate-output.php:
|
189 |
msgid "Error, group does not exist! Check your syntax!"
|
190 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
191 |
|
192 |
-
#: adrotate-output.php:
|
193 |
msgid ""
|
194 |
"There was an error locating the database tables for AdRotate. Please "
|
195 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -198,158 +198,158 @@ msgstr ""
|
|
198 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
|
199 |
"extensions. "
|
200 |
|
201 |
-
#: adrotate-output.php:
|
202 |
msgid "If this does not solve the issue please seek support at"
|
203 |
msgstr ""
|
204 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
205 |
"support à"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "An unknown error occured."
|
209 |
msgstr "Une erreur inconnue s'est produite."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid "Check adverts"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: adrotate-output.php:
|
216 |
msgid ""
|
217 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
218 |
"site!"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: adrotate-output.php:
|
222 |
#, fuzzy
|
223 |
#| msgid "W3 Total Caching"
|
224 |
msgid "Disable W3 Total Cache Support"
|
225 |
msgstr "W3 Total Caching"
|
226 |
|
227 |
-
#: adrotate-output.php:
|
228 |
msgid ""
|
229 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
230 |
"not set."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid "How to configure W3 Total Cache"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: adrotate-output.php:
|
238 |
msgid ""
|
239 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid "Disable Borlabs Cache Support"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: adrotate-output.php:
|
247 |
msgid ""
|
248 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "Enable Fragment Caching"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: adrotate-output.php:
|
260 |
#, fuzzy
|
261 |
#| msgid "Banner folder:"
|
262 |
msgid "Set up your banner folder"
|
263 |
msgstr "Dossier de bannières :"
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
msgid "your attention:"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: adrotate-output.php:
|
270 |
#: dashboard/publisher/schedules-main.php:13
|
271 |
#, fuzzy
|
272 |
#| msgid "AdRotate Pro"
|
273 |
msgid "Get AdRotate Pro"
|
274 |
msgstr "AdRotate Pro"
|
275 |
|
276 |
-
#: adrotate-output.php:
|
277 |
msgid ""
|
278 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
279 |
"Schedules and more..."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: adrotate-output.php:
|
283 |
#, php-format
|
284 |
msgid ""
|
285 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: adrotate-output.php:
|
289 |
msgid "Thank you for your support!"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: adrotate-output.php:
|
293 |
msgid ""
|
294 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
295 |
"menu. If you need help getting started take a look at the"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "manuals"
|
300 |
msgstr "manuels"
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
msgid "and"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: adrotate-output.php:
|
307 |
msgid "forums"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
#, fuzzy
|
312 |
msgid "Help AdRotate Grow"
|
313 |
msgstr "AdRotate Pro"
|
314 |
|
315 |
-
#: adrotate-output.php:
|
316 |
msgid "AdRotate Professional"
|
317 |
msgstr "AdRotate professionel"
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
msgid ""
|
321 |
"Many users only think to review AdRotate when something goes wrong while "
|
322 |
"thousands of people happily use AdRotate."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: adrotate-output.php:
|
326 |
msgid "If you find AdRotate useful please leave your"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "rating"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
#, fuzzy
|
335 |
msgid "review"
|
336 |
msgstr "En avant-première"
|
337 |
|
338 |
-
#: adrotate-output.php:
|
339 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid ""
|
344 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
345 |
"AdRotate Pro."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: adrotate-output.php:
|
349 |
msgid "Includes premium support and free updates!"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: adrotate-output.php:
|
353 |
#, fuzzy
|
354 |
#| msgid "AdRotate Pro"
|
355 |
msgid "Get started today"
|
@@ -1222,8 +1222,6 @@ msgstr "Usage"
|
|
1222 |
#: dashboard/publisher/adverts-edit.php:209
|
1223 |
#: dashboard/publisher/adverts-edit.php:407
|
1224 |
#: dashboard/publisher/groups-edit.php:136
|
1225 |
-
#: dashboard/publisher/groups-edit.php:205
|
1226 |
-
#: dashboard/publisher/groups-edit.php:245
|
1227 |
#: dashboard/publisher/groups-edit.php:285
|
1228 |
msgid "Widget"
|
1229 |
msgstr ""
|
@@ -1903,6 +1901,12 @@ msgstr ""
|
|
1903 |
msgid "Disabled"
|
1904 |
msgstr "Désactivé"
|
1905 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1906 |
#: dashboard/publisher/groups-edit.php:206
|
1907 |
#: dashboard/publisher/groups-edit.php:246
|
1908 |
msgid "Before content"
|
@@ -2641,7 +2645,7 @@ msgstr ""
|
|
2641 |
#: dashboard/settings/maintenance.php:31
|
2642 |
#, fuzzy
|
2643 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2644 |
-
msgid "Delete stats older than
|
2645 |
msgstr "Supprimer les statistiques de plus de 365 jours (optionel)."
|
2646 |
|
2647 |
#: dashboard/settings/maintenance.php:32
|
@@ -3812,10 +3816,6 @@ msgstr ""
|
|
3812 |
#~ msgid "Weight:"
|
3813 |
#~ msgstr "Importance"
|
3814 |
|
3815 |
-
#, fuzzy
|
3816 |
-
#~ msgid "AdRotate Pro only"
|
3817 |
-
#~ msgstr "AdRotate Pro"
|
3818 |
-
|
3819 |
#~ msgid "Sortorder:"
|
3820 |
#~ msgstr "Ordre de tri :"
|
3821 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate 3.10.8\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
|
9 |
"Language: fr_FR\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr "Aucun fichier n'a été trouvé"
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Le dossier n'a pas été trouvé ou n'est pas accessible"
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Publicité(s) supprimée(s)"
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Groupe supprimé"
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Statistiques de la publicité/des publicités ont été mises à zéro"
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "publicité(s) renouvellée(s)"
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Publicité(s) désactivée(s)"
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Publicité(s) activée(s)"
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Le gruop ainsi que ses publicités ont été supprimés"
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "Publicité créée"
|
68 |
|
69 |
+
#: adrotate-functions.php:797
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: adrotate-functions.php:802
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Paramètres sauvegardés"
|
78 |
|
79 |
+
#: adrotate-functions.php:806
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Base de données optimisée"
|
82 |
|
83 |
+
#: adrotate-functions.php:810
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Base de données réparée"
|
86 |
|
87 |
+
#: adrotate-functions.php:814
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr ""
|
90 |
"Publicités évalués et les statuts ont été corrigées si c'était nécessaire"
|
91 |
|
92 |
+
#: adrotate-functions.php:818
|
93 |
#, fuzzy
|
94 |
#| msgid "Clean-up Database"
|
95 |
msgid "Cleanup complete"
|
96 |
msgstr "Nettoyer la base de données"
|
97 |
|
98 |
+
#: adrotate-functions.php:823
|
99 |
msgid "Action prohibited"
|
100 |
msgstr "Action interdite"
|
101 |
|
102 |
+
#: adrotate-functions.php:827
|
103 |
msgid ""
|
104 |
"The ad was saved but has an issue which might prevent it from working "
|
105 |
"properly. Review the colored ad."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: adrotate-functions.php:831
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Aucune donnée n'a été trouvée dans la période sélectionnée"
|
111 |
|
112 |
+
#: adrotate-functions.php:835
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr ""
|
115 |
"La base de données peut être optimisée ou nettoyée une fois toutes les heures"
|
116 |
|
117 |
+
#: adrotate-functions.php:839
|
118 |
msgid "Form can not be (partially) empty!"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: adrotate-functions.php:843
|
122 |
msgid "No ads found."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: adrotate-functions.php:847
|
126 |
msgid "Unexpected error"
|
127 |
msgstr ""
|
128 |
|
130 |
msgid "AdRotate Advertiser"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: adrotate-output.php:626
|
134 |
msgid "Oh no! Something went wrong!"
|
135 |
msgstr "Oh no! Un problème est survenu!"
|
136 |
|
137 |
+
#: adrotate-output.php:627
|
138 |
msgid ""
|
139 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
140 |
"Verify if the url used is valid or log in via your browser."
|
143 |
"Veuillez vérifier que le lien utilisé est bien valide, ou connectez-vous via "
|
144 |
"votre navigateur."
|
145 |
|
146 |
+
#: adrotate-output.php:628
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
150 |
msgstr "Si vous avez reçu ce lien par email, vous avez été dupés!"
|
151 |
|
152 |
+
#: adrotate-output.php:629
|
153 |
msgid "Contact support if the issue persists:"
|
154 |
msgstr "Contactez le support si le soucis persiste :"
|
155 |
|
156 |
+
#: adrotate-output.php:644
|
157 |
msgid ""
|
158 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
159 |
"restrictions or does not exist!"
|
161 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
162 |
"horaires/géographiques ou n'existe pas!"
|
163 |
|
164 |
+
#: adrotate-output.php:646
|
165 |
msgid ""
|
166 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
167 |
"restrictions!"
|
169 |
"Erreur, la pub n'est pas disponible en ce moment en raison de restrictions "
|
170 |
"horaires/géographiques!"
|
171 |
|
172 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
173 |
msgid ""
|
174 |
"Either there are no banners, they are disabled or none qualified for this "
|
175 |
"location!"
|
177 |
"Soit il n'y a pas de bannières, ils sont desactivées ou pas qualifiées pour "
|
178 |
"cet endroit!"
|
179 |
|
180 |
+
#: adrotate-output.php:661
|
181 |
msgid "Error, no Ad ID set! Check your syntax!"
|
182 |
msgstr "Erreur, aucun identifiant de pub n'a été mis! Vérifiez votre syntaxe."
|
183 |
|
184 |
+
#: adrotate-output.php:667
|
185 |
msgid "Error, no group ID set! Check your syntax!"
|
186 |
msgstr "Erreur: aucun ID de groupe n'est mis en place! Vérifiez votre syntaxe!"
|
187 |
|
188 |
+
#: adrotate-output.php:672
|
189 |
msgid "Error, group does not exist! Check your syntax!"
|
190 |
msgstr "Erreur, le groupe n'existe pas! Vérifiez votre syntaxe!"
|
191 |
|
192 |
+
#: adrotate-output.php:678
|
193 |
msgid ""
|
194 |
"There was an error locating the database tables for AdRotate. Please "
|
195 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
198 |
"besoin. Veuillez désactiver et ré-activer AdRotate de la page des "
|
199 |
"extensions. "
|
200 |
|
201 |
+
#: adrotate-output.php:678
|
202 |
msgid "If this does not solve the issue please seek support at"
|
203 |
msgstr ""
|
204 |
"Si les instructions ne résoudent pas le soucis, veuillez contacter le "
|
205 |
"support à"
|
206 |
|
207 |
+
#: adrotate-output.php:684
|
208 |
msgid "An unknown error occured."
|
209 |
msgstr "Une erreur inconnue s'est produite."
|
210 |
|
211 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
212 |
msgid "Check adverts"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: adrotate-output.php:716
|
216 |
msgid ""
|
217 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
218 |
"site!"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: adrotate-output.php:716
|
222 |
#, fuzzy
|
223 |
#| msgid "W3 Total Caching"
|
224 |
msgid "Disable W3 Total Cache Support"
|
225 |
msgstr "W3 Total Caching"
|
226 |
|
227 |
+
#: adrotate-output.php:719
|
228 |
msgid ""
|
229 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
230 |
"not set."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adrotate-output.php:719
|
234 |
msgid "How to configure W3 Total Cache"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: adrotate-output.php:723
|
238 |
msgid ""
|
239 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: adrotate-output.php:723
|
243 |
msgid "Disable Borlabs Cache Support"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: adrotate-output.php:731
|
247 |
msgid ""
|
248 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:731
|
252 |
msgid "Enable Fragment Caching"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: adrotate-output.php:737
|
256 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: adrotate-output.php:737
|
260 |
#, fuzzy
|
261 |
#| msgid "Banner folder:"
|
262 |
msgid "Set up your banner folder"
|
263 |
msgstr "Dossier de bannières :"
|
264 |
|
265 |
+
#: adrotate-output.php:757
|
266 |
msgid "your attention:"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: adrotate-output.php:778 adrotate.php:447
|
270 |
#: dashboard/publisher/schedules-main.php:13
|
271 |
#, fuzzy
|
272 |
#| msgid "AdRotate Pro"
|
273 |
msgid "Get AdRotate Pro"
|
274 |
msgstr "AdRotate Pro"
|
275 |
|
276 |
+
#: adrotate-output.php:779
|
277 |
msgid ""
|
278 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
279 |
"Schedules and more..."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: adrotate-output.php:779
|
283 |
#, php-format
|
284 |
msgid ""
|
285 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: adrotate-output.php:779
|
289 |
msgid "Thank you for your support!"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: adrotate-output.php:847
|
293 |
msgid ""
|
294 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
295 |
"menu. If you need help getting started take a look at the"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: adrotate-output.php:847
|
299 |
msgid "manuals"
|
300 |
msgstr "manuels"
|
301 |
|
302 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
303 |
msgid "and"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: adrotate-output.php:847
|
307 |
msgid "forums"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: adrotate-output.php:939
|
311 |
#, fuzzy
|
312 |
msgid "Help AdRotate Grow"
|
313 |
msgstr "AdRotate Pro"
|
314 |
|
315 |
+
#: adrotate-output.php:940 adrotate.php:152
|
316 |
msgid "AdRotate Professional"
|
317 |
msgstr "AdRotate professionel"
|
318 |
|
319 |
+
#: adrotate-output.php:947
|
320 |
msgid ""
|
321 |
"Many users only think to review AdRotate when something goes wrong while "
|
322 |
"thousands of people happily use AdRotate."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: adrotate-output.php:947
|
326 |
msgid "If you find AdRotate useful please leave your"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-output.php:947
|
330 |
msgid "rating"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:947
|
334 |
#, fuzzy
|
335 |
msgid "review"
|
336 |
msgstr "En avant-première"
|
337 |
|
338 |
+
#: adrotate-output.php:947
|
339 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: adrotate-output.php:948
|
343 |
msgid ""
|
344 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
345 |
"AdRotate Pro."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: adrotate-output.php:948
|
349 |
msgid "Includes premium support and free updates!"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: adrotate-output.php:948
|
353 |
#, fuzzy
|
354 |
#| msgid "AdRotate Pro"
|
355 |
msgid "Get started today"
|
1222 |
#: dashboard/publisher/adverts-edit.php:209
|
1223 |
#: dashboard/publisher/adverts-edit.php:407
|
1224 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1225 |
#: dashboard/publisher/groups-edit.php:285
|
1226 |
msgid "Widget"
|
1227 |
msgstr ""
|
1901 |
msgid "Disabled"
|
1902 |
msgstr "Désactivé"
|
1903 |
|
1904 |
+
#: dashboard/publisher/groups-edit.php:205
|
1905 |
+
#: dashboard/publisher/groups-edit.php:245
|
1906 |
+
#, fuzzy
|
1907 |
+
msgid "Widget (Pro only)"
|
1908 |
+
msgstr "AdRotate Pro"
|
1909 |
+
|
1910 |
#: dashboard/publisher/groups-edit.php:206
|
1911 |
#: dashboard/publisher/groups-edit.php:246
|
1912 |
msgid "Before content"
|
2645 |
#: dashboard/settings/maintenance.php:31
|
2646 |
#, fuzzy
|
2647 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2648 |
+
msgid "Delete stats older than 365 days."
|
2649 |
msgstr "Supprimer les statistiques de plus de 365 jours (optionel)."
|
2650 |
|
2651 |
#: dashboard/settings/maintenance.php:32
|
3816 |
#~ msgid "Weight:"
|
3817 |
#~ msgstr "Importance"
|
3818 |
|
|
|
|
|
|
|
|
|
3819 |
#~ msgid "Sortorder:"
|
3820 |
#~ msgstr "Ordre de tri :"
|
3821 |
|
language/adrotate-id_ID.mo
CHANGED
Binary file
|
language/adrotate-id_ID.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id_ID\n"
|
@@ -17,87 +17,87 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Tidak ada file yang ditemukan"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder tidak ditemukan atau tidak dapat diakses"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr "iklan tersimpan"
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr "kelompok disimpan"
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Iklan (s) dihapus"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "kelompok dihapus"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Iklan (s) statistik ulang"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Iklan (s) baru"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Iklan (s) dinonaktifkan"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Iklan (s) diaktifkan"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Kelompok termasuk itu iklan dihapus"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
msgid "Export created"
|
66 |
msgstr "ekspor dibuat"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Settings saved"
|
76 |
msgstr "pengaturan disimpan"
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database optimized"
|
80 |
msgstr "database dioptimalkan"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database repaired"
|
84 |
msgstr "database diperbaiki"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Iklan dievaluasi dan status telah diperbaiki di mana diperlukan"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Clean-up database"
|
95 |
|
96 |
-
#: adrotate-functions.php:
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "aksi dilarang"
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
@@ -105,23 +105,23 @@ msgstr ""
|
|
105 |
"iklan itu disimpan tapi memiliki masalah yang mungkin mencegah dari bekerja "
|
106 |
"dengan baik. Tinjau iklan berwarna."
|
107 |
|
108 |
-
#: adrotate-functions.php:
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Tidak ada data pada periode waktu yang dipilih"
|
111 |
|
112 |
-
#: adrotate-functions.php:
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr "Database hanya dapat dioptimalkan atau dibersihkan sekali setiap jam"
|
115 |
|
116 |
-
#: adrotate-functions.php:
|
117 |
msgid "Form can not be (partially) empty!"
|
118 |
msgstr "Form tidak bisa (sebagian) kosong!"
|
119 |
|
120 |
-
#: adrotate-functions.php:
|
121 |
msgid "No ads found."
|
122 |
msgstr "Tidak ada iklan yang ditemukan."
|
123 |
|
124 |
-
#: adrotate-functions.php:
|
125 |
msgid "Unexpected error"
|
126 |
msgstr "Kesalahan tak terduga"
|
127 |
|
@@ -129,11 +129,11 @@ msgstr "Kesalahan tak terduga"
|
|
129 |
msgid "AdRotate Advertiser"
|
130 |
msgstr "AdRotate Pengiklan"
|
131 |
|
132 |
-
#: adrotate-output.php:
|
133 |
msgid "Oh no! Something went wrong!"
|
134 |
msgstr "Oh tidak! Ada yang salah!"
|
135 |
|
136 |
-
#: adrotate-output.php:
|
137 |
msgid ""
|
138 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
139 |
"Verify if the url used is valid or log in via your browser."
|
@@ -142,7 +142,7 @@ msgstr ""
|
|
142 |
"Periksa apakah url yang digunakan adalah valid atau masuk melalui browser "
|
143 |
"Anda."
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
msgid ""
|
147 |
"If you have received the url you want to visit via email, you are being "
|
148 |
"tricked!"
|
@@ -150,11 +150,11 @@ msgstr ""
|
|
150 |
"Jika Anda telah menerima url yang ingin Anda kunjungi melalui email, Anda "
|
151 |
"sedang ditipu!"
|
152 |
|
153 |
-
#: adrotate-output.php:
|
154 |
msgid "Contact support if the issue persists:"
|
155 |
msgstr "Hubungi dukungan jika masalah terus berlanjut:"
|
156 |
|
157 |
-
#: adrotate-output.php:
|
158 |
msgid ""
|
159 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
160 |
"restrictions or does not exist!"
|
@@ -162,7 +162,7 @@ msgstr ""
|
|
162 |
"Kesalahan, Iklan tidak tersedia pada saat ini karena jadwal pembatasan / "
|
163 |
"geolocation atau tidak ada!"
|
164 |
|
165 |
-
#: adrotate-output.php:
|
166 |
msgid ""
|
167 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
168 |
"restrictions!"
|
@@ -170,7 +170,7 @@ msgstr ""
|
|
170 |
"Kesalahan, Iklan tidak tersedia pada saat ini karena jadwal pembatasan / "
|
171 |
"geolocation!"
|
172 |
|
173 |
-
#: adrotate-output.php:
|
174 |
msgid ""
|
175 |
"Either there are no banners, they are disabled or none qualified for this "
|
176 |
"location!"
|
@@ -178,19 +178,19 @@ msgstr ""
|
|
178 |
"Entah ada spanduk, mereka dinonaktifkan atau tidak memenuhi syarat untuk "
|
179 |
"lokasi ini!"
|
180 |
|
181 |
-
#: adrotate-output.php:
|
182 |
msgid "Error, no Ad ID set! Check your syntax!"
|
183 |
msgstr "Kesalahan, tidak ada ID Iklan set! Memeriksa sintaks Anda!"
|
184 |
|
185 |
-
#: adrotate-output.php:
|
186 |
msgid "Error, no group ID set! Check your syntax!"
|
187 |
msgstr "Kesalahan, tidak ada ID kelompok ditetapkan! Memeriksa sintaks Anda!"
|
188 |
|
189 |
-
#: adrotate-output.php:
|
190 |
msgid "Error, group does not exist! Check your syntax!"
|
191 |
msgstr "Kesalahan, kelompok tidak ada! Memeriksa sintaks Anda!"
|
192 |
|
193 |
-
#: adrotate-output.php:
|
194 |
msgid ""
|
195 |
"There was an error locating the database tables for AdRotate. Please "
|
196 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -198,19 +198,19 @@ msgstr ""
|
|
198 |
"Ada kesalahan menemukan tabel database untuk AdRotate. Harap menonaktifkan "
|
199 |
"dan mengaktifkan kembali AdRotate dari halaman Plugin !!"
|
200 |
|
201 |
-
#: adrotate-output.php:
|
202 |
msgid "If this does not solve the issue please seek support at"
|
203 |
msgstr "Jika ini tidak memecahkan masalah silahkan mencari dukungan di"
|
204 |
|
205 |
-
#: adrotate-output.php:
|
206 |
msgid "An unknown error occured."
|
207 |
msgstr "Terjadi kesalahan tak dikenal."
|
208 |
|
209 |
-
#: adrotate-output.php:
|
210 |
msgid "Check adverts"
|
211 |
msgstr "periksa iklan"
|
212 |
|
213 |
-
#: adrotate-output.php:
|
214 |
#, fuzzy
|
215 |
#| msgid ""
|
216 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
@@ -222,13 +222,13 @@ msgstr ""
|
|
222 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
223 |
"di situs Anda!"
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
#, fuzzy
|
227 |
#| msgid "W3 Total Caching"
|
228 |
msgid "Disable W3 Total Cache Support"
|
229 |
msgstr "W3 Jumlah Caching"
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
msgid ""
|
233 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
234 |
"not set."
|
@@ -236,13 +236,13 @@ msgstr ""
|
|
236 |
"Anda memiliki mengaktifkan dukungan caching tetapi definisi "
|
237 |
"W3TC_DYNAMIC_SECURITY tidak diatur."
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
#, fuzzy
|
241 |
#| msgid "Set up W3 Total Caching"
|
242 |
msgid "How to configure W3 Total Cache"
|
243 |
msgstr "Mengatur W3 Jumlah Caching"
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
#, fuzzy
|
247 |
#| msgid ""
|
248 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
@@ -253,11 +253,11 @@ msgstr ""
|
|
253 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
254 |
"di situs Anda!"
|
255 |
|
256 |
-
#: adrotate-output.php:
|
257 |
msgid "Disable Borlabs Cache Support"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: adrotate-output.php:
|
261 |
#, fuzzy
|
262 |
#| msgid ""
|
263 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
@@ -268,38 +268,38 @@ msgstr ""
|
|
268 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
269 |
"di situs Anda!"
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
msgid "Enable Fragment Caching"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
277 |
msgstr "Anda folder AdRotate Banner tidak dapat ditulis atau tidak ada."
|
278 |
|
279 |
-
#: adrotate-output.php:
|
280 |
#, fuzzy
|
281 |
#| msgid "Where are your banner ads?"
|
282 |
msgid "Set up your banner folder"
|
283 |
msgstr "Къде се намират вашите рекламни банери?"
|
284 |
|
285 |
-
#: adrotate-output.php:
|
286 |
msgid "your attention:"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
#: dashboard/publisher/schedules-main.php:13
|
291 |
#, fuzzy
|
292 |
#| msgid "AdRotate Pro"
|
293 |
msgid "Get AdRotate Pro"
|
294 |
msgstr "AdRotate Pro"
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
msgid ""
|
298 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
299 |
"Schedules and more..."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
#, php-format
|
304 |
msgid ""
|
305 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
@@ -307,13 +307,13 @@ msgstr ""
|
|
307 |
"Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
|
308 |
"lisensi AdRotate!"
|
309 |
|
310 |
-
#: adrotate-output.php:
|
311 |
#, fuzzy
|
312 |
#| msgid "Thank you for your purchase!"
|
313 |
msgid "Thank you for your support!"
|
314 |
msgstr "Terima kasih atas pembelian Anda!"
|
315 |
|
316 |
-
#: adrotate-output.php:
|
317 |
msgid ""
|
318 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
319 |
"menu. If you need help getting started take a look at the"
|
@@ -321,27 +321,27 @@ msgstr ""
|
|
321 |
"Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
|
322 |
"menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
msgid "manuals"
|
326 |
msgstr "manual"
|
327 |
|
328 |
-
#: adrotate-output.php:
|
329 |
msgid "and"
|
330 |
msgstr "dan"
|
331 |
|
332 |
-
#: adrotate-output.php:
|
333 |
msgid "forums"
|
334 |
msgstr "forum"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "Help AdRotate Grow"
|
338 |
msgstr "Помогнете за развитието на AdRotate"
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
msgid "AdRotate Professional"
|
342 |
msgstr "AdRotate profesional"
|
343 |
|
344 |
-
#: adrotate-output.php:
|
345 |
msgid ""
|
346 |
"Many users only think to review AdRotate when something goes wrong while "
|
347 |
"thousands of people happily use AdRotate."
|
@@ -350,36 +350,36 @@ msgstr ""
|
|
350 |
"berjalan salah sementara ribuan orang dengan senang hati menggunakan "
|
351 |
"AdRotate."
|
352 |
|
353 |
-
#: adrotate-output.php:
|
354 |
msgid "If you find AdRotate useful please leave your"
|
355 |
msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
|
356 |
|
357 |
-
#: adrotate-output.php:
|
358 |
msgid "rating"
|
359 |
msgstr "penilaian"
|
360 |
|
361 |
-
#: adrotate-output.php:
|
362 |
msgid "review"
|
363 |
msgstr "ulasan"
|
364 |
|
365 |
-
#: adrotate-output.php:
|
366 |
#, fuzzy
|
367 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
368 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
369 |
msgstr ""
|
370 |
"di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
|
371 |
|
372 |
-
#: adrotate-output.php:
|
373 |
msgid ""
|
374 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
375 |
"AdRotate Pro."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: adrotate-output.php:
|
379 |
msgid "Includes premium support and free updates!"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: adrotate-output.php:
|
383 |
#, fuzzy
|
384 |
#| msgid "Getting Started With AdRotate"
|
385 |
msgid "Get started today"
|
@@ -1297,8 +1297,6 @@ msgstr "Pemakaian"
|
|
1297 |
#: dashboard/publisher/adverts-edit.php:209
|
1298 |
#: dashboard/publisher/adverts-edit.php:407
|
1299 |
#: dashboard/publisher/groups-edit.php:136
|
1300 |
-
#: dashboard/publisher/groups-edit.php:205
|
1301 |
-
#: dashboard/publisher/groups-edit.php:245
|
1302 |
#: dashboard/publisher/groups-edit.php:285
|
1303 |
msgid "Widget"
|
1304 |
msgstr "widget"
|
@@ -2005,6 +2003,13 @@ msgstr "Menyiapkan dukungan mobile dan menggunakan Geo Target di AdRotate Pro"
|
|
2005 |
msgid "Disabled"
|
2006 |
msgstr "Cacat"
|
2007 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008 |
#: dashboard/publisher/groups-edit.php:206
|
2009 |
#: dashboard/publisher/groups-edit.php:246
|
2010 |
msgid "Before content"
|
@@ -2804,7 +2809,7 @@ msgstr ""
|
|
2804 |
#: dashboard/settings/maintenance.php:31
|
2805 |
#, fuzzy
|
2806 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2807 |
-
msgid "Delete stats older than
|
2808 |
msgstr "Hapus statistik lebih tua dari 356 hari (Opsional)."
|
2809 |
|
2810 |
#: dashboard/settings/maintenance.php:32
|
@@ -4314,9 +4319,6 @@ msgstr ""
|
|
4314 |
#~ msgid "Weight:"
|
4315 |
#~ msgstr "Тежест:"
|
4316 |
|
4317 |
-
#~ msgid "AdRotate Pro only"
|
4318 |
-
#~ msgstr "Само AdRotate Pro"
|
4319 |
-
|
4320 |
#~ msgid "Sortorder:"
|
4321 |
#~ msgstr "Сортиране:"
|
4322 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: ChameleonJohn.com <jordan.silaen@chameleonjohn.com>\n"
|
9 |
"Language: id_ID\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr "Tidak ada file yang ditemukan"
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder tidak ditemukan atau tidak dapat diakses"
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr "iklan tersimpan"
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr "kelompok disimpan"
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Iklan (s) dihapus"
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr "kelompok dihapus"
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Iklan (s) statistik ulang"
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Iklan (s) baru"
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Iklan (s) dinonaktifkan"
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Iklan (s) diaktifkan"
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Kelompok termasuk itu iklan dihapus"
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
msgid "Export created"
|
66 |
msgstr "ekspor dibuat"
|
67 |
|
68 |
+
#: adrotate-functions.php:797
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: adrotate-functions.php:802
|
75 |
msgid "Settings saved"
|
76 |
msgstr "pengaturan disimpan"
|
77 |
|
78 |
+
#: adrotate-functions.php:806
|
79 |
msgid "Database optimized"
|
80 |
msgstr "database dioptimalkan"
|
81 |
|
82 |
+
#: adrotate-functions.php:810
|
83 |
msgid "Database repaired"
|
84 |
msgstr "database diperbaiki"
|
85 |
|
86 |
+
#: adrotate-functions.php:814
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Iklan dievaluasi dan status telah diperbaiki di mana diperlukan"
|
89 |
|
90 |
+
#: adrotate-functions.php:818
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Clean-up database"
|
95 |
|
96 |
+
#: adrotate-functions.php:823
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "aksi dilarang"
|
99 |
|
100 |
+
#: adrotate-functions.php:827
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
105 |
"iklan itu disimpan tapi memiliki masalah yang mungkin mencegah dari bekerja "
|
106 |
"dengan baik. Tinjau iklan berwarna."
|
107 |
|
108 |
+
#: adrotate-functions.php:831
|
109 |
msgid "No data found in selected time period"
|
110 |
msgstr "Tidak ada data pada periode waktu yang dipilih"
|
111 |
|
112 |
+
#: adrotate-functions.php:835
|
113 |
msgid "Database can only be optimized or cleaned once every hour"
|
114 |
msgstr "Database hanya dapat dioptimalkan atau dibersihkan sekali setiap jam"
|
115 |
|
116 |
+
#: adrotate-functions.php:839
|
117 |
msgid "Form can not be (partially) empty!"
|
118 |
msgstr "Form tidak bisa (sebagian) kosong!"
|
119 |
|
120 |
+
#: adrotate-functions.php:843
|
121 |
msgid "No ads found."
|
122 |
msgstr "Tidak ada iklan yang ditemukan."
|
123 |
|
124 |
+
#: adrotate-functions.php:847
|
125 |
msgid "Unexpected error"
|
126 |
msgstr "Kesalahan tak terduga"
|
127 |
|
129 |
msgid "AdRotate Advertiser"
|
130 |
msgstr "AdRotate Pengiklan"
|
131 |
|
132 |
+
#: adrotate-output.php:626
|
133 |
msgid "Oh no! Something went wrong!"
|
134 |
msgstr "Oh tidak! Ada yang salah!"
|
135 |
|
136 |
+
#: adrotate-output.php:627
|
137 |
msgid ""
|
138 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
139 |
"Verify if the url used is valid or log in via your browser."
|
142 |
"Periksa apakah url yang digunakan adalah valid atau masuk melalui browser "
|
143 |
"Anda."
|
144 |
|
145 |
+
#: adrotate-output.php:628
|
146 |
msgid ""
|
147 |
"If you have received the url you want to visit via email, you are being "
|
148 |
"tricked!"
|
150 |
"Jika Anda telah menerima url yang ingin Anda kunjungi melalui email, Anda "
|
151 |
"sedang ditipu!"
|
152 |
|
153 |
+
#: adrotate-output.php:629
|
154 |
msgid "Contact support if the issue persists:"
|
155 |
msgstr "Hubungi dukungan jika masalah terus berlanjut:"
|
156 |
|
157 |
+
#: adrotate-output.php:644
|
158 |
msgid ""
|
159 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
160 |
"restrictions or does not exist!"
|
162 |
"Kesalahan, Iklan tidak tersedia pada saat ini karena jadwal pembatasan / "
|
163 |
"geolocation atau tidak ada!"
|
164 |
|
165 |
+
#: adrotate-output.php:646
|
166 |
msgid ""
|
167 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
168 |
"restrictions!"
|
170 |
"Kesalahan, Iklan tidak tersedia pada saat ini karena jadwal pembatasan / "
|
171 |
"geolocation!"
|
172 |
|
173 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
174 |
msgid ""
|
175 |
"Either there are no banners, they are disabled or none qualified for this "
|
176 |
"location!"
|
178 |
"Entah ada spanduk, mereka dinonaktifkan atau tidak memenuhi syarat untuk "
|
179 |
"lokasi ini!"
|
180 |
|
181 |
+
#: adrotate-output.php:661
|
182 |
msgid "Error, no Ad ID set! Check your syntax!"
|
183 |
msgstr "Kesalahan, tidak ada ID Iklan set! Memeriksa sintaks Anda!"
|
184 |
|
185 |
+
#: adrotate-output.php:667
|
186 |
msgid "Error, no group ID set! Check your syntax!"
|
187 |
msgstr "Kesalahan, tidak ada ID kelompok ditetapkan! Memeriksa sintaks Anda!"
|
188 |
|
189 |
+
#: adrotate-output.php:672
|
190 |
msgid "Error, group does not exist! Check your syntax!"
|
191 |
msgstr "Kesalahan, kelompok tidak ada! Memeriksa sintaks Anda!"
|
192 |
|
193 |
+
#: adrotate-output.php:678
|
194 |
msgid ""
|
195 |
"There was an error locating the database tables for AdRotate. Please "
|
196 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
198 |
"Ada kesalahan menemukan tabel database untuk AdRotate. Harap menonaktifkan "
|
199 |
"dan mengaktifkan kembali AdRotate dari halaman Plugin !!"
|
200 |
|
201 |
+
#: adrotate-output.php:678
|
202 |
msgid "If this does not solve the issue please seek support at"
|
203 |
msgstr "Jika ini tidak memecahkan masalah silahkan mencari dukungan di"
|
204 |
|
205 |
+
#: adrotate-output.php:684
|
206 |
msgid "An unknown error occured."
|
207 |
msgstr "Terjadi kesalahan tak dikenal."
|
208 |
|
209 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
210 |
msgid "Check adverts"
|
211 |
msgstr "periksa iklan"
|
212 |
|
213 |
+
#: adrotate-output.php:716
|
214 |
#, fuzzy
|
215 |
#| msgid ""
|
216 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
222 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
223 |
"di situs Anda!"
|
224 |
|
225 |
+
#: adrotate-output.php:716
|
226 |
#, fuzzy
|
227 |
#| msgid "W3 Total Caching"
|
228 |
msgid "Disable W3 Total Cache Support"
|
229 |
msgstr "W3 Jumlah Caching"
|
230 |
|
231 |
+
#: adrotate-output.php:719
|
232 |
msgid ""
|
233 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
234 |
"not set."
|
236 |
"Anda memiliki mengaktifkan dukungan caching tetapi definisi "
|
237 |
"W3TC_DYNAMIC_SECURITY tidak diatur."
|
238 |
|
239 |
+
#: adrotate-output.php:719
|
240 |
#, fuzzy
|
241 |
#| msgid "Set up W3 Total Caching"
|
242 |
msgid "How to configure W3 Total Cache"
|
243 |
msgstr "Mengatur W3 Jumlah Caching"
|
244 |
|
245 |
+
#: adrotate-output.php:723
|
246 |
#, fuzzy
|
247 |
#| msgid ""
|
248 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
253 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
254 |
"di situs Anda!"
|
255 |
|
256 |
+
#: adrotate-output.php:723
|
257 |
msgid "Disable Borlabs Cache Support"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: adrotate-output.php:731
|
261 |
#, fuzzy
|
262 |
#| msgid ""
|
263 |
#| "You have enable caching support but W3 Total Cache is not active on your "
|
268 |
"Anda memiliki mengaktifkan dukungan caching tapi W3 Total Cache tidak aktif "
|
269 |
"di situs Anda!"
|
270 |
|
271 |
+
#: adrotate-output.php:731
|
272 |
msgid "Enable Fragment Caching"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: adrotate-output.php:737
|
276 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
277 |
msgstr "Anda folder AdRotate Banner tidak dapat ditulis atau tidak ada."
|
278 |
|
279 |
+
#: adrotate-output.php:737
|
280 |
#, fuzzy
|
281 |
#| msgid "Where are your banner ads?"
|
282 |
msgid "Set up your banner folder"
|
283 |
msgstr "Къде се намират вашите рекламни банери?"
|
284 |
|
285 |
+
#: adrotate-output.php:757
|
286 |
msgid "your attention:"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:778 adrotate.php:447
|
290 |
#: dashboard/publisher/schedules-main.php:13
|
291 |
#, fuzzy
|
292 |
#| msgid "AdRotate Pro"
|
293 |
msgid "Get AdRotate Pro"
|
294 |
msgstr "AdRotate Pro"
|
295 |
|
296 |
+
#: adrotate-output.php:779
|
297 |
msgid ""
|
298 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
299 |
"Schedules and more..."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: adrotate-output.php:779
|
303 |
#, php-format
|
304 |
msgid ""
|
305 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
307 |
"Gunakan kode diskon <b> getadrotatepro </ b> untuk 10% off pada setiap "
|
308 |
"lisensi AdRotate!"
|
309 |
|
310 |
+
#: adrotate-output.php:779
|
311 |
#, fuzzy
|
312 |
#| msgid "Thank you for your purchase!"
|
313 |
msgid "Thank you for your support!"
|
314 |
msgstr "Terima kasih atas pembelian Anda!"
|
315 |
|
316 |
+
#: adrotate-output.php:847
|
317 |
msgid ""
|
318 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
319 |
"menu. If you need help getting started take a look at the"
|
321 |
"Terima kasih telah memilih AdRotate. Semuanya terkait dengan AdRotate dalam "
|
322 |
"menu ini. Jika Anda memerlukan bantuan mendapatkan mulai melihat pada"
|
323 |
|
324 |
+
#: adrotate-output.php:847
|
325 |
msgid "manuals"
|
326 |
msgstr "manual"
|
327 |
|
328 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
329 |
msgid "and"
|
330 |
msgstr "dan"
|
331 |
|
332 |
+
#: adrotate-output.php:847
|
333 |
msgid "forums"
|
334 |
msgstr "forum"
|
335 |
|
336 |
+
#: adrotate-output.php:939
|
337 |
msgid "Help AdRotate Grow"
|
338 |
msgstr "Помогнете за развитието на AdRotate"
|
339 |
|
340 |
+
#: adrotate-output.php:940 adrotate.php:152
|
341 |
msgid "AdRotate Professional"
|
342 |
msgstr "AdRotate profesional"
|
343 |
|
344 |
+
#: adrotate-output.php:947
|
345 |
msgid ""
|
346 |
"Many users only think to review AdRotate when something goes wrong while "
|
347 |
"thousands of people happily use AdRotate."
|
350 |
"berjalan salah sementara ribuan orang dengan senang hati menggunakan "
|
351 |
"AdRotate."
|
352 |
|
353 |
+
#: adrotate-output.php:947
|
354 |
msgid "If you find AdRotate useful please leave your"
|
355 |
msgstr "Jika Anda menemukan AdRotate berguna silakan tinggalkan Anda"
|
356 |
|
357 |
+
#: adrotate-output.php:947
|
358 |
msgid "rating"
|
359 |
msgstr "penilaian"
|
360 |
|
361 |
+
#: adrotate-output.php:947
|
362 |
msgid "review"
|
363 |
msgstr "ulasan"
|
364 |
|
365 |
+
#: adrotate-output.php:947
|
366 |
#, fuzzy
|
367 |
#| msgid "on WordPress.org to help AdRotate grow in a positive way"
|
368 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
369 |
msgstr ""
|
370 |
"di WordPress.org untuk membantu AdRotate tumbuh dengan cara yang positif"
|
371 |
|
372 |
+
#: adrotate-output.php:948
|
373 |
msgid ""
|
374 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
375 |
"AdRotate Pro."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: adrotate-output.php:948
|
379 |
msgid "Includes premium support and free updates!"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: adrotate-output.php:948
|
383 |
#, fuzzy
|
384 |
#| msgid "Getting Started With AdRotate"
|
385 |
msgid "Get started today"
|
1297 |
#: dashboard/publisher/adverts-edit.php:209
|
1298 |
#: dashboard/publisher/adverts-edit.php:407
|
1299 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1300 |
#: dashboard/publisher/groups-edit.php:285
|
1301 |
msgid "Widget"
|
1302 |
msgstr "widget"
|
2003 |
msgid "Disabled"
|
2004 |
msgstr "Cacat"
|
2005 |
|
2006 |
+
#: dashboard/publisher/groups-edit.php:205
|
2007 |
+
#: dashboard/publisher/groups-edit.php:245
|
2008 |
+
#, fuzzy
|
2009 |
+
#| msgid "AdRotate Pro only"
|
2010 |
+
msgid "Widget (Pro only)"
|
2011 |
+
msgstr "Само AdRotate Pro"
|
2012 |
+
|
2013 |
#: dashboard/publisher/groups-edit.php:206
|
2014 |
#: dashboard/publisher/groups-edit.php:246
|
2015 |
msgid "Before content"
|
2809 |
#: dashboard/settings/maintenance.php:31
|
2810 |
#, fuzzy
|
2811 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2812 |
+
msgid "Delete stats older than 365 days."
|
2813 |
msgstr "Hapus statistik lebih tua dari 356 hari (Opsional)."
|
2814 |
|
2815 |
#: dashboard/settings/maintenance.php:32
|
4319 |
#~ msgid "Weight:"
|
4320 |
#~ msgstr "Тежест:"
|
4321 |
|
|
|
|
|
|
|
4322 |
#~ msgid "Sortorder:"
|
4323 |
#~ msgstr "Сортиране:"
|
4324 |
|
language/adrotate-ja.mo
CHANGED
Binary file
|
language/adrotate-ja.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: ja_JP\n"
|
@@ -16,111 +16,111 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 2.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: adrotate-functions.php:
|
20 |
msgid "No files found"
|
21 |
msgstr "ファイルが見つかりません。"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "フォルダーが存在しないかアクセス出来ません。"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "広告削除"
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Group deleted"
|
41 |
msgstr "グループの削除"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "広告の統計情報初期化"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "広告の更新"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "広告の利用停止"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "広告の利用可能化"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "削除された広告がグループに含まれています。"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "エクスポートオプション"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Settings saved"
|
76 |
msgstr "設定を保存します。"
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database optimized"
|
80 |
msgstr "データベースの最適化"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database repaired"
|
84 |
msgstr "データベースの修復"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
#, fuzzy
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "広告"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "データベースのクリーンアップ"
|
96 |
|
97 |
-
#: adrotate-functions.php:
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "今の操作は禁止されました。"
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: adrotate-functions.php:
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "選ばれた期間が見つかりません。"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "データベースは、1時間ごとに最適化または洗浄することができます。"
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-functions.php:
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
@@ -128,11 +128,11 @@ msgstr ""
|
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: adrotate-output.php:
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: adrotate-output.php:
|
136 |
#, fuzzy
|
137 |
msgid ""
|
138 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
@@ -142,28 +142,28 @@ msgstr ""
|
|
142 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
143 |
"さい。英語ですが。"
|
144 |
|
145 |
-
#: adrotate-output.php:
|
146 |
#, fuzzy
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
150 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
151 |
|
152 |
-
#: adrotate-output.php:
|
153 |
#, fuzzy
|
154 |
msgid "Contact support if the issue persists:"
|
155 |
msgstr ""
|
156 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
157 |
"さい。"
|
158 |
|
159 |
-
#: adrotate-output.php:
|
160 |
#, fuzzy
|
161 |
msgid ""
|
162 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
163 |
"restrictions or does not exist!"
|
164 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
165 |
|
166 |
-
#: adrotate-output.php:
|
167 |
#, fuzzy
|
168 |
msgid ""
|
169 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
@@ -172,30 +172,30 @@ msgstr ""
|
|
172 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
173 |
"を再度保存してください!"
|
174 |
|
175 |
-
#: adrotate-output.php:
|
176 |
msgid ""
|
177 |
"Either there are no banners, they are disabled or none qualified for this "
|
178 |
"location!"
|
179 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
180 |
|
181 |
-
#: adrotate-output.php:
|
182 |
#, fuzzy
|
183 |
msgid "Error, no Ad ID set! Check your syntax!"
|
184 |
msgstr "広告 - 広告IDを使ってください。"
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
#, fuzzy
|
188 |
msgid "Error, no group ID set! Check your syntax!"
|
189 |
msgstr "広告グループ - グループIDを使ってください。"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
#, fuzzy
|
193 |
msgid "Error, group does not exist! Check your syntax!"
|
194 |
msgstr ""
|
195 |
"あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
|
196 |
"クスをオンにします。"
|
197 |
|
198 |
-
#: adrotate-output.php:
|
199 |
msgid ""
|
200 |
"There was an error locating the database tables for AdRotate. Please "
|
201 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -203,157 +203,157 @@ msgstr ""
|
|
203 |
"AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
|
204 |
"して、再登録して下さい。"
|
205 |
|
206 |
-
#: adrotate-output.php:
|
207 |
msgid "If this does not solve the issue please seek support at"
|
208 |
msgstr ""
|
209 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
210 |
"さい。"
|
211 |
|
212 |
-
#: adrotate-output.php:
|
213 |
msgid "An unknown error occured."
|
214 |
msgstr "理解できないエラーが起こっています。"
|
215 |
|
216 |
-
#: adrotate-output.php:
|
217 |
msgid "Check adverts"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: adrotate-output.php:
|
221 |
msgid ""
|
222 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
223 |
"site!"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: adrotate-output.php:
|
227 |
msgid "Disable W3 Total Cache Support"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: adrotate-output.php:
|
231 |
msgid ""
|
232 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
233 |
"not set."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: adrotate-output.php:
|
237 |
msgid "How to configure W3 Total Cache"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: adrotate-output.php:
|
241 |
msgid ""
|
242 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
msgid "Disable Borlabs Cache Support"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: adrotate-output.php:
|
250 |
msgid ""
|
251 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: adrotate-output.php:
|
255 |
msgid "Enable Fragment Caching"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: adrotate-output.php:
|
259 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: adrotate-output.php:
|
263 |
#, fuzzy
|
264 |
msgid "Set up your banner folder"
|
265 |
msgstr "バナー画像"
|
266 |
|
267 |
-
#: adrotate-output.php:
|
268 |
msgid "your attention:"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: adrotate-output.php:
|
272 |
#: dashboard/publisher/schedules-main.php:13
|
273 |
#, fuzzy
|
274 |
msgid "Get AdRotate Pro"
|
275 |
msgstr "AdRotate Blog"
|
276 |
|
277 |
-
#: adrotate-output.php:
|
278 |
msgid ""
|
279 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
280 |
"Schedules and more..."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: adrotate-output.php:
|
284 |
#, php-format
|
285 |
msgid ""
|
286 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
#, fuzzy
|
291 |
msgid "Thank you for your support!"
|
292 |
msgstr "データベースのバックアップを取りましたか?"
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid ""
|
296 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
297 |
"menu. If you need help getting started take a look at the"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
msgid "manuals"
|
302 |
msgstr "マニュアル(英語サイト)"
|
303 |
|
304 |
-
#: adrotate-output.php:
|
305 |
msgid "and"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: adrotate-output.php:
|
309 |
#, fuzzy
|
310 |
msgid "forums"
|
311 |
msgstr "フォーラム"
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
#, fuzzy
|
315 |
msgid "Help AdRotate Grow"
|
316 |
msgstr "AdRotate Blog"
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
#, fuzzy
|
320 |
msgid "AdRotate Professional"
|
321 |
msgstr "AdRotate Blog"
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid ""
|
325 |
"Many users only think to review AdRotate when something goes wrong while "
|
326 |
"thousands of people happily use AdRotate."
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: adrotate-output.php:
|
330 |
msgid "If you find AdRotate useful please leave your"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: adrotate-output.php:
|
334 |
msgid "rating"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
#, fuzzy
|
339 |
msgid "review"
|
340 |
msgstr "全般レポートを見れる権限"
|
341 |
|
342 |
-
#: adrotate-output.php:
|
343 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
msgid ""
|
348 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
349 |
"AdRotate Pro."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: adrotate-output.php:
|
353 |
msgid "Includes premium support and free updates!"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: adrotate-output.php:
|
357 |
#, fuzzy
|
358 |
msgid "Get started today"
|
359 |
msgstr "実行"
|
@@ -1229,8 +1229,6 @@ msgstr "利用タグ"
|
|
1229 |
#: dashboard/publisher/adverts-edit.php:209
|
1230 |
#: dashboard/publisher/adverts-edit.php:407
|
1231 |
#: dashboard/publisher/groups-edit.php:136
|
1232 |
-
#: dashboard/publisher/groups-edit.php:205
|
1233 |
-
#: dashboard/publisher/groups-edit.php:245
|
1234 |
#: dashboard/publisher/groups-edit.php:285
|
1235 |
msgid "Widget"
|
1236 |
msgstr ""
|
@@ -1931,6 +1929,12 @@ msgstr ""
|
|
1931 |
msgid "Disabled"
|
1932 |
msgstr "掲載不可広告"
|
1933 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1934 |
#: dashboard/publisher/groups-edit.php:206
|
1935 |
#: dashboard/publisher/groups-edit.php:246
|
1936 |
#, fuzzy
|
@@ -2687,7 +2691,7 @@ msgstr ""
|
|
2687 |
|
2688 |
#: dashboard/settings/maintenance.php:31
|
2689 |
#, fuzzy
|
2690 |
-
msgid "Delete stats older than
|
2691 |
msgstr "広告の削除やリセットする権限"
|
2692 |
|
2693 |
#: dashboard/settings/maintenance.php:32
|
@@ -3840,10 +3844,6 @@ msgstr "この数字は、0やマイナスや3600以上ではいけません。"
|
|
3840 |
#~ msgid "Weight:"
|
3841 |
#~ msgstr "表示頻度:"
|
3842 |
|
3843 |
-
#, fuzzy
|
3844 |
-
#~ msgid "AdRotate Pro only"
|
3845 |
-
#~ msgstr "AdRotate Blog"
|
3846 |
-
|
3847 |
#~ msgid "Sortorder:"
|
3848 |
#~ msgstr "並び(ソート)順:"
|
3849 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: ja_JP\n"
|
16 |
"X-Generator: Poedit 2.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: adrotate-functions.php:669
|
20 |
msgid "No files found"
|
21 |
msgstr "ファイルが見つかりません。"
|
22 |
|
23 |
+
#: adrotate-functions.php:672
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "フォルダーが存在しないかアクセス出来ません。"
|
26 |
|
27 |
+
#: adrotate-functions.php:757
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: adrotate-functions.php:761
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:765
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "広告削除"
|
38 |
|
39 |
+
#: adrotate-functions.php:769
|
40 |
msgid "Group deleted"
|
41 |
msgstr "グループの削除"
|
42 |
|
43 |
+
#: adrotate-functions.php:773
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "広告の統計情報初期化"
|
46 |
|
47 |
+
#: adrotate-functions.php:777
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "広告の更新"
|
50 |
|
51 |
+
#: adrotate-functions.php:781
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "広告の利用停止"
|
54 |
|
55 |
+
#: adrotate-functions.php:785
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "広告の利用可能化"
|
58 |
|
59 |
+
#: adrotate-functions.php:789
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "削除された広告がグループに含まれています。"
|
62 |
|
63 |
+
#: adrotate-functions.php:793
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "エクスポートオプション"
|
67 |
|
68 |
+
#: adrotate-functions.php:797
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: adrotate-functions.php:802
|
75 |
msgid "Settings saved"
|
76 |
msgstr "設定を保存します。"
|
77 |
|
78 |
+
#: adrotate-functions.php:806
|
79 |
msgid "Database optimized"
|
80 |
msgstr "データベースの最適化"
|
81 |
|
82 |
+
#: adrotate-functions.php:810
|
83 |
msgid "Database repaired"
|
84 |
msgstr "データベースの修復"
|
85 |
|
86 |
+
#: adrotate-functions.php:814
|
87 |
#, fuzzy
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "広告"
|
90 |
|
91 |
+
#: adrotate-functions.php:818
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "データベースのクリーンアップ"
|
96 |
|
97 |
+
#: adrotate-functions.php:823
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "今の操作は禁止されました。"
|
100 |
|
101 |
+
#: adrotate-functions.php:827
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:831
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "選ばれた期間が見つかりません。"
|
110 |
|
111 |
+
#: adrotate-functions.php:835
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "データベースは、1時間ごとに最適化または洗浄することができます。"
|
114 |
|
115 |
+
#: adrotate-functions.php:839
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:843
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:847
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: adrotate-output.php:626
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: adrotate-output.php:627
|
136 |
#, fuzzy
|
137 |
msgid ""
|
138 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
142 |
"手間のカスタマイズが必要など詳細にご対応致します。詳細はWEBサイトにお越しくだ"
|
143 |
"さい。英語ですが。"
|
144 |
|
145 |
+
#: adrotate-output.php:628
|
146 |
#, fuzzy
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
150 |
msgstr "このウィジェットに使いたい物を選んで下さい。"
|
151 |
|
152 |
+
#: adrotate-output.php:629
|
153 |
#, fuzzy
|
154 |
msgid "Contact support if the issue persists:"
|
155 |
msgstr ""
|
156 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
157 |
"さい。"
|
158 |
|
159 |
+
#: adrotate-output.php:644
|
160 |
#, fuzzy
|
161 |
msgid ""
|
162 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
163 |
"restrictions or does not exist!"
|
164 |
msgstr "この広告は無効にされていると、サイト上で表示されません!"
|
165 |
|
166 |
+
#: adrotate-output.php:646
|
167 |
#, fuzzy
|
168 |
msgid ""
|
169 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
172 |
"AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
|
173 |
"を再度保存してください!"
|
174 |
|
175 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
176 |
msgid ""
|
177 |
"Either there are no banners, they are disabled or none qualified for this "
|
178 |
"location!"
|
179 |
msgstr "バナーがないか、利用不可か適応されていません。"
|
180 |
|
181 |
+
#: adrotate-output.php:661
|
182 |
#, fuzzy
|
183 |
msgid "Error, no Ad ID set! Check your syntax!"
|
184 |
msgstr "広告 - 広告IDを使ってください。"
|
185 |
|
186 |
+
#: adrotate-output.php:667
|
187 |
#, fuzzy
|
188 |
msgid "Error, no group ID set! Check your syntax!"
|
189 |
msgstr "広告グループ - グループIDを使ってください。"
|
190 |
|
191 |
+
#: adrotate-output.php:672
|
192 |
#, fuzzy
|
193 |
msgid "Error, group does not exist! Check your syntax!"
|
194 |
msgstr ""
|
195 |
"あなたのウィジェットがテーマのサイドバーに整列しない場合は、このチェックボッ"
|
196 |
"クスをオンにします。"
|
197 |
|
198 |
+
#: adrotate-output.php:678
|
199 |
msgid ""
|
200 |
"There was an error locating the database tables for AdRotate. Please "
|
201 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
203 |
"AdRotateのデータベーステーブルにエラーが発生しています。プラグインを一度削除"
|
204 |
"して、再登録して下さい。"
|
205 |
|
206 |
+
#: adrotate-output.php:678
|
207 |
msgid "If this does not solve the issue please seek support at"
|
208 |
msgstr ""
|
209 |
"もし、この問題が解決しない場合は以下のサポートサイトで解決法を探してみてくだ"
|
210 |
"さい。"
|
211 |
|
212 |
+
#: adrotate-output.php:684
|
213 |
msgid "An unknown error occured."
|
214 |
msgstr "理解できないエラーが起こっています。"
|
215 |
|
216 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
217 |
msgid "Check adverts"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: adrotate-output.php:716
|
221 |
msgid ""
|
222 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
223 |
"site!"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: adrotate-output.php:716
|
227 |
msgid "Disable W3 Total Cache Support"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: adrotate-output.php:719
|
231 |
msgid ""
|
232 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
233 |
"not set."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: adrotate-output.php:719
|
237 |
msgid "How to configure W3 Total Cache"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: adrotate-output.php:723
|
241 |
msgid ""
|
242 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:723
|
246 |
msgid "Disable Borlabs Cache Support"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: adrotate-output.php:731
|
250 |
msgid ""
|
251 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: adrotate-output.php:731
|
255 |
msgid "Enable Fragment Caching"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: adrotate-output.php:737
|
259 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: adrotate-output.php:737
|
263 |
#, fuzzy
|
264 |
msgid "Set up your banner folder"
|
265 |
msgstr "バナー画像"
|
266 |
|
267 |
+
#: adrotate-output.php:757
|
268 |
msgid "your attention:"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: adrotate-output.php:778 adrotate.php:447
|
272 |
#: dashboard/publisher/schedules-main.php:13
|
273 |
#, fuzzy
|
274 |
msgid "Get AdRotate Pro"
|
275 |
msgstr "AdRotate Blog"
|
276 |
|
277 |
+
#: adrotate-output.php:779
|
278 |
msgid ""
|
279 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
280 |
"Schedules and more..."
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:779
|
284 |
#, php-format
|
285 |
msgid ""
|
286 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: adrotate-output.php:779
|
290 |
#, fuzzy
|
291 |
msgid "Thank you for your support!"
|
292 |
msgstr "データベースのバックアップを取りましたか?"
|
293 |
|
294 |
+
#: adrotate-output.php:847
|
295 |
msgid ""
|
296 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
297 |
"menu. If you need help getting started take a look at the"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adrotate-output.php:847
|
301 |
msgid "manuals"
|
302 |
msgstr "マニュアル(英語サイト)"
|
303 |
|
304 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
305 |
msgid "and"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: adrotate-output.php:847
|
309 |
#, fuzzy
|
310 |
msgid "forums"
|
311 |
msgstr "フォーラム"
|
312 |
|
313 |
+
#: adrotate-output.php:939
|
314 |
#, fuzzy
|
315 |
msgid "Help AdRotate Grow"
|
316 |
msgstr "AdRotate Blog"
|
317 |
|
318 |
+
#: adrotate-output.php:940 adrotate.php:152
|
319 |
#, fuzzy
|
320 |
msgid "AdRotate Professional"
|
321 |
msgstr "AdRotate Blog"
|
322 |
|
323 |
+
#: adrotate-output.php:947
|
324 |
msgid ""
|
325 |
"Many users only think to review AdRotate when something goes wrong while "
|
326 |
"thousands of people happily use AdRotate."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: adrotate-output.php:947
|
330 |
msgid "If you find AdRotate useful please leave your"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: adrotate-output.php:947
|
334 |
msgid "rating"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: adrotate-output.php:947
|
338 |
#, fuzzy
|
339 |
msgid "review"
|
340 |
msgstr "全般レポートを見れる権限"
|
341 |
|
342 |
+
#: adrotate-output.php:947
|
343 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: adrotate-output.php:948
|
347 |
msgid ""
|
348 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
349 |
"AdRotate Pro."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: adrotate-output.php:948
|
353 |
msgid "Includes premium support and free updates!"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: adrotate-output.php:948
|
357 |
#, fuzzy
|
358 |
msgid "Get started today"
|
359 |
msgstr "実行"
|
1229 |
#: dashboard/publisher/adverts-edit.php:209
|
1230 |
#: dashboard/publisher/adverts-edit.php:407
|
1231 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1232 |
#: dashboard/publisher/groups-edit.php:285
|
1233 |
msgid "Widget"
|
1234 |
msgstr ""
|
1929 |
msgid "Disabled"
|
1930 |
msgstr "掲載不可広告"
|
1931 |
|
1932 |
+
#: dashboard/publisher/groups-edit.php:205
|
1933 |
+
#: dashboard/publisher/groups-edit.php:245
|
1934 |
+
#, fuzzy
|
1935 |
+
msgid "Widget (Pro only)"
|
1936 |
+
msgstr "AdRotate Blog"
|
1937 |
+
|
1938 |
#: dashboard/publisher/groups-edit.php:206
|
1939 |
#: dashboard/publisher/groups-edit.php:246
|
1940 |
#, fuzzy
|
2691 |
|
2692 |
#: dashboard/settings/maintenance.php:31
|
2693 |
#, fuzzy
|
2694 |
+
msgid "Delete stats older than 365 days."
|
2695 |
msgstr "広告の削除やリセットする権限"
|
2696 |
|
2697 |
#: dashboard/settings/maintenance.php:32
|
3844 |
#~ msgid "Weight:"
|
3845 |
#~ msgstr "表示頻度:"
|
3846 |
|
|
|
|
|
|
|
|
|
3847 |
#~ msgid "Sortorder:"
|
3848 |
#~ msgstr "並び(ソート)順:"
|
3849 |
|
language/adrotate-pl_PL.mo
CHANGED
Binary file
|
language/adrotate-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -20,110 +20,110 @@ msgstr ""
|
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "No files found"
|
25 |
msgstr "Nie odnaleziono pliku"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Folder not found or not accessible"
|
29 |
msgstr "Nie odnaleziono folderu albo jest on nie dostępny"
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Ad saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Group saved"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Ad(s) deleted"
|
41 |
msgstr "Reklama usunięta"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Group deleted"
|
45 |
msgstr "Grupa usunięta"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) statistics reset"
|
49 |
msgstr "Resetuj statystyki reklamy"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) renewed"
|
53 |
msgstr "Odnów reklamę"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) deactivated"
|
57 |
msgstr "Reklama wyłączona"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Ad(s) activated"
|
61 |
msgstr "Reklama włączona"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
msgid "Group including it's Ads deleted"
|
65 |
msgstr "Grupa wraz z reklamami usunięta"
|
66 |
|
67 |
-
#: adrotate-functions.php:
|
68 |
#, fuzzy
|
69 |
msgid "Export created"
|
70 |
msgstr "Reklama utworzona"
|
71 |
|
72 |
-
#: adrotate-functions.php:
|
73 |
msgid ""
|
74 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
75 |
"below."
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Settings saved"
|
80 |
msgstr "Ustawienia zapisane"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database optimized"
|
84 |
msgstr "Baza danych zoptymalizowana"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Database repaired"
|
88 |
msgstr "Baza danych naprawiona"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
msgid "Ads evaluated and statuses have been corrected where required"
|
92 |
msgstr "Oceny i statusy reklam zostały poprawione tam gdzie było to wymagane."
|
93 |
|
94 |
-
#: adrotate-functions.php:
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Wyczyść bazę danych"
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Czynność zabroniona."
|
103 |
|
104 |
-
#: adrotate-functions.php:
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Nie znaleziono żadnych wyników dla podanego przedziału czasowego."
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr "Bazadanych może być optymalizowana i czyszczona jedynie raz na godzinę"
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid "Form can not be (partially) empty!"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-functions.php:
|
123 |
msgid "No ads found."
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: adrotate-functions.php:
|
127 |
msgid "Unexpected error"
|
128 |
msgstr ""
|
129 |
|
@@ -131,11 +131,11 @@ msgstr ""
|
|
131 |
msgid "AdRotate Advertiser"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: adrotate-output.php:
|
135 |
msgid "Oh no! Something went wrong!"
|
136 |
msgstr "Uwaga ! Coś poszło nie tak !"
|
137 |
|
138 |
-
#: adrotate-output.php:
|
139 |
msgid ""
|
140 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
141 |
"Verify if the url used is valid or log in via your browser."
|
@@ -143,7 +143,7 @@ msgstr ""
|
|
143 |
"Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
|
144 |
"Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
|
145 |
|
146 |
-
#: adrotate-output.php:
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
@@ -151,11 +151,11 @@ msgstr ""
|
|
151 |
"Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
|
152 |
"zostałeś oszukany. "
|
153 |
|
154 |
-
#: adrotate-output.php:
|
155 |
msgid "Contact support if the issue persists:"
|
156 |
msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
|
157 |
|
158 |
-
#: adrotate-output.php:
|
159 |
msgid ""
|
160 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
161 |
"restrictions or does not exist!"
|
@@ -163,7 +163,7 @@ msgstr ""
|
|
163 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
164 |
"harmonogramie lub geolokalizacji lub może nie istnieć."
|
165 |
|
166 |
-
#: adrotate-output.php:
|
167 |
msgid ""
|
168 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
169 |
"restrictions!"
|
@@ -171,7 +171,7 @@ msgstr ""
|
|
171 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
172 |
"harmonogramie lub geolokalizacji."
|
173 |
|
174 |
-
#: adrotate-output.php:
|
175 |
msgid ""
|
176 |
"Either there are no banners, they are disabled or none qualified for this "
|
177 |
"location!"
|
@@ -179,19 +179,19 @@ msgstr ""
|
|
179 |
"Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
|
180 |
"lokalizacji!"
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
msgid "Error, no Ad ID set! Check your syntax!"
|
184 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
185 |
|
186 |
-
#: adrotate-output.php:
|
187 |
msgid "Error, no group ID set! Check your syntax!"
|
188 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
189 |
|
190 |
-
#: adrotate-output.php:
|
191 |
msgid "Error, group does not exist! Check your syntax!"
|
192 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
|
193 |
|
194 |
-
#: adrotate-output.php:
|
195 |
msgid ""
|
196 |
"There was an error locating the database tables for AdRotate. Please "
|
197 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -199,16 +199,16 @@ msgstr ""
|
|
199 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
|
200 |
"AdRote na panelu wtyczek."
|
201 |
|
202 |
-
#: adrotate-output.php:
|
203 |
msgid "If this does not solve the issue please seek support at"
|
204 |
msgstr ""
|
205 |
"Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "An unknown error occured."
|
209 |
msgstr "Pojawił się nieznany błąd."
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
#, php-format
|
213 |
msgid "One advert is expired."
|
214 |
msgid_plural "%1$s adverts expired!"
|
@@ -216,11 +216,11 @@ msgstr[0] ""
|
|
216 |
msgstr[1] ""
|
217 |
msgstr[2] ""
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid "Check adverts"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
#, php-format
|
225 |
msgid "One advert expires soon."
|
226 |
msgid_plural "%1$s adverts are almost expiring!"
|
@@ -228,7 +228,7 @@ msgstr[0] ""
|
|
228 |
msgstr[1] ""
|
229 |
msgstr[2] ""
|
230 |
|
231 |
-
#: adrotate-output.php:
|
232 |
#, php-format
|
233 |
msgid "One advert with configuration errors."
|
234 |
msgid_plural "%1$s adverts have configuration errors!"
|
@@ -236,160 +236,160 @@ msgstr[0] ""
|
|
236 |
msgstr[1] ""
|
237 |
msgstr[2] ""
|
238 |
|
239 |
-
#: adrotate-output.php:
|
240 |
msgid ""
|
241 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
242 |
"site!"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: adrotate-output.php:
|
246 |
#, fuzzy
|
247 |
#| msgid "W3 Total Caching"
|
248 |
msgid "Disable W3 Total Cache Support"
|
249 |
msgstr "W3 Total Caching"
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid ""
|
253 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
254 |
"not set."
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid "How to configure W3 Total Cache"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid ""
|
263 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: adrotate-output.php:
|
267 |
msgid "Disable Borlabs Cache Support"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: adrotate-output.php:
|
271 |
msgid ""
|
272 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: adrotate-output.php:
|
276 |
msgid "Enable Fragment Caching"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: adrotate-output.php:
|
280 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: adrotate-output.php:
|
284 |
#, fuzzy
|
285 |
#| msgid "Banner folder:"
|
286 |
msgid "Set up your banner folder"
|
287 |
msgstr "Folder banerów:"
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid "one issue that requires"
|
291 |
msgid_plural "several issues that require"
|
292 |
msgstr[0] ""
|
293 |
msgstr[1] ""
|
294 |
msgstr[2] ""
|
295 |
|
296 |
-
#: adrotate-output.php:
|
297 |
msgid "your attention:"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: adrotate-output.php:
|
301 |
#: dashboard/publisher/schedules-main.php:13
|
302 |
#, fuzzy
|
303 |
#| msgid "AdRotate Pro"
|
304 |
msgid "Get AdRotate Pro"
|
305 |
msgstr "AdRotate Pro"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
msgid ""
|
309 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
310 |
"Schedules and more..."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: adrotate-output.php:
|
314 |
#, php-format
|
315 |
msgid ""
|
316 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: adrotate-output.php:
|
320 |
#, fuzzy
|
321 |
msgid "Thank you for your support!"
|
322 |
msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
|
323 |
|
324 |
-
#: adrotate-output.php:
|
325 |
msgid "one plugin"
|
326 |
msgid_plural "several plugins"
|
327 |
msgstr[0] ""
|
328 |
msgstr[1] ""
|
329 |
msgstr[2] ""
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid ""
|
333 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
334 |
"menu. If you need help getting started take a look at the"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: adrotate-output.php:
|
338 |
msgid "manuals"
|
339 |
msgstr "instrukcje"
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "and"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
msgid "forums"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: adrotate-output.php:
|
350 |
#, fuzzy
|
351 |
msgid "Help AdRotate Grow"
|
352 |
msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
353 |
|
354 |
-
#: adrotate-output.php:
|
355 |
msgid "AdRotate Professional"
|
356 |
msgstr "AdRotate Professional"
|
357 |
|
358 |
-
#: adrotate-output.php:
|
359 |
msgid ""
|
360 |
"Many users only think to review AdRotate when something goes wrong while "
|
361 |
"thousands of people happily use AdRotate."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: adrotate-output.php:
|
365 |
msgid "If you find AdRotate useful please leave your"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: adrotate-output.php:
|
369 |
msgid "rating"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: adrotate-output.php:
|
373 |
#, fuzzy
|
374 |
msgid "review"
|
375 |
msgstr ""
|
376 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
377 |
|
378 |
-
#: adrotate-output.php:
|
379 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: adrotate-output.php:
|
383 |
msgid ""
|
384 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
385 |
"AdRotate Pro."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: adrotate-output.php:
|
389 |
msgid "Includes premium support and free updates!"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: adrotate-output.php:
|
393 |
#, fuzzy
|
394 |
msgid "Get started today"
|
395 |
msgstr "Więcej ustawień z AdRotate Pro"
|
@@ -1258,8 +1258,6 @@ msgstr "Użycie"
|
|
1258 |
#: dashboard/publisher/adverts-edit.php:209
|
1259 |
#: dashboard/publisher/adverts-edit.php:407
|
1260 |
#: dashboard/publisher/groups-edit.php:136
|
1261 |
-
#: dashboard/publisher/groups-edit.php:205
|
1262 |
-
#: dashboard/publisher/groups-edit.php:245
|
1263 |
#: dashboard/publisher/groups-edit.php:285
|
1264 |
msgid "Widget"
|
1265 |
msgstr ""
|
@@ -1947,6 +1945,12 @@ msgstr ""
|
|
1947 |
msgid "Disabled"
|
1948 |
msgstr "Wyłącz"
|
1949 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1950 |
#: dashboard/publisher/groups-edit.php:206
|
1951 |
#: dashboard/publisher/groups-edit.php:246
|
1952 |
msgid "Before content"
|
@@ -2693,7 +2697,7 @@ msgstr ""
|
|
2693 |
#: dashboard/settings/maintenance.php:31
|
2694 |
#, fuzzy
|
2695 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2696 |
-
msgid "Delete stats older than
|
2697 |
msgstr "Usuń statystyki starsze niż 365 dni (opcjonalnie)."
|
2698 |
|
2699 |
#: dashboard/settings/maintenance.php:32
|
@@ -3940,10 +3944,6 @@ msgstr ""
|
|
3940 |
#~ msgid "Weight:"
|
3941 |
#~ msgstr "Waga:"
|
3942 |
|
3943 |
-
#, fuzzy
|
3944 |
-
#~ msgid "AdRotate Pro only"
|
3945 |
-
#~ msgstr "AdRotate Pro"
|
3946 |
-
|
3947 |
#~ msgid "Sortorder:"
|
3948 |
#~ msgstr "Sortowanie:"
|
3949 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
|
9 |
"Language: pl_PL\n"
|
20 |
"|| n%100>=20) ? 1 : 2);\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
+
#: adrotate-functions.php:669
|
24 |
msgid "No files found"
|
25 |
msgstr "Nie odnaleziono pliku"
|
26 |
|
27 |
+
#: adrotate-functions.php:672
|
28 |
msgid "Folder not found or not accessible"
|
29 |
msgstr "Nie odnaleziono folderu albo jest on nie dostępny"
|
30 |
|
31 |
+
#: adrotate-functions.php:757
|
32 |
msgid "Ad saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:761
|
36 |
msgid "Group saved"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: adrotate-functions.php:765
|
40 |
msgid "Ad(s) deleted"
|
41 |
msgstr "Reklama usunięta"
|
42 |
|
43 |
+
#: adrotate-functions.php:769
|
44 |
msgid "Group deleted"
|
45 |
msgstr "Grupa usunięta"
|
46 |
|
47 |
+
#: adrotate-functions.php:773
|
48 |
msgid "Ad(s) statistics reset"
|
49 |
msgstr "Resetuj statystyki reklamy"
|
50 |
|
51 |
+
#: adrotate-functions.php:777
|
52 |
msgid "Ad(s) renewed"
|
53 |
msgstr "Odnów reklamę"
|
54 |
|
55 |
+
#: adrotate-functions.php:781
|
56 |
msgid "Ad(s) deactivated"
|
57 |
msgstr "Reklama wyłączona"
|
58 |
|
59 |
+
#: adrotate-functions.php:785
|
60 |
msgid "Ad(s) activated"
|
61 |
msgstr "Reklama włączona"
|
62 |
|
63 |
+
#: adrotate-functions.php:789
|
64 |
msgid "Group including it's Ads deleted"
|
65 |
msgstr "Grupa wraz z reklamami usunięta"
|
66 |
|
67 |
+
#: adrotate-functions.php:793
|
68 |
#, fuzzy
|
69 |
msgid "Export created"
|
70 |
msgstr "Reklama utworzona"
|
71 |
|
72 |
+
#: adrotate-functions.php:797
|
73 |
msgid ""
|
74 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
75 |
"below."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: adrotate-functions.php:802
|
79 |
msgid "Settings saved"
|
80 |
msgstr "Ustawienia zapisane"
|
81 |
|
82 |
+
#: adrotate-functions.php:806
|
83 |
msgid "Database optimized"
|
84 |
msgstr "Baza danych zoptymalizowana"
|
85 |
|
86 |
+
#: adrotate-functions.php:810
|
87 |
msgid "Database repaired"
|
88 |
msgstr "Baza danych naprawiona"
|
89 |
|
90 |
+
#: adrotate-functions.php:814
|
91 |
msgid "Ads evaluated and statuses have been corrected where required"
|
92 |
msgstr "Oceny i statusy reklam zostały poprawione tam gdzie było to wymagane."
|
93 |
|
94 |
+
#: adrotate-functions.php:818
|
95 |
#, fuzzy
|
96 |
#| msgid "Clean-up Database"
|
97 |
msgid "Cleanup complete"
|
98 |
msgstr "Wyczyść bazę danych"
|
99 |
|
100 |
+
#: adrotate-functions.php:823
|
101 |
msgid "Action prohibited"
|
102 |
msgstr "Czynność zabroniona."
|
103 |
|
104 |
+
#: adrotate-functions.php:827
|
105 |
msgid ""
|
106 |
"The ad was saved but has an issue which might prevent it from working "
|
107 |
"properly. Review the colored ad."
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: adrotate-functions.php:831
|
111 |
msgid "No data found in selected time period"
|
112 |
msgstr "Nie znaleziono żadnych wyników dla podanego przedziału czasowego."
|
113 |
|
114 |
+
#: adrotate-functions.php:835
|
115 |
msgid "Database can only be optimized or cleaned once every hour"
|
116 |
msgstr "Bazadanych może być optymalizowana i czyszczona jedynie raz na godzinę"
|
117 |
|
118 |
+
#: adrotate-functions.php:839
|
119 |
msgid "Form can not be (partially) empty!"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:843
|
123 |
msgid "No ads found."
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: adrotate-functions.php:847
|
127 |
msgid "Unexpected error"
|
128 |
msgstr ""
|
129 |
|
131 |
msgid "AdRotate Advertiser"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: adrotate-output.php:626
|
135 |
msgid "Oh no! Something went wrong!"
|
136 |
msgstr "Uwaga ! Coś poszło nie tak !"
|
137 |
|
138 |
+
#: adrotate-output.php:627
|
139 |
msgid ""
|
140 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
141 |
"Verify if the url used is valid or log in via your browser."
|
143 |
"Wordpress nie mógł sprawdzić poprawności odnośnika który \"kliknełeś\". "
|
144 |
"Sprawdz czy odnośnik jest prawidłowy albo sprawdz go w przeglądarce. "
|
145 |
|
146 |
+
#: adrotate-output.php:628
|
147 |
msgid ""
|
148 |
"If you have received the url you want to visit via email, you are being "
|
149 |
"tricked!"
|
151 |
"Jeśli otrzymałeś wiadomość email z odnośnikiem który chciałeś odwiedzić, "
|
152 |
"zostałeś oszukany. "
|
153 |
|
154 |
+
#: adrotate-output.php:629
|
155 |
msgid "Contact support if the issue persists:"
|
156 |
msgstr "Skontaktować się z pomocą, jeśli problem nadal występuje:"
|
157 |
|
158 |
+
#: adrotate-output.php:644
|
159 |
msgid ""
|
160 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
161 |
"restrictions or does not exist!"
|
163 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
164 |
"harmonogramie lub geolokalizacji lub może nie istnieć."
|
165 |
|
166 |
+
#: adrotate-output.php:646
|
167 |
msgid ""
|
168 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
169 |
"restrictions!"
|
171 |
"Błąd, Reklama jest nie dostępna w tym momecie z powodu ograniczeń w "
|
172 |
"harmonogramie lub geolokalizacji."
|
173 |
|
174 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
175 |
msgid ""
|
176 |
"Either there are no banners, they are disabled or none qualified for this "
|
177 |
"location!"
|
179 |
"Prawdopodobnie nie ma reklam albo ich wyświetlanie jest niedozwolone dla tej "
|
180 |
"lokalizacji!"
|
181 |
|
182 |
+
#: adrotate-output.php:661
|
183 |
msgid "Error, no Ad ID set! Check your syntax!"
|
184 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
185 |
|
186 |
+
#: adrotate-output.php:667
|
187 |
msgid "Error, no group ID set! Check your syntax!"
|
188 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod!"
|
189 |
|
190 |
+
#: adrotate-output.php:672
|
191 |
msgid "Error, group does not exist! Check your syntax!"
|
192 |
msgstr "Błąd, nie wybrano żadnego ID reklamy ! Sprawdz swój kod !"
|
193 |
|
194 |
+
#: adrotate-output.php:678
|
195 |
msgid ""
|
196 |
"There was an error locating the database tables for AdRotate. Please "
|
197 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
199 |
"Wystąpił błąd dostępu do tabel AdRotate w bazie danych. Wyłącz a potem włącz "
|
200 |
"AdRote na panelu wtyczek."
|
201 |
|
202 |
+
#: adrotate-output.php:678
|
203 |
msgid "If this does not solve the issue please seek support at"
|
204 |
msgstr ""
|
205 |
"Jeśli to nie naprawy powstałego problemu prosimy zajrzeć na strone wsparcia"
|
206 |
|
207 |
+
#: adrotate-output.php:684
|
208 |
msgid "An unknown error occured."
|
209 |
msgstr "Pojawił się nieznany błąd."
|
210 |
|
211 |
+
#: adrotate-output.php:704
|
212 |
#, php-format
|
213 |
msgid "One advert is expired."
|
214 |
msgid_plural "%1$s adverts expired!"
|
216 |
msgstr[1] ""
|
217 |
msgstr[2] ""
|
218 |
|
219 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
220 |
msgid "Check adverts"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: adrotate-output.php:707
|
224 |
#, php-format
|
225 |
msgid "One advert expires soon."
|
226 |
msgid_plural "%1$s adverts are almost expiring!"
|
228 |
msgstr[1] ""
|
229 |
msgstr[2] ""
|
230 |
|
231 |
+
#: adrotate-output.php:711
|
232 |
#, php-format
|
233 |
msgid "One advert with configuration errors."
|
234 |
msgid_plural "%1$s adverts have configuration errors!"
|
236 |
msgstr[1] ""
|
237 |
msgstr[2] ""
|
238 |
|
239 |
+
#: adrotate-output.php:716
|
240 |
msgid ""
|
241 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
242 |
"site!"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: adrotate-output.php:716
|
246 |
#, fuzzy
|
247 |
#| msgid "W3 Total Caching"
|
248 |
msgid "Disable W3 Total Cache Support"
|
249 |
msgstr "W3 Total Caching"
|
250 |
|
251 |
+
#: adrotate-output.php:719
|
252 |
msgid ""
|
253 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
254 |
"not set."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: adrotate-output.php:719
|
258 |
msgid "How to configure W3 Total Cache"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: adrotate-output.php:723
|
262 |
msgid ""
|
263 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: adrotate-output.php:723
|
267 |
msgid "Disable Borlabs Cache Support"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: adrotate-output.php:731
|
271 |
msgid ""
|
272 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: adrotate-output.php:731
|
276 |
msgid "Enable Fragment Caching"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: adrotate-output.php:737
|
280 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: adrotate-output.php:737
|
284 |
#, fuzzy
|
285 |
#| msgid "Banner folder:"
|
286 |
msgid "Set up your banner folder"
|
287 |
msgstr "Folder banerów:"
|
288 |
|
289 |
+
#: adrotate-output.php:757
|
290 |
msgid "one issue that requires"
|
291 |
msgid_plural "several issues that require"
|
292 |
msgstr[0] ""
|
293 |
msgstr[1] ""
|
294 |
msgstr[2] ""
|
295 |
|
296 |
+
#: adrotate-output.php:757
|
297 |
msgid "your attention:"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: adrotate-output.php:778 adrotate.php:447
|
301 |
#: dashboard/publisher/schedules-main.php:13
|
302 |
#, fuzzy
|
303 |
#| msgid "AdRotate Pro"
|
304 |
msgid "Get AdRotate Pro"
|
305 |
msgstr "AdRotate Pro"
|
306 |
|
307 |
+
#: adrotate-output.php:779
|
308 |
msgid ""
|
309 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
310 |
"Schedules and more..."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: adrotate-output.php:779
|
314 |
#, php-format
|
315 |
msgid ""
|
316 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: adrotate-output.php:779
|
320 |
#, fuzzy
|
321 |
msgid "Thank you for your support!"
|
322 |
msgstr "Czy wykonałeś kopie zapasową swojej bazy?"
|
323 |
|
324 |
+
#: adrotate-output.php:808
|
325 |
msgid "one plugin"
|
326 |
msgid_plural "several plugins"
|
327 |
msgstr[0] ""
|
328 |
msgstr[1] ""
|
329 |
msgstr[2] ""
|
330 |
|
331 |
+
#: adrotate-output.php:847
|
332 |
msgid ""
|
333 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
334 |
"menu. If you need help getting started take a look at the"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: adrotate-output.php:847
|
338 |
msgid "manuals"
|
339 |
msgstr "instrukcje"
|
340 |
|
341 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
342 |
msgid "and"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: adrotate-output.php:847
|
346 |
msgid "forums"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: adrotate-output.php:939
|
350 |
#, fuzzy
|
351 |
msgid "Help AdRotate Grow"
|
352 |
msgstr "Nie wiesz co zrobić z AdRotate? Ja ci pomogę!"
|
353 |
|
354 |
+
#: adrotate-output.php:940 adrotate.php:152
|
355 |
msgid "AdRotate Professional"
|
356 |
msgstr "AdRotate Professional"
|
357 |
|
358 |
+
#: adrotate-output.php:947
|
359 |
msgid ""
|
360 |
"Many users only think to review AdRotate when something goes wrong while "
|
361 |
"thousands of people happily use AdRotate."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: adrotate-output.php:947
|
365 |
msgid "If you find AdRotate useful please leave your"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: adrotate-output.php:947
|
369 |
msgid "rating"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: adrotate-output.php:947
|
373 |
#, fuzzy
|
374 |
msgid "review"
|
375 |
msgstr ""
|
376 |
"Przeglądaj zapisanych reklamodawców. Widoczne jedynie dla reklamodawców."
|
377 |
|
378 |
+
#: adrotate-output.php:947
|
379 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: adrotate-output.php:948
|
383 |
msgid ""
|
384 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
385 |
"AdRotate Pro."
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: adrotate-output.php:948
|
389 |
msgid "Includes premium support and free updates!"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: adrotate-output.php:948
|
393 |
#, fuzzy
|
394 |
msgid "Get started today"
|
395 |
msgstr "Więcej ustawień z AdRotate Pro"
|
1258 |
#: dashboard/publisher/adverts-edit.php:209
|
1259 |
#: dashboard/publisher/adverts-edit.php:407
|
1260 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1261 |
#: dashboard/publisher/groups-edit.php:285
|
1262 |
msgid "Widget"
|
1263 |
msgstr ""
|
1945 |
msgid "Disabled"
|
1946 |
msgstr "Wyłącz"
|
1947 |
|
1948 |
+
#: dashboard/publisher/groups-edit.php:205
|
1949 |
+
#: dashboard/publisher/groups-edit.php:245
|
1950 |
+
#, fuzzy
|
1951 |
+
msgid "Widget (Pro only)"
|
1952 |
+
msgstr "AdRotate Pro"
|
1953 |
+
|
1954 |
#: dashboard/publisher/groups-edit.php:206
|
1955 |
#: dashboard/publisher/groups-edit.php:246
|
1956 |
msgid "Before content"
|
2697 |
#: dashboard/settings/maintenance.php:31
|
2698 |
#, fuzzy
|
2699 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2700 |
+
msgid "Delete stats older than 365 days."
|
2701 |
msgstr "Usuń statystyki starsze niż 365 dni (opcjonalnie)."
|
2702 |
|
2703 |
#: dashboard/settings/maintenance.php:32
|
3944 |
#~ msgid "Weight:"
|
3945 |
#~ msgstr "Waga:"
|
3946 |
|
|
|
|
|
|
|
|
|
3947 |
#~ msgid "Sortorder:"
|
3948 |
#~ msgstr "Sortowanie:"
|
3949 |
|
language/adrotate-sr_RS.mo
CHANGED
Binary file
|
language/adrotate-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: sr_RS\n"
|
@@ -16,110 +16,110 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 2.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: adrotate-functions.php:
|
20 |
msgid "No files found"
|
21 |
msgstr "Nijedan fajl nije pronadjen"
|
22 |
|
23 |
-
#: adrotate-functions.php:
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "Folder nije pronadjen ili nije prihvatljiv"
|
26 |
|
27 |
-
#: adrotate-functions.php:
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: adrotate-functions.php:
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: adrotate-functions.php:
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "Izbrisani oglasu"
|
38 |
|
39 |
-
#: adrotate-functions.php:
|
40 |
msgid "Group deleted"
|
41 |
msgstr "Izbrisana grupa"
|
42 |
|
43 |
-
#: adrotate-functions.php:
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "Statistički resestovani oglasi"
|
46 |
|
47 |
-
#: adrotate-functions.php:
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "Ponovo obnovljeni oglasi"
|
50 |
|
51 |
-
#: adrotate-functions.php:
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "Deaktivirani oglasi"
|
54 |
|
55 |
-
#: adrotate-functions.php:
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "Aktivirani oglasi"
|
58 |
|
59 |
-
#: adrotate-functions.php:
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "Grupa koja podrazumeva obrisane oglase"
|
62 |
|
63 |
-
#: adrotate-functions.php:
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "Izlazne opcije za"
|
67 |
|
68 |
-
#: adrotate-functions.php:
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: adrotate-functions.php:
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Postavke sačuvane"
|
77 |
|
78 |
-
#: adrotate-functions.php:
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Baza podataka optimizirana"
|
81 |
|
82 |
-
#: adrotate-functions.php:
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Baza podataka popravljena"
|
85 |
|
86 |
-
#: adrotate-functions.php:
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Oglasi procenjuju i statusi su ispravljene kada je to potrebno"
|
89 |
|
90 |
-
#: adrotate-functions.php:
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Čišćenje baze"
|
95 |
|
96 |
-
#: adrotate-functions.php:
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Zabranjeno delo"
|
99 |
|
100 |
-
#: adrotate-functions.php:
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: adrotate-functions.php:
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Nijedan podatak nije nadjen u odredjenom vremenskom periodu"
|
109 |
|
110 |
-
#: adrotate-functions.php:
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Baza podataka može biti optimizovana ili čiste jednom svaki sat"
|
113 |
|
114 |
-
#: adrotate-functions.php:
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: adrotate-functions.php:
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: adrotate-functions.php:
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
@@ -127,11 +127,11 @@ msgstr ""
|
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: adrotate-output.php:
|
131 |
msgid "Oh no! Something went wrong!"
|
132 |
msgstr "O ne! Nešto nije kako treba!"
|
133 |
|
134 |
-
#: adrotate-output.php:
|
135 |
msgid ""
|
136 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
137 |
"Verify if the url used is valid or log in via your browser."
|
@@ -140,51 +140,51 @@ msgstr ""
|
|
140 |
"kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
|
141 |
"pretraživača."
|
142 |
|
143 |
-
#: adrotate-output.php:
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
147 |
msgstr "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
|
148 |
|
149 |
-
#: adrotate-output.php:
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Kontaktirajte podršku ako se problem nastavi:"
|
152 |
|
153 |
-
#: adrotate-output.php:
|
154 |
#, fuzzy
|
155 |
msgid ""
|
156 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
157 |
"restrictions or does not exist!"
|
158 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
159 |
|
160 |
-
#: adrotate-output.php:
|
161 |
#, fuzzy
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
165 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
166 |
|
167 |
-
#: adrotate-output.php:
|
168 |
msgid ""
|
169 |
"Either there are no banners, they are disabled or none qualified for this "
|
170 |
"location!"
|
171 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
172 |
|
173 |
-
#: adrotate-output.php:
|
174 |
msgid "Error, no Ad ID set! Check your syntax!"
|
175 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
176 |
|
177 |
-
#: adrotate-output.php:
|
178 |
#, fuzzy
|
179 |
msgid "Error, no group ID set! Check your syntax!"
|
180 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
181 |
|
182 |
-
#: adrotate-output.php:
|
183 |
#, fuzzy
|
184 |
msgid "Error, group does not exist! Check your syntax!"
|
185 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid ""
|
189 |
"There was an error locating the database tables for AdRotate. Please "
|
190 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -192,157 +192,157 @@ msgstr ""
|
|
192 |
"Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
|
193 |
"deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
|
194 |
|
195 |
-
#: adrotate-output.php:
|
196 |
msgid "If this does not solve the issue please seek support at"
|
197 |
msgstr "Ako ne reši problem potražite podršku na"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Nepoznati error se ukazao."
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "Check adverts"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid ""
|
209 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
210 |
"site!"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: adrotate-output.php:
|
214 |
#, fuzzy
|
215 |
#| msgid "W3 Total Caching"
|
216 |
msgid "Disable W3 Total Cache Support"
|
217 |
msgstr "W3 Total Caching"
|
218 |
|
219 |
-
#: adrotate-output.php:
|
220 |
msgid ""
|
221 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
222 |
"not set."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: adrotate-output.php:
|
226 |
msgid "How to configure W3 Total Cache"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid ""
|
231 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: adrotate-output.php:
|
235 |
msgid "Disable Borlabs Cache Support"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid ""
|
240 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: adrotate-output.php:
|
244 |
msgid "Enable Fragment Caching"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
#, fuzzy
|
253 |
#| msgid "Where are your banner ads?"
|
254 |
msgid "Set up your banner folder"
|
255 |
msgstr "Gde su ti baneri ?"
|
256 |
|
257 |
-
#: adrotate-output.php:
|
258 |
msgid "your attention:"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
#: dashboard/publisher/schedules-main.php:13
|
263 |
#, fuzzy
|
264 |
#| msgid "AdRotate Pro"
|
265 |
msgid "Get AdRotate Pro"
|
266 |
msgstr "AdRotate Pro"
|
267 |
|
268 |
-
#: adrotate-output.php:
|
269 |
msgid ""
|
270 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
271 |
"Schedules and more..."
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: adrotate-output.php:
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: adrotate-output.php:
|
281 |
msgid "Thank you for your support!"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
msgid ""
|
286 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
287 |
"menu. If you need help getting started take a look at the"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: adrotate-output.php:
|
291 |
msgid "manuals"
|
292 |
msgstr "priručnici"
|
293 |
|
294 |
-
#: adrotate-output.php:
|
295 |
msgid "and"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: adrotate-output.php:
|
299 |
msgid "forums"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: adrotate-output.php:
|
303 |
#, fuzzy
|
304 |
msgid "Help AdRotate Grow"
|
305 |
msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
#, fuzzy
|
309 |
msgid "AdRotate Professional"
|
310 |
msgstr "AdRotate promocije"
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
msgid ""
|
314 |
"Many users only think to review AdRotate when something goes wrong while "
|
315 |
"thousands of people happily use AdRotate."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: adrotate-output.php:
|
319 |
msgid "If you find AdRotate useful please leave your"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: adrotate-output.php:
|
323 |
msgid "rating"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: adrotate-output.php:
|
327 |
#, fuzzy
|
328 |
msgid "review"
|
329 |
msgstr "Dajte ocenu i komentar"
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: adrotate-output.php:
|
336 |
msgid ""
|
337 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
338 |
"AdRotate Pro."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: adrotate-output.php:
|
342 |
msgid "Includes premium support and free updates!"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: adrotate-output.php:
|
346 |
#, fuzzy
|
347 |
#| msgid "Go Pro today"
|
348 |
msgid "Get started today"
|
@@ -1200,8 +1200,6 @@ msgstr "upotreba"
|
|
1200 |
#: dashboard/publisher/adverts-edit.php:209
|
1201 |
#: dashboard/publisher/adverts-edit.php:407
|
1202 |
#: dashboard/publisher/groups-edit.php:136
|
1203 |
-
#: dashboard/publisher/groups-edit.php:205
|
1204 |
-
#: dashboard/publisher/groups-edit.php:245
|
1205 |
#: dashboard/publisher/groups-edit.php:285
|
1206 |
msgid "Widget"
|
1207 |
msgstr ""
|
@@ -1914,6 +1912,12 @@ msgstr ""
|
|
1914 |
msgid "Disabled"
|
1915 |
msgstr "Onemogući odgovore"
|
1916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1917 |
#: dashboard/publisher/groups-edit.php:206
|
1918 |
#: dashboard/publisher/groups-edit.php:246
|
1919 |
#, fuzzy
|
@@ -2669,7 +2673,7 @@ msgstr ""
|
|
2669 |
|
2670 |
#: dashboard/settings/maintenance.php:31
|
2671 |
#, fuzzy
|
2672 |
-
msgid "Delete stats older than
|
2673 |
msgstr "Uloga obrisati oglase i resetovanje ."
|
2674 |
|
2675 |
#: dashboard/settings/maintenance.php:32
|
@@ -3845,10 +3849,6 @@ msgstr ""
|
|
3845 |
#~ msgid "Weight:"
|
3846 |
#~ msgstr "Težina:"
|
3847 |
|
3848 |
-
#, fuzzy
|
3849 |
-
#~ msgid "AdRotate Pro only"
|
3850 |
-
#~ msgstr "AdRotate Pro"
|
3851 |
-
|
3852 |
#~ msgid "Sortorder:"
|
3853 |
#~ msgstr "Poredak:"
|
3854 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
|
9 |
"Language: sr_RS\n"
|
16 |
"X-Generator: Poedit 2.1\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: adrotate-functions.php:669
|
20 |
msgid "No files found"
|
21 |
msgstr "Nijedan fajl nije pronadjen"
|
22 |
|
23 |
+
#: adrotate-functions.php:672
|
24 |
msgid "Folder not found or not accessible"
|
25 |
msgstr "Folder nije pronadjen ili nije prihvatljiv"
|
26 |
|
27 |
+
#: adrotate-functions.php:757
|
28 |
msgid "Ad saved"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: adrotate-functions.php:761
|
32 |
msgid "Group saved"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: adrotate-functions.php:765
|
36 |
msgid "Ad(s) deleted"
|
37 |
msgstr "Izbrisani oglasu"
|
38 |
|
39 |
+
#: adrotate-functions.php:769
|
40 |
msgid "Group deleted"
|
41 |
msgstr "Izbrisana grupa"
|
42 |
|
43 |
+
#: adrotate-functions.php:773
|
44 |
msgid "Ad(s) statistics reset"
|
45 |
msgstr "Statistički resestovani oglasi"
|
46 |
|
47 |
+
#: adrotate-functions.php:777
|
48 |
msgid "Ad(s) renewed"
|
49 |
msgstr "Ponovo obnovljeni oglasi"
|
50 |
|
51 |
+
#: adrotate-functions.php:781
|
52 |
msgid "Ad(s) deactivated"
|
53 |
msgstr "Deaktivirani oglasi"
|
54 |
|
55 |
+
#: adrotate-functions.php:785
|
56 |
msgid "Ad(s) activated"
|
57 |
msgstr "Aktivirani oglasi"
|
58 |
|
59 |
+
#: adrotate-functions.php:789
|
60 |
msgid "Group including it's Ads deleted"
|
61 |
msgstr "Grupa koja podrazumeva obrisane oglase"
|
62 |
|
63 |
+
#: adrotate-functions.php:793
|
64 |
#, fuzzy
|
65 |
msgid "Export created"
|
66 |
msgstr "Izlazne opcije za"
|
67 |
|
68 |
+
#: adrotate-functions.php:797
|
69 |
msgid ""
|
70 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
71 |
"below."
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: adrotate-functions.php:802
|
75 |
msgid "Settings saved"
|
76 |
msgstr "Postavke sačuvane"
|
77 |
|
78 |
+
#: adrotate-functions.php:806
|
79 |
msgid "Database optimized"
|
80 |
msgstr "Baza podataka optimizirana"
|
81 |
|
82 |
+
#: adrotate-functions.php:810
|
83 |
msgid "Database repaired"
|
84 |
msgstr "Baza podataka popravljena"
|
85 |
|
86 |
+
#: adrotate-functions.php:814
|
87 |
msgid "Ads evaluated and statuses have been corrected where required"
|
88 |
msgstr "Oglasi procenjuju i statusi su ispravljene kada je to potrebno"
|
89 |
|
90 |
+
#: adrotate-functions.php:818
|
91 |
#, fuzzy
|
92 |
#| msgid "Clean-up Database"
|
93 |
msgid "Cleanup complete"
|
94 |
msgstr "Čišćenje baze"
|
95 |
|
96 |
+
#: adrotate-functions.php:823
|
97 |
msgid "Action prohibited"
|
98 |
msgstr "Zabranjeno delo"
|
99 |
|
100 |
+
#: adrotate-functions.php:827
|
101 |
msgid ""
|
102 |
"The ad was saved but has an issue which might prevent it from working "
|
103 |
"properly. Review the colored ad."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: adrotate-functions.php:831
|
107 |
msgid "No data found in selected time period"
|
108 |
msgstr "Nijedan podatak nije nadjen u odredjenom vremenskom periodu"
|
109 |
|
110 |
+
#: adrotate-functions.php:835
|
111 |
msgid "Database can only be optimized or cleaned once every hour"
|
112 |
msgstr "Baza podataka može biti optimizovana ili čiste jednom svaki sat"
|
113 |
|
114 |
+
#: adrotate-functions.php:839
|
115 |
msgid "Form can not be (partially) empty!"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: adrotate-functions.php:843
|
119 |
msgid "No ads found."
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: adrotate-functions.php:847
|
123 |
msgid "Unexpected error"
|
124 |
msgstr ""
|
125 |
|
127 |
msgid "AdRotate Advertiser"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: adrotate-output.php:626
|
131 |
msgid "Oh no! Something went wrong!"
|
132 |
msgstr "O ne! Nešto nije kako treba!"
|
133 |
|
134 |
+
#: adrotate-output.php:627
|
135 |
msgid ""
|
136 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
137 |
"Verify if the url used is valid or log in via your browser."
|
140 |
"kliknuli. Verifikuj ak je url korišćen kao validan ili login via vašeg "
|
141 |
"pretraživača."
|
142 |
|
143 |
+
#: adrotate-output.php:628
|
144 |
msgid ""
|
145 |
"If you have received the url you want to visit via email, you are being "
|
146 |
"tricked!"
|
147 |
msgstr "Ako ste primili url koji želite da posetite via email, prevaeni ste!"
|
148 |
|
149 |
+
#: adrotate-output.php:629
|
150 |
msgid "Contact support if the issue persists:"
|
151 |
msgstr "Kontaktirajte podršku ako se problem nastavi:"
|
152 |
|
153 |
+
#: adrotate-output.php:644
|
154 |
#, fuzzy
|
155 |
msgid ""
|
156 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
157 |
"restrictions or does not exist!"
|
158 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
159 |
|
160 |
+
#: adrotate-output.php:646
|
161 |
#, fuzzy
|
162 |
msgid ""
|
163 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
164 |
"restrictions!"
|
165 |
msgstr "Nema vremena da se stvari urade ? Hajde da napravimo raspored !"
|
166 |
|
167 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
168 |
msgid ""
|
169 |
"Either there are no banners, they are disabled or none qualified for this "
|
170 |
"location!"
|
171 |
msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
|
172 |
|
173 |
+
#: adrotate-output.php:661
|
174 |
msgid "Error, no Ad ID set! Check your syntax!"
|
175 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
176 |
|
177 |
+
#: adrotate-output.php:667
|
178 |
#, fuzzy
|
179 |
msgid "Error, no group ID set! Check your syntax!"
|
180 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
181 |
|
182 |
+
#: adrotate-output.php:672
|
183 |
#, fuzzy
|
184 |
msgid "Error, group does not exist! Check your syntax!"
|
185 |
msgstr "Error, nema Ad ID seta! Proverite vašu syntax!"
|
186 |
|
187 |
+
#: adrotate-output.php:678
|
188 |
msgid ""
|
189 |
"There was an error locating the database tables for AdRotate. Please "
|
190 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
192 |
"Error se prikazao locirajući bazupodataka tabele za AdRotate. Molim vas "
|
193 |
"deaktivirajte i reaktivirajte AdRotate sa plugin stranice!!"
|
194 |
|
195 |
+
#: adrotate-output.php:678
|
196 |
msgid "If this does not solve the issue please seek support at"
|
197 |
msgstr "Ako ne reši problem potražite podršku na"
|
198 |
|
199 |
+
#: adrotate-output.php:684
|
200 |
msgid "An unknown error occured."
|
201 |
msgstr "Nepoznati error se ukazao."
|
202 |
|
203 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
204 |
msgid "Check adverts"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: adrotate-output.php:716
|
208 |
msgid ""
|
209 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
210 |
"site!"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: adrotate-output.php:716
|
214 |
#, fuzzy
|
215 |
#| msgid "W3 Total Caching"
|
216 |
msgid "Disable W3 Total Cache Support"
|
217 |
msgstr "W3 Total Caching"
|
218 |
|
219 |
+
#: adrotate-output.php:719
|
220 |
msgid ""
|
221 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
222 |
"not set."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: adrotate-output.php:719
|
226 |
msgid "How to configure W3 Total Cache"
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:723
|
230 |
msgid ""
|
231 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: adrotate-output.php:723
|
235 |
msgid "Disable Borlabs Cache Support"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adrotate-output.php:731
|
239 |
msgid ""
|
240 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: adrotate-output.php:731
|
244 |
msgid "Enable Fragment Caching"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: adrotate-output.php:737
|
248 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:737
|
252 |
#, fuzzy
|
253 |
#| msgid "Where are your banner ads?"
|
254 |
msgid "Set up your banner folder"
|
255 |
msgstr "Gde su ti baneri ?"
|
256 |
|
257 |
+
#: adrotate-output.php:757
|
258 |
msgid "your attention:"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: adrotate-output.php:778 adrotate.php:447
|
262 |
#: dashboard/publisher/schedules-main.php:13
|
263 |
#, fuzzy
|
264 |
#| msgid "AdRotate Pro"
|
265 |
msgid "Get AdRotate Pro"
|
266 |
msgstr "AdRotate Pro"
|
267 |
|
268 |
+
#: adrotate-output.php:779
|
269 |
msgid ""
|
270 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
271 |
"Schedules and more..."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: adrotate-output.php:779
|
275 |
#, php-format
|
276 |
msgid ""
|
277 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: adrotate-output.php:779
|
281 |
msgid "Thank you for your support!"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: adrotate-output.php:847
|
285 |
msgid ""
|
286 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
287 |
"menu. If you need help getting started take a look at the"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: adrotate-output.php:847
|
291 |
msgid "manuals"
|
292 |
msgstr "priručnici"
|
293 |
|
294 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
295 |
msgid "and"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: adrotate-output.php:847
|
299 |
msgid "forums"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: adrotate-output.php:939
|
303 |
#, fuzzy
|
304 |
msgid "Help AdRotate Grow"
|
305 |
msgstr "Zaglavili ste se sa AdRotate ? Ja ću vam pomoći !"
|
306 |
|
307 |
+
#: adrotate-output.php:940 adrotate.php:152
|
308 |
#, fuzzy
|
309 |
msgid "AdRotate Professional"
|
310 |
msgstr "AdRotate promocije"
|
311 |
|
312 |
+
#: adrotate-output.php:947
|
313 |
msgid ""
|
314 |
"Many users only think to review AdRotate when something goes wrong while "
|
315 |
"thousands of people happily use AdRotate."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: adrotate-output.php:947
|
319 |
msgid "If you find AdRotate useful please leave your"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: adrotate-output.php:947
|
323 |
msgid "rating"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: adrotate-output.php:947
|
327 |
#, fuzzy
|
328 |
msgid "review"
|
329 |
msgstr "Dajte ocenu i komentar"
|
330 |
|
331 |
+
#: adrotate-output.php:947
|
332 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: adrotate-output.php:948
|
336 |
msgid ""
|
337 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
338 |
"AdRotate Pro."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: adrotate-output.php:948
|
342 |
msgid "Includes premium support and free updates!"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: adrotate-output.php:948
|
346 |
#, fuzzy
|
347 |
#| msgid "Go Pro today"
|
348 |
msgid "Get started today"
|
1200 |
#: dashboard/publisher/adverts-edit.php:209
|
1201 |
#: dashboard/publisher/adverts-edit.php:407
|
1202 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1203 |
#: dashboard/publisher/groups-edit.php:285
|
1204 |
msgid "Widget"
|
1205 |
msgstr ""
|
1912 |
msgid "Disabled"
|
1913 |
msgstr "Onemogući odgovore"
|
1914 |
|
1915 |
+
#: dashboard/publisher/groups-edit.php:205
|
1916 |
+
#: dashboard/publisher/groups-edit.php:245
|
1917 |
+
#, fuzzy
|
1918 |
+
msgid "Widget (Pro only)"
|
1919 |
+
msgstr "AdRotate Pro"
|
1920 |
+
|
1921 |
#: dashboard/publisher/groups-edit.php:206
|
1922 |
#: dashboard/publisher/groups-edit.php:246
|
1923 |
#, fuzzy
|
2673 |
|
2674 |
#: dashboard/settings/maintenance.php:31
|
2675 |
#, fuzzy
|
2676 |
+
msgid "Delete stats older than 365 days."
|
2677 |
msgstr "Uloga obrisati oglase i resetovanje ."
|
2678 |
|
2679 |
#: dashboard/settings/maintenance.php:32
|
3849 |
#~ msgid "Weight:"
|
3850 |
#~ msgstr "Težina:"
|
3851 |
|
|
|
|
|
|
|
|
|
3852 |
#~ msgid "Sortorder:"
|
3853 |
#~ msgstr "Poredak:"
|
3854 |
|
language/adrotate-sv_SV.mo
CHANGED
Binary file
|
language/adrotate-sv_SV.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2019-
|
6 |
-
"PO-Revision-Date: 2019-
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: sv_SE\n"
|
@@ -17,110 +17,110 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: adrotate-functions.php:
|
21 |
msgid "No files found"
|
22 |
msgstr "Inga filer hittades"
|
23 |
|
24 |
-
#: adrotate-functions.php:
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder inte hittas eller inte tillgänglig"
|
27 |
|
28 |
-
#: adrotate-functions.php:
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: adrotate-functions.php:
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: adrotate-functions.php:
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Annons(er) raderas"
|
39 |
|
40 |
-
#: adrotate-functions.php:
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupp raderad"
|
43 |
|
44 |
-
#: adrotate-functions.php:
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Annons(er) statistik återställning"
|
47 |
|
48 |
-
#: adrotate-functions.php:
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Annons(er) förnyas"
|
51 |
|
52 |
-
#: adrotate-functions.php:
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Annons(er) avaktiveras"
|
55 |
|
56 |
-
#: adrotate-functions.php:
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Annons(er) aktiveras"
|
59 |
|
60 |
-
#: adrotate-functions.php:
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupp inklusive dess annonser raderade"
|
63 |
|
64 |
-
#: adrotate-functions.php:
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "export skapad"
|
68 |
|
69 |
-
#: adrotate-functions.php:
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: adrotate-functions.php:
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Inställningar sparas"
|
78 |
|
79 |
-
#: adrotate-functions.php:
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Databas optimerad"
|
82 |
|
83 |
-
#: adrotate-functions.php:
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Databas reparation"
|
86 |
|
87 |
-
#: adrotate-functions.php:
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "annonser utvärderas och status har rättats till vid behov"
|
90 |
|
91 |
-
#: adrotate-functions.php:
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Städa upp Databas"
|
96 |
|
97 |
-
#: adrotate-functions.php:
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Åtgärden förbjuden"
|
100 |
|
101 |
-
#: adrotate-functions.php:
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: adrotate-functions.php:
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "Inga data finns i vald tidsperiod"
|
110 |
|
111 |
-
#: adrotate-functions.php:
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "Databas kan endast optimeras eller rengöras en gång i timmen"
|
114 |
|
115 |
-
#: adrotate-functions.php:
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: adrotate-functions.php:
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: adrotate-functions.php:
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
@@ -128,11 +128,11 @@ msgstr ""
|
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: adrotate-output.php:
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr "Åh nej! Något gick fel!"
|
134 |
|
135 |
-
#: adrotate-output.php:
|
136 |
msgid ""
|
137 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
138 |
"Verify if the url used is valid or log in via your browser."
|
@@ -141,18 +141,18 @@ msgstr ""
|
|
141 |
"klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
|
142 |
"via webbläsaren."
|
143 |
|
144 |
-
#: adrotate-output.php:
|
145 |
msgid ""
|
146 |
"If you have received the url you want to visit via email, you are being "
|
147 |
"tricked!"
|
148 |
msgstr ""
|
149 |
"Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
|
150 |
|
151 |
-
#: adrotate-output.php:
|
152 |
msgid "Contact support if the issue persists:"
|
153 |
msgstr "Kontakta support om problemet kvarstår:"
|
154 |
|
155 |
-
#: adrotate-output.php:
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions or does not exist!"
|
@@ -160,7 +160,7 @@ msgstr ""
|
|
160 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
161 |
"geolokalisering restriktioner eller finns inte!"
|
162 |
|
163 |
-
#: adrotate-output.php:
|
164 |
msgid ""
|
165 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
166 |
"restrictions!"
|
@@ -168,7 +168,7 @@ msgstr ""
|
|
168 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
169 |
"geolokalisering begränsningar!"
|
170 |
|
171 |
-
#: adrotate-output.php:
|
172 |
msgid ""
|
173 |
"Either there are no banners, they are disabled or none qualified for this "
|
174 |
"location!"
|
@@ -176,19 +176,19 @@ msgstr ""
|
|
176 |
"Antingen finns det inga banderoller, de har inaktiverats eller inga "
|
177 |
"kvalificerade för den här platsen!"
|
178 |
|
179 |
-
#: adrotate-output.php:
|
180 |
msgid "Error, no Ad ID set! Check your syntax!"
|
181 |
msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
|
182 |
|
183 |
-
#: adrotate-output.php:
|
184 |
msgid "Error, no group ID set! Check your syntax!"
|
185 |
msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
|
186 |
|
187 |
-
#: adrotate-output.php:
|
188 |
msgid "Error, group does not exist! Check your syntax!"
|
189 |
msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
|
190 |
|
191 |
-
#: adrotate-output.php:
|
192 |
msgid ""
|
193 |
"There was an error locating the database tables for AdRotate. Please "
|
194 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
@@ -196,158 +196,158 @@ msgstr ""
|
|
196 |
"Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
|
197 |
"avaktivera och återaktivera AdRotate från plugin sidan!"
|
198 |
|
199 |
-
#: adrotate-output.php:
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Om detta inte löser problemet vänligen söka stöd hos"
|
202 |
|
203 |
-
#: adrotate-output.php:
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Ett okänt fel uppstod."
|
206 |
|
207 |
-
#: adrotate-output.php:
|
208 |
msgid "Check adverts"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: adrotate-output.php:
|
212 |
msgid ""
|
213 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
214 |
"site!"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: adrotate-output.php:
|
218 |
#, fuzzy
|
219 |
#| msgid "W3 Total Caching"
|
220 |
msgid "Disable W3 Total Cache Support"
|
221 |
msgstr "W3 Total Caching"
|
222 |
|
223 |
-
#: adrotate-output.php:
|
224 |
msgid ""
|
225 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
226 |
"not set."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: adrotate-output.php:
|
230 |
msgid "How to configure W3 Total Cache"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: adrotate-output.php:
|
234 |
msgid ""
|
235 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: adrotate-output.php:
|
239 |
msgid "Disable Borlabs Cache Support"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: adrotate-output.php:
|
243 |
msgid ""
|
244 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: adrotate-output.php:
|
248 |
msgid "Enable Fragment Caching"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: adrotate-output.php:
|
252 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: adrotate-output.php:
|
256 |
#, fuzzy
|
257 |
#| msgid "Where are your banner ads?"
|
258 |
msgid "Set up your banner folder"
|
259 |
msgstr "Var är dina bannerannonser?"
|
260 |
|
261 |
-
#: adrotate-output.php:
|
262 |
msgid "your attention:"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: adrotate-output.php:
|
266 |
#: dashboard/publisher/schedules-main.php:13
|
267 |
#, fuzzy
|
268 |
#| msgid "AdRotate Pro"
|
269 |
msgid "Get AdRotate Pro"
|
270 |
msgstr "AdRotate Pro"
|
271 |
|
272 |
-
#: adrotate-output.php:
|
273 |
msgid ""
|
274 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
275 |
"Schedules and more..."
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: adrotate-output.php:
|
279 |
#, php-format
|
280 |
msgid ""
|
281 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: adrotate-output.php:
|
285 |
#, fuzzy
|
286 |
msgid "Thank you for your support!"
|
287 |
msgstr "Tack. Din licens är nu aktiv"
|
288 |
|
289 |
-
#: adrotate-output.php:
|
290 |
msgid ""
|
291 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
292 |
"menu. If you need help getting started take a look at the"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: adrotate-output.php:
|
296 |
msgid "manuals"
|
297 |
msgstr "manual"
|
298 |
|
299 |
-
#: adrotate-output.php:
|
300 |
msgid "and"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: adrotate-output.php:
|
304 |
msgid "forums"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: adrotate-output.php:
|
308 |
#, fuzzy
|
309 |
msgid "Help AdRotate Grow"
|
310 |
msgstr "Fastnat med AdRotate? Jag hjälper!"
|
311 |
|
312 |
-
#: adrotate-output.php:
|
313 |
#, fuzzy
|
314 |
msgid "AdRotate Professional"
|
315 |
msgstr "AdRotate"
|
316 |
|
317 |
-
#: adrotate-output.php:
|
318 |
msgid ""
|
319 |
"Many users only think to review AdRotate when something goes wrong while "
|
320 |
"thousands of people happily use AdRotate."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: adrotate-output.php:
|
324 |
msgid "If you find AdRotate useful please leave your"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: adrotate-output.php:
|
328 |
msgid "rating"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: adrotate-output.php:
|
332 |
#, fuzzy
|
333 |
msgid "review"
|
334 |
msgstr "Betygsätt och omdöme"
|
335 |
|
336 |
-
#: adrotate-output.php:
|
337 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: adrotate-output.php:
|
341 |
msgid ""
|
342 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
343 |
"AdRotate Pro."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: adrotate-output.php:
|
347 |
msgid "Includes premium support and free updates!"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: adrotate-output.php:
|
351 |
#, fuzzy
|
352 |
#| msgid "Go Pro today"
|
353 |
msgid "Get started today"
|
@@ -1201,8 +1201,6 @@ msgstr "Användning"
|
|
1201 |
#: dashboard/publisher/adverts-edit.php:209
|
1202 |
#: dashboard/publisher/adverts-edit.php:407
|
1203 |
#: dashboard/publisher/groups-edit.php:136
|
1204 |
-
#: dashboard/publisher/groups-edit.php:205
|
1205 |
-
#: dashboard/publisher/groups-edit.php:245
|
1206 |
#: dashboard/publisher/groups-edit.php:285
|
1207 |
msgid "Widget"
|
1208 |
msgstr ""
|
@@ -1903,6 +1901,12 @@ msgstr ""
|
|
1903 |
msgid "Disabled"
|
1904 |
msgstr "Inaktivera annonser"
|
1905 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1906 |
#: dashboard/publisher/groups-edit.php:206
|
1907 |
#: dashboard/publisher/groups-edit.php:246
|
1908 |
#, fuzzy
|
@@ -2658,7 +2662,7 @@ msgstr ""
|
|
2658 |
#: dashboard/settings/maintenance.php:31
|
2659 |
#, fuzzy
|
2660 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2661 |
-
msgid "Delete stats older than
|
2662 |
msgstr "Radera statistik äldre än 356 dagar (tillval)."
|
2663 |
|
2664 |
#: dashboard/settings/maintenance.php:32
|
@@ -3821,10 +3825,6 @@ msgstr ""
|
|
3821 |
#~ msgid "Weight:"
|
3822 |
#~ msgstr "Vikt:"
|
3823 |
|
3824 |
-
#, fuzzy
|
3825 |
-
#~ msgid "AdRotate Pro only"
|
3826 |
-
#~ msgstr "AdRotate Pro"
|
3827 |
-
|
3828 |
#~ msgid "Sortorder:"
|
3829 |
#~ msgstr "Sorteringsordning:"
|
3830 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AdRotate\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-02-25 19:09-0500\n"
|
6 |
+
"PO-Revision-Date: 2019-02-25 19:09-0500\n"
|
7 |
"Last-Translator: Arnan de Gans <support@ajdg.solutions>\n"
|
8 |
"Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
|
9 |
"Language: sv_SE\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: adrotate-functions.php:669
|
21 |
msgid "No files found"
|
22 |
msgstr "Inga filer hittades"
|
23 |
|
24 |
+
#: adrotate-functions.php:672
|
25 |
msgid "Folder not found or not accessible"
|
26 |
msgstr "Folder inte hittas eller inte tillgänglig"
|
27 |
|
28 |
+
#: adrotate-functions.php:757
|
29 |
msgid "Ad saved"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: adrotate-functions.php:761
|
33 |
msgid "Group saved"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: adrotate-functions.php:765
|
37 |
msgid "Ad(s) deleted"
|
38 |
msgstr "Annons(er) raderas"
|
39 |
|
40 |
+
#: adrotate-functions.php:769
|
41 |
msgid "Group deleted"
|
42 |
msgstr "Grupp raderad"
|
43 |
|
44 |
+
#: adrotate-functions.php:773
|
45 |
msgid "Ad(s) statistics reset"
|
46 |
msgstr "Annons(er) statistik återställning"
|
47 |
|
48 |
+
#: adrotate-functions.php:777
|
49 |
msgid "Ad(s) renewed"
|
50 |
msgstr "Annons(er) förnyas"
|
51 |
|
52 |
+
#: adrotate-functions.php:781
|
53 |
msgid "Ad(s) deactivated"
|
54 |
msgstr "Annons(er) avaktiveras"
|
55 |
|
56 |
+
#: adrotate-functions.php:785
|
57 |
msgid "Ad(s) activated"
|
58 |
msgstr "Annons(er) aktiveras"
|
59 |
|
60 |
+
#: adrotate-functions.php:789
|
61 |
msgid "Group including it's Ads deleted"
|
62 |
msgstr "Grupp inklusive dess annonser raderade"
|
63 |
|
64 |
+
#: adrotate-functions.php:793
|
65 |
#, fuzzy
|
66 |
msgid "Export created"
|
67 |
msgstr "export skapad"
|
68 |
|
69 |
+
#: adrotate-functions.php:797
|
70 |
msgid ""
|
71 |
"Advert HTML generated and placed in the AdCode field. Configure your advert "
|
72 |
"below."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: adrotate-functions.php:802
|
76 |
msgid "Settings saved"
|
77 |
msgstr "Inställningar sparas"
|
78 |
|
79 |
+
#: adrotate-functions.php:806
|
80 |
msgid "Database optimized"
|
81 |
msgstr "Databas optimerad"
|
82 |
|
83 |
+
#: adrotate-functions.php:810
|
84 |
msgid "Database repaired"
|
85 |
msgstr "Databas reparation"
|
86 |
|
87 |
+
#: adrotate-functions.php:814
|
88 |
msgid "Ads evaluated and statuses have been corrected where required"
|
89 |
msgstr "annonser utvärderas och status har rättats till vid behov"
|
90 |
|
91 |
+
#: adrotate-functions.php:818
|
92 |
#, fuzzy
|
93 |
#| msgid "Clean-up Database"
|
94 |
msgid "Cleanup complete"
|
95 |
msgstr "Städa upp Databas"
|
96 |
|
97 |
+
#: adrotate-functions.php:823
|
98 |
msgid "Action prohibited"
|
99 |
msgstr "Åtgärden förbjuden"
|
100 |
|
101 |
+
#: adrotate-functions.php:827
|
102 |
msgid ""
|
103 |
"The ad was saved but has an issue which might prevent it from working "
|
104 |
"properly. Review the colored ad."
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: adrotate-functions.php:831
|
108 |
msgid "No data found in selected time period"
|
109 |
msgstr "Inga data finns i vald tidsperiod"
|
110 |
|
111 |
+
#: adrotate-functions.php:835
|
112 |
msgid "Database can only be optimized or cleaned once every hour"
|
113 |
msgstr "Databas kan endast optimeras eller rengöras en gång i timmen"
|
114 |
|
115 |
+
#: adrotate-functions.php:839
|
116 |
msgid "Form can not be (partially) empty!"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: adrotate-functions.php:843
|
120 |
msgid "No ads found."
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: adrotate-functions.php:847
|
124 |
msgid "Unexpected error"
|
125 |
msgstr ""
|
126 |
|
128 |
msgid "AdRotate Advertiser"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: adrotate-output.php:626
|
132 |
msgid "Oh no! Something went wrong!"
|
133 |
msgstr "Åh nej! Något gick fel!"
|
134 |
|
135 |
+
#: adrotate-output.php:627
|
136 |
msgid ""
|
137 |
"WordPress was unable to verify the authenticity of the url you have clicked. "
|
138 |
"Verify if the url used is valid or log in via your browser."
|
141 |
"klickat. Kontrollera att webbadressen som används är giltigt eller logga in "
|
142 |
"via webbläsaren."
|
143 |
|
144 |
+
#: adrotate-output.php:628
|
145 |
msgid ""
|
146 |
"If you have received the url you want to visit via email, you are being "
|
147 |
"tricked!"
|
148 |
msgstr ""
|
149 |
"Om du har fått webbadressen du vill besöka via e-post, är du bli lurad!"
|
150 |
|
151 |
+
#: adrotate-output.php:629
|
152 |
msgid "Contact support if the issue persists:"
|
153 |
msgstr "Kontakta support om problemet kvarstår:"
|
154 |
|
155 |
+
#: adrotate-output.php:644
|
156 |
msgid ""
|
157 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
158 |
"restrictions or does not exist!"
|
160 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
161 |
"geolokalisering restriktioner eller finns inte!"
|
162 |
|
163 |
+
#: adrotate-output.php:646
|
164 |
msgid ""
|
165 |
"Error, Ad is not available at this time due to schedule/geolocation "
|
166 |
"restrictions!"
|
168 |
"Fel, Annonsen är inte tillgänglig just nu på grund av schema / "
|
169 |
"geolokalisering begränsningar!"
|
170 |
|
171 |
+
#: adrotate-output.php:653 adrotate-output.php:655
|
172 |
msgid ""
|
173 |
"Either there are no banners, they are disabled or none qualified for this "
|
174 |
"location!"
|
176 |
"Antingen finns det inga banderoller, de har inaktiverats eller inga "
|
177 |
"kvalificerade för den här platsen!"
|
178 |
|
179 |
+
#: adrotate-output.php:661
|
180 |
msgid "Error, no Ad ID set! Check your syntax!"
|
181 |
msgstr "Fel, ingen annons ID set! Kontrollera din syntax!"
|
182 |
|
183 |
+
#: adrotate-output.php:667
|
184 |
msgid "Error, no group ID set! Check your syntax!"
|
185 |
msgstr "Fel, ingen grupp-ID satt! Kontrollera din syntax!"
|
186 |
|
187 |
+
#: adrotate-output.php:672
|
188 |
msgid "Error, group does not exist! Check your syntax!"
|
189 |
msgstr "Fel, gruppen existerar inte! Kontrollera din syntax!"
|
190 |
|
191 |
+
#: adrotate-output.php:678
|
192 |
msgid ""
|
193 |
"There was an error locating the database tables for AdRotate. Please "
|
194 |
"deactivate and re-activate AdRotate from the plugin page!!"
|
196 |
"Det uppstod ett fel lokalisera databastabeller för AdRotate. Vänligen "
|
197 |
"avaktivera och återaktivera AdRotate från plugin sidan!"
|
198 |
|
199 |
+
#: adrotate-output.php:678
|
200 |
msgid "If this does not solve the issue please seek support at"
|
201 |
msgstr "Om detta inte löser problemet vänligen söka stöd hos"
|
202 |
|
203 |
+
#: adrotate-output.php:684
|
204 |
msgid "An unknown error occured."
|
205 |
msgstr "Ett okänt fel uppstod."
|
206 |
|
207 |
+
#: adrotate-output.php:704 adrotate-output.php:707 adrotate-output.php:711
|
208 |
msgid "Check adverts"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: adrotate-output.php:716
|
212 |
msgid ""
|
213 |
"You have enabled caching support but W3 Total Cache is not active on your "
|
214 |
"site!"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: adrotate-output.php:716
|
218 |
#, fuzzy
|
219 |
#| msgid "W3 Total Caching"
|
220 |
msgid "Disable W3 Total Cache Support"
|
221 |
msgstr "W3 Total Caching"
|
222 |
|
223 |
+
#: adrotate-output.php:719
|
224 |
msgid ""
|
225 |
"You have enable caching support but the W3TC_DYNAMIC_SECURITY definition is "
|
226 |
"not set."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: adrotate-output.php:719
|
230 |
msgid "How to configure W3 Total Cache"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: adrotate-output.php:723
|
234 |
msgid ""
|
235 |
"You have enable caching support but Borlabs Cache is not active on your site!"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: adrotate-output.php:723
|
239 |
msgid "Disable Borlabs Cache Support"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: adrotate-output.php:731
|
243 |
msgid ""
|
244 |
"You have enabled Borlabs Cache support but Fragment caching is not enabled!"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: adrotate-output.php:731
|
248 |
msgid "Enable Fragment Caching"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: adrotate-output.php:737
|
252 |
msgid "Your AdRotate Banner folder is not writable or does not exist."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: adrotate-output.php:737
|
256 |
#, fuzzy
|
257 |
#| msgid "Where are your banner ads?"
|
258 |
msgid "Set up your banner folder"
|
259 |
msgstr "Var är dina bannerannonser?"
|
260 |
|
261 |
+
#: adrotate-output.php:757
|
262 |
msgid "your attention:"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: adrotate-output.php:778 adrotate.php:447
|
266 |
#: dashboard/publisher/schedules-main.php:13
|
267 |
#, fuzzy
|
268 |
#| msgid "AdRotate Pro"
|
269 |
msgid "Get AdRotate Pro"
|
270 |
msgstr "AdRotate Pro"
|
271 |
|
272 |
+
#: adrotate-output.php:779
|
273 |
msgid ""
|
274 |
"Upgrade to <strong>AdRotate Professional</strong> and get Geo Targeting, "
|
275 |
"Schedules and more..."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: adrotate-output.php:779
|
279 |
#, php-format
|
280 |
msgid ""
|
281 |
"Use discount code <b>getadrotatepro</b> for 10% off on any AdRotate license!"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: adrotate-output.php:779
|
285 |
#, fuzzy
|
286 |
msgid "Thank you for your support!"
|
287 |
msgstr "Tack. Din licens är nu aktiv"
|
288 |
|
289 |
+
#: adrotate-output.php:847
|
290 |
msgid ""
|
291 |
"Thank you for choosing AdRotate. Everything related to AdRotate is in this "
|
292 |
"menu. If you need help getting started take a look at the"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: adrotate-output.php:847
|
296 |
msgid "manuals"
|
297 |
msgstr "manual"
|
298 |
|
299 |
+
#: adrotate-output.php:847 adrotate-output.php:947
|
300 |
msgid "and"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: adrotate-output.php:847
|
304 |
msgid "forums"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: adrotate-output.php:939
|
308 |
#, fuzzy
|
309 |
msgid "Help AdRotate Grow"
|
310 |
msgstr "Fastnat med AdRotate? Jag hjälper!"
|
311 |
|
312 |
+
#: adrotate-output.php:940 adrotate.php:152
|
313 |
#, fuzzy
|
314 |
msgid "AdRotate Professional"
|
315 |
msgstr "AdRotate"
|
316 |
|
317 |
+
#: adrotate-output.php:947
|
318 |
msgid ""
|
319 |
"Many users only think to review AdRotate when something goes wrong while "
|
320 |
"thousands of people happily use AdRotate."
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: adrotate-output.php:947
|
324 |
msgid "If you find AdRotate useful please leave your"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: adrotate-output.php:947
|
328 |
msgid "rating"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: adrotate-output.php:947
|
332 |
#, fuzzy
|
333 |
msgid "review"
|
334 |
msgstr "Betygsätt och omdöme"
|
335 |
|
336 |
+
#: adrotate-output.php:947
|
337 |
msgid "on WordPress.org to help AdRotate grow in a positive way"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: adrotate-output.php:948
|
341 |
msgid ""
|
342 |
"Get more advanced features like Geo Targeting, scheduling and much more with "
|
343 |
"AdRotate Pro."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: adrotate-output.php:948
|
347 |
msgid "Includes premium support and free updates!"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: adrotate-output.php:948
|
351 |
#, fuzzy
|
352 |
#| msgid "Go Pro today"
|
353 |
msgid "Get started today"
|
1201 |
#: dashboard/publisher/adverts-edit.php:209
|
1202 |
#: dashboard/publisher/adverts-edit.php:407
|
1203 |
#: dashboard/publisher/groups-edit.php:136
|
|
|
|
|
1204 |
#: dashboard/publisher/groups-edit.php:285
|
1205 |
msgid "Widget"
|
1206 |
msgstr ""
|
1901 |
msgid "Disabled"
|
1902 |
msgstr "Inaktivera annonser"
|
1903 |
|
1904 |
+
#: dashboard/publisher/groups-edit.php:205
|
1905 |
+
#: dashboard/publisher/groups-edit.php:245
|
1906 |
+
#, fuzzy
|
1907 |
+
msgid "Widget (Pro only)"
|
1908 |
+
msgstr "AdRotate Pro"
|
1909 |
+
|
1910 |
#: dashboard/publisher/groups-edit.php:206
|
1911 |
#: dashboard/publisher/groups-edit.php:246
|
1912 |
#, fuzzy
|
2662 |
#: dashboard/settings/maintenance.php:31
|
2663 |
#, fuzzy
|
2664 |
#| msgid "Delete stats older than 356 days (Optional)."
|
2665 |
+
msgid "Delete stats older than 365 days."
|
2666 |
msgstr "Radera statistik äldre än 356 dagar (tillval)."
|
2667 |
|
2668 |
#: dashboard/settings/maintenance.php:32
|
3825 |
#~ msgid "Weight:"
|
3826 |
#~ msgstr "Vikt:"
|
3827 |
|
|
|
|
|
|
|
|
|
3828 |
#~ msgid "Sortorder:"
|
3829 |
#~ msgstr "Sorteringsordning:"
|
3830 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.arnan.me/donate.html
|
|
4 |
Tags: ads, advert, adsense, advertising, doubleclick, responsive adverts, ad manager, banner manager, advert manager, monetise, advertisement, banner
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.0
|
7 |
-
Stable tag: 4.15.
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
@@ -97,21 +97,13 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/)!
|
|
97 |
|
98 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
|
99 |
|
100 |
-
= 4.15.
|
101 |
-
* [fix]
|
|
|
102 |
|
103 |
-
= 4.
|
104 |
-
* [
|
105 |
-
* [i18n] Updated
|
106 |
-
|
107 |
-
= 4.18.1 PRO =
|
108 |
-
* [fix] Post injection not always working with Caching plugins
|
109 |
-
|
110 |
-
= 4.18 PRO =
|
111 |
-
* [change] Now uses AdRotate Geo v5
|
112 |
-
* [new] Post injection now compatible with Caching plugins
|
113 |
-
* [fix] AdRotate Geo sending empty responses
|
114 |
-
* [i18n] Updated translations
|
115 |
|
116 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/).
|
117 |
|
4 |
Tags: ads, advert, adsense, advertising, doubleclick, responsive adverts, ad manager, banner manager, advert manager, monetise, advertisement, banner
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.0
|
7 |
+
Stable tag: 4.15.2
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
97 |
|
98 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
|
99 |
|
100 |
+
= 4.15.2 FREE =
|
101 |
+
* [fix] Typos in the dashboard
|
102 |
+
* [i18n] Updated translation files
|
103 |
|
104 |
+
= 4.18.2 PRO =
|
105 |
+
* [fix] Incorrect slug for updates
|
106 |
+
* [i18n] Updated translation files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/).
|
109 |
|