AdRotate Banner Manager - Version 3.13.1

Version Description

  • [change] Compatibility update for AdRotate Pro 3.17
  • [change] Compatibility update for AdRotate Switch 1.3
  • [change] Small tweaks to the dashboard
  • [i18n] New and changed translation strings

All recent changes are available on the AdRotate website.

=

Download this release

Release Info

Developer adegans
Plugin Icon 128x128 AdRotate Banner Manager
Version 3.13.1
Comparing to
See all releases

Code changes from version 3.13 to 3.13.1

adrotate-setup.php CHANGED
@@ -469,8 +469,17 @@ function adrotate_database_install() {
469
  `stoptime` int(15) unsigned NOT NULL default '0',
470
  `maxclicks` int(15) unsigned NOT NULL default '0',
471
  `maximpressions` int(15) unsigned NOT NULL default '0',
472
- `spread` varchar(5) NOT NULL default 'N',
473
  `dayimpressions` int(15) unsigned NOT NULL default '0',
 
 
 
 
 
 
 
 
 
474
  PRIMARY KEY (`id`),
475
  KEY `starttime` (`starttime`)
476
  ) ".$charset_collate.$engine.";");
@@ -761,6 +770,20 @@ function adrotate_database_upgrade() {
761
  $wpdb->query("ALTER TABLE `{$wpdb->prefix}adrotate` CHANGE `responsive` `responsive` varchar(2) NOT NULL default 'N';");
762
  }
763
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
764
  update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
765
  }
766
 
@@ -942,6 +965,7 @@ function adrotate_optimize_database() {
942
 
943
  if($adrotate_db_timer < ($now - 86400)) {
944
  dbDelta("OPTIMIZE TABLE `{$wpdb->prefix}adrotate`, `{$wpdb->prefix}adrotate_groups`, `{$wpdb->prefix}adrotate_linkmeta`, `{$wpdb->prefix}adrotate_stats`, `{$wpdb->prefix}adrotate_tracker`, `{$wpdb->prefix}adrotate_schedule`, ;");
 
945
  update_option('adrotate_db_timer', $now);
946
  adrotate_return('adrotate-settings', 403);
947
  } else {
469
  `stoptime` int(15) unsigned NOT NULL default '0',
470
  `maxclicks` int(15) unsigned NOT NULL default '0',
471
  `maximpressions` int(15) unsigned NOT NULL default '0',
472
+ `spread` char(1) NOT NULL default 'N',
473
  `dayimpressions` int(15) unsigned NOT NULL default '0',
474
+ `daystarttime` char(4) NOT NULL default '0000',
475
+ `daystoptime` char(4) NOT NULL default '0000',
476
+ `day_mon` char(1) NOT NULL default 'Y',
477
+ `day_tue` char(1) NOT NULL default 'Y',
478
+ `day_wed` char(1) NOT NULL default 'Y',
479
+ `day_thu` char(1) NOT NULL default 'Y',
480
+ `day_fri` char(1) NOT NULL default 'Y',
481
+ `day_sat` char(1) NOT NULL default 'Y',
482
+ `day_sun` char(1) NOT NULL default 'Y',
483
  PRIMARY KEY (`id`),
484
  KEY `starttime` (`starttime`)
485
  ) ".$charset_collate.$engine.";");
770
  $wpdb->query("ALTER TABLE `{$wpdb->prefix}adrotate` CHANGE `responsive` `responsive` varchar(2) NOT NULL default 'N';");
771
  }
772
 
773
+ // Database: 52
774
+ // AdRotate: 3.13.1
775
+ if($adrotate_db_version['current'] < 53) {
776
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'daystarttime', 'char(4) NOT NULL default \'0000\' AFTER `dayimpressions`');
777
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'daystoptime', 'char(4) NOT NULL default \'0000\' AFTER `daystarttime`');
778
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_mon', 'char(1) NOT NULL default \'Y\' AFTER `daystoptime`');
779
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_tue', 'char(1) NOT NULL default \'Y\' AFTER `day_mon`');
780
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_wed', 'char(1) NOT NULL default \'Y\' AFTER `day_tue`');
781
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_thu', 'char(1) NOT NULL default \'Y\' AFTER `day_wed`');
782
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_fri', 'char(1) NOT NULL default \'Y\' AFTER `day_thu`');
783
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_sat', 'char(1) NOT NULL default \'Y\' AFTER `day_fri`');
784
+ adrotate_add_column("{$wpdb->prefix}adrotate_schedule", 'day_sun', 'char(1) NOT NULL default \'Y\' AFTER `day_sat`');
785
+ }
786
+
787
  update_option("adrotate_db_version", array('current' => ADROTATE_DB_VERSION, 'previous' => $adrotate_db_version['current']));
788
  }
789
 
965
 
966
  if($adrotate_db_timer < ($now - 86400)) {
967
  dbDelta("OPTIMIZE TABLE `{$wpdb->prefix}adrotate`, `{$wpdb->prefix}adrotate_groups`, `{$wpdb->prefix}adrotate_linkmeta`, `{$wpdb->prefix}adrotate_stats`, `{$wpdb->prefix}adrotate_tracker`, `{$wpdb->prefix}adrotate_schedule`, ;");
968
+ dbDelta("REPAIR TABLE `{$wpdb->prefix}adrotate`, `{$wpdb->prefix}adrotate_groups`, `{$wpdb->prefix}adrotate_linkmeta`, `{$wpdb->prefix}adrotate_stats`, `{$wpdb->prefix}adrotate_tracker`, `{$wpdb->prefix}adrotate_schedule`;");
969
  update_option('adrotate_db_timer', $now);
970
  adrotate_return('adrotate-settings', 403);
971
  } else {
adrotate.php CHANGED
@@ -5,7 +5,9 @@ Plugin URI: https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=
5
  Author: Arnan de Gans of AJdG Solutions
6
  Author URI: http://ajdg.solutions/?pk_campaign=adrotatefree-pluginpage
7
  Description: Used on over a hundred thousand websites and by even more people! AdRotate is the popular choice for monetizing your website with adverts while keeping things simple.
8
- Version: 3.13
 
 
9
  License: GPLv3
10
  */
11
 
@@ -20,9 +22,9 @@ License: GPLv3
20
  ------------------------------------------------------------------------------------ */
21
 
22
  /*--- AdRotate values ---------------------------------------*/
23
- define("ADROTATE_DISPLAY", '3.13');
24
  define("ADROTATE_VERSION", 380);
25
- define("ADROTATE_DB_VERSION", 52);
26
  /*-----------------------------------------------------------*/
27
 
28
  /*--- Load Files --------------------------------------------*/
5
  Author: Arnan de Gans of AJdG Solutions
6
  Author URI: http://ajdg.solutions/?pk_campaign=adrotatefree-pluginpage
7
  Description: Used on over a hundred thousand websites and by even more people! AdRotate is the popular choice for monetizing your website with adverts while keeping things simple.
8
+ Text Domain: adrotate
9
+ Domain Path: /languages/
10
+ Version: 3.13.1
11
  License: GPLv3
12
  */
13
 
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
+ define("ADROTATE_DISPLAY", '3.13.1');
26
  define("ADROTATE_VERSION", 380);
27
+ define("ADROTATE_DB_VERSION", 53);
28
  /*-----------------------------------------------------------*/
29
 
30
  /*--- Load Files --------------------------------------------*/
dashboard/publisher/adverts-edit.php CHANGED
@@ -14,7 +14,9 @@ if(!$ad_edit_id) {
14
  if($edit_id == 0) {
15
  $wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => 'dropdown', 'image' => '', 'link' => '', 'tracker' => 'N', 'mobile' => 'N', 'tablet' => 'N', 'responsive' => 'N', 'type' => 'empty', 'weight' => 6, 'sortorder' => 0, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
16
  $edit_id = $wpdb->insert_id;
17
- $wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0));
 
 
18
  $schedule_id = $wpdb->insert_id;
19
  $wpdb->insert($wpdb->prefix.'adrotate_linkmeta', array('ad' => $edit_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
20
  }
@@ -284,7 +286,7 @@ if($edit_banner->imagetype == "field") {
284
  </tr>
285
  </tbody>
286
  </table>
287
- <center><?php _e('Create multiple schedules for each advert with AdRotate Pro.', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade today', 'adrotate'); ?></a>.</center>
288
 
289
  <p class="submit">
290
  <input tabindex="21" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
14
  if($edit_id == 0) {
15
  $wpdb->insert($wpdb->prefix."adrotate", array('title' => '', 'bannercode' => '', 'thetime' => $now, 'updated' => $now, 'author' => $current_user->user_login, 'imagetype' => 'dropdown', 'image' => '', 'link' => '', 'tracker' => 'N', 'mobile' => 'N', 'tablet' => 'N', 'responsive' => 'N', 'type' => 'empty', 'weight' => 6, 'sortorder' => 0, 'budget' => 0, 'crate' => 0, 'irate' => 0, 'cities' => serialize(array()), 'countries' => serialize(array())));
16
  $edit_id = $wpdb->insert_id;
17
+
18
+ $wpdb->insert($wpdb->prefix.'adrotate_schedule', array('name' => 'Schedule for ad '.$edit_id, 'starttime' => $now, 'stoptime' => $in84days, 'maxclicks' => 0, 'maximpressions' => 0, 'spread' => 'N', 'dayimpressions' => 0, 'daystarttime' => '0000', 'daystoptime' => '0000', 'day_mon' => 'Y', 'day_tue' => 'Y', 'day_wed' => 'Y', 'day_thu' => 'Y', 'day_fri' => 'Y', 'day_sat' => 'Y', 'day_sun' => 'Y'));
19
+
20
  $schedule_id = $wpdb->insert_id;
21
  $wpdb->insert($wpdb->prefix.'adrotate_linkmeta', array('ad' => $edit_id, 'group' => 0, 'user' => 0, 'schedule' => $schedule_id));
22
  }
286
  </tr>
287
  </tbody>
288
  </table>
289
+ <center><?php _e('Create multiple and more advanced schedules for each advert with AdRotate Pro.', 'adrotate'); ?> <a href="admin.php?page=adrotate-pro"><?php _e('Upgrade today', 'adrotate'); ?></a>.</center>
290
 
291
  <p class="submit">
292
  <input tabindex="21" type="submit" name="adrotate_ad_submit" class="button-primary" value="<?php _e('Save Advert', 'adrotate'); ?>" />
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
9
  "Language: bg_BG\n"
@@ -115,7 +115,7 @@ msgstr ""
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
- #: adrotate-manage-publisher.php:706
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
@@ -352,63 +352,63 @@ msgstr "Тази функционалност е налична в AdRotate Pro"
352
  msgid "Learn more"
353
  msgstr "Повече информация"
354
 
355
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
356
- #: dashboard/publisher/adverts-edit.php:240
357
  msgid "January"
358
  msgstr "Януари"
359
 
360
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
361
- #: dashboard/publisher/adverts-edit.php:241
362
  msgid "February"
363
  msgstr "Февруари"
364
 
365
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
366
- #: dashboard/publisher/adverts-edit.php:242
367
  msgid "March"
368
  msgstr "Март"
369
 
370
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
371
- #: dashboard/publisher/adverts-edit.php:243
372
  msgid "April"
373
  msgstr "Април"
374
 
375
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
376
- #: dashboard/publisher/adverts-edit.php:244
377
  msgid "May"
378
  msgstr "Май"
379
 
380
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
381
- #: dashboard/publisher/adverts-edit.php:245
382
  msgid "June"
383
  msgstr "Юни"
384
 
385
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
386
- #: dashboard/publisher/adverts-edit.php:246
387
  msgid "July"
388
  msgstr "Юли"
389
 
390
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
391
- #: dashboard/publisher/adverts-edit.php:247
392
  msgid "August"
393
  msgstr "Август"
394
 
395
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
396
- #: dashboard/publisher/adverts-edit.php:248
397
  msgid "September"
398
  msgstr "Септември"
399
 
400
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
401
- #: dashboard/publisher/adverts-edit.php:249
402
  msgid "October"
403
  msgstr "Октомври"
404
 
405
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
406
- #: dashboard/publisher/adverts-edit.php:250
407
  msgid "November"
408
  msgstr "Ноември"
409
 
410
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
411
- #: dashboard/publisher/adverts-edit.php:251
412
  msgid "December"
413
  msgstr "Декември"
414
 
@@ -537,7 +537,7 @@ msgstr ""
537
  "Управлението на графици и множество графици за една реклама са налични в "
538
  "AdRotate Pro."
539
 
540
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
541
  #: dashboard/publisher/adverts-main.php:114
542
  #: dashboard/publisher/groups-edit.php:75
543
  #: dashboard/publisher/groups-main.php:89
@@ -574,7 +574,7 @@ msgstr "Начало"
574
  msgid "End"
575
  msgstr "Край"
576
 
577
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
578
  #: dashboard/publisher/groups-main.php:34
579
  msgid "Ads"
580
  msgstr "Реклами"
@@ -599,12 +599,12 @@ msgstr "Можете лесно да управлявате графиците
599
  msgid "Upgrade today!"
600
  msgstr "Надградете днес!"
601
 
602
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
603
  #: dashboard/publisher/groups-edit.php:387
604
  msgid "Expires soon."
605
  msgstr "Изтича скоро."
606
 
607
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
608
  #: dashboard/publisher/groups-edit.php:388
609
  msgid "Has expired."
610
  msgstr "Изтекла."
@@ -670,7 +670,7 @@ msgstr ""
670
  "формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
671
  "е строго препоръчителен."
672
 
673
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
674
  msgid ""
675
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
676
  "filename instead of \".full\" for the various viewports."
@@ -679,13 +679,13 @@ msgstr ""
679
  "използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
680
  "файловете, вместо \".full\"."
681
 
682
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
683
  #: dashboard/publisher/groups-edit.php:312
684
  #: dashboard/publisher/groups-edit.php:320
685
  msgid "Example:"
686
  msgstr "Пример:"
687
 
688
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
689
  msgid ""
690
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
691
  "for different viewports."
@@ -977,7 +977,7 @@ msgid "Disabled Ads"
977
  msgstr "Деактивиране на реклами"
978
 
979
  #: dashboard/publisher/adverts-disabled.php:21
980
- #: dashboard/publisher/adverts-edit.php:175
981
  msgid "Activate"
982
  msgstr "Активиране"
983
 
@@ -994,17 +994,18 @@ msgid "Start / End"
994
  msgstr "Начало / Край"
995
 
996
  #: dashboard/publisher/adverts-disabled.php:37
997
- #: dashboard/publisher/adverts-edit.php:115
998
  #: dashboard/publisher/adverts-error.php:41
999
  #: dashboard/publisher/adverts-main.php:41
1000
  msgid "Title"
1001
  msgstr "Заглавие"
1002
 
1003
  #: dashboard/publisher/adverts-disabled.php:38
1004
- #: dashboard/publisher/adverts-report.php:34
1005
- #: dashboard/publisher/groups-report.php:40
1006
- msgid "Impressions"
1007
- msgstr "Импресии"
 
1008
 
1009
  #: dashboard/publisher/adverts-disabled.php:39
1010
  #: dashboard/publisher/adverts-main.php:46
@@ -1040,41 +1041,39 @@ msgstr "Статистики"
1040
  msgid "Groups:"
1041
  msgstr "Групи:"
1042
 
1043
- #: dashboard/publisher/adverts-edit.php:46
1044
  msgid "The AdCode cannot be empty!"
1045
  msgstr "AdCode не може да бъде празен!"
1046
 
1047
- #: dashboard/publisher/adverts-edit.php:49
1048
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1049
  msgstr ""
1050
 
1051
- #: dashboard/publisher/adverts-edit.php:52
1052
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1053
  msgstr ""
1054
 
1055
- #: dashboard/publisher/adverts-edit.php:55
1056
  msgid ""
1057
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1058
  "ineffective."
1059
  msgstr ""
1060
 
1061
- #: dashboard/publisher/adverts-edit.php:58
1062
  msgid ""
1063
  "There is a problem saving the image. Please reset your image and re-save the "
1064
  "ad!"
1065
  msgstr ""
1066
 
1067
- #: dashboard/publisher/adverts-edit.php:61
1068
  msgid "Responsive is enabled but your banner image has the wrong name."
1069
  msgstr ""
1070
 
1071
- #: dashboard/publisher/adverts-edit.php:64
1072
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1073
  msgstr ""
1074
- "Проследяването на кликове е включено, но не е намерен валиден линк в кода на "
1075
- "рекламата!"
1076
 
1077
- #: dashboard/publisher/adverts-edit.php:69
1078
  msgid ""
1079
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1080
  "the ad!"
@@ -1082,77 +1081,77 @@ msgstr ""
1082
  "AdRotate не открива грешка, но рекламата е маркирана като грешна, моля, "
1083
  "запишете я наново!"
1084
 
1085
- #: dashboard/publisher/adverts-edit.php:72
1086
  msgid "This ad is expired and currently not shown on your website!"
1087
  msgstr "Тази реклама е изтекла и не се показва на сайта Ви!"
1088
 
1089
- #: dashboard/publisher/adverts-edit.php:75
1090
  msgid "The ad will expire in less than 2 days!"
1091
  msgstr "Тази реклама изтича след по-малко от 2 дни!"
1092
 
1093
- #: dashboard/publisher/adverts-edit.php:78
1094
  msgid "This ad will expire in less than 7 days!"
1095
  msgstr "Тази реклама изтича след по-малко от 7 дни!"
1096
 
1097
- #: dashboard/publisher/adverts-edit.php:81
1098
  msgid "This ad has been disabled and does not rotate on your site!"
1099
  msgstr "Тази реклама е деактивирана и не се показва на сайта Ви!"
1100
 
1101
- #: dashboard/publisher/adverts-edit.php:107
1102
  msgid "New Advert"
1103
  msgstr "Нова реклама"
1104
 
1105
- #: dashboard/publisher/adverts-edit.php:109
1106
  msgid "Edit Advert"
1107
  msgstr "Редакция на реклама"
1108
 
1109
- #: dashboard/publisher/adverts-edit.php:121
1110
  msgid "AdCode"
1111
  msgstr ""
1112
 
1113
- #: dashboard/publisher/adverts-edit.php:126
1114
  msgid "Basic Examples:"
1115
  msgstr "Основни примери:"
1116
 
1117
- #: dashboard/publisher/adverts-edit.php:133
1118
  msgid "Useful tags"
1119
  msgstr ""
1120
 
1121
- #: dashboard/publisher/adverts-edit.php:135
1122
  msgid "Insert the advert ID Number."
1123
  msgstr ""
1124
 
1125
- #: dashboard/publisher/adverts-edit.php:135
1126
  msgid "Required when selecting a image below."
1127
  msgstr ""
1128
 
1129
- #: dashboard/publisher/adverts-edit.php:135
1130
  msgid "Insert the advert name."
1131
  msgstr ""
1132
 
1133
- #: dashboard/publisher/adverts-edit.php:135
1134
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1135
  msgstr ""
1136
 
1137
- #: dashboard/publisher/adverts-edit.php:135
1138
  msgid "Add inside the <a> tag to open advert in a new window."
1139
  msgstr ""
1140
 
1141
- #: dashboard/publisher/adverts-edit.php:135
1142
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1143
  msgstr ""
1144
 
1145
- #: dashboard/publisher/adverts-edit.php:135
1146
  msgid ""
1147
  "Place the cursor in your AdCode where you want to add any of these tags and "
1148
  "click to add it."
1149
  msgstr ""
1150
 
1151
- #: dashboard/publisher/adverts-edit.php:140
1152
  msgid "Preview"
1153
  msgstr "Преглед"
1154
 
1155
- #: dashboard/publisher/adverts-edit.php:143
1156
  msgid ""
1157
  "Note: While this preview is an accurate one, it might look different then it "
1158
  "does on the website."
@@ -1160,41 +1159,41 @@ msgstr ""
1160
  "Забележка: Въпреки, че предварителния преглед е точен, рекламата може да "
1161
  "изглежда по-различно, когато се показва на страницата Ви."
1162
 
1163
- #: dashboard/publisher/adverts-edit.php:144
1164
  msgid ""
1165
  "This is because of CSS differences. Your themes CSS file is not active here!"
1166
  msgstr ""
1167
  "Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
1168
 
1169
- #: dashboard/publisher/adverts-edit.php:149
1170
  msgid "Banner asset"
1171
  msgstr ""
1172
 
1173
- #: dashboard/publisher/adverts-edit.php:152
1174
  msgid "WordPress media:"
1175
  msgstr ""
1176
 
1177
- #: dashboard/publisher/adverts-edit.php:152
1178
  msgid "Select Banner"
1179
  msgstr "Избор на банер"
1180
 
1181
- #: dashboard/publisher/adverts-edit.php:154
1182
  msgid "- OR -"
1183
  msgstr "- ИЛИ -"
1184
 
1185
- #: dashboard/publisher/adverts-edit.php:156
1186
  msgid "Banner folder:"
1187
  msgstr "Папка на банера:"
1188
 
1189
- #: dashboard/publisher/adverts-edit.php:157
1190
  msgid "No image selected"
1191
  msgstr "Не е избрана картинка"
1192
 
1193
- #: dashboard/publisher/adverts-edit.php:161
1194
  msgid "Use %image% in the adcode instead of the file path."
1195
  msgstr ""
1196
 
1197
- #: dashboard/publisher/adverts-edit.php:161
1198
  msgid ""
1199
  "Use either the text field or the dropdown. If the textfield has content that "
1200
  "field has priority."
@@ -1202,162 +1201,164 @@ msgstr ""
1202
  "Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
1203
  "попълнено, то ще бъде с преоритет."
1204
 
1205
- #: dashboard/publisher/adverts-edit.php:166
1206
  #: dashboard/settings/statistics.php:12
1207
  msgid "Statistics"
1208
  msgstr "Статистики"
1209
 
1210
- #: dashboard/publisher/adverts-edit.php:168
1211
  msgid "Enable click and impression tracking for this advert."
1212
  msgstr ""
1213
 
1214
- #: dashboard/publisher/adverts-edit.php:169
1215
  msgid ""
1216
  "Note: Clicktracking does not work for Javascript adverts such as those "
1217
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1218
  "always supported."
1219
  msgstr ""
1220
 
1221
- #: dashboard/publisher/adverts-edit.php:179
1222
  msgid "Yes, this ad will be used"
1223
  msgstr "Да, тази реклама ще се използва"
1224
 
1225
- #: dashboard/publisher/adverts-edit.php:180
1226
  msgid "No, do not show this ad anywhere"
1227
  msgstr "Не, не показвай тази реклама никъде"
1228
 
1229
- #: dashboard/publisher/adverts-edit.php:187
1230
  #: dashboard/publisher/adverts-main.php:114
1231
  #: dashboard/publisher/groups-edit.php:75
1232
  #: dashboard/publisher/groups-main.php:89
1233
  msgid "Get more features with AdRotate Pro."
1234
  msgstr "Получете по-голяма функционалност с AdRotate Pro."
1235
 
1236
- #: dashboard/publisher/adverts-edit.php:190
1237
- #: dashboard/publisher/adverts-edit.php:290
1238
- #: dashboard/publisher/adverts-edit.php:378
1239
- #: dashboard/publisher/adverts-edit.php:419
1240
  msgid "Save Advert"
1241
  msgstr "Запиши рекламата"
1242
 
1243
- #: dashboard/publisher/adverts-edit.php:191
1244
- #: dashboard/publisher/adverts-edit.php:291
1245
- #: dashboard/publisher/adverts-edit.php:379
1246
- #: dashboard/publisher/adverts-edit.php:420
1247
  #: dashboard/publisher/groups-edit.php:154
1248
  #: dashboard/publisher/groups-edit.php:301
1249
  #: dashboard/publisher/groups-edit.php:393
1250
  msgid "Cancel"
1251
  msgstr "Отказ"
1252
 
1253
- #: dashboard/publisher/adverts-edit.php:194
1254
- #: dashboard/publisher/adverts-edit.php:361
1255
  #: dashboard/publisher/groups-edit.php:136
1256
  #: dashboard/publisher/groups-edit.php:283
1257
  msgid "Usage"
1258
  msgstr "Употреба"
1259
 
1260
- #: dashboard/publisher/adverts-edit.php:198
1261
- #: dashboard/publisher/adverts-edit.php:365
1262
  #: dashboard/publisher/groups-edit.php:140
1263
  #: dashboard/publisher/groups-edit.php:287
1264
  msgid "Widget"
1265
  msgstr ""
1266
 
1267
- #: dashboard/publisher/adverts-edit.php:199
1268
- #: dashboard/publisher/adverts-edit.php:366
1269
  msgid ""
1270
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1271
  "and enter ID"
1272
  msgstr ""
1273
 
1274
- #: dashboard/publisher/adverts-edit.php:202
1275
- #: dashboard/publisher/adverts-edit.php:369
1276
  #: dashboard/publisher/groups-edit.php:144
1277
  #: dashboard/publisher/groups-edit.php:291
1278
  msgid "In a post or page"
1279
  msgstr ""
1280
 
1281
- #: dashboard/publisher/adverts-edit.php:204
1282
- #: dashboard/publisher/adverts-edit.php:371
1283
  #: dashboard/publisher/groups-edit.php:146
1284
  #: dashboard/publisher/groups-edit.php:293
1285
  msgid "Directly in a theme"
1286
  msgstr ""
1287
 
1288
- #: dashboard/publisher/adverts-edit.php:210
1289
  msgid "Schedule your advert"
1290
  msgstr ""
1291
 
1292
- #: dashboard/publisher/adverts-edit.php:214
1293
  msgid "Start date (day/month/year)"
1294
  msgstr ""
1295
 
1296
- #: dashboard/publisher/adverts-edit.php:235
1297
  msgid "End date (day/month/year)"
1298
  msgstr ""
1299
 
1300
- #: dashboard/publisher/adverts-edit.php:258
1301
  msgid "Start time (hh:mm)"
1302
  msgstr ""
1303
 
1304
- #: dashboard/publisher/adverts-edit.php:265
1305
  msgid "End time (hh:mm)"
1306
  msgstr ""
1307
 
1308
- #: dashboard/publisher/adverts-edit.php:275
1309
  msgid "Maximum Clicks"
1310
  msgstr ""
1311
 
1312
- #: dashboard/publisher/adverts-edit.php:276
1313
  #: dashboard/publisher/adverts-edit.php:278
 
1314
  msgid "Leave empty or 0 to skip this."
1315
  msgstr "Въведете 0 или оставете празно, за да пропуснете тази опция."
1316
 
1317
- #: dashboard/publisher/adverts-edit.php:277
1318
  msgid "Maximum Impressions"
1319
  msgstr ""
1320
 
1321
- #: dashboard/publisher/adverts-edit.php:282
1322
  msgid "Important"
1323
  msgstr ""
1324
 
1325
- #: dashboard/publisher/adverts-edit.php:283
1326
  msgid ""
1327
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1328
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1329
  "14:00 hours. 6AM is 6:00 hours."
1330
  msgstr ""
1331
 
1332
- #: dashboard/publisher/adverts-edit.php:287
1333
- msgid "Create multiple schedules for each advert with AdRotate Pro."
1334
- msgstr "Създайте множество графици за всяка реклама с AdRotate Pro."
 
 
1335
 
1336
- #: dashboard/publisher/adverts-edit.php:287
1337
- #: dashboard/publisher/adverts-edit.php:315
1338
- #: dashboard/publisher/adverts-edit.php:359
1339
  #: dashboard/publisher/groups-edit.php:200
1340
  msgid "Upgrade today"
1341
  msgstr "Надградете днес"
1342
 
1343
- #: dashboard/publisher/adverts-edit.php:294
1344
  #: dashboard/publisher/groups-edit.php:157
1345
  msgid "Advanced"
1346
  msgstr "Разширени"
1347
 
1348
- #: dashboard/publisher/adverts-edit.php:295
1349
  msgid "Everything below is optional."
1350
  msgstr "Всичко по-долу е по желание."
1351
 
1352
- #: dashboard/publisher/adverts-edit.php:299
1353
  msgid "Responsive"
1354
  msgstr ""
1355
 
1356
- #: dashboard/publisher/adverts-edit.php:301
1357
  msgid "Enable responsive support for this advert."
1358
  msgstr "Активиране на responsive дизайн за тази реклама."
1359
 
1360
- #: dashboard/publisher/adverts-edit.php:302
1361
  msgid ""
1362
  "Upload your images to the banner folder and make sure the filename is in the "
1363
  "following format; \"imagename.full.ext\". A full set of sized images is "
@@ -1367,47 +1368,47 @@ msgstr ""
1367
  "правилния формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени "
1368
  "картинки е строго препоръчителен."
1369
 
1370
- #: dashboard/publisher/adverts-edit.php:308
1371
  #: dashboard/publisher/groups-edit.php:194
1372
  msgid "Sortorder"
1373
  msgstr ""
1374
 
1375
- #: dashboard/publisher/adverts-edit.php:310
1376
  #: dashboard/publisher/groups-edit.php:196
1377
  msgid "For administrative purposes set a sortorder."
1378
  msgstr "За административни цели задайте критерий за сортиране."
1379
 
1380
- #: dashboard/publisher/adverts-edit.php:310
1381
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1382
  msgstr ""
1383
  "Оставете празно или въведете 0, за да пропуснете това. Ще бъде зададено ID "
1384
  "на рекламата по подразбиране."
1385
 
1386
- #: dashboard/publisher/adverts-edit.php:315
1387
  msgid ""
1388
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1389
  msgstr ""
1390
 
1391
- #: dashboard/publisher/adverts-edit.php:317
1392
  msgid "Geo Targeting in AdRotate Pro"
1393
  msgstr ""
1394
 
1395
- #: dashboard/publisher/adverts-edit.php:318
1396
  msgid ""
1397
  "Assign the advert to a group and enable that group to use Geo Targeting."
1398
  msgstr ""
1399
 
1400
- #: dashboard/publisher/adverts-edit.php:322
1401
  msgid "Cities/States"
1402
  msgstr ""
1403
 
1404
- #: dashboard/publisher/adverts-edit.php:325
1405
  msgid ""
1406
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1407
  "states ISO codes are supported)"
1408
  msgstr ""
1409
 
1410
- #: dashboard/publisher/adverts-edit.php:325
1411
  msgid ""
1412
  "AdRotate does not check the validity of names so make sure you spell them "
1413
  "correctly!"
@@ -1415,67 +1416,67 @@ msgstr ""
1415
  "AdRotate не проверява валидността на имената, уверете се, че сте ги изписали "
1416
  "правилно!"
1417
 
1418
- #: dashboard/publisher/adverts-edit.php:329
1419
  msgid "Countries"
1420
  msgstr ""
1421
 
1422
- #: dashboard/publisher/adverts-edit.php:354
1423
  msgid "Select the countries you want the adverts to show in."
1424
  msgstr "Изберете страните, в които искате да се показват рекламите."
1425
 
1426
- #: dashboard/publisher/adverts-edit.php:354
1427
  msgid "Cities take priority and will be filtered first."
1428
  msgstr "Градовете са с приоритет и ще бъдат филтрирани първи."
1429
 
1430
- #: dashboard/publisher/adverts-edit.php:359
1431
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1432
  msgstr ""
1433
 
1434
- #: dashboard/publisher/adverts-edit.php:383
1435
  msgid "Select Groups"
1436
  msgstr "Избор на групи"
1437
 
1438
- #: dashboard/publisher/adverts-edit.php:388
1439
  msgid "ID - Name"
1440
  msgstr "ID - Име"
1441
 
1442
- #: dashboard/publisher/adverts-edit.php:398
1443
  #: dashboard/publisher/groups-main.php:60
1444
  #: dashboard/settings/geotargeting.php:39
1445
  msgid "Default"
1446
  msgstr "По подразбиране"
1447
 
1448
- #: dashboard/publisher/adverts-edit.php:399
1449
  #: dashboard/publisher/groups-main.php:61
1450
  msgid "Dynamic"
1451
  msgstr "Динамично"
1452
 
1453
- #: dashboard/publisher/adverts-edit.php:399
1454
  #: dashboard/publisher/groups-main.php:61
1455
  msgid "second rotation"
1456
  msgstr "второ завъртане"
1457
 
1458
- #: dashboard/publisher/adverts-edit.php:400
1459
  #: dashboard/publisher/groups-main.php:62
1460
  msgid "Block"
1461
  msgstr "Блок"
1462
 
1463
- #: dashboard/publisher/adverts-edit.php:400
1464
  #: dashboard/publisher/groups-main.php:62
1465
  msgid "grid"
1466
  msgstr "решетка"
1467
 
1468
- #: dashboard/publisher/adverts-edit.php:401
1469
  #: dashboard/publisher/groups-edit.php:202
1470
  #: dashboard/publisher/groups-main.php:63
1471
  msgid "Post Injection"
1472
  msgstr "Вмъкване в публикации"
1473
 
1474
- #: dashboard/publisher/adverts-edit.php:402
1475
  msgid "Geolocation"
1476
  msgstr "Геолокация"
1477
 
1478
- #: dashboard/publisher/adverts-edit.php:408
1479
  #: dashboard/publisher/groups-edit.php:61
1480
  #: dashboard/publisher/groups-main.php:70
1481
  msgid "Mode"
@@ -1515,7 +1516,7 @@ msgstr "За 30 дни"
1515
  msgid "For 7 days"
1516
  msgstr "За 7 дни"
1517
 
1518
- #: dashboard/publisher/adverts-error.php:73
1519
  #: dashboard/publisher/groups-edit.php:386
1520
  msgid "Configuration errors."
1521
  msgstr "Грешки при конфигурирането."
@@ -1533,12 +1534,6 @@ msgstr "Експорт в XML"
1533
  msgid "Weight"
1534
  msgstr "Тежест"
1535
 
1536
- #: dashboard/publisher/adverts-main.php:44
1537
- #: dashboard/publisher/groups-edit.php:333
1538
- #: dashboard/publisher/groups-main.php:36
1539
- msgid "Shown"
1540
- msgstr "Показана"
1541
-
1542
  #: dashboard/publisher/adverts-main.php:45
1543
  #: dashboard/publisher/adverts-main.php:47
1544
  #: dashboard/publisher/groups-main.php:37
@@ -1554,6 +1549,11 @@ msgstr "Все още няма създадени реклами!"
1554
  msgid "Statistics for advert"
1555
  msgstr "Статистика за реклами"
1556
 
 
 
 
 
 
1557
  #: dashboard/publisher/adverts-report.php:36
1558
  #: dashboard/publisher/groups-report.php:42
1559
  msgid "Impressions today"
@@ -2780,6 +2780,14 @@ msgstr ""
2780
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
2781
  "(24 часа)."
2782
 
 
 
 
 
 
 
 
 
2783
  #~ msgid "Find out more"
2784
  #~ msgstr "Научете повече"
2785
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
9
  "Language: bg_BG\n"
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
+ #: adrotate-manage-publisher.php:710
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
352
  msgid "Learn more"
353
  msgstr "Повече информация"
354
 
355
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
356
+ #: dashboard/publisher/adverts-edit.php:242
357
  msgid "January"
358
  msgstr "Януари"
359
 
360
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
361
+ #: dashboard/publisher/adverts-edit.php:243
362
  msgid "February"
363
  msgstr "Февруари"
364
 
365
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
366
+ #: dashboard/publisher/adverts-edit.php:244
367
  msgid "March"
368
  msgstr "Март"
369
 
370
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
371
+ #: dashboard/publisher/adverts-edit.php:245
372
  msgid "April"
373
  msgstr "Април"
374
 
375
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
376
+ #: dashboard/publisher/adverts-edit.php:246
377
  msgid "May"
378
  msgstr "Май"
379
 
380
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
381
+ #: dashboard/publisher/adverts-edit.php:247
382
  msgid "June"
383
  msgstr "Юни"
384
 
385
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
386
+ #: dashboard/publisher/adverts-edit.php:248
387
  msgid "July"
388
  msgstr "Юли"
389
 
390
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
391
+ #: dashboard/publisher/adverts-edit.php:249
392
  msgid "August"
393
  msgstr "Август"
394
 
395
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
396
+ #: dashboard/publisher/adverts-edit.php:250
397
  msgid "September"
398
  msgstr "Септември"
399
 
400
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
401
+ #: dashboard/publisher/adverts-edit.php:251
402
  msgid "October"
403
  msgstr "Октомври"
404
 
405
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
406
+ #: dashboard/publisher/adverts-edit.php:252
407
  msgid "November"
408
  msgstr "Ноември"
409
 
410
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
411
+ #: dashboard/publisher/adverts-edit.php:253
412
  msgid "December"
413
  msgstr "Декември"
414
 
537
  "Управлението на графици и множество графици за една реклама са налични в "
538
  "AdRotate Pro."
539
 
540
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
541
  #: dashboard/publisher/adverts-main.php:114
542
  #: dashboard/publisher/groups-edit.php:75
543
  #: dashboard/publisher/groups-main.php:89
574
  msgid "End"
575
  msgstr "Край"
576
 
577
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
578
  #: dashboard/publisher/groups-main.php:34
579
  msgid "Ads"
580
  msgstr "Реклами"
599
  msgid "Upgrade today!"
600
  msgstr "Надградете днес!"
601
 
602
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
603
  #: dashboard/publisher/groups-edit.php:387
604
  msgid "Expires soon."
605
  msgstr "Изтича скоро."
606
 
607
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
608
  #: dashboard/publisher/groups-edit.php:388
609
  msgid "Has expired."
610
  msgstr "Изтекла."
670
  "формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени картинки "
671
  "е строго препоръчителен."
672
 
673
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
674
  msgid ""
675
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
676
  "filename instead of \".full\" for the various viewports."
679
  "използвайте \".320\", \".480\", \".768\" или \".1024\" в имената на "
680
  "файловете, вместо \".full\"."
681
 
682
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
683
  #: dashboard/publisher/groups-edit.php:312
684
  #: dashboard/publisher/groups-edit.php:320
685
  msgid "Example:"
686
  msgstr "Пример:"
687
 
688
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
689
  msgid ""
690
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
691
  "for different viewports."
977
  msgstr "Деактивиране на реклами"
978
 
979
  #: dashboard/publisher/adverts-disabled.php:21
980
+ #: dashboard/publisher/adverts-edit.php:177
981
  msgid "Activate"
982
  msgstr "Активиране"
983
 
994
  msgstr "Начало / Край"
995
 
996
  #: dashboard/publisher/adverts-disabled.php:37
997
+ #: dashboard/publisher/adverts-edit.php:117
998
  #: dashboard/publisher/adverts-error.php:41
999
  #: dashboard/publisher/adverts-main.php:41
1000
  msgid "Title"
1001
  msgstr "Заглавие"
1002
 
1003
  #: dashboard/publisher/adverts-disabled.php:38
1004
+ #: dashboard/publisher/adverts-main.php:44
1005
+ #: dashboard/publisher/groups-edit.php:333
1006
+ #: dashboard/publisher/groups-main.php:36
1007
+ msgid "Shown"
1008
+ msgstr "Показана"
1009
 
1010
  #: dashboard/publisher/adverts-disabled.php:39
1011
  #: dashboard/publisher/adverts-main.php:46
1041
  msgid "Groups:"
1042
  msgstr "Групи:"
1043
 
1044
+ #: dashboard/publisher/adverts-edit.php:48
1045
  msgid "The AdCode cannot be empty!"
1046
  msgstr "AdCode не може да бъде празен!"
1047
 
1048
+ #: dashboard/publisher/adverts-edit.php:51
1049
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1050
  msgstr ""
1051
 
1052
+ #: dashboard/publisher/adverts-edit.php:54
1053
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1054
  msgstr ""
1055
 
1056
+ #: dashboard/publisher/adverts-edit.php:57
1057
  msgid ""
1058
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1059
  "ineffective."
1060
  msgstr ""
1061
 
1062
+ #: dashboard/publisher/adverts-edit.php:60
1063
  msgid ""
1064
  "There is a problem saving the image. Please reset your image and re-save the "
1065
  "ad!"
1066
  msgstr ""
1067
 
1068
+ #: dashboard/publisher/adverts-edit.php:63
1069
  msgid "Responsive is enabled but your banner image has the wrong name."
1070
  msgstr ""
1071
 
1072
+ #: dashboard/publisher/adverts-edit.php:66
1073
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1074
  msgstr ""
 
 
1075
 
1076
+ #: dashboard/publisher/adverts-edit.php:71
1077
  msgid ""
1078
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1079
  "the ad!"
1081
  "AdRotate не открива грешка, но рекламата е маркирана като грешна, моля, "
1082
  "запишете я наново!"
1083
 
1084
+ #: dashboard/publisher/adverts-edit.php:74
1085
  msgid "This ad is expired and currently not shown on your website!"
1086
  msgstr "Тази реклама е изтекла и не се показва на сайта Ви!"
1087
 
1088
+ #: dashboard/publisher/adverts-edit.php:77
1089
  msgid "The ad will expire in less than 2 days!"
1090
  msgstr "Тази реклама изтича след по-малко от 2 дни!"
1091
 
1092
+ #: dashboard/publisher/adverts-edit.php:80
1093
  msgid "This ad will expire in less than 7 days!"
1094
  msgstr "Тази реклама изтича след по-малко от 7 дни!"
1095
 
1096
+ #: dashboard/publisher/adverts-edit.php:83
1097
  msgid "This ad has been disabled and does not rotate on your site!"
1098
  msgstr "Тази реклама е деактивирана и не се показва на сайта Ви!"
1099
 
1100
+ #: dashboard/publisher/adverts-edit.php:109
1101
  msgid "New Advert"
1102
  msgstr "Нова реклама"
1103
 
1104
+ #: dashboard/publisher/adverts-edit.php:111
1105
  msgid "Edit Advert"
1106
  msgstr "Редакция на реклама"
1107
 
1108
+ #: dashboard/publisher/adverts-edit.php:123
1109
  msgid "AdCode"
1110
  msgstr ""
1111
 
1112
+ #: dashboard/publisher/adverts-edit.php:128
1113
  msgid "Basic Examples:"
1114
  msgstr "Основни примери:"
1115
 
1116
+ #: dashboard/publisher/adverts-edit.php:135
1117
  msgid "Useful tags"
1118
  msgstr ""
1119
 
1120
+ #: dashboard/publisher/adverts-edit.php:137
1121
  msgid "Insert the advert ID Number."
1122
  msgstr ""
1123
 
1124
+ #: dashboard/publisher/adverts-edit.php:137
1125
  msgid "Required when selecting a image below."
1126
  msgstr ""
1127
 
1128
+ #: dashboard/publisher/adverts-edit.php:137
1129
  msgid "Insert the advert name."
1130
  msgstr ""
1131
 
1132
+ #: dashboard/publisher/adverts-edit.php:137
1133
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1134
  msgstr ""
1135
 
1136
+ #: dashboard/publisher/adverts-edit.php:137
1137
  msgid "Add inside the <a> tag to open advert in a new window."
1138
  msgstr ""
1139
 
1140
+ #: dashboard/publisher/adverts-edit.php:137
1141
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1142
  msgstr ""
1143
 
1144
+ #: dashboard/publisher/adverts-edit.php:137
1145
  msgid ""
1146
  "Place the cursor in your AdCode where you want to add any of these tags and "
1147
  "click to add it."
1148
  msgstr ""
1149
 
1150
+ #: dashboard/publisher/adverts-edit.php:142
1151
  msgid "Preview"
1152
  msgstr "Преглед"
1153
 
1154
+ #: dashboard/publisher/adverts-edit.php:145
1155
  msgid ""
1156
  "Note: While this preview is an accurate one, it might look different then it "
1157
  "does on the website."
1159
  "Забележка: Въпреки, че предварителния преглед е точен, рекламата може да "
1160
  "изглежда по-различно, когато се показва на страницата Ви."
1161
 
1162
+ #: dashboard/publisher/adverts-edit.php:146
1163
  msgid ""
1164
  "This is because of CSS differences. Your themes CSS file is not active here!"
1165
  msgstr ""
1166
  "Това се дължи на разлики в CSS. CSS файла на вашата тема не е активен тук!"
1167
 
1168
+ #: dashboard/publisher/adverts-edit.php:151
1169
  msgid "Banner asset"
1170
  msgstr ""
1171
 
1172
+ #: dashboard/publisher/adverts-edit.php:154
1173
  msgid "WordPress media:"
1174
  msgstr ""
1175
 
1176
+ #: dashboard/publisher/adverts-edit.php:154
1177
  msgid "Select Banner"
1178
  msgstr "Избор на банер"
1179
 
1180
+ #: dashboard/publisher/adverts-edit.php:156
1181
  msgid "- OR -"
1182
  msgstr "- ИЛИ -"
1183
 
1184
+ #: dashboard/publisher/adverts-edit.php:158
1185
  msgid "Banner folder:"
1186
  msgstr "Папка на банера:"
1187
 
1188
+ #: dashboard/publisher/adverts-edit.php:159
1189
  msgid "No image selected"
1190
  msgstr "Не е избрана картинка"
1191
 
1192
+ #: dashboard/publisher/adverts-edit.php:163
1193
  msgid "Use %image% in the adcode instead of the file path."
1194
  msgstr ""
1195
 
1196
+ #: dashboard/publisher/adverts-edit.php:163
1197
  msgid ""
1198
  "Use either the text field or the dropdown. If the textfield has content that "
1199
  "field has priority."
1201
  "Използвайте падащото меню или текстовото поле. Ако текстовото поле е "
1202
  "попълнено, то ще бъде с преоритет."
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:168
1205
  #: dashboard/settings/statistics.php:12
1206
  msgid "Statistics"
1207
  msgstr "Статистики"
1208
 
1209
+ #: dashboard/publisher/adverts-edit.php:170
1210
  msgid "Enable click and impression tracking for this advert."
1211
  msgstr ""
1212
 
1213
+ #: dashboard/publisher/adverts-edit.php:171
1214
  msgid ""
1215
  "Note: Clicktracking does not work for Javascript adverts such as those "
1216
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1217
  "always supported."
1218
  msgstr ""
1219
 
1220
+ #: dashboard/publisher/adverts-edit.php:181
1221
  msgid "Yes, this ad will be used"
1222
  msgstr "Да, тази реклама ще се използва"
1223
 
1224
+ #: dashboard/publisher/adverts-edit.php:182
1225
  msgid "No, do not show this ad anywhere"
1226
  msgstr "Не, не показвай тази реклама никъде"
1227
 
1228
+ #: dashboard/publisher/adverts-edit.php:189
1229
  #: dashboard/publisher/adverts-main.php:114
1230
  #: dashboard/publisher/groups-edit.php:75
1231
  #: dashboard/publisher/groups-main.php:89
1232
  msgid "Get more features with AdRotate Pro."
1233
  msgstr "Получете по-голяма функционалност с AdRotate Pro."
1234
 
1235
+ #: dashboard/publisher/adverts-edit.php:192
1236
+ #: dashboard/publisher/adverts-edit.php:292
1237
+ #: dashboard/publisher/adverts-edit.php:380
1238
+ #: dashboard/publisher/adverts-edit.php:421
1239
  msgid "Save Advert"
1240
  msgstr "Запиши рекламата"
1241
 
1242
+ #: dashboard/publisher/adverts-edit.php:193
1243
+ #: dashboard/publisher/adverts-edit.php:293
1244
+ #: dashboard/publisher/adverts-edit.php:381
1245
+ #: dashboard/publisher/adverts-edit.php:422
1246
  #: dashboard/publisher/groups-edit.php:154
1247
  #: dashboard/publisher/groups-edit.php:301
1248
  #: dashboard/publisher/groups-edit.php:393
1249
  msgid "Cancel"
1250
  msgstr "Отказ"
1251
 
1252
+ #: dashboard/publisher/adverts-edit.php:196
1253
+ #: dashboard/publisher/adverts-edit.php:363
1254
  #: dashboard/publisher/groups-edit.php:136
1255
  #: dashboard/publisher/groups-edit.php:283
1256
  msgid "Usage"
1257
  msgstr "Употреба"
1258
 
1259
+ #: dashboard/publisher/adverts-edit.php:200
1260
+ #: dashboard/publisher/adverts-edit.php:367
1261
  #: dashboard/publisher/groups-edit.php:140
1262
  #: dashboard/publisher/groups-edit.php:287
1263
  msgid "Widget"
1264
  msgstr ""
1265
 
1266
+ #: dashboard/publisher/adverts-edit.php:201
1267
+ #: dashboard/publisher/adverts-edit.php:368
1268
  msgid ""
1269
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1270
  "and enter ID"
1271
  msgstr ""
1272
 
1273
+ #: dashboard/publisher/adverts-edit.php:204
1274
+ #: dashboard/publisher/adverts-edit.php:371
1275
  #: dashboard/publisher/groups-edit.php:144
1276
  #: dashboard/publisher/groups-edit.php:291
1277
  msgid "In a post or page"
1278
  msgstr ""
1279
 
1280
+ #: dashboard/publisher/adverts-edit.php:206
1281
+ #: dashboard/publisher/adverts-edit.php:373
1282
  #: dashboard/publisher/groups-edit.php:146
1283
  #: dashboard/publisher/groups-edit.php:293
1284
  msgid "Directly in a theme"
1285
  msgstr ""
1286
 
1287
+ #: dashboard/publisher/adverts-edit.php:212
1288
  msgid "Schedule your advert"
1289
  msgstr ""
1290
 
1291
+ #: dashboard/publisher/adverts-edit.php:216
1292
  msgid "Start date (day/month/year)"
1293
  msgstr ""
1294
 
1295
+ #: dashboard/publisher/adverts-edit.php:237
1296
  msgid "End date (day/month/year)"
1297
  msgstr ""
1298
 
1299
+ #: dashboard/publisher/adverts-edit.php:260
1300
  msgid "Start time (hh:mm)"
1301
  msgstr ""
1302
 
1303
+ #: dashboard/publisher/adverts-edit.php:267
1304
  msgid "End time (hh:mm)"
1305
  msgstr ""
1306
 
1307
+ #: dashboard/publisher/adverts-edit.php:277
1308
  msgid "Maximum Clicks"
1309
  msgstr ""
1310
 
 
1311
  #: dashboard/publisher/adverts-edit.php:278
1312
+ #: dashboard/publisher/adverts-edit.php:280
1313
  msgid "Leave empty or 0 to skip this."
1314
  msgstr "Въведете 0 или оставете празно, за да пропуснете тази опция."
1315
 
1316
+ #: dashboard/publisher/adverts-edit.php:279
1317
  msgid "Maximum Impressions"
1318
  msgstr ""
1319
 
1320
+ #: dashboard/publisher/adverts-edit.php:284
1321
  msgid "Important"
1322
  msgstr ""
1323
 
1324
+ #: dashboard/publisher/adverts-edit.php:285
1325
  msgid ""
1326
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1327
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1328
  "14:00 hours. 6AM is 6:00 hours."
1329
  msgstr ""
1330
 
1331
+ #: dashboard/publisher/adverts-edit.php:289
1332
+ msgid ""
1333
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1334
+ "Pro."
1335
+ msgstr ""
1336
 
1337
+ #: dashboard/publisher/adverts-edit.php:289
1338
+ #: dashboard/publisher/adverts-edit.php:317
1339
+ #: dashboard/publisher/adverts-edit.php:361
1340
  #: dashboard/publisher/groups-edit.php:200
1341
  msgid "Upgrade today"
1342
  msgstr "Надградете днес"
1343
 
1344
+ #: dashboard/publisher/adverts-edit.php:296
1345
  #: dashboard/publisher/groups-edit.php:157
1346
  msgid "Advanced"
1347
  msgstr "Разширени"
1348
 
1349
+ #: dashboard/publisher/adverts-edit.php:297
1350
  msgid "Everything below is optional."
1351
  msgstr "Всичко по-долу е по желание."
1352
 
1353
+ #: dashboard/publisher/adverts-edit.php:301
1354
  msgid "Responsive"
1355
  msgstr ""
1356
 
1357
+ #: dashboard/publisher/adverts-edit.php:303
1358
  msgid "Enable responsive support for this advert."
1359
  msgstr "Активиране на responsive дизайн за тази реклама."
1360
 
1361
+ #: dashboard/publisher/adverts-edit.php:304
1362
  msgid ""
1363
  "Upload your images to the banner folder and make sure the filename is in the "
1364
  "following format; \"imagename.full.ext\". A full set of sized images is "
1368
  "правилния формат: \"imagename.full.ext\". Пълен набор от правилно оразмерени "
1369
  "картинки е строго препоръчителен."
1370
 
1371
+ #: dashboard/publisher/adverts-edit.php:310
1372
  #: dashboard/publisher/groups-edit.php:194
1373
  msgid "Sortorder"
1374
  msgstr ""
1375
 
1376
+ #: dashboard/publisher/adverts-edit.php:312
1377
  #: dashboard/publisher/groups-edit.php:196
1378
  msgid "For administrative purposes set a sortorder."
1379
  msgstr "За административни цели задайте критерий за сортиране."
1380
 
1381
+ #: dashboard/publisher/adverts-edit.php:312
1382
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1383
  msgstr ""
1384
  "Оставете празно или въведете 0, за да пропуснете това. Ще бъде зададено ID "
1385
  "на рекламата по подразбиране."
1386
 
1387
+ #: dashboard/publisher/adverts-edit.php:317
1388
  msgid ""
1389
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1390
  msgstr ""
1391
 
1392
+ #: dashboard/publisher/adverts-edit.php:319
1393
  msgid "Geo Targeting in AdRotate Pro"
1394
  msgstr ""
1395
 
1396
+ #: dashboard/publisher/adverts-edit.php:320
1397
  msgid ""
1398
  "Assign the advert to a group and enable that group to use Geo Targeting."
1399
  msgstr ""
1400
 
1401
+ #: dashboard/publisher/adverts-edit.php:324
1402
  msgid "Cities/States"
1403
  msgstr ""
1404
 
1405
+ #: dashboard/publisher/adverts-edit.php:327
1406
  msgid ""
1407
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1408
  "states ISO codes are supported)"
1409
  msgstr ""
1410
 
1411
+ #: dashboard/publisher/adverts-edit.php:327
1412
  msgid ""
1413
  "AdRotate does not check the validity of names so make sure you spell them "
1414
  "correctly!"
1416
  "AdRotate не проверява валидността на имената, уверете се, че сте ги изписали "
1417
  "правилно!"
1418
 
1419
+ #: dashboard/publisher/adverts-edit.php:331
1420
  msgid "Countries"
1421
  msgstr ""
1422
 
1423
+ #: dashboard/publisher/adverts-edit.php:356
1424
  msgid "Select the countries you want the adverts to show in."
1425
  msgstr "Изберете страните, в които искате да се показват рекламите."
1426
 
1427
+ #: dashboard/publisher/adverts-edit.php:356
1428
  msgid "Cities take priority and will be filtered first."
1429
  msgstr "Градовете са с приоритет и ще бъдат филтрирани първи."
1430
 
1431
+ #: dashboard/publisher/adverts-edit.php:361
1432
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1433
  msgstr ""
1434
 
1435
+ #: dashboard/publisher/adverts-edit.php:385
1436
  msgid "Select Groups"
1437
  msgstr "Избор на групи"
1438
 
1439
+ #: dashboard/publisher/adverts-edit.php:390
1440
  msgid "ID - Name"
1441
  msgstr "ID - Име"
1442
 
1443
+ #: dashboard/publisher/adverts-edit.php:400
1444
  #: dashboard/publisher/groups-main.php:60
1445
  #: dashboard/settings/geotargeting.php:39
1446
  msgid "Default"
1447
  msgstr "По подразбиране"
1448
 
1449
+ #: dashboard/publisher/adverts-edit.php:401
1450
  #: dashboard/publisher/groups-main.php:61
1451
  msgid "Dynamic"
1452
  msgstr "Динамично"
1453
 
1454
+ #: dashboard/publisher/adverts-edit.php:401
1455
  #: dashboard/publisher/groups-main.php:61
1456
  msgid "second rotation"
1457
  msgstr "второ завъртане"
1458
 
1459
+ #: dashboard/publisher/adverts-edit.php:402
1460
  #: dashboard/publisher/groups-main.php:62
1461
  msgid "Block"
1462
  msgstr "Блок"
1463
 
1464
+ #: dashboard/publisher/adverts-edit.php:402
1465
  #: dashboard/publisher/groups-main.php:62
1466
  msgid "grid"
1467
  msgstr "решетка"
1468
 
1469
+ #: dashboard/publisher/adverts-edit.php:403
1470
  #: dashboard/publisher/groups-edit.php:202
1471
  #: dashboard/publisher/groups-main.php:63
1472
  msgid "Post Injection"
1473
  msgstr "Вмъкване в публикации"
1474
 
1475
+ #: dashboard/publisher/adverts-edit.php:404
1476
  msgid "Geolocation"
1477
  msgstr "Геолокация"
1478
 
1479
+ #: dashboard/publisher/adverts-edit.php:410
1480
  #: dashboard/publisher/groups-edit.php:61
1481
  #: dashboard/publisher/groups-main.php:70
1482
  msgid "Mode"
1516
  msgid "For 7 days"
1517
  msgstr "За 7 дни"
1518
 
1519
+ #: dashboard/publisher/adverts-error.php:71
1520
  #: dashboard/publisher/groups-edit.php:386
1521
  msgid "Configuration errors."
1522
  msgstr "Грешки при конфигурирането."
1534
  msgid "Weight"
1535
  msgstr "Тежест"
1536
 
 
 
 
 
 
 
1537
  #: dashboard/publisher/adverts-main.php:45
1538
  #: dashboard/publisher/adverts-main.php:47
1539
  #: dashboard/publisher/groups-main.php:37
1549
  msgid "Statistics for advert"
1550
  msgstr "Статистика за реклами"
1551
 
1552
+ #: dashboard/publisher/adverts-report.php:34
1553
+ #: dashboard/publisher/groups-report.php:40
1554
+ msgid "Impressions"
1555
+ msgstr "Импресии"
1556
+
1557
  #: dashboard/publisher/adverts-report.php:36
1558
  #: dashboard/publisher/groups-report.php:42
1559
  msgid "Impressions today"
2780
  "Полето не може да остава празно, да съдържа стойност под 60 или над 86400 "
2781
  "(24 часа)."
2782
 
2783
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
2784
+ #~ msgstr ""
2785
+ #~ "Проследяването на кликове е включено, но не е намерен валиден линк в кода "
2786
+ #~ "на рекламата!"
2787
+
2788
+ #~ msgid "Create multiple schedules for each advert with AdRotate Pro."
2789
+ #~ msgstr "Създайте множество графици за всяка реклама с AdRotate Pro."
2790
+
2791
  #~ msgid "Find out more"
2792
  #~ msgstr "Научете повече"
2793
 
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
9
  "<info@netglobe.eu>\n"
@@ -121,7 +121,7 @@ msgstr ""
121
  msgid "Unexpected error"
122
  msgstr ""
123
 
124
- #: adrotate-manage-publisher.php:706
125
  msgid "AdRotate Advertiser"
126
  msgstr ""
127
 
@@ -369,63 +369,63 @@ msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο
369
  msgid "Learn more"
370
  msgstr "Μάθετε περισσότερα σχετικά"
371
 
372
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
373
- #: dashboard/publisher/adverts-edit.php:240
374
  msgid "January"
375
  msgstr "Ιανουάριος"
376
 
377
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
378
- #: dashboard/publisher/adverts-edit.php:241
379
  msgid "February"
380
  msgstr "Φεβρουάριος"
381
 
382
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
383
- #: dashboard/publisher/adverts-edit.php:242
384
  msgid "March"
385
  msgstr "Μάρτιος"
386
 
387
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
388
- #: dashboard/publisher/adverts-edit.php:243
389
  msgid "April"
390
  msgstr "Απρίλιος"
391
 
392
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
393
- #: dashboard/publisher/adverts-edit.php:244
394
  msgid "May"
395
  msgstr "Μάιος"
396
 
397
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
398
- #: dashboard/publisher/adverts-edit.php:245
399
  msgid "June"
400
  msgstr "Ιούνιος"
401
 
402
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
403
- #: dashboard/publisher/adverts-edit.php:246
404
  msgid "July"
405
  msgstr "Ιούλιος"
406
 
407
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
408
- #: dashboard/publisher/adverts-edit.php:247
409
  msgid "August"
410
  msgstr "Αύγουστος"
411
 
412
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
413
- #: dashboard/publisher/adverts-edit.php:248
414
  msgid "September"
415
  msgstr "Σεπτέμβριος"
416
 
417
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
418
- #: dashboard/publisher/adverts-edit.php:249
419
  msgid "October"
420
  msgstr "Οκτώβριος"
421
 
422
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
423
- #: dashboard/publisher/adverts-edit.php:250
424
  msgid "November"
425
  msgstr "Νοέμβριος"
426
 
427
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
428
- #: dashboard/publisher/adverts-edit.php:251
429
  msgid "December"
430
  msgstr "Δεκέμβριος"
431
 
@@ -559,7 +559,7 @@ msgid ""
559
  "AdRotate Pro."
560
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
561
 
562
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
563
  #: dashboard/publisher/adverts-main.php:114
564
  #: dashboard/publisher/groups-edit.php:75
565
  #: dashboard/publisher/groups-main.php:89
@@ -599,7 +599,7 @@ msgstr "Ώρα έναρξης (ωω: λλ):"
599
  msgid "End"
600
  msgstr "Ώρα λήξης (ωω: λλ):"
601
 
602
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
603
  #: dashboard/publisher/groups-main.php:34
604
  msgid "Ads"
605
  msgstr "Διαφημίσεις"
@@ -627,12 +627,12 @@ msgstr "Για περισσότερες δυνατότητες αποκτήστ
627
  msgid "Upgrade today!"
628
  msgstr "Σήμερα"
629
 
630
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
631
  #: dashboard/publisher/groups-edit.php:387
632
  msgid "Expires soon."
633
  msgstr "Λήγει σύντομα."
634
 
635
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
636
  #: dashboard/publisher/groups-edit.php:388
637
  msgid "Has expired."
638
  msgstr "Έχει λήξει."
@@ -695,19 +695,19 @@ msgid ""
695
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
696
  msgstr ""
697
 
698
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
699
  msgid ""
700
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
701
  "filename instead of \".full\" for the various viewports."
702
  msgstr ""
703
 
704
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
705
  #: dashboard/publisher/groups-edit.php:312
706
  #: dashboard/publisher/groups-edit.php:320
707
  msgid "Example:"
708
  msgstr "Παράδειγμα:"
709
 
710
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
711
  msgid ""
712
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
713
  "for different viewports."
@@ -994,7 +994,7 @@ msgid "Disabled Ads"
994
  msgstr "Απενεργοποιημένες διαφημίσεις"
995
 
996
  #: dashboard/publisher/adverts-disabled.php:21
997
- #: dashboard/publisher/adverts-edit.php:175
998
  msgid "Activate"
999
  msgstr "Ενεργοποίηση"
1000
 
@@ -1016,17 +1016,18 @@ msgstr ""
1016
  "πρωί."
1017
 
1018
  #: dashboard/publisher/adverts-disabled.php:37
1019
- #: dashboard/publisher/adverts-edit.php:115
1020
  #: dashboard/publisher/adverts-error.php:41
1021
  #: dashboard/publisher/adverts-main.php:41
1022
  msgid "Title"
1023
  msgstr "Τίτλος"
1024
 
1025
  #: dashboard/publisher/adverts-disabled.php:38
1026
- #: dashboard/publisher/adverts-report.php:34
1027
- #: dashboard/publisher/groups-report.php:40
1028
- msgid "Impressions"
1029
- msgstr "Εμφανίσεις"
 
1030
 
1031
  #: dashboard/publisher/adverts-disabled.php:39
1032
  #: dashboard/publisher/adverts-main.php:46
@@ -1063,39 +1064,39 @@ msgstr "Στατιστικά"
1063
  msgid "Groups:"
1064
  msgstr "Ομάδες"
1065
 
1066
- #: dashboard/publisher/adverts-edit.php:46
1067
  msgid "The AdCode cannot be empty!"
1068
  msgstr "Ο AdCode δεν μπορεί να είναι κενός!"
1069
 
1070
- #: dashboard/publisher/adverts-edit.php:49
1071
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1072
  msgstr ""
1073
 
1074
- #: dashboard/publisher/adverts-edit.php:52
1075
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1076
  msgstr ""
1077
 
1078
- #: dashboard/publisher/adverts-edit.php:55
1079
  msgid ""
1080
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1081
  "ineffective."
1082
  msgstr ""
1083
 
1084
- #: dashboard/publisher/adverts-edit.php:58
1085
  msgid ""
1086
  "There is a problem saving the image. Please reset your image and re-save the "
1087
  "ad!"
1088
  msgstr ""
1089
 
1090
- #: dashboard/publisher/adverts-edit.php:61
1091
  msgid "Responsive is enabled but your banner image has the wrong name."
1092
  msgstr ""
1093
 
1094
- #: dashboard/publisher/adverts-edit.php:64
1095
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1096
  msgstr ""
1097
 
1098
- #: dashboard/publisher/adverts-edit.php:69
1099
  msgid ""
1100
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1101
  "the ad!"
@@ -1103,80 +1104,80 @@ msgstr ""
1103
  "Το AdRotate δεν μπορεί να βρει κάποιο σφάλμα, αλλά η διαφήμιση είναι "
1104
  "σημειωμένη σαν λανθασμένη. Προσπαθήστε να αποθηκεύσετε πάλι τη διαφήμιση!"
1105
 
1106
- #: dashboard/publisher/adverts-edit.php:72
1107
  msgid "This ad is expired and currently not shown on your website!"
1108
  msgstr ""
1109
  "Αυτή η διαφήμιση έχει λήξει και για την ώρα δεν εμφανίζεται στην ιστοσελίδα "
1110
  "σας!"
1111
 
1112
- #: dashboard/publisher/adverts-edit.php:75
1113
  msgid "The ad will expire in less than 2 days!"
1114
  msgstr "Η διαφήμιση θα λήξει σε λιγότερο από 2 ημέρες!"
1115
 
1116
- #: dashboard/publisher/adverts-edit.php:78
1117
  msgid "This ad will expire in less than 7 days!"
1118
  msgstr "Η διαφήμιση θα λήξει σε λιγότερο από 7 ημέρες!"
1119
 
1120
- #: dashboard/publisher/adverts-edit.php:81
1121
  msgid "This ad has been disabled and does not rotate on your site!"
1122
  msgstr ""
1123
  "Η διαφήμιση έχει απενεργοποιηθεί και δεν προβάλεται στην ιστοσελίδα σας!"
1124
 
1125
- #: dashboard/publisher/adverts-edit.php:107
1126
  msgid "New Advert"
1127
  msgstr "Νέα Διαφήμιση"
1128
 
1129
- #: dashboard/publisher/adverts-edit.php:109
1130
  msgid "Edit Advert"
1131
  msgstr "Επεξεργασία Διαφήμισης"
1132
 
1133
- #: dashboard/publisher/adverts-edit.php:121
1134
  msgid "AdCode"
1135
  msgstr ""
1136
 
1137
- #: dashboard/publisher/adverts-edit.php:126
1138
  msgid "Basic Examples:"
1139
  msgstr "Βασικά παραδείγματα:"
1140
 
1141
- #: dashboard/publisher/adverts-edit.php:133
1142
  msgid "Useful tags"
1143
  msgstr ""
1144
 
1145
- #: dashboard/publisher/adverts-edit.php:135
1146
  msgid "Insert the advert ID Number."
1147
  msgstr ""
1148
 
1149
- #: dashboard/publisher/adverts-edit.php:135
1150
  msgid "Required when selecting a image below."
1151
  msgstr ""
1152
 
1153
- #: dashboard/publisher/adverts-edit.php:135
1154
  msgid "Insert the advert name."
1155
  msgstr ""
1156
 
1157
- #: dashboard/publisher/adverts-edit.php:135
1158
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1159
  msgstr ""
1160
 
1161
- #: dashboard/publisher/adverts-edit.php:135
1162
  msgid "Add inside the <a> tag to open advert in a new window."
1163
  msgstr ""
1164
 
1165
- #: dashboard/publisher/adverts-edit.php:135
1166
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1167
  msgstr ""
1168
 
1169
- #: dashboard/publisher/adverts-edit.php:135
1170
  msgid ""
1171
  "Place the cursor in your AdCode where you want to add any of these tags and "
1172
  "click to add it."
1173
  msgstr ""
1174
 
1175
- #: dashboard/publisher/adverts-edit.php:140
1176
  msgid "Preview"
1177
  msgstr "Προεπισκόπηση"
1178
 
1179
- #: dashboard/publisher/adverts-edit.php:143
1180
  msgid ""
1181
  "Note: While this preview is an accurate one, it might look different then it "
1182
  "does on the website."
@@ -1184,41 +1185,41 @@ msgstr ""
1184
  "Σημείωση: Όσο αυτή η προεπισκόπηση εκτελείται, μπορεί να φαίνεται "
1185
  "διαφορετική από ό, τι στην ιστοσελίδα."
1186
 
1187
- #: dashboard/publisher/adverts-edit.php:144
1188
  msgid ""
1189
  "This is because of CSS differences. Your themes CSS file is not active here!"
1190
  msgstr ""
1191
  "Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
1192
 
1193
- #: dashboard/publisher/adverts-edit.php:149
1194
  msgid "Banner asset"
1195
  msgstr ""
1196
 
1197
- #: dashboard/publisher/adverts-edit.php:152
1198
  msgid "WordPress media:"
1199
  msgstr ""
1200
 
1201
- #: dashboard/publisher/adverts-edit.php:152
1202
  msgid "Select Banner"
1203
  msgstr "Επιλέξτε Banner"
1204
 
1205
- #: dashboard/publisher/adverts-edit.php:154
1206
  msgid "- OR -"
1207
  msgstr "- Ή -"
1208
 
1209
- #: dashboard/publisher/adverts-edit.php:156
1210
  msgid "Banner folder:"
1211
  msgstr "Φάκελος Banner:"
1212
 
1213
- #: dashboard/publisher/adverts-edit.php:157
1214
  msgid "No image selected"
1215
  msgstr "Καμία επιλεγμένη εικόνα"
1216
 
1217
- #: dashboard/publisher/adverts-edit.php:161
1218
  msgid "Use %image% in the adcode instead of the file path."
1219
  msgstr ""
1220
 
1221
- #: dashboard/publisher/adverts-edit.php:161
1222
  msgid ""
1223
  "Use either the text field or the dropdown. If the textfield has content that "
1224
  "field has priority."
@@ -1226,31 +1227,31 @@ msgstr ""
1226
  "Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
1227
  "κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
1228
 
1229
- #: dashboard/publisher/adverts-edit.php:166
1230
  #: dashboard/settings/statistics.php:12
1231
  msgid "Statistics"
1232
  msgstr "Στατιστικά"
1233
 
1234
- #: dashboard/publisher/adverts-edit.php:168
1235
  msgid "Enable click and impression tracking for this advert."
1236
  msgstr ""
1237
 
1238
- #: dashboard/publisher/adverts-edit.php:169
1239
  msgid ""
1240
  "Note: Clicktracking does not work for Javascript adverts such as those "
1241
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1242
  "always supported."
1243
  msgstr ""
1244
 
1245
- #: dashboard/publisher/adverts-edit.php:179
1246
  msgid "Yes, this ad will be used"
1247
  msgstr "Ναι, θα χρησιμοποιηθεί αυτή η διαφήμιση"
1248
 
1249
- #: dashboard/publisher/adverts-edit.php:180
1250
  msgid "No, do not show this ad anywhere"
1251
  msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμιση πουθενά "
1252
 
1253
- #: dashboard/publisher/adverts-edit.php:187
1254
  #: dashboard/publisher/adverts-main.php:114
1255
  #: dashboard/publisher/groups-edit.php:75
1256
  #: dashboard/publisher/groups-main.php:89
@@ -1258,235 +1259,237 @@ msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμισ
1258
  msgid "Get more features with AdRotate Pro."
1259
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
1260
 
1261
- #: dashboard/publisher/adverts-edit.php:190
1262
- #: dashboard/publisher/adverts-edit.php:290
1263
- #: dashboard/publisher/adverts-edit.php:378
1264
- #: dashboard/publisher/adverts-edit.php:419
1265
  msgid "Save Advert"
1266
  msgstr "Αποθήκευση Διαφήμισης"
1267
 
1268
- #: dashboard/publisher/adverts-edit.php:191
1269
- #: dashboard/publisher/adverts-edit.php:291
1270
- #: dashboard/publisher/adverts-edit.php:379
1271
- #: dashboard/publisher/adverts-edit.php:420
1272
  #: dashboard/publisher/groups-edit.php:154
1273
  #: dashboard/publisher/groups-edit.php:301
1274
  #: dashboard/publisher/groups-edit.php:393
1275
  msgid "Cancel"
1276
  msgstr "Ακύρωση"
1277
 
1278
- #: dashboard/publisher/adverts-edit.php:194
1279
- #: dashboard/publisher/adverts-edit.php:361
1280
  #: dashboard/publisher/groups-edit.php:136
1281
  #: dashboard/publisher/groups-edit.php:283
1282
  msgid "Usage"
1283
  msgstr "Χρήση"
1284
 
1285
- #: dashboard/publisher/adverts-edit.php:198
1286
- #: dashboard/publisher/adverts-edit.php:365
1287
  #: dashboard/publisher/groups-edit.php:140
1288
  #: dashboard/publisher/groups-edit.php:287
1289
  msgid "Widget"
1290
  msgstr ""
1291
 
1292
- #: dashboard/publisher/adverts-edit.php:199
1293
- #: dashboard/publisher/adverts-edit.php:366
1294
  msgid ""
1295
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1296
  "and enter ID"
1297
  msgstr ""
1298
 
1299
- #: dashboard/publisher/adverts-edit.php:202
1300
- #: dashboard/publisher/adverts-edit.php:369
1301
  #: dashboard/publisher/groups-edit.php:144
1302
  #: dashboard/publisher/groups-edit.php:291
1303
  msgid "In a post or page"
1304
  msgstr ""
1305
 
1306
- #: dashboard/publisher/adverts-edit.php:204
1307
- #: dashboard/publisher/adverts-edit.php:371
1308
  #: dashboard/publisher/groups-edit.php:146
1309
  #: dashboard/publisher/groups-edit.php:293
1310
  msgid "Directly in a theme"
1311
  msgstr ""
1312
 
1313
- #: dashboard/publisher/adverts-edit.php:210
1314
  msgid "Schedule your advert"
1315
  msgstr ""
1316
 
1317
- #: dashboard/publisher/adverts-edit.php:214
1318
  msgid "Start date (day/month/year)"
1319
  msgstr ""
1320
 
1321
- #: dashboard/publisher/adverts-edit.php:235
1322
  msgid "End date (day/month/year)"
1323
  msgstr ""
1324
 
1325
- #: dashboard/publisher/adverts-edit.php:258
1326
  msgid "Start time (hh:mm)"
1327
  msgstr ""
1328
 
1329
- #: dashboard/publisher/adverts-edit.php:265
1330
  msgid "End time (hh:mm)"
1331
  msgstr ""
1332
 
1333
- #: dashboard/publisher/adverts-edit.php:275
1334
  msgid "Maximum Clicks"
1335
  msgstr ""
1336
 
1337
- #: dashboard/publisher/adverts-edit.php:276
1338
  #: dashboard/publisher/adverts-edit.php:278
 
1339
  msgid "Leave empty or 0 to skip this."
1340
  msgstr "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό."
1341
 
1342
- #: dashboard/publisher/adverts-edit.php:277
1343
  msgid "Maximum Impressions"
1344
  msgstr ""
1345
 
1346
- #: dashboard/publisher/adverts-edit.php:282
1347
  msgid "Important"
1348
  msgstr ""
1349
 
1350
- #: dashboard/publisher/adverts-edit.php:283
1351
  msgid ""
1352
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1353
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1354
  "14:00 hours. 6AM is 6:00 hours."
1355
  msgstr ""
1356
 
1357
- #: dashboard/publisher/adverts-edit.php:287
1358
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1359
  msgstr ""
1360
 
1361
- #: dashboard/publisher/adverts-edit.php:287
1362
- #: dashboard/publisher/adverts-edit.php:315
1363
- #: dashboard/publisher/adverts-edit.php:359
1364
  #: dashboard/publisher/groups-edit.php:200
1365
  #, fuzzy
1366
  msgid "Upgrade today"
1367
  msgstr "Σήμερα"
1368
 
1369
- #: dashboard/publisher/adverts-edit.php:294
1370
  #: dashboard/publisher/groups-edit.php:157
1371
  msgid "Advanced"
1372
  msgstr "Προχωρημένος"
1373
 
1374
- #: dashboard/publisher/adverts-edit.php:295
1375
  msgid "Everything below is optional."
1376
  msgstr "Τα πάντα από κάτω είναι προαιρετικά."
1377
 
1378
- #: dashboard/publisher/adverts-edit.php:299
1379
  msgid "Responsive"
1380
  msgstr ""
1381
 
1382
- #: dashboard/publisher/adverts-edit.php:301
1383
  #, fuzzy
1384
  msgid "Enable responsive support for this advert."
1385
  msgstr "Ενεργοποίηση παρακολούθησης κλικ για αυτή την διαφήμιση."
1386
 
1387
- #: dashboard/publisher/adverts-edit.php:302
1388
  msgid ""
1389
  "Upload your images to the banner folder and make sure the filename is in the "
1390
  "following format; \"imagename.full.ext\". A full set of sized images is "
1391
  "strongly recommended."
1392
  msgstr ""
1393
 
1394
- #: dashboard/publisher/adverts-edit.php:308
1395
  #: dashboard/publisher/groups-edit.php:194
1396
  msgid "Sortorder"
1397
  msgstr ""
1398
 
1399
- #: dashboard/publisher/adverts-edit.php:310
1400
  #: dashboard/publisher/groups-edit.php:196
1401
  msgid "For administrative purposes set a sortorder."
1402
  msgstr "Για διοικητικούς σκοπούς ορίστε μια σειρά ταξινόμησης."
1403
 
1404
- #: dashboard/publisher/adverts-edit.php:310
1405
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1406
  msgstr ""
1407
  "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό. Θα προκαθορίσει το id της "
1408
  "διαφήμισης."
1409
 
1410
- #: dashboard/publisher/adverts-edit.php:315
1411
  msgid ""
1412
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1413
  msgstr ""
1414
 
1415
- #: dashboard/publisher/adverts-edit.php:317
1416
  msgid "Geo Targeting in AdRotate Pro"
1417
  msgstr ""
1418
 
1419
- #: dashboard/publisher/adverts-edit.php:318
1420
  msgid ""
1421
  "Assign the advert to a group and enable that group to use Geo Targeting."
1422
  msgstr ""
1423
 
1424
- #: dashboard/publisher/adverts-edit.php:322
1425
  msgid "Cities/States"
1426
  msgstr ""
1427
 
1428
- #: dashboard/publisher/adverts-edit.php:325
1429
  msgid ""
1430
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1431
  "states ISO codes are supported)"
1432
  msgstr ""
1433
 
1434
- #: dashboard/publisher/adverts-edit.php:325
1435
  msgid ""
1436
  "AdRotate does not check the validity of names so make sure you spell them "
1437
  "correctly!"
1438
  msgstr ""
1439
 
1440
- #: dashboard/publisher/adverts-edit.php:329
1441
  msgid "Countries"
1442
  msgstr ""
1443
 
1444
- #: dashboard/publisher/adverts-edit.php:354
1445
  #, fuzzy
1446
  msgid "Select the countries you want the adverts to show in."
1447
  msgstr ""
1448
  "Κάντε κλικ στις κατηγορίες δημοσιεύσεων όπου θέλετε οι διαφημίσεις να "
1449
  "εμφανίζονται"
1450
 
1451
- #: dashboard/publisher/adverts-edit.php:354
1452
  msgid "Cities take priority and will be filtered first."
1453
  msgstr ""
1454
 
1455
- #: dashboard/publisher/adverts-edit.php:359
1456
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1457
  msgstr ""
1458
 
1459
- #: dashboard/publisher/adverts-edit.php:383
1460
  msgid "Select Groups"
1461
  msgstr "Επιλέξτε Ομάδες"
1462
 
1463
- #: dashboard/publisher/adverts-edit.php:388
1464
  msgid "ID - Name"
1465
  msgstr "ID - Όνομα"
1466
 
1467
- #: dashboard/publisher/adverts-edit.php:398
1468
  #: dashboard/publisher/groups-main.php:60
1469
  #: dashboard/settings/geotargeting.php:39
1470
  msgid "Default"
1471
  msgstr "Προεπιλογή"
1472
 
1473
- #: dashboard/publisher/adverts-edit.php:399
1474
  #: dashboard/publisher/groups-main.php:61
1475
  msgid "Dynamic"
1476
  msgstr "Δυναμική"
1477
 
1478
- #: dashboard/publisher/adverts-edit.php:399
1479
  #: dashboard/publisher/groups-main.php:61
1480
  #, fuzzy
1481
  msgid "second rotation"
1482
  msgstr "Γεωγραφική Τοποθεσία"
1483
 
1484
- #: dashboard/publisher/adverts-edit.php:400
1485
  #: dashboard/publisher/groups-main.php:62
1486
  msgid "Block"
1487
  msgstr "Απαγόρευση"
1488
 
1489
- #: dashboard/publisher/adverts-edit.php:400
1490
  #: dashboard/publisher/groups-main.php:62
1491
  #, fuzzy
1492
  msgid "grid"
@@ -1494,17 +1497,17 @@ msgstr ""
1494
  "Κάντε ένα πλέγμα για τις διαφημίσεις σας. Συμπλήρωση 3 και 2 κάνει ένα "
1495
  "πλέγμα με 2 στήλες που εμφανίζουν το πολύ 6 διαφημίσεις. Προεπιλογή: 2x2."
1496
 
1497
- #: dashboard/publisher/adverts-edit.php:401
1498
  #: dashboard/publisher/groups-edit.php:202
1499
  #: dashboard/publisher/groups-main.php:63
1500
  msgid "Post Injection"
1501
  msgstr "Εμβολιασμός Δημοσίευσης"
1502
 
1503
- #: dashboard/publisher/adverts-edit.php:402
1504
  msgid "Geolocation"
1505
  msgstr "Γεωγραφική τοποθεσία"
1506
 
1507
- #: dashboard/publisher/adverts-edit.php:408
1508
  #: dashboard/publisher/groups-edit.php:61
1509
  #: dashboard/publisher/groups-main.php:70
1510
  msgid "Mode"
@@ -1544,7 +1547,7 @@ msgstr "Για 30 ημέρες"
1544
  msgid "For 7 days"
1545
  msgstr "Για 7 ημέρες"
1546
 
1547
- #: dashboard/publisher/adverts-error.php:73
1548
  #: dashboard/publisher/groups-edit.php:386
1549
  msgid "Configuration errors."
1550
  msgstr "Σφάλματα Διαμόρφωσης."
@@ -1563,12 +1566,6 @@ msgstr "Επιλογές εξαγωγής"
1563
  msgid "Weight"
1564
  msgstr "Βαρύτητα"
1565
 
1566
- #: dashboard/publisher/adverts-main.php:44
1567
- #: dashboard/publisher/groups-edit.php:333
1568
- #: dashboard/publisher/groups-main.php:36
1569
- msgid "Shown"
1570
- msgstr "Εμφανίζονται"
1571
-
1572
  #: dashboard/publisher/adverts-main.php:45
1573
  #: dashboard/publisher/adverts-main.php:47
1574
  #: dashboard/publisher/groups-main.php:37
@@ -1584,6 +1581,11 @@ msgstr "Δεν έχουν δημιουργηθεί διαφημίσεις ακό
1584
  msgid "Statistics for advert"
1585
  msgstr "Στατιστικά στοιχεία για τη διαφήμιση"
1586
 
 
 
 
 
 
1587
  #: dashboard/publisher/adverts-report.php:36
1588
  #: dashboard/publisher/groups-report.php:42
1589
  msgid "Impressions today"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Ioannis Valiantzas & Alex Katsaros from NetGlobe "
9
  "<info@netglobe.eu>\n"
121
  msgid "Unexpected error"
122
  msgstr ""
123
 
124
+ #: adrotate-manage-publisher.php:710
125
  msgid "AdRotate Advertiser"
126
  msgstr ""
127
 
369
  msgid "Learn more"
370
  msgstr "Μάθετε περισσότερα σχετικά"
371
 
372
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
373
+ #: dashboard/publisher/adverts-edit.php:242
374
  msgid "January"
375
  msgstr "Ιανουάριος"
376
 
377
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
378
+ #: dashboard/publisher/adverts-edit.php:243
379
  msgid "February"
380
  msgstr "Φεβρουάριος"
381
 
382
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
383
+ #: dashboard/publisher/adverts-edit.php:244
384
  msgid "March"
385
  msgstr "Μάρτιος"
386
 
387
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
388
+ #: dashboard/publisher/adverts-edit.php:245
389
  msgid "April"
390
  msgstr "Απρίλιος"
391
 
392
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
393
+ #: dashboard/publisher/adverts-edit.php:246
394
  msgid "May"
395
  msgstr "Μάιος"
396
 
397
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
398
+ #: dashboard/publisher/adverts-edit.php:247
399
  msgid "June"
400
  msgstr "Ιούνιος"
401
 
402
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
403
+ #: dashboard/publisher/adverts-edit.php:248
404
  msgid "July"
405
  msgstr "Ιούλιος"
406
 
407
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
408
+ #: dashboard/publisher/adverts-edit.php:249
409
  msgid "August"
410
  msgstr "Αύγουστος"
411
 
412
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
413
+ #: dashboard/publisher/adverts-edit.php:250
414
  msgid "September"
415
  msgstr "Σεπτέμβριος"
416
 
417
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
418
+ #: dashboard/publisher/adverts-edit.php:251
419
  msgid "October"
420
  msgstr "Οκτώβριος"
421
 
422
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
423
+ #: dashboard/publisher/adverts-edit.php:252
424
  msgid "November"
425
  msgstr "Νοέμβριος"
426
 
427
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
428
+ #: dashboard/publisher/adverts-edit.php:253
429
  msgid "December"
430
  msgstr "Δεκέμβριος"
431
 
559
  "AdRotate Pro."
560
  msgstr "Αυτό το χαρακτηριστικό είναι διαθέσιμο στο AdRotate Pro"
561
 
562
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
563
  #: dashboard/publisher/adverts-main.php:114
564
  #: dashboard/publisher/groups-edit.php:75
565
  #: dashboard/publisher/groups-main.php:89
599
  msgid "End"
600
  msgstr "Ώρα λήξης (ωω: λλ):"
601
 
602
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
603
  #: dashboard/publisher/groups-main.php:34
604
  msgid "Ads"
605
  msgstr "Διαφημίσεις"
627
  msgid "Upgrade today!"
628
  msgstr "Σήμερα"
629
 
630
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
631
  #: dashboard/publisher/groups-edit.php:387
632
  msgid "Expires soon."
633
  msgstr "Λήγει σύντομα."
634
 
635
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
636
  #: dashboard/publisher/groups-edit.php:388
637
  msgid "Has expired."
638
  msgstr "Έχει λήξει."
695
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
696
  msgstr ""
697
 
698
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
699
  msgid ""
700
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
701
  "filename instead of \".full\" for the various viewports."
702
  msgstr ""
703
 
704
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
705
  #: dashboard/publisher/groups-edit.php:312
706
  #: dashboard/publisher/groups-edit.php:320
707
  msgid "Example:"
708
  msgstr "Παράδειγμα:"
709
 
710
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
711
  msgid ""
712
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
713
  "for different viewports."
994
  msgstr "Απενεργοποιημένες διαφημίσεις"
995
 
996
  #: dashboard/publisher/adverts-disabled.php:21
997
+ #: dashboard/publisher/adverts-edit.php:177
998
  msgid "Activate"
999
  msgstr "Ενεργοποίηση"
1000
 
1016
  "πρωί."
1017
 
1018
  #: dashboard/publisher/adverts-disabled.php:37
1019
+ #: dashboard/publisher/adverts-edit.php:117
1020
  #: dashboard/publisher/adverts-error.php:41
1021
  #: dashboard/publisher/adverts-main.php:41
1022
  msgid "Title"
1023
  msgstr "Τίτλος"
1024
 
1025
  #: dashboard/publisher/adverts-disabled.php:38
1026
+ #: dashboard/publisher/adverts-main.php:44
1027
+ #: dashboard/publisher/groups-edit.php:333
1028
+ #: dashboard/publisher/groups-main.php:36
1029
+ msgid "Shown"
1030
+ msgstr "Εμφανίζονται"
1031
 
1032
  #: dashboard/publisher/adverts-disabled.php:39
1033
  #: dashboard/publisher/adverts-main.php:46
1064
  msgid "Groups:"
1065
  msgstr "Ομάδες"
1066
 
1067
+ #: dashboard/publisher/adverts-edit.php:48
1068
  msgid "The AdCode cannot be empty!"
1069
  msgstr "Ο AdCode δεν μπορεί να είναι κενός!"
1070
 
1071
+ #: dashboard/publisher/adverts-edit.php:51
1072
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1073
  msgstr ""
1074
 
1075
+ #: dashboard/publisher/adverts-edit.php:54
1076
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1077
  msgstr ""
1078
 
1079
+ #: dashboard/publisher/adverts-edit.php:57
1080
  msgid ""
1081
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1082
  "ineffective."
1083
  msgstr ""
1084
 
1085
+ #: dashboard/publisher/adverts-edit.php:60
1086
  msgid ""
1087
  "There is a problem saving the image. Please reset your image and re-save the "
1088
  "ad!"
1089
  msgstr ""
1090
 
1091
+ #: dashboard/publisher/adverts-edit.php:63
1092
  msgid "Responsive is enabled but your banner image has the wrong name."
1093
  msgstr ""
1094
 
1095
+ #: dashboard/publisher/adverts-edit.php:66
1096
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1097
  msgstr ""
1098
 
1099
+ #: dashboard/publisher/adverts-edit.php:71
1100
  msgid ""
1101
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1102
  "the ad!"
1104
  "Το AdRotate δεν μπορεί να βρει κάποιο σφάλμα, αλλά η διαφήμιση είναι "
1105
  "σημειωμένη σαν λανθασμένη. Προσπαθήστε να αποθηκεύσετε πάλι τη διαφήμιση!"
1106
 
1107
+ #: dashboard/publisher/adverts-edit.php:74
1108
  msgid "This ad is expired and currently not shown on your website!"
1109
  msgstr ""
1110
  "Αυτή η διαφήμιση έχει λήξει και για την ώρα δεν εμφανίζεται στην ιστοσελίδα "
1111
  "σας!"
1112
 
1113
+ #: dashboard/publisher/adverts-edit.php:77
1114
  msgid "The ad will expire in less than 2 days!"
1115
  msgstr "Η διαφήμιση θα λήξει σε λιγότερο από 2 ημέρες!"
1116
 
1117
+ #: dashboard/publisher/adverts-edit.php:80
1118
  msgid "This ad will expire in less than 7 days!"
1119
  msgstr "Η διαφήμιση θα λήξει σε λιγότερο από 7 ημέρες!"
1120
 
1121
+ #: dashboard/publisher/adverts-edit.php:83
1122
  msgid "This ad has been disabled and does not rotate on your site!"
1123
  msgstr ""
1124
  "Η διαφήμιση έχει απενεργοποιηθεί και δεν προβάλεται στην ιστοσελίδα σας!"
1125
 
1126
+ #: dashboard/publisher/adverts-edit.php:109
1127
  msgid "New Advert"
1128
  msgstr "Νέα Διαφήμιση"
1129
 
1130
+ #: dashboard/publisher/adverts-edit.php:111
1131
  msgid "Edit Advert"
1132
  msgstr "Επεξεργασία Διαφήμισης"
1133
 
1134
+ #: dashboard/publisher/adverts-edit.php:123
1135
  msgid "AdCode"
1136
  msgstr ""
1137
 
1138
+ #: dashboard/publisher/adverts-edit.php:128
1139
  msgid "Basic Examples:"
1140
  msgstr "Βασικά παραδείγματα:"
1141
 
1142
+ #: dashboard/publisher/adverts-edit.php:135
1143
  msgid "Useful tags"
1144
  msgstr ""
1145
 
1146
+ #: dashboard/publisher/adverts-edit.php:137
1147
  msgid "Insert the advert ID Number."
1148
  msgstr ""
1149
 
1150
+ #: dashboard/publisher/adverts-edit.php:137
1151
  msgid "Required when selecting a image below."
1152
  msgstr ""
1153
 
1154
+ #: dashboard/publisher/adverts-edit.php:137
1155
  msgid "Insert the advert name."
1156
  msgstr ""
1157
 
1158
+ #: dashboard/publisher/adverts-edit.php:137
1159
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1160
  msgstr ""
1161
 
1162
+ #: dashboard/publisher/adverts-edit.php:137
1163
  msgid "Add inside the <a> tag to open advert in a new window."
1164
  msgstr ""
1165
 
1166
+ #: dashboard/publisher/adverts-edit.php:137
1167
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1168
  msgstr ""
1169
 
1170
+ #: dashboard/publisher/adverts-edit.php:137
1171
  msgid ""
1172
  "Place the cursor in your AdCode where you want to add any of these tags and "
1173
  "click to add it."
1174
  msgstr ""
1175
 
1176
+ #: dashboard/publisher/adverts-edit.php:142
1177
  msgid "Preview"
1178
  msgstr "Προεπισκόπηση"
1179
 
1180
+ #: dashboard/publisher/adverts-edit.php:145
1181
  msgid ""
1182
  "Note: While this preview is an accurate one, it might look different then it "
1183
  "does on the website."
1185
  "Σημείωση: Όσο αυτή η προεπισκόπηση εκτελείται, μπορεί να φαίνεται "
1186
  "διαφορετική από ό, τι στην ιστοσελίδα."
1187
 
1188
+ #: dashboard/publisher/adverts-edit.php:146
1189
  msgid ""
1190
  "This is because of CSS differences. Your themes CSS file is not active here!"
1191
  msgstr ""
1192
  "Αυτό είναι λόγω των διαφορών CSS. Το αρχείο θεμάτων CSS δεν είναι ενεργό εδώ!"
1193
 
1194
+ #: dashboard/publisher/adverts-edit.php:151
1195
  msgid "Banner asset"
1196
  msgstr ""
1197
 
1198
+ #: dashboard/publisher/adverts-edit.php:154
1199
  msgid "WordPress media:"
1200
  msgstr ""
1201
 
1202
+ #: dashboard/publisher/adverts-edit.php:154
1203
  msgid "Select Banner"
1204
  msgstr "Επιλέξτε Banner"
1205
 
1206
+ #: dashboard/publisher/adverts-edit.php:156
1207
  msgid "- OR -"
1208
  msgstr "- Ή -"
1209
 
1210
+ #: dashboard/publisher/adverts-edit.php:158
1211
  msgid "Banner folder:"
1212
  msgstr "Φάκελος Banner:"
1213
 
1214
+ #: dashboard/publisher/adverts-edit.php:159
1215
  msgid "No image selected"
1216
  msgstr "Καμία επιλεγμένη εικόνα"
1217
 
1218
+ #: dashboard/publisher/adverts-edit.php:163
1219
  msgid "Use %image% in the adcode instead of the file path."
1220
  msgstr ""
1221
 
1222
+ #: dashboard/publisher/adverts-edit.php:163
1223
  msgid ""
1224
  "Use either the text field or the dropdown. If the textfield has content that "
1225
  "field has priority."
1227
  "Χρησιμοποιήστε είτε το πεδίο κειμένου είτε το μενού επιλογών. Αν το πεδίο "
1228
  "κειμένου έχει περιεχόμενο αυτό το πεδίο έχει προτεραιότητα."
1229
 
1230
+ #: dashboard/publisher/adverts-edit.php:168
1231
  #: dashboard/settings/statistics.php:12
1232
  msgid "Statistics"
1233
  msgstr "Στατιστικά"
1234
 
1235
+ #: dashboard/publisher/adverts-edit.php:170
1236
  msgid "Enable click and impression tracking for this advert."
1237
  msgstr ""
1238
 
1239
+ #: dashboard/publisher/adverts-edit.php:171
1240
  msgid ""
1241
  "Note: Clicktracking does not work for Javascript adverts such as those "
1242
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1243
  "always supported."
1244
  msgstr ""
1245
 
1246
+ #: dashboard/publisher/adverts-edit.php:181
1247
  msgid "Yes, this ad will be used"
1248
  msgstr "Ναι, θα χρησιμοποιηθεί αυτή η διαφήμιση"
1249
 
1250
+ #: dashboard/publisher/adverts-edit.php:182
1251
  msgid "No, do not show this ad anywhere"
1252
  msgstr "Όχι, να μην εμφανίσεις αυτή τη διαφήμιση πουθενά "
1253
 
1254
+ #: dashboard/publisher/adverts-edit.php:189
1255
  #: dashboard/publisher/adverts-main.php:114
1256
  #: dashboard/publisher/groups-edit.php:75
1257
  #: dashboard/publisher/groups-main.php:89
1259
  msgid "Get more features with AdRotate Pro."
1260
  msgstr "Για περισσότερες δυνατότητες αποκτήστε το AdRotate Pro."
1261
 
1262
+ #: dashboard/publisher/adverts-edit.php:192
1263
+ #: dashboard/publisher/adverts-edit.php:292
1264
+ #: dashboard/publisher/adverts-edit.php:380
1265
+ #: dashboard/publisher/adverts-edit.php:421
1266
  msgid "Save Advert"
1267
  msgstr "Αποθήκευση Διαφήμισης"
1268
 
1269
+ #: dashboard/publisher/adverts-edit.php:193
1270
+ #: dashboard/publisher/adverts-edit.php:293
1271
+ #: dashboard/publisher/adverts-edit.php:381
1272
+ #: dashboard/publisher/adverts-edit.php:422
1273
  #: dashboard/publisher/groups-edit.php:154
1274
  #: dashboard/publisher/groups-edit.php:301
1275
  #: dashboard/publisher/groups-edit.php:393
1276
  msgid "Cancel"
1277
  msgstr "Ακύρωση"
1278
 
1279
+ #: dashboard/publisher/adverts-edit.php:196
1280
+ #: dashboard/publisher/adverts-edit.php:363
1281
  #: dashboard/publisher/groups-edit.php:136
1282
  #: dashboard/publisher/groups-edit.php:283
1283
  msgid "Usage"
1284
  msgstr "Χρήση"
1285
 
1286
+ #: dashboard/publisher/adverts-edit.php:200
1287
+ #: dashboard/publisher/adverts-edit.php:367
1288
  #: dashboard/publisher/groups-edit.php:140
1289
  #: dashboard/publisher/groups-edit.php:287
1290
  msgid "Widget"
1291
  msgstr ""
1292
 
1293
+ #: dashboard/publisher/adverts-edit.php:201
1294
+ #: dashboard/publisher/adverts-edit.php:368
1295
  msgid ""
1296
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1297
  "and enter ID"
1298
  msgstr ""
1299
 
1300
+ #: dashboard/publisher/adverts-edit.php:204
1301
+ #: dashboard/publisher/adverts-edit.php:371
1302
  #: dashboard/publisher/groups-edit.php:144
1303
  #: dashboard/publisher/groups-edit.php:291
1304
  msgid "In a post or page"
1305
  msgstr ""
1306
 
1307
+ #: dashboard/publisher/adverts-edit.php:206
1308
+ #: dashboard/publisher/adverts-edit.php:373
1309
  #: dashboard/publisher/groups-edit.php:146
1310
  #: dashboard/publisher/groups-edit.php:293
1311
  msgid "Directly in a theme"
1312
  msgstr ""
1313
 
1314
+ #: dashboard/publisher/adverts-edit.php:212
1315
  msgid "Schedule your advert"
1316
  msgstr ""
1317
 
1318
+ #: dashboard/publisher/adverts-edit.php:216
1319
  msgid "Start date (day/month/year)"
1320
  msgstr ""
1321
 
1322
+ #: dashboard/publisher/adverts-edit.php:237
1323
  msgid "End date (day/month/year)"
1324
  msgstr ""
1325
 
1326
+ #: dashboard/publisher/adverts-edit.php:260
1327
  msgid "Start time (hh:mm)"
1328
  msgstr ""
1329
 
1330
+ #: dashboard/publisher/adverts-edit.php:267
1331
  msgid "End time (hh:mm)"
1332
  msgstr ""
1333
 
1334
+ #: dashboard/publisher/adverts-edit.php:277
1335
  msgid "Maximum Clicks"
1336
  msgstr ""
1337
 
 
1338
  #: dashboard/publisher/adverts-edit.php:278
1339
+ #: dashboard/publisher/adverts-edit.php:280
1340
  msgid "Leave empty or 0 to skip this."
1341
  msgstr "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό."
1342
 
1343
+ #: dashboard/publisher/adverts-edit.php:279
1344
  msgid "Maximum Impressions"
1345
  msgstr ""
1346
 
1347
+ #: dashboard/publisher/adverts-edit.php:284
1348
  msgid "Important"
1349
  msgstr ""
1350
 
1351
+ #: dashboard/publisher/adverts-edit.php:285
1352
  msgid ""
1353
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1354
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1355
  "14:00 hours. 6AM is 6:00 hours."
1356
  msgstr ""
1357
 
1358
+ #: dashboard/publisher/adverts-edit.php:289
1359
+ msgid ""
1360
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1361
+ "Pro."
1362
  msgstr ""
1363
 
1364
+ #: dashboard/publisher/adverts-edit.php:289
1365
+ #: dashboard/publisher/adverts-edit.php:317
1366
+ #: dashboard/publisher/adverts-edit.php:361
1367
  #: dashboard/publisher/groups-edit.php:200
1368
  #, fuzzy
1369
  msgid "Upgrade today"
1370
  msgstr "Σήμερα"
1371
 
1372
+ #: dashboard/publisher/adverts-edit.php:296
1373
  #: dashboard/publisher/groups-edit.php:157
1374
  msgid "Advanced"
1375
  msgstr "Προχωρημένος"
1376
 
1377
+ #: dashboard/publisher/adverts-edit.php:297
1378
  msgid "Everything below is optional."
1379
  msgstr "Τα πάντα από κάτω είναι προαιρετικά."
1380
 
1381
+ #: dashboard/publisher/adverts-edit.php:301
1382
  msgid "Responsive"
1383
  msgstr ""
1384
 
1385
+ #: dashboard/publisher/adverts-edit.php:303
1386
  #, fuzzy
1387
  msgid "Enable responsive support for this advert."
1388
  msgstr "Ενεργοποίηση παρακολούθησης κλικ για αυτή την διαφήμιση."
1389
 
1390
+ #: dashboard/publisher/adverts-edit.php:304
1391
  msgid ""
1392
  "Upload your images to the banner folder and make sure the filename is in the "
1393
  "following format; \"imagename.full.ext\". A full set of sized images is "
1394
  "strongly recommended."
1395
  msgstr ""
1396
 
1397
+ #: dashboard/publisher/adverts-edit.php:310
1398
  #: dashboard/publisher/groups-edit.php:194
1399
  msgid "Sortorder"
1400
  msgstr ""
1401
 
1402
+ #: dashboard/publisher/adverts-edit.php:312
1403
  #: dashboard/publisher/groups-edit.php:196
1404
  msgid "For administrative purposes set a sortorder."
1405
  msgstr "Για διοικητικούς σκοπούς ορίστε μια σειρά ταξινόμησης."
1406
 
1407
+ #: dashboard/publisher/adverts-edit.php:312
1408
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1409
  msgstr ""
1410
  "Αφήστε το κενό ή 0 για να το παρακάμψετε αυτό. Θα προκαθορίσει το id της "
1411
  "διαφήμισης."
1412
 
1413
+ #: dashboard/publisher/adverts-edit.php:317
1414
  msgid ""
1415
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1416
  msgstr ""
1417
 
1418
+ #: dashboard/publisher/adverts-edit.php:319
1419
  msgid "Geo Targeting in AdRotate Pro"
1420
  msgstr ""
1421
 
1422
+ #: dashboard/publisher/adverts-edit.php:320
1423
  msgid ""
1424
  "Assign the advert to a group and enable that group to use Geo Targeting."
1425
  msgstr ""
1426
 
1427
+ #: dashboard/publisher/adverts-edit.php:324
1428
  msgid "Cities/States"
1429
  msgstr ""
1430
 
1431
+ #: dashboard/publisher/adverts-edit.php:327
1432
  msgid ""
1433
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1434
  "states ISO codes are supported)"
1435
  msgstr ""
1436
 
1437
+ #: dashboard/publisher/adverts-edit.php:327
1438
  msgid ""
1439
  "AdRotate does not check the validity of names so make sure you spell them "
1440
  "correctly!"
1441
  msgstr ""
1442
 
1443
+ #: dashboard/publisher/adverts-edit.php:331
1444
  msgid "Countries"
1445
  msgstr ""
1446
 
1447
+ #: dashboard/publisher/adverts-edit.php:356
1448
  #, fuzzy
1449
  msgid "Select the countries you want the adverts to show in."
1450
  msgstr ""
1451
  "Κάντε κλικ στις κατηγορίες δημοσιεύσεων όπου θέλετε οι διαφημίσεις να "
1452
  "εμφανίζονται"
1453
 
1454
+ #: dashboard/publisher/adverts-edit.php:356
1455
  msgid "Cities take priority and will be filtered first."
1456
  msgstr ""
1457
 
1458
+ #: dashboard/publisher/adverts-edit.php:361
1459
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1460
  msgstr ""
1461
 
1462
+ #: dashboard/publisher/adverts-edit.php:385
1463
  msgid "Select Groups"
1464
  msgstr "Επιλέξτε Ομάδες"
1465
 
1466
+ #: dashboard/publisher/adverts-edit.php:390
1467
  msgid "ID - Name"
1468
  msgstr "ID - Όνομα"
1469
 
1470
+ #: dashboard/publisher/adverts-edit.php:400
1471
  #: dashboard/publisher/groups-main.php:60
1472
  #: dashboard/settings/geotargeting.php:39
1473
  msgid "Default"
1474
  msgstr "Προεπιλογή"
1475
 
1476
+ #: dashboard/publisher/adverts-edit.php:401
1477
  #: dashboard/publisher/groups-main.php:61
1478
  msgid "Dynamic"
1479
  msgstr "Δυναμική"
1480
 
1481
+ #: dashboard/publisher/adverts-edit.php:401
1482
  #: dashboard/publisher/groups-main.php:61
1483
  #, fuzzy
1484
  msgid "second rotation"
1485
  msgstr "Γεωγραφική Τοποθεσία"
1486
 
1487
+ #: dashboard/publisher/adverts-edit.php:402
1488
  #: dashboard/publisher/groups-main.php:62
1489
  msgid "Block"
1490
  msgstr "Απαγόρευση"
1491
 
1492
+ #: dashboard/publisher/adverts-edit.php:402
1493
  #: dashboard/publisher/groups-main.php:62
1494
  #, fuzzy
1495
  msgid "grid"
1497
  "Κάντε ένα πλέγμα για τις διαφημίσεις σας. Συμπλήρωση 3 και 2 κάνει ένα "
1498
  "πλέγμα με 2 στήλες που εμφανίζουν το πολύ 6 διαφημίσεις. Προεπιλογή: 2x2."
1499
 
1500
+ #: dashboard/publisher/adverts-edit.php:403
1501
  #: dashboard/publisher/groups-edit.php:202
1502
  #: dashboard/publisher/groups-main.php:63
1503
  msgid "Post Injection"
1504
  msgstr "Εμβολιασμός Δημοσίευσης"
1505
 
1506
+ #: dashboard/publisher/adverts-edit.php:404
1507
  msgid "Geolocation"
1508
  msgstr "Γεωγραφική τοποθεσία"
1509
 
1510
+ #: dashboard/publisher/adverts-edit.php:410
1511
  #: dashboard/publisher/groups-edit.php:61
1512
  #: dashboard/publisher/groups-main.php:70
1513
  msgid "Mode"
1547
  msgid "For 7 days"
1548
  msgstr "Για 7 ημέρες"
1549
 
1550
+ #: dashboard/publisher/adverts-error.php:71
1551
  #: dashboard/publisher/groups-edit.php:386
1552
  msgid "Configuration errors."
1553
  msgstr "Σφάλματα Διαμόρφωσης."
1566
  msgid "Weight"
1567
  msgstr "Βαρύτητα"
1568
 
 
 
 
 
 
 
1569
  #: dashboard/publisher/adverts-main.php:45
1570
  #: dashboard/publisher/adverts-main.php:47
1571
  #: dashboard/publisher/groups-main.php:37
1581
  msgid "Statistics for advert"
1582
  msgstr "Στατιστικά στοιχεία για τη διαφήμιση"
1583
 
1584
+ #: dashboard/publisher/adverts-report.php:34
1585
+ #: dashboard/publisher/groups-report.php:40
1586
+ msgid "Impressions"
1587
+ msgstr "Εμφανίσεις"
1588
+
1589
  #: dashboard/publisher/adverts-report.php:36
1590
  #: dashboard/publisher/groups-report.php:42
1591
  msgid "Impressions today"
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
@@ -134,7 +134,7 @@ msgstr ""
134
  msgid "Unexpected error"
135
  msgstr ""
136
 
137
- #: adrotate-manage-publisher.php:706
138
  msgid "AdRotate Advertiser"
139
  msgstr ""
140
 
@@ -406,74 +406,74 @@ msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
406
  msgid "Learn more"
407
  msgstr "En savoir plus"
408
 
409
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
410
- #: dashboard/publisher/adverts-edit.php:240
411
  #, fuzzy
412
  msgid "January"
413
  msgstr "Janvier"
414
 
415
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
416
- #: dashboard/publisher/adverts-edit.php:241
417
  #, fuzzy
418
  msgid "February"
419
  msgstr "Février"
420
 
421
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
422
- #: dashboard/publisher/adverts-edit.php:242
423
  #, fuzzy
424
  msgid "March"
425
  msgstr "Mars"
426
 
427
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
428
- #: dashboard/publisher/adverts-edit.php:243
429
  #, fuzzy
430
  msgid "April"
431
  msgstr "Avril"
432
 
433
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
434
- #: dashboard/publisher/adverts-edit.php:244
435
  #, fuzzy
436
  msgid "May"
437
  msgstr "Mai"
438
 
439
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
440
- #: dashboard/publisher/adverts-edit.php:245
441
  #, fuzzy
442
  msgid "June"
443
  msgstr "Juin"
444
 
445
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
446
- #: dashboard/publisher/adverts-edit.php:246
447
  #, fuzzy
448
  msgid "July"
449
  msgstr "Juillet"
450
 
451
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
452
- #: dashboard/publisher/adverts-edit.php:247
453
  #, fuzzy
454
  msgid "August"
455
  msgstr "Août"
456
 
457
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
458
- #: dashboard/publisher/adverts-edit.php:248
459
  #, fuzzy
460
  msgid "September"
461
  msgstr "Septembre"
462
 
463
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
464
- #: dashboard/publisher/adverts-edit.php:249
465
  #, fuzzy
466
  msgid "October"
467
  msgstr "Octobre"
468
 
469
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
470
- #: dashboard/publisher/adverts-edit.php:250
471
  #, fuzzy
472
  msgid "November"
473
  msgstr "Novembre"
474
 
475
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
476
- #: dashboard/publisher/adverts-edit.php:251
477
  #, fuzzy
478
  msgid "December"
479
  msgstr "Décembre"
@@ -632,7 +632,7 @@ msgid ""
632
  "AdRotate Pro."
633
  msgstr ""
634
 
635
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
636
  #: dashboard/publisher/adverts-main.php:114
637
  #: dashboard/publisher/groups-edit.php:75
638
  #: dashboard/publisher/groups-main.php:89
@@ -675,7 +675,7 @@ msgstr "Début / Fin"
675
  msgid "End"
676
  msgstr "Début / Fin"
677
 
678
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
679
  #: dashboard/publisher/groups-main.php:34
680
  #, fuzzy
681
  msgid "Ads"
@@ -705,13 +705,13 @@ msgstr ""
705
  msgid "Upgrade today!"
706
  msgstr "Mettre à jour aujourd'hui"
707
 
708
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
709
  #: dashboard/publisher/groups-edit.php:387
710
  #, fuzzy
711
  msgid "Expires soon."
712
  msgstr "Expire bientôt."
713
 
714
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
715
  #: dashboard/publisher/groups-edit.php:388
716
  #, fuzzy
717
  msgid "Has expired."
@@ -774,7 +774,7 @@ msgid ""
774
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
775
  msgstr ""
776
 
777
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
778
  #, fuzzy
779
  msgid ""
780
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
@@ -784,14 +784,14 @@ msgstr ""
784
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
785
  "tailles d'écran."
786
 
787
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
788
  #: dashboard/publisher/groups-edit.php:312
789
  #: dashboard/publisher/groups-edit.php:320
790
  #, fuzzy
791
  msgid "Example:"
792
  msgstr "Exemple :"
793
 
794
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
795
  #, fuzzy
796
  msgid ""
797
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -1120,7 +1120,7 @@ msgid "Disabled Ads"
1120
  msgstr "Pubs inactives"
1121
 
1122
  #: dashboard/publisher/adverts-disabled.php:21
1123
- #: dashboard/publisher/adverts-edit.php:175
1124
  #, fuzzy
1125
  msgid "Activate"
1126
  msgstr "Activer"
@@ -1140,7 +1140,7 @@ msgid "Start / End"
1140
  msgstr "Début / Fin"
1141
 
1142
  #: dashboard/publisher/adverts-disabled.php:37
1143
- #: dashboard/publisher/adverts-edit.php:115
1144
  #: dashboard/publisher/adverts-error.php:41
1145
  #: dashboard/publisher/adverts-main.php:41
1146
  #, fuzzy
@@ -1148,11 +1148,12 @@ msgid "Title"
1148
  msgstr "Titre :"
1149
 
1150
  #: dashboard/publisher/adverts-disabled.php:38
1151
- #: dashboard/publisher/adverts-report.php:34
1152
- #: dashboard/publisher/groups-report.php:40
 
1153
  #, fuzzy
1154
- msgid "Impressions"
1155
- msgstr "Vues"
1156
 
1157
  #: dashboard/publisher/adverts-disabled.php:39
1158
  #: dashboard/publisher/adverts-main.php:46
@@ -1193,43 +1194,40 @@ msgstr "Statistiques"
1193
  msgid "Groups:"
1194
  msgstr "Groupes"
1195
 
1196
- #: dashboard/publisher/adverts-edit.php:46
1197
  #, fuzzy
1198
  msgid "The AdCode cannot be empty!"
1199
  msgstr "Le code de la publicité ne peut être vide!"
1200
 
1201
- #: dashboard/publisher/adverts-edit.php:49
1202
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1203
  msgstr ""
1204
 
1205
- #: dashboard/publisher/adverts-edit.php:52
1206
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1207
  msgstr ""
1208
 
1209
- #: dashboard/publisher/adverts-edit.php:55
1210
  msgid ""
1211
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1212
  "ineffective."
1213
  msgstr ""
1214
 
1215
- #: dashboard/publisher/adverts-edit.php:58
1216
  msgid ""
1217
  "There is a problem saving the image. Please reset your image and re-save the "
1218
  "ad!"
1219
  msgstr ""
1220
 
1221
- #: dashboard/publisher/adverts-edit.php:61
1222
  msgid "Responsive is enabled but your banner image has the wrong name."
1223
  msgstr ""
1224
 
1225
- #: dashboard/publisher/adverts-edit.php:64
1226
- #, fuzzy
1227
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1228
  msgstr ""
1229
- "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
1230
- "retrouvé dans le adcode!"
1231
 
1232
- #: dashboard/publisher/adverts-edit.php:69
1233
  #, fuzzy
1234
  msgid ""
1235
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
@@ -1238,86 +1236,86 @@ msgstr ""
1238
  "AdRotate ne peut pas trouver une erreur, mais l'annonce est marquée erronée, "
1239
  "essayez d'enregistrer votre publicité à nouveau!"
1240
 
1241
- #: dashboard/publisher/adverts-edit.php:72
1242
  #, fuzzy
1243
  msgid "This ad is expired and currently not shown on your website!"
1244
  msgstr ""
1245
  "Cette publicité est expirée et ne figure actuellement pas sur votre site!"
1246
 
1247
- #: dashboard/publisher/adverts-edit.php:75
1248
  #, fuzzy
1249
  msgid "The ad will expire in less than 2 days!"
1250
  msgstr "Cette publicité va expirer dans moins de 2 jours!"
1251
 
1252
- #: dashboard/publisher/adverts-edit.php:78
1253
  #, fuzzy
1254
  msgid "This ad will expire in less than 7 days!"
1255
  msgstr "Cette publicité va expirer dans moins de 7 jours!"
1256
 
1257
- #: dashboard/publisher/adverts-edit.php:81
1258
  #, fuzzy
1259
  msgid "This ad has been disabled and does not rotate on your site!"
1260
  msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
1261
 
1262
- #: dashboard/publisher/adverts-edit.php:107
1263
  #, fuzzy
1264
  msgid "New Advert"
1265
  msgstr "Nouvelle pub"
1266
 
1267
- #: dashboard/publisher/adverts-edit.php:109
1268
  #, fuzzy
1269
  msgid "Edit Advert"
1270
  msgstr "Modifier la pub"
1271
 
1272
- #: dashboard/publisher/adverts-edit.php:121
1273
  msgid "AdCode"
1274
  msgstr ""
1275
 
1276
- #: dashboard/publisher/adverts-edit.php:126
1277
  #, fuzzy
1278
  msgid "Basic Examples:"
1279
  msgstr "Exemples de base :"
1280
 
1281
- #: dashboard/publisher/adverts-edit.php:133
1282
  msgid "Useful tags"
1283
  msgstr ""
1284
 
1285
- #: dashboard/publisher/adverts-edit.php:135
1286
  msgid "Insert the advert ID Number."
1287
  msgstr ""
1288
 
1289
- #: dashboard/publisher/adverts-edit.php:135
1290
  msgid "Required when selecting a image below."
1291
  msgstr ""
1292
 
1293
- #: dashboard/publisher/adverts-edit.php:135
1294
  msgid "Insert the advert name."
1295
  msgstr ""
1296
 
1297
- #: dashboard/publisher/adverts-edit.php:135
1298
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1299
  msgstr ""
1300
 
1301
- #: dashboard/publisher/adverts-edit.php:135
1302
  msgid "Add inside the <a> tag to open advert in a new window."
1303
  msgstr ""
1304
 
1305
- #: dashboard/publisher/adverts-edit.php:135
1306
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1307
  msgstr ""
1308
 
1309
- #: dashboard/publisher/adverts-edit.php:135
1310
  msgid ""
1311
  "Place the cursor in your AdCode where you want to add any of these tags and "
1312
  "click to add it."
1313
  msgstr ""
1314
 
1315
- #: dashboard/publisher/adverts-edit.php:140
1316
  #, fuzzy
1317
  msgid "Preview"
1318
  msgstr "En avant-première"
1319
 
1320
- #: dashboard/publisher/adverts-edit.php:143
1321
  #, fuzzy
1322
  msgid ""
1323
  "Note: While this preview is an accurate one, it might look different then it "
@@ -1326,7 +1324,7 @@ msgstr ""
1326
  "NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
1327
  "différente sur le site."
1328
 
1329
- #: dashboard/publisher/adverts-edit.php:144
1330
  #, fuzzy
1331
  msgid ""
1332
  "This is because of CSS differences. Your themes CSS file is not active here!"
@@ -1334,38 +1332,38 @@ msgstr ""
1334
  "Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
1335
  "pas actif ici!"
1336
 
1337
- #: dashboard/publisher/adverts-edit.php:149
1338
  msgid "Banner asset"
1339
  msgstr ""
1340
 
1341
- #: dashboard/publisher/adverts-edit.php:152
1342
  msgid "WordPress media:"
1343
  msgstr ""
1344
 
1345
- #: dashboard/publisher/adverts-edit.php:152
1346
  #, fuzzy
1347
  msgid "Select Banner"
1348
  msgstr "Choisir l'image"
1349
 
1350
- #: dashboard/publisher/adverts-edit.php:154
1351
  msgid "- OR -"
1352
  msgstr ""
1353
 
1354
- #: dashboard/publisher/adverts-edit.php:156
1355
  #, fuzzy
1356
  msgid "Banner folder:"
1357
  msgstr "Dossier de bannières :"
1358
 
1359
- #: dashboard/publisher/adverts-edit.php:157
1360
  #, fuzzy
1361
  msgid "No image selected"
1362
  msgstr "Aucune image sélectionnée"
1363
 
1364
- #: dashboard/publisher/adverts-edit.php:161
1365
  msgid "Use %image% in the adcode instead of the file path."
1366
  msgstr ""
1367
 
1368
- #: dashboard/publisher/adverts-edit.php:161
1369
  #, fuzzy
1370
  msgid ""
1371
  "Use either the text field or the dropdown. If the textfield has content that "
@@ -1374,34 +1372,34 @@ msgstr ""
1374
  "Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
1375
  "valeur, ce champ a la priorité."
1376
 
1377
- #: dashboard/publisher/adverts-edit.php:166
1378
  #: dashboard/settings/statistics.php:12
1379
  #, fuzzy
1380
  msgid "Statistics"
1381
  msgstr "Statistiques"
1382
 
1383
- #: dashboard/publisher/adverts-edit.php:168
1384
  msgid "Enable click and impression tracking for this advert."
1385
  msgstr ""
1386
 
1387
- #: dashboard/publisher/adverts-edit.php:169
1388
  msgid ""
1389
  "Note: Clicktracking does not work for Javascript adverts such as those "
1390
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1391
  "always supported."
1392
  msgstr ""
1393
 
1394
- #: dashboard/publisher/adverts-edit.php:179
1395
  #, fuzzy
1396
  msgid "Yes, this ad will be used"
1397
  msgstr "Oui, cette publicité sera utilisée"
1398
 
1399
- #: dashboard/publisher/adverts-edit.php:180
1400
  #, fuzzy
1401
  msgid "No, do not show this ad anywhere"
1402
  msgstr "Non, cette publicité ne sera pas utilisée"
1403
 
1404
- #: dashboard/publisher/adverts-edit.php:187
1405
  #: dashboard/publisher/adverts-main.php:114
1406
  #: dashboard/publisher/groups-edit.php:75
1407
  #: dashboard/publisher/groups-main.php:89
@@ -1409,18 +1407,18 @@ msgstr "Non, cette publicité ne sera pas utilisée"
1409
  msgid "Get more features with AdRotate Pro."
1410
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
1411
 
1412
- #: dashboard/publisher/adverts-edit.php:190
1413
- #: dashboard/publisher/adverts-edit.php:290
1414
- #: dashboard/publisher/adverts-edit.php:378
1415
- #: dashboard/publisher/adverts-edit.php:419
1416
  #, fuzzy
1417
  msgid "Save Advert"
1418
  msgstr "Sauvegarder la pub"
1419
 
1420
- #: dashboard/publisher/adverts-edit.php:191
1421
- #: dashboard/publisher/adverts-edit.php:291
1422
- #: dashboard/publisher/adverts-edit.php:379
1423
- #: dashboard/publisher/adverts-edit.php:420
1424
  #: dashboard/publisher/groups-edit.php:154
1425
  #: dashboard/publisher/groups-edit.php:301
1426
  #: dashboard/publisher/groups-edit.php:393
@@ -1428,121 +1426,122 @@ msgstr "Sauvegarder la pub"
1428
  msgid "Cancel"
1429
  msgstr "Annuller"
1430
 
1431
- #: dashboard/publisher/adverts-edit.php:194
1432
- #: dashboard/publisher/adverts-edit.php:361
1433
  #: dashboard/publisher/groups-edit.php:136
1434
  #: dashboard/publisher/groups-edit.php:283
1435
  #, fuzzy
1436
  msgid "Usage"
1437
  msgstr "Usage"
1438
 
1439
- #: dashboard/publisher/adverts-edit.php:198
1440
- #: dashboard/publisher/adverts-edit.php:365
1441
  #: dashboard/publisher/groups-edit.php:140
1442
  #: dashboard/publisher/groups-edit.php:287
1443
  msgid "Widget"
1444
  msgstr ""
1445
 
1446
- #: dashboard/publisher/adverts-edit.php:199
1447
- #: dashboard/publisher/adverts-edit.php:366
1448
  msgid ""
1449
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1450
  "and enter ID"
1451
  msgstr ""
1452
 
1453
- #: dashboard/publisher/adverts-edit.php:202
1454
- #: dashboard/publisher/adverts-edit.php:369
1455
  #: dashboard/publisher/groups-edit.php:144
1456
  #: dashboard/publisher/groups-edit.php:291
1457
  msgid "In a post or page"
1458
  msgstr ""
1459
 
1460
- #: dashboard/publisher/adverts-edit.php:204
1461
- #: dashboard/publisher/adverts-edit.php:371
1462
  #: dashboard/publisher/groups-edit.php:146
1463
  #: dashboard/publisher/groups-edit.php:293
1464
  msgid "Directly in a theme"
1465
  msgstr ""
1466
 
1467
- #: dashboard/publisher/adverts-edit.php:210
1468
  msgid "Schedule your advert"
1469
  msgstr ""
1470
 
1471
- #: dashboard/publisher/adverts-edit.php:214
1472
  msgid "Start date (day/month/year)"
1473
  msgstr ""
1474
 
1475
- #: dashboard/publisher/adverts-edit.php:235
1476
  msgid "End date (day/month/year)"
1477
  msgstr ""
1478
 
1479
- #: dashboard/publisher/adverts-edit.php:258
1480
  msgid "Start time (hh:mm)"
1481
  msgstr ""
1482
 
1483
- #: dashboard/publisher/adverts-edit.php:265
1484
  msgid "End time (hh:mm)"
1485
  msgstr ""
1486
 
1487
- #: dashboard/publisher/adverts-edit.php:275
1488
  msgid "Maximum Clicks"
1489
  msgstr ""
1490
 
1491
- #: dashboard/publisher/adverts-edit.php:276
1492
  #: dashboard/publisher/adverts-edit.php:278
 
1493
  #, fuzzy
1494
  msgid "Leave empty or 0 to skip this."
1495
  msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
1496
 
1497
- #: dashboard/publisher/adverts-edit.php:277
1498
  msgid "Maximum Impressions"
1499
  msgstr ""
1500
 
1501
- #: dashboard/publisher/adverts-edit.php:282
1502
  msgid "Important"
1503
  msgstr ""
1504
 
1505
- #: dashboard/publisher/adverts-edit.php:283
1506
  msgid ""
1507
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1508
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1509
  "14:00 hours. 6AM is 6:00 hours."
1510
  msgstr ""
1511
 
1512
- #: dashboard/publisher/adverts-edit.php:287
1513
- #, fuzzy
1514
- msgid "Create multiple schedules for each advert with AdRotate Pro."
1515
- msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
 
1516
 
1517
- #: dashboard/publisher/adverts-edit.php:287
1518
- #: dashboard/publisher/adverts-edit.php:315
1519
- #: dashboard/publisher/adverts-edit.php:359
1520
  #: dashboard/publisher/groups-edit.php:200
1521
  #, fuzzy
1522
  msgid "Upgrade today"
1523
  msgstr "Mettre à jour aujourd'hui"
1524
 
1525
- #: dashboard/publisher/adverts-edit.php:294
1526
  #: dashboard/publisher/groups-edit.php:157
1527
  #, fuzzy
1528
  msgid "Advanced"
1529
  msgstr "Avancé"
1530
 
1531
- #: dashboard/publisher/adverts-edit.php:295
1532
  #, fuzzy
1533
  msgid "Everything below is optional."
1534
  msgstr "Tous les paramètres ci-dessous sont optionels."
1535
 
1536
- #: dashboard/publisher/adverts-edit.php:299
1537
  msgid "Responsive"
1538
  msgstr ""
1539
 
1540
- #: dashboard/publisher/adverts-edit.php:301
1541
  #, fuzzy
1542
  msgid "Enable responsive support for this advert."
1543
  msgstr "Activer le support réactif pour cette publicité."
1544
 
1545
- #: dashboard/publisher/adverts-edit.php:302
1546
  #, fuzzy
1547
  msgid ""
1548
  "Upload your images to the banner folder and make sure the filename is in the "
@@ -1554,127 +1553,127 @@ msgstr ""
1554
  "complet d'images de tailles différentes est recommendé si vous avez un site "
1555
  "fluide."
1556
 
1557
- #: dashboard/publisher/adverts-edit.php:308
1558
  #: dashboard/publisher/groups-edit.php:194
1559
  msgid "Sortorder"
1560
  msgstr ""
1561
 
1562
- #: dashboard/publisher/adverts-edit.php:310
1563
  #: dashboard/publisher/groups-edit.php:196
1564
  #, fuzzy
1565
  msgid "For administrative purposes set a sortorder."
1566
  msgstr "Pour des raisons administratives définir un ordre de tri."
1567
 
1568
- #: dashboard/publisher/adverts-edit.php:310
1569
  #, fuzzy
1570
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1571
  msgstr ""
1572
  "Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
1573
  "de l'ID de la publicité."
1574
 
1575
- #: dashboard/publisher/adverts-edit.php:315
1576
  msgid ""
1577
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1578
  msgstr ""
1579
 
1580
- #: dashboard/publisher/adverts-edit.php:317
1581
  msgid "Geo Targeting in AdRotate Pro"
1582
  msgstr ""
1583
 
1584
- #: dashboard/publisher/adverts-edit.php:318
1585
  msgid ""
1586
  "Assign the advert to a group and enable that group to use Geo Targeting."
1587
  msgstr ""
1588
 
1589
- #: dashboard/publisher/adverts-edit.php:322
1590
  msgid "Cities/States"
1591
  msgstr ""
1592
 
1593
- #: dashboard/publisher/adverts-edit.php:325
1594
  msgid ""
1595
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1596
  "states ISO codes are supported)"
1597
  msgstr ""
1598
 
1599
- #: dashboard/publisher/adverts-edit.php:325
1600
  msgid ""
1601
  "AdRotate does not check the validity of names so make sure you spell them "
1602
  "correctly!"
1603
  msgstr ""
1604
 
1605
- #: dashboard/publisher/adverts-edit.php:329
1606
  msgid "Countries"
1607
  msgstr ""
1608
 
1609
- #: dashboard/publisher/adverts-edit.php:354
1610
  #, fuzzy
1611
  msgid "Select the countries you want the adverts to show in."
1612
  msgstr ""
1613
  "Choisir les articles des catégories dans lesquelles vous voulez intégrer les "
1614
  "pulicités."
1615
 
1616
- #: dashboard/publisher/adverts-edit.php:354
1617
  msgid "Cities take priority and will be filtered first."
1618
  msgstr ""
1619
 
1620
- #: dashboard/publisher/adverts-edit.php:359
1621
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1622
  msgstr ""
1623
 
1624
- #: dashboard/publisher/adverts-edit.php:383
1625
  #, fuzzy
1626
  msgid "Select Groups"
1627
  msgstr "Choisir groupes"
1628
 
1629
- #: dashboard/publisher/adverts-edit.php:388
1630
  #, fuzzy
1631
  msgid "ID - Name"
1632
  msgstr "ID - Nom"
1633
 
1634
- #: dashboard/publisher/adverts-edit.php:398
1635
  #: dashboard/publisher/groups-main.php:60
1636
  #: dashboard/settings/geotargeting.php:39
1637
  #, fuzzy
1638
  msgid "Default"
1639
  msgstr "Par défaut"
1640
 
1641
- #: dashboard/publisher/adverts-edit.php:399
1642
  #: dashboard/publisher/groups-main.php:61
1643
  #, fuzzy
1644
  msgid "Dynamic"
1645
  msgstr "Dynamique"
1646
 
1647
- #: dashboard/publisher/adverts-edit.php:399
1648
  #: dashboard/publisher/groups-main.php:61
1649
  #, fuzzy
1650
  msgid "second rotation"
1651
  msgstr "deuxième rotation"
1652
 
1653
- #: dashboard/publisher/adverts-edit.php:400
1654
  #: dashboard/publisher/groups-main.php:62
1655
  #, fuzzy
1656
  msgid "Block"
1657
  msgstr "Bloc"
1658
 
1659
- #: dashboard/publisher/adverts-edit.php:400
1660
  #: dashboard/publisher/groups-main.php:62
1661
  #, fuzzy
1662
  msgid "grid"
1663
  msgstr "grille"
1664
 
1665
- #: dashboard/publisher/adverts-edit.php:401
1666
  #: dashboard/publisher/groups-edit.php:202
1667
  #: dashboard/publisher/groups-main.php:63
1668
  #, fuzzy
1669
  msgid "Post Injection"
1670
  msgstr "Injection dans l'article"
1671
 
1672
- #: dashboard/publisher/adverts-edit.php:402
1673
  #, fuzzy
1674
  msgid "Geolocation"
1675
  msgstr "Géolocalisation"
1676
 
1677
- #: dashboard/publisher/adverts-edit.php:408
1678
  #: dashboard/publisher/groups-edit.php:61
1679
  #: dashboard/publisher/groups-main.php:70
1680
  #, fuzzy
@@ -1722,7 +1721,7 @@ msgstr "Pour 30 jours"
1722
  msgid "For 7 days"
1723
  msgstr "Pour 7 jours"
1724
 
1725
- #: dashboard/publisher/adverts-error.php:73
1726
  #: dashboard/publisher/groups-edit.php:386
1727
  #, fuzzy
1728
  msgid "Configuration errors."
@@ -1743,13 +1742,6 @@ msgstr ""
1743
  msgid "Weight"
1744
  msgstr "Importance"
1745
 
1746
- #: dashboard/publisher/adverts-main.php:44
1747
- #: dashboard/publisher/groups-edit.php:333
1748
- #: dashboard/publisher/groups-main.php:36
1749
- #, fuzzy
1750
- msgid "Shown"
1751
- msgstr "Montré"
1752
-
1753
  #: dashboard/publisher/adverts-main.php:45
1754
  #: dashboard/publisher/adverts-main.php:47
1755
  #: dashboard/publisher/groups-main.php:37
@@ -1768,6 +1760,12 @@ msgstr "Aucune pub n'a encore été créé!"
1768
  msgid "Statistics for advert"
1769
  msgstr "Statistiques pour la pub"
1770
 
 
 
 
 
 
 
1771
  #: dashboard/publisher/adverts-report.php:36
1772
  #: dashboard/publisher/groups-report.php:42
1773
  #, fuzzy
@@ -3091,6 +3089,16 @@ msgid ""
3091
  msgstr ""
3092
  "Ce nombre ne peut être vide, négatif, ou être supérieur à 86400 (24 heures)."
3093
 
 
 
 
 
 
 
 
 
 
 
3094
  #, fuzzy
3095
  #~ msgid "Find out more"
3096
  #~ msgstr "En savoir plus"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: en_US\n"
134
  msgid "Unexpected error"
135
  msgstr ""
136
 
137
+ #: adrotate-manage-publisher.php:710
138
  msgid "AdRotate Advertiser"
139
  msgstr ""
140
 
406
  msgid "Learn more"
407
  msgstr "En savoir plus"
408
 
409
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
410
+ #: dashboard/publisher/adverts-edit.php:242
411
  #, fuzzy
412
  msgid "January"
413
  msgstr "Janvier"
414
 
415
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
416
+ #: dashboard/publisher/adverts-edit.php:243
417
  #, fuzzy
418
  msgid "February"
419
  msgstr "Février"
420
 
421
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
422
+ #: dashboard/publisher/adverts-edit.php:244
423
  #, fuzzy
424
  msgid "March"
425
  msgstr "Mars"
426
 
427
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
428
+ #: dashboard/publisher/adverts-edit.php:245
429
  #, fuzzy
430
  msgid "April"
431
  msgstr "Avril"
432
 
433
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
434
+ #: dashboard/publisher/adverts-edit.php:246
435
  #, fuzzy
436
  msgid "May"
437
  msgstr "Mai"
438
 
439
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
440
+ #: dashboard/publisher/adverts-edit.php:247
441
  #, fuzzy
442
  msgid "June"
443
  msgstr "Juin"
444
 
445
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
446
+ #: dashboard/publisher/adverts-edit.php:248
447
  #, fuzzy
448
  msgid "July"
449
  msgstr "Juillet"
450
 
451
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
452
+ #: dashboard/publisher/adverts-edit.php:249
453
  #, fuzzy
454
  msgid "August"
455
  msgstr "Août"
456
 
457
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
458
+ #: dashboard/publisher/adverts-edit.php:250
459
  #, fuzzy
460
  msgid "September"
461
  msgstr "Septembre"
462
 
463
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
464
+ #: dashboard/publisher/adverts-edit.php:251
465
  #, fuzzy
466
  msgid "October"
467
  msgstr "Octobre"
468
 
469
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
470
+ #: dashboard/publisher/adverts-edit.php:252
471
  #, fuzzy
472
  msgid "November"
473
  msgstr "Novembre"
474
 
475
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
476
+ #: dashboard/publisher/adverts-edit.php:253
477
  #, fuzzy
478
  msgid "December"
479
  msgstr "Décembre"
632
  "AdRotate Pro."
633
  msgstr ""
634
 
635
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
636
  #: dashboard/publisher/adverts-main.php:114
637
  #: dashboard/publisher/groups-edit.php:75
638
  #: dashboard/publisher/groups-main.php:89
675
  msgid "End"
676
  msgstr "Début / Fin"
677
 
678
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
679
  #: dashboard/publisher/groups-main.php:34
680
  #, fuzzy
681
  msgid "Ads"
705
  msgid "Upgrade today!"
706
  msgstr "Mettre à jour aujourd'hui"
707
 
708
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
709
  #: dashboard/publisher/groups-edit.php:387
710
  #, fuzzy
711
  msgid "Expires soon."
712
  msgstr "Expire bientôt."
713
 
714
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
715
  #: dashboard/publisher/groups-edit.php:388
716
  #, fuzzy
717
  msgid "Has expired."
774
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
775
  msgstr ""
776
 
777
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
778
  #, fuzzy
779
  msgid ""
780
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
784
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
785
  "tailles d'écran."
786
 
787
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
788
  #: dashboard/publisher/groups-edit.php:312
789
  #: dashboard/publisher/groups-edit.php:320
790
  #, fuzzy
791
  msgid "Example:"
792
  msgstr "Exemple :"
793
 
794
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
795
  #, fuzzy
796
  msgid ""
797
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
1120
  msgstr "Pubs inactives"
1121
 
1122
  #: dashboard/publisher/adverts-disabled.php:21
1123
+ #: dashboard/publisher/adverts-edit.php:177
1124
  #, fuzzy
1125
  msgid "Activate"
1126
  msgstr "Activer"
1140
  msgstr "Début / Fin"
1141
 
1142
  #: dashboard/publisher/adverts-disabled.php:37
1143
+ #: dashboard/publisher/adverts-edit.php:117
1144
  #: dashboard/publisher/adverts-error.php:41
1145
  #: dashboard/publisher/adverts-main.php:41
1146
  #, fuzzy
1148
  msgstr "Titre :"
1149
 
1150
  #: dashboard/publisher/adverts-disabled.php:38
1151
+ #: dashboard/publisher/adverts-main.php:44
1152
+ #: dashboard/publisher/groups-edit.php:333
1153
+ #: dashboard/publisher/groups-main.php:36
1154
  #, fuzzy
1155
+ msgid "Shown"
1156
+ msgstr "Montré"
1157
 
1158
  #: dashboard/publisher/adverts-disabled.php:39
1159
  #: dashboard/publisher/adverts-main.php:46
1194
  msgid "Groups:"
1195
  msgstr "Groupes"
1196
 
1197
+ #: dashboard/publisher/adverts-edit.php:48
1198
  #, fuzzy
1199
  msgid "The AdCode cannot be empty!"
1200
  msgstr "Le code de la publicité ne peut être vide!"
1201
 
1202
+ #: dashboard/publisher/adverts-edit.php:51
1203
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1204
  msgstr ""
1205
 
1206
+ #: dashboard/publisher/adverts-edit.php:54
1207
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1208
  msgstr ""
1209
 
1210
+ #: dashboard/publisher/adverts-edit.php:57
1211
  msgid ""
1212
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1213
  "ineffective."
1214
  msgstr ""
1215
 
1216
+ #: dashboard/publisher/adverts-edit.php:60
1217
  msgid ""
1218
  "There is a problem saving the image. Please reset your image and re-save the "
1219
  "ad!"
1220
  msgstr ""
1221
 
1222
+ #: dashboard/publisher/adverts-edit.php:63
1223
  msgid "Responsive is enabled but your banner image has the wrong name."
1224
  msgstr ""
1225
 
1226
+ #: dashboard/publisher/adverts-edit.php:66
1227
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
 
1228
  msgstr ""
 
 
1229
 
1230
+ #: dashboard/publisher/adverts-edit.php:71
1231
  #, fuzzy
1232
  msgid ""
1233
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1236
  "AdRotate ne peut pas trouver une erreur, mais l'annonce est marquée erronée, "
1237
  "essayez d'enregistrer votre publicité à nouveau!"
1238
 
1239
+ #: dashboard/publisher/adverts-edit.php:74
1240
  #, fuzzy
1241
  msgid "This ad is expired and currently not shown on your website!"
1242
  msgstr ""
1243
  "Cette publicité est expirée et ne figure actuellement pas sur votre site!"
1244
 
1245
+ #: dashboard/publisher/adverts-edit.php:77
1246
  #, fuzzy
1247
  msgid "The ad will expire in less than 2 days!"
1248
  msgstr "Cette publicité va expirer dans moins de 2 jours!"
1249
 
1250
+ #: dashboard/publisher/adverts-edit.php:80
1251
  #, fuzzy
1252
  msgid "This ad will expire in less than 7 days!"
1253
  msgstr "Cette publicité va expirer dans moins de 7 jours!"
1254
 
1255
+ #: dashboard/publisher/adverts-edit.php:83
1256
  #, fuzzy
1257
  msgid "This ad has been disabled and does not rotate on your site!"
1258
  msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
1259
 
1260
+ #: dashboard/publisher/adverts-edit.php:109
1261
  #, fuzzy
1262
  msgid "New Advert"
1263
  msgstr "Nouvelle pub"
1264
 
1265
+ #: dashboard/publisher/adverts-edit.php:111
1266
  #, fuzzy
1267
  msgid "Edit Advert"
1268
  msgstr "Modifier la pub"
1269
 
1270
+ #: dashboard/publisher/adverts-edit.php:123
1271
  msgid "AdCode"
1272
  msgstr ""
1273
 
1274
+ #: dashboard/publisher/adverts-edit.php:128
1275
  #, fuzzy
1276
  msgid "Basic Examples:"
1277
  msgstr "Exemples de base :"
1278
 
1279
+ #: dashboard/publisher/adverts-edit.php:135
1280
  msgid "Useful tags"
1281
  msgstr ""
1282
 
1283
+ #: dashboard/publisher/adverts-edit.php:137
1284
  msgid "Insert the advert ID Number."
1285
  msgstr ""
1286
 
1287
+ #: dashboard/publisher/adverts-edit.php:137
1288
  msgid "Required when selecting a image below."
1289
  msgstr ""
1290
 
1291
+ #: dashboard/publisher/adverts-edit.php:137
1292
  msgid "Insert the advert name."
1293
  msgstr ""
1294
 
1295
+ #: dashboard/publisher/adverts-edit.php:137
1296
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1297
  msgstr ""
1298
 
1299
+ #: dashboard/publisher/adverts-edit.php:137
1300
  msgid "Add inside the <a> tag to open advert in a new window."
1301
  msgstr ""
1302
 
1303
+ #: dashboard/publisher/adverts-edit.php:137
1304
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1305
  msgstr ""
1306
 
1307
+ #: dashboard/publisher/adverts-edit.php:137
1308
  msgid ""
1309
  "Place the cursor in your AdCode where you want to add any of these tags and "
1310
  "click to add it."
1311
  msgstr ""
1312
 
1313
+ #: dashboard/publisher/adverts-edit.php:142
1314
  #, fuzzy
1315
  msgid "Preview"
1316
  msgstr "En avant-première"
1317
 
1318
+ #: dashboard/publisher/adverts-edit.php:145
1319
  #, fuzzy
1320
  msgid ""
1321
  "Note: While this preview is an accurate one, it might look different then it "
1324
  "NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
1325
  "différente sur le site."
1326
 
1327
+ #: dashboard/publisher/adverts-edit.php:146
1328
  #, fuzzy
1329
  msgid ""
1330
  "This is because of CSS differences. Your themes CSS file is not active here!"
1332
  "Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
1333
  "pas actif ici!"
1334
 
1335
+ #: dashboard/publisher/adverts-edit.php:151
1336
  msgid "Banner asset"
1337
  msgstr ""
1338
 
1339
+ #: dashboard/publisher/adverts-edit.php:154
1340
  msgid "WordPress media:"
1341
  msgstr ""
1342
 
1343
+ #: dashboard/publisher/adverts-edit.php:154
1344
  #, fuzzy
1345
  msgid "Select Banner"
1346
  msgstr "Choisir l'image"
1347
 
1348
+ #: dashboard/publisher/adverts-edit.php:156
1349
  msgid "- OR -"
1350
  msgstr ""
1351
 
1352
+ #: dashboard/publisher/adverts-edit.php:158
1353
  #, fuzzy
1354
  msgid "Banner folder:"
1355
  msgstr "Dossier de bannières :"
1356
 
1357
+ #: dashboard/publisher/adverts-edit.php:159
1358
  #, fuzzy
1359
  msgid "No image selected"
1360
  msgstr "Aucune image sélectionnée"
1361
 
1362
+ #: dashboard/publisher/adverts-edit.php:163
1363
  msgid "Use %image% in the adcode instead of the file path."
1364
  msgstr ""
1365
 
1366
+ #: dashboard/publisher/adverts-edit.php:163
1367
  #, fuzzy
1368
  msgid ""
1369
  "Use either the text field or the dropdown. If the textfield has content that "
1372
  "Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
1373
  "valeur, ce champ a la priorité."
1374
 
1375
+ #: dashboard/publisher/adverts-edit.php:168
1376
  #: dashboard/settings/statistics.php:12
1377
  #, fuzzy
1378
  msgid "Statistics"
1379
  msgstr "Statistiques"
1380
 
1381
+ #: dashboard/publisher/adverts-edit.php:170
1382
  msgid "Enable click and impression tracking for this advert."
1383
  msgstr ""
1384
 
1385
+ #: dashboard/publisher/adverts-edit.php:171
1386
  msgid ""
1387
  "Note: Clicktracking does not work for Javascript adverts such as those "
1388
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1389
  "always supported."
1390
  msgstr ""
1391
 
1392
+ #: dashboard/publisher/adverts-edit.php:181
1393
  #, fuzzy
1394
  msgid "Yes, this ad will be used"
1395
  msgstr "Oui, cette publicité sera utilisée"
1396
 
1397
+ #: dashboard/publisher/adverts-edit.php:182
1398
  #, fuzzy
1399
  msgid "No, do not show this ad anywhere"
1400
  msgstr "Non, cette publicité ne sera pas utilisée"
1401
 
1402
+ #: dashboard/publisher/adverts-edit.php:189
1403
  #: dashboard/publisher/adverts-main.php:114
1404
  #: dashboard/publisher/groups-edit.php:75
1405
  #: dashboard/publisher/groups-main.php:89
1407
  msgid "Get more features with AdRotate Pro."
1408
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro"
1409
 
1410
+ #: dashboard/publisher/adverts-edit.php:192
1411
+ #: dashboard/publisher/adverts-edit.php:292
1412
+ #: dashboard/publisher/adverts-edit.php:380
1413
+ #: dashboard/publisher/adverts-edit.php:421
1414
  #, fuzzy
1415
  msgid "Save Advert"
1416
  msgstr "Sauvegarder la pub"
1417
 
1418
+ #: dashboard/publisher/adverts-edit.php:193
1419
+ #: dashboard/publisher/adverts-edit.php:293
1420
+ #: dashboard/publisher/adverts-edit.php:381
1421
+ #: dashboard/publisher/adverts-edit.php:422
1422
  #: dashboard/publisher/groups-edit.php:154
1423
  #: dashboard/publisher/groups-edit.php:301
1424
  #: dashboard/publisher/groups-edit.php:393
1426
  msgid "Cancel"
1427
  msgstr "Annuller"
1428
 
1429
+ #: dashboard/publisher/adverts-edit.php:196
1430
+ #: dashboard/publisher/adverts-edit.php:363
1431
  #: dashboard/publisher/groups-edit.php:136
1432
  #: dashboard/publisher/groups-edit.php:283
1433
  #, fuzzy
1434
  msgid "Usage"
1435
  msgstr "Usage"
1436
 
1437
+ #: dashboard/publisher/adverts-edit.php:200
1438
+ #: dashboard/publisher/adverts-edit.php:367
1439
  #: dashboard/publisher/groups-edit.php:140
1440
  #: dashboard/publisher/groups-edit.php:287
1441
  msgid "Widget"
1442
  msgstr ""
1443
 
1444
+ #: dashboard/publisher/adverts-edit.php:201
1445
+ #: dashboard/publisher/adverts-edit.php:368
1446
  msgid ""
1447
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1448
  "and enter ID"
1449
  msgstr ""
1450
 
1451
+ #: dashboard/publisher/adverts-edit.php:204
1452
+ #: dashboard/publisher/adverts-edit.php:371
1453
  #: dashboard/publisher/groups-edit.php:144
1454
  #: dashboard/publisher/groups-edit.php:291
1455
  msgid "In a post or page"
1456
  msgstr ""
1457
 
1458
+ #: dashboard/publisher/adverts-edit.php:206
1459
+ #: dashboard/publisher/adverts-edit.php:373
1460
  #: dashboard/publisher/groups-edit.php:146
1461
  #: dashboard/publisher/groups-edit.php:293
1462
  msgid "Directly in a theme"
1463
  msgstr ""
1464
 
1465
+ #: dashboard/publisher/adverts-edit.php:212
1466
  msgid "Schedule your advert"
1467
  msgstr ""
1468
 
1469
+ #: dashboard/publisher/adverts-edit.php:216
1470
  msgid "Start date (day/month/year)"
1471
  msgstr ""
1472
 
1473
+ #: dashboard/publisher/adverts-edit.php:237
1474
  msgid "End date (day/month/year)"
1475
  msgstr ""
1476
 
1477
+ #: dashboard/publisher/adverts-edit.php:260
1478
  msgid "Start time (hh:mm)"
1479
  msgstr ""
1480
 
1481
+ #: dashboard/publisher/adverts-edit.php:267
1482
  msgid "End time (hh:mm)"
1483
  msgstr ""
1484
 
1485
+ #: dashboard/publisher/adverts-edit.php:277
1486
  msgid "Maximum Clicks"
1487
  msgstr ""
1488
 
 
1489
  #: dashboard/publisher/adverts-edit.php:278
1490
+ #: dashboard/publisher/adverts-edit.php:280
1491
  #, fuzzy
1492
  msgid "Leave empty or 0 to skip this."
1493
  msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
1494
 
1495
+ #: dashboard/publisher/adverts-edit.php:279
1496
  msgid "Maximum Impressions"
1497
  msgstr ""
1498
 
1499
+ #: dashboard/publisher/adverts-edit.php:284
1500
  msgid "Important"
1501
  msgstr ""
1502
 
1503
+ #: dashboard/publisher/adverts-edit.php:285
1504
  msgid ""
1505
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1506
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1507
  "14:00 hours. 6AM is 6:00 hours."
1508
  msgstr ""
1509
 
1510
+ #: dashboard/publisher/adverts-edit.php:289
1511
+ msgid ""
1512
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1513
+ "Pro."
1514
+ msgstr ""
1515
 
1516
+ #: dashboard/publisher/adverts-edit.php:289
1517
+ #: dashboard/publisher/adverts-edit.php:317
1518
+ #: dashboard/publisher/adverts-edit.php:361
1519
  #: dashboard/publisher/groups-edit.php:200
1520
  #, fuzzy
1521
  msgid "Upgrade today"
1522
  msgstr "Mettre à jour aujourd'hui"
1523
 
1524
+ #: dashboard/publisher/adverts-edit.php:296
1525
  #: dashboard/publisher/groups-edit.php:157
1526
  #, fuzzy
1527
  msgid "Advanced"
1528
  msgstr "Avancé"
1529
 
1530
+ #: dashboard/publisher/adverts-edit.php:297
1531
  #, fuzzy
1532
  msgid "Everything below is optional."
1533
  msgstr "Tous les paramètres ci-dessous sont optionels."
1534
 
1535
+ #: dashboard/publisher/adverts-edit.php:301
1536
  msgid "Responsive"
1537
  msgstr ""
1538
 
1539
+ #: dashboard/publisher/adverts-edit.php:303
1540
  #, fuzzy
1541
  msgid "Enable responsive support for this advert."
1542
  msgstr "Activer le support réactif pour cette publicité."
1543
 
1544
+ #: dashboard/publisher/adverts-edit.php:304
1545
  #, fuzzy
1546
  msgid ""
1547
  "Upload your images to the banner folder and make sure the filename is in the "
1553
  "complet d'images de tailles différentes est recommendé si vous avez un site "
1554
  "fluide."
1555
 
1556
+ #: dashboard/publisher/adverts-edit.php:310
1557
  #: dashboard/publisher/groups-edit.php:194
1558
  msgid "Sortorder"
1559
  msgstr ""
1560
 
1561
+ #: dashboard/publisher/adverts-edit.php:312
1562
  #: dashboard/publisher/groups-edit.php:196
1563
  #, fuzzy
1564
  msgid "For administrative purposes set a sortorder."
1565
  msgstr "Pour des raisons administratives définir un ordre de tri."
1566
 
1567
+ #: dashboard/publisher/adverts-edit.php:312
1568
  #, fuzzy
1569
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1570
  msgstr ""
1571
  "Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
1572
  "de l'ID de la publicité."
1573
 
1574
+ #: dashboard/publisher/adverts-edit.php:317
1575
  msgid ""
1576
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1577
  msgstr ""
1578
 
1579
+ #: dashboard/publisher/adverts-edit.php:319
1580
  msgid "Geo Targeting in AdRotate Pro"
1581
  msgstr ""
1582
 
1583
+ #: dashboard/publisher/adverts-edit.php:320
1584
  msgid ""
1585
  "Assign the advert to a group and enable that group to use Geo Targeting."
1586
  msgstr ""
1587
 
1588
+ #: dashboard/publisher/adverts-edit.php:324
1589
  msgid "Cities/States"
1590
  msgstr ""
1591
 
1592
+ #: dashboard/publisher/adverts-edit.php:327
1593
  msgid ""
1594
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1595
  "states ISO codes are supported)"
1596
  msgstr ""
1597
 
1598
+ #: dashboard/publisher/adverts-edit.php:327
1599
  msgid ""
1600
  "AdRotate does not check the validity of names so make sure you spell them "
1601
  "correctly!"
1602
  msgstr ""
1603
 
1604
+ #: dashboard/publisher/adverts-edit.php:331
1605
  msgid "Countries"
1606
  msgstr ""
1607
 
1608
+ #: dashboard/publisher/adverts-edit.php:356
1609
  #, fuzzy
1610
  msgid "Select the countries you want the adverts to show in."
1611
  msgstr ""
1612
  "Choisir les articles des catégories dans lesquelles vous voulez intégrer les "
1613
  "pulicités."
1614
 
1615
+ #: dashboard/publisher/adverts-edit.php:356
1616
  msgid "Cities take priority and will be filtered first."
1617
  msgstr ""
1618
 
1619
+ #: dashboard/publisher/adverts-edit.php:361
1620
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1621
  msgstr ""
1622
 
1623
+ #: dashboard/publisher/adverts-edit.php:385
1624
  #, fuzzy
1625
  msgid "Select Groups"
1626
  msgstr "Choisir groupes"
1627
 
1628
+ #: dashboard/publisher/adverts-edit.php:390
1629
  #, fuzzy
1630
  msgid "ID - Name"
1631
  msgstr "ID - Nom"
1632
 
1633
+ #: dashboard/publisher/adverts-edit.php:400
1634
  #: dashboard/publisher/groups-main.php:60
1635
  #: dashboard/settings/geotargeting.php:39
1636
  #, fuzzy
1637
  msgid "Default"
1638
  msgstr "Par défaut"
1639
 
1640
+ #: dashboard/publisher/adverts-edit.php:401
1641
  #: dashboard/publisher/groups-main.php:61
1642
  #, fuzzy
1643
  msgid "Dynamic"
1644
  msgstr "Dynamique"
1645
 
1646
+ #: dashboard/publisher/adverts-edit.php:401
1647
  #: dashboard/publisher/groups-main.php:61
1648
  #, fuzzy
1649
  msgid "second rotation"
1650
  msgstr "deuxième rotation"
1651
 
1652
+ #: dashboard/publisher/adverts-edit.php:402
1653
  #: dashboard/publisher/groups-main.php:62
1654
  #, fuzzy
1655
  msgid "Block"
1656
  msgstr "Bloc"
1657
 
1658
+ #: dashboard/publisher/adverts-edit.php:402
1659
  #: dashboard/publisher/groups-main.php:62
1660
  #, fuzzy
1661
  msgid "grid"
1662
  msgstr "grille"
1663
 
1664
+ #: dashboard/publisher/adverts-edit.php:403
1665
  #: dashboard/publisher/groups-edit.php:202
1666
  #: dashboard/publisher/groups-main.php:63
1667
  #, fuzzy
1668
  msgid "Post Injection"
1669
  msgstr "Injection dans l'article"
1670
 
1671
+ #: dashboard/publisher/adverts-edit.php:404
1672
  #, fuzzy
1673
  msgid "Geolocation"
1674
  msgstr "Géolocalisation"
1675
 
1676
+ #: dashboard/publisher/adverts-edit.php:410
1677
  #: dashboard/publisher/groups-edit.php:61
1678
  #: dashboard/publisher/groups-main.php:70
1679
  #, fuzzy
1721
  msgid "For 7 days"
1722
  msgstr "Pour 7 jours"
1723
 
1724
+ #: dashboard/publisher/adverts-error.php:71
1725
  #: dashboard/publisher/groups-edit.php:386
1726
  #, fuzzy
1727
  msgid "Configuration errors."
1742
  msgid "Weight"
1743
  msgstr "Importance"
1744
 
 
 
 
 
 
 
 
1745
  #: dashboard/publisher/adverts-main.php:45
1746
  #: dashboard/publisher/adverts-main.php:47
1747
  #: dashboard/publisher/groups-main.php:37
1760
  msgid "Statistics for advert"
1761
  msgstr "Statistiques pour la pub"
1762
 
1763
+ #: dashboard/publisher/adverts-report.php:34
1764
+ #: dashboard/publisher/groups-report.php:40
1765
+ #, fuzzy
1766
+ msgid "Impressions"
1767
+ msgstr "Vues"
1768
+
1769
  #: dashboard/publisher/adverts-report.php:36
1770
  #: dashboard/publisher/groups-report.php:42
1771
  #, fuzzy
3089
  msgstr ""
3090
  "Ce nombre ne peut être vide, négatif, ou être supérieur à 86400 (24 heures)."
3091
 
3092
+ #, fuzzy
3093
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
3094
+ #~ msgstr ""
3095
+ #~ "Le suivi des clicks par jQuery est activé, mais aucun lien valide n'a été "
3096
+ #~ "retrouvé dans le adcode!"
3097
+
3098
+ #, fuzzy
3099
+ #~ msgid "Create multiple schedules for each advert with AdRotate Pro."
3100
+ #~ msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
3101
+
3102
  #, fuzzy
3103
  #~ msgid "Find out more"
3104
  #~ msgstr "En savoir plus"
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
@@ -116,7 +116,7 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:706
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
@@ -359,63 +359,63 @@ msgstr "Esta función está disponible en AdRotate Pro"
359
  msgid "Learn more"
360
  msgstr "Aprender más"
361
 
362
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
363
- #: dashboard/publisher/adverts-edit.php:240
364
  msgid "January"
365
  msgstr "Enero"
366
 
367
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
368
- #: dashboard/publisher/adverts-edit.php:241
369
  msgid "February"
370
  msgstr "Febrero"
371
 
372
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
373
- #: dashboard/publisher/adverts-edit.php:242
374
  msgid "March"
375
  msgstr "Marzo"
376
 
377
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
378
- #: dashboard/publisher/adverts-edit.php:243
379
  msgid "April"
380
  msgstr "Abril"
381
 
382
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
383
- #: dashboard/publisher/adverts-edit.php:244
384
  msgid "May"
385
  msgstr "Mayo"
386
 
387
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
388
- #: dashboard/publisher/adverts-edit.php:245
389
  msgid "June"
390
  msgstr "Junio"
391
 
392
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
393
- #: dashboard/publisher/adverts-edit.php:246
394
  msgid "July"
395
  msgstr "Julio"
396
 
397
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
398
- #: dashboard/publisher/adverts-edit.php:247
399
  msgid "August"
400
  msgstr "Agosto"
401
 
402
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
403
- #: dashboard/publisher/adverts-edit.php:248
404
  msgid "September"
405
  msgstr "Septiembre"
406
 
407
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
408
- #: dashboard/publisher/adverts-edit.php:249
409
  msgid "October"
410
  msgstr "Octubre"
411
 
412
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
413
- #: dashboard/publisher/adverts-edit.php:250
414
  msgid "November"
415
  msgstr "Noviembre"
416
 
417
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
418
- #: dashboard/publisher/adverts-edit.php:251
419
  msgid "December"
420
  msgstr "Diciembre"
421
 
@@ -546,7 +546,7 @@ msgid ""
546
  "AdRotate Pro."
547
  msgstr ""
548
 
549
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
@@ -586,7 +586,7 @@ msgstr "Iniciar"
586
  msgid "End"
587
  msgstr "Finalizar"
588
 
589
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
590
  #: dashboard/publisher/groups-main.php:34
591
  msgid "Ads"
592
  msgstr "Anuncios"
@@ -614,12 +614,12 @@ msgstr "Obtenga más funciones con AdRotate Pro"
614
  msgid "Upgrade today!"
615
  msgstr "Hoy"
616
 
617
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
618
  #: dashboard/publisher/groups-edit.php:387
619
  msgid "Expires soon."
620
  msgstr "Caduca pronto."
621
 
622
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
623
  #: dashboard/publisher/groups-edit.php:388
624
  msgid "Has expired."
625
  msgstr "Ha expirado."
@@ -691,7 +691,7 @@ msgstr ""
691
  "siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
692
  "de imágenes del mismo tamaño."
693
 
694
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
695
  msgid ""
696
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
697
  "filename instead of \".full\" for the various viewports."
@@ -700,13 +700,13 @@ msgstr ""
700
  "\".1024\" en el nombre de archivo en lugar de \".completo\" para los "
701
  "diferentes visores."
702
 
703
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
704
  #: dashboard/publisher/groups-edit.php:312
705
  #: dashboard/publisher/groups-edit.php:320
706
  msgid "Example:"
707
  msgstr "Ejemplo:"
708
 
709
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
710
  #, fuzzy
711
  msgid ""
712
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -1003,7 +1003,7 @@ msgid "Disabled Ads"
1003
  msgstr "Desactivar Anuncios"
1004
 
1005
  #: dashboard/publisher/adverts-disabled.php:21
1006
- #: dashboard/publisher/adverts-edit.php:175
1007
  msgid "Activate"
1008
  msgstr "Activar"
1009
 
@@ -1020,17 +1020,18 @@ msgid "Start / End"
1020
  msgstr "Inio / Final"
1021
 
1022
  #: dashboard/publisher/adverts-disabled.php:37
1023
- #: dashboard/publisher/adverts-edit.php:115
1024
  #: dashboard/publisher/adverts-error.php:41
1025
  #: dashboard/publisher/adverts-main.php:41
1026
  msgid "Title"
1027
  msgstr "Título"
1028
 
1029
  #: dashboard/publisher/adverts-disabled.php:38
1030
- #: dashboard/publisher/adverts-report.php:34
1031
- #: dashboard/publisher/groups-report.php:40
1032
- msgid "Impressions"
1033
- msgstr "Impresiones"
 
1034
 
1035
  #: dashboard/publisher/adverts-disabled.php:39
1036
  #: dashboard/publisher/adverts-main.php:46
@@ -1067,42 +1068,39 @@ msgstr "Estadísticas"
1067
  msgid "Groups:"
1068
  msgstr "Grupos"
1069
 
1070
- #: dashboard/publisher/adverts-edit.php:46
1071
  msgid "The AdCode cannot be empty!"
1072
  msgstr "El AdCode no puede estar vacío!"
1073
 
1074
- #: dashboard/publisher/adverts-edit.php:49
1075
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1076
  msgstr ""
1077
 
1078
- #: dashboard/publisher/adverts-edit.php:52
1079
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1080
  msgstr ""
1081
 
1082
- #: dashboard/publisher/adverts-edit.php:55
1083
  msgid ""
1084
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1085
  "ineffective."
1086
  msgstr ""
1087
 
1088
- #: dashboard/publisher/adverts-edit.php:58
1089
  msgid ""
1090
  "There is a problem saving the image. Please reset your image and re-save the "
1091
  "ad!"
1092
  msgstr ""
1093
 
1094
- #: dashboard/publisher/adverts-edit.php:61
1095
  msgid "Responsive is enabled but your banner image has the wrong name."
1096
  msgstr ""
1097
 
1098
- #: dashboard/publisher/adverts-edit.php:64
1099
- #, fuzzy
1100
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1101
  msgstr ""
1102
- "El seguimiento de clics jQuery está habilitado pero no se encontró ningún "
1103
- "enlace válido en el AdCode!"
1104
 
1105
- #: dashboard/publisher/adverts-edit.php:69
1106
  msgid ""
1107
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1108
  "the ad!"
@@ -1110,77 +1108,77 @@ msgstr ""
1110
  "AdRotate no encuentra ningún error, pero el anuncio está marcado como "
1111
  "erróneo, intente volver a guardar la anuncio!"
1112
 
1113
- #: dashboard/publisher/adverts-edit.php:72
1114
  msgid "This ad is expired and currently not shown on your website!"
1115
  msgstr "Este anuncio ha caducado y actualmente no se muestra en su página web!"
1116
 
1117
- #: dashboard/publisher/adverts-edit.php:75
1118
  msgid "The ad will expire in less than 2 days!"
1119
  msgstr "El anuncio caducará en menos de 2 días!"
1120
 
1121
- #: dashboard/publisher/adverts-edit.php:78
1122
  msgid "This ad will expire in less than 7 days!"
1123
  msgstr "El anuncio caducará en menos de 7 días!"
1124
 
1125
- #: dashboard/publisher/adverts-edit.php:81
1126
  msgid "This ad has been disabled and does not rotate on your site!"
1127
  msgstr "Este anuncio ha sido desactivado y no rota en su página web!"
1128
 
1129
- #: dashboard/publisher/adverts-edit.php:107
1130
  msgid "New Advert"
1131
  msgstr "Nuevo Anuncio"
1132
 
1133
- #: dashboard/publisher/adverts-edit.php:109
1134
  msgid "Edit Advert"
1135
  msgstr "Editar Anuncio"
1136
 
1137
- #: dashboard/publisher/adverts-edit.php:121
1138
  msgid "AdCode"
1139
  msgstr ""
1140
 
1141
- #: dashboard/publisher/adverts-edit.php:126
1142
  msgid "Basic Examples:"
1143
  msgstr "Ejemplos Básicos:"
1144
 
1145
- #: dashboard/publisher/adverts-edit.php:133
1146
  msgid "Useful tags"
1147
  msgstr ""
1148
 
1149
- #: dashboard/publisher/adverts-edit.php:135
1150
  msgid "Insert the advert ID Number."
1151
  msgstr ""
1152
 
1153
- #: dashboard/publisher/adverts-edit.php:135
1154
  msgid "Required when selecting a image below."
1155
  msgstr ""
1156
 
1157
- #: dashboard/publisher/adverts-edit.php:135
1158
  msgid "Insert the advert name."
1159
  msgstr ""
1160
 
1161
- #: dashboard/publisher/adverts-edit.php:135
1162
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1163
  msgstr ""
1164
 
1165
- #: dashboard/publisher/adverts-edit.php:135
1166
  msgid "Add inside the <a> tag to open advert in a new window."
1167
  msgstr ""
1168
 
1169
- #: dashboard/publisher/adverts-edit.php:135
1170
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1171
  msgstr ""
1172
 
1173
- #: dashboard/publisher/adverts-edit.php:135
1174
  msgid ""
1175
  "Place the cursor in your AdCode where you want to add any of these tags and "
1176
  "click to add it."
1177
  msgstr ""
1178
 
1179
- #: dashboard/publisher/adverts-edit.php:140
1180
  msgid "Preview"
1181
  msgstr "Vista previa"
1182
 
1183
- #: dashboard/publisher/adverts-edit.php:143
1184
  msgid ""
1185
  "Note: While this preview is an accurate one, it might look different then it "
1186
  "does on the website."
@@ -1188,42 +1186,42 @@ msgstr ""
1188
  "Nota: Mientras que la previsualización de la imagen aqui mostrada es "
1189
  "precisa, en su pagina web puede tener un aspecto diferente."
1190
 
1191
- #: dashboard/publisher/adverts-edit.php:144
1192
  msgid ""
1193
  "This is because of CSS differences. Your themes CSS file is not active here!"
1194
  msgstr ""
1195
  "Esto es debido a las diferencias de CSS. En la zona administrativa no está "
1196
  "activo el archivo CSS de las plantillas (themes)!"
1197
 
1198
- #: dashboard/publisher/adverts-edit.php:149
1199
  msgid "Banner asset"
1200
  msgstr ""
1201
 
1202
- #: dashboard/publisher/adverts-edit.php:152
1203
  msgid "WordPress media:"
1204
  msgstr ""
1205
 
1206
- #: dashboard/publisher/adverts-edit.php:152
1207
  msgid "Select Banner"
1208
  msgstr "Seleccionar Banner"
1209
 
1210
- #: dashboard/publisher/adverts-edit.php:154
1211
  msgid "- OR -"
1212
  msgstr "- O -"
1213
 
1214
- #: dashboard/publisher/adverts-edit.php:156
1215
  msgid "Banner folder:"
1216
  msgstr "Carpeta Banner:"
1217
 
1218
- #: dashboard/publisher/adverts-edit.php:157
1219
  msgid "No image selected"
1220
  msgstr "Ninguna imagen seleccionada"
1221
 
1222
- #: dashboard/publisher/adverts-edit.php:161
1223
  msgid "Use %image% in the adcode instead of the file path."
1224
  msgstr ""
1225
 
1226
- #: dashboard/publisher/adverts-edit.php:161
1227
  msgid ""
1228
  "Use either the text field or the dropdown. If the textfield has content that "
1229
  "field has priority."
@@ -1231,31 +1229,31 @@ msgstr ""
1231
  "Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
1232
  "un contenido, ese campo tiene prioridad."
1233
 
1234
- #: dashboard/publisher/adverts-edit.php:166
1235
  #: dashboard/settings/statistics.php:12
1236
  msgid "Statistics"
1237
  msgstr "Estadísticas"
1238
 
1239
- #: dashboard/publisher/adverts-edit.php:168
1240
  msgid "Enable click and impression tracking for this advert."
1241
  msgstr ""
1242
 
1243
- #: dashboard/publisher/adverts-edit.php:169
1244
  msgid ""
1245
  "Note: Clicktracking does not work for Javascript adverts such as those "
1246
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1247
  "always supported."
1248
  msgstr ""
1249
 
1250
- #: dashboard/publisher/adverts-edit.php:179
1251
  msgid "Yes, this ad will be used"
1252
  msgstr "Sí, se utilizará este anuncio"
1253
 
1254
- #: dashboard/publisher/adverts-edit.php:180
1255
  msgid "No, do not show this ad anywhere"
1256
  msgstr "No, no mostrar este anuncio en cualquier lugar"
1257
 
1258
- #: dashboard/publisher/adverts-edit.php:187
1259
  #: dashboard/publisher/adverts-main.php:114
1260
  #: dashboard/publisher/groups-edit.php:75
1261
  #: dashboard/publisher/groups-main.php:89
@@ -1263,132 +1261,134 @@ msgstr "No, no mostrar este anuncio en cualquier lugar"
1263
  msgid "Get more features with AdRotate Pro."
1264
  msgstr "Obtenga más funciones con AdRotate Pro"
1265
 
1266
- #: dashboard/publisher/adverts-edit.php:190
1267
- #: dashboard/publisher/adverts-edit.php:290
1268
- #: dashboard/publisher/adverts-edit.php:378
1269
- #: dashboard/publisher/adverts-edit.php:419
1270
  msgid "Save Advert"
1271
  msgstr "Guardar Anuncio"
1272
 
1273
- #: dashboard/publisher/adverts-edit.php:191
1274
- #: dashboard/publisher/adverts-edit.php:291
1275
- #: dashboard/publisher/adverts-edit.php:379
1276
- #: dashboard/publisher/adverts-edit.php:420
1277
  #: dashboard/publisher/groups-edit.php:154
1278
  #: dashboard/publisher/groups-edit.php:301
1279
  #: dashboard/publisher/groups-edit.php:393
1280
  msgid "Cancel"
1281
  msgstr "Cancelar"
1282
 
1283
- #: dashboard/publisher/adverts-edit.php:194
1284
- #: dashboard/publisher/adverts-edit.php:361
1285
  #: dashboard/publisher/groups-edit.php:136
1286
  #: dashboard/publisher/groups-edit.php:283
1287
  msgid "Usage"
1288
  msgstr "Utilización"
1289
 
1290
- #: dashboard/publisher/adverts-edit.php:198
1291
- #: dashboard/publisher/adverts-edit.php:365
1292
  #: dashboard/publisher/groups-edit.php:140
1293
  #: dashboard/publisher/groups-edit.php:287
1294
  msgid "Widget"
1295
  msgstr ""
1296
 
1297
- #: dashboard/publisher/adverts-edit.php:199
1298
- #: dashboard/publisher/adverts-edit.php:366
1299
  msgid ""
1300
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1301
  "and enter ID"
1302
  msgstr ""
1303
 
1304
- #: dashboard/publisher/adverts-edit.php:202
1305
- #: dashboard/publisher/adverts-edit.php:369
1306
  #: dashboard/publisher/groups-edit.php:144
1307
  #: dashboard/publisher/groups-edit.php:291
1308
  msgid "In a post or page"
1309
  msgstr ""
1310
 
1311
- #: dashboard/publisher/adverts-edit.php:204
1312
- #: dashboard/publisher/adverts-edit.php:371
1313
  #: dashboard/publisher/groups-edit.php:146
1314
  #: dashboard/publisher/groups-edit.php:293
1315
  msgid "Directly in a theme"
1316
  msgstr ""
1317
 
1318
- #: dashboard/publisher/adverts-edit.php:210
1319
  msgid "Schedule your advert"
1320
  msgstr ""
1321
 
1322
- #: dashboard/publisher/adverts-edit.php:214
1323
  msgid "Start date (day/month/year)"
1324
  msgstr ""
1325
 
1326
- #: dashboard/publisher/adverts-edit.php:235
1327
  msgid "End date (day/month/year)"
1328
  msgstr ""
1329
 
1330
- #: dashboard/publisher/adverts-edit.php:258
1331
  msgid "Start time (hh:mm)"
1332
  msgstr ""
1333
 
1334
- #: dashboard/publisher/adverts-edit.php:265
1335
  msgid "End time (hh:mm)"
1336
  msgstr ""
1337
 
1338
- #: dashboard/publisher/adverts-edit.php:275
1339
  msgid "Maximum Clicks"
1340
  msgstr ""
1341
 
1342
- #: dashboard/publisher/adverts-edit.php:276
1343
  #: dashboard/publisher/adverts-edit.php:278
 
1344
  msgid "Leave empty or 0 to skip this."
1345
  msgstr "Dejar en blanco o 0 para omitir."
1346
 
1347
- #: dashboard/publisher/adverts-edit.php:277
1348
  msgid "Maximum Impressions"
1349
  msgstr ""
1350
 
1351
- #: dashboard/publisher/adverts-edit.php:282
1352
  msgid "Important"
1353
  msgstr ""
1354
 
1355
- #: dashboard/publisher/adverts-edit.php:283
1356
  msgid ""
1357
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1358
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1359
  "14:00 hours. 6AM is 6:00 hours."
1360
  msgstr ""
1361
 
1362
- #: dashboard/publisher/adverts-edit.php:287
1363
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1364
  msgstr ""
1365
 
1366
- #: dashboard/publisher/adverts-edit.php:287
1367
- #: dashboard/publisher/adverts-edit.php:315
1368
- #: dashboard/publisher/adverts-edit.php:359
1369
  #: dashboard/publisher/groups-edit.php:200
1370
  #, fuzzy
1371
  msgid "Upgrade today"
1372
  msgstr "Hoy"
1373
 
1374
- #: dashboard/publisher/adverts-edit.php:294
1375
  #: dashboard/publisher/groups-edit.php:157
1376
  msgid "Advanced"
1377
  msgstr "Avanzado"
1378
 
1379
- #: dashboard/publisher/adverts-edit.php:295
1380
  msgid "Everything below is optional."
1381
  msgstr "Todo lo siguiente es opcional."
1382
 
1383
- #: dashboard/publisher/adverts-edit.php:299
1384
  msgid "Responsive"
1385
  msgstr ""
1386
 
1387
- #: dashboard/publisher/adverts-edit.php:301
1388
  msgid "Enable responsive support for this advert."
1389
  msgstr "Habilitar soporte sensible para este anuncio."
1390
 
1391
- #: dashboard/publisher/adverts-edit.php:302
1392
  msgid ""
1393
  "Upload your images to the banner folder and make sure the filename is in the "
1394
  "following format; \"imagename.full.ext\". A full set of sized images is "
@@ -1398,45 +1398,45 @@ msgstr ""
1398
  "archivo es el siguiente formato; \"nombreimagen.full.ext\". Se recomienda un "
1399
  "conjunto de imágenes del mismo tamaño."
1400
 
1401
- #: dashboard/publisher/adverts-edit.php:308
1402
  #: dashboard/publisher/groups-edit.php:194
1403
  msgid "Sortorder"
1404
  msgstr ""
1405
 
1406
- #: dashboard/publisher/adverts-edit.php:310
1407
  #: dashboard/publisher/groups-edit.php:196
1408
  msgid "For administrative purposes set a sortorder."
1409
  msgstr "A efectos administrativos, establecer una Clasificación normal."
1410
 
1411
- #: dashboard/publisher/adverts-edit.php:310
1412
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1413
  msgstr "Dejar en blanco o 0 para omitir. Se usará el ID del anuncio."
1414
 
1415
- #: dashboard/publisher/adverts-edit.php:315
1416
  msgid ""
1417
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1418
  msgstr ""
1419
 
1420
- #: dashboard/publisher/adverts-edit.php:317
1421
  msgid "Geo Targeting in AdRotate Pro"
1422
  msgstr ""
1423
 
1424
- #: dashboard/publisher/adverts-edit.php:318
1425
  msgid ""
1426
  "Assign the advert to a group and enable that group to use Geo Targeting."
1427
  msgstr ""
1428
 
1429
- #: dashboard/publisher/adverts-edit.php:322
1430
  msgid "Cities/States"
1431
  msgstr ""
1432
 
1433
- #: dashboard/publisher/adverts-edit.php:325
1434
  msgid ""
1435
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1436
  "states ISO codes are supported)"
1437
  msgstr ""
1438
 
1439
- #: dashboard/publisher/adverts-edit.php:325
1440
  #, fuzzy
1441
  msgid ""
1442
  "AdRotate does not check the validity of names so make sure you spell them "
@@ -1445,67 +1445,67 @@ msgstr ""
1445
  "AdRotate no comprueba la validez de los nombres, así que asegúrate de "
1446
  "escribirlos correctamente!"
1447
 
1448
- #: dashboard/publisher/adverts-edit.php:329
1449
  msgid "Countries"
1450
  msgstr ""
1451
 
1452
- #: dashboard/publisher/adverts-edit.php:354
1453
  msgid "Select the countries you want the adverts to show in."
1454
  msgstr "Seleccione los países en los que desea que los anuncios se muestren."
1455
 
1456
- #: dashboard/publisher/adverts-edit.php:354
1457
  msgid "Cities take priority and will be filtered first."
1458
  msgstr "Las ciudades tendrán prioridad y serán filtradas primero."
1459
 
1460
- #: dashboard/publisher/adverts-edit.php:359
1461
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1462
  msgstr ""
1463
 
1464
- #: dashboard/publisher/adverts-edit.php:383
1465
  msgid "Select Groups"
1466
  msgstr "Seleccione Grupos"
1467
 
1468
- #: dashboard/publisher/adverts-edit.php:388
1469
  msgid "ID - Name"
1470
  msgstr "ID - Nombre"
1471
 
1472
- #: dashboard/publisher/adverts-edit.php:398
1473
  #: dashboard/publisher/groups-main.php:60
1474
  #: dashboard/settings/geotargeting.php:39
1475
  msgid "Default"
1476
  msgstr "Predeterminado"
1477
 
1478
- #: dashboard/publisher/adverts-edit.php:399
1479
  #: dashboard/publisher/groups-main.php:61
1480
  msgid "Dynamic"
1481
  msgstr "Dinámico"
1482
 
1483
- #: dashboard/publisher/adverts-edit.php:399
1484
  #: dashboard/publisher/groups-main.php:61
1485
  msgid "second rotation"
1486
  msgstr "segundos rotación"
1487
 
1488
- #: dashboard/publisher/adverts-edit.php:400
1489
  #: dashboard/publisher/groups-main.php:62
1490
  msgid "Block"
1491
  msgstr "Block"
1492
 
1493
- #: dashboard/publisher/adverts-edit.php:400
1494
  #: dashboard/publisher/groups-main.php:62
1495
  msgid "grid"
1496
  msgstr "cuadrícula"
1497
 
1498
- #: dashboard/publisher/adverts-edit.php:401
1499
  #: dashboard/publisher/groups-edit.php:202
1500
  #: dashboard/publisher/groups-main.php:63
1501
  msgid "Post Injection"
1502
  msgstr "Integrarlo después"
1503
 
1504
- #: dashboard/publisher/adverts-edit.php:402
1505
  msgid "Geolocation"
1506
  msgstr "Geolocalización"
1507
 
1508
- #: dashboard/publisher/adverts-edit.php:408
1509
  #: dashboard/publisher/groups-edit.php:61
1510
  #: dashboard/publisher/groups-main.php:70
1511
  msgid "Mode"
@@ -1545,7 +1545,7 @@ msgstr "Por 30 días"
1545
  msgid "For 7 days"
1546
  msgstr "Por 7 días"
1547
 
1548
- #: dashboard/publisher/adverts-error.php:73
1549
  #: dashboard/publisher/groups-edit.php:386
1550
  msgid "Configuration errors."
1551
  msgstr "Errores de configuración."
@@ -1564,12 +1564,6 @@ msgstr "Exportar"
1564
  msgid "Weight"
1565
  msgstr "Prioridad"
1566
 
1567
- #: dashboard/publisher/adverts-main.php:44
1568
- #: dashboard/publisher/groups-edit.php:333
1569
- #: dashboard/publisher/groups-main.php:36
1570
- msgid "Shown"
1571
- msgstr "Mostrado"
1572
-
1573
  #: dashboard/publisher/adverts-main.php:45
1574
  #: dashboard/publisher/adverts-main.php:47
1575
  #: dashboard/publisher/groups-main.php:37
@@ -1585,6 +1579,11 @@ msgstr "Todavia no se han creado anuncios!"
1585
  msgid "Statistics for advert"
1586
  msgstr "Estadísticas del anuncio"
1587
 
 
 
 
 
 
1588
  #: dashboard/publisher/adverts-report.php:36
1589
  #: dashboard/publisher/groups-report.php:42
1590
  msgid "Impressions today"
@@ -2822,6 +2821,12 @@ msgid ""
2822
  msgstr ""
2823
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
2824
 
 
 
 
 
 
 
2825
  #~ msgid "Find out more"
2826
  #~ msgstr "Para saber más"
2827
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate v 3.10.6\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Juanjo Navarro <cmsweb@juanjoresa.es>\n"
9
  "Language: es_ES\n"
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:710
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
359
  msgid "Learn more"
360
  msgstr "Aprender más"
361
 
362
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
363
+ #: dashboard/publisher/adverts-edit.php:242
364
  msgid "January"
365
  msgstr "Enero"
366
 
367
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
368
+ #: dashboard/publisher/adverts-edit.php:243
369
  msgid "February"
370
  msgstr "Febrero"
371
 
372
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
373
+ #: dashboard/publisher/adverts-edit.php:244
374
  msgid "March"
375
  msgstr "Marzo"
376
 
377
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
378
+ #: dashboard/publisher/adverts-edit.php:245
379
  msgid "April"
380
  msgstr "Abril"
381
 
382
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
383
+ #: dashboard/publisher/adverts-edit.php:246
384
  msgid "May"
385
  msgstr "Mayo"
386
 
387
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
388
+ #: dashboard/publisher/adverts-edit.php:247
389
  msgid "June"
390
  msgstr "Junio"
391
 
392
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
393
+ #: dashboard/publisher/adverts-edit.php:248
394
  msgid "July"
395
  msgstr "Julio"
396
 
397
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
398
+ #: dashboard/publisher/adverts-edit.php:249
399
  msgid "August"
400
  msgstr "Agosto"
401
 
402
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
403
+ #: dashboard/publisher/adverts-edit.php:250
404
  msgid "September"
405
  msgstr "Septiembre"
406
 
407
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
408
+ #: dashboard/publisher/adverts-edit.php:251
409
  msgid "October"
410
  msgstr "Octubre"
411
 
412
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
413
+ #: dashboard/publisher/adverts-edit.php:252
414
  msgid "November"
415
  msgstr "Noviembre"
416
 
417
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
418
+ #: dashboard/publisher/adverts-edit.php:253
419
  msgid "December"
420
  msgstr "Diciembre"
421
 
546
  "AdRotate Pro."
547
  msgstr ""
548
 
549
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
586
  msgid "End"
587
  msgstr "Finalizar"
588
 
589
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
590
  #: dashboard/publisher/groups-main.php:34
591
  msgid "Ads"
592
  msgstr "Anuncios"
614
  msgid "Upgrade today!"
615
  msgstr "Hoy"
616
 
617
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
618
  #: dashboard/publisher/groups-edit.php:387
619
  msgid "Expires soon."
620
  msgstr "Caduca pronto."
621
 
622
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
623
  #: dashboard/publisher/groups-edit.php:388
624
  msgid "Has expired."
625
  msgstr "Ha expirado."
691
  "siguiente formato; \"imagename.full.ext\". Se recomienda una serie completa "
692
  "de imágenes del mismo tamaño."
693
 
694
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
695
  msgid ""
696
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
697
  "filename instead of \".full\" for the various viewports."
700
  "\".1024\" en el nombre de archivo en lugar de \".completo\" para los "
701
  "diferentes visores."
702
 
703
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
704
  #: dashboard/publisher/groups-edit.php:312
705
  #: dashboard/publisher/groups-edit.php:320
706
  msgid "Example:"
707
  msgstr "Ejemplo:"
708
 
709
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
710
  #, fuzzy
711
  msgid ""
712
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
1003
  msgstr "Desactivar Anuncios"
1004
 
1005
  #: dashboard/publisher/adverts-disabled.php:21
1006
+ #: dashboard/publisher/adverts-edit.php:177
1007
  msgid "Activate"
1008
  msgstr "Activar"
1009
 
1020
  msgstr "Inio / Final"
1021
 
1022
  #: dashboard/publisher/adverts-disabled.php:37
1023
+ #: dashboard/publisher/adverts-edit.php:117
1024
  #: dashboard/publisher/adverts-error.php:41
1025
  #: dashboard/publisher/adverts-main.php:41
1026
  msgid "Title"
1027
  msgstr "Título"
1028
 
1029
  #: dashboard/publisher/adverts-disabled.php:38
1030
+ #: dashboard/publisher/adverts-main.php:44
1031
+ #: dashboard/publisher/groups-edit.php:333
1032
+ #: dashboard/publisher/groups-main.php:36
1033
+ msgid "Shown"
1034
+ msgstr "Mostrado"
1035
 
1036
  #: dashboard/publisher/adverts-disabled.php:39
1037
  #: dashboard/publisher/adverts-main.php:46
1068
  msgid "Groups:"
1069
  msgstr "Grupos"
1070
 
1071
+ #: dashboard/publisher/adverts-edit.php:48
1072
  msgid "The AdCode cannot be empty!"
1073
  msgstr "El AdCode no puede estar vacío!"
1074
 
1075
+ #: dashboard/publisher/adverts-edit.php:51
1076
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1077
  msgstr ""
1078
 
1079
+ #: dashboard/publisher/adverts-edit.php:54
1080
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1081
  msgstr ""
1082
 
1083
+ #: dashboard/publisher/adverts-edit.php:57
1084
  msgid ""
1085
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1086
  "ineffective."
1087
  msgstr ""
1088
 
1089
+ #: dashboard/publisher/adverts-edit.php:60
1090
  msgid ""
1091
  "There is a problem saving the image. Please reset your image and re-save the "
1092
  "ad!"
1093
  msgstr ""
1094
 
1095
+ #: dashboard/publisher/adverts-edit.php:63
1096
  msgid "Responsive is enabled but your banner image has the wrong name."
1097
  msgstr ""
1098
 
1099
+ #: dashboard/publisher/adverts-edit.php:66
1100
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
 
1101
  msgstr ""
 
 
1102
 
1103
+ #: dashboard/publisher/adverts-edit.php:71
1104
  msgid ""
1105
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1106
  "the ad!"
1108
  "AdRotate no encuentra ningún error, pero el anuncio está marcado como "
1109
  "erróneo, intente volver a guardar la anuncio!"
1110
 
1111
+ #: dashboard/publisher/adverts-edit.php:74
1112
  msgid "This ad is expired and currently not shown on your website!"
1113
  msgstr "Este anuncio ha caducado y actualmente no se muestra en su página web!"
1114
 
1115
+ #: dashboard/publisher/adverts-edit.php:77
1116
  msgid "The ad will expire in less than 2 days!"
1117
  msgstr "El anuncio caducará en menos de 2 días!"
1118
 
1119
+ #: dashboard/publisher/adverts-edit.php:80
1120
  msgid "This ad will expire in less than 7 days!"
1121
  msgstr "El anuncio caducará en menos de 7 días!"
1122
 
1123
+ #: dashboard/publisher/adverts-edit.php:83
1124
  msgid "This ad has been disabled and does not rotate on your site!"
1125
  msgstr "Este anuncio ha sido desactivado y no rota en su página web!"
1126
 
1127
+ #: dashboard/publisher/adverts-edit.php:109
1128
  msgid "New Advert"
1129
  msgstr "Nuevo Anuncio"
1130
 
1131
+ #: dashboard/publisher/adverts-edit.php:111
1132
  msgid "Edit Advert"
1133
  msgstr "Editar Anuncio"
1134
 
1135
+ #: dashboard/publisher/adverts-edit.php:123
1136
  msgid "AdCode"
1137
  msgstr ""
1138
 
1139
+ #: dashboard/publisher/adverts-edit.php:128
1140
  msgid "Basic Examples:"
1141
  msgstr "Ejemplos Básicos:"
1142
 
1143
+ #: dashboard/publisher/adverts-edit.php:135
1144
  msgid "Useful tags"
1145
  msgstr ""
1146
 
1147
+ #: dashboard/publisher/adverts-edit.php:137
1148
  msgid "Insert the advert ID Number."
1149
  msgstr ""
1150
 
1151
+ #: dashboard/publisher/adverts-edit.php:137
1152
  msgid "Required when selecting a image below."
1153
  msgstr ""
1154
 
1155
+ #: dashboard/publisher/adverts-edit.php:137
1156
  msgid "Insert the advert name."
1157
  msgstr ""
1158
 
1159
+ #: dashboard/publisher/adverts-edit.php:137
1160
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1161
  msgstr ""
1162
 
1163
+ #: dashboard/publisher/adverts-edit.php:137
1164
  msgid "Add inside the <a> tag to open advert in a new window."
1165
  msgstr ""
1166
 
1167
+ #: dashboard/publisher/adverts-edit.php:137
1168
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1169
  msgstr ""
1170
 
1171
+ #: dashboard/publisher/adverts-edit.php:137
1172
  msgid ""
1173
  "Place the cursor in your AdCode where you want to add any of these tags and "
1174
  "click to add it."
1175
  msgstr ""
1176
 
1177
+ #: dashboard/publisher/adverts-edit.php:142
1178
  msgid "Preview"
1179
  msgstr "Vista previa"
1180
 
1181
+ #: dashboard/publisher/adverts-edit.php:145
1182
  msgid ""
1183
  "Note: While this preview is an accurate one, it might look different then it "
1184
  "does on the website."
1186
  "Nota: Mientras que la previsualización de la imagen aqui mostrada es "
1187
  "precisa, en su pagina web puede tener un aspecto diferente."
1188
 
1189
+ #: dashboard/publisher/adverts-edit.php:146
1190
  msgid ""
1191
  "This is because of CSS differences. Your themes CSS file is not active here!"
1192
  msgstr ""
1193
  "Esto es debido a las diferencias de CSS. En la zona administrativa no está "
1194
  "activo el archivo CSS de las plantillas (themes)!"
1195
 
1196
+ #: dashboard/publisher/adverts-edit.php:151
1197
  msgid "Banner asset"
1198
  msgstr ""
1199
 
1200
+ #: dashboard/publisher/adverts-edit.php:154
1201
  msgid "WordPress media:"
1202
  msgstr ""
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:154
1205
  msgid "Select Banner"
1206
  msgstr "Seleccionar Banner"
1207
 
1208
+ #: dashboard/publisher/adverts-edit.php:156
1209
  msgid "- OR -"
1210
  msgstr "- O -"
1211
 
1212
+ #: dashboard/publisher/adverts-edit.php:158
1213
  msgid "Banner folder:"
1214
  msgstr "Carpeta Banner:"
1215
 
1216
+ #: dashboard/publisher/adverts-edit.php:159
1217
  msgid "No image selected"
1218
  msgstr "Ninguna imagen seleccionada"
1219
 
1220
+ #: dashboard/publisher/adverts-edit.php:163
1221
  msgid "Use %image% in the adcode instead of the file path."
1222
  msgstr ""
1223
 
1224
+ #: dashboard/publisher/adverts-edit.php:163
1225
  msgid ""
1226
  "Use either the text field or the dropdown. If the textfield has content that "
1227
  "field has priority."
1229
  "Use el campo de texto o en el menú desplegable. Si el campo de texto tiene "
1230
  "un contenido, ese campo tiene prioridad."
1231
 
1232
+ #: dashboard/publisher/adverts-edit.php:168
1233
  #: dashboard/settings/statistics.php:12
1234
  msgid "Statistics"
1235
  msgstr "Estadísticas"
1236
 
1237
+ #: dashboard/publisher/adverts-edit.php:170
1238
  msgid "Enable click and impression tracking for this advert."
1239
  msgstr ""
1240
 
1241
+ #: dashboard/publisher/adverts-edit.php:171
1242
  msgid ""
1243
  "Note: Clicktracking does not work for Javascript adverts such as those "
1244
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1245
  "always supported."
1246
  msgstr ""
1247
 
1248
+ #: dashboard/publisher/adverts-edit.php:181
1249
  msgid "Yes, this ad will be used"
1250
  msgstr "Sí, se utilizará este anuncio"
1251
 
1252
+ #: dashboard/publisher/adverts-edit.php:182
1253
  msgid "No, do not show this ad anywhere"
1254
  msgstr "No, no mostrar este anuncio en cualquier lugar"
1255
 
1256
+ #: dashboard/publisher/adverts-edit.php:189
1257
  #: dashboard/publisher/adverts-main.php:114
1258
  #: dashboard/publisher/groups-edit.php:75
1259
  #: dashboard/publisher/groups-main.php:89
1261
  msgid "Get more features with AdRotate Pro."
1262
  msgstr "Obtenga más funciones con AdRotate Pro"
1263
 
1264
+ #: dashboard/publisher/adverts-edit.php:192
1265
+ #: dashboard/publisher/adverts-edit.php:292
1266
+ #: dashboard/publisher/adverts-edit.php:380
1267
+ #: dashboard/publisher/adverts-edit.php:421
1268
  msgid "Save Advert"
1269
  msgstr "Guardar Anuncio"
1270
 
1271
+ #: dashboard/publisher/adverts-edit.php:193
1272
+ #: dashboard/publisher/adverts-edit.php:293
1273
+ #: dashboard/publisher/adverts-edit.php:381
1274
+ #: dashboard/publisher/adverts-edit.php:422
1275
  #: dashboard/publisher/groups-edit.php:154
1276
  #: dashboard/publisher/groups-edit.php:301
1277
  #: dashboard/publisher/groups-edit.php:393
1278
  msgid "Cancel"
1279
  msgstr "Cancelar"
1280
 
1281
+ #: dashboard/publisher/adverts-edit.php:196
1282
+ #: dashboard/publisher/adverts-edit.php:363
1283
  #: dashboard/publisher/groups-edit.php:136
1284
  #: dashboard/publisher/groups-edit.php:283
1285
  msgid "Usage"
1286
  msgstr "Utilización"
1287
 
1288
+ #: dashboard/publisher/adverts-edit.php:200
1289
+ #: dashboard/publisher/adverts-edit.php:367
1290
  #: dashboard/publisher/groups-edit.php:140
1291
  #: dashboard/publisher/groups-edit.php:287
1292
  msgid "Widget"
1293
  msgstr ""
1294
 
1295
+ #: dashboard/publisher/adverts-edit.php:201
1296
+ #: dashboard/publisher/adverts-edit.php:368
1297
  msgid ""
1298
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1299
  "and enter ID"
1300
  msgstr ""
1301
 
1302
+ #: dashboard/publisher/adverts-edit.php:204
1303
+ #: dashboard/publisher/adverts-edit.php:371
1304
  #: dashboard/publisher/groups-edit.php:144
1305
  #: dashboard/publisher/groups-edit.php:291
1306
  msgid "In a post or page"
1307
  msgstr ""
1308
 
1309
+ #: dashboard/publisher/adverts-edit.php:206
1310
+ #: dashboard/publisher/adverts-edit.php:373
1311
  #: dashboard/publisher/groups-edit.php:146
1312
  #: dashboard/publisher/groups-edit.php:293
1313
  msgid "Directly in a theme"
1314
  msgstr ""
1315
 
1316
+ #: dashboard/publisher/adverts-edit.php:212
1317
  msgid "Schedule your advert"
1318
  msgstr ""
1319
 
1320
+ #: dashboard/publisher/adverts-edit.php:216
1321
  msgid "Start date (day/month/year)"
1322
  msgstr ""
1323
 
1324
+ #: dashboard/publisher/adverts-edit.php:237
1325
  msgid "End date (day/month/year)"
1326
  msgstr ""
1327
 
1328
+ #: dashboard/publisher/adverts-edit.php:260
1329
  msgid "Start time (hh:mm)"
1330
  msgstr ""
1331
 
1332
+ #: dashboard/publisher/adverts-edit.php:267
1333
  msgid "End time (hh:mm)"
1334
  msgstr ""
1335
 
1336
+ #: dashboard/publisher/adverts-edit.php:277
1337
  msgid "Maximum Clicks"
1338
  msgstr ""
1339
 
 
1340
  #: dashboard/publisher/adverts-edit.php:278
1341
+ #: dashboard/publisher/adverts-edit.php:280
1342
  msgid "Leave empty or 0 to skip this."
1343
  msgstr "Dejar en blanco o 0 para omitir."
1344
 
1345
+ #: dashboard/publisher/adverts-edit.php:279
1346
  msgid "Maximum Impressions"
1347
  msgstr ""
1348
 
1349
+ #: dashboard/publisher/adverts-edit.php:284
1350
  msgid "Important"
1351
  msgstr ""
1352
 
1353
+ #: dashboard/publisher/adverts-edit.php:285
1354
  msgid ""
1355
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1356
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1357
  "14:00 hours. 6AM is 6:00 hours."
1358
  msgstr ""
1359
 
1360
+ #: dashboard/publisher/adverts-edit.php:289
1361
+ msgid ""
1362
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1363
+ "Pro."
1364
  msgstr ""
1365
 
1366
+ #: dashboard/publisher/adverts-edit.php:289
1367
+ #: dashboard/publisher/adverts-edit.php:317
1368
+ #: dashboard/publisher/adverts-edit.php:361
1369
  #: dashboard/publisher/groups-edit.php:200
1370
  #, fuzzy
1371
  msgid "Upgrade today"
1372
  msgstr "Hoy"
1373
 
1374
+ #: dashboard/publisher/adverts-edit.php:296
1375
  #: dashboard/publisher/groups-edit.php:157
1376
  msgid "Advanced"
1377
  msgstr "Avanzado"
1378
 
1379
+ #: dashboard/publisher/adverts-edit.php:297
1380
  msgid "Everything below is optional."
1381
  msgstr "Todo lo siguiente es opcional."
1382
 
1383
+ #: dashboard/publisher/adverts-edit.php:301
1384
  msgid "Responsive"
1385
  msgstr ""
1386
 
1387
+ #: dashboard/publisher/adverts-edit.php:303
1388
  msgid "Enable responsive support for this advert."
1389
  msgstr "Habilitar soporte sensible para este anuncio."
1390
 
1391
+ #: dashboard/publisher/adverts-edit.php:304
1392
  msgid ""
1393
  "Upload your images to the banner folder and make sure the filename is in the "
1394
  "following format; \"imagename.full.ext\". A full set of sized images is "
1398
  "archivo es el siguiente formato; \"nombreimagen.full.ext\". Se recomienda un "
1399
  "conjunto de imágenes del mismo tamaño."
1400
 
1401
+ #: dashboard/publisher/adverts-edit.php:310
1402
  #: dashboard/publisher/groups-edit.php:194
1403
  msgid "Sortorder"
1404
  msgstr ""
1405
 
1406
+ #: dashboard/publisher/adverts-edit.php:312
1407
  #: dashboard/publisher/groups-edit.php:196
1408
  msgid "For administrative purposes set a sortorder."
1409
  msgstr "A efectos administrativos, establecer una Clasificación normal."
1410
 
1411
+ #: dashboard/publisher/adverts-edit.php:312
1412
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1413
  msgstr "Dejar en blanco o 0 para omitir. Se usará el ID del anuncio."
1414
 
1415
+ #: dashboard/publisher/adverts-edit.php:317
1416
  msgid ""
1417
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1418
  msgstr ""
1419
 
1420
+ #: dashboard/publisher/adverts-edit.php:319
1421
  msgid "Geo Targeting in AdRotate Pro"
1422
  msgstr ""
1423
 
1424
+ #: dashboard/publisher/adverts-edit.php:320
1425
  msgid ""
1426
  "Assign the advert to a group and enable that group to use Geo Targeting."
1427
  msgstr ""
1428
 
1429
+ #: dashboard/publisher/adverts-edit.php:324
1430
  msgid "Cities/States"
1431
  msgstr ""
1432
 
1433
+ #: dashboard/publisher/adverts-edit.php:327
1434
  msgid ""
1435
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1436
  "states ISO codes are supported)"
1437
  msgstr ""
1438
 
1439
+ #: dashboard/publisher/adverts-edit.php:327
1440
  #, fuzzy
1441
  msgid ""
1442
  "AdRotate does not check the validity of names so make sure you spell them "
1445
  "AdRotate no comprueba la validez de los nombres, así que asegúrate de "
1446
  "escribirlos correctamente!"
1447
 
1448
+ #: dashboard/publisher/adverts-edit.php:331
1449
  msgid "Countries"
1450
  msgstr ""
1451
 
1452
+ #: dashboard/publisher/adverts-edit.php:356
1453
  msgid "Select the countries you want the adverts to show in."
1454
  msgstr "Seleccione los países en los que desea que los anuncios se muestren."
1455
 
1456
+ #: dashboard/publisher/adverts-edit.php:356
1457
  msgid "Cities take priority and will be filtered first."
1458
  msgstr "Las ciudades tendrán prioridad y serán filtradas primero."
1459
 
1460
+ #: dashboard/publisher/adverts-edit.php:361
1461
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1462
  msgstr ""
1463
 
1464
+ #: dashboard/publisher/adverts-edit.php:385
1465
  msgid "Select Groups"
1466
  msgstr "Seleccione Grupos"
1467
 
1468
+ #: dashboard/publisher/adverts-edit.php:390
1469
  msgid "ID - Name"
1470
  msgstr "ID - Nombre"
1471
 
1472
+ #: dashboard/publisher/adverts-edit.php:400
1473
  #: dashboard/publisher/groups-main.php:60
1474
  #: dashboard/settings/geotargeting.php:39
1475
  msgid "Default"
1476
  msgstr "Predeterminado"
1477
 
1478
+ #: dashboard/publisher/adverts-edit.php:401
1479
  #: dashboard/publisher/groups-main.php:61
1480
  msgid "Dynamic"
1481
  msgstr "Dinámico"
1482
 
1483
+ #: dashboard/publisher/adverts-edit.php:401
1484
  #: dashboard/publisher/groups-main.php:61
1485
  msgid "second rotation"
1486
  msgstr "segundos rotación"
1487
 
1488
+ #: dashboard/publisher/adverts-edit.php:402
1489
  #: dashboard/publisher/groups-main.php:62
1490
  msgid "Block"
1491
  msgstr "Block"
1492
 
1493
+ #: dashboard/publisher/adverts-edit.php:402
1494
  #: dashboard/publisher/groups-main.php:62
1495
  msgid "grid"
1496
  msgstr "cuadrícula"
1497
 
1498
+ #: dashboard/publisher/adverts-edit.php:403
1499
  #: dashboard/publisher/groups-edit.php:202
1500
  #: dashboard/publisher/groups-main.php:63
1501
  msgid "Post Injection"
1502
  msgstr "Integrarlo después"
1503
 
1504
+ #: dashboard/publisher/adverts-edit.php:404
1505
  msgid "Geolocation"
1506
  msgstr "Geolocalización"
1507
 
1508
+ #: dashboard/publisher/adverts-edit.php:410
1509
  #: dashboard/publisher/groups-edit.php:61
1510
  #: dashboard/publisher/groups-main.php:70
1511
  msgid "Mode"
1545
  msgid "For 7 days"
1546
  msgstr "Por 7 días"
1547
 
1548
+ #: dashboard/publisher/adverts-error.php:71
1549
  #: dashboard/publisher/groups-edit.php:386
1550
  msgid "Configuration errors."
1551
  msgstr "Errores de configuración."
1564
  msgid "Weight"
1565
  msgstr "Prioridad"
1566
 
 
 
 
 
 
 
1567
  #: dashboard/publisher/adverts-main.php:45
1568
  #: dashboard/publisher/adverts-main.php:47
1569
  #: dashboard/publisher/groups-main.php:37
1579
  msgid "Statistics for advert"
1580
  msgstr "Estadísticas del anuncio"
1581
 
1582
+ #: dashboard/publisher/adverts-report.php:34
1583
+ #: dashboard/publisher/groups-report.php:40
1584
+ msgid "Impressions"
1585
+ msgstr "Impresiones"
1586
+
1587
  #: dashboard/publisher/adverts-report.php:36
1588
  #: dashboard/publisher/groups-report.php:42
1589
  msgid "Impressions today"
2821
  msgstr ""
2822
  "Este número no puede estar vacío, ser negativo o exceder de 86400 (24 horas)."
2823
 
2824
+ #, fuzzy
2825
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
2826
+ #~ msgstr ""
2827
+ #~ "El seguimiento de clics jQuery está habilitado pero no se encontró ningún "
2828
+ #~ "enlace válido en el AdCode!"
2829
+
2830
  #~ msgid "Find out more"
2831
  #~ msgstr "Para saber más"
2832
 
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: en_US\n"
@@ -118,7 +118,7 @@ msgstr ""
118
  msgid "Unexpected error"
119
  msgstr ""
120
 
121
- #: adrotate-manage-publisher.php:706
122
  msgid "AdRotate Advertiser"
123
  msgstr ""
124
 
@@ -357,63 +357,63 @@ msgstr "Cette fonctionalité est disponible dans AdRotate Pro"
357
  msgid "Learn more"
358
  msgstr "En savoir plus"
359
 
360
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
361
- #: dashboard/publisher/adverts-edit.php:240
362
  msgid "January"
363
  msgstr "Janvier"
364
 
365
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
366
- #: dashboard/publisher/adverts-edit.php:241
367
  msgid "February"
368
  msgstr "Février"
369
 
370
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
371
- #: dashboard/publisher/adverts-edit.php:242
372
  msgid "March"
373
  msgstr "Mars"
374
 
375
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
376
- #: dashboard/publisher/adverts-edit.php:243
377
  msgid "April"
378
  msgstr "Avril"
379
 
380
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
381
- #: dashboard/publisher/adverts-edit.php:244
382
  msgid "May"
383
  msgstr "Mai"
384
 
385
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
386
- #: dashboard/publisher/adverts-edit.php:245
387
  msgid "June"
388
  msgstr "Juin"
389
 
390
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
391
- #: dashboard/publisher/adverts-edit.php:246
392
  msgid "July"
393
  msgstr "Juillet"
394
 
395
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
396
- #: dashboard/publisher/adverts-edit.php:247
397
  msgid "August"
398
  msgstr "Août"
399
 
400
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
401
- #: dashboard/publisher/adverts-edit.php:248
402
  msgid "September"
403
  msgstr "Septembre"
404
 
405
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
406
- #: dashboard/publisher/adverts-edit.php:249
407
  msgid "October"
408
  msgstr "Octobre"
409
 
410
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
411
- #: dashboard/publisher/adverts-edit.php:250
412
  msgid "November"
413
  msgstr "Novembre"
414
 
415
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
416
- #: dashboard/publisher/adverts-edit.php:251
417
  msgid "December"
418
  msgstr "Décembre"
419
 
@@ -546,7 +546,7 @@ msgid ""
546
  "AdRotate Pro."
547
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
548
 
549
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
@@ -584,7 +584,7 @@ msgstr "Début / Fin"
584
  msgid "End"
585
  msgstr ""
586
 
587
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
588
  #: dashboard/publisher/groups-main.php:34
589
  msgid "Ads"
590
  msgstr "Pubs"
@@ -614,12 +614,12 @@ msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
614
  msgid "Upgrade today!"
615
  msgstr "Mettre à jour aujourd'hui"
616
 
617
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
618
  #: dashboard/publisher/groups-edit.php:387
619
  msgid "Expires soon."
620
  msgstr "Expire bientôt."
621
 
622
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
623
  #: dashboard/publisher/groups-edit.php:388
624
  msgid "Has expired."
625
  msgstr "A expiré."
@@ -687,7 +687,7 @@ msgstr ""
687
  "complet d'images de tailles différentes est recommendé si vous avez un site "
688
  "fluide."
689
 
690
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
691
  msgid ""
692
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
693
  "filename instead of \".full\" for the various viewports."
@@ -696,13 +696,13 @@ msgstr ""
696
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
697
  "tailles d'écran."
698
 
699
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
700
  #: dashboard/publisher/groups-edit.php:312
701
  #: dashboard/publisher/groups-edit.php:320
702
  msgid "Example:"
703
  msgstr "Exemple :"
704
 
705
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
706
  #, fuzzy
707
  msgid ""
708
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -998,7 +998,7 @@ msgid "Disabled Ads"
998
  msgstr "Pubs inactives"
999
 
1000
  #: dashboard/publisher/adverts-disabled.php:21
1001
- #: dashboard/publisher/adverts-edit.php:175
1002
  msgid "Activate"
1003
  msgstr "Activer"
1004
 
@@ -1015,17 +1015,18 @@ msgid "Start / End"
1015
  msgstr "Début / Fin"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:37
1018
- #: dashboard/publisher/adverts-edit.php:115
1019
  #: dashboard/publisher/adverts-error.php:41
1020
  #: dashboard/publisher/adverts-main.php:41
1021
  msgid "Title"
1022
  msgstr "Titre"
1023
 
1024
  #: dashboard/publisher/adverts-disabled.php:38
1025
- #: dashboard/publisher/adverts-report.php:34
1026
- #: dashboard/publisher/groups-report.php:40
1027
- msgid "Impressions"
1028
- msgstr "Vues"
 
1029
 
1030
  #: dashboard/publisher/adverts-disabled.php:39
1031
  #: dashboard/publisher/adverts-main.php:46
@@ -1062,39 +1063,39 @@ msgstr "Statistiques"
1062
  msgid "Groups:"
1063
  msgstr "Groupes"
1064
 
1065
- #: dashboard/publisher/adverts-edit.php:46
1066
  msgid "The AdCode cannot be empty!"
1067
  msgstr "Le code de la publicité ne peut être vide!"
1068
 
1069
- #: dashboard/publisher/adverts-edit.php:49
1070
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1071
  msgstr ""
1072
 
1073
- #: dashboard/publisher/adverts-edit.php:52
1074
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1075
  msgstr ""
1076
 
1077
- #: dashboard/publisher/adverts-edit.php:55
1078
  msgid ""
1079
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1080
  "ineffective."
1081
  msgstr ""
1082
 
1083
- #: dashboard/publisher/adverts-edit.php:58
1084
  msgid ""
1085
  "There is a problem saving the image. Please reset your image and re-save the "
1086
  "ad!"
1087
  msgstr ""
1088
 
1089
- #: dashboard/publisher/adverts-edit.php:61
1090
  msgid "Responsive is enabled but your banner image has the wrong name."
1091
  msgstr ""
1092
 
1093
- #: dashboard/publisher/adverts-edit.php:64
1094
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1095
  msgstr ""
1096
 
1097
- #: dashboard/publisher/adverts-edit.php:69
1098
  msgid ""
1099
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1100
  "the ad!"
@@ -1102,78 +1103,78 @@ msgstr ""
1102
  "AdRotate ne peut pas trouver une erreur, mais l'annonce est marquée erronée, "
1103
  "essayez d'enregistrer votre publicité à nouveau!"
1104
 
1105
- #: dashboard/publisher/adverts-edit.php:72
1106
  msgid "This ad is expired and currently not shown on your website!"
1107
  msgstr ""
1108
  "Cette publicité est expirée et ne figure actuellement pas sur votre site!"
1109
 
1110
- #: dashboard/publisher/adverts-edit.php:75
1111
  msgid "The ad will expire in less than 2 days!"
1112
  msgstr "Cette publicité va expirer dans moins de 2 jours!"
1113
 
1114
- #: dashboard/publisher/adverts-edit.php:78
1115
  msgid "This ad will expire in less than 7 days!"
1116
  msgstr "Cette publicité va expirer dans moins de 7 jours!"
1117
 
1118
- #: dashboard/publisher/adverts-edit.php:81
1119
  msgid "This ad has been disabled and does not rotate on your site!"
1120
  msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
1121
 
1122
- #: dashboard/publisher/adverts-edit.php:107
1123
  msgid "New Advert"
1124
  msgstr "Nouvelle pub"
1125
 
1126
- #: dashboard/publisher/adverts-edit.php:109
1127
  msgid "Edit Advert"
1128
  msgstr "Modifier la pub"
1129
 
1130
- #: dashboard/publisher/adverts-edit.php:121
1131
  msgid "AdCode"
1132
  msgstr ""
1133
 
1134
- #: dashboard/publisher/adverts-edit.php:126
1135
  msgid "Basic Examples:"
1136
  msgstr "Exemples de base :"
1137
 
1138
- #: dashboard/publisher/adverts-edit.php:133
1139
  msgid "Useful tags"
1140
  msgstr ""
1141
 
1142
- #: dashboard/publisher/adverts-edit.php:135
1143
  msgid "Insert the advert ID Number."
1144
  msgstr ""
1145
 
1146
- #: dashboard/publisher/adverts-edit.php:135
1147
  msgid "Required when selecting a image below."
1148
  msgstr ""
1149
 
1150
- #: dashboard/publisher/adverts-edit.php:135
1151
  msgid "Insert the advert name."
1152
  msgstr ""
1153
 
1154
- #: dashboard/publisher/adverts-edit.php:135
1155
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1156
  msgstr ""
1157
 
1158
- #: dashboard/publisher/adverts-edit.php:135
1159
  msgid "Add inside the <a> tag to open advert in a new window."
1160
  msgstr ""
1161
 
1162
- #: dashboard/publisher/adverts-edit.php:135
1163
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1164
  msgstr ""
1165
 
1166
- #: dashboard/publisher/adverts-edit.php:135
1167
  msgid ""
1168
  "Place the cursor in your AdCode where you want to add any of these tags and "
1169
  "click to add it."
1170
  msgstr ""
1171
 
1172
- #: dashboard/publisher/adverts-edit.php:140
1173
  msgid "Preview"
1174
  msgstr "En avant-première"
1175
 
1176
- #: dashboard/publisher/adverts-edit.php:143
1177
  msgid ""
1178
  "Note: While this preview is an accurate one, it might look different then it "
1179
  "does on the website."
@@ -1181,42 +1182,42 @@ msgstr ""
1181
  "NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
1182
  "différente sur le site."
1183
 
1184
- #: dashboard/publisher/adverts-edit.php:144
1185
  msgid ""
1186
  "This is because of CSS differences. Your themes CSS file is not active here!"
1187
  msgstr ""
1188
  "Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
1189
  "pas actif ici!"
1190
 
1191
- #: dashboard/publisher/adverts-edit.php:149
1192
  msgid "Banner asset"
1193
  msgstr ""
1194
 
1195
- #: dashboard/publisher/adverts-edit.php:152
1196
  msgid "WordPress media:"
1197
  msgstr ""
1198
 
1199
- #: dashboard/publisher/adverts-edit.php:152
1200
  msgid "Select Banner"
1201
  msgstr "Choisir l'image"
1202
 
1203
- #: dashboard/publisher/adverts-edit.php:154
1204
  msgid "- OR -"
1205
  msgstr "- OU -"
1206
 
1207
- #: dashboard/publisher/adverts-edit.php:156
1208
  msgid "Banner folder:"
1209
  msgstr "Dossier de bannières :"
1210
 
1211
- #: dashboard/publisher/adverts-edit.php:157
1212
  msgid "No image selected"
1213
  msgstr "Aucune image sélectionnée"
1214
 
1215
- #: dashboard/publisher/adverts-edit.php:161
1216
  msgid "Use %image% in the adcode instead of the file path."
1217
  msgstr ""
1218
 
1219
- #: dashboard/publisher/adverts-edit.php:161
1220
  msgid ""
1221
  "Use either the text field or the dropdown. If the textfield has content that "
1222
  "field has priority."
@@ -1224,162 +1225,164 @@ msgstr ""
1224
  "Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
1225
  "valeur, ce champ a la priorité."
1226
 
1227
- #: dashboard/publisher/adverts-edit.php:166
1228
  #: dashboard/settings/statistics.php:12
1229
  msgid "Statistics"
1230
  msgstr "Statistiques"
1231
 
1232
- #: dashboard/publisher/adverts-edit.php:168
1233
  msgid "Enable click and impression tracking for this advert."
1234
  msgstr ""
1235
 
1236
- #: dashboard/publisher/adverts-edit.php:169
1237
  msgid ""
1238
  "Note: Clicktracking does not work for Javascript adverts such as those "
1239
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1240
  "always supported."
1241
  msgstr ""
1242
 
1243
- #: dashboard/publisher/adverts-edit.php:179
1244
  msgid "Yes, this ad will be used"
1245
  msgstr "Oui, cette publicité sera utilisée"
1246
 
1247
- #: dashboard/publisher/adverts-edit.php:180
1248
  msgid "No, do not show this ad anywhere"
1249
  msgstr "Non, cette publicité ne sera pas utilisée"
1250
 
1251
- #: dashboard/publisher/adverts-edit.php:187
1252
  #: dashboard/publisher/adverts-main.php:114
1253
  #: dashboard/publisher/groups-edit.php:75
1254
  #: dashboard/publisher/groups-main.php:89
1255
  msgid "Get more features with AdRotate Pro."
1256
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
1257
 
1258
- #: dashboard/publisher/adverts-edit.php:190
1259
- #: dashboard/publisher/adverts-edit.php:290
1260
- #: dashboard/publisher/adverts-edit.php:378
1261
- #: dashboard/publisher/adverts-edit.php:419
1262
  msgid "Save Advert"
1263
  msgstr "Sauvegarder la pub"
1264
 
1265
- #: dashboard/publisher/adverts-edit.php:191
1266
- #: dashboard/publisher/adverts-edit.php:291
1267
- #: dashboard/publisher/adverts-edit.php:379
1268
- #: dashboard/publisher/adverts-edit.php:420
1269
  #: dashboard/publisher/groups-edit.php:154
1270
  #: dashboard/publisher/groups-edit.php:301
1271
  #: dashboard/publisher/groups-edit.php:393
1272
  msgid "Cancel"
1273
  msgstr "Annuller"
1274
 
1275
- #: dashboard/publisher/adverts-edit.php:194
1276
- #: dashboard/publisher/adverts-edit.php:361
1277
  #: dashboard/publisher/groups-edit.php:136
1278
  #: dashboard/publisher/groups-edit.php:283
1279
  msgid "Usage"
1280
  msgstr "Usage"
1281
 
1282
- #: dashboard/publisher/adverts-edit.php:198
1283
- #: dashboard/publisher/adverts-edit.php:365
1284
  #: dashboard/publisher/groups-edit.php:140
1285
  #: dashboard/publisher/groups-edit.php:287
1286
  msgid "Widget"
1287
  msgstr ""
1288
 
1289
- #: dashboard/publisher/adverts-edit.php:199
1290
- #: dashboard/publisher/adverts-edit.php:366
1291
  msgid ""
1292
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1293
  "and enter ID"
1294
  msgstr ""
1295
 
1296
- #: dashboard/publisher/adverts-edit.php:202
1297
- #: dashboard/publisher/adverts-edit.php:369
1298
  #: dashboard/publisher/groups-edit.php:144
1299
  #: dashboard/publisher/groups-edit.php:291
1300
  msgid "In a post or page"
1301
  msgstr ""
1302
 
1303
- #: dashboard/publisher/adverts-edit.php:204
1304
- #: dashboard/publisher/adverts-edit.php:371
1305
  #: dashboard/publisher/groups-edit.php:146
1306
  #: dashboard/publisher/groups-edit.php:293
1307
  msgid "Directly in a theme"
1308
  msgstr ""
1309
 
1310
- #: dashboard/publisher/adverts-edit.php:210
1311
  msgid "Schedule your advert"
1312
  msgstr ""
1313
 
1314
- #: dashboard/publisher/adverts-edit.php:214
1315
  msgid "Start date (day/month/year)"
1316
  msgstr ""
1317
 
1318
- #: dashboard/publisher/adverts-edit.php:235
1319
  msgid "End date (day/month/year)"
1320
  msgstr ""
1321
 
1322
- #: dashboard/publisher/adverts-edit.php:258
1323
  msgid "Start time (hh:mm)"
1324
  msgstr ""
1325
 
1326
- #: dashboard/publisher/adverts-edit.php:265
1327
  msgid "End time (hh:mm)"
1328
  msgstr ""
1329
 
1330
- #: dashboard/publisher/adverts-edit.php:275
1331
  msgid "Maximum Clicks"
1332
  msgstr ""
1333
 
1334
- #: dashboard/publisher/adverts-edit.php:276
1335
  #: dashboard/publisher/adverts-edit.php:278
 
1336
  msgid "Leave empty or 0 to skip this."
1337
  msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
1338
 
1339
- #: dashboard/publisher/adverts-edit.php:277
1340
  msgid "Maximum Impressions"
1341
  msgstr ""
1342
 
1343
- #: dashboard/publisher/adverts-edit.php:282
1344
  msgid "Important"
1345
  msgstr ""
1346
 
1347
- #: dashboard/publisher/adverts-edit.php:283
1348
  msgid ""
1349
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1350
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1351
  "14:00 hours. 6AM is 6:00 hours."
1352
  msgstr ""
1353
 
1354
- #: dashboard/publisher/adverts-edit.php:287
1355
- msgid "Create multiple schedules for each advert with AdRotate Pro."
1356
- msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
 
 
1357
 
1358
- #: dashboard/publisher/adverts-edit.php:287
1359
- #: dashboard/publisher/adverts-edit.php:315
1360
- #: dashboard/publisher/adverts-edit.php:359
1361
  #: dashboard/publisher/groups-edit.php:200
1362
  msgid "Upgrade today"
1363
  msgstr "Mettre à jour aujourd'hui"
1364
 
1365
- #: dashboard/publisher/adverts-edit.php:294
1366
  #: dashboard/publisher/groups-edit.php:157
1367
  msgid "Advanced"
1368
  msgstr "Avancé"
1369
 
1370
- #: dashboard/publisher/adverts-edit.php:295
1371
  msgid "Everything below is optional."
1372
  msgstr "Tous les paramètres ci-dessous sont optionels."
1373
 
1374
- #: dashboard/publisher/adverts-edit.php:299
1375
  msgid "Responsive"
1376
  msgstr ""
1377
 
1378
- #: dashboard/publisher/adverts-edit.php:301
1379
  msgid "Enable responsive support for this advert."
1380
  msgstr "Activer le support réactif pour cette publicité."
1381
 
1382
- #: dashboard/publisher/adverts-edit.php:302
1383
  msgid ""
1384
  "Upload your images to the banner folder and make sure the filename is in the "
1385
  "following format; \"imagename.full.ext\". A full set of sized images is "
@@ -1390,114 +1393,114 @@ msgstr ""
1390
  "complet d'images de tailles différentes est recommendé si vous avez un site "
1391
  "fluide."
1392
 
1393
- #: dashboard/publisher/adverts-edit.php:308
1394
  #: dashboard/publisher/groups-edit.php:194
1395
  msgid "Sortorder"
1396
  msgstr ""
1397
 
1398
- #: dashboard/publisher/adverts-edit.php:310
1399
  #: dashboard/publisher/groups-edit.php:196
1400
  msgid "For administrative purposes set a sortorder."
1401
  msgstr "Pour des raisons administratives définir un ordre de tri."
1402
 
1403
- #: dashboard/publisher/adverts-edit.php:310
1404
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1405
  msgstr ""
1406
  "Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
1407
  "de l'ID de la publicité."
1408
 
1409
- #: dashboard/publisher/adverts-edit.php:315
1410
  msgid ""
1411
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1412
  msgstr ""
1413
 
1414
- #: dashboard/publisher/adverts-edit.php:317
1415
  msgid "Geo Targeting in AdRotate Pro"
1416
  msgstr ""
1417
 
1418
- #: dashboard/publisher/adverts-edit.php:318
1419
  msgid ""
1420
  "Assign the advert to a group and enable that group to use Geo Targeting."
1421
  msgstr ""
1422
 
1423
- #: dashboard/publisher/adverts-edit.php:322
1424
  msgid "Cities/States"
1425
  msgstr ""
1426
 
1427
- #: dashboard/publisher/adverts-edit.php:325
1428
  msgid ""
1429
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1430
  "states ISO codes are supported)"
1431
  msgstr ""
1432
 
1433
- #: dashboard/publisher/adverts-edit.php:325
1434
  msgid ""
1435
  "AdRotate does not check the validity of names so make sure you spell them "
1436
  "correctly!"
1437
  msgstr ""
1438
 
1439
- #: dashboard/publisher/adverts-edit.php:329
1440
  msgid "Countries"
1441
  msgstr ""
1442
 
1443
- #: dashboard/publisher/adverts-edit.php:354
1444
  #, fuzzy
1445
  msgid "Select the countries you want the adverts to show in."
1446
  msgstr "Choisir les pages dans lesquelles vous voulez intégrer les pulicités."
1447
 
1448
- #: dashboard/publisher/adverts-edit.php:354
1449
  msgid "Cities take priority and will be filtered first."
1450
  msgstr ""
1451
 
1452
- #: dashboard/publisher/adverts-edit.php:359
1453
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1454
  msgstr ""
1455
 
1456
- #: dashboard/publisher/adverts-edit.php:383
1457
  msgid "Select Groups"
1458
  msgstr "Choisir groupes"
1459
 
1460
- #: dashboard/publisher/adverts-edit.php:388
1461
  msgid "ID - Name"
1462
  msgstr "ID - Nom"
1463
 
1464
- #: dashboard/publisher/adverts-edit.php:398
1465
  #: dashboard/publisher/groups-main.php:60
1466
  #: dashboard/settings/geotargeting.php:39
1467
  msgid "Default"
1468
  msgstr "Par défaut"
1469
 
1470
- #: dashboard/publisher/adverts-edit.php:399
1471
  #: dashboard/publisher/groups-main.php:61
1472
  msgid "Dynamic"
1473
  msgstr "Dynamique"
1474
 
1475
- #: dashboard/publisher/adverts-edit.php:399
1476
  #: dashboard/publisher/groups-main.php:61
1477
  msgid "second rotation"
1478
  msgstr "deuxième rotation"
1479
 
1480
- #: dashboard/publisher/adverts-edit.php:400
1481
  #: dashboard/publisher/groups-main.php:62
1482
  msgid "Block"
1483
  msgstr "Bloc"
1484
 
1485
- #: dashboard/publisher/adverts-edit.php:400
1486
  #: dashboard/publisher/groups-main.php:62
1487
  msgid "grid"
1488
  msgstr "grille"
1489
 
1490
- #: dashboard/publisher/adverts-edit.php:401
1491
  #: dashboard/publisher/groups-edit.php:202
1492
  #: dashboard/publisher/groups-main.php:63
1493
  msgid "Post Injection"
1494
  msgstr "Injection dans l'article"
1495
 
1496
- #: dashboard/publisher/adverts-edit.php:402
1497
  msgid "Geolocation"
1498
  msgstr "Géolocalisation"
1499
 
1500
- #: dashboard/publisher/adverts-edit.php:408
1501
  #: dashboard/publisher/groups-edit.php:61
1502
  #: dashboard/publisher/groups-main.php:70
1503
  msgid "Mode"
@@ -1537,7 +1540,7 @@ msgstr "Pour 30 jours"
1537
  msgid "For 7 days"
1538
  msgstr "Pour 7 jours"
1539
 
1540
- #: dashboard/publisher/adverts-error.php:73
1541
  #: dashboard/publisher/groups-edit.php:386
1542
  msgid "Configuration errors."
1543
  msgstr "Erreurs de configuration."
@@ -1555,12 +1558,6 @@ msgstr ""
1555
  msgid "Weight"
1556
  msgstr "Importance"
1557
 
1558
- #: dashboard/publisher/adverts-main.php:44
1559
- #: dashboard/publisher/groups-edit.php:333
1560
- #: dashboard/publisher/groups-main.php:36
1561
- msgid "Shown"
1562
- msgstr "Montré"
1563
-
1564
  #: dashboard/publisher/adverts-main.php:45
1565
  #: dashboard/publisher/adverts-main.php:47
1566
  #: dashboard/publisher/groups-main.php:37
@@ -1576,6 +1573,11 @@ msgstr "Aucune pub n'a encore été créé!"
1576
  msgid "Statistics for advert"
1577
  msgstr "Statistiques pour la pub"
1578
 
 
 
 
 
 
1579
  #: dashboard/publisher/adverts-report.php:36
1580
  #: dashboard/publisher/groups-report.php:42
1581
  msgid "Impressions today"
@@ -2782,6 +2784,9 @@ msgid ""
2782
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2783
  msgstr ""
2784
 
 
 
 
2785
  #~ msgid "Find out more"
2786
  #~ msgstr "En savoir plus"
2787
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate 3.10.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Digital Ink Tunisia <hello@digitalink.tn>\n"
9
  "Language: en_US\n"
118
  msgid "Unexpected error"
119
  msgstr ""
120
 
121
+ #: adrotate-manage-publisher.php:710
122
  msgid "AdRotate Advertiser"
123
  msgstr ""
124
 
357
  msgid "Learn more"
358
  msgstr "En savoir plus"
359
 
360
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
361
+ #: dashboard/publisher/adverts-edit.php:242
362
  msgid "January"
363
  msgstr "Janvier"
364
 
365
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
366
+ #: dashboard/publisher/adverts-edit.php:243
367
  msgid "February"
368
  msgstr "Février"
369
 
370
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
371
+ #: dashboard/publisher/adverts-edit.php:244
372
  msgid "March"
373
  msgstr "Mars"
374
 
375
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
376
+ #: dashboard/publisher/adverts-edit.php:245
377
  msgid "April"
378
  msgstr "Avril"
379
 
380
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
381
+ #: dashboard/publisher/adverts-edit.php:246
382
  msgid "May"
383
  msgstr "Mai"
384
 
385
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
386
+ #: dashboard/publisher/adverts-edit.php:247
387
  msgid "June"
388
  msgstr "Juin"
389
 
390
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
391
+ #: dashboard/publisher/adverts-edit.php:248
392
  msgid "July"
393
  msgstr "Juillet"
394
 
395
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
396
+ #: dashboard/publisher/adverts-edit.php:249
397
  msgid "August"
398
  msgstr "Août"
399
 
400
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
401
+ #: dashboard/publisher/adverts-edit.php:250
402
  msgid "September"
403
  msgstr "Septembre"
404
 
405
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
406
+ #: dashboard/publisher/adverts-edit.php:251
407
  msgid "October"
408
  msgstr "Octobre"
409
 
410
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
411
+ #: dashboard/publisher/adverts-edit.php:252
412
  msgid "November"
413
  msgstr "Novembre"
414
 
415
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
416
+ #: dashboard/publisher/adverts-edit.php:253
417
  msgid "December"
418
  msgstr "Décembre"
419
 
546
  "AdRotate Pro."
547
  msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
548
 
549
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
584
  msgid "End"
585
  msgstr ""
586
 
587
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
588
  #: dashboard/publisher/groups-main.php:34
589
  msgid "Ads"
590
  msgstr "Pubs"
614
  msgid "Upgrade today!"
615
  msgstr "Mettre à jour aujourd'hui"
616
 
617
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
618
  #: dashboard/publisher/groups-edit.php:387
619
  msgid "Expires soon."
620
  msgstr "Expire bientôt."
621
 
622
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
623
  #: dashboard/publisher/groups-edit.php:388
624
  msgid "Has expired."
625
  msgstr "A expiré."
687
  "complet d'images de tailles différentes est recommendé si vous avez un site "
688
  "fluide."
689
 
690
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
691
  msgid ""
692
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
693
  "filename instead of \".full\" for the various viewports."
696
  "\".1024\" dans le nom du fichier au lieu de \".full\" pour les différentes "
697
  "tailles d'écran."
698
 
699
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
700
  #: dashboard/publisher/groups-edit.php:312
701
  #: dashboard/publisher/groups-edit.php:320
702
  msgid "Example:"
703
  msgstr "Exemple :"
704
 
705
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
706
  #, fuzzy
707
  msgid ""
708
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
998
  msgstr "Pubs inactives"
999
 
1000
  #: dashboard/publisher/adverts-disabled.php:21
1001
+ #: dashboard/publisher/adverts-edit.php:177
1002
  msgid "Activate"
1003
  msgstr "Activer"
1004
 
1015
  msgstr "Début / Fin"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:37
1018
+ #: dashboard/publisher/adverts-edit.php:117
1019
  #: dashboard/publisher/adverts-error.php:41
1020
  #: dashboard/publisher/adverts-main.php:41
1021
  msgid "Title"
1022
  msgstr "Titre"
1023
 
1024
  #: dashboard/publisher/adverts-disabled.php:38
1025
+ #: dashboard/publisher/adverts-main.php:44
1026
+ #: dashboard/publisher/groups-edit.php:333
1027
+ #: dashboard/publisher/groups-main.php:36
1028
+ msgid "Shown"
1029
+ msgstr "Montré"
1030
 
1031
  #: dashboard/publisher/adverts-disabled.php:39
1032
  #: dashboard/publisher/adverts-main.php:46
1063
  msgid "Groups:"
1064
  msgstr "Groupes"
1065
 
1066
+ #: dashboard/publisher/adverts-edit.php:48
1067
  msgid "The AdCode cannot be empty!"
1068
  msgstr "Le code de la publicité ne peut être vide!"
1069
 
1070
+ #: dashboard/publisher/adverts-edit.php:51
1071
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1072
  msgstr ""
1073
 
1074
+ #: dashboard/publisher/adverts-edit.php:54
1075
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1076
  msgstr ""
1077
 
1078
+ #: dashboard/publisher/adverts-edit.php:57
1079
  msgid ""
1080
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1081
  "ineffective."
1082
  msgstr ""
1083
 
1084
+ #: dashboard/publisher/adverts-edit.php:60
1085
  msgid ""
1086
  "There is a problem saving the image. Please reset your image and re-save the "
1087
  "ad!"
1088
  msgstr ""
1089
 
1090
+ #: dashboard/publisher/adverts-edit.php:63
1091
  msgid "Responsive is enabled but your banner image has the wrong name."
1092
  msgstr ""
1093
 
1094
+ #: dashboard/publisher/adverts-edit.php:66
1095
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1096
  msgstr ""
1097
 
1098
+ #: dashboard/publisher/adverts-edit.php:71
1099
  msgid ""
1100
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1101
  "the ad!"
1103
  "AdRotate ne peut pas trouver une erreur, mais l'annonce est marquée erronée, "
1104
  "essayez d'enregistrer votre publicité à nouveau!"
1105
 
1106
+ #: dashboard/publisher/adverts-edit.php:74
1107
  msgid "This ad is expired and currently not shown on your website!"
1108
  msgstr ""
1109
  "Cette publicité est expirée et ne figure actuellement pas sur votre site!"
1110
 
1111
+ #: dashboard/publisher/adverts-edit.php:77
1112
  msgid "The ad will expire in less than 2 days!"
1113
  msgstr "Cette publicité va expirer dans moins de 2 jours!"
1114
 
1115
+ #: dashboard/publisher/adverts-edit.php:80
1116
  msgid "This ad will expire in less than 7 days!"
1117
  msgstr "Cette publicité va expirer dans moins de 7 jours!"
1118
 
1119
+ #: dashboard/publisher/adverts-edit.php:83
1120
  msgid "This ad has been disabled and does not rotate on your site!"
1121
  msgstr "Cette publicité à été désactivée et ne tourne plus sur votre site!"
1122
 
1123
+ #: dashboard/publisher/adverts-edit.php:109
1124
  msgid "New Advert"
1125
  msgstr "Nouvelle pub"
1126
 
1127
+ #: dashboard/publisher/adverts-edit.php:111
1128
  msgid "Edit Advert"
1129
  msgstr "Modifier la pub"
1130
 
1131
+ #: dashboard/publisher/adverts-edit.php:123
1132
  msgid "AdCode"
1133
  msgstr ""
1134
 
1135
+ #: dashboard/publisher/adverts-edit.php:128
1136
  msgid "Basic Examples:"
1137
  msgstr "Exemples de base :"
1138
 
1139
+ #: dashboard/publisher/adverts-edit.php:135
1140
  msgid "Useful tags"
1141
  msgstr ""
1142
 
1143
+ #: dashboard/publisher/adverts-edit.php:137
1144
  msgid "Insert the advert ID Number."
1145
  msgstr ""
1146
 
1147
+ #: dashboard/publisher/adverts-edit.php:137
1148
  msgid "Required when selecting a image below."
1149
  msgstr ""
1150
 
1151
+ #: dashboard/publisher/adverts-edit.php:137
1152
  msgid "Insert the advert name."
1153
  msgstr ""
1154
 
1155
+ #: dashboard/publisher/adverts-edit.php:137
1156
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1157
  msgstr ""
1158
 
1159
+ #: dashboard/publisher/adverts-edit.php:137
1160
  msgid "Add inside the <a> tag to open advert in a new window."
1161
  msgstr ""
1162
 
1163
+ #: dashboard/publisher/adverts-edit.php:137
1164
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1165
  msgstr ""
1166
 
1167
+ #: dashboard/publisher/adverts-edit.php:137
1168
  msgid ""
1169
  "Place the cursor in your AdCode where you want to add any of these tags and "
1170
  "click to add it."
1171
  msgstr ""
1172
 
1173
+ #: dashboard/publisher/adverts-edit.php:142
1174
  msgid "Preview"
1175
  msgstr "En avant-première"
1176
 
1177
+ #: dashboard/publisher/adverts-edit.php:145
1178
  msgid ""
1179
  "Note: While this preview is an accurate one, it might look different then it "
1180
  "does on the website."
1182
  "NOTA BENE : Bien que cet aperçu soit précis, la publicité peut être "
1183
  "différente sur le site."
1184
 
1185
+ #: dashboard/publisher/adverts-edit.php:146
1186
  msgid ""
1187
  "This is because of CSS differences. Your themes CSS file is not active here!"
1188
  msgstr ""
1189
  "Les différences dans le CSS causent ces soucis. Le CSS de votre thème n'est "
1190
  "pas actif ici!"
1191
 
1192
+ #: dashboard/publisher/adverts-edit.php:151
1193
  msgid "Banner asset"
1194
  msgstr ""
1195
 
1196
+ #: dashboard/publisher/adverts-edit.php:154
1197
  msgid "WordPress media:"
1198
  msgstr ""
1199
 
1200
+ #: dashboard/publisher/adverts-edit.php:154
1201
  msgid "Select Banner"
1202
  msgstr "Choisir l'image"
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:156
1205
  msgid "- OR -"
1206
  msgstr "- OU -"
1207
 
1208
+ #: dashboard/publisher/adverts-edit.php:158
1209
  msgid "Banner folder:"
1210
  msgstr "Dossier de bannières :"
1211
 
1212
+ #: dashboard/publisher/adverts-edit.php:159
1213
  msgid "No image selected"
1214
  msgstr "Aucune image sélectionnée"
1215
 
1216
+ #: dashboard/publisher/adverts-edit.php:163
1217
  msgid "Use %image% in the adcode instead of the file path."
1218
  msgstr ""
1219
 
1220
+ #: dashboard/publisher/adverts-edit.php:163
1221
  msgid ""
1222
  "Use either the text field or the dropdown. If the textfield has content that "
1223
  "field has priority."
1225
  "Utilisez la zone de texte ou la liste déroulante. Si le champ de texte a une "
1226
  "valeur, ce champ a la priorité."
1227
 
1228
+ #: dashboard/publisher/adverts-edit.php:168
1229
  #: dashboard/settings/statistics.php:12
1230
  msgid "Statistics"
1231
  msgstr "Statistiques"
1232
 
1233
+ #: dashboard/publisher/adverts-edit.php:170
1234
  msgid "Enable click and impression tracking for this advert."
1235
  msgstr ""
1236
 
1237
+ #: dashboard/publisher/adverts-edit.php:171
1238
  msgid ""
1239
  "Note: Clicktracking does not work for Javascript adverts such as those "
1240
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1241
  "always supported."
1242
  msgstr ""
1243
 
1244
+ #: dashboard/publisher/adverts-edit.php:181
1245
  msgid "Yes, this ad will be used"
1246
  msgstr "Oui, cette publicité sera utilisée"
1247
 
1248
+ #: dashboard/publisher/adverts-edit.php:182
1249
  msgid "No, do not show this ad anywhere"
1250
  msgstr "Non, cette publicité ne sera pas utilisée"
1251
 
1252
+ #: dashboard/publisher/adverts-edit.php:189
1253
  #: dashboard/publisher/adverts-main.php:114
1254
  #: dashboard/publisher/groups-edit.php:75
1255
  #: dashboard/publisher/groups-main.php:89
1256
  msgid "Get more features with AdRotate Pro."
1257
  msgstr "Obtenez plus de fonctionalités avec AdRotate Pro."
1258
 
1259
+ #: dashboard/publisher/adverts-edit.php:192
1260
+ #: dashboard/publisher/adverts-edit.php:292
1261
+ #: dashboard/publisher/adverts-edit.php:380
1262
+ #: dashboard/publisher/adverts-edit.php:421
1263
  msgid "Save Advert"
1264
  msgstr "Sauvegarder la pub"
1265
 
1266
+ #: dashboard/publisher/adverts-edit.php:193
1267
+ #: dashboard/publisher/adverts-edit.php:293
1268
+ #: dashboard/publisher/adverts-edit.php:381
1269
+ #: dashboard/publisher/adverts-edit.php:422
1270
  #: dashboard/publisher/groups-edit.php:154
1271
  #: dashboard/publisher/groups-edit.php:301
1272
  #: dashboard/publisher/groups-edit.php:393
1273
  msgid "Cancel"
1274
  msgstr "Annuller"
1275
 
1276
+ #: dashboard/publisher/adverts-edit.php:196
1277
+ #: dashboard/publisher/adverts-edit.php:363
1278
  #: dashboard/publisher/groups-edit.php:136
1279
  #: dashboard/publisher/groups-edit.php:283
1280
  msgid "Usage"
1281
  msgstr "Usage"
1282
 
1283
+ #: dashboard/publisher/adverts-edit.php:200
1284
+ #: dashboard/publisher/adverts-edit.php:367
1285
  #: dashboard/publisher/groups-edit.php:140
1286
  #: dashboard/publisher/groups-edit.php:287
1287
  msgid "Widget"
1288
  msgstr ""
1289
 
1290
+ #: dashboard/publisher/adverts-edit.php:201
1291
+ #: dashboard/publisher/adverts-edit.php:368
1292
  msgid ""
1293
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1294
  "and enter ID"
1295
  msgstr ""
1296
 
1297
+ #: dashboard/publisher/adverts-edit.php:204
1298
+ #: dashboard/publisher/adverts-edit.php:371
1299
  #: dashboard/publisher/groups-edit.php:144
1300
  #: dashboard/publisher/groups-edit.php:291
1301
  msgid "In a post or page"
1302
  msgstr ""
1303
 
1304
+ #: dashboard/publisher/adverts-edit.php:206
1305
+ #: dashboard/publisher/adverts-edit.php:373
1306
  #: dashboard/publisher/groups-edit.php:146
1307
  #: dashboard/publisher/groups-edit.php:293
1308
  msgid "Directly in a theme"
1309
  msgstr ""
1310
 
1311
+ #: dashboard/publisher/adverts-edit.php:212
1312
  msgid "Schedule your advert"
1313
  msgstr ""
1314
 
1315
+ #: dashboard/publisher/adverts-edit.php:216
1316
  msgid "Start date (day/month/year)"
1317
  msgstr ""
1318
 
1319
+ #: dashboard/publisher/adverts-edit.php:237
1320
  msgid "End date (day/month/year)"
1321
  msgstr ""
1322
 
1323
+ #: dashboard/publisher/adverts-edit.php:260
1324
  msgid "Start time (hh:mm)"
1325
  msgstr ""
1326
 
1327
+ #: dashboard/publisher/adverts-edit.php:267
1328
  msgid "End time (hh:mm)"
1329
  msgstr ""
1330
 
1331
+ #: dashboard/publisher/adverts-edit.php:277
1332
  msgid "Maximum Clicks"
1333
  msgstr ""
1334
 
 
1335
  #: dashboard/publisher/adverts-edit.php:278
1336
+ #: dashboard/publisher/adverts-edit.php:280
1337
  msgid "Leave empty or 0 to skip this."
1338
  msgstr "Laissez le champs vide ou mettrez 0 pour l'ignorer."
1339
 
1340
+ #: dashboard/publisher/adverts-edit.php:279
1341
  msgid "Maximum Impressions"
1342
  msgstr ""
1343
 
1344
+ #: dashboard/publisher/adverts-edit.php:284
1345
  msgid "Important"
1346
  msgstr ""
1347
 
1348
+ #: dashboard/publisher/adverts-edit.php:285
1349
  msgid ""
1350
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1351
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1352
  "14:00 hours. 6AM is 6:00 hours."
1353
  msgstr ""
1354
 
1355
+ #: dashboard/publisher/adverts-edit.php:289
1356
+ msgid ""
1357
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1358
+ "Pro."
1359
+ msgstr ""
1360
 
1361
+ #: dashboard/publisher/adverts-edit.php:289
1362
+ #: dashboard/publisher/adverts-edit.php:317
1363
+ #: dashboard/publisher/adverts-edit.php:361
1364
  #: dashboard/publisher/groups-edit.php:200
1365
  msgid "Upgrade today"
1366
  msgstr "Mettre à jour aujourd'hui"
1367
 
1368
+ #: dashboard/publisher/adverts-edit.php:296
1369
  #: dashboard/publisher/groups-edit.php:157
1370
  msgid "Advanced"
1371
  msgstr "Avancé"
1372
 
1373
+ #: dashboard/publisher/adverts-edit.php:297
1374
  msgid "Everything below is optional."
1375
  msgstr "Tous les paramètres ci-dessous sont optionels."
1376
 
1377
+ #: dashboard/publisher/adverts-edit.php:301
1378
  msgid "Responsive"
1379
  msgstr ""
1380
 
1381
+ #: dashboard/publisher/adverts-edit.php:303
1382
  msgid "Enable responsive support for this advert."
1383
  msgstr "Activer le support réactif pour cette publicité."
1384
 
1385
+ #: dashboard/publisher/adverts-edit.php:304
1386
  msgid ""
1387
  "Upload your images to the banner folder and make sure the filename is in the "
1388
  "following format; \"imagename.full.ext\". A full set of sized images is "
1393
  "complet d'images de tailles différentes est recommendé si vous avez un site "
1394
  "fluide."
1395
 
1396
+ #: dashboard/publisher/adverts-edit.php:310
1397
  #: dashboard/publisher/groups-edit.php:194
1398
  msgid "Sortorder"
1399
  msgstr ""
1400
 
1401
+ #: dashboard/publisher/adverts-edit.php:312
1402
  #: dashboard/publisher/groups-edit.php:196
1403
  msgid "For administrative purposes set a sortorder."
1404
  msgstr "Pour des raisons administratives définir un ordre de tri."
1405
 
1406
+ #: dashboard/publisher/adverts-edit.php:312
1407
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1408
  msgstr ""
1409
  "Laissez vide ou mettre 0 pour ignorer ceci. Par défaut, la valeur sera celle "
1410
  "de l'ID de la publicité."
1411
 
1412
+ #: dashboard/publisher/adverts-edit.php:317
1413
  msgid ""
1414
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1415
  msgstr ""
1416
 
1417
+ #: dashboard/publisher/adverts-edit.php:319
1418
  msgid "Geo Targeting in AdRotate Pro"
1419
  msgstr ""
1420
 
1421
+ #: dashboard/publisher/adverts-edit.php:320
1422
  msgid ""
1423
  "Assign the advert to a group and enable that group to use Geo Targeting."
1424
  msgstr ""
1425
 
1426
+ #: dashboard/publisher/adverts-edit.php:324
1427
  msgid "Cities/States"
1428
  msgstr ""
1429
 
1430
+ #: dashboard/publisher/adverts-edit.php:327
1431
  msgid ""
1432
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1433
  "states ISO codes are supported)"
1434
  msgstr ""
1435
 
1436
+ #: dashboard/publisher/adverts-edit.php:327
1437
  msgid ""
1438
  "AdRotate does not check the validity of names so make sure you spell them "
1439
  "correctly!"
1440
  msgstr ""
1441
 
1442
+ #: dashboard/publisher/adverts-edit.php:331
1443
  msgid "Countries"
1444
  msgstr ""
1445
 
1446
+ #: dashboard/publisher/adverts-edit.php:356
1447
  #, fuzzy
1448
  msgid "Select the countries you want the adverts to show in."
1449
  msgstr "Choisir les pages dans lesquelles vous voulez intégrer les pulicités."
1450
 
1451
+ #: dashboard/publisher/adverts-edit.php:356
1452
  msgid "Cities take priority and will be filtered first."
1453
  msgstr ""
1454
 
1455
+ #: dashboard/publisher/adverts-edit.php:361
1456
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1457
  msgstr ""
1458
 
1459
+ #: dashboard/publisher/adverts-edit.php:385
1460
  msgid "Select Groups"
1461
  msgstr "Choisir groupes"
1462
 
1463
+ #: dashboard/publisher/adverts-edit.php:390
1464
  msgid "ID - Name"
1465
  msgstr "ID - Nom"
1466
 
1467
+ #: dashboard/publisher/adverts-edit.php:400
1468
  #: dashboard/publisher/groups-main.php:60
1469
  #: dashboard/settings/geotargeting.php:39
1470
  msgid "Default"
1471
  msgstr "Par défaut"
1472
 
1473
+ #: dashboard/publisher/adverts-edit.php:401
1474
  #: dashboard/publisher/groups-main.php:61
1475
  msgid "Dynamic"
1476
  msgstr "Dynamique"
1477
 
1478
+ #: dashboard/publisher/adverts-edit.php:401
1479
  #: dashboard/publisher/groups-main.php:61
1480
  msgid "second rotation"
1481
  msgstr "deuxième rotation"
1482
 
1483
+ #: dashboard/publisher/adverts-edit.php:402
1484
  #: dashboard/publisher/groups-main.php:62
1485
  msgid "Block"
1486
  msgstr "Bloc"
1487
 
1488
+ #: dashboard/publisher/adverts-edit.php:402
1489
  #: dashboard/publisher/groups-main.php:62
1490
  msgid "grid"
1491
  msgstr "grille"
1492
 
1493
+ #: dashboard/publisher/adverts-edit.php:403
1494
  #: dashboard/publisher/groups-edit.php:202
1495
  #: dashboard/publisher/groups-main.php:63
1496
  msgid "Post Injection"
1497
  msgstr "Injection dans l'article"
1498
 
1499
+ #: dashboard/publisher/adverts-edit.php:404
1500
  msgid "Geolocation"
1501
  msgstr "Géolocalisation"
1502
 
1503
+ #: dashboard/publisher/adverts-edit.php:410
1504
  #: dashboard/publisher/groups-edit.php:61
1505
  #: dashboard/publisher/groups-main.php:70
1506
  msgid "Mode"
1540
  msgid "For 7 days"
1541
  msgstr "Pour 7 jours"
1542
 
1543
+ #: dashboard/publisher/adverts-error.php:71
1544
  #: dashboard/publisher/groups-edit.php:386
1545
  msgid "Configuration errors."
1546
  msgstr "Erreurs de configuration."
1558
  msgid "Weight"
1559
  msgstr "Importance"
1560
 
 
 
 
 
 
 
1561
  #: dashboard/publisher/adverts-main.php:45
1562
  #: dashboard/publisher/adverts-main.php:47
1563
  #: dashboard/publisher/groups-main.php:37
1573
  msgid "Statistics for advert"
1574
  msgstr "Statistiques pour la pub"
1575
 
1576
+ #: dashboard/publisher/adverts-report.php:34
1577
+ #: dashboard/publisher/groups-report.php:40
1578
+ msgid "Impressions"
1579
+ msgstr "Vues"
1580
+
1581
  #: dashboard/publisher/adverts-report.php:36
1582
  #: dashboard/publisher/groups-report.php:42
1583
  msgid "Impressions today"
2784
  "This number may not be empty, be lower than 60 or exceed 86400 (24 hours)."
2785
  msgstr ""
2786
 
2787
+ #~ msgid "Create multiple schedules for each advert with AdRotate Pro."
2788
+ #~ msgstr "Créer plusieurs calendriers pour chaque annonce avec AdRotate Pro."
2789
+
2790
  #~ msgid "Find out more"
2791
  #~ msgstr "En savoir plus"
2792
 
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
@@ -116,7 +116,7 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:706
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
@@ -375,63 +375,63 @@ msgstr "この機能は使いません。"
375
  msgid "Learn more"
376
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
377
 
378
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
379
- #: dashboard/publisher/adverts-edit.php:240
380
  msgid "January"
381
  msgstr "1月"
382
 
383
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
384
- #: dashboard/publisher/adverts-edit.php:241
385
  msgid "February"
386
  msgstr "2月"
387
 
388
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
389
- #: dashboard/publisher/adverts-edit.php:242
390
  msgid "March"
391
  msgstr "3月"
392
 
393
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
394
- #: dashboard/publisher/adverts-edit.php:243
395
  msgid "April"
396
  msgstr "4月"
397
 
398
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
399
- #: dashboard/publisher/adverts-edit.php:244
400
  msgid "May"
401
  msgstr "5月"
402
 
403
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
404
- #: dashboard/publisher/adverts-edit.php:245
405
  msgid "June"
406
  msgstr "6月"
407
 
408
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
409
- #: dashboard/publisher/adverts-edit.php:246
410
  msgid "July"
411
  msgstr "7月"
412
 
413
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
414
- #: dashboard/publisher/adverts-edit.php:247
415
  msgid "August"
416
  msgstr "8月"
417
 
418
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
419
- #: dashboard/publisher/adverts-edit.php:248
420
  msgid "September"
421
  msgstr "9月"
422
 
423
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
424
- #: dashboard/publisher/adverts-edit.php:249
425
  msgid "October"
426
  msgstr "10月"
427
 
428
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
429
- #: dashboard/publisher/adverts-edit.php:250
430
  msgid "November"
431
  msgstr "11月"
432
 
433
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
434
- #: dashboard/publisher/adverts-edit.php:251
435
  msgid "December"
436
  msgstr "12月"
437
 
@@ -570,7 +570,7 @@ msgid ""
570
  "AdRotate Pro."
571
  msgstr "この機能は使いません。"
572
 
573
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
574
  #: dashboard/publisher/adverts-main.php:114
575
  #: dashboard/publisher/groups-edit.php:75
576
  #: dashboard/publisher/groups-main.php:89
@@ -609,7 +609,7 @@ msgstr ""
609
  msgid "End"
610
  msgstr ""
611
 
612
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
613
  #: dashboard/publisher/groups-main.php:34
614
  msgid "Ads"
615
  msgstr "広告"
@@ -641,13 +641,13 @@ msgstr ""
641
  msgid "Upgrade today!"
642
  msgstr "本日"
643
 
644
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
645
  #: dashboard/publisher/groups-edit.php:387
646
  #, fuzzy
647
  msgid "Expires soon."
648
  msgstr "これは出来る限り早く修正して下さい。"
649
 
650
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
651
  #: dashboard/publisher/groups-edit.php:388
652
  #, fuzzy
653
  msgid "Has expired."
@@ -711,19 +711,19 @@ msgid ""
711
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
712
  msgstr ""
713
 
714
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
715
  msgid ""
716
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
717
  "filename instead of \".full\" for the various viewports."
718
  msgstr ""
719
 
720
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
721
  #: dashboard/publisher/groups-edit.php:312
722
  #: dashboard/publisher/groups-edit.php:320
723
  msgid "Example:"
724
  msgstr "例:"
725
 
726
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
727
  msgid ""
728
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
729
  "for different viewports."
@@ -1032,7 +1032,7 @@ msgid "Disabled Ads"
1032
  msgstr "掲載不可広告"
1033
 
1034
  #: dashboard/publisher/adverts-disabled.php:21
1035
- #: dashboard/publisher/adverts-edit.php:175
1036
  msgid "Activate"
1037
  msgstr "利用可能"
1038
 
@@ -1049,17 +1049,19 @@ msgid "Start / End"
1049
  msgstr ""
1050
 
1051
  #: dashboard/publisher/adverts-disabled.php:37
1052
- #: dashboard/publisher/adverts-edit.php:115
1053
  #: dashboard/publisher/adverts-error.php:41
1054
  #: dashboard/publisher/adverts-main.php:41
1055
  msgid "Title"
1056
  msgstr "タイトル"
1057
 
1058
  #: dashboard/publisher/adverts-disabled.php:38
1059
- #: dashboard/publisher/adverts-report.php:34
1060
- #: dashboard/publisher/groups-report.php:40
1061
- msgid "Impressions"
1062
- msgstr "表示数"
 
 
1063
 
1064
  #: dashboard/publisher/adverts-disabled.php:39
1065
  #: dashboard/publisher/adverts-main.php:46
@@ -1097,39 +1099,39 @@ msgstr "統計リセット"
1097
  msgid "Groups:"
1098
  msgstr "グループ"
1099
 
1100
- #: dashboard/publisher/adverts-edit.php:46
1101
  msgid "The AdCode cannot be empty!"
1102
  msgstr "AdCodeを空にすることはできません!"
1103
 
1104
- #: dashboard/publisher/adverts-edit.php:49
1105
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1106
  msgstr ""
1107
 
1108
- #: dashboard/publisher/adverts-edit.php:52
1109
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1110
  msgstr ""
1111
 
1112
- #: dashboard/publisher/adverts-edit.php:55
1113
  msgid ""
1114
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1115
  "ineffective."
1116
  msgstr ""
1117
 
1118
- #: dashboard/publisher/adverts-edit.php:58
1119
  msgid ""
1120
  "There is a problem saving the image. Please reset your image and re-save the "
1121
  "ad!"
1122
  msgstr ""
1123
 
1124
- #: dashboard/publisher/adverts-edit.php:61
1125
  msgid "Responsive is enabled but your banner image has the wrong name."
1126
  msgstr ""
1127
 
1128
- #: dashboard/publisher/adverts-edit.php:64
1129
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1130
  msgstr ""
1131
 
1132
- #: dashboard/publisher/adverts-edit.php:69
1133
  msgid ""
1134
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1135
  "the ad!"
@@ -1137,79 +1139,79 @@ msgstr ""
1137
  "AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
1138
  "を再度保存してください!"
1139
 
1140
- #: dashboard/publisher/adverts-edit.php:72
1141
  msgid "This ad is expired and currently not shown on your website!"
1142
  msgstr "この広告は期限切れで現在サイトに表示されていません。"
1143
 
1144
- #: dashboard/publisher/adverts-edit.php:75
1145
  msgid "The ad will expire in less than 2 days!"
1146
  msgstr "この広告は期限が2日間ありません。"
1147
 
1148
- #: dashboard/publisher/adverts-edit.php:78
1149
  msgid "This ad will expire in less than 7 days!"
1150
  msgstr "この広告は期限が7日間ありません。"
1151
 
1152
- #: dashboard/publisher/adverts-edit.php:81
1153
  msgid "This ad has been disabled and does not rotate on your site!"
1154
  msgstr "この広告は無効にされていると、サイト上で表示されません!"
1155
 
1156
- #: dashboard/publisher/adverts-edit.php:107
1157
  #, fuzzy
1158
  msgid "New Advert"
1159
  msgstr "新規追加"
1160
 
1161
- #: dashboard/publisher/adverts-edit.php:109
1162
  #, fuzzy
1163
  msgid "Edit Advert"
1164
  msgstr "編集"
1165
 
1166
- #: dashboard/publisher/adverts-edit.php:121
1167
  msgid "AdCode"
1168
  msgstr ""
1169
 
1170
- #: dashboard/publisher/adverts-edit.php:126
1171
  msgid "Basic Examples:"
1172
  msgstr "設定例:"
1173
 
1174
- #: dashboard/publisher/adverts-edit.php:133
1175
  msgid "Useful tags"
1176
  msgstr ""
1177
 
1178
- #: dashboard/publisher/adverts-edit.php:135
1179
  msgid "Insert the advert ID Number."
1180
  msgstr ""
1181
 
1182
- #: dashboard/publisher/adverts-edit.php:135
1183
  msgid "Required when selecting a image below."
1184
  msgstr ""
1185
 
1186
- #: dashboard/publisher/adverts-edit.php:135
1187
  msgid "Insert the advert name."
1188
  msgstr ""
1189
 
1190
- #: dashboard/publisher/adverts-edit.php:135
1191
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1192
  msgstr ""
1193
 
1194
- #: dashboard/publisher/adverts-edit.php:135
1195
  msgid "Add inside the <a> tag to open advert in a new window."
1196
  msgstr ""
1197
 
1198
- #: dashboard/publisher/adverts-edit.php:135
1199
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1200
  msgstr ""
1201
 
1202
- #: dashboard/publisher/adverts-edit.php:135
1203
  msgid ""
1204
  "Place the cursor in your AdCode where you want to add any of these tags and "
1205
  "click to add it."
1206
  msgstr ""
1207
 
1208
- #: dashboard/publisher/adverts-edit.php:140
1209
  msgid "Preview"
1210
  msgstr "プレビュー"
1211
 
1212
- #: dashboard/publisher/adverts-edit.php:143
1213
  msgid ""
1214
  "Note: While this preview is an accurate one, it might look different then it "
1215
  "does on the website."
@@ -1217,43 +1219,43 @@ msgstr ""
1217
  "注意:このプレビューは現設定では正確なものではありますが、ウェブ上では異なる"
1218
  "場合があります。"
1219
 
1220
- #: dashboard/publisher/adverts-edit.php:144
1221
  msgid ""
1222
  "This is because of CSS differences. Your themes CSS file is not active here!"
1223
  msgstr ""
1224
  "主な原因としてはCSSの設定がここでは反映されないからです。表示にCSSを利用され"
1225
  "ている場合は実ページでご確認下さい。"
1226
 
1227
- #: dashboard/publisher/adverts-edit.php:149
1228
  msgid "Banner asset"
1229
  msgstr ""
1230
 
1231
- #: dashboard/publisher/adverts-edit.php:152
1232
  msgid "WordPress media:"
1233
  msgstr ""
1234
 
1235
- #: dashboard/publisher/adverts-edit.php:152
1236
  #, fuzzy
1237
  msgid "Select Banner"
1238
  msgstr "バナー画像"
1239
 
1240
- #: dashboard/publisher/adverts-edit.php:154
1241
  msgid "- OR -"
1242
  msgstr "- もしくは -"
1243
 
1244
- #: dashboard/publisher/adverts-edit.php:156
1245
  msgid "Banner folder:"
1246
  msgstr "画像バナー"
1247
 
1248
- #: dashboard/publisher/adverts-edit.php:157
1249
  msgid "No image selected"
1250
  msgstr "画像は設定されていません。"
1251
 
1252
- #: dashboard/publisher/adverts-edit.php:161
1253
  msgid "Use %image% in the adcode instead of the file path."
1254
  msgstr ""
1255
 
1256
- #: dashboard/publisher/adverts-edit.php:161
1257
  msgid ""
1258
  "Use either the text field or the dropdown. If the textfield has content that "
1259
  "field has priority."
@@ -1261,32 +1263,32 @@ msgstr ""
1261
  "上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
1262
  "合はそちらが優先されます。"
1263
 
1264
- #: dashboard/publisher/adverts-edit.php:166
1265
  #: dashboard/settings/statistics.php:12
1266
  msgid "Statistics"
1267
  msgstr "統計"
1268
 
1269
- #: dashboard/publisher/adverts-edit.php:168
1270
  msgid "Enable click and impression tracking for this advert."
1271
  msgstr ""
1272
 
1273
- #: dashboard/publisher/adverts-edit.php:169
1274
  msgid ""
1275
  "Note: Clicktracking does not work for Javascript adverts such as those "
1276
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1277
  "always supported."
1278
  msgstr ""
1279
 
1280
- #: dashboard/publisher/adverts-edit.php:179
1281
  msgid "Yes, this ad will be used"
1282
  msgstr "この広告を掲載されるように設定する"
1283
 
1284
- #: dashboard/publisher/adverts-edit.php:180
1285
  #, fuzzy
1286
  msgid "No, do not show this ad anywhere"
1287
  msgstr "表示できるデータがありません。"
1288
 
1289
- #: dashboard/publisher/adverts-edit.php:187
1290
  #: dashboard/publisher/adverts-main.php:114
1291
  #: dashboard/publisher/groups-edit.php:75
1292
  #: dashboard/publisher/groups-main.php:89
@@ -1296,237 +1298,239 @@ msgstr ""
1296
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
1297
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
1298
 
1299
- #: dashboard/publisher/adverts-edit.php:190
1300
- #: dashboard/publisher/adverts-edit.php:290
1301
- #: dashboard/publisher/adverts-edit.php:378
1302
- #: dashboard/publisher/adverts-edit.php:419
1303
  #, fuzzy
1304
  msgid "Save Advert"
1305
  msgstr "保存"
1306
 
1307
- #: dashboard/publisher/adverts-edit.php:191
1308
- #: dashboard/publisher/adverts-edit.php:291
1309
- #: dashboard/publisher/adverts-edit.php:379
1310
- #: dashboard/publisher/adverts-edit.php:420
1311
  #: dashboard/publisher/groups-edit.php:154
1312
  #: dashboard/publisher/groups-edit.php:301
1313
  #: dashboard/publisher/groups-edit.php:393
1314
  msgid "Cancel"
1315
  msgstr "キャンセル"
1316
 
1317
- #: dashboard/publisher/adverts-edit.php:194
1318
- #: dashboard/publisher/adverts-edit.php:361
1319
  #: dashboard/publisher/groups-edit.php:136
1320
  #: dashboard/publisher/groups-edit.php:283
1321
  msgid "Usage"
1322
  msgstr "利用タグ"
1323
 
1324
- #: dashboard/publisher/adverts-edit.php:198
1325
- #: dashboard/publisher/adverts-edit.php:365
1326
  #: dashboard/publisher/groups-edit.php:140
1327
  #: dashboard/publisher/groups-edit.php:287
1328
  msgid "Widget"
1329
  msgstr ""
1330
 
1331
- #: dashboard/publisher/adverts-edit.php:199
1332
- #: dashboard/publisher/adverts-edit.php:366
1333
  msgid ""
1334
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1335
  "and enter ID"
1336
  msgstr ""
1337
 
1338
- #: dashboard/publisher/adverts-edit.php:202
1339
- #: dashboard/publisher/adverts-edit.php:369
1340
  #: dashboard/publisher/groups-edit.php:144
1341
  #: dashboard/publisher/groups-edit.php:291
1342
  msgid "In a post or page"
1343
  msgstr ""
1344
 
1345
- #: dashboard/publisher/adverts-edit.php:204
1346
- #: dashboard/publisher/adverts-edit.php:371
1347
  #: dashboard/publisher/groups-edit.php:146
1348
  #: dashboard/publisher/groups-edit.php:293
1349
  msgid "Directly in a theme"
1350
  msgstr ""
1351
 
1352
- #: dashboard/publisher/adverts-edit.php:210
1353
  msgid "Schedule your advert"
1354
  msgstr ""
1355
 
1356
- #: dashboard/publisher/adverts-edit.php:214
1357
  msgid "Start date (day/month/year)"
1358
  msgstr ""
1359
 
1360
- #: dashboard/publisher/adverts-edit.php:235
1361
  msgid "End date (day/month/year)"
1362
  msgstr ""
1363
 
1364
- #: dashboard/publisher/adverts-edit.php:258
1365
  msgid "Start time (hh:mm)"
1366
  msgstr ""
1367
 
1368
- #: dashboard/publisher/adverts-edit.php:265
1369
  msgid "End time (hh:mm)"
1370
  msgstr ""
1371
 
1372
- #: dashboard/publisher/adverts-edit.php:275
1373
  msgid "Maximum Clicks"
1374
  msgstr ""
1375
 
1376
- #: dashboard/publisher/adverts-edit.php:276
1377
  #: dashboard/publisher/adverts-edit.php:278
 
1378
  msgid "Leave empty or 0 to skip this."
1379
  msgstr "※この機能を利用しない場合は、空白か0を設定して下さい。"
1380
 
1381
- #: dashboard/publisher/adverts-edit.php:277
1382
  msgid "Maximum Impressions"
1383
  msgstr ""
1384
 
1385
- #: dashboard/publisher/adverts-edit.php:282
1386
  msgid "Important"
1387
  msgstr ""
1388
 
1389
- #: dashboard/publisher/adverts-edit.php:283
1390
  msgid ""
1391
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1392
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1393
  "14:00 hours. 6AM is 6:00 hours."
1394
  msgstr ""
1395
 
1396
- #: dashboard/publisher/adverts-edit.php:287
1397
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1398
  msgstr ""
1399
 
1400
- #: dashboard/publisher/adverts-edit.php:287
1401
- #: dashboard/publisher/adverts-edit.php:315
1402
- #: dashboard/publisher/adverts-edit.php:359
1403
  #: dashboard/publisher/groups-edit.php:200
1404
  #, fuzzy
1405
  msgid "Upgrade today"
1406
  msgstr "本日"
1407
 
1408
- #: dashboard/publisher/adverts-edit.php:294
1409
  #: dashboard/publisher/groups-edit.php:157
1410
  #, fuzzy
1411
  msgid "Advanced"
1412
  msgstr "設定例(高度):"
1413
 
1414
- #: dashboard/publisher/adverts-edit.php:295
1415
  #, fuzzy
1416
  msgid "Everything below is optional."
1417
  msgstr "タイトル(オプション):"
1418
 
1419
- #: dashboard/publisher/adverts-edit.php:299
1420
  msgid "Responsive"
1421
  msgstr ""
1422
 
1423
- #: dashboard/publisher/adverts-edit.php:301
1424
  #, fuzzy
1425
  msgid "Enable responsive support for this advert."
1426
  msgstr "広告の追加・編集管理"
1427
 
1428
- #: dashboard/publisher/adverts-edit.php:302
1429
  msgid ""
1430
  "Upload your images to the banner folder and make sure the filename is in the "
1431
  "following format; \"imagename.full.ext\". A full set of sized images is "
1432
  "strongly recommended."
1433
  msgstr ""
1434
 
1435
- #: dashboard/publisher/adverts-edit.php:308
1436
  #: dashboard/publisher/groups-edit.php:194
1437
  msgid "Sortorder"
1438
  msgstr ""
1439
 
1440
- #: dashboard/publisher/adverts-edit.php:310
1441
  #: dashboard/publisher/groups-edit.php:196
1442
  msgid "For administrative purposes set a sortorder."
1443
  msgstr "管理目的で順序を設定できます。"
1444
 
1445
- #: dashboard/publisher/adverts-edit.php:310
1446
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1447
  msgstr "空欄か0にすると解除されます。その場合はad idが適用されます。"
1448
 
1449
- #: dashboard/publisher/adverts-edit.php:315
1450
  msgid ""
1451
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1452
  msgstr ""
1453
 
1454
- #: dashboard/publisher/adverts-edit.php:317
1455
  msgid "Geo Targeting in AdRotate Pro"
1456
  msgstr ""
1457
 
1458
- #: dashboard/publisher/adverts-edit.php:318
1459
  msgid ""
1460
  "Assign the advert to a group and enable that group to use Geo Targeting."
1461
  msgstr ""
1462
 
1463
- #: dashboard/publisher/adverts-edit.php:322
1464
  msgid "Cities/States"
1465
  msgstr ""
1466
 
1467
- #: dashboard/publisher/adverts-edit.php:325
1468
  msgid ""
1469
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1470
  "states ISO codes are supported)"
1471
  msgstr ""
1472
 
1473
- #: dashboard/publisher/adverts-edit.php:325
1474
  msgid ""
1475
  "AdRotate does not check the validity of names so make sure you spell them "
1476
  "correctly!"
1477
  msgstr ""
1478
 
1479
- #: dashboard/publisher/adverts-edit.php:329
1480
  msgid "Countries"
1481
  msgstr ""
1482
 
1483
- #: dashboard/publisher/adverts-edit.php:354
1484
  #, fuzzy
1485
  msgid "Select the countries you want the adverts to show in."
1486
  msgstr "このウィジェットに使いたい物を選んで下さい。"
1487
 
1488
- #: dashboard/publisher/adverts-edit.php:354
1489
  msgid "Cities take priority and will be filtered first."
1490
  msgstr ""
1491
 
1492
- #: dashboard/publisher/adverts-edit.php:359
1493
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1494
  msgstr ""
1495
 
1496
- #: dashboard/publisher/adverts-edit.php:383
1497
  msgid "Select Groups"
1498
  msgstr "グループを選択"
1499
 
1500
- #: dashboard/publisher/adverts-edit.php:388
1501
  #, fuzzy
1502
  msgid "ID - Name"
1503
  msgstr "名前"
1504
 
1505
- #: dashboard/publisher/adverts-edit.php:398
1506
  #: dashboard/publisher/groups-main.php:60
1507
  #: dashboard/settings/geotargeting.php:39
1508
  #, fuzzy
1509
  msgid "Default"
1510
  msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
1511
 
1512
- #: dashboard/publisher/adverts-edit.php:399
1513
  #: dashboard/publisher/groups-main.php:61
1514
  msgid "Dynamic"
1515
  msgstr ""
1516
 
1517
- #: dashboard/publisher/adverts-edit.php:399
1518
  #: dashboard/publisher/groups-main.php:61
1519
  #, fuzzy
1520
  msgid "second rotation"
1521
  msgstr "バナーがないか、利用不可か適応されていません。"
1522
 
1523
- #: dashboard/publisher/adverts-edit.php:400
1524
  #: dashboard/publisher/groups-main.php:62
1525
  #, fuzzy
1526
  msgid "Block"
1527
  msgstr "ブロック管理"
1528
 
1529
- #: dashboard/publisher/adverts-edit.php:400
1530
  #: dashboard/publisher/groups-main.php:62
1531
  #, fuzzy
1532
  msgid "grid"
@@ -1534,18 +1538,18 @@ msgstr ""
1534
  "広告に表組みを指定します。2と2を入力すると2行2列になります。(初期設定は2行2"
1535
  "列です。)"
1536
 
1537
- #: dashboard/publisher/adverts-edit.php:401
1538
  #: dashboard/publisher/groups-edit.php:202
1539
  #: dashboard/publisher/groups-main.php:63
1540
  #, fuzzy
1541
  msgid "Post Injection"
1542
  msgstr "投稿及びページ内掲載する場合:"
1543
 
1544
- #: dashboard/publisher/adverts-edit.php:402
1545
  msgid "Geolocation"
1546
  msgstr ""
1547
 
1548
- #: dashboard/publisher/adverts-edit.php:408
1549
  #: dashboard/publisher/groups-edit.php:61
1550
  #: dashboard/publisher/groups-main.php:70
1551
  #, fuzzy
@@ -1586,7 +1590,7 @@ msgstr "1ヶ月(30日)"
1586
  msgid "For 7 days"
1587
  msgstr "1週間(7日)"
1588
 
1589
- #: dashboard/publisher/adverts-error.php:73
1590
  #: dashboard/publisher/groups-edit.php:386
1591
  #, fuzzy
1592
  msgid "Configuration errors."
@@ -1606,13 +1610,6 @@ msgstr "エクスポートオプション"
1606
  msgid "Weight"
1607
  msgstr "表示頻度"
1608
 
1609
- #: dashboard/publisher/adverts-main.php:44
1610
- #: dashboard/publisher/groups-edit.php:333
1611
- #: dashboard/publisher/groups-main.php:36
1612
- #, fuzzy
1613
- msgid "Shown"
1614
- msgstr "この広告は期限切れで現在サイトに表示されていません。"
1615
-
1616
  #: dashboard/publisher/adverts-main.php:45
1617
  #: dashboard/publisher/adverts-main.php:47
1618
  #: dashboard/publisher/groups-main.php:37
@@ -1629,6 +1626,11 @@ msgstr "まだ広告が1つも作られていません。"
1629
  msgid "Statistics for advert"
1630
  msgstr "統計 "
1631
 
 
 
 
 
 
1632
  #: dashboard/publisher/adverts-report.php:36
1633
  #: dashboard/publisher/groups-report.php:42
1634
  msgid "Impressions today"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: ja_JP\n"
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:710
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
375
  msgid "Learn more"
376
  msgstr "ユーザーえー助演について知りたい方はこちらから。"
377
 
378
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
379
+ #: dashboard/publisher/adverts-edit.php:242
380
  msgid "January"
381
  msgstr "1月"
382
 
383
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
384
+ #: dashboard/publisher/adverts-edit.php:243
385
  msgid "February"
386
  msgstr "2月"
387
 
388
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
389
+ #: dashboard/publisher/adverts-edit.php:244
390
  msgid "March"
391
  msgstr "3月"
392
 
393
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
394
+ #: dashboard/publisher/adverts-edit.php:245
395
  msgid "April"
396
  msgstr "4月"
397
 
398
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
399
+ #: dashboard/publisher/adverts-edit.php:246
400
  msgid "May"
401
  msgstr "5月"
402
 
403
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
404
+ #: dashboard/publisher/adverts-edit.php:247
405
  msgid "June"
406
  msgstr "6月"
407
 
408
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
409
+ #: dashboard/publisher/adverts-edit.php:248
410
  msgid "July"
411
  msgstr "7月"
412
 
413
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
414
+ #: dashboard/publisher/adverts-edit.php:249
415
  msgid "August"
416
  msgstr "8月"
417
 
418
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
419
+ #: dashboard/publisher/adverts-edit.php:250
420
  msgid "September"
421
  msgstr "9月"
422
 
423
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
424
+ #: dashboard/publisher/adverts-edit.php:251
425
  msgid "October"
426
  msgstr "10月"
427
 
428
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
429
+ #: dashboard/publisher/adverts-edit.php:252
430
  msgid "November"
431
  msgstr "11月"
432
 
433
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
434
+ #: dashboard/publisher/adverts-edit.php:253
435
  msgid "December"
436
  msgstr "12月"
437
 
570
  "AdRotate Pro."
571
  msgstr "この機能は使いません。"
572
 
573
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
574
  #: dashboard/publisher/adverts-main.php:114
575
  #: dashboard/publisher/groups-edit.php:75
576
  #: dashboard/publisher/groups-main.php:89
609
  msgid "End"
610
  msgstr ""
611
 
612
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
613
  #: dashboard/publisher/groups-main.php:34
614
  msgid "Ads"
615
  msgstr "広告"
641
  msgid "Upgrade today!"
642
  msgstr "本日"
643
 
644
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
645
  #: dashboard/publisher/groups-edit.php:387
646
  #, fuzzy
647
  msgid "Expires soon."
648
  msgstr "これは出来る限り早く修正して下さい。"
649
 
650
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
651
  #: dashboard/publisher/groups-edit.php:388
652
  #, fuzzy
653
  msgid "Has expired."
711
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
712
  msgstr ""
713
 
714
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
715
  msgid ""
716
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
717
  "filename instead of \".full\" for the various viewports."
718
  msgstr ""
719
 
720
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
721
  #: dashboard/publisher/groups-edit.php:312
722
  #: dashboard/publisher/groups-edit.php:320
723
  msgid "Example:"
724
  msgstr "例:"
725
 
726
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
727
  msgid ""
728
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
729
  "for different viewports."
1032
  msgstr "掲載不可広告"
1033
 
1034
  #: dashboard/publisher/adverts-disabled.php:21
1035
+ #: dashboard/publisher/adverts-edit.php:177
1036
  msgid "Activate"
1037
  msgstr "利用可能"
1038
 
1049
  msgstr ""
1050
 
1051
  #: dashboard/publisher/adverts-disabled.php:37
1052
+ #: dashboard/publisher/adverts-edit.php:117
1053
  #: dashboard/publisher/adverts-error.php:41
1054
  #: dashboard/publisher/adverts-main.php:41
1055
  msgid "Title"
1056
  msgstr "タイトル"
1057
 
1058
  #: dashboard/publisher/adverts-disabled.php:38
1059
+ #: dashboard/publisher/adverts-main.php:44
1060
+ #: dashboard/publisher/groups-edit.php:333
1061
+ #: dashboard/publisher/groups-main.php:36
1062
+ #, fuzzy
1063
+ msgid "Shown"
1064
+ msgstr "この広告は期限切れで現在サイトに表示されていません。"
1065
 
1066
  #: dashboard/publisher/adverts-disabled.php:39
1067
  #: dashboard/publisher/adverts-main.php:46
1099
  msgid "Groups:"
1100
  msgstr "グループ"
1101
 
1102
+ #: dashboard/publisher/adverts-edit.php:48
1103
  msgid "The AdCode cannot be empty!"
1104
  msgstr "AdCodeを空にすることはできません!"
1105
 
1106
+ #: dashboard/publisher/adverts-edit.php:51
1107
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1108
  msgstr ""
1109
 
1110
+ #: dashboard/publisher/adverts-edit.php:54
1111
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1112
  msgstr ""
1113
 
1114
+ #: dashboard/publisher/adverts-edit.php:57
1115
  msgid ""
1116
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1117
  "ineffective."
1118
  msgstr ""
1119
 
1120
+ #: dashboard/publisher/adverts-edit.php:60
1121
  msgid ""
1122
  "There is a problem saving the image. Please reset your image and re-save the "
1123
  "ad!"
1124
  msgstr ""
1125
 
1126
+ #: dashboard/publisher/adverts-edit.php:63
1127
  msgid "Responsive is enabled but your banner image has the wrong name."
1128
  msgstr ""
1129
 
1130
+ #: dashboard/publisher/adverts-edit.php:66
1131
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1132
  msgstr ""
1133
 
1134
+ #: dashboard/publisher/adverts-edit.php:71
1135
  msgid ""
1136
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1137
  "the ad!"
1139
  "AdRotateがエラーを見つけることはできませんが、広告に間違いを表示します。広告"
1140
  "を再度保存してください!"
1141
 
1142
+ #: dashboard/publisher/adverts-edit.php:74
1143
  msgid "This ad is expired and currently not shown on your website!"
1144
  msgstr "この広告は期限切れで現在サイトに表示されていません。"
1145
 
1146
+ #: dashboard/publisher/adverts-edit.php:77
1147
  msgid "The ad will expire in less than 2 days!"
1148
  msgstr "この広告は期限が2日間ありません。"
1149
 
1150
+ #: dashboard/publisher/adverts-edit.php:80
1151
  msgid "This ad will expire in less than 7 days!"
1152
  msgstr "この広告は期限が7日間ありません。"
1153
 
1154
+ #: dashboard/publisher/adverts-edit.php:83
1155
  msgid "This ad has been disabled and does not rotate on your site!"
1156
  msgstr "この広告は無効にされていると、サイト上で表示されません!"
1157
 
1158
+ #: dashboard/publisher/adverts-edit.php:109
1159
  #, fuzzy
1160
  msgid "New Advert"
1161
  msgstr "新規追加"
1162
 
1163
+ #: dashboard/publisher/adverts-edit.php:111
1164
  #, fuzzy
1165
  msgid "Edit Advert"
1166
  msgstr "編集"
1167
 
1168
+ #: dashboard/publisher/adverts-edit.php:123
1169
  msgid "AdCode"
1170
  msgstr ""
1171
 
1172
+ #: dashboard/publisher/adverts-edit.php:128
1173
  msgid "Basic Examples:"
1174
  msgstr "設定例:"
1175
 
1176
+ #: dashboard/publisher/adverts-edit.php:135
1177
  msgid "Useful tags"
1178
  msgstr ""
1179
 
1180
+ #: dashboard/publisher/adverts-edit.php:137
1181
  msgid "Insert the advert ID Number."
1182
  msgstr ""
1183
 
1184
+ #: dashboard/publisher/adverts-edit.php:137
1185
  msgid "Required when selecting a image below."
1186
  msgstr ""
1187
 
1188
+ #: dashboard/publisher/adverts-edit.php:137
1189
  msgid "Insert the advert name."
1190
  msgstr ""
1191
 
1192
+ #: dashboard/publisher/adverts-edit.php:137
1193
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1194
  msgstr ""
1195
 
1196
+ #: dashboard/publisher/adverts-edit.php:137
1197
  msgid "Add inside the <a> tag to open advert in a new window."
1198
  msgstr ""
1199
 
1200
+ #: dashboard/publisher/adverts-edit.php:137
1201
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1202
  msgstr ""
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:137
1205
  msgid ""
1206
  "Place the cursor in your AdCode where you want to add any of these tags and "
1207
  "click to add it."
1208
  msgstr ""
1209
 
1210
+ #: dashboard/publisher/adverts-edit.php:142
1211
  msgid "Preview"
1212
  msgstr "プレビュー"
1213
 
1214
+ #: dashboard/publisher/adverts-edit.php:145
1215
  msgid ""
1216
  "Note: While this preview is an accurate one, it might look different then it "
1217
  "does on the website."
1219
  "注意:このプレビューは現設定では正確なものではありますが、ウェブ上では異なる"
1220
  "場合があります。"
1221
 
1222
+ #: dashboard/publisher/adverts-edit.php:146
1223
  msgid ""
1224
  "This is because of CSS differences. Your themes CSS file is not active here!"
1225
  msgstr ""
1226
  "主な原因としてはCSSの設定がここでは反映されないからです。表示にCSSを利用され"
1227
  "ている場合は実ページでご確認下さい。"
1228
 
1229
+ #: dashboard/publisher/adverts-edit.php:151
1230
  msgid "Banner asset"
1231
  msgstr ""
1232
 
1233
+ #: dashboard/publisher/adverts-edit.php:154
1234
  msgid "WordPress media:"
1235
  msgstr ""
1236
 
1237
+ #: dashboard/publisher/adverts-edit.php:154
1238
  #, fuzzy
1239
  msgid "Select Banner"
1240
  msgstr "バナー画像"
1241
 
1242
+ #: dashboard/publisher/adverts-edit.php:156
1243
  msgid "- OR -"
1244
  msgstr "- もしくは -"
1245
 
1246
+ #: dashboard/publisher/adverts-edit.php:158
1247
  msgid "Banner folder:"
1248
  msgstr "画像バナー"
1249
 
1250
+ #: dashboard/publisher/adverts-edit.php:159
1251
  msgid "No image selected"
1252
  msgstr "画像は設定されていません。"
1253
 
1254
+ #: dashboard/publisher/adverts-edit.php:163
1255
  msgid "Use %image% in the adcode instead of the file path."
1256
  msgstr ""
1257
 
1258
+ #: dashboard/publisher/adverts-edit.php:163
1259
  msgid ""
1260
  "Use either the text field or the dropdown. If the textfield has content that "
1261
  "field has priority."
1263
  "上記の画像リンクかドロップダウンかを利用します。画像リンクが入力されている場"
1264
  "合はそちらが優先されます。"
1265
 
1266
+ #: dashboard/publisher/adverts-edit.php:168
1267
  #: dashboard/settings/statistics.php:12
1268
  msgid "Statistics"
1269
  msgstr "統計"
1270
 
1271
+ #: dashboard/publisher/adverts-edit.php:170
1272
  msgid "Enable click and impression tracking for this advert."
1273
  msgstr ""
1274
 
1275
+ #: dashboard/publisher/adverts-edit.php:171
1276
  msgid ""
1277
  "Note: Clicktracking does not work for Javascript adverts such as those "
1278
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1279
  "always supported."
1280
  msgstr ""
1281
 
1282
+ #: dashboard/publisher/adverts-edit.php:181
1283
  msgid "Yes, this ad will be used"
1284
  msgstr "この広告を掲載されるように設定する"
1285
 
1286
+ #: dashboard/publisher/adverts-edit.php:182
1287
  #, fuzzy
1288
  msgid "No, do not show this ad anywhere"
1289
  msgstr "表示できるデータがありません。"
1290
 
1291
+ #: dashboard/publisher/adverts-edit.php:189
1292
  #: dashboard/publisher/adverts-main.php:114
1293
  #: dashboard/publisher/groups-edit.php:75
1294
  #: dashboard/publisher/groups-main.php:89
1298
  "通常のユーザーはAdRotateやその統計を必要としません。その為、購読ユーザーなど"
1299
  "にはAdRotateのダッシュボード等を見せる必要がありませんので、活用して下さい。"
1300
 
1301
+ #: dashboard/publisher/adverts-edit.php:192
1302
+ #: dashboard/publisher/adverts-edit.php:292
1303
+ #: dashboard/publisher/adverts-edit.php:380
1304
+ #: dashboard/publisher/adverts-edit.php:421
1305
  #, fuzzy
1306
  msgid "Save Advert"
1307
  msgstr "保存"
1308
 
1309
+ #: dashboard/publisher/adverts-edit.php:193
1310
+ #: dashboard/publisher/adverts-edit.php:293
1311
+ #: dashboard/publisher/adverts-edit.php:381
1312
+ #: dashboard/publisher/adverts-edit.php:422
1313
  #: dashboard/publisher/groups-edit.php:154
1314
  #: dashboard/publisher/groups-edit.php:301
1315
  #: dashboard/publisher/groups-edit.php:393
1316
  msgid "Cancel"
1317
  msgstr "キャンセル"
1318
 
1319
+ #: dashboard/publisher/adverts-edit.php:196
1320
+ #: dashboard/publisher/adverts-edit.php:363
1321
  #: dashboard/publisher/groups-edit.php:136
1322
  #: dashboard/publisher/groups-edit.php:283
1323
  msgid "Usage"
1324
  msgstr "利用タグ"
1325
 
1326
+ #: dashboard/publisher/adverts-edit.php:200
1327
+ #: dashboard/publisher/adverts-edit.php:367
1328
  #: dashboard/publisher/groups-edit.php:140
1329
  #: dashboard/publisher/groups-edit.php:287
1330
  msgid "Widget"
1331
  msgstr ""
1332
 
1333
+ #: dashboard/publisher/adverts-edit.php:201
1334
+ #: dashboard/publisher/adverts-edit.php:368
1335
  msgid ""
1336
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1337
  "and enter ID"
1338
  msgstr ""
1339
 
1340
+ #: dashboard/publisher/adverts-edit.php:204
1341
+ #: dashboard/publisher/adverts-edit.php:371
1342
  #: dashboard/publisher/groups-edit.php:144
1343
  #: dashboard/publisher/groups-edit.php:291
1344
  msgid "In a post or page"
1345
  msgstr ""
1346
 
1347
+ #: dashboard/publisher/adverts-edit.php:206
1348
+ #: dashboard/publisher/adverts-edit.php:373
1349
  #: dashboard/publisher/groups-edit.php:146
1350
  #: dashboard/publisher/groups-edit.php:293
1351
  msgid "Directly in a theme"
1352
  msgstr ""
1353
 
1354
+ #: dashboard/publisher/adverts-edit.php:212
1355
  msgid "Schedule your advert"
1356
  msgstr ""
1357
 
1358
+ #: dashboard/publisher/adverts-edit.php:216
1359
  msgid "Start date (day/month/year)"
1360
  msgstr ""
1361
 
1362
+ #: dashboard/publisher/adverts-edit.php:237
1363
  msgid "End date (day/month/year)"
1364
  msgstr ""
1365
 
1366
+ #: dashboard/publisher/adverts-edit.php:260
1367
  msgid "Start time (hh:mm)"
1368
  msgstr ""
1369
 
1370
+ #: dashboard/publisher/adverts-edit.php:267
1371
  msgid "End time (hh:mm)"
1372
  msgstr ""
1373
 
1374
+ #: dashboard/publisher/adverts-edit.php:277
1375
  msgid "Maximum Clicks"
1376
  msgstr ""
1377
 
 
1378
  #: dashboard/publisher/adverts-edit.php:278
1379
+ #: dashboard/publisher/adverts-edit.php:280
1380
  msgid "Leave empty or 0 to skip this."
1381
  msgstr "※この機能を利用しない場合は、空白か0を設定して下さい。"
1382
 
1383
+ #: dashboard/publisher/adverts-edit.php:279
1384
  msgid "Maximum Impressions"
1385
  msgstr ""
1386
 
1387
+ #: dashboard/publisher/adverts-edit.php:284
1388
  msgid "Important"
1389
  msgstr ""
1390
 
1391
+ #: dashboard/publisher/adverts-edit.php:285
1392
  msgid ""
1393
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1394
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1395
  "14:00 hours. 6AM is 6:00 hours."
1396
  msgstr ""
1397
 
1398
+ #: dashboard/publisher/adverts-edit.php:289
1399
+ msgid ""
1400
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1401
+ "Pro."
1402
  msgstr ""
1403
 
1404
+ #: dashboard/publisher/adverts-edit.php:289
1405
+ #: dashboard/publisher/adverts-edit.php:317
1406
+ #: dashboard/publisher/adverts-edit.php:361
1407
  #: dashboard/publisher/groups-edit.php:200
1408
  #, fuzzy
1409
  msgid "Upgrade today"
1410
  msgstr "本日"
1411
 
1412
+ #: dashboard/publisher/adverts-edit.php:296
1413
  #: dashboard/publisher/groups-edit.php:157
1414
  #, fuzzy
1415
  msgid "Advanced"
1416
  msgstr "設定例(高度):"
1417
 
1418
+ #: dashboard/publisher/adverts-edit.php:297
1419
  #, fuzzy
1420
  msgid "Everything below is optional."
1421
  msgstr "タイトル(オプション):"
1422
 
1423
+ #: dashboard/publisher/adverts-edit.php:301
1424
  msgid "Responsive"
1425
  msgstr ""
1426
 
1427
+ #: dashboard/publisher/adverts-edit.php:303
1428
  #, fuzzy
1429
  msgid "Enable responsive support for this advert."
1430
  msgstr "広告の追加・編集管理"
1431
 
1432
+ #: dashboard/publisher/adverts-edit.php:304
1433
  msgid ""
1434
  "Upload your images to the banner folder and make sure the filename is in the "
1435
  "following format; \"imagename.full.ext\". A full set of sized images is "
1436
  "strongly recommended."
1437
  msgstr ""
1438
 
1439
+ #: dashboard/publisher/adverts-edit.php:310
1440
  #: dashboard/publisher/groups-edit.php:194
1441
  msgid "Sortorder"
1442
  msgstr ""
1443
 
1444
+ #: dashboard/publisher/adverts-edit.php:312
1445
  #: dashboard/publisher/groups-edit.php:196
1446
  msgid "For administrative purposes set a sortorder."
1447
  msgstr "管理目的で順序を設定できます。"
1448
 
1449
+ #: dashboard/publisher/adverts-edit.php:312
1450
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1451
  msgstr "空欄か0にすると解除されます。その場合はad idが適用されます。"
1452
 
1453
+ #: dashboard/publisher/adverts-edit.php:317
1454
  msgid ""
1455
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1456
  msgstr ""
1457
 
1458
+ #: dashboard/publisher/adverts-edit.php:319
1459
  msgid "Geo Targeting in AdRotate Pro"
1460
  msgstr ""
1461
 
1462
+ #: dashboard/publisher/adverts-edit.php:320
1463
  msgid ""
1464
  "Assign the advert to a group and enable that group to use Geo Targeting."
1465
  msgstr ""
1466
 
1467
+ #: dashboard/publisher/adverts-edit.php:324
1468
  msgid "Cities/States"
1469
  msgstr ""
1470
 
1471
+ #: dashboard/publisher/adverts-edit.php:327
1472
  msgid ""
1473
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1474
  "states ISO codes are supported)"
1475
  msgstr ""
1476
 
1477
+ #: dashboard/publisher/adverts-edit.php:327
1478
  msgid ""
1479
  "AdRotate does not check the validity of names so make sure you spell them "
1480
  "correctly!"
1481
  msgstr ""
1482
 
1483
+ #: dashboard/publisher/adverts-edit.php:331
1484
  msgid "Countries"
1485
  msgstr ""
1486
 
1487
+ #: dashboard/publisher/adverts-edit.php:356
1488
  #, fuzzy
1489
  msgid "Select the countries you want the adverts to show in."
1490
  msgstr "このウィジェットに使いたい物を選んで下さい。"
1491
 
1492
+ #: dashboard/publisher/adverts-edit.php:356
1493
  msgid "Cities take priority and will be filtered first."
1494
  msgstr ""
1495
 
1496
+ #: dashboard/publisher/adverts-edit.php:361
1497
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1498
  msgstr ""
1499
 
1500
+ #: dashboard/publisher/adverts-edit.php:385
1501
  msgid "Select Groups"
1502
  msgstr "グループを選択"
1503
 
1504
+ #: dashboard/publisher/adverts-edit.php:390
1505
  #, fuzzy
1506
  msgid "ID - Name"
1507
  msgstr "名前"
1508
 
1509
+ #: dashboard/publisher/adverts-edit.php:400
1510
  #: dashboard/publisher/groups-main.php:60
1511
  #: dashboard/settings/geotargeting.php:39
1512
  #, fuzzy
1513
  msgid "Default"
1514
  msgstr "基本は10となっています。この機能を無効にする場合は0にして下さい。"
1515
 
1516
+ #: dashboard/publisher/adverts-edit.php:401
1517
  #: dashboard/publisher/groups-main.php:61
1518
  msgid "Dynamic"
1519
  msgstr ""
1520
 
1521
+ #: dashboard/publisher/adverts-edit.php:401
1522
  #: dashboard/publisher/groups-main.php:61
1523
  #, fuzzy
1524
  msgid "second rotation"
1525
  msgstr "バナーがないか、利用不可か適応されていません。"
1526
 
1527
+ #: dashboard/publisher/adverts-edit.php:402
1528
  #: dashboard/publisher/groups-main.php:62
1529
  #, fuzzy
1530
  msgid "Block"
1531
  msgstr "ブロック管理"
1532
 
1533
+ #: dashboard/publisher/adverts-edit.php:402
1534
  #: dashboard/publisher/groups-main.php:62
1535
  #, fuzzy
1536
  msgid "grid"
1538
  "広告に表組みを指定します。2と2を入力すると2行2列になります。(初期設定は2行2"
1539
  "列です。)"
1540
 
1541
+ #: dashboard/publisher/adverts-edit.php:403
1542
  #: dashboard/publisher/groups-edit.php:202
1543
  #: dashboard/publisher/groups-main.php:63
1544
  #, fuzzy
1545
  msgid "Post Injection"
1546
  msgstr "投稿及びページ内掲載する場合:"
1547
 
1548
+ #: dashboard/publisher/adverts-edit.php:404
1549
  msgid "Geolocation"
1550
  msgstr ""
1551
 
1552
+ #: dashboard/publisher/adverts-edit.php:410
1553
  #: dashboard/publisher/groups-edit.php:61
1554
  #: dashboard/publisher/groups-main.php:70
1555
  #, fuzzy
1590
  msgid "For 7 days"
1591
  msgstr "1週間(7日)"
1592
 
1593
+ #: dashboard/publisher/adverts-error.php:71
1594
  #: dashboard/publisher/groups-edit.php:386
1595
  #, fuzzy
1596
  msgid "Configuration errors."
1610
  msgid "Weight"
1611
  msgstr "表示頻度"
1612
 
 
 
 
 
 
 
 
1613
  #: dashboard/publisher/adverts-main.php:45
1614
  #: dashboard/publisher/adverts-main.php:47
1615
  #: dashboard/publisher/groups-main.php:37
1626
  msgid "Statistics for advert"
1627
  msgstr "統計 "
1628
 
1629
+ #: dashboard/publisher/adverts-report.php:34
1630
+ #: dashboard/publisher/groups-report.php:40
1631
+ msgid "Impressions"
1632
+ msgstr "表示数"
1633
+
1634
  #: dashboard/publisher/adverts-report.php:36
1635
  #: dashboard/publisher/groups-report.php:42
1636
  msgid "Impressions today"
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
@@ -119,7 +119,7 @@ msgstr ""
119
  msgid "Unexpected error"
120
  msgstr ""
121
 
122
- #: adrotate-manage-publisher.php:706
123
  msgid "AdRotate Advertiser"
124
  msgstr ""
125
 
@@ -364,63 +364,63 @@ msgstr "Ta opcja jest dostępna w wersji AdRotate Pro"
364
  msgid "Learn more"
365
  msgstr "Dowiedź się więcej"
366
 
367
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
368
- #: dashboard/publisher/adverts-edit.php:240
369
  msgid "January"
370
  msgstr "Styczeń "
371
 
372
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
373
- #: dashboard/publisher/adverts-edit.php:241
374
  msgid "February"
375
  msgstr "Luty"
376
 
377
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
378
- #: dashboard/publisher/adverts-edit.php:242
379
  msgid "March"
380
  msgstr "Marzec"
381
 
382
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
383
- #: dashboard/publisher/adverts-edit.php:243
384
  msgid "April"
385
  msgstr "Kwiecień"
386
 
387
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
388
- #: dashboard/publisher/adverts-edit.php:244
389
  msgid "May"
390
  msgstr "Maj"
391
 
392
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
393
- #: dashboard/publisher/adverts-edit.php:245
394
  msgid "June"
395
  msgstr "Czerwiec"
396
 
397
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
398
- #: dashboard/publisher/adverts-edit.php:246
399
  msgid "July"
400
  msgstr "Lipiec"
401
 
402
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
403
- #: dashboard/publisher/adverts-edit.php:247
404
  msgid "August"
405
  msgstr "Sierpień"
406
 
407
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
408
- #: dashboard/publisher/adverts-edit.php:248
409
  msgid "September"
410
  msgstr "Wrzesień"
411
 
412
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
413
- #: dashboard/publisher/adverts-edit.php:249
414
  msgid "October"
415
  msgstr "Pażdziernik"
416
 
417
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
418
- #: dashboard/publisher/adverts-edit.php:250
419
  msgid "November"
420
  msgstr "Listopad"
421
 
422
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
423
- #: dashboard/publisher/adverts-edit.php:251
424
  msgid "December"
425
  msgstr "Grudzień"
426
 
@@ -550,7 +550,7 @@ msgid ""
550
  "AdRotate Pro."
551
  msgstr ""
552
 
553
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
554
  #: dashboard/publisher/adverts-main.php:114
555
  #: dashboard/publisher/groups-edit.php:75
556
  #: dashboard/publisher/groups-main.php:89
@@ -590,7 +590,7 @@ msgstr "Start / Koniec"
590
  msgid "End"
591
  msgstr "Start / Koniec"
592
 
593
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
594
  #: dashboard/publisher/groups-main.php:34
595
  msgid "Ads"
596
  msgstr "Reklamy"
@@ -618,12 +618,12 @@ msgstr "Więcej ustawień z AdRotate Pro"
618
  msgid "Upgrade today!"
619
  msgstr "Dziś"
620
 
621
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
622
  #: dashboard/publisher/groups-edit.php:387
623
  msgid "Expires soon."
624
  msgstr "Wygasa wkrótce."
625
 
626
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
627
  #: dashboard/publisher/groups-edit.php:388
628
  msgid "Has expired."
629
  msgstr "Wygasła."
@@ -690,7 +690,7 @@ msgstr ""
690
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
691
  "pełnego wachlarza rozmiarów.'"
692
 
693
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
694
  msgid ""
695
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
696
  "filename instead of \".full\" for the various viewports."
@@ -698,13 +698,13 @@ msgstr ""
698
  "Dla obrazów mniejszych rozmiarów użyj \".320\", \".480\", \".768\" albo "
699
  "\".1024\" w nazwie pliku \".full\" dla odpowiednich formatów wyświetlania."
700
 
701
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
702
  #: dashboard/publisher/groups-edit.php:312
703
  #: dashboard/publisher/groups-edit.php:320
704
  msgid "Example:"
705
  msgstr "Przykład:"
706
 
707
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
708
  #, fuzzy
709
  msgid ""
710
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
@@ -998,7 +998,7 @@ msgid "Disabled Ads"
998
  msgstr "Wyłączone reklamy"
999
 
1000
  #: dashboard/publisher/adverts-disabled.php:21
1001
- #: dashboard/publisher/adverts-edit.php:175
1002
  msgid "Activate"
1003
  msgstr "Aktywuj"
1004
 
@@ -1015,17 +1015,18 @@ msgid "Start / End"
1015
  msgstr "Start / Koniec"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:37
1018
- #: dashboard/publisher/adverts-edit.php:115
1019
  #: dashboard/publisher/adverts-error.php:41
1020
  #: dashboard/publisher/adverts-main.php:41
1021
  msgid "Title"
1022
  msgstr "tytuł"
1023
 
1024
  #: dashboard/publisher/adverts-disabled.php:38
1025
- #: dashboard/publisher/adverts-report.php:34
1026
- #: dashboard/publisher/groups-report.php:40
1027
- msgid "Impressions"
1028
- msgstr "Wyświetlenia"
 
1029
 
1030
  #: dashboard/publisher/adverts-disabled.php:39
1031
  #: dashboard/publisher/adverts-main.php:46
@@ -1062,42 +1063,39 @@ msgstr "Statystyki"
1062
  msgid "Groups:"
1063
  msgstr "Grupy"
1064
 
1065
- #: dashboard/publisher/adverts-edit.php:46
1066
  msgid "The AdCode cannot be empty!"
1067
  msgstr "Kod reklamy nie może być pusty!"
1068
 
1069
- #: dashboard/publisher/adverts-edit.php:49
1070
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1071
  msgstr ""
1072
 
1073
- #: dashboard/publisher/adverts-edit.php:52
1074
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1075
  msgstr ""
1076
 
1077
- #: dashboard/publisher/adverts-edit.php:55
1078
  msgid ""
1079
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1080
  "ineffective."
1081
  msgstr ""
1082
 
1083
- #: dashboard/publisher/adverts-edit.php:58
1084
  msgid ""
1085
  "There is a problem saving the image. Please reset your image and re-save the "
1086
  "ad!"
1087
  msgstr ""
1088
 
1089
- #: dashboard/publisher/adverts-edit.php:61
1090
  msgid "Responsive is enabled but your banner image has the wrong name."
1091
  msgstr ""
1092
 
1093
- #: dashboard/publisher/adverts-edit.php:64
1094
- #, fuzzy
1095
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1096
  msgstr ""
1097
- "Śledzenie kliknięć jQuery zostało ucruchomione ale nie znaleziono "
1098
- "poprawniego znacznika w kodzie reklamy!"
1099
 
1100
- #: dashboard/publisher/adverts-edit.php:69
1101
  msgid ""
1102
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1103
  "the ad!"
@@ -1105,77 +1103,77 @@ msgstr ""
1105
  "AdRotate nie może znaleść błedu ale reklama jest oznaczona jako zawierajaca "
1106
  "błędy. Sprobuj zapisać ją ponownie!"
1107
 
1108
- #: dashboard/publisher/adverts-edit.php:72
1109
  msgid "This ad is expired and currently not shown on your website!"
1110
  msgstr "Ta reklama wygasła i obecnie nie jest wyświetlana na stronie!"
1111
 
1112
- #: dashboard/publisher/adverts-edit.php:75
1113
  msgid "The ad will expire in less than 2 days!"
1114
  msgstr "Ta reklama wygaśnie za 2 dni!"
1115
 
1116
- #: dashboard/publisher/adverts-edit.php:78
1117
  msgid "This ad will expire in less than 7 days!"
1118
  msgstr "Ta reklama wygaśnie za 7 dni!"
1119
 
1120
- #: dashboard/publisher/adverts-edit.php:81
1121
  msgid "This ad has been disabled and does not rotate on your site!"
1122
  msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
1123
 
1124
- #: dashboard/publisher/adverts-edit.php:107
1125
  msgid "New Advert"
1126
  msgstr "Nowa reklama"
1127
 
1128
- #: dashboard/publisher/adverts-edit.php:109
1129
  msgid "Edit Advert"
1130
  msgstr "Edytuj reklamę"
1131
 
1132
- #: dashboard/publisher/adverts-edit.php:121
1133
  msgid "AdCode"
1134
  msgstr ""
1135
 
1136
- #: dashboard/publisher/adverts-edit.php:126
1137
  msgid "Basic Examples:"
1138
  msgstr "Proste przykłady:"
1139
 
1140
- #: dashboard/publisher/adverts-edit.php:133
1141
  msgid "Useful tags"
1142
  msgstr ""
1143
 
1144
- #: dashboard/publisher/adverts-edit.php:135
1145
  msgid "Insert the advert ID Number."
1146
  msgstr ""
1147
 
1148
- #: dashboard/publisher/adverts-edit.php:135
1149
  msgid "Required when selecting a image below."
1150
  msgstr ""
1151
 
1152
- #: dashboard/publisher/adverts-edit.php:135
1153
  msgid "Insert the advert name."
1154
  msgstr ""
1155
 
1156
- #: dashboard/publisher/adverts-edit.php:135
1157
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1158
  msgstr ""
1159
 
1160
- #: dashboard/publisher/adverts-edit.php:135
1161
  msgid "Add inside the <a> tag to open advert in a new window."
1162
  msgstr ""
1163
 
1164
- #: dashboard/publisher/adverts-edit.php:135
1165
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1166
  msgstr ""
1167
 
1168
- #: dashboard/publisher/adverts-edit.php:135
1169
  msgid ""
1170
  "Place the cursor in your AdCode where you want to add any of these tags and "
1171
  "click to add it."
1172
  msgstr ""
1173
 
1174
- #: dashboard/publisher/adverts-edit.php:140
1175
  msgid "Preview"
1176
  msgstr "Podgląd"
1177
 
1178
- #: dashboard/publisher/adverts-edit.php:143
1179
  msgid ""
1180
  "Note: While this preview is an accurate one, it might look different then it "
1181
  "does on the website."
@@ -1183,42 +1181,42 @@ msgstr ""
1183
  "Uwaga: Podczas podglądu reklama może wygląać inaczej, to nie na stronie "
1184
  "internetowej."
1185
 
1186
- #: dashboard/publisher/adverts-edit.php:144
1187
  msgid ""
1188
  "This is because of CSS differences. Your themes CSS file is not active here!"
1189
  msgstr ""
1190
  "To wynika z różnic w Kaskadowych arkuszach stylu CSS. Twój szablon nie "
1191
  "działa w tym pliku!."
1192
 
1193
- #: dashboard/publisher/adverts-edit.php:149
1194
  msgid "Banner asset"
1195
  msgstr ""
1196
 
1197
- #: dashboard/publisher/adverts-edit.php:152
1198
  msgid "WordPress media:"
1199
  msgstr ""
1200
 
1201
- #: dashboard/publisher/adverts-edit.php:152
1202
  msgid "Select Banner"
1203
  msgstr "Wybierz baner:"
1204
 
1205
- #: dashboard/publisher/adverts-edit.php:154
1206
  msgid "- OR -"
1207
  msgstr "--albo-"
1208
 
1209
- #: dashboard/publisher/adverts-edit.php:156
1210
  msgid "Banner folder:"
1211
  msgstr "Folder banerów:"
1212
 
1213
- #: dashboard/publisher/adverts-edit.php:157
1214
  msgid "No image selected"
1215
  msgstr "Nie wybrano żadnego obrazu"
1216
 
1217
- #: dashboard/publisher/adverts-edit.php:161
1218
  msgid "Use %image% in the adcode instead of the file path."
1219
  msgstr ""
1220
 
1221
- #: dashboard/publisher/adverts-edit.php:161
1222
  msgid ""
1223
  "Use either the text field or the dropdown. If the textfield has content that "
1224
  "field has priority."
@@ -1226,31 +1224,31 @@ msgstr ""
1226
  "Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
1227
  "zawiera treści, te pole ma pierwszeństwo."
1228
 
1229
- #: dashboard/publisher/adverts-edit.php:166
1230
  #: dashboard/settings/statistics.php:12
1231
  msgid "Statistics"
1232
  msgstr "Statystyki"
1233
 
1234
- #: dashboard/publisher/adverts-edit.php:168
1235
  msgid "Enable click and impression tracking for this advert."
1236
  msgstr ""
1237
 
1238
- #: dashboard/publisher/adverts-edit.php:169
1239
  msgid ""
1240
  "Note: Clicktracking does not work for Javascript adverts such as those "
1241
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1242
  "always supported."
1243
  msgstr ""
1244
 
1245
- #: dashboard/publisher/adverts-edit.php:179
1246
  msgid "Yes, this ad will be used"
1247
  msgstr "Uruchom ta reklamę"
1248
 
1249
- #: dashboard/publisher/adverts-edit.php:180
1250
  msgid "No, do not show this ad anywhere"
1251
  msgstr "Niepokazuj tej reklamy."
1252
 
1253
- #: dashboard/publisher/adverts-edit.php:187
1254
  #: dashboard/publisher/adverts-main.php:114
1255
  #: dashboard/publisher/groups-edit.php:75
1256
  #: dashboard/publisher/groups-main.php:89
@@ -1258,132 +1256,134 @@ msgstr "Niepokazuj tej reklamy."
1258
  msgid "Get more features with AdRotate Pro."
1259
  msgstr "Więcej ustawień z AdRotate Pro"
1260
 
1261
- #: dashboard/publisher/adverts-edit.php:190
1262
- #: dashboard/publisher/adverts-edit.php:290
1263
- #: dashboard/publisher/adverts-edit.php:378
1264
- #: dashboard/publisher/adverts-edit.php:419
1265
  msgid "Save Advert"
1266
  msgstr "Zapisz reklamę"
1267
 
1268
- #: dashboard/publisher/adverts-edit.php:191
1269
- #: dashboard/publisher/adverts-edit.php:291
1270
- #: dashboard/publisher/adverts-edit.php:379
1271
- #: dashboard/publisher/adverts-edit.php:420
1272
  #: dashboard/publisher/groups-edit.php:154
1273
  #: dashboard/publisher/groups-edit.php:301
1274
  #: dashboard/publisher/groups-edit.php:393
1275
  msgid "Cancel"
1276
  msgstr "Anuluj"
1277
 
1278
- #: dashboard/publisher/adverts-edit.php:194
1279
- #: dashboard/publisher/adverts-edit.php:361
1280
  #: dashboard/publisher/groups-edit.php:136
1281
  #: dashboard/publisher/groups-edit.php:283
1282
  msgid "Usage"
1283
  msgstr "Użycie"
1284
 
1285
- #: dashboard/publisher/adverts-edit.php:198
1286
- #: dashboard/publisher/adverts-edit.php:365
1287
  #: dashboard/publisher/groups-edit.php:140
1288
  #: dashboard/publisher/groups-edit.php:287
1289
  msgid "Widget"
1290
  msgstr ""
1291
 
1292
- #: dashboard/publisher/adverts-edit.php:199
1293
- #: dashboard/publisher/adverts-edit.php:366
1294
  msgid ""
1295
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1296
  "and enter ID"
1297
  msgstr ""
1298
 
1299
- #: dashboard/publisher/adverts-edit.php:202
1300
- #: dashboard/publisher/adverts-edit.php:369
1301
  #: dashboard/publisher/groups-edit.php:144
1302
  #: dashboard/publisher/groups-edit.php:291
1303
  msgid "In a post or page"
1304
  msgstr ""
1305
 
1306
- #: dashboard/publisher/adverts-edit.php:204
1307
- #: dashboard/publisher/adverts-edit.php:371
1308
  #: dashboard/publisher/groups-edit.php:146
1309
  #: dashboard/publisher/groups-edit.php:293
1310
  msgid "Directly in a theme"
1311
  msgstr ""
1312
 
1313
- #: dashboard/publisher/adverts-edit.php:210
1314
  msgid "Schedule your advert"
1315
  msgstr ""
1316
 
1317
- #: dashboard/publisher/adverts-edit.php:214
1318
  msgid "Start date (day/month/year)"
1319
  msgstr ""
1320
 
1321
- #: dashboard/publisher/adverts-edit.php:235
1322
  msgid "End date (day/month/year)"
1323
  msgstr ""
1324
 
1325
- #: dashboard/publisher/adverts-edit.php:258
1326
  msgid "Start time (hh:mm)"
1327
  msgstr ""
1328
 
1329
- #: dashboard/publisher/adverts-edit.php:265
1330
  msgid "End time (hh:mm)"
1331
  msgstr ""
1332
 
1333
- #: dashboard/publisher/adverts-edit.php:275
1334
  msgid "Maximum Clicks"
1335
  msgstr ""
1336
 
1337
- #: dashboard/publisher/adverts-edit.php:276
1338
  #: dashboard/publisher/adverts-edit.php:278
 
1339
  msgid "Leave empty or 0 to skip this."
1340
  msgstr "Pozostaw puste albo wpisz 0 ."
1341
 
1342
- #: dashboard/publisher/adverts-edit.php:277
1343
  msgid "Maximum Impressions"
1344
  msgstr ""
1345
 
1346
- #: dashboard/publisher/adverts-edit.php:282
1347
  msgid "Important"
1348
  msgstr ""
1349
 
1350
- #: dashboard/publisher/adverts-edit.php:283
1351
  msgid ""
1352
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1353
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1354
  "14:00 hours. 6AM is 6:00 hours."
1355
  msgstr ""
1356
 
1357
- #: dashboard/publisher/adverts-edit.php:287
1358
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1359
  msgstr ""
1360
 
1361
- #: dashboard/publisher/adverts-edit.php:287
1362
- #: dashboard/publisher/adverts-edit.php:315
1363
- #: dashboard/publisher/adverts-edit.php:359
1364
  #: dashboard/publisher/groups-edit.php:200
1365
  #, fuzzy
1366
  msgid "Upgrade today"
1367
  msgstr "Dziś"
1368
 
1369
- #: dashboard/publisher/adverts-edit.php:294
1370
  #: dashboard/publisher/groups-edit.php:157
1371
  msgid "Advanced"
1372
  msgstr "Zaawansowane"
1373
 
1374
- #: dashboard/publisher/adverts-edit.php:295
1375
  msgid "Everything below is optional."
1376
  msgstr "Wszystkie opcje poniżej są opcjonalne."
1377
 
1378
- #: dashboard/publisher/adverts-edit.php:299
1379
  msgid "Responsive"
1380
  msgstr ""
1381
 
1382
- #: dashboard/publisher/adverts-edit.php:301
1383
  msgid "Enable responsive support for this advert."
1384
  msgstr "Włącz responsywny wygląd dla tej reklamy."
1385
 
1386
- #: dashboard/publisher/adverts-edit.php:302
1387
  msgid ""
1388
  "Upload your images to the banner folder and make sure the filename is in the "
1389
  "following format; \"imagename.full.ext\". A full set of sized images is "
@@ -1393,112 +1393,112 @@ msgstr ""
1393
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
1394
  "pełnego wachlarza rozmiarów.'"
1395
 
1396
- #: dashboard/publisher/adverts-edit.php:308
1397
  #: dashboard/publisher/groups-edit.php:194
1398
  msgid "Sortorder"
1399
  msgstr ""
1400
 
1401
- #: dashboard/publisher/adverts-edit.php:310
1402
  #: dashboard/publisher/groups-edit.php:196
1403
  msgid "For administrative purposes set a sortorder."
1404
  msgstr "Dla celów administracyjnych ustaw sortowanie."
1405
 
1406
- #: dashboard/publisher/adverts-edit.php:310
1407
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1408
  msgstr ""
1409
  "Pozostaw puste albo wpisz 0 by pominąć te ustawienia. Domyślnie ID reklamy."
1410
 
1411
- #: dashboard/publisher/adverts-edit.php:315
1412
  msgid ""
1413
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1414
  msgstr ""
1415
 
1416
- #: dashboard/publisher/adverts-edit.php:317
1417
  msgid "Geo Targeting in AdRotate Pro"
1418
  msgstr ""
1419
 
1420
- #: dashboard/publisher/adverts-edit.php:318
1421
  msgid ""
1422
  "Assign the advert to a group and enable that group to use Geo Targeting."
1423
  msgstr ""
1424
 
1425
- #: dashboard/publisher/adverts-edit.php:322
1426
  msgid "Cities/States"
1427
  msgstr ""
1428
 
1429
- #: dashboard/publisher/adverts-edit.php:325
1430
  msgid ""
1431
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1432
  "states ISO codes are supported)"
1433
  msgstr ""
1434
 
1435
- #: dashboard/publisher/adverts-edit.php:325
1436
  msgid ""
1437
  "AdRotate does not check the validity of names so make sure you spell them "
1438
  "correctly!"
1439
  msgstr ""
1440
 
1441
- #: dashboard/publisher/adverts-edit.php:329
1442
  msgid "Countries"
1443
  msgstr ""
1444
 
1445
- #: dashboard/publisher/adverts-edit.php:354
1446
  msgid "Select the countries you want the adverts to show in."
1447
  msgstr "Wybierz kraj w którym chcesz wyświetlać reklamy."
1448
 
1449
- #: dashboard/publisher/adverts-edit.php:354
1450
  msgid "Cities take priority and will be filtered first."
1451
  msgstr "Miasta mają pierwszeństwo i będą filtrowane jaki pierwsze."
1452
 
1453
- #: dashboard/publisher/adverts-edit.php:359
1454
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1455
  msgstr ""
1456
 
1457
- #: dashboard/publisher/adverts-edit.php:383
1458
  msgid "Select Groups"
1459
  msgstr "Wybierz grupy"
1460
 
1461
- #: dashboard/publisher/adverts-edit.php:388
1462
  msgid "ID - Name"
1463
  msgstr "ID - Nazwa"
1464
 
1465
- #: dashboard/publisher/adverts-edit.php:398
1466
  #: dashboard/publisher/groups-main.php:60
1467
  #: dashboard/settings/geotargeting.php:39
1468
  msgid "Default"
1469
  msgstr "Domyślny"
1470
 
1471
- #: dashboard/publisher/adverts-edit.php:399
1472
  #: dashboard/publisher/groups-main.php:61
1473
  msgid "Dynamic"
1474
  msgstr "Dynamiczny"
1475
 
1476
- #: dashboard/publisher/adverts-edit.php:399
1477
  #: dashboard/publisher/groups-main.php:61
1478
  msgid "second rotation"
1479
  msgstr "drugi obrót"
1480
 
1481
- #: dashboard/publisher/adverts-edit.php:400
1482
  #: dashboard/publisher/groups-main.php:62
1483
  msgid "Block"
1484
  msgstr "Blok"
1485
 
1486
- #: dashboard/publisher/adverts-edit.php:400
1487
  #: dashboard/publisher/groups-main.php:62
1488
  msgid "grid"
1489
  msgstr "siatka"
1490
 
1491
- #: dashboard/publisher/adverts-edit.php:401
1492
  #: dashboard/publisher/groups-edit.php:202
1493
  #: dashboard/publisher/groups-main.php:63
1494
  msgid "Post Injection"
1495
  msgstr "Umieszczanie we wpisach"
1496
 
1497
- #: dashboard/publisher/adverts-edit.php:402
1498
  msgid "Geolocation"
1499
  msgstr "Geolokalizacja"
1500
 
1501
- #: dashboard/publisher/adverts-edit.php:408
1502
  #: dashboard/publisher/groups-edit.php:61
1503
  #: dashboard/publisher/groups-main.php:70
1504
  msgid "Mode"
@@ -1538,7 +1538,7 @@ msgstr "Na 30 dni"
1538
  msgid "For 7 days"
1539
  msgstr "Na 7 dni"
1540
 
1541
- #: dashboard/publisher/adverts-error.php:73
1542
  #: dashboard/publisher/groups-edit.php:386
1543
  msgid "Configuration errors."
1544
  msgstr "Błedy konfiguracji."
@@ -1557,12 +1557,6 @@ msgstr "Eksportuj ustawienia"
1557
  msgid "Weight"
1558
  msgstr "Waga"
1559
 
1560
- #: dashboard/publisher/adverts-main.php:44
1561
- #: dashboard/publisher/groups-edit.php:333
1562
- #: dashboard/publisher/groups-main.php:36
1563
- msgid "Shown"
1564
- msgstr "Wyświetlane"
1565
-
1566
  #: dashboard/publisher/adverts-main.php:45
1567
  #: dashboard/publisher/adverts-main.php:47
1568
  #: dashboard/publisher/groups-main.php:37
@@ -1578,6 +1572,11 @@ msgstr "Nie utworzono jeszcze żadnych reklam!"
1578
  msgid "Statistics for advert"
1579
  msgstr "Statystyki dla reklamy"
1580
 
 
 
 
 
 
1581
  #: dashboard/publisher/adverts-report.php:36
1582
  #: dashboard/publisher/groups-report.php:42
1583
  msgid "Impressions today"
@@ -2817,6 +2816,12 @@ msgid ""
2817
  msgstr ""
2818
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
2819
 
 
 
 
 
 
 
2820
  #~ msgid "Find out more"
2821
  #~ msgstr "Dowiedź się więcej"
2822
 
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: HIPER Lukasz Szczutowski <lukasz.szczutowski@gmail.com>\n"
9
  "Language: pl_PL\n"
119
  msgid "Unexpected error"
120
  msgstr ""
121
 
122
+ #: adrotate-manage-publisher.php:710
123
  msgid "AdRotate Advertiser"
124
  msgstr ""
125
 
364
  msgid "Learn more"
365
  msgstr "Dowiedź się więcej"
366
 
367
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
368
+ #: dashboard/publisher/adverts-edit.php:242
369
  msgid "January"
370
  msgstr "Styczeń "
371
 
372
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
373
+ #: dashboard/publisher/adverts-edit.php:243
374
  msgid "February"
375
  msgstr "Luty"
376
 
377
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
378
+ #: dashboard/publisher/adverts-edit.php:244
379
  msgid "March"
380
  msgstr "Marzec"
381
 
382
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
383
+ #: dashboard/publisher/adverts-edit.php:245
384
  msgid "April"
385
  msgstr "Kwiecień"
386
 
387
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
388
+ #: dashboard/publisher/adverts-edit.php:246
389
  msgid "May"
390
  msgstr "Maj"
391
 
392
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
393
+ #: dashboard/publisher/adverts-edit.php:247
394
  msgid "June"
395
  msgstr "Czerwiec"
396
 
397
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
398
+ #: dashboard/publisher/adverts-edit.php:248
399
  msgid "July"
400
  msgstr "Lipiec"
401
 
402
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
403
+ #: dashboard/publisher/adverts-edit.php:249
404
  msgid "August"
405
  msgstr "Sierpień"
406
 
407
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
408
+ #: dashboard/publisher/adverts-edit.php:250
409
  msgid "September"
410
  msgstr "Wrzesień"
411
 
412
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
413
+ #: dashboard/publisher/adverts-edit.php:251
414
  msgid "October"
415
  msgstr "Pażdziernik"
416
 
417
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
418
+ #: dashboard/publisher/adverts-edit.php:252
419
  msgid "November"
420
  msgstr "Listopad"
421
 
422
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
423
+ #: dashboard/publisher/adverts-edit.php:253
424
  msgid "December"
425
  msgstr "Grudzień"
426
 
550
  "AdRotate Pro."
551
  msgstr ""
552
 
553
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
554
  #: dashboard/publisher/adverts-main.php:114
555
  #: dashboard/publisher/groups-edit.php:75
556
  #: dashboard/publisher/groups-main.php:89
590
  msgid "End"
591
  msgstr "Start / Koniec"
592
 
593
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
594
  #: dashboard/publisher/groups-main.php:34
595
  msgid "Ads"
596
  msgstr "Reklamy"
618
  msgid "Upgrade today!"
619
  msgstr "Dziś"
620
 
621
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
622
  #: dashboard/publisher/groups-edit.php:387
623
  msgid "Expires soon."
624
  msgstr "Wygasa wkrótce."
625
 
626
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
627
  #: dashboard/publisher/groups-edit.php:388
628
  msgid "Has expired."
629
  msgstr "Wygasła."
690
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
691
  "pełnego wachlarza rozmiarów.'"
692
 
693
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
694
  msgid ""
695
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
696
  "filename instead of \".full\" for the various viewports."
698
  "Dla obrazów mniejszych rozmiarów użyj \".320\", \".480\", \".768\" albo "
699
  "\".1024\" w nazwie pliku \".full\" dla odpowiednich formatów wyświetlania."
700
 
701
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
702
  #: dashboard/publisher/groups-edit.php:312
703
  #: dashboard/publisher/groups-edit.php:320
704
  msgid "Example:"
705
  msgstr "Przykład:"
706
 
707
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
708
  #, fuzzy
709
  msgid ""
710
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
998
  msgstr "Wyłączone reklamy"
999
 
1000
  #: dashboard/publisher/adverts-disabled.php:21
1001
+ #: dashboard/publisher/adverts-edit.php:177
1002
  msgid "Activate"
1003
  msgstr "Aktywuj"
1004
 
1015
  msgstr "Start / Koniec"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:37
1018
+ #: dashboard/publisher/adverts-edit.php:117
1019
  #: dashboard/publisher/adverts-error.php:41
1020
  #: dashboard/publisher/adverts-main.php:41
1021
  msgid "Title"
1022
  msgstr "tytuł"
1023
 
1024
  #: dashboard/publisher/adverts-disabled.php:38
1025
+ #: dashboard/publisher/adverts-main.php:44
1026
+ #: dashboard/publisher/groups-edit.php:333
1027
+ #: dashboard/publisher/groups-main.php:36
1028
+ msgid "Shown"
1029
+ msgstr "Wyświetlane"
1030
 
1031
  #: dashboard/publisher/adverts-disabled.php:39
1032
  #: dashboard/publisher/adverts-main.php:46
1063
  msgid "Groups:"
1064
  msgstr "Grupy"
1065
 
1066
+ #: dashboard/publisher/adverts-edit.php:48
1067
  msgid "The AdCode cannot be empty!"
1068
  msgstr "Kod reklamy nie może być pusty!"
1069
 
1070
+ #: dashboard/publisher/adverts-edit.php:51
1071
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1072
  msgstr ""
1073
 
1074
+ #: dashboard/publisher/adverts-edit.php:54
1075
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1076
  msgstr ""
1077
 
1078
+ #: dashboard/publisher/adverts-edit.php:57
1079
  msgid ""
1080
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1081
  "ineffective."
1082
  msgstr ""
1083
 
1084
+ #: dashboard/publisher/adverts-edit.php:60
1085
  msgid ""
1086
  "There is a problem saving the image. Please reset your image and re-save the "
1087
  "ad!"
1088
  msgstr ""
1089
 
1090
+ #: dashboard/publisher/adverts-edit.php:63
1091
  msgid "Responsive is enabled but your banner image has the wrong name."
1092
  msgstr ""
1093
 
1094
+ #: dashboard/publisher/adverts-edit.php:66
1095
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
 
1096
  msgstr ""
 
 
1097
 
1098
+ #: dashboard/publisher/adverts-edit.php:71
1099
  msgid ""
1100
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1101
  "the ad!"
1103
  "AdRotate nie może znaleść błedu ale reklama jest oznaczona jako zawierajaca "
1104
  "błędy. Sprobuj zapisać ją ponownie!"
1105
 
1106
+ #: dashboard/publisher/adverts-edit.php:74
1107
  msgid "This ad is expired and currently not shown on your website!"
1108
  msgstr "Ta reklama wygasła i obecnie nie jest wyświetlana na stronie!"
1109
 
1110
+ #: dashboard/publisher/adverts-edit.php:77
1111
  msgid "The ad will expire in less than 2 days!"
1112
  msgstr "Ta reklama wygaśnie za 2 dni!"
1113
 
1114
+ #: dashboard/publisher/adverts-edit.php:80
1115
  msgid "This ad will expire in less than 7 days!"
1116
  msgstr "Ta reklama wygaśnie za 7 dni!"
1117
 
1118
+ #: dashboard/publisher/adverts-edit.php:83
1119
  msgid "This ad has been disabled and does not rotate on your site!"
1120
  msgstr "Reklama został wyłączona i nie jest wyświetlana na stronie!"
1121
 
1122
+ #: dashboard/publisher/adverts-edit.php:109
1123
  msgid "New Advert"
1124
  msgstr "Nowa reklama"
1125
 
1126
+ #: dashboard/publisher/adverts-edit.php:111
1127
  msgid "Edit Advert"
1128
  msgstr "Edytuj reklamę"
1129
 
1130
+ #: dashboard/publisher/adverts-edit.php:123
1131
  msgid "AdCode"
1132
  msgstr ""
1133
 
1134
+ #: dashboard/publisher/adverts-edit.php:128
1135
  msgid "Basic Examples:"
1136
  msgstr "Proste przykłady:"
1137
 
1138
+ #: dashboard/publisher/adverts-edit.php:135
1139
  msgid "Useful tags"
1140
  msgstr ""
1141
 
1142
+ #: dashboard/publisher/adverts-edit.php:137
1143
  msgid "Insert the advert ID Number."
1144
  msgstr ""
1145
 
1146
+ #: dashboard/publisher/adverts-edit.php:137
1147
  msgid "Required when selecting a image below."
1148
  msgstr ""
1149
 
1150
+ #: dashboard/publisher/adverts-edit.php:137
1151
  msgid "Insert the advert name."
1152
  msgstr ""
1153
 
1154
+ #: dashboard/publisher/adverts-edit.php:137
1155
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1156
  msgstr ""
1157
 
1158
+ #: dashboard/publisher/adverts-edit.php:137
1159
  msgid "Add inside the <a> tag to open advert in a new window."
1160
  msgstr ""
1161
 
1162
+ #: dashboard/publisher/adverts-edit.php:137
1163
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1164
  msgstr ""
1165
 
1166
+ #: dashboard/publisher/adverts-edit.php:137
1167
  msgid ""
1168
  "Place the cursor in your AdCode where you want to add any of these tags and "
1169
  "click to add it."
1170
  msgstr ""
1171
 
1172
+ #: dashboard/publisher/adverts-edit.php:142
1173
  msgid "Preview"
1174
  msgstr "Podgląd"
1175
 
1176
+ #: dashboard/publisher/adverts-edit.php:145
1177
  msgid ""
1178
  "Note: While this preview is an accurate one, it might look different then it "
1179
  "does on the website."
1181
  "Uwaga: Podczas podglądu reklama może wygląać inaczej, to nie na stronie "
1182
  "internetowej."
1183
 
1184
+ #: dashboard/publisher/adverts-edit.php:146
1185
  msgid ""
1186
  "This is because of CSS differences. Your themes CSS file is not active here!"
1187
  msgstr ""
1188
  "To wynika z różnic w Kaskadowych arkuszach stylu CSS. Twój szablon nie "
1189
  "działa w tym pliku!."
1190
 
1191
+ #: dashboard/publisher/adverts-edit.php:151
1192
  msgid "Banner asset"
1193
  msgstr ""
1194
 
1195
+ #: dashboard/publisher/adverts-edit.php:154
1196
  msgid "WordPress media:"
1197
  msgstr ""
1198
 
1199
+ #: dashboard/publisher/adverts-edit.php:154
1200
  msgid "Select Banner"
1201
  msgstr "Wybierz baner:"
1202
 
1203
+ #: dashboard/publisher/adverts-edit.php:156
1204
  msgid "- OR -"
1205
  msgstr "--albo-"
1206
 
1207
+ #: dashboard/publisher/adverts-edit.php:158
1208
  msgid "Banner folder:"
1209
  msgstr "Folder banerów:"
1210
 
1211
+ #: dashboard/publisher/adverts-edit.php:159
1212
  msgid "No image selected"
1213
  msgstr "Nie wybrano żadnego obrazu"
1214
 
1215
+ #: dashboard/publisher/adverts-edit.php:163
1216
  msgid "Use %image% in the adcode instead of the file path."
1217
  msgstr ""
1218
 
1219
+ #: dashboard/publisher/adverts-edit.php:163
1220
  msgid ""
1221
  "Use either the text field or the dropdown. If the textfield has content that "
1222
  "field has priority."
1224
  "Skorzystaj z pola tekstowego lub listy rozwijanej. Jeśli pole tekstowe "
1225
  "zawiera treści, te pole ma pierwszeństwo."
1226
 
1227
+ #: dashboard/publisher/adverts-edit.php:168
1228
  #: dashboard/settings/statistics.php:12
1229
  msgid "Statistics"
1230
  msgstr "Statystyki"
1231
 
1232
+ #: dashboard/publisher/adverts-edit.php:170
1233
  msgid "Enable click and impression tracking for this advert."
1234
  msgstr ""
1235
 
1236
+ #: dashboard/publisher/adverts-edit.php:171
1237
  msgid ""
1238
  "Note: Clicktracking does not work for Javascript adverts such as those "
1239
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1240
  "always supported."
1241
  msgstr ""
1242
 
1243
+ #: dashboard/publisher/adverts-edit.php:181
1244
  msgid "Yes, this ad will be used"
1245
  msgstr "Uruchom ta reklamę"
1246
 
1247
+ #: dashboard/publisher/adverts-edit.php:182
1248
  msgid "No, do not show this ad anywhere"
1249
  msgstr "Niepokazuj tej reklamy."
1250
 
1251
+ #: dashboard/publisher/adverts-edit.php:189
1252
  #: dashboard/publisher/adverts-main.php:114
1253
  #: dashboard/publisher/groups-edit.php:75
1254
  #: dashboard/publisher/groups-main.php:89
1256
  msgid "Get more features with AdRotate Pro."
1257
  msgstr "Więcej ustawień z AdRotate Pro"
1258
 
1259
+ #: dashboard/publisher/adverts-edit.php:192
1260
+ #: dashboard/publisher/adverts-edit.php:292
1261
+ #: dashboard/publisher/adverts-edit.php:380
1262
+ #: dashboard/publisher/adverts-edit.php:421
1263
  msgid "Save Advert"
1264
  msgstr "Zapisz reklamę"
1265
 
1266
+ #: dashboard/publisher/adverts-edit.php:193
1267
+ #: dashboard/publisher/adverts-edit.php:293
1268
+ #: dashboard/publisher/adverts-edit.php:381
1269
+ #: dashboard/publisher/adverts-edit.php:422
1270
  #: dashboard/publisher/groups-edit.php:154
1271
  #: dashboard/publisher/groups-edit.php:301
1272
  #: dashboard/publisher/groups-edit.php:393
1273
  msgid "Cancel"
1274
  msgstr "Anuluj"
1275
 
1276
+ #: dashboard/publisher/adverts-edit.php:196
1277
+ #: dashboard/publisher/adverts-edit.php:363
1278
  #: dashboard/publisher/groups-edit.php:136
1279
  #: dashboard/publisher/groups-edit.php:283
1280
  msgid "Usage"
1281
  msgstr "Użycie"
1282
 
1283
+ #: dashboard/publisher/adverts-edit.php:200
1284
+ #: dashboard/publisher/adverts-edit.php:367
1285
  #: dashboard/publisher/groups-edit.php:140
1286
  #: dashboard/publisher/groups-edit.php:287
1287
  msgid "Widget"
1288
  msgstr ""
1289
 
1290
+ #: dashboard/publisher/adverts-edit.php:201
1291
+ #: dashboard/publisher/adverts-edit.php:368
1292
  msgid ""
1293
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1294
  "and enter ID"
1295
  msgstr ""
1296
 
1297
+ #: dashboard/publisher/adverts-edit.php:204
1298
+ #: dashboard/publisher/adverts-edit.php:371
1299
  #: dashboard/publisher/groups-edit.php:144
1300
  #: dashboard/publisher/groups-edit.php:291
1301
  msgid "In a post or page"
1302
  msgstr ""
1303
 
1304
+ #: dashboard/publisher/adverts-edit.php:206
1305
+ #: dashboard/publisher/adverts-edit.php:373
1306
  #: dashboard/publisher/groups-edit.php:146
1307
  #: dashboard/publisher/groups-edit.php:293
1308
  msgid "Directly in a theme"
1309
  msgstr ""
1310
 
1311
+ #: dashboard/publisher/adverts-edit.php:212
1312
  msgid "Schedule your advert"
1313
  msgstr ""
1314
 
1315
+ #: dashboard/publisher/adverts-edit.php:216
1316
  msgid "Start date (day/month/year)"
1317
  msgstr ""
1318
 
1319
+ #: dashboard/publisher/adverts-edit.php:237
1320
  msgid "End date (day/month/year)"
1321
  msgstr ""
1322
 
1323
+ #: dashboard/publisher/adverts-edit.php:260
1324
  msgid "Start time (hh:mm)"
1325
  msgstr ""
1326
 
1327
+ #: dashboard/publisher/adverts-edit.php:267
1328
  msgid "End time (hh:mm)"
1329
  msgstr ""
1330
 
1331
+ #: dashboard/publisher/adverts-edit.php:277
1332
  msgid "Maximum Clicks"
1333
  msgstr ""
1334
 
 
1335
  #: dashboard/publisher/adverts-edit.php:278
1336
+ #: dashboard/publisher/adverts-edit.php:280
1337
  msgid "Leave empty or 0 to skip this."
1338
  msgstr "Pozostaw puste albo wpisz 0 ."
1339
 
1340
+ #: dashboard/publisher/adverts-edit.php:279
1341
  msgid "Maximum Impressions"
1342
  msgstr ""
1343
 
1344
+ #: dashboard/publisher/adverts-edit.php:284
1345
  msgid "Important"
1346
  msgstr ""
1347
 
1348
+ #: dashboard/publisher/adverts-edit.php:285
1349
  msgid ""
1350
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1351
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1352
  "14:00 hours. 6AM is 6:00 hours."
1353
  msgstr ""
1354
 
1355
+ #: dashboard/publisher/adverts-edit.php:289
1356
+ msgid ""
1357
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1358
+ "Pro."
1359
  msgstr ""
1360
 
1361
+ #: dashboard/publisher/adverts-edit.php:289
1362
+ #: dashboard/publisher/adverts-edit.php:317
1363
+ #: dashboard/publisher/adverts-edit.php:361
1364
  #: dashboard/publisher/groups-edit.php:200
1365
  #, fuzzy
1366
  msgid "Upgrade today"
1367
  msgstr "Dziś"
1368
 
1369
+ #: dashboard/publisher/adverts-edit.php:296
1370
  #: dashboard/publisher/groups-edit.php:157
1371
  msgid "Advanced"
1372
  msgstr "Zaawansowane"
1373
 
1374
+ #: dashboard/publisher/adverts-edit.php:297
1375
  msgid "Everything below is optional."
1376
  msgstr "Wszystkie opcje poniżej są opcjonalne."
1377
 
1378
+ #: dashboard/publisher/adverts-edit.php:301
1379
  msgid "Responsive"
1380
  msgstr ""
1381
 
1382
+ #: dashboard/publisher/adverts-edit.php:303
1383
  msgid "Enable responsive support for this advert."
1384
  msgstr "Włącz responsywny wygląd dla tej reklamy."
1385
 
1386
+ #: dashboard/publisher/adverts-edit.php:304
1387
  msgid ""
1388
  "Upload your images to the banner folder and make sure the filename is in the "
1389
  "following format; \"imagename.full.ext\". A full set of sized images is "
1393
  "format i nazewnictwo; \"nazwa.full.rozszerzenie\". Polecamy zachowanie "
1394
  "pełnego wachlarza rozmiarów.'"
1395
 
1396
+ #: dashboard/publisher/adverts-edit.php:310
1397
  #: dashboard/publisher/groups-edit.php:194
1398
  msgid "Sortorder"
1399
  msgstr ""
1400
 
1401
+ #: dashboard/publisher/adverts-edit.php:312
1402
  #: dashboard/publisher/groups-edit.php:196
1403
  msgid "For administrative purposes set a sortorder."
1404
  msgstr "Dla celów administracyjnych ustaw sortowanie."
1405
 
1406
+ #: dashboard/publisher/adverts-edit.php:312
1407
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1408
  msgstr ""
1409
  "Pozostaw puste albo wpisz 0 by pominąć te ustawienia. Domyślnie ID reklamy."
1410
 
1411
+ #: dashboard/publisher/adverts-edit.php:317
1412
  msgid ""
1413
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1414
  msgstr ""
1415
 
1416
+ #: dashboard/publisher/adverts-edit.php:319
1417
  msgid "Geo Targeting in AdRotate Pro"
1418
  msgstr ""
1419
 
1420
+ #: dashboard/publisher/adverts-edit.php:320
1421
  msgid ""
1422
  "Assign the advert to a group and enable that group to use Geo Targeting."
1423
  msgstr ""
1424
 
1425
+ #: dashboard/publisher/adverts-edit.php:324
1426
  msgid "Cities/States"
1427
  msgstr ""
1428
 
1429
+ #: dashboard/publisher/adverts-edit.php:327
1430
  msgid ""
1431
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1432
  "states ISO codes are supported)"
1433
  msgstr ""
1434
 
1435
+ #: dashboard/publisher/adverts-edit.php:327
1436
  msgid ""
1437
  "AdRotate does not check the validity of names so make sure you spell them "
1438
  "correctly!"
1439
  msgstr ""
1440
 
1441
+ #: dashboard/publisher/adverts-edit.php:331
1442
  msgid "Countries"
1443
  msgstr ""
1444
 
1445
+ #: dashboard/publisher/adverts-edit.php:356
1446
  msgid "Select the countries you want the adverts to show in."
1447
  msgstr "Wybierz kraj w którym chcesz wyświetlać reklamy."
1448
 
1449
+ #: dashboard/publisher/adverts-edit.php:356
1450
  msgid "Cities take priority and will be filtered first."
1451
  msgstr "Miasta mają pierwszeństwo i będą filtrowane jaki pierwsze."
1452
 
1453
+ #: dashboard/publisher/adverts-edit.php:361
1454
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1455
  msgstr ""
1456
 
1457
+ #: dashboard/publisher/adverts-edit.php:385
1458
  msgid "Select Groups"
1459
  msgstr "Wybierz grupy"
1460
 
1461
+ #: dashboard/publisher/adverts-edit.php:390
1462
  msgid "ID - Name"
1463
  msgstr "ID - Nazwa"
1464
 
1465
+ #: dashboard/publisher/adverts-edit.php:400
1466
  #: dashboard/publisher/groups-main.php:60
1467
  #: dashboard/settings/geotargeting.php:39
1468
  msgid "Default"
1469
  msgstr "Domyślny"
1470
 
1471
+ #: dashboard/publisher/adverts-edit.php:401
1472
  #: dashboard/publisher/groups-main.php:61
1473
  msgid "Dynamic"
1474
  msgstr "Dynamiczny"
1475
 
1476
+ #: dashboard/publisher/adverts-edit.php:401
1477
  #: dashboard/publisher/groups-main.php:61
1478
  msgid "second rotation"
1479
  msgstr "drugi obrót"
1480
 
1481
+ #: dashboard/publisher/adverts-edit.php:402
1482
  #: dashboard/publisher/groups-main.php:62
1483
  msgid "Block"
1484
  msgstr "Blok"
1485
 
1486
+ #: dashboard/publisher/adverts-edit.php:402
1487
  #: dashboard/publisher/groups-main.php:62
1488
  msgid "grid"
1489
  msgstr "siatka"
1490
 
1491
+ #: dashboard/publisher/adverts-edit.php:403
1492
  #: dashboard/publisher/groups-edit.php:202
1493
  #: dashboard/publisher/groups-main.php:63
1494
  msgid "Post Injection"
1495
  msgstr "Umieszczanie we wpisach"
1496
 
1497
+ #: dashboard/publisher/adverts-edit.php:404
1498
  msgid "Geolocation"
1499
  msgstr "Geolokalizacja"
1500
 
1501
+ #: dashboard/publisher/adverts-edit.php:410
1502
  #: dashboard/publisher/groups-edit.php:61
1503
  #: dashboard/publisher/groups-main.php:70
1504
  msgid "Mode"
1538
  msgid "For 7 days"
1539
  msgstr "Na 7 dni"
1540
 
1541
+ #: dashboard/publisher/adverts-error.php:71
1542
  #: dashboard/publisher/groups-edit.php:386
1543
  msgid "Configuration errors."
1544
  msgstr "Błedy konfiguracji."
1557
  msgid "Weight"
1558
  msgstr "Waga"
1559
 
 
 
 
 
 
 
1560
  #: dashboard/publisher/adverts-main.php:45
1561
  #: dashboard/publisher/adverts-main.php:47
1562
  #: dashboard/publisher/groups-main.php:37
1572
  msgid "Statistics for advert"
1573
  msgstr "Statystyki dla reklamy"
1574
 
1575
+ #: dashboard/publisher/adverts-report.php:34
1576
+ #: dashboard/publisher/groups-report.php:40
1577
+ msgid "Impressions"
1578
+ msgstr "Wyświetlenia"
1579
+
1580
  #: dashboard/publisher/adverts-report.php:36
1581
  #: dashboard/publisher/groups-report.php:42
1582
  msgid "Impressions today"
2816
  msgstr ""
2817
  "Ta liczba nie moze być pusta, ujemna lub przekraczać 86400 (24 godziny)."
2818
 
2819
+ #, fuzzy
2820
+ #~ msgid "Clicktracking is enabled but no valid link was found in the adcode!"
2821
+ #~ msgstr ""
2822
+ #~ "Śledzenie kliknięć jQuery zostało ucruchomione ale nie znaleziono "
2823
+ #~ "poprawniego znacznika w kodzie reklamy!"
2824
+
2825
  #~ msgid "Find out more"
2826
  #~ msgstr "Dowiedź się więcej"
2827
 
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
@@ -115,7 +115,7 @@ msgstr ""
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
- #: adrotate-manage-publisher.php:706
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
@@ -356,63 +356,63 @@ msgstr "Ova karakteristika je dostupna na AdRotate Pro"
356
  msgid "Learn more"
357
  msgstr "Saznajte više"
358
 
359
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
360
- #: dashboard/publisher/adverts-edit.php:240
361
  msgid "January"
362
  msgstr "Januar"
363
 
364
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
365
- #: dashboard/publisher/adverts-edit.php:241
366
  msgid "February"
367
  msgstr "Februar"
368
 
369
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
370
- #: dashboard/publisher/adverts-edit.php:242
371
  msgid "March"
372
  msgstr "Mart"
373
 
374
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
375
- #: dashboard/publisher/adverts-edit.php:243
376
  msgid "April"
377
  msgstr "April"
378
 
379
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
380
- #: dashboard/publisher/adverts-edit.php:244
381
  msgid "May"
382
  msgstr "Maj"
383
 
384
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
385
- #: dashboard/publisher/adverts-edit.php:245
386
  msgid "June"
387
  msgstr "Jun"
388
 
389
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
390
- #: dashboard/publisher/adverts-edit.php:246
391
  msgid "July"
392
  msgstr "Jul"
393
 
394
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
395
- #: dashboard/publisher/adverts-edit.php:247
396
  msgid "August"
397
  msgstr "Avgust"
398
 
399
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
400
- #: dashboard/publisher/adverts-edit.php:248
401
  msgid "September"
402
  msgstr "Septembar"
403
 
404
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
405
- #: dashboard/publisher/adverts-edit.php:249
406
  msgid "October"
407
  msgstr "Oktobar"
408
 
409
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
410
- #: dashboard/publisher/adverts-edit.php:250
411
  msgid "November"
412
  msgstr "Novembar"
413
 
414
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
415
- #: dashboard/publisher/adverts-edit.php:251
416
  msgid "December"
417
  msgstr "Decembar"
418
 
@@ -546,7 +546,7 @@ msgid ""
546
  "AdRotate Pro."
547
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
548
 
549
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
@@ -586,7 +586,7 @@ msgstr "Početno vreme (hh:mm):"
586
  msgid "End"
587
  msgstr "Završno vreme (hh:mm):"
588
 
589
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
590
  #: dashboard/publisher/groups-main.php:34
591
  msgid "Ads"
592
  msgstr "Oglasi"
@@ -616,12 +616,12 @@ msgstr "Nabvite jos karakteristika! AdRotate Pro."
616
  msgid "Upgrade today!"
617
  msgstr "Danas"
618
 
619
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
620
  #: dashboard/publisher/groups-edit.php:387
621
  msgid "Expires soon."
622
  msgstr "Ističe uskoro."
623
 
624
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
625
  #: dashboard/publisher/groups-edit.php:388
626
  msgid "Has expired."
627
  msgstr "Isteklo je."
@@ -684,19 +684,19 @@ msgid ""
684
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
685
  msgstr ""
686
 
687
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
688
  msgid ""
689
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
690
  "filename instead of \".full\" for the various viewports."
691
  msgstr ""
692
 
693
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
694
  #: dashboard/publisher/groups-edit.php:312
695
  #: dashboard/publisher/groups-edit.php:320
696
  msgid "Example:"
697
  msgstr "Primer"
698
 
699
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
700
  msgid ""
701
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
702
  "for different viewports."
@@ -987,7 +987,7 @@ msgid "Disabled Ads"
987
  msgstr "Onemogući odgovore"
988
 
989
  #: dashboard/publisher/adverts-disabled.php:21
990
- #: dashboard/publisher/adverts-edit.php:175
991
  msgid "Activate"
992
  msgstr "Aktiviraj"
993
 
@@ -1008,17 +1008,19 @@ msgstr ""
1008
  "2pm je 14:00 sati . 6 prepodne je 6:00 sati ."
1009
 
1010
  #: dashboard/publisher/adverts-disabled.php:37
1011
- #: dashboard/publisher/adverts-edit.php:115
1012
  #: dashboard/publisher/adverts-error.php:41
1013
  #: dashboard/publisher/adverts-main.php:41
1014
  msgid "Title"
1015
  msgstr "Naslov"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:38
1018
- #: dashboard/publisher/adverts-report.php:34
1019
- #: dashboard/publisher/groups-report.php:40
1020
- msgid "Impressions"
1021
- msgstr "Utisci"
 
 
1022
 
1023
  #: dashboard/publisher/adverts-disabled.php:39
1024
  #: dashboard/publisher/adverts-main.php:46
@@ -1055,39 +1057,39 @@ msgstr "Statistika"
1055
  msgid "Groups:"
1056
  msgstr "Grupe"
1057
 
1058
- #: dashboard/publisher/adverts-edit.php:46
1059
  msgid "The AdCode cannot be empty!"
1060
  msgstr "AdCode ne može biti prazan !"
1061
 
1062
- #: dashboard/publisher/adverts-edit.php:49
1063
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1064
  msgstr ""
1065
 
1066
- #: dashboard/publisher/adverts-edit.php:52
1067
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1068
  msgstr ""
1069
 
1070
- #: dashboard/publisher/adverts-edit.php:55
1071
  msgid ""
1072
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1073
  "ineffective."
1074
  msgstr ""
1075
 
1076
- #: dashboard/publisher/adverts-edit.php:58
1077
  msgid ""
1078
  "There is a problem saving the image. Please reset your image and re-save the "
1079
  "ad!"
1080
  msgstr ""
1081
 
1082
- #: dashboard/publisher/adverts-edit.php:61
1083
  msgid "Responsive is enabled but your banner image has the wrong name."
1084
  msgstr ""
1085
 
1086
- #: dashboard/publisher/adverts-edit.php:64
1087
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1088
  msgstr ""
1089
 
1090
- #: dashboard/publisher/adverts-edit.php:69
1091
  msgid ""
1092
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1093
  "the ad!"
@@ -1095,81 +1097,81 @@ msgstr ""
1095
  "AdRotate ne može da pronađe grešku , alioglas obeležen pogrešno , pokušajte "
1096
  "ponovo čuvanja oglas !"
1097
 
1098
- #: dashboard/publisher/adverts-edit.php:72
1099
  msgid "This ad is expired and currently not shown on your website!"
1100
  msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
1101
 
1102
- #: dashboard/publisher/adverts-edit.php:75
1103
  msgid "The ad will expire in less than 2 days!"
1104
  msgstr "Oglas ističe za manje od 2 dana !"
1105
 
1106
- #: dashboard/publisher/adverts-edit.php:78
1107
  msgid "This ad will expire in less than 7 days!"
1108
  msgstr "Ovaj oglas će isteći za manje od 7 dana !"
1109
 
1110
- #: dashboard/publisher/adverts-edit.php:81
1111
  msgid "This ad has been disabled and does not rotate on your site!"
1112
  msgstr "Ovaj oglas je onemogućen i ne rotira na vašem sajtu !"
1113
 
1114
- #: dashboard/publisher/adverts-edit.php:107
1115
  #, fuzzy
1116
  msgid "New Advert"
1117
  msgstr ""
1118
  "Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
1119
  "Default: 6."
1120
 
1121
- #: dashboard/publisher/adverts-edit.php:109
1122
  #, fuzzy
1123
  msgid "Edit Advert"
1124
  msgstr "Edituj"
1125
 
1126
- #: dashboard/publisher/adverts-edit.php:121
1127
  msgid "AdCode"
1128
  msgstr ""
1129
 
1130
- #: dashboard/publisher/adverts-edit.php:126
1131
  msgid "Basic Examples:"
1132
  msgstr "Osnovni Primeri :"
1133
 
1134
- #: dashboard/publisher/adverts-edit.php:133
1135
  msgid "Useful tags"
1136
  msgstr ""
1137
 
1138
- #: dashboard/publisher/adverts-edit.php:135
1139
  msgid "Insert the advert ID Number."
1140
  msgstr ""
1141
 
1142
- #: dashboard/publisher/adverts-edit.php:135
1143
  msgid "Required when selecting a image below."
1144
  msgstr ""
1145
 
1146
- #: dashboard/publisher/adverts-edit.php:135
1147
  msgid "Insert the advert name."
1148
  msgstr ""
1149
 
1150
- #: dashboard/publisher/adverts-edit.php:135
1151
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1152
  msgstr ""
1153
 
1154
- #: dashboard/publisher/adverts-edit.php:135
1155
  msgid "Add inside the <a> tag to open advert in a new window."
1156
  msgstr ""
1157
 
1158
- #: dashboard/publisher/adverts-edit.php:135
1159
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1160
  msgstr ""
1161
 
1162
- #: dashboard/publisher/adverts-edit.php:135
1163
  msgid ""
1164
  "Place the cursor in your AdCode where you want to add any of these tags and "
1165
  "click to add it."
1166
  msgstr ""
1167
 
1168
- #: dashboard/publisher/adverts-edit.php:140
1169
  msgid "Preview"
1170
  msgstr "Pregled"
1171
 
1172
- #: dashboard/publisher/adverts-edit.php:143
1173
  msgid ""
1174
  "Note: While this preview is an accurate one, it might look different then it "
1175
  "does on the website."
@@ -1177,41 +1179,41 @@ msgstr ""
1177
  "Napomena : Iako je ovaj pregled jejedan tačan , to bi moglo da izgleda "
1178
  "drugačije onda to čini na sajtu ."
1179
 
1180
- #: dashboard/publisher/adverts-edit.php:144
1181
  msgid ""
1182
  "This is because of CSS differences. Your themes CSS file is not active here!"
1183
  msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
1184
 
1185
- #: dashboard/publisher/adverts-edit.php:149
1186
  msgid "Banner asset"
1187
  msgstr ""
1188
 
1189
- #: dashboard/publisher/adverts-edit.php:152
1190
  msgid "WordPress media:"
1191
  msgstr ""
1192
 
1193
- #: dashboard/publisher/adverts-edit.php:152
1194
  #, fuzzy
1195
  msgid "Select Banner"
1196
  msgstr "Baner Folder"
1197
 
1198
- #: dashboard/publisher/adverts-edit.php:154
1199
  msgid "- OR -"
1200
  msgstr "- ILI -"
1201
 
1202
- #: dashboard/publisher/adverts-edit.php:156
1203
  msgid "Banner folder:"
1204
  msgstr "Folder banera:"
1205
 
1206
- #: dashboard/publisher/adverts-edit.php:157
1207
  msgid "No image selected"
1208
  msgstr "Nijedna slika nije izabrana"
1209
 
1210
- #: dashboard/publisher/adverts-edit.php:161
1211
  msgid "Use %image% in the adcode instead of the file path."
1212
  msgstr ""
1213
 
1214
- #: dashboard/publisher/adverts-edit.php:161
1215
  msgid ""
1216
  "Use either the text field or the dropdown. If the textfield has content that "
1217
  "field has priority."
@@ -1219,31 +1221,31 @@ msgstr ""
1219
  "Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
1220
  "polje ima prioritet ."
1221
 
1222
- #: dashboard/publisher/adverts-edit.php:166
1223
  #: dashboard/settings/statistics.php:12
1224
  msgid "Statistics"
1225
  msgstr "Statistike"
1226
 
1227
- #: dashboard/publisher/adverts-edit.php:168
1228
  msgid "Enable click and impression tracking for this advert."
1229
  msgstr ""
1230
 
1231
- #: dashboard/publisher/adverts-edit.php:169
1232
  msgid ""
1233
  "Note: Clicktracking does not work for Javascript adverts such as those "
1234
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1235
  "always supported."
1236
  msgstr ""
1237
 
1238
- #: dashboard/publisher/adverts-edit.php:179
1239
  msgid "Yes, this ad will be used"
1240
  msgstr "Da , ovaj oglas će se koristiti"
1241
 
1242
- #: dashboard/publisher/adverts-edit.php:180
1243
  msgid "No, do not show this ad anywhere"
1244
  msgstr "Ne , ne pokazuju nigde ovaj oglas"
1245
 
1246
- #: dashboard/publisher/adverts-edit.php:187
1247
  #: dashboard/publisher/adverts-main.php:114
1248
  #: dashboard/publisher/groups-edit.php:75
1249
  #: dashboard/publisher/groups-main.php:89
@@ -1251,255 +1253,257 @@ msgstr "Ne , ne pokazuju nigde ovaj oglas"
1251
  msgid "Get more features with AdRotate Pro."
1252
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
1253
 
1254
- #: dashboard/publisher/adverts-edit.php:190
1255
- #: dashboard/publisher/adverts-edit.php:290
1256
- #: dashboard/publisher/adverts-edit.php:378
1257
- #: dashboard/publisher/adverts-edit.php:419
1258
  msgid "Save Advert"
1259
  msgstr "Sačuvaj oglas"
1260
 
1261
- #: dashboard/publisher/adverts-edit.php:191
1262
- #: dashboard/publisher/adverts-edit.php:291
1263
- #: dashboard/publisher/adverts-edit.php:379
1264
- #: dashboard/publisher/adverts-edit.php:420
1265
  #: dashboard/publisher/groups-edit.php:154
1266
  #: dashboard/publisher/groups-edit.php:301
1267
  #: dashboard/publisher/groups-edit.php:393
1268
  msgid "Cancel"
1269
  msgstr "Ukini"
1270
 
1271
- #: dashboard/publisher/adverts-edit.php:194
1272
- #: dashboard/publisher/adverts-edit.php:361
1273
  #: dashboard/publisher/groups-edit.php:136
1274
  #: dashboard/publisher/groups-edit.php:283
1275
  msgid "Usage"
1276
  msgstr "upotreba"
1277
 
1278
- #: dashboard/publisher/adverts-edit.php:198
1279
- #: dashboard/publisher/adverts-edit.php:365
1280
  #: dashboard/publisher/groups-edit.php:140
1281
  #: dashboard/publisher/groups-edit.php:287
1282
  msgid "Widget"
1283
  msgstr ""
1284
 
1285
- #: dashboard/publisher/adverts-edit.php:199
1286
- #: dashboard/publisher/adverts-edit.php:366
1287
  msgid ""
1288
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1289
  "and enter ID"
1290
  msgstr ""
1291
 
1292
- #: dashboard/publisher/adverts-edit.php:202
1293
- #: dashboard/publisher/adverts-edit.php:369
1294
  #: dashboard/publisher/groups-edit.php:144
1295
  #: dashboard/publisher/groups-edit.php:291
1296
  msgid "In a post or page"
1297
  msgstr ""
1298
 
1299
- #: dashboard/publisher/adverts-edit.php:204
1300
- #: dashboard/publisher/adverts-edit.php:371
1301
  #: dashboard/publisher/groups-edit.php:146
1302
  #: dashboard/publisher/groups-edit.php:293
1303
  msgid "Directly in a theme"
1304
  msgstr ""
1305
 
1306
- #: dashboard/publisher/adverts-edit.php:210
1307
  msgid "Schedule your advert"
1308
  msgstr ""
1309
 
1310
- #: dashboard/publisher/adverts-edit.php:214
1311
  msgid "Start date (day/month/year)"
1312
  msgstr ""
1313
 
1314
- #: dashboard/publisher/adverts-edit.php:235
1315
  msgid "End date (day/month/year)"
1316
  msgstr ""
1317
 
1318
- #: dashboard/publisher/adverts-edit.php:258
1319
  msgid "Start time (hh:mm)"
1320
  msgstr ""
1321
 
1322
- #: dashboard/publisher/adverts-edit.php:265
1323
  msgid "End time (hh:mm)"
1324
  msgstr ""
1325
 
1326
- #: dashboard/publisher/adverts-edit.php:275
1327
  msgid "Maximum Clicks"
1328
  msgstr ""
1329
 
1330
- #: dashboard/publisher/adverts-edit.php:276
1331
  #: dashboard/publisher/adverts-edit.php:278
 
1332
  msgid "Leave empty or 0 to skip this."
1333
  msgstr "Ostavite prazno ili 0 da preskoči ovo."
1334
 
1335
- #: dashboard/publisher/adverts-edit.php:277
1336
  msgid "Maximum Impressions"
1337
  msgstr ""
1338
 
1339
- #: dashboard/publisher/adverts-edit.php:282
1340
  msgid "Important"
1341
  msgstr ""
1342
 
1343
- #: dashboard/publisher/adverts-edit.php:283
1344
  msgid ""
1345
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1346
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1347
  "14:00 hours. 6AM is 6:00 hours."
1348
  msgstr ""
1349
 
1350
- #: dashboard/publisher/adverts-edit.php:287
1351
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1352
  msgstr ""
1353
 
1354
- #: dashboard/publisher/adverts-edit.php:287
1355
- #: dashboard/publisher/adverts-edit.php:315
1356
- #: dashboard/publisher/adverts-edit.php:359
1357
  #: dashboard/publisher/groups-edit.php:200
1358
  #, fuzzy
1359
  msgid "Upgrade today"
1360
  msgstr "Danas"
1361
 
1362
- #: dashboard/publisher/adverts-edit.php:294
1363
  #: dashboard/publisher/groups-edit.php:157
1364
  msgid "Advanced"
1365
  msgstr ""
1366
 
1367
- #: dashboard/publisher/adverts-edit.php:295
1368
  #, fuzzy
1369
  msgid "Everything below is optional."
1370
  msgstr "Naslov (opcionalno):"
1371
 
1372
- #: dashboard/publisher/adverts-edit.php:299
1373
  msgid "Responsive"
1374
  msgstr ""
1375
 
1376
- #: dashboard/publisher/adverts-edit.php:301
1377
  #, fuzzy
1378
  msgid "Enable responsive support for this advert."
1379
  msgstr "Oglasi"
1380
 
1381
- #: dashboard/publisher/adverts-edit.php:302
1382
  msgid ""
1383
  "Upload your images to the banner folder and make sure the filename is in the "
1384
  "following format; \"imagename.full.ext\". A full set of sized images is "
1385
  "strongly recommended."
1386
  msgstr ""
1387
 
1388
- #: dashboard/publisher/adverts-edit.php:308
1389
  #: dashboard/publisher/groups-edit.php:194
1390
  msgid "Sortorder"
1391
  msgstr ""
1392
 
1393
- #: dashboard/publisher/adverts-edit.php:310
1394
  #: dashboard/publisher/groups-edit.php:196
1395
  msgid "For administrative purposes set a sortorder."
1396
  msgstr "Za administrativne svrhe postavili sortorder ."
1397
 
1398
- #: dashboard/publisher/adverts-edit.php:310
1399
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1400
  msgstr "Ostavite prazno ili 0 da preskočite ovo . Će podrazumevano ID oglasa ."
1401
 
1402
- #: dashboard/publisher/adverts-edit.php:315
1403
  msgid ""
1404
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1405
  msgstr ""
1406
 
1407
- #: dashboard/publisher/adverts-edit.php:317
1408
  msgid "Geo Targeting in AdRotate Pro"
1409
  msgstr ""
1410
 
1411
- #: dashboard/publisher/adverts-edit.php:318
1412
  msgid ""
1413
  "Assign the advert to a group and enable that group to use Geo Targeting."
1414
  msgstr ""
1415
 
1416
- #: dashboard/publisher/adverts-edit.php:322
1417
  msgid "Cities/States"
1418
  msgstr ""
1419
 
1420
- #: dashboard/publisher/adverts-edit.php:325
1421
  msgid ""
1422
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1423
  "states ISO codes are supported)"
1424
  msgstr ""
1425
 
1426
- #: dashboard/publisher/adverts-edit.php:325
1427
  msgid ""
1428
  "AdRotate does not check the validity of names so make sure you spell them "
1429
  "correctly!"
1430
  msgstr ""
1431
 
1432
- #: dashboard/publisher/adverts-edit.php:329
1433
  msgid "Countries"
1434
  msgstr ""
1435
 
1436
- #: dashboard/publisher/adverts-edit.php:354
1437
  #, fuzzy
1438
  msgid "Select the countries you want the adverts to show in."
1439
  msgstr "Kliknite na poruke kategorije koje želite da se prikažu oglasi."
1440
 
1441
- #: dashboard/publisher/adverts-edit.php:354
1442
  msgid "Cities take priority and will be filtered first."
1443
  msgstr ""
1444
 
1445
- #: dashboard/publisher/adverts-edit.php:359
1446
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1447
  msgstr ""
1448
 
1449
- #: dashboard/publisher/adverts-edit.php:383
1450
  msgid "Select Groups"
1451
  msgstr "Izbor grupe"
1452
 
1453
- #: dashboard/publisher/adverts-edit.php:388
1454
  #, fuzzy
1455
  msgid "ID - Name"
1456
  msgstr "Ime"
1457
 
1458
- #: dashboard/publisher/adverts-edit.php:398
1459
  #: dashboard/publisher/groups-main.php:60
1460
  #: dashboard/settings/geotargeting.php:39
1461
  #, fuzzy
1462
  msgid "Default"
1463
  msgstr "Default - Prikazati po jedan oglas"
1464
 
1465
- #: dashboard/publisher/adverts-edit.php:399
1466
  #: dashboard/publisher/groups-main.php:61
1467
  #, fuzzy
1468
  msgid "Dynamic"
1469
  msgstr "Dinamični mod-Prikaži drugačiji oglas svakih par sekundi"
1470
 
1471
- #: dashboard/publisher/adverts-edit.php:399
1472
  #: dashboard/publisher/groups-main.php:61
1473
  #, fuzzy
1474
  msgid "second rotation"
1475
  msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
1476
 
1477
- #: dashboard/publisher/adverts-edit.php:400
1478
  #: dashboard/publisher/groups-main.php:62
1479
  #, fuzzy
1480
  msgid "Block"
1481
  msgstr "Menadžmet blokiranih"
1482
 
1483
- #: dashboard/publisher/adverts-edit.php:400
1484
  #: dashboard/publisher/groups-main.php:62
1485
  #, fuzzy
1486
  msgid "grid"
1487
  msgstr ""
1488
  "Napravite mrežu za oglase. Popunjavanje 2 i 2 čini 2x2 mrežu. (Default: 2/2)"
1489
 
1490
- #: dashboard/publisher/adverts-edit.php:401
1491
  #: dashboard/publisher/groups-edit.php:202
1492
  #: dashboard/publisher/groups-main.php:63
1493
  #, fuzzy
1494
  msgid "Post Injection"
1495
  msgstr "U post ili stranicu:"
1496
 
1497
- #: dashboard/publisher/adverts-edit.php:402
1498
  #, fuzzy
1499
  msgid "Geolocation"
1500
  msgstr "GeoLocation"
1501
 
1502
- #: dashboard/publisher/adverts-edit.php:408
1503
  #: dashboard/publisher/groups-edit.php:61
1504
  #: dashboard/publisher/groups-main.php:70
1505
  msgid "Mode"
@@ -1539,7 +1543,7 @@ msgstr "Za 30 dana"
1539
  msgid "For 7 days"
1540
  msgstr "Za 7 dana"
1541
 
1542
- #: dashboard/publisher/adverts-error.php:73
1543
  #: dashboard/publisher/groups-edit.php:386
1544
  msgid "Configuration errors."
1545
  msgstr "Konfiguracione greške."
@@ -1558,13 +1562,6 @@ msgstr "Izlazne opcije za"
1558
  msgid "Weight"
1559
  msgstr "Težina"
1560
 
1561
- #: dashboard/publisher/adverts-main.php:44
1562
- #: dashboard/publisher/groups-edit.php:333
1563
- #: dashboard/publisher/groups-main.php:36
1564
- #, fuzzy
1565
- msgid "Shown"
1566
- msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
1567
-
1568
  #: dashboard/publisher/adverts-main.php:45
1569
  #: dashboard/publisher/adverts-main.php:47
1570
  #: dashboard/publisher/groups-main.php:37
@@ -1581,6 +1578,11 @@ msgstr "Nijedan oglas još nje stvoren!"
1581
  msgid "Statistics for advert"
1582
  msgstr "Sttistike za"
1583
 
 
 
 
 
 
1584
  #: dashboard/publisher/adverts-report.php:36
1585
  #: dashboard/publisher/groups-report.php:42
1586
  msgid "Impressions today"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Andrijana Nikolic <andrijanan@webhostinggeeks.com>\n"
9
  "Language: sr_RS\n"
115
  msgid "Unexpected error"
116
  msgstr ""
117
 
118
+ #: adrotate-manage-publisher.php:710
119
  msgid "AdRotate Advertiser"
120
  msgstr ""
121
 
356
  msgid "Learn more"
357
  msgstr "Saznajte više"
358
 
359
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
360
+ #: dashboard/publisher/adverts-edit.php:242
361
  msgid "January"
362
  msgstr "Januar"
363
 
364
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
365
+ #: dashboard/publisher/adverts-edit.php:243
366
  msgid "February"
367
  msgstr "Februar"
368
 
369
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
370
+ #: dashboard/publisher/adverts-edit.php:244
371
  msgid "March"
372
  msgstr "Mart"
373
 
374
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
375
+ #: dashboard/publisher/adverts-edit.php:245
376
  msgid "April"
377
  msgstr "April"
378
 
379
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
380
+ #: dashboard/publisher/adverts-edit.php:246
381
  msgid "May"
382
  msgstr "Maj"
383
 
384
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
385
+ #: dashboard/publisher/adverts-edit.php:247
386
  msgid "June"
387
  msgstr "Jun"
388
 
389
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
390
+ #: dashboard/publisher/adverts-edit.php:248
391
  msgid "July"
392
  msgstr "Jul"
393
 
394
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
395
+ #: dashboard/publisher/adverts-edit.php:249
396
  msgid "August"
397
  msgstr "Avgust"
398
 
399
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
400
+ #: dashboard/publisher/adverts-edit.php:250
401
  msgid "September"
402
  msgstr "Septembar"
403
 
404
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
405
+ #: dashboard/publisher/adverts-edit.php:251
406
  msgid "October"
407
  msgstr "Oktobar"
408
 
409
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
410
+ #: dashboard/publisher/adverts-edit.php:252
411
  msgid "November"
412
  msgstr "Novembar"
413
 
414
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
415
+ #: dashboard/publisher/adverts-edit.php:253
416
  msgid "December"
417
  msgstr "Decembar"
418
 
546
  "AdRotate Pro."
547
  msgstr "Ova karakteristika je dostupna na AdRotate Pro"
548
 
549
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
550
  #: dashboard/publisher/adverts-main.php:114
551
  #: dashboard/publisher/groups-edit.php:75
552
  #: dashboard/publisher/groups-main.php:89
586
  msgid "End"
587
  msgstr "Završno vreme (hh:mm):"
588
 
589
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
590
  #: dashboard/publisher/groups-main.php:34
591
  msgid "Ads"
592
  msgstr "Oglasi"
616
  msgid "Upgrade today!"
617
  msgstr "Danas"
618
 
619
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
620
  #: dashboard/publisher/groups-edit.php:387
621
  msgid "Expires soon."
622
  msgstr "Ističe uskoro."
623
 
624
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
625
  #: dashboard/publisher/groups-edit.php:388
626
  msgid "Has expired."
627
  msgstr "Isteklo je."
684
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
685
  msgstr ""
686
 
687
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
688
  msgid ""
689
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
690
  "filename instead of \".full\" for the various viewports."
691
  msgstr ""
692
 
693
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
694
  #: dashboard/publisher/groups-edit.php:312
695
  #: dashboard/publisher/groups-edit.php:320
696
  msgid "Example:"
697
  msgstr "Primer"
698
 
699
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
700
  msgid ""
701
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
702
  "for different viewports."
987
  msgstr "Onemogući odgovore"
988
 
989
  #: dashboard/publisher/adverts-disabled.php:21
990
+ #: dashboard/publisher/adverts-edit.php:177
991
  msgid "Activate"
992
  msgstr "Aktiviraj"
993
 
1008
  "2pm je 14:00 sati . 6 prepodne je 6:00 sati ."
1009
 
1010
  #: dashboard/publisher/adverts-disabled.php:37
1011
+ #: dashboard/publisher/adverts-edit.php:117
1012
  #: dashboard/publisher/adverts-error.php:41
1013
  #: dashboard/publisher/adverts-main.php:41
1014
  msgid "Title"
1015
  msgstr "Naslov"
1016
 
1017
  #: dashboard/publisher/adverts-disabled.php:38
1018
+ #: dashboard/publisher/adverts-main.php:44
1019
+ #: dashboard/publisher/groups-edit.php:333
1020
+ #: dashboard/publisher/groups-main.php:36
1021
+ #, fuzzy
1022
+ msgid "Shown"
1023
+ msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
1024
 
1025
  #: dashboard/publisher/adverts-disabled.php:39
1026
  #: dashboard/publisher/adverts-main.php:46
1057
  msgid "Groups:"
1058
  msgstr "Grupe"
1059
 
1060
+ #: dashboard/publisher/adverts-edit.php:48
1061
  msgid "The AdCode cannot be empty!"
1062
  msgstr "AdCode ne može biti prazan !"
1063
 
1064
+ #: dashboard/publisher/adverts-edit.php:51
1065
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1066
  msgstr ""
1067
 
1068
+ #: dashboard/publisher/adverts-edit.php:54
1069
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1070
  msgstr ""
1071
 
1072
+ #: dashboard/publisher/adverts-edit.php:57
1073
  msgid ""
1074
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1075
  "ineffective."
1076
  msgstr ""
1077
 
1078
+ #: dashboard/publisher/adverts-edit.php:60
1079
  msgid ""
1080
  "There is a problem saving the image. Please reset your image and re-save the "
1081
  "ad!"
1082
  msgstr ""
1083
 
1084
+ #: dashboard/publisher/adverts-edit.php:63
1085
  msgid "Responsive is enabled but your banner image has the wrong name."
1086
  msgstr ""
1087
 
1088
+ #: dashboard/publisher/adverts-edit.php:66
1089
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1090
  msgstr ""
1091
 
1092
+ #: dashboard/publisher/adverts-edit.php:71
1093
  msgid ""
1094
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1095
  "the ad!"
1097
  "AdRotate ne može da pronađe grešku , alioglas obeležen pogrešno , pokušajte "
1098
  "ponovo čuvanja oglas !"
1099
 
1100
+ #: dashboard/publisher/adverts-edit.php:74
1101
  msgid "This ad is expired and currently not shown on your website!"
1102
  msgstr "Ovaj oglas je istekao i trenutno se ne prikazuje na sajtu!"
1103
 
1104
+ #: dashboard/publisher/adverts-edit.php:77
1105
  msgid "The ad will expire in less than 2 days!"
1106
  msgstr "Oglas ističe za manje od 2 dana !"
1107
 
1108
+ #: dashboard/publisher/adverts-edit.php:80
1109
  msgid "This ad will expire in less than 7 days!"
1110
  msgstr "Ovaj oglas će isteći za manje od 7 dana !"
1111
 
1112
+ #: dashboard/publisher/adverts-edit.php:83
1113
  msgid "This ad has been disabled and does not rotate on your site!"
1114
  msgstr "Ovaj oglas je onemogućen i ne rotira na vašem sajtu !"
1115
 
1116
+ #: dashboard/publisher/adverts-edit.php:109
1117
  #, fuzzy
1118
  msgid "New Advert"
1119
  msgstr ""
1120
  "Ubacite novu reklamu u ovom intervalu , bez ponovnog učitavanja stranice."
1121
  "Default: 6."
1122
 
1123
+ #: dashboard/publisher/adverts-edit.php:111
1124
  #, fuzzy
1125
  msgid "Edit Advert"
1126
  msgstr "Edituj"
1127
 
1128
+ #: dashboard/publisher/adverts-edit.php:123
1129
  msgid "AdCode"
1130
  msgstr ""
1131
 
1132
+ #: dashboard/publisher/adverts-edit.php:128
1133
  msgid "Basic Examples:"
1134
  msgstr "Osnovni Primeri :"
1135
 
1136
+ #: dashboard/publisher/adverts-edit.php:135
1137
  msgid "Useful tags"
1138
  msgstr ""
1139
 
1140
+ #: dashboard/publisher/adverts-edit.php:137
1141
  msgid "Insert the advert ID Number."
1142
  msgstr ""
1143
 
1144
+ #: dashboard/publisher/adverts-edit.php:137
1145
  msgid "Required when selecting a image below."
1146
  msgstr ""
1147
 
1148
+ #: dashboard/publisher/adverts-edit.php:137
1149
  msgid "Insert the advert name."
1150
  msgstr ""
1151
 
1152
+ #: dashboard/publisher/adverts-edit.php:137
1153
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1154
  msgstr ""
1155
 
1156
+ #: dashboard/publisher/adverts-edit.php:137
1157
  msgid "Add inside the <a> tag to open advert in a new window."
1158
  msgstr ""
1159
 
1160
+ #: dashboard/publisher/adverts-edit.php:137
1161
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1162
  msgstr ""
1163
 
1164
+ #: dashboard/publisher/adverts-edit.php:137
1165
  msgid ""
1166
  "Place the cursor in your AdCode where you want to add any of these tags and "
1167
  "click to add it."
1168
  msgstr ""
1169
 
1170
+ #: dashboard/publisher/adverts-edit.php:142
1171
  msgid "Preview"
1172
  msgstr "Pregled"
1173
 
1174
+ #: dashboard/publisher/adverts-edit.php:145
1175
  msgid ""
1176
  "Note: While this preview is an accurate one, it might look different then it "
1177
  "does on the website."
1179
  "Napomena : Iako je ovaj pregled jejedan tačan , to bi moglo da izgleda "
1180
  "drugačije onda to čini na sajtu ."
1181
 
1182
+ #: dashboard/publisher/adverts-edit.php:146
1183
  msgid ""
1184
  "This is because of CSS differences. Your themes CSS file is not active here!"
1185
  msgstr "To je zbog CSS razlika . Vaš teme CSS fajl nije aktivan ovde !"
1186
 
1187
+ #: dashboard/publisher/adverts-edit.php:151
1188
  msgid "Banner asset"
1189
  msgstr ""
1190
 
1191
+ #: dashboard/publisher/adverts-edit.php:154
1192
  msgid "WordPress media:"
1193
  msgstr ""
1194
 
1195
+ #: dashboard/publisher/adverts-edit.php:154
1196
  #, fuzzy
1197
  msgid "Select Banner"
1198
  msgstr "Baner Folder"
1199
 
1200
+ #: dashboard/publisher/adverts-edit.php:156
1201
  msgid "- OR -"
1202
  msgstr "- ILI -"
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:158
1205
  msgid "Banner folder:"
1206
  msgstr "Folder banera:"
1207
 
1208
+ #: dashboard/publisher/adverts-edit.php:159
1209
  msgid "No image selected"
1210
  msgstr "Nijedna slika nije izabrana"
1211
 
1212
+ #: dashboard/publisher/adverts-edit.php:163
1213
  msgid "Use %image% in the adcode instead of the file path."
1214
  msgstr ""
1215
 
1216
+ #: dashboard/publisher/adverts-edit.php:163
1217
  msgid ""
1218
  "Use either the text field or the dropdown. If the textfield has content that "
1219
  "field has priority."
1221
  "Koristite ili polje za tekst ili dropdown. Ako polje teksta ima sadržaj koji "
1222
  "polje ima prioritet ."
1223
 
1224
+ #: dashboard/publisher/adverts-edit.php:168
1225
  #: dashboard/settings/statistics.php:12
1226
  msgid "Statistics"
1227
  msgstr "Statistike"
1228
 
1229
+ #: dashboard/publisher/adverts-edit.php:170
1230
  msgid "Enable click and impression tracking for this advert."
1231
  msgstr ""
1232
 
1233
+ #: dashboard/publisher/adverts-edit.php:171
1234
  msgid ""
1235
  "Note: Clicktracking does not work for Javascript adverts such as those "
1236
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1237
  "always supported."
1238
  msgstr ""
1239
 
1240
+ #: dashboard/publisher/adverts-edit.php:181
1241
  msgid "Yes, this ad will be used"
1242
  msgstr "Da , ovaj oglas će se koristiti"
1243
 
1244
+ #: dashboard/publisher/adverts-edit.php:182
1245
  msgid "No, do not show this ad anywhere"
1246
  msgstr "Ne , ne pokazuju nigde ovaj oglas"
1247
 
1248
+ #: dashboard/publisher/adverts-edit.php:189
1249
  #: dashboard/publisher/adverts-main.php:114
1250
  #: dashboard/publisher/groups-edit.php:75
1251
  #: dashboard/publisher/groups-main.php:89
1253
  msgid "Get more features with AdRotate Pro."
1254
  msgstr "Nabvite jos karakteristika! AdRotate Pro."
1255
 
1256
+ #: dashboard/publisher/adverts-edit.php:192
1257
+ #: dashboard/publisher/adverts-edit.php:292
1258
+ #: dashboard/publisher/adverts-edit.php:380
1259
+ #: dashboard/publisher/adverts-edit.php:421
1260
  msgid "Save Advert"
1261
  msgstr "Sačuvaj oglas"
1262
 
1263
+ #: dashboard/publisher/adverts-edit.php:193
1264
+ #: dashboard/publisher/adverts-edit.php:293
1265
+ #: dashboard/publisher/adverts-edit.php:381
1266
+ #: dashboard/publisher/adverts-edit.php:422
1267
  #: dashboard/publisher/groups-edit.php:154
1268
  #: dashboard/publisher/groups-edit.php:301
1269
  #: dashboard/publisher/groups-edit.php:393
1270
  msgid "Cancel"
1271
  msgstr "Ukini"
1272
 
1273
+ #: dashboard/publisher/adverts-edit.php:196
1274
+ #: dashboard/publisher/adverts-edit.php:363
1275
  #: dashboard/publisher/groups-edit.php:136
1276
  #: dashboard/publisher/groups-edit.php:283
1277
  msgid "Usage"
1278
  msgstr "upotreba"
1279
 
1280
+ #: dashboard/publisher/adverts-edit.php:200
1281
+ #: dashboard/publisher/adverts-edit.php:367
1282
  #: dashboard/publisher/groups-edit.php:140
1283
  #: dashboard/publisher/groups-edit.php:287
1284
  msgid "Widget"
1285
  msgstr ""
1286
 
1287
+ #: dashboard/publisher/adverts-edit.php:201
1288
+ #: dashboard/publisher/adverts-edit.php:368
1289
  msgid ""
1290
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1291
  "and enter ID"
1292
  msgstr ""
1293
 
1294
+ #: dashboard/publisher/adverts-edit.php:204
1295
+ #: dashboard/publisher/adverts-edit.php:371
1296
  #: dashboard/publisher/groups-edit.php:144
1297
  #: dashboard/publisher/groups-edit.php:291
1298
  msgid "In a post or page"
1299
  msgstr ""
1300
 
1301
+ #: dashboard/publisher/adverts-edit.php:206
1302
+ #: dashboard/publisher/adverts-edit.php:373
1303
  #: dashboard/publisher/groups-edit.php:146
1304
  #: dashboard/publisher/groups-edit.php:293
1305
  msgid "Directly in a theme"
1306
  msgstr ""
1307
 
1308
+ #: dashboard/publisher/adverts-edit.php:212
1309
  msgid "Schedule your advert"
1310
  msgstr ""
1311
 
1312
+ #: dashboard/publisher/adverts-edit.php:216
1313
  msgid "Start date (day/month/year)"
1314
  msgstr ""
1315
 
1316
+ #: dashboard/publisher/adverts-edit.php:237
1317
  msgid "End date (day/month/year)"
1318
  msgstr ""
1319
 
1320
+ #: dashboard/publisher/adverts-edit.php:260
1321
  msgid "Start time (hh:mm)"
1322
  msgstr ""
1323
 
1324
+ #: dashboard/publisher/adverts-edit.php:267
1325
  msgid "End time (hh:mm)"
1326
  msgstr ""
1327
 
1328
+ #: dashboard/publisher/adverts-edit.php:277
1329
  msgid "Maximum Clicks"
1330
  msgstr ""
1331
 
 
1332
  #: dashboard/publisher/adverts-edit.php:278
1333
+ #: dashboard/publisher/adverts-edit.php:280
1334
  msgid "Leave empty or 0 to skip this."
1335
  msgstr "Ostavite prazno ili 0 da preskoči ovo."
1336
 
1337
+ #: dashboard/publisher/adverts-edit.php:279
1338
  msgid "Maximum Impressions"
1339
  msgstr ""
1340
 
1341
+ #: dashboard/publisher/adverts-edit.php:284
1342
  msgid "Important"
1343
  msgstr ""
1344
 
1345
+ #: dashboard/publisher/adverts-edit.php:285
1346
  msgid ""
1347
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1348
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1349
  "14:00 hours. 6AM is 6:00 hours."
1350
  msgstr ""
1351
 
1352
+ #: dashboard/publisher/adverts-edit.php:289
1353
+ msgid ""
1354
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1355
+ "Pro."
1356
  msgstr ""
1357
 
1358
+ #: dashboard/publisher/adverts-edit.php:289
1359
+ #: dashboard/publisher/adverts-edit.php:317
1360
+ #: dashboard/publisher/adverts-edit.php:361
1361
  #: dashboard/publisher/groups-edit.php:200
1362
  #, fuzzy
1363
  msgid "Upgrade today"
1364
  msgstr "Danas"
1365
 
1366
+ #: dashboard/publisher/adverts-edit.php:296
1367
  #: dashboard/publisher/groups-edit.php:157
1368
  msgid "Advanced"
1369
  msgstr ""
1370
 
1371
+ #: dashboard/publisher/adverts-edit.php:297
1372
  #, fuzzy
1373
  msgid "Everything below is optional."
1374
  msgstr "Naslov (opcionalno):"
1375
 
1376
+ #: dashboard/publisher/adverts-edit.php:301
1377
  msgid "Responsive"
1378
  msgstr ""
1379
 
1380
+ #: dashboard/publisher/adverts-edit.php:303
1381
  #, fuzzy
1382
  msgid "Enable responsive support for this advert."
1383
  msgstr "Oglasi"
1384
 
1385
+ #: dashboard/publisher/adverts-edit.php:304
1386
  msgid ""
1387
  "Upload your images to the banner folder and make sure the filename is in the "
1388
  "following format; \"imagename.full.ext\". A full set of sized images is "
1389
  "strongly recommended."
1390
  msgstr ""
1391
 
1392
+ #: dashboard/publisher/adverts-edit.php:310
1393
  #: dashboard/publisher/groups-edit.php:194
1394
  msgid "Sortorder"
1395
  msgstr ""
1396
 
1397
+ #: dashboard/publisher/adverts-edit.php:312
1398
  #: dashboard/publisher/groups-edit.php:196
1399
  msgid "For administrative purposes set a sortorder."
1400
  msgstr "Za administrativne svrhe postavili sortorder ."
1401
 
1402
+ #: dashboard/publisher/adverts-edit.php:312
1403
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1404
  msgstr "Ostavite prazno ili 0 da preskočite ovo . Će podrazumevano ID oglasa ."
1405
 
1406
+ #: dashboard/publisher/adverts-edit.php:317
1407
  msgid ""
1408
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1409
  msgstr ""
1410
 
1411
+ #: dashboard/publisher/adverts-edit.php:319
1412
  msgid "Geo Targeting in AdRotate Pro"
1413
  msgstr ""
1414
 
1415
+ #: dashboard/publisher/adverts-edit.php:320
1416
  msgid ""
1417
  "Assign the advert to a group and enable that group to use Geo Targeting."
1418
  msgstr ""
1419
 
1420
+ #: dashboard/publisher/adverts-edit.php:324
1421
  msgid "Cities/States"
1422
  msgstr ""
1423
 
1424
+ #: dashboard/publisher/adverts-edit.php:327
1425
  msgid ""
1426
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1427
  "states ISO codes are supported)"
1428
  msgstr ""
1429
 
1430
+ #: dashboard/publisher/adverts-edit.php:327
1431
  msgid ""
1432
  "AdRotate does not check the validity of names so make sure you spell them "
1433
  "correctly!"
1434
  msgstr ""
1435
 
1436
+ #: dashboard/publisher/adverts-edit.php:331
1437
  msgid "Countries"
1438
  msgstr ""
1439
 
1440
+ #: dashboard/publisher/adverts-edit.php:356
1441
  #, fuzzy
1442
  msgid "Select the countries you want the adverts to show in."
1443
  msgstr "Kliknite na poruke kategorije koje želite da se prikažu oglasi."
1444
 
1445
+ #: dashboard/publisher/adverts-edit.php:356
1446
  msgid "Cities take priority and will be filtered first."
1447
  msgstr ""
1448
 
1449
+ #: dashboard/publisher/adverts-edit.php:361
1450
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1451
  msgstr ""
1452
 
1453
+ #: dashboard/publisher/adverts-edit.php:385
1454
  msgid "Select Groups"
1455
  msgstr "Izbor grupe"
1456
 
1457
+ #: dashboard/publisher/adverts-edit.php:390
1458
  #, fuzzy
1459
  msgid "ID - Name"
1460
  msgstr "Ime"
1461
 
1462
+ #: dashboard/publisher/adverts-edit.php:400
1463
  #: dashboard/publisher/groups-main.php:60
1464
  #: dashboard/settings/geotargeting.php:39
1465
  #, fuzzy
1466
  msgid "Default"
1467
  msgstr "Default - Prikazati po jedan oglas"
1468
 
1469
+ #: dashboard/publisher/adverts-edit.php:401
1470
  #: dashboard/publisher/groups-main.php:61
1471
  #, fuzzy
1472
  msgid "Dynamic"
1473
  msgstr "Dinamični mod-Prikaži drugačiji oglas svakih par sekundi"
1474
 
1475
+ #: dashboard/publisher/adverts-edit.php:401
1476
  #: dashboard/publisher/groups-main.php:61
1477
  #, fuzzy
1478
  msgid "second rotation"
1479
  msgstr "Ili nema banera, onemogućeni su ili nije kvalifikovan za ovu lokaciju!"
1480
 
1481
+ #: dashboard/publisher/adverts-edit.php:402
1482
  #: dashboard/publisher/groups-main.php:62
1483
  #, fuzzy
1484
  msgid "Block"
1485
  msgstr "Menadžmet blokiranih"
1486
 
1487
+ #: dashboard/publisher/adverts-edit.php:402
1488
  #: dashboard/publisher/groups-main.php:62
1489
  #, fuzzy
1490
  msgid "grid"
1491
  msgstr ""
1492
  "Napravite mrežu za oglase. Popunjavanje 2 i 2 čini 2x2 mrežu. (Default: 2/2)"
1493
 
1494
+ #: dashboard/publisher/adverts-edit.php:403
1495
  #: dashboard/publisher/groups-edit.php:202
1496
  #: dashboard/publisher/groups-main.php:63
1497
  #, fuzzy
1498
  msgid "Post Injection"
1499
  msgstr "U post ili stranicu:"
1500
 
1501
+ #: dashboard/publisher/adverts-edit.php:404
1502
  #, fuzzy
1503
  msgid "Geolocation"
1504
  msgstr "GeoLocation"
1505
 
1506
+ #: dashboard/publisher/adverts-edit.php:410
1507
  #: dashboard/publisher/groups-edit.php:61
1508
  #: dashboard/publisher/groups-main.php:70
1509
  msgid "Mode"
1543
  msgid "For 7 days"
1544
  msgstr "Za 7 dana"
1545
 
1546
+ #: dashboard/publisher/adverts-error.php:71
1547
  #: dashboard/publisher/groups-edit.php:386
1548
  msgid "Configuration errors."
1549
  msgstr "Konfiguracione greške."
1562
  msgid "Weight"
1563
  msgstr "Težina"
1564
 
 
 
 
 
 
 
 
1565
  #: dashboard/publisher/adverts-main.php:45
1566
  #: dashboard/publisher/adverts-main.php:47
1567
  #: dashboard/publisher/groups-main.php:37
1578
  msgid "Statistics for advert"
1579
  msgstr "Sttistike za"
1580
 
1581
+ #: dashboard/publisher/adverts-report.php:34
1582
+ #: dashboard/publisher/groups-report.php:40
1583
+ msgid "Impressions"
1584
+ msgstr "Utisci"
1585
+
1586
  #: dashboard/publisher/adverts-report.php:36
1587
  #: dashboard/publisher/groups-report.php:42
1588
  msgid "Impressions today"
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: 2015-09-11 01:37+0200\n"
6
- "PO-Revision-Date: 2015-09-11 01:37+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
@@ -116,7 +116,7 @@ msgstr ""
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
- #: adrotate-manage-publisher.php:706
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
@@ -361,63 +361,63 @@ msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
361
  msgid "Learn more"
362
  msgstr "Läs mer om"
363
 
364
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:219
365
- #: dashboard/publisher/adverts-edit.php:240
366
  msgid "January"
367
  msgstr "Januari"
368
 
369
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:220
370
- #: dashboard/publisher/adverts-edit.php:241
371
  msgid "February"
372
  msgstr "Februari"
373
 
374
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
375
- #: dashboard/publisher/adverts-edit.php:242
376
  msgid "March"
377
  msgstr "Mars"
378
 
379
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
380
- #: dashboard/publisher/adverts-edit.php:243
381
  msgid "April"
382
  msgstr "April"
383
 
384
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
385
- #: dashboard/publisher/adverts-edit.php:244
386
  msgid "May"
387
  msgstr "Maj"
388
 
389
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
390
- #: dashboard/publisher/adverts-edit.php:245
391
  msgid "June"
392
  msgstr "Juni"
393
 
394
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
395
- #: dashboard/publisher/adverts-edit.php:246
396
  msgid "July"
397
  msgstr "Juli"
398
 
399
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
400
- #: dashboard/publisher/adverts-edit.php:247
401
  msgid "August"
402
  msgstr "Augusti"
403
 
404
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
405
- #: dashboard/publisher/adverts-edit.php:248
406
  msgid "September"
407
  msgstr "September"
408
 
409
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
410
- #: dashboard/publisher/adverts-edit.php:249
411
  msgid "October"
412
  msgstr "Oktober"
413
 
414
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
415
- #: dashboard/publisher/adverts-edit.php:250
416
  msgid "November"
417
  msgstr "November"
418
 
419
- #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
420
- #: dashboard/publisher/adverts-edit.php:251
421
  msgid "December"
422
  msgstr "December"
423
 
@@ -550,7 +550,7 @@ msgid ""
550
  "AdRotate Pro."
551
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
552
 
553
- #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:187
554
  #: dashboard/publisher/adverts-main.php:114
555
  #: dashboard/publisher/groups-edit.php:75
556
  #: dashboard/publisher/groups-main.php:89
@@ -590,7 +590,7 @@ msgstr "Starttid (hh: mm):"
590
  msgid "End"
591
  msgstr "Avsluta tid (hh: mm):"
592
 
593
- #: adrotate.php:426 dashboard/publisher/adverts-edit.php:389
594
  #: dashboard/publisher/groups-main.php:34
595
  msgid "Ads"
596
  msgstr "Annonser"
@@ -618,12 +618,12 @@ msgstr "Få fler funktioner! Skaffa AdRotate Pro."
618
  msgid "Upgrade today!"
619
  msgstr "i dag"
620
 
621
- #: adrotate.php:467 dashboard/publisher/adverts-error.php:74
622
  #: dashboard/publisher/groups-edit.php:387
623
  msgid "Expires soon."
624
  msgstr "Utgår inom kort."
625
 
626
- #: adrotate.php:468 dashboard/publisher/adverts-error.php:75
627
  #: dashboard/publisher/groups-edit.php:388
628
  msgid "Has expired."
629
  msgstr "Har gått ut."
@@ -687,19 +687,19 @@ msgid ""
687
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
688
  msgstr ""
689
 
690
- #: adrotate.php:501 dashboard/publisher/adverts-edit.php:303
691
  msgid ""
692
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
693
  "filename instead of \".full\" for the various viewports."
694
  msgstr ""
695
 
696
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
697
  #: dashboard/publisher/groups-edit.php:312
698
  #: dashboard/publisher/groups-edit.php:320
699
  msgid "Example:"
700
  msgstr "Exempel:"
701
 
702
- #: adrotate.php:502 dashboard/publisher/adverts-edit.php:304
703
  msgid ""
704
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
705
  "for different viewports."
@@ -991,7 +991,7 @@ msgid "Disabled Ads"
991
  msgstr "Inaktivera annonser"
992
 
993
  #: dashboard/publisher/adverts-disabled.php:21
994
- #: dashboard/publisher/adverts-edit.php:175
995
  msgid "Activate"
996
  msgstr "Aktivera"
997
 
@@ -1012,17 +1012,18 @@ msgstr ""
1012
  "timmar. 14:00 är 14:00. 06:00 är 6:00 timmar."
1013
 
1014
  #: dashboard/publisher/adverts-disabled.php:37
1015
- #: dashboard/publisher/adverts-edit.php:115
1016
  #: dashboard/publisher/adverts-error.php:41
1017
  #: dashboard/publisher/adverts-main.php:41
1018
  msgid "Title"
1019
  msgstr "Titel"
1020
 
1021
  #: dashboard/publisher/adverts-disabled.php:38
1022
- #: dashboard/publisher/adverts-report.php:34
1023
- #: dashboard/publisher/groups-report.php:40
1024
- msgid "Impressions"
1025
- msgstr "Intryck"
 
1026
 
1027
  #: dashboard/publisher/adverts-disabled.php:39
1028
  #: dashboard/publisher/adverts-main.php:46
@@ -1059,39 +1060,39 @@ msgstr "Statistik"
1059
  msgid "Groups:"
1060
  msgstr "Grupper"
1061
 
1062
- #: dashboard/publisher/adverts-edit.php:46
1063
  msgid "The AdCode cannot be empty!"
1064
  msgstr "Den AdCode kan inte vara tomt!"
1065
 
1066
- #: dashboard/publisher/adverts-edit.php:49
1067
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1068
  msgstr ""
1069
 
1070
- #: dashboard/publisher/adverts-edit.php:52
1071
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1072
  msgstr ""
1073
 
1074
- #: dashboard/publisher/adverts-edit.php:55
1075
  msgid ""
1076
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1077
  "ineffective."
1078
  msgstr ""
1079
 
1080
- #: dashboard/publisher/adverts-edit.php:58
1081
  msgid ""
1082
  "There is a problem saving the image. Please reset your image and re-save the "
1083
  "ad!"
1084
  msgstr ""
1085
 
1086
- #: dashboard/publisher/adverts-edit.php:61
1087
  msgid "Responsive is enabled but your banner image has the wrong name."
1088
  msgstr ""
1089
 
1090
- #: dashboard/publisher/adverts-edit.php:64
1091
- msgid "Clicktracking is enabled but no valid link was found in the adcode!"
1092
  msgstr ""
1093
 
1094
- #: dashboard/publisher/adverts-edit.php:69
1095
  msgid ""
1096
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1097
  "the ad!"
@@ -1099,78 +1100,78 @@ msgstr ""
1099
  "AdRotate kan inte hitta något fel, men annonsen är märkt felaktiga, försök "
1100
  "åter spara annonsen!"
1101
 
1102
- #: dashboard/publisher/adverts-edit.php:72
1103
  msgid "This ad is expired and currently not shown on your website!"
1104
  msgstr ""
1105
  "Den här annonsen har gått ut och för tillfället inte visas på din webbplats!"
1106
 
1107
- #: dashboard/publisher/adverts-edit.php:75
1108
  msgid "The ad will expire in less than 2 days!"
1109
  msgstr "Annonsen går ut om mindre än 2 dagar!"
1110
 
1111
- #: dashboard/publisher/adverts-edit.php:78
1112
  msgid "This ad will expire in less than 7 days!"
1113
  msgstr "Annonsen går ut om mindre än 7 dagar!"
1114
 
1115
- #: dashboard/publisher/adverts-edit.php:81
1116
  msgid "This ad has been disabled and does not rotate on your site!"
1117
  msgstr "Den här annonsen har inaktiverats och inte roterar på din webbplats!"
1118
 
1119
- #: dashboard/publisher/adverts-edit.php:107
1120
  msgid "New Advert"
1121
  msgstr "Ny annons"
1122
 
1123
- #: dashboard/publisher/adverts-edit.php:109
1124
  msgid "Edit Advert"
1125
  msgstr "Redigera annons"
1126
 
1127
- #: dashboard/publisher/adverts-edit.php:121
1128
  msgid "AdCode"
1129
  msgstr ""
1130
 
1131
- #: dashboard/publisher/adverts-edit.php:126
1132
  msgid "Basic Examples:"
1133
  msgstr "Grundläggande Exempel:"
1134
 
1135
- #: dashboard/publisher/adverts-edit.php:133
1136
  msgid "Useful tags"
1137
  msgstr ""
1138
 
1139
- #: dashboard/publisher/adverts-edit.php:135
1140
  msgid "Insert the advert ID Number."
1141
  msgstr ""
1142
 
1143
- #: dashboard/publisher/adverts-edit.php:135
1144
  msgid "Required when selecting a image below."
1145
  msgstr ""
1146
 
1147
- #: dashboard/publisher/adverts-edit.php:135
1148
  msgid "Insert the advert name."
1149
  msgstr ""
1150
 
1151
- #: dashboard/publisher/adverts-edit.php:135
1152
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1153
  msgstr ""
1154
 
1155
- #: dashboard/publisher/adverts-edit.php:135
1156
  msgid "Add inside the <a> tag to open advert in a new window."
1157
  msgstr ""
1158
 
1159
- #: dashboard/publisher/adverts-edit.php:135
1160
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1161
  msgstr ""
1162
 
1163
- #: dashboard/publisher/adverts-edit.php:135
1164
  msgid ""
1165
  "Place the cursor in your AdCode where you want to add any of these tags and "
1166
  "click to add it."
1167
  msgstr ""
1168
 
1169
- #: dashboard/publisher/adverts-edit.php:140
1170
  msgid "Preview"
1171
  msgstr "Förhandsgranska"
1172
 
1173
- #: dashboard/publisher/adverts-edit.php:143
1174
  msgid ""
1175
  "Note: While this preview is an accurate one, it might look different then it "
1176
  "does on the website."
@@ -1178,41 +1179,41 @@ msgstr ""
1178
  "OBS: Även förhandsvisningen är en riktig en, kan det se annorlunda ut då den "
1179
  "gör på webbplatsen."
1180
 
1181
- #: dashboard/publisher/adverts-edit.php:144
1182
  msgid ""
1183
  "This is because of CSS differences. Your themes CSS file is not active here!"
1184
  msgstr ""
1185
  "Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
1186
 
1187
- #: dashboard/publisher/adverts-edit.php:149
1188
  msgid "Banner asset"
1189
  msgstr ""
1190
 
1191
- #: dashboard/publisher/adverts-edit.php:152
1192
  msgid "WordPress media:"
1193
  msgstr ""
1194
 
1195
- #: dashboard/publisher/adverts-edit.php:152
1196
  msgid "Select Banner"
1197
  msgstr "Välj Banner"
1198
 
1199
- #: dashboard/publisher/adverts-edit.php:154
1200
  msgid "- OR -"
1201
  msgstr "- ELLER -"
1202
 
1203
- #: dashboard/publisher/adverts-edit.php:156
1204
  msgid "Banner folder:"
1205
  msgstr "Banner folder:"
1206
 
1207
- #: dashboard/publisher/adverts-edit.php:157
1208
  msgid "No image selected"
1209
  msgstr "Ingen bild vald"
1210
 
1211
- #: dashboard/publisher/adverts-edit.php:161
1212
  msgid "Use %image% in the adcode instead of the file path."
1213
  msgstr ""
1214
 
1215
- #: dashboard/publisher/adverts-edit.php:161
1216
  msgid ""
1217
  "Use either the text field or the dropdown. If the textfield has content that "
1218
  "field has priority."
@@ -1220,31 +1221,31 @@ msgstr ""
1220
  "Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
1221
  "området har företräde."
1222
 
1223
- #: dashboard/publisher/adverts-edit.php:166
1224
  #: dashboard/settings/statistics.php:12
1225
  msgid "Statistics"
1226
  msgstr "Statistik"
1227
 
1228
- #: dashboard/publisher/adverts-edit.php:168
1229
  msgid "Enable click and impression tracking for this advert."
1230
  msgstr ""
1231
 
1232
- #: dashboard/publisher/adverts-edit.php:169
1233
  msgid ""
1234
  "Note: Clicktracking does not work for Javascript adverts such as those "
1235
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1236
  "always supported."
1237
  msgstr ""
1238
 
1239
- #: dashboard/publisher/adverts-edit.php:179
1240
  msgid "Yes, this ad will be used"
1241
  msgstr "Ja, kommer denna annons att användas"
1242
 
1243
- #: dashboard/publisher/adverts-edit.php:180
1244
  msgid "No, do not show this ad anywhere"
1245
  msgstr "Nej, inte visa denna annons någonstans"
1246
 
1247
- #: dashboard/publisher/adverts-edit.php:187
1248
  #: dashboard/publisher/adverts-main.php:114
1249
  #: dashboard/publisher/groups-edit.php:75
1250
  #: dashboard/publisher/groups-main.php:89
@@ -1252,179 +1253,181 @@ msgstr "Nej, inte visa denna annons någonstans"
1252
  msgid "Get more features with AdRotate Pro."
1253
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
1254
 
1255
- #: dashboard/publisher/adverts-edit.php:190
1256
- #: dashboard/publisher/adverts-edit.php:290
1257
- #: dashboard/publisher/adverts-edit.php:378
1258
- #: dashboard/publisher/adverts-edit.php:419
1259
  msgid "Save Advert"
1260
  msgstr "Spara annons"
1261
 
1262
- #: dashboard/publisher/adverts-edit.php:191
1263
- #: dashboard/publisher/adverts-edit.php:291
1264
- #: dashboard/publisher/adverts-edit.php:379
1265
- #: dashboard/publisher/adverts-edit.php:420
1266
  #: dashboard/publisher/groups-edit.php:154
1267
  #: dashboard/publisher/groups-edit.php:301
1268
  #: dashboard/publisher/groups-edit.php:393
1269
  msgid "Cancel"
1270
  msgstr "Avbryt"
1271
 
1272
- #: dashboard/publisher/adverts-edit.php:194
1273
- #: dashboard/publisher/adverts-edit.php:361
1274
  #: dashboard/publisher/groups-edit.php:136
1275
  #: dashboard/publisher/groups-edit.php:283
1276
  msgid "Usage"
1277
  msgstr "Användning"
1278
 
1279
- #: dashboard/publisher/adverts-edit.php:198
1280
- #: dashboard/publisher/adverts-edit.php:365
1281
  #: dashboard/publisher/groups-edit.php:140
1282
  #: dashboard/publisher/groups-edit.php:287
1283
  msgid "Widget"
1284
  msgstr ""
1285
 
1286
- #: dashboard/publisher/adverts-edit.php:199
1287
- #: dashboard/publisher/adverts-edit.php:366
1288
  msgid ""
1289
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1290
  "and enter ID"
1291
  msgstr ""
1292
 
1293
- #: dashboard/publisher/adverts-edit.php:202
1294
- #: dashboard/publisher/adverts-edit.php:369
1295
  #: dashboard/publisher/groups-edit.php:144
1296
  #: dashboard/publisher/groups-edit.php:291
1297
  msgid "In a post or page"
1298
  msgstr ""
1299
 
1300
- #: dashboard/publisher/adverts-edit.php:204
1301
- #: dashboard/publisher/adverts-edit.php:371
1302
  #: dashboard/publisher/groups-edit.php:146
1303
  #: dashboard/publisher/groups-edit.php:293
1304
  msgid "Directly in a theme"
1305
  msgstr ""
1306
 
1307
- #: dashboard/publisher/adverts-edit.php:210
1308
  msgid "Schedule your advert"
1309
  msgstr ""
1310
 
1311
- #: dashboard/publisher/adverts-edit.php:214
1312
  msgid "Start date (day/month/year)"
1313
  msgstr ""
1314
 
1315
- #: dashboard/publisher/adverts-edit.php:235
1316
  msgid "End date (day/month/year)"
1317
  msgstr ""
1318
 
1319
- #: dashboard/publisher/adverts-edit.php:258
1320
  msgid "Start time (hh:mm)"
1321
  msgstr ""
1322
 
1323
- #: dashboard/publisher/adverts-edit.php:265
1324
  msgid "End time (hh:mm)"
1325
  msgstr ""
1326
 
1327
- #: dashboard/publisher/adverts-edit.php:275
1328
  msgid "Maximum Clicks"
1329
  msgstr ""
1330
 
1331
- #: dashboard/publisher/adverts-edit.php:276
1332
  #: dashboard/publisher/adverts-edit.php:278
 
1333
  msgid "Leave empty or 0 to skip this."
1334
  msgstr "Lämna tomt eller 0 för att hoppa över detta."
1335
 
1336
- #: dashboard/publisher/adverts-edit.php:277
1337
  msgid "Maximum Impressions"
1338
  msgstr ""
1339
 
1340
- #: dashboard/publisher/adverts-edit.php:282
1341
  msgid "Important"
1342
  msgstr ""
1343
 
1344
- #: dashboard/publisher/adverts-edit.php:283
1345
  msgid ""
1346
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1347
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1348
  "14:00 hours. 6AM is 6:00 hours."
1349
  msgstr ""
1350
 
1351
- #: dashboard/publisher/adverts-edit.php:287
1352
- msgid "Create multiple schedules for each advert with AdRotate Pro."
 
 
1353
  msgstr ""
1354
 
1355
- #: dashboard/publisher/adverts-edit.php:287
1356
- #: dashboard/publisher/adverts-edit.php:315
1357
- #: dashboard/publisher/adverts-edit.php:359
1358
  #: dashboard/publisher/groups-edit.php:200
1359
  #, fuzzy
1360
  msgid "Upgrade today"
1361
  msgstr "i dag"
1362
 
1363
- #: dashboard/publisher/adverts-edit.php:294
1364
  #: dashboard/publisher/groups-edit.php:157
1365
  msgid "Advanced"
1366
  msgstr "Utökad"
1367
 
1368
- #: dashboard/publisher/adverts-edit.php:295
1369
  msgid "Everything below is optional."
1370
  msgstr "Allt nedan är frivillig."
1371
 
1372
- #: dashboard/publisher/adverts-edit.php:299
1373
  msgid "Responsive"
1374
  msgstr ""
1375
 
1376
- #: dashboard/publisher/adverts-edit.php:301
1377
  #, fuzzy
1378
  msgid "Enable responsive support for this advert."
1379
  msgstr "Aktivera klickspårning för denna annons."
1380
 
1381
- #: dashboard/publisher/adverts-edit.php:302
1382
  msgid ""
1383
  "Upload your images to the banner folder and make sure the filename is in the "
1384
  "following format; \"imagename.full.ext\". A full set of sized images is "
1385
  "strongly recommended."
1386
  msgstr ""
1387
 
1388
- #: dashboard/publisher/adverts-edit.php:308
1389
  #: dashboard/publisher/groups-edit.php:194
1390
  msgid "Sortorder"
1391
  msgstr ""
1392
 
1393
- #: dashboard/publisher/adverts-edit.php:310
1394
  #: dashboard/publisher/groups-edit.php:196
1395
  msgid "For administrative purposes set a sortorder."
1396
  msgstr "För administrativa ändamål sätt en sortorder."
1397
 
1398
- #: dashboard/publisher/adverts-edit.php:310
1399
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1400
  msgstr ""
1401
  "Lämna tomt eller 0 för att hoppa över detta. Går automatiskt till annons-ID."
1402
 
1403
- #: dashboard/publisher/adverts-edit.php:315
1404
  msgid ""
1405
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1406
  msgstr ""
1407
 
1408
- #: dashboard/publisher/adverts-edit.php:317
1409
  msgid "Geo Targeting in AdRotate Pro"
1410
  msgstr ""
1411
 
1412
- #: dashboard/publisher/adverts-edit.php:318
1413
  msgid ""
1414
  "Assign the advert to a group and enable that group to use Geo Targeting."
1415
  msgstr ""
1416
 
1417
- #: dashboard/publisher/adverts-edit.php:322
1418
  msgid "Cities/States"
1419
  msgstr ""
1420
 
1421
- #: dashboard/publisher/adverts-edit.php:325
1422
  msgid ""
1423
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1424
  "states ISO codes are supported)"
1425
  msgstr ""
1426
 
1427
- #: dashboard/publisher/adverts-edit.php:325
1428
  #, fuzzy
1429
  msgid ""
1430
  "AdRotate does not check the validity of names so make sure you spell them "
@@ -1433,55 +1436,55 @@ msgstr ""
1433
  "AdRotate kan inte kontrollera giltigheten av namn så se till att stava dem "
1434
  "rätt!"
1435
 
1436
- #: dashboard/publisher/adverts-edit.php:329
1437
  msgid "Countries"
1438
  msgstr ""
1439
 
1440
- #: dashboard/publisher/adverts-edit.php:354
1441
  #, fuzzy
1442
  msgid "Select the countries you want the adverts to show in."
1443
  msgstr "Välj de länder som du vill att annonser för att visa i."
1444
 
1445
- #: dashboard/publisher/adverts-edit.php:354
1446
  #, fuzzy
1447
  msgid "Cities take priority and will be filtered first."
1448
  msgstr "Städer prioriteras och kommer att filtreras först."
1449
 
1450
- #: dashboard/publisher/adverts-edit.php:359
1451
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1452
  msgstr ""
1453
 
1454
- #: dashboard/publisher/adverts-edit.php:383
1455
  msgid "Select Groups"
1456
  msgstr "Välj Grupper"
1457
 
1458
- #: dashboard/publisher/adverts-edit.php:388
1459
  msgid "ID - Name"
1460
  msgstr "ID - Namn"
1461
 
1462
- #: dashboard/publisher/adverts-edit.php:398
1463
  #: dashboard/publisher/groups-main.php:60
1464
  #: dashboard/settings/geotargeting.php:39
1465
  msgid "Default"
1466
  msgstr "Default"
1467
 
1468
- #: dashboard/publisher/adverts-edit.php:399
1469
  #: dashboard/publisher/groups-main.php:61
1470
  msgid "Dynamic"
1471
  msgstr "Dynamic"
1472
 
1473
- #: dashboard/publisher/adverts-edit.php:399
1474
  #: dashboard/publisher/groups-main.php:61
1475
  #, fuzzy
1476
  msgid "second rotation"
1477
  msgstr "Geo Location"
1478
 
1479
- #: dashboard/publisher/adverts-edit.php:400
1480
  #: dashboard/publisher/groups-main.php:62
1481
  msgid "Block"
1482
  msgstr "Block"
1483
 
1484
- #: dashboard/publisher/adverts-edit.php:400
1485
  #: dashboard/publisher/groups-main.php:62
1486
  #, fuzzy
1487
  msgid "grid"
@@ -1489,17 +1492,17 @@ msgstr ""
1489
  "Gör ett rutnät för dina annonser. Fylla i 2 och 2 gör ett 2x2 rutnät. "
1490
  "(Standard: 2/2)"
1491
 
1492
- #: dashboard/publisher/adverts-edit.php:401
1493
  #: dashboard/publisher/groups-edit.php:202
1494
  #: dashboard/publisher/groups-main.php:63
1495
  msgid "Post Injection"
1496
  msgstr "Post injektion"
1497
 
1498
- #: dashboard/publisher/adverts-edit.php:402
1499
  msgid "Geolocation"
1500
  msgstr "Geolocation"
1501
 
1502
- #: dashboard/publisher/adverts-edit.php:408
1503
  #: dashboard/publisher/groups-edit.php:61
1504
  #: dashboard/publisher/groups-main.php:70
1505
  msgid "Mode"
@@ -1539,7 +1542,7 @@ msgstr "För 30 dagar"
1539
  msgid "For 7 days"
1540
  msgstr "För 7 dagar"
1541
 
1542
- #: dashboard/publisher/adverts-error.php:73
1543
  #: dashboard/publisher/groups-edit.php:386
1544
  msgid "Configuration errors."
1545
  msgstr "Konfigurations fel."
@@ -1558,12 +1561,6 @@ msgstr "Exportera"
1558
  msgid "Weight"
1559
  msgstr "Vikt"
1560
 
1561
- #: dashboard/publisher/adverts-main.php:44
1562
- #: dashboard/publisher/groups-edit.php:333
1563
- #: dashboard/publisher/groups-main.php:36
1564
- msgid "Shown"
1565
- msgstr "Visa"
1566
-
1567
  #: dashboard/publisher/adverts-main.php:45
1568
  #: dashboard/publisher/adverts-main.php:47
1569
  #: dashboard/publisher/groups-main.php:37
@@ -1579,6 +1576,11 @@ msgstr "Inga annonser skapats ännu!"
1579
  msgid "Statistics for advert"
1580
  msgstr "Statistik för annons"
1581
 
 
 
 
 
 
1582
  #: dashboard/publisher/adverts-report.php:36
1583
  #: dashboard/publisher/groups-report.php:42
1584
  msgid "Impressions today"
2
  msgstr ""
3
  "Project-Id-Version: AdRotate\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-22 04:18+0200\n"
6
+ "PO-Revision-Date: 2015-09-22 04:18+0200\n"
7
  "Last-Translator: Arnan de Gans <info@ajdg.net>\n"
8
  "Language-Team: Arnan de Gans from AJdG Solutions <info@adrotateplugin.com>\n"
9
  "Language: sv_SE\n"
116
  msgid "Unexpected error"
117
  msgstr ""
118
 
119
+ #: adrotate-manage-publisher.php:710
120
  msgid "AdRotate Advertiser"
121
  msgstr ""
122
 
361
  msgid "Learn more"
362
  msgstr "Läs mer om"
363
 
364
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:221
365
+ #: dashboard/publisher/adverts-edit.php:242
366
  msgid "January"
367
  msgstr "Januari"
368
 
369
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:222
370
+ #: dashboard/publisher/adverts-edit.php:243
371
  msgid "February"
372
  msgstr "Februari"
373
 
374
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:223
375
+ #: dashboard/publisher/adverts-edit.php:244
376
  msgid "March"
377
  msgstr "Mars"
378
 
379
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:224
380
+ #: dashboard/publisher/adverts-edit.php:245
381
  msgid "April"
382
  msgstr "April"
383
 
384
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:225
385
+ #: dashboard/publisher/adverts-edit.php:246
386
  msgid "May"
387
  msgstr "Maj"
388
 
389
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:226
390
+ #: dashboard/publisher/adverts-edit.php:247
391
  msgid "June"
392
  msgstr "Juni"
393
 
394
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:227
395
+ #: dashboard/publisher/adverts-edit.php:248
396
  msgid "July"
397
  msgstr "Juli"
398
 
399
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:228
400
+ #: dashboard/publisher/adverts-edit.php:249
401
  msgid "August"
402
  msgstr "Augusti"
403
 
404
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:229
405
+ #: dashboard/publisher/adverts-edit.php:250
406
  msgid "September"
407
  msgstr "September"
408
 
409
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:230
410
+ #: dashboard/publisher/adverts-edit.php:251
411
  msgid "October"
412
  msgstr "Oktober"
413
 
414
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:231
415
+ #: dashboard/publisher/adverts-edit.php:252
416
  msgid "November"
417
  msgstr "November"
418
 
419
+ #: adrotate-statistics.php:217 dashboard/publisher/adverts-edit.php:232
420
+ #: dashboard/publisher/adverts-edit.php:253
421
  msgid "December"
422
  msgstr "December"
423
 
550
  "AdRotate Pro."
551
  msgstr "Den här funktionen är tillgänglig i AdRotate Pro"
552
 
553
+ #: adrotate.php:407 adrotate.php:494 dashboard/publisher/adverts-edit.php:189
554
  #: dashboard/publisher/adverts-main.php:114
555
  #: dashboard/publisher/groups-edit.php:75
556
  #: dashboard/publisher/groups-main.php:89
590
  msgid "End"
591
  msgstr "Avsluta tid (hh: mm):"
592
 
593
+ #: adrotate.php:426 dashboard/publisher/adverts-edit.php:391
594
  #: dashboard/publisher/groups-main.php:34
595
  msgid "Ads"
596
  msgstr "Annonser"
618
  msgid "Upgrade today!"
619
  msgstr "i dag"
620
 
621
+ #: adrotate.php:467 dashboard/publisher/adverts-error.php:72
622
  #: dashboard/publisher/groups-edit.php:387
623
  msgid "Expires soon."
624
  msgstr "Utgår inom kort."
625
 
626
+ #: adrotate.php:468 dashboard/publisher/adverts-error.php:73
627
  #: dashboard/publisher/groups-edit.php:388
628
  msgid "Has expired."
629
  msgstr "Har gått ut."
687
  "\"imagename.full.ext\". A full set of sized images is strongly recommended."
688
  msgstr ""
689
 
690
+ #: adrotate.php:501 dashboard/publisher/adverts-edit.php:305
691
  msgid ""
692
  "For smaller size images use \".320\", \".480\", \".768\" or \".1024\" in the "
693
  "filename instead of \".full\" for the various viewports."
694
  msgstr ""
695
 
696
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
697
  #: dashboard/publisher/groups-edit.php:312
698
  #: dashboard/publisher/groups-edit.php:320
699
  msgid "Example:"
700
  msgstr "Exempel:"
701
 
702
+ #: adrotate.php:502 dashboard/publisher/adverts-edit.php:306
703
  msgid ""
704
  "image.full.jpg, image.320.jpg and image.768.jpg will serve the same advert "
705
  "for different viewports."
991
  msgstr "Inaktivera annonser"
992
 
993
  #: dashboard/publisher/adverts-disabled.php:21
994
+ #: dashboard/publisher/adverts-edit.php:177
995
  msgid "Activate"
996
  msgstr "Aktivera"
997
 
1012
  "timmar. 14:00 är 14:00. 06:00 är 6:00 timmar."
1013
 
1014
  #: dashboard/publisher/adverts-disabled.php:37
1015
+ #: dashboard/publisher/adverts-edit.php:117
1016
  #: dashboard/publisher/adverts-error.php:41
1017
  #: dashboard/publisher/adverts-main.php:41
1018
  msgid "Title"
1019
  msgstr "Titel"
1020
 
1021
  #: dashboard/publisher/adverts-disabled.php:38
1022
+ #: dashboard/publisher/adverts-main.php:44
1023
+ #: dashboard/publisher/groups-edit.php:333
1024
+ #: dashboard/publisher/groups-main.php:36
1025
+ msgid "Shown"
1026
+ msgstr "Visa"
1027
 
1028
  #: dashboard/publisher/adverts-disabled.php:39
1029
  #: dashboard/publisher/adverts-main.php:46
1060
  msgid "Groups:"
1061
  msgstr "Grupper"
1062
 
1063
+ #: dashboard/publisher/adverts-edit.php:48
1064
  msgid "The AdCode cannot be empty!"
1065
  msgstr "Den AdCode kan inte vara tomt!"
1066
 
1067
+ #: dashboard/publisher/adverts-edit.php:51
1068
  msgid "You did not use %image% in your AdCode but did select a file to use!"
1069
  msgstr ""
1070
 
1071
+ #: dashboard/publisher/adverts-edit.php:54
1072
  msgid "You did use %image% in your AdCode but did not select a file to use!"
1073
  msgstr ""
1074
 
1075
+ #: dashboard/publisher/adverts-edit.php:57
1076
  msgid ""
1077
  "You did not use %image% in your AdCode. The responsive checkbox will be "
1078
  "ineffective."
1079
  msgstr ""
1080
 
1081
+ #: dashboard/publisher/adverts-edit.php:60
1082
  msgid ""
1083
  "There is a problem saving the image. Please reset your image and re-save the "
1084
  "ad!"
1085
  msgstr ""
1086
 
1087
+ #: dashboard/publisher/adverts-edit.php:63
1088
  msgid "Responsive is enabled but your banner image has the wrong name."
1089
  msgstr ""
1090
 
1091
+ #: dashboard/publisher/adverts-edit.php:66
1092
+ msgid "Tracking is enabled but no valid link/tag was found in the adcode!"
1093
  msgstr ""
1094
 
1095
+ #: dashboard/publisher/adverts-edit.php:71
1096
  msgid ""
1097
  "AdRotate cannot find an error but the ad is marked erroneous, try re-saving "
1098
  "the ad!"
1100
  "AdRotate kan inte hitta något fel, men annonsen är märkt felaktiga, försök "
1101
  "åter spara annonsen!"
1102
 
1103
+ #: dashboard/publisher/adverts-edit.php:74
1104
  msgid "This ad is expired and currently not shown on your website!"
1105
  msgstr ""
1106
  "Den här annonsen har gått ut och för tillfället inte visas på din webbplats!"
1107
 
1108
+ #: dashboard/publisher/adverts-edit.php:77
1109
  msgid "The ad will expire in less than 2 days!"
1110
  msgstr "Annonsen går ut om mindre än 2 dagar!"
1111
 
1112
+ #: dashboard/publisher/adverts-edit.php:80
1113
  msgid "This ad will expire in less than 7 days!"
1114
  msgstr "Annonsen går ut om mindre än 7 dagar!"
1115
 
1116
+ #: dashboard/publisher/adverts-edit.php:83
1117
  msgid "This ad has been disabled and does not rotate on your site!"
1118
  msgstr "Den här annonsen har inaktiverats och inte roterar på din webbplats!"
1119
 
1120
+ #: dashboard/publisher/adverts-edit.php:109
1121
  msgid "New Advert"
1122
  msgstr "Ny annons"
1123
 
1124
+ #: dashboard/publisher/adverts-edit.php:111
1125
  msgid "Edit Advert"
1126
  msgstr "Redigera annons"
1127
 
1128
+ #: dashboard/publisher/adverts-edit.php:123
1129
  msgid "AdCode"
1130
  msgstr ""
1131
 
1132
+ #: dashboard/publisher/adverts-edit.php:128
1133
  msgid "Basic Examples:"
1134
  msgstr "Grundläggande Exempel:"
1135
 
1136
+ #: dashboard/publisher/adverts-edit.php:135
1137
  msgid "Useful tags"
1138
  msgstr ""
1139
 
1140
+ #: dashboard/publisher/adverts-edit.php:137
1141
  msgid "Insert the advert ID Number."
1142
  msgstr ""
1143
 
1144
+ #: dashboard/publisher/adverts-edit.php:137
1145
  msgid "Required when selecting a image below."
1146
  msgstr ""
1147
 
1148
+ #: dashboard/publisher/adverts-edit.php:137
1149
  msgid "Insert the advert name."
1150
  msgstr ""
1151
 
1152
+ #: dashboard/publisher/adverts-edit.php:137
1153
  msgid "Insert a random seed. Useful for DFP/DoubleClick type adverts."
1154
  msgstr ""
1155
 
1156
+ #: dashboard/publisher/adverts-edit.php:137
1157
  msgid "Add inside the <a> tag to open advert in a new window."
1158
  msgstr ""
1159
 
1160
+ #: dashboard/publisher/adverts-edit.php:137
1161
  msgid "Add inside the <a> tag to tell crawlers to ignore this link"
1162
  msgstr ""
1163
 
1164
+ #: dashboard/publisher/adverts-edit.php:137
1165
  msgid ""
1166
  "Place the cursor in your AdCode where you want to add any of these tags and "
1167
  "click to add it."
1168
  msgstr ""
1169
 
1170
+ #: dashboard/publisher/adverts-edit.php:142
1171
  msgid "Preview"
1172
  msgstr "Förhandsgranska"
1173
 
1174
+ #: dashboard/publisher/adverts-edit.php:145
1175
  msgid ""
1176
  "Note: While this preview is an accurate one, it might look different then it "
1177
  "does on the website."
1179
  "OBS: Även förhandsvisningen är en riktig en, kan det se annorlunda ut då den "
1180
  "gör på webbplatsen."
1181
 
1182
+ #: dashboard/publisher/adverts-edit.php:146
1183
  msgid ""
1184
  "This is because of CSS differences. Your themes CSS file is not active here!"
1185
  msgstr ""
1186
  "Detta är på grund av CSS skillnader. Ditt teman CSS-fil är inte aktiv här!"
1187
 
1188
+ #: dashboard/publisher/adverts-edit.php:151
1189
  msgid "Banner asset"
1190
  msgstr ""
1191
 
1192
+ #: dashboard/publisher/adverts-edit.php:154
1193
  msgid "WordPress media:"
1194
  msgstr ""
1195
 
1196
+ #: dashboard/publisher/adverts-edit.php:154
1197
  msgid "Select Banner"
1198
  msgstr "Välj Banner"
1199
 
1200
+ #: dashboard/publisher/adverts-edit.php:156
1201
  msgid "- OR -"
1202
  msgstr "- ELLER -"
1203
 
1204
+ #: dashboard/publisher/adverts-edit.php:158
1205
  msgid "Banner folder:"
1206
  msgstr "Banner folder:"
1207
 
1208
+ #: dashboard/publisher/adverts-edit.php:159
1209
  msgid "No image selected"
1210
  msgstr "Ingen bild vald"
1211
 
1212
+ #: dashboard/publisher/adverts-edit.php:163
1213
  msgid "Use %image% in the adcode instead of the file path."
1214
  msgstr ""
1215
 
1216
+ #: dashboard/publisher/adverts-edit.php:163
1217
  msgid ""
1218
  "Use either the text field or the dropdown. If the textfield has content that "
1219
  "field has priority."
1221
  "Använd antingen textfältet eller listrutan. Om textfältet har innehåll som "
1222
  "området har företräde."
1223
 
1224
+ #: dashboard/publisher/adverts-edit.php:168
1225
  #: dashboard/settings/statistics.php:12
1226
  msgid "Statistics"
1227
  msgstr "Statistik"
1228
 
1229
+ #: dashboard/publisher/adverts-edit.php:170
1230
  msgid "Enable click and impression tracking for this advert."
1231
  msgstr ""
1232
 
1233
+ #: dashboard/publisher/adverts-edit.php:171
1234
  msgid ""
1235
  "Note: Clicktracking does not work for Javascript adverts such as those "
1236
  "provided by Google AdSense/DFP/DoubleClick. HTML5/Flash adverts are not "
1237
  "always supported."
1238
  msgstr ""
1239
 
1240
+ #: dashboard/publisher/adverts-edit.php:181
1241
  msgid "Yes, this ad will be used"
1242
  msgstr "Ja, kommer denna annons att användas"
1243
 
1244
+ #: dashboard/publisher/adverts-edit.php:182
1245
  msgid "No, do not show this ad anywhere"
1246
  msgstr "Nej, inte visa denna annons någonstans"
1247
 
1248
+ #: dashboard/publisher/adverts-edit.php:189
1249
  #: dashboard/publisher/adverts-main.php:114
1250
  #: dashboard/publisher/groups-edit.php:75
1251
  #: dashboard/publisher/groups-main.php:89
1253
  msgid "Get more features with AdRotate Pro."
1254
  msgstr "Få fler funktioner! Skaffa AdRotate Pro."
1255
 
1256
+ #: dashboard/publisher/adverts-edit.php:192
1257
+ #: dashboard/publisher/adverts-edit.php:292
1258
+ #: dashboard/publisher/adverts-edit.php:380
1259
+ #: dashboard/publisher/adverts-edit.php:421
1260
  msgid "Save Advert"
1261
  msgstr "Spara annons"
1262
 
1263
+ #: dashboard/publisher/adverts-edit.php:193
1264
+ #: dashboard/publisher/adverts-edit.php:293
1265
+ #: dashboard/publisher/adverts-edit.php:381
1266
+ #: dashboard/publisher/adverts-edit.php:422
1267
  #: dashboard/publisher/groups-edit.php:154
1268
  #: dashboard/publisher/groups-edit.php:301
1269
  #: dashboard/publisher/groups-edit.php:393
1270
  msgid "Cancel"
1271
  msgstr "Avbryt"
1272
 
1273
+ #: dashboard/publisher/adverts-edit.php:196
1274
+ #: dashboard/publisher/adverts-edit.php:363
1275
  #: dashboard/publisher/groups-edit.php:136
1276
  #: dashboard/publisher/groups-edit.php:283
1277
  msgid "Usage"
1278
  msgstr "Användning"
1279
 
1280
+ #: dashboard/publisher/adverts-edit.php:200
1281
+ #: dashboard/publisher/adverts-edit.php:367
1282
  #: dashboard/publisher/groups-edit.php:140
1283
  #: dashboard/publisher/groups-edit.php:287
1284
  msgid "Widget"
1285
  msgstr ""
1286
 
1287
+ #: dashboard/publisher/adverts-edit.php:201
1288
+ #: dashboard/publisher/adverts-edit.php:368
1289
  msgid ""
1290
  "Drag the AdRotate widget to the sidebar you want it in, select \"Single Ad\" "
1291
  "and enter ID"
1292
  msgstr ""
1293
 
1294
+ #: dashboard/publisher/adverts-edit.php:204
1295
+ #: dashboard/publisher/adverts-edit.php:371
1296
  #: dashboard/publisher/groups-edit.php:144
1297
  #: dashboard/publisher/groups-edit.php:291
1298
  msgid "In a post or page"
1299
  msgstr ""
1300
 
1301
+ #: dashboard/publisher/adverts-edit.php:206
1302
+ #: dashboard/publisher/adverts-edit.php:373
1303
  #: dashboard/publisher/groups-edit.php:146
1304
  #: dashboard/publisher/groups-edit.php:293
1305
  msgid "Directly in a theme"
1306
  msgstr ""
1307
 
1308
+ #: dashboard/publisher/adverts-edit.php:212
1309
  msgid "Schedule your advert"
1310
  msgstr ""
1311
 
1312
+ #: dashboard/publisher/adverts-edit.php:216
1313
  msgid "Start date (day/month/year)"
1314
  msgstr ""
1315
 
1316
+ #: dashboard/publisher/adverts-edit.php:237
1317
  msgid "End date (day/month/year)"
1318
  msgstr ""
1319
 
1320
+ #: dashboard/publisher/adverts-edit.php:260
1321
  msgid "Start time (hh:mm)"
1322
  msgstr ""
1323
 
1324
+ #: dashboard/publisher/adverts-edit.php:267
1325
  msgid "End time (hh:mm)"
1326
  msgstr ""
1327
 
1328
+ #: dashboard/publisher/adverts-edit.php:277
1329
  msgid "Maximum Clicks"
1330
  msgstr ""
1331
 
 
1332
  #: dashboard/publisher/adverts-edit.php:278
1333
+ #: dashboard/publisher/adverts-edit.php:280
1334
  msgid "Leave empty or 0 to skip this."
1335
  msgstr "Lämna tomt eller 0 för att hoppa över detta."
1336
 
1337
+ #: dashboard/publisher/adverts-edit.php:279
1338
  msgid "Maximum Impressions"
1339
  msgstr ""
1340
 
1341
+ #: dashboard/publisher/adverts-edit.php:284
1342
  msgid "Important"
1343
  msgstr ""
1344
 
1345
+ #: dashboard/publisher/adverts-edit.php:285
1346
  msgid ""
1347
  "Note: Time uses a 24 hour clock. When you are used to the AM/PM system keep "
1348
  "this in mind: If the start or end time is after lunch, add 12 hours. 2PM is "
1349
  "14:00 hours. 6AM is 6:00 hours."
1350
  msgstr ""
1351
 
1352
+ #: dashboard/publisher/adverts-edit.php:289
1353
+ msgid ""
1354
+ "Create multiple and more advanced schedules for each advert with AdRotate "
1355
+ "Pro."
1356
  msgstr ""
1357
 
1358
+ #: dashboard/publisher/adverts-edit.php:289
1359
+ #: dashboard/publisher/adverts-edit.php:317
1360
+ #: dashboard/publisher/adverts-edit.php:361
1361
  #: dashboard/publisher/groups-edit.php:200
1362
  #, fuzzy
1363
  msgid "Upgrade today"
1364
  msgstr "i dag"
1365
 
1366
+ #: dashboard/publisher/adverts-edit.php:296
1367
  #: dashboard/publisher/groups-edit.php:157
1368
  msgid "Advanced"
1369
  msgstr "Utökad"
1370
 
1371
+ #: dashboard/publisher/adverts-edit.php:297
1372
  msgid "Everything below is optional."
1373
  msgstr "Allt nedan är frivillig."
1374
 
1375
+ #: dashboard/publisher/adverts-edit.php:301
1376
  msgid "Responsive"
1377
  msgstr ""
1378
 
1379
+ #: dashboard/publisher/adverts-edit.php:303
1380
  #, fuzzy
1381
  msgid "Enable responsive support for this advert."
1382
  msgstr "Aktivera klickspårning för denna annons."
1383
 
1384
+ #: dashboard/publisher/adverts-edit.php:304
1385
  msgid ""
1386
  "Upload your images to the banner folder and make sure the filename is in the "
1387
  "following format; \"imagename.full.ext\". A full set of sized images is "
1388
  "strongly recommended."
1389
  msgstr ""
1390
 
1391
+ #: dashboard/publisher/adverts-edit.php:310
1392
  #: dashboard/publisher/groups-edit.php:194
1393
  msgid "Sortorder"
1394
  msgstr ""
1395
 
1396
+ #: dashboard/publisher/adverts-edit.php:312
1397
  #: dashboard/publisher/groups-edit.php:196
1398
  msgid "For administrative purposes set a sortorder."
1399
  msgstr "För administrativa ändamål sätt en sortorder."
1400
 
1401
+ #: dashboard/publisher/adverts-edit.php:312
1402
  msgid "Leave empty or 0 to skip this. Will default to ad id."
1403
  msgstr ""
1404
  "Lämna tomt eller 0 för att hoppa över detta. Går automatiskt till annons-ID."
1405
 
1406
+ #: dashboard/publisher/adverts-edit.php:317
1407
  msgid ""
1408
  "With AdRotate Pro you can set a weight to give adverts more or less exposure."
1409
  msgstr ""
1410
 
1411
+ #: dashboard/publisher/adverts-edit.php:319
1412
  msgid "Geo Targeting in AdRotate Pro"
1413
  msgstr ""
1414
 
1415
+ #: dashboard/publisher/adverts-edit.php:320
1416
  msgid ""
1417
  "Assign the advert to a group and enable that group to use Geo Targeting."
1418
  msgstr ""
1419
 
1420
+ #: dashboard/publisher/adverts-edit.php:324
1421
  msgid "Cities/States"
1422
  msgstr ""
1423
 
1424
+ #: dashboard/publisher/adverts-edit.php:327
1425
  msgid ""
1426
  "A comma separated list of cities (or the Metro ID) and/or states (Also the "
1427
  "states ISO codes are supported)"
1428
  msgstr ""
1429
 
1430
+ #: dashboard/publisher/adverts-edit.php:327
1431
  #, fuzzy
1432
  msgid ""
1433
  "AdRotate does not check the validity of names so make sure you spell them "
1436
  "AdRotate kan inte kontrollera giltigheten av namn så se till att stava dem "
1437
  "rätt!"
1438
 
1439
+ #: dashboard/publisher/adverts-edit.php:331
1440
  msgid "Countries"
1441
  msgstr ""
1442
 
1443
+ #: dashboard/publisher/adverts-edit.php:356
1444
  #, fuzzy
1445
  msgid "Select the countries you want the adverts to show in."
1446
  msgstr "Välj de länder som du vill att annonser för att visa i."
1447
 
1448
+ #: dashboard/publisher/adverts-edit.php:356
1449
  #, fuzzy
1450
  msgid "Cities take priority and will be filtered first."
1451
  msgstr "Städer prioriteras och kommer att filtreras först."
1452
 
1453
+ #: dashboard/publisher/adverts-edit.php:361
1454
  msgid "Target your audience with Geo Targeting in AdRotate Pro"
1455
  msgstr ""
1456
 
1457
+ #: dashboard/publisher/adverts-edit.php:385
1458
  msgid "Select Groups"
1459
  msgstr "Välj Grupper"
1460
 
1461
+ #: dashboard/publisher/adverts-edit.php:390
1462
  msgid "ID - Name"
1463
  msgstr "ID - Namn"
1464
 
1465
+ #: dashboard/publisher/adverts-edit.php:400
1466
  #: dashboard/publisher/groups-main.php:60
1467
  #: dashboard/settings/geotargeting.php:39
1468
  msgid "Default"
1469
  msgstr "Default"
1470
 
1471
+ #: dashboard/publisher/adverts-edit.php:401
1472
  #: dashboard/publisher/groups-main.php:61
1473
  msgid "Dynamic"
1474
  msgstr "Dynamic"
1475
 
1476
+ #: dashboard/publisher/adverts-edit.php:401
1477
  #: dashboard/publisher/groups-main.php:61
1478
  #, fuzzy
1479
  msgid "second rotation"
1480
  msgstr "Geo Location"
1481
 
1482
+ #: dashboard/publisher/adverts-edit.php:402
1483
  #: dashboard/publisher/groups-main.php:62
1484
  msgid "Block"
1485
  msgstr "Block"
1486
 
1487
+ #: dashboard/publisher/adverts-edit.php:402
1488
  #: dashboard/publisher/groups-main.php:62
1489
  #, fuzzy
1490
  msgid "grid"
1492
  "Gör ett rutnät för dina annonser. Fylla i 2 och 2 gör ett 2x2 rutnät. "
1493
  "(Standard: 2/2)"
1494
 
1495
+ #: dashboard/publisher/adverts-edit.php:403
1496
  #: dashboard/publisher/groups-edit.php:202
1497
  #: dashboard/publisher/groups-main.php:63
1498
  msgid "Post Injection"
1499
  msgstr "Post injektion"
1500
 
1501
+ #: dashboard/publisher/adverts-edit.php:404
1502
  msgid "Geolocation"
1503
  msgstr "Geolocation"
1504
 
1505
+ #: dashboard/publisher/adverts-edit.php:410
1506
  #: dashboard/publisher/groups-edit.php:61
1507
  #: dashboard/publisher/groups-main.php:70
1508
  msgid "Mode"
1542
  msgid "For 7 days"
1543
  msgstr "För 7 dagar"
1544
 
1545
+ #: dashboard/publisher/adverts-error.php:71
1546
  #: dashboard/publisher/groups-edit.php:386
1547
  msgid "Configuration errors."
1548
  msgstr "Konfigurations fel."
1561
  msgid "Weight"
1562
  msgstr "Vikt"
1563
 
 
 
 
 
 
 
1564
  #: dashboard/publisher/adverts-main.php:45
1565
  #: dashboard/publisher/adverts-main.php:47
1566
  #: dashboard/publisher/groups-main.php:37
1576
  msgid "Statistics for advert"
1577
  msgstr "Statistik för annons"
1578
 
1579
+ #: dashboard/publisher/adverts-report.php:34
1580
+ #: dashboard/publisher/groups-report.php:40
1581
+ msgid "Impressions"
1582
+ msgstr "Intryck"
1583
+
1584
  #: dashboard/publisher/adverts-report.php:36
1585
  #: dashboard/publisher/groups-report.php:42
1586
  msgid "Impressions today"
readme.txt CHANGED
@@ -2,30 +2,28 @@
2
  Contributors: adegans
3
  Donate link: http://meandmymac.net/donate/?pk_campaign=adrotatefree-readme
4
  Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
5
- Requires at least: 3.8, PHP5.3
6
- Tested up to: 4.3
7
- Stable tag: 3.13
 
8
 
9
- Used on over a hundred thousand websites and by even more people! With over a million downloads AdRotate is the popular choice for monetizing your website with adverts while keeping things simple. Make money with advertising while you do other things. Make making money easy!
10
 
11
  == Description ==
12
 
13
- Thinking of making some money with your website? Try AdRotate. With AdRotate you can easily place advertising banners pretty much anywhere on your site while managing almost everything from your dashboard. No fussing with your themes code if you don't want to.
14
- Create your own adverts with basic HTML/Javascript code or use adverts from your favorite Ad Server such as DFP, AdSense, Chitika or other similar services.
15
- Manage your advertising campaigns with ease, right from your dashboard. Check up on performance and make use of the myriad of features AdRotate has to offer.
16
- AdRotate supports unlimited groups for banners allowing you to tie banners to different areas of the website.
17
 
18
- AdRotate looks and feels similar to the dashboard you already know, so you're already familiar with AdRotate before you've even started.
19
- The thought out menu structure and features make advert management very easy and straightforward.
20
 
21
- AdRotate is also available as a premium plugin for a very low price. Offering extra and more extensive features and faster support!
22
- Check out the benefits of AdRotate Pro! [Get AdRotate Pro today](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
23
 
24
- **Important links**
25
 
26
- * [Details](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Lots of Additional plugin information
27
- * [Manuals & Support](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Setup instructions and support
28
- * [AdRotate Store](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Buy AdRotate Pro or hire me to install or troubleshoot AdRotate
29
 
30
  **Some Features**
31
 
@@ -33,51 +31,52 @@ Check out the benefits of AdRotate Pro! [Get AdRotate Pro today](https://ajdg.so
33
  * Automated Javascript cycles of ads with Dynamic Groups
34
  * Have your advertisers add/edit/manage their own ads
35
  * Geo Targeting for adverts
36
- * Mobile adverts
37
- * Detect ad blockers in browser and nag visitors about it
38
  * Works with Google AdSense, DFP and most other referrer/ad servers
39
  * Get push notifications right on your iOS or Android device about adverts and important events
40
  * Get email notifications when your ads need you
41
- * Perfectly suited for any size of advertisement, including 125x125, 468x60, 729x90, 160x600 and much more
42
  * Easy to use stats so you can follow how each advert is performing
43
  * Responsive adverts
44
  * Daily, monthly and yearly stats
45
- * Couple ads to users so that user can follow his personalized stats
46
  * Advertisers can easily contact you from their dashboard
47
  * Track how many times a banner is clicked and show it's Cick-Through-Ratio
48
  * Put random, or selected, banners in pages or posts
49
  * Preview banners on edit
50
- * Advanced time schedules and restrictions
51
  * Free use of AdRotate Geo, AJdG Solutions' exclusive Geo Targeting service
52
- * CSV Exports of statistics
53
  * Multiple groups per banner location
54
  * Unlimited widgets
55
- * Show multiple ads at once in a grid with Ad Blocks
56
- * Automagically disable ads after certain requirements you set are reached
57
- * Warns you on the dashboard when ads are about to expire or need attention
58
  * Use shortcodes, widgets or PHP to put ads on your site
59
 
60
- NOTE: Certain features are exclusive to AdRotate PRO. Learn more about what AdRotate Pro will do for you in the [features list](https://ajdg.solutions/products/adrotate-for-wordpress/features/?pk_campaign=adrotatefree-readme).
61
 
62
  **AdRotate Switch**
63
 
64
- Looking to switch from another plugin? Check out [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
65
 
66
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
67
 
68
  == Installation ==
69
 
70
- Find out how AdRotate works, more options and various ways to implement your ads.
 
71
 
72
  **AdRotate Switch**
73
 
74
- Looking to switch from another plugin? Check out [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
75
 
76
- **Important links**
77
 
78
- * [Manual Installation](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/?pk_campaign=adrotatefree-readme)
79
- * [Manuals & Support](https://https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme)
80
- * [AdRotate Store](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)
81
 
82
  == Frequently Asked Questions ==
83
 
@@ -85,65 +84,46 @@ Looking to switch from another plugin? Check out [AdRotate Switch](https://wordp
85
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
86
 
87
  = How do I use AdRotate =
88
- There are [manuals](https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-readme) with every feature explained.
89
- If that's not enough you can post on the [forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) and ask your question there!
90
 
91
  == Changelog ==
92
 
93
- = 3.13 FREE =
94
- * [change] Use ABSPATH for files instead of own function
95
- * [change] Dashboard optimizations and improvements
96
- * [fix] Table layout for adverts, groups and schedules
97
- * [fix] Select box layout for Post Injection
98
- * [fix] Tracking error when using HTML5/JS/Flash ads
99
- * [fix] Rare error when using bulk actions
100
  * [i18n] New and changed translation strings
101
 
102
- = 3.16.1 PRO =
103
- * [new] Duplicate adverts with bulk actions
104
- * [change] Use ABSPATH for files instead of own function
105
-
106
- = 3.16 PRO =
107
- * [new] Select if Mobile adverts show on phones and/or tablets
108
- * [new] Adblock disguise
109
- * [new] Switch to enable shortcodes in text widgets
110
- * [new] Current and last months clicks for adverts and groups
111
- * [new] Current and last months impressions for adverts and groups
112
- * [change] Use get_home_path() for files instead of own function
113
- * [change] Better rendering of live preview
114
- * [change] CSV exports of adverts no longer supported
115
- * [change] Dashboard optimizations and improvements
116
- * [fix] Rendering for live preview for advertisers
117
- * [fix] Don't allow special characters in the banner folder name
118
- * [fix] Belgium not listed for Geo Targeting
119
- * [fix] Table layout for adverts, groups and schedules
120
- * [fix] Select box layout for Post Injection and Geo Targeting
121
- * [fix] Tracking error when using HTML5/JS/Flash ads
122
- * [fix] Geo Cookie life not saving properly
123
  * [i18n] New and changed translation strings
124
 
125
- The full changelog can be found on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
126
- Get more AdRotate! [Get AdRotate Pro today](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
127
 
128
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
129
 
130
  == Upgrade Notice ==
131
 
132
- = 3.13 FREE =
133
- * [change] Use ABSPATH for files instead of own function
134
- * [change] Dashboard optimizations and improvements
135
- * [fix] Table layout for adverts, groups and schedules
136
- * [fix] Select box layout for Post Injection
137
- * [fix] Tracking error when using HTML5/JS/Flash ads
138
- * [fix] Rare error when using bulk actions
139
  * [i18n] New and changed translation strings
140
 
141
- The full changelog can be found on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
142
- Get more AdRotate! [Get AdRotate Pro today](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
143
-
144
- NOTE: Certain features are exclusive to AdRotate PRO. If you need these features please consider upgrading to [AdRotate PRO](https://ajdg.solutions/products/adrotate-for-wordpress/features/?pk_campaign=adrotatefree-readme).
145
 
146
  == Screenshots ==
147
 
148
- * Visit [the site](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) for screenshots.
149
- * [Manuals & Support](https://https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme)
 
 
 
 
 
2
  Contributors: adegans
3
  Donate link: http://meandmymac.net/donate/?pk_campaign=adrotatefree-readme
4
  Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
5
+ Requires at least: 3.8
6
+ Tested up to: 4.3.1
7
+ Stable tag: 3.13.1
8
+ License: GPLv3
9
 
10
+ The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
11
 
12
  == Description ==
13
 
14
+ Thinking of making some money with your website? Try AdRotate. With AdRotate you can easily place advertising banners pretty much anywhere on your site while managing almost everything from the easy to use dashboard. No fussing with your themes code if you don't want to.
15
+ Create your own adverts with basic HTML/Javascript code or use adverts from your favorite Ad Server such as DFP, AdSense, Chitika, Doubleclick, JuiceAds and many similar services.
 
 
16
 
17
+ Manage your advertising campaigns with ease, right in your dashboard. Check up on how many impressions adverts have. Monitor ad groups and see which are most effective. Make the most of advertising with the many features AdRotate has to offer. AdRotate looks and feels similar to the WordPress dashboard you already know, so you're already familiar with AdRotate before you've even started. Familiarize yourself with the many useful features and you'll be up and running very quickly.
 
18
 
19
+ AdRotate is also available as a premium plugin. Get even more features and access to AdRotate Geo and email support!
20
+ Geo Targeting, Avoid adblockers, Mobile adverts, Media management and much more! Check out the extras of [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
21
 
22
+ **Useful links**
23
 
24
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/) - Every popular feature explained
25
+ * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
26
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro
27
 
28
  **Some Features**
29
 
31
  * Automated Javascript cycles of ads with Dynamic Groups
32
  * Have your advertisers add/edit/manage their own ads
33
  * Geo Targeting for adverts
34
+ * Mobile adverts (differentiate tablets from phones)
35
+ * Disguise adverts from ad blockers so they're not removed
36
  * Works with Google AdSense, DFP and most other referrer/ad servers
37
  * Get push notifications right on your iOS or Android device about adverts and important events
38
  * Get email notifications when your ads need you
39
+ * Any size advertisement, including 125x125, 468x60, 729x90, 160x600
40
  * Easy to use stats so you can follow how each advert is performing
41
  * Responsive adverts
42
  * Daily, monthly and yearly stats
43
+ * Couple adverts to users for personalized stats
44
  * Advertisers can easily contact you from their dashboard
45
  * Track how many times a banner is clicked and show it's Cick-Through-Ratio
46
  * Put random, or selected, banners in pages or posts
47
  * Preview banners on edit
48
+ * Advanced time schedules and restrictions you control
49
  * Free use of AdRotate Geo, AJdG Solutions' exclusive Geo Targeting service
50
+ * Exports of statistics
51
  * Multiple groups per banner location
52
  * Unlimited widgets
53
+ * Show multiple ads at once in a grid, column or row
54
+ * Automagically disable ads after they expire
55
+ * Dashboard notifications when ads are about to expire or need attention
56
  * Use shortcodes, widgets or PHP to put ads on your site
57
 
58
+ NOTE: Certain features are exclusive to AdRotate PRO. Learn more about [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/features/?pk_campaign=adrotatefree-readme).
59
 
60
  **AdRotate Switch**
61
 
62
+ Looking to switch from another plugin to AdRotate or AdRotate Pro? Check out [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
63
 
64
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
65
 
66
  == Installation ==
67
 
68
+ Installing the plugin is as easy as clicking "Install Now" from your dashboards plugin page.
69
+ For more detailed instructions check out the [installation guide](https://ajdg.solutions/manuals/adrotate-manuals/installing-adrotate-on-your-website/).
70
 
71
  **AdRotate Switch**
72
 
73
+ Looking to switch from another plugin to AdRotate or AdRotate Pro? Check out [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
74
 
75
+ **Useful links**
76
 
77
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/) - Every popular feature explained
78
+ * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
79
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro
80
 
81
  == Frequently Asked Questions ==
82
 
84
  Maybe. Take a look at [AdRotate Switch](https://wordpress.org/plugins/adrotate-switch/) and see if your current advertising plugin is compatible for migrating your data!
85
 
86
  = How do I use AdRotate =
87
+ There are [user guides](https://ajdg.solutions/manuals/adrotate-manuals/?pk_campaign=adrotatefree-readme) with every popular feature explained.
88
+ You can also post your questions on the [forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme)!
89
 
90
  == Changelog ==
91
 
92
+ Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
93
+
94
+ = 3.13.1 FREE =
95
+ * [change] Compatibility update for AdRotate Pro 3.17
96
+ * [change] Compatibility update for AdRotate Switch 1.3
97
+ * [change] Small tweaks to the dashboard
 
98
  * [i18n] New and changed translation strings
99
 
100
+ = 3.17 PRO =
101
+ * [new] Advanced schedule controls
102
+ * [fix] Mobile Detect conflict if it's loaded elsewhere
103
+ * [fix] Geo cookie lifespan not saving correctly
104
+ * [change] Compatibility update for AdRotate Switch 1.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  * [i18n] New and changed translation strings
106
 
107
+ All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
 
108
 
109
  NOTE: Unsolicited offers, parnterships, job offers, promotional emails or product offers to "enhance" my business or products through this site or any means are not appreciated and will most likely be ignored.
110
 
111
  == Upgrade Notice ==
112
 
113
+ = 3.13.1 =
114
+ * [change] Compatibility update for AdRotate Pro 3.17
115
+ * [change] Compatibility update for AdRotate Switch 1.3
116
+ * [change] Small tweaks to the dashboard
 
 
 
117
  * [i18n] New and changed translation strings
118
 
119
+ All recent changes are available on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/development/?pk_campaign=adrotatefree-readme).
 
 
 
120
 
121
  == Screenshots ==
122
 
123
+ Take a look at the many screenshots on the [AdRotate website](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme).
124
+
125
+ **Other links**
126
+
127
+ * [Usage guides](https://ajdg.solutions/manuals/adrotate-manuals/) - Every popular feature explained
128
+ * [Support Forum](https://ajdg.solutions/forums/?pk_campaign=adrotatefree-readme) - Ask your questions here
129
+ * [Plugin page](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme) - Features, possibilities and AdRotate Pro