Changeset 38383

Show
Ignore:
Timestamp:
04/05/08 00:18:51 (3 months ago)
Author:
henrikmelin
Message:

Made html default editor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ad-minister/trunk/ad-minister-create.php

    r38374 r38383  
    119119      <table  class="widefat"> 
    120120            <tr class="title"> 
    121                   <td class="cleft"
     121                  <td
    122122                        <label class="create" for="title"><?php _e('Title', 'ad-minister'); ?>: </label> 
    123123                  </td> 
     
    137137                  </td> 
    138138            </tr> 
    139  
     139            <input type="hidden" id="user-id" value=""> 
    140140            <tr class="alternate"> 
    141141                  <td> 
  • ad-minister/trunk/ad-minister-functions.php

    r38374 r38383  
    3232            <li><a <?php if ($tab == 'help') echo 'class="tabs-current"'; ?> href="<?php echo $url; ?>&amp;tab=help"><?php _e('Help'); ?>!</a></li> 
    3333      </ul> 
    34       <div class="tabs-bottom"></div> 
    3534      <div style="padding: 10px;"> 
    3635 
  • ad-minister/trunk/ad-minister-positions.php

    r38374 r38383  
    212212      <h3>Widget Positions</h3> 
    213213       
    214       <p><?php _e('Below are the Ad-minister widgets available to be <a href="widgets.php">placed your blog</a> (the positions below are prepended with \'Ad: \' on as to identify them).', 'ad-minister'); ?></p> 
     214      <p><?php _e('Below are the Ad-minister widgets available to be <a href="widgets.php">placed your blog</a> (On the widget page the positions below starts with \'Ad: \' on as to identify them).', 'ad-minister'); ?></p> 
    215215 
    216216      <div id="positions"> 
  • ad-minister/trunk/ad-minister-settings.php

    r38374 r38383  
    7878            <input type="checkbox" id="administer_dashbaord_show" name="administer_dashboard_show" <?php if (get_option('administer_dashboard_show') == 'true') echo ' checked="checked" '; ?> /> <label for="administer_dashbaord_show"><?php _e('Alert on the Dashboard of upcoming content expiration or activation.', 'ad-minister'); ?></label><br /> 
    7979            <?php _e('Number of days to check for upcoming events', 'ad-minister'); ?>: <input type="text" name="administer_dashboard_period" value="<?php echo get_option('administer_dashboard_period'); ?>" style="width: 40px;" /><br /> 
    80             <?php _e('Percentage of clicks left to warn for', 'ad-minister'); ?>: <input type="text" name="administer_dashboard_percentage" value="<?php echo get_option('administer_dashboard_percentage'); ?>" style="width: 40px;" /> 
     80            <?php _e('Minimum percentage of clicks/impressions left before alerting', 'ad-minister'); ?>: <input type="text" name="administer_dashboard_percentage" value="<?php echo get_option('administer_dashboard_percentage'); ?>" style="width: 40px;" /> 
    8181      </td> 
    8282 </tr> 
  • ad-minister/trunk/ad-minister.css

    r38374 r38383  
    11/* @override http://dbc.dagensskiva.com/wp-content/plugins/ad-minister/ad-minister.css */ 
    22 
    3 h3 { 
    4       font-size: 16px; 
    5 /* 
    6       text-transform: uppercase; 
    7 */ 
     3a.sort { 
     4      color: #d7d7d7; 
    85} 
    9  
    10  
    11 h3.subsection { 
    12       font-size: 16px; 
    13 } 
    14  
    156 
    167/** 
    178***    ADD CONTENT 
    189**/ 
    19 td.cleft { 
    20       width: 150px; 
    21 } 
    2210 
    2311input.create { 
    24       width: 99%; 
    25 
    26 tr.param { 
    27       background: #ccffcc; 
     12      width: 97%; 
    2813} 
    2914tr.title { 
    3015      background: #eeeeee; 
    3116} 
    32  
    33 input.title { 
    34       font-size: 18px; 
    35 } 
    36 table.create { 
    37       width: 100%; 
    38       border-spacing: 0px; 
    39 } 
    40  
    4117label.create { 
    4218       font-weight: bold; 
    43 } 
    44  
    45  
    46  
    47 #ad_title_edit_ { 
    48       width: 99%; 
    49       height: 22px; 
    50       font-size: 18px; 
    51 } 
    52 div.ad_field2 { 
    53       margin-left: 110px; 
    54       padding-right: 3px; 
    55 } 
    56 strong.title2 { 
    57       display: block; 
    58       padding-top: 3px; 
    59       float: left; 
    60       width: 60px; 
    61 } 
    62 div.title2 { 
    63       background: #77ff77;  
    64       padding: 10px;  
    65       margin: 0px;  
    66       font-size: 22px; 
    67 } 
    68 div#create { 
    69       background: #ccffcc;  
    70       padding: 10px; 
    71 } 
    72 strong.add_option { 
    73       display: block;  
    74       float: left;  
    75       width: 110px; 
    76       padding-top: 3px; 
    77 } 
    78 input.add_option { 
    79       width: 100px; 
    80 } 
    81 div.add_buttons { 
    82       padding-top: 10px;  
    83       margin-left: 110px; 
    84 } 
    85 div#preview { 
    86       background: #eeeeee;  
    87       padding:10px; 
    8819} 
    8920 
     
    9223***    POSITIONS 
    9324**/ 
    94 .templatePositions { 
    95       width: 100%;  
    96       text-align: left; 
    97       border-spacing: 0px; 
    98 } 
    99  
    100 .templatePositions thead tr { 
    101       background: #eeeeee; 
    102 /*    #4ED521 */ 
    103       font-size: 14px; 
    104 } 
    105  
    10625.positionKey { 
    107 /*    width: 150px; */ 
    10826      width: 25%; 
    10927} 
    110  
    11128.templatePositions thead th {  
    11229      padding: 10px; 
    11330} 
    114  
    11531.templateFunctions { 
    116 /*    width: 200px; */ 
    117       width: 25%; 
    118        
     32      width: 25%;  
    11933} 
    120  
    12134.templatePositionsDescription { 
    122 /*    width: 200px; */ 
    12335      width: 25%; 
    12436} 
    125  
    12637.templatePositionsActions { 
    127 /*    width: 200px; */ 
    12838      width: 25%; 
    129 } 
    130  
    131 td 
    132 { 
    133       padding: 10px; 
    134 } 
    135  
    136 div.notifier { 
    137       height: 15px;  
    138       width: 15px;  
    139 } 
    140 img.notifier { 
    141       display: block; 
    142       height: 15px;  
    143       width: 15px;  
    144 } 
    145 div.notifier_content { 
    146       margin: 0px; 
    147       float: right; 
    148       height: 15px;  
    149       width: 15px;  
    150  
    151 } 
    152 img.notifier_content { 
    153 /*    float: right; */ 
    154       display: block; 
    155       height: 15px;  
    156       width: 15px;  
    157 } 
    158  
    159  
    160  
    161 input.position { 
    162       width: 100%; 
    163 } 
    164 tr.even { 
    165       background: #ccffcc; 
    166 } 
    167 tr.odd { 
    168       background: #aaffaa; 
    169 } 
    170 tr.new { 
    171       background: #dddddd; 
    172 } 
    173  
    174 div.even { 
    175       background: #eeeeee; 
    176 } 
    177 div.odd { 
    178       background: #dddddd; 
    17939} 
    18040 
    18141 
    18242/** 
    183 ***    CONTENT 
    184 *** 
     43***   The tabs at the top. 
    18544**/ 
    186  
    187 div.ad_view { 
    188       padding: 10px; 
    189 } 
    190  
    191 div.ad_edit { 
    192       padding: 10px; 
    193 } 
    194  
    195 div.position_view { 
    196       background: #66cc66; 
    197       padding: 11px; 
    198 } 
    199 div.position_edit { 
    200       background: #66cc66;  
    201       padding: 4px;  
    202       padding-left: 10px; 
    203 } 
    204 strong.title { 
    205       width: 200px;  
    206       display: block;  
    207       float:left; 
    208 } 
    209  
    210  
    211 div.code_edit { 
    212       padding: 20px; 
    213 } 
    214  
    215 div.ad_position_holder_title { 
    216       padding: 10px; 
    217       background: #ff8833;  
    218       margin: 0px; 
    219 } 
    220  
    221 div.ad_position_holder { 
    222       padding: 10px; 
    223       background: #ffbb44;  
    224       margin: 0px; 
    225 } 
    226 strong.ad_position_key { 
    227       float: left;  
    228       padding-right: 10px;  
    229       width: 200px;  
    230       font-size: 18px;  
    231       display: block; 
    232 } 
    233  
    234 span.ad_position_count { 
    235       color: #ffffff; 
    236 } 
    237  
    238 div.ad_position_toggle { 
    239       float: right;  
    240       text-align: right; 
    241 } 
    242  
    243 strong.ad_position_desc { 
    244       display: block;  
    245       margin: 0 100px 0 210px;  
    246       font-size: 18px; 
    247 } 
    248  
    249 div.ad_holder { 
    250       padding-left: 30px; 
    251  
    252 } 
    253  
    254  
    255  
    256 label.ad_field { 
    257       display: block;  
    258       padding-right: 5px;  
    259       width: 150px;  
    260       float: left; 
    261       font-weight: bold; 
    262  
    263 } 
    264  
    265 div.ad_field { 
    266       margin-left: 150px; 
    267 } 
    268  
    269 input.ad_field { 
    270       width: 80%; 
    271  
    272 } 
    273 input.ad_field_small { 
    274       width: 100px; 
    275  
    276 } 
    277  
    278 select { 
    279       /* width: 108px; */ 
    280 } 
    281  
    282 dt { 
    283       font-weight: bold; 
    284 } 
    285  
    286 a.sort { 
    287       color: #d7d7d7; 
    288 } 
    289  
    290 .wrap h2 
    291 { 
    292       margin-left: 0; 
    293 } 
    294  
    29545.tabs 
    29646{ 
     
    33383} 
    33484 
    335 /* 
    336 .tabs-bottom { 
    337       height: 20px; 
    338       margin-top: 0px; 
    339       margin-bottom: 20px; 
    340       padding: 0px; 
    341       background: #f4f4f4; 
    342 } 
    343 */ 
    344  
    34585div th a { 
    34686/*    font-size: 12px; */ 
  • ad-minister/trunk/ad-minister.php

    r38374 r38383  
    8080      } 
    8181} 
     82function administer_default_edtor_to_html ($type) { 
     83      global $page_hook; 
     84      if (strpos($page_hook, 'ad-minister')) 
     85            $type = 'html'; 
     86      return $type; 
     87} 
     88 
     89add_filter('wp_default_editor', 'administer_default_edtor_to_html'); 
    8290 
    8391function administer_queue_scripts () { 
  • ad-minister/trunk/ad-minister.po

    r38374 r38383  
    44"Report-Msgid-Bugs-To: \n" 
    55"POT-Creation-Date: 2008-01-19 22:39-0800\n" 
    6 "PO-Revision-Date: 2008-04-03 14:41-0800\n" 
     6"PO-Revision-Date: 2008-04-04 17:17-0800\n" 
    77"Last-Translator: \n" 
    88"Language-Team: dagensskiva <henrik@dagensskiva.com>\n" 
     
    1717"X-Poedit-SearchPath-0: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister\n" 
    1818 
    19 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-content.php:3 
    20 msgid "Click on the headers to alphabetically sort the columns. Yo!
     19#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-content.php:2 
     20msgid "Here the content in Ad-minister is listed. Green rows indicate that the content is visible, and red that it is not. Click on the headers to sort the table according to the values of that column. To reverse the order click the arrow. To edit content click on the title.
    2121msgstr "" 
    2222 
     
    7171 
    7272#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:122 
    73 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:104 
    7473msgid "Title" 
    7574msgstr "" 
     
    9089 
    9190#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:152 
    92 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:915 
     91#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:687 
    9392#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-positions.php:155 
    9493msgid "Position" 
     
    9695 
    9796#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:161 
    98 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:118 
    99 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:924 
     97#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:696 
    10098msgid "Impressions" 
    10199msgstr "" 
    102100 
    103101#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:171 
    104 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:121 
    105 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:927 
     102#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:699 
    106103msgid "Clicks" 
    107104msgstr "" 
     
    112109 
    113110#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:181 
    114 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:115 
    115111msgid "Weight" 
    116112msgstr "" 
     
    126122 
    127123#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:200 
    128 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:125 
    129124msgid "Use wrapper?" 
    130125msgstr "" 
    131126 
     127#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:211 
     128msgid "Save & preview" 
     129msgstr "" 
     130 
    132131#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:212 
    133 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:229 
    134 msgid "Preview" 
    135 msgstr "" 
    136  
    137 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-create.php:213 
    138 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:101 
    139 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:180 
    140132msgid "Save" 
    141133msgstr "" 
     
    169161msgstr "" 
    170162 
    171 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:112 
    172 msgid "Position key
    173 msgstr "" 
    174  
    175 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:164 
     163#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:61 
     164msgid "Edit
     165msgstr "" 
     166 
     167#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:62 
    176168msgid "Remove" 
    177169msgstr "" 
    178170 
    179 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:185 
    180 msgid "Edit" 
    181 msgstr "" 
    182  
    183 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:227 
    184 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:228 
     171#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:105 
     172#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:106 
    185173msgid "orphan" 
    186174msgstr "" 
    187175 
    188 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:439 
    189 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:446 
     176#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:207 
     177#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:214 
    190178msgid "has" 
    191179msgstr "" 
    192180 
    193 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:452 
     181#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:207 
     182#, php-format 
     183msgid "% of impressions left" 
     184msgstr "" 
     185 
     186#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:214 
     187#, php-format 
     188msgid "% of clicks left" 
     189msgstr "" 
     190 
     191#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:220 
    194192msgid "expires in" 
    195193msgstr "" 
    196194 
    197 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:456 
     195#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:224 
    198196msgid "starts in" 
    199197msgstr "" 
    200198 
    201 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:462 
     199#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:224 
     200#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:621 
     201#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:622 
     202msgid "days" 
     203msgstr "" 
     204 
     205#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:230 
    202206msgid "Go to" 
    203207msgstr "" 
    204208 
    205 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:796 
     209#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:562 
    206210msgid "Sort up" 
    207211msgstr "" 
    208212 
    209 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:796 
     213#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:562 
    210214msgid "Sort down" 
    211215msgstr "" 
    212216 
    213 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:849 
     217#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:621 
    214218msgid "Starts in" 
    215219msgstr "" 
    216220 
    217 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:849 
    218 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:850 
    219 msgid "days" 
    220 msgstr "" 
    221  
    222 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:850 
     221#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:622 
    223222msgid "Ends in" 
    224223msgstr "" 
    225224 
    226 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:879 
     225#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:651 
    227226#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-positions.php:143 
    228227msgid "Yes" 
    229228msgstr "" 
    230229 
    231 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:879 
     230#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:651 
    232231#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-positions.php:142 
    233232msgid "No" 
    234233msgstr "" 
    235234 
    236 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:909 
     235#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:666 
     236msgid "No data available" 
     237msgstr "" 
     238 
     239#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:681 
    237240msgid "ID" 
    238241msgstr "" 
    239242 
    240 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:912 
     243#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:684 
    241244msgid "Content title" 
    242245msgstr "" 
    243246 
    244 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:918 
     247#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:690 
    245248msgid "Visible" 
    246249msgstr "" 
    247250 
    248 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:921 
     251#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-functions.php:693 
    249252msgid "Time left" 
    250253msgstr "" 
     
    370373 
    371374#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-positions.php:214 
    372 msgid "Below are the Ad-minister widgets available to be <a href=\"widgets.php\">placed your blog</a> (the positions below are prepended with 'Ad: ' on as to identify them)." 
     375msgid "Below are the Ad-minister widgets available to be <a href=\"widgets.php\">placed your blog</a> (On the widget page the positions below starts with 'Ad: ' on as to identify them)." 
    373376msgstr "" 
    374377 
     
    377380msgstr "" 
    378381 
     382#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-positions.php:234 
     383msgid "There are currently no widget positions" 
     384msgstr "" 
     385 
    379386#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-settings.php:9 
    380387msgid "Options saved." 
     
    434441 
    435442#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister-settings.php:80 
    436 msgid "Percentage of clicks left to warn for
     443msgid "Minimum percentage of clicks/impressions left before alerting
    437444msgstr "" 
    438445 
     
    481488msgstr "" 
    482489 
    483 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister.php:111 
    484 #: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister.php:112 
     490#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister.php:123 
     491#: /Users/henrik/Sites/wordpress25/wp-content/plugins/ad-minister/ad-minister.php:124 
    485492msgid "Manage" 
    486493msgstr ""