Changeset 45246

Show
Ignore:
Timestamp:
05/11/08 15:57:36 (2 months ago)
Author:
Aaron Harun
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ajaxd-wordpress/trunk/aWP.php

    r44985 r45246  
    55      Description: A plugin that incorporates the best AJAX Wordpress features and wrap them in a single framework--including such features as inline posts and comments, the ability to paginate posts, submit comments, thread comments, edit comments and posts inline.  <strong> The Admin panel is under presentation tab.</strong> Need Help? <a href="http://anthologyoi.com/awp/">Visit the Official AWP support thread</a> or try reading <a href="http://anthologyoi.com/awp/ajaxd-wordpress-readme">the full documentation</a>. 
    66      Author: Aaron Harun 
    7       Version: 1.20 
     7      Version: 1.20.1 
    88      Author URI: http://anthologyoi.com/ 
    99 
     
    1212*/ 
    1313 
    14       $aWP[version] = '1200'; 
     14      $aWP[version] = '1201'; 
    1515 
    1616      if($_GET['awp'] == 'test') 
  • ajaxd-wordpress/trunk/control/aWP-admin.php

    r44986 r45246  
    756756            <desc><![CDATA[<?php _e('AJAXed WordPress News','awp'); ?>]]></desc> 
    757757                  <item type="checkbox" open="1" value="1"  name="no_news"> 
    758                         <d><?php _e('Disable all news announcements?.','awp'); ?></d> 
     758                        <d><?php _e('Disable all news announcements?','awp'); ?></d> 
    759759                  </item> 
    760760                  <item type="checkbox" open="1" value="1"  name="news_no_donation"> 
  • ajaxd-wordpress/trunk/control/aWP-upgrade.php

    r43300 r45246  
    6262                  $messages[] = __('News from the AWP twitter stream is now automatically updated here.','awp'); 
    6363            } 
     64            if($last < 1201){ 
     65                  if($awpall['lightbox'] == 'Enabled'){ 
     66                        unset($awpall['lightbox']); 
     67                        $options['comp_'.$awpall[lightbox_type]] = 1; 
     68                        unset($awpall[lightbox_type]); 
     69                        $awp_mods = get_option('awp_mods'); 
     70                        $awp_mods[] = 'compatabilities.php'; 
     71                        sort($awp_mods); 
     72                        update_option('awp_mods', $awp_mods); 
     73                        $messages[] = __('Threaded comments module has been activated.','awp'); 
     74                  } 
     75            } 
    6476 
    6577            //$messages[] = __('','awp'); 
  • ajaxd-wordpress/trunk/js/core.css

    r44813 r45246  
    7878} 
    7979.bigthrobber{ 
     80      right:30%; 
    8081      position:absolute; 
    8182      z-index:100; 
  • ajaxd-wordpress/trunk/modules/ajaxnav/ajaxnav.php

    r44986 r45246  
    238238            $response = str_replace('http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] ,get_settings('siteurl'),$match[0]); 
    239239 
    240             if(!$response) 
    241                   echo __('AJAX Page could not be loaded.','awp'); 
     240            $actions = AWP_nav::find_JS($response); 
     241 
     242            if(!$response){ 
     243                  echo __('AJAX Page could not be loaded.','awp'); exit;} 
    242244 
    243245            if($awpall[ajax_nav_all] != '') 
     
    247249      } 
    248250 
    249  
     251      function find_JS($response){ 
     252      global $id, $aWP,$awpall; 
     253            $actions = array(); 
     254            preg_match_all('!\<script[^>]*\>([\S\s]*?)\<\/script\>!ims',$response,$matches, PREG_SET_ORDER); 
     255 
     256            if(count($matches) > 0){ 
     257                  foreach($matches as $match){ 
     258                        $match = str_replace(array('<!--','-->','/*','*/','<![CDATA[',']]>'),'',$match[1]); 
     259                        $actions[] = "setTimeout(\"try{".trim($match)."}catch(e){}\",1000);"; 
     260                  } 
     261            } 
     262 
     263      return $actions; 
     264      } 
    250265 
    251266      function set_defaults(){ 
     
    430445 
    431446            <submenu> 
    432                   <desc><?php _e('The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load thjat type of pages inline.','awp');?></desc> 
     447                  <desc><?php _e('The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load that type of pages inline.','awp');?></desc> 
    433448                  <item name="ajax_nav_single_loop" open="1" type="checkbox" d="<?php _e('Do NOT automatically add awp_loop div on Single post/page pages.','awp');?>"> 
    434449                  </item> 
  • ajaxd-wordpress/trunk/translations/aWP-it_IT.po

    r44808 r45246  
    33"Project-Id-Version: aWP 1.10\n" 
    44"Report-Msgid-Bugs-To: \n" 
    5 "POT-Creation-Date: 2008-05-07 23:26-0500\n" 
    6 "PO-Revision-Date: 2008-05-07 23:26-0500\n" 
     5"POT-Creation-Date: 2008-05-11 11:53-0500\n" 
     6"PO-Revision-Date: 2008-05-11 11:54-0500\n" 
    77"Last-Translator: Aaron Huran <admin@anthologyoi.com>\n" 
    88"Language-Team: gidibao.net <gidibao@gmail.com>\n" 
     
    2222 
    2323#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP.php:443 
    24 #, fuzzy 
    2524msgid "AJAXed WordPress" 
    26 msgstr "AJAXed WordPress reCAPTCHA
     25msgstr "
    2726 
    2827#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP.php:466 
     
    820819 
    821820#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:756 
    822 #, fuzzy 
    823821msgid "AJAXed WordPress News" 
    824 msgstr "AJAXed WordPress reCAPTCHA
     822msgstr "
    825823 
    826824#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:758 
    827 msgid "Disable all news announcements?.
     825msgid "Disable all news announcements?
    828826msgstr "" 
    829827 
     
    849847 
    850848#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:40 
     849#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:73 
    851850msgid "Threaded comments module has been activated." 
    852851msgstr "Il modulo delle repliche ai commenti é stato attivato." 
     
    11221121msgstr "Nascondi il testo (per gli articoli incorporati): %s" 
    11231122 
    1124 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:78 
    1125 msgid "Lightbox Options." 
    1126 msgstr "Opzioni Lightbox." 
    1127  
    1128 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:79 
    1129 msgid "Lightbox Support" 
    1130 msgstr "Supporto Lightbox" 
    1131  
    1132 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:80 
    1133 msgid "This module just forces Lightbox to update its image lists when new posts or comments are loaded inline." 
    1134 msgstr "Questo modulo forza la Lightbox ad aggiornare la lista delle proprie immagini quando un nuovo articolo o commento é caricato inline." 
    1135  
    1136 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:84 
    1137 msgid "Which \"Lightbox\" script do you use." 
    1138 msgstr "Quale script \"Lightbox\" utilizzi?" 
    1139  
    11401123#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/shift_pages.php:39 
    11411124msgid "Move pages so the first page (the normal excerpt) is empty? " 
     
    13081291msgstr "Incluse le risposte ai commenti di replica." 
    13091292 
     1293#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/compatabilities.php:81 
     1294msgid "Add compatibility with the following Scripts and Plugins." 
     1295msgstr "" 
     1296 
    13101297#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:118 
    13111298msgid "Show Posts Comments" 
     
    13981385 
    13991386#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:327 
    1400 #, fuzzy 
    14011387msgid "To make a file not based on an &amp;lt;ol> list compatible, you must add &amp;lt;!--awp_comments--> directly before the tag that starts your comment list and directly after the tag that ends it. There must be no characters or blank space between the two." 
    1402 msgstr "con la creazione di un file non basato su di una lista &amp;lt;ol>, in questo caso dovrai aggiungere manualmente &amp;lt;!--AWP_inlinecomments--> subito prima della tag che avvia la lista dei tuoi commenti e dopo la tag che li chiude. Assicurati che non ci siano dei caratteri o spazi vuoti tra le due." 
     1388msgstr "con la creazione di un file non basato su di una lista &amp;lt;ol>, in questo caso dovrai aggiungere manualmente &amp;lt;!--awp_comments--> subito prima della tag che avvia la lista dei tuoi commenti e dopo la tag che li chiude. Assicurati che non ci siano dei caratteri o spazi vuoti tra le due." 
    14031389 
    14041390#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:331 
     
    15261512msgstr "Trackbacks e Pingbacks" 
    15271513 
    1528 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:241 
     1514#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:243 
    15291515msgid "AJAX Page could not be loaded." 
    15301516msgstr "" 
    15311517 
    1532 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:381 
     1518#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:396 
    15331519msgid "Ajax Navigation" 
    15341520msgstr "Navigazione Ajax" 
    15351521 
    1536 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:382 
     1522#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
    15371523msgid "Ajax Navigation Options" 
    15381524msgstr "Opzioni di navigazione Ajax" 
    15391525 
    1540 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:384 
     1526#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    15411527msgid "Use AJAX navigation with specific parts of your blog." 
    15421528msgstr "" 
    15431529 
    1544 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:385 
     1530#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:400 
    15451531msgid "Modify wp_list_pages to load pages inline?" 
    15461532msgstr "Desideri modificare wp_list_pages affinché le pagine siano caricate inline?" 
    15471533 
    1548 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:386 
     1534#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:401 
    15491535#, fuzzy 
    15501536msgid "Modify wp_list_categories to load archives inline?" 
    15511537msgstr "Desideri modificare wp_list_pages affinché le pagine siano caricate inline?" 
    15521538 
    1553 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:387 
     1539#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:402 
    15541540msgid "Load single page navigation inline?" 
    15551541msgstr "Voui caricare la singola pagina per la navigazione inline?" 
    15561542 
    1557 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:388 
     1543#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    15581544msgid "Load index page navigation inline?" 
    15591545msgstr "Vuoi caricare la pagina index per la navigazione inline?" 
    15601546 
    1561 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:389 
     1547#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:404 
    15621548#, fuzzy 
    15631549msgid "Attempt to AJAXify your theme's search form?" 
    15641550msgstr "Prova a modificare il template predefinito dei commenti del tuo tema." 
    15651551 
    1566 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:392 
     1552#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
    15671553msgid "AJAX everything" 
    15681554msgstr "" 
    15691555 
    1570 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:393 
     1556#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
    15711557msgid "Do not automatically attempt to load blog pages inline." 
    15721558msgstr "" 
    15731559 
    1574 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:394 
     1560#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:409 
    15751561#, fuzzy 
    15761562msgid "Attempt to load ALL blog pages inline?" 
    15771563msgstr "Desideri modificare wp_list_pages affinché le pagine siano caricate inline?" 
    15781564 
    1579 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
     1565#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
    15801566msgid "Advanced options for Single Post Navigation" 
    15811567msgstr "" 
    15821568 
    1583 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    15841569#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:414 
     1570#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:429 
    15851571msgid "Show links above posts." 
    15861572msgstr "" 
    15871573 
    1588 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    15891574#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:418 
     1575#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
    15901576msgid "Show navigation links below posts." 
    15911577msgstr "" 
    15921578 
    1593 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
    1594 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:426 
     1579#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
     1580#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:441 
    15951581msgid "Do not show navigation links automatically." 
    15961582msgstr "" 
    15971583 
    1598 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
     1584#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:423 
     1585#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:442 
     1586msgid "You will have to edit your theme manually." 
     1587msgstr "" 
     1588 
    15991589#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:427 
    1600 msgid "You will have to edit your theme manually." 
    1601 msgstr "" 
    1602  
    1603 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
    16041590msgid "Advanced options for Home Page Navigation" 
    16051591msgstr "" 
    16061592 
    1607 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
     1593#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:437 
    16081594msgid "Show navigation links both above and below posts." 
    16091595msgstr "" 
    16101596 
    1611 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:432 
    1612 msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load thjat type of pages inline." 
    1613 msgstr "" 
    1614  
    1615 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
     1597#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:447 
     1598msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load that type of pages inline." 
     1599msgstr "" 
     1600 
     1601#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:448 
    16161602msgid "Do NOT automatically add awp_loop div on Single post/page pages." 
    16171603msgstr "" 
    16181604 
    1619 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:436 
     1605#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:451 
    16201606msgid "Do NOT automatically add awp_loop div on Home and Archive pages." 
    16211607msgstr "" 
    16221608 
    1623 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:438 
     1609#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:453 
    16241610msgid "Do NOT automatically add awp_loop div on ANY page." 
    16251611msgstr "" 
    16261612 
    1627 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:463 
     1613#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:478 
    16281614#, fuzzy 
    16291615msgid "Navigation" 
     
    19101896msgstr "Vuoi convetire in automatico gli smilies in immagine? (potrebbe essere di intoppo per gli scrittori particolarmente veloci)" 
    19111897 
     1898#~ msgid "Lightbox Options." 
     1899#~ msgstr "Opzioni Lightbox." 
     1900#~ msgid "Lightbox Support" 
     1901#~ msgstr "Supporto Lightbox" 
     1902#~ msgid "" 
     1903#~ "This module just forces Lightbox to update its image lists when new posts " 
     1904#~ "or comments are loaded inline." 
     1905#~ msgstr "" 
     1906#~ "Questo modulo forza la Lightbox ad aggiornare la lista delle proprie " 
     1907#~ "immagini quando un nuovo articolo o commento é caricato inline." 
     1908#~ msgid "Which \"Lightbox\" script do you use." 
     1909#~ msgstr "Quale script \"Lightbox\" utilizzi?" 
    19121910#~ msgid "AWP Managment" 
    19131911#~ msgstr "Gestione AWP" 
  • ajaxd-wordpress/trunk/translations/aWP-ja.po

    r44808 r45246  
    99"Project-Id-Version: AJAXed Wordpress 1.19.2 ja\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2008-05-07 23:25-0500\n" 
    12 "PO-Revision-Date: 2008-05-07 23:26-0500\n" 
     11"POT-Creation-Date: 2008-05-11 11:53-0500\n" 
     12"PO-Revision-Date: 2008-05-11 11:54-0500\n" 
    1313"Last-Translator: Aaron Huran <admin@anthologyoi.com>\n" 
    1414"Language-Team: Japanese\n" 
     
    2323 
    2424#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP.php:443 
    25 #, fuzzy 
    2625msgid "AJAXed WordPress" 
    27 msgstr "AJAXed WordPress reCAPTCHA
     26msgstr "AJAXed WordPress
    2827 
    2928#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP.php:466 
     
    8887 
    8988#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP.php:493 
    90 #, fuzzy, php-format 
     89#, php-format 
    9190msgid "% comments" 
    92 msgstr "%件のコメント
     91msgstr "WP AJAX コメント編集オプション
    9392 
    9493#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/aWP-response.php:30 
     
    137136 
    138137#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-ajax.php:275 
    139 #, fuzzy 
    140138msgid "Advanced AJAX Options" 
    141 msgstr "AJAXオプション" 
     139msgstr "拡張AJAXオプション" 
    142140 
    143141#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-ajax.php:275 
    144 #, fuzzy 
    145142msgid "Use the following at your own risk." 
    146 msgstr "ページ又は抜粋を作成するための方法として以下を使用します。" 
     143msgstr "自己責任で以下を使用します。" 
    147144 
    148145#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-ajax.php:277 
    149146msgid "Use the JS library selected above, but DO NOT load it." 
    150 msgstr "
     147msgstr "上で選択したJSライブラリを使用しますが、読み込みません。
    151148 
    152149#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-ajax.php:284 
     
    821818 
    822819#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:756 
     820msgid "AJAXed WordPress News" 
     821msgstr "AJAXed WordPress ニュース" 
     822 
     823#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:758 
    823824#, fuzzy 
    824 msgid "AJAXed WordPress News" 
    825 msgstr "AJAXed WordPress reCAPTCHA" 
    826  
    827 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:758 
    828 msgid "Disable all news announcements?." 
    829 msgstr "" 
     825msgid "Disable all news announcements?" 
     826msgstr "全てのニュースを無効にしますか?" 
    830827 
    831828#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:761 
    832829msgid "Disable news announcments of donations?" 
    833 msgstr "
     830msgstr "寄付のニュースを無効にしますか?
    834831 
    835832#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:766 
     
    850847 
    851848#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:40 
     849#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:73 
    852850msgid "Threaded comments module has been activated." 
    853851msgstr "スレッド化コメントモジュールは有効になりました。" 
     
    863861#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:52 
    864862msgid "Version 1.19.2 fixes bugs with AJAX Nav and Inline Posts module." 
    865 msgstr "
     863msgstr "バージョン1.19.2はAJAXナビゲーションとインライン投稿モジュールでのバグを修正します。
    866864 
    867865#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:53 
    868866msgid "Admin panel tabs that show empty panels are now hidden after load." 
    869 msgstr "
     867msgstr "空のパネルを表示する管理パネルタブは読み込み後すぐに隠されます。
    870868 
    871869#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:57 
    872870msgid "Preview comment module now works with Rich Text Editor." 
    873 msgstr "
     871msgstr "プレビューコメントモジュールはリッチテキストエディタですぐに動作します。
    874872 
    875873#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:62 
    876874msgid "News from the AWP twitter stream is now automatically updated here." 
    877 msgstr "
     875msgstr "AWPtwitterストリームからのニュースはすぐにここで自動的に更新されます。
    878876 
    879877#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-edit-comments.php:44 
     
    11231121msgstr "非表示にするテキスト(埋め込み投稿用): %s" 
    11241122 
    1125 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:78 
    1126 msgid "Lightbox Options." 
    1127 msgstr "Lightboxオプション" 
    1128  
    1129 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:79 
    1130 msgid "Lightbox Support" 
    1131 msgstr "Lightboxサポート" 
    1132  
    1133 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:80 
    1134 msgid "This module just forces Lightbox to update its image lists when new posts or comments are loaded inline." 
    1135 msgstr "このモジュールによって新しい投稿かコメントがインラインで読み込まれた時にLightboxは画像一覧を更新します。" 
    1136  
    1137 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:84 
    1138 msgid "Which \"Lightbox\" script do you use." 
    1139 msgstr "何処で「Lightbox」スクリプトを使用したいですか?" 
    1140  
    11411123#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/shift_pages.php:39 
    11421124msgid "Move pages so the first page (the normal excerpt) is empty? " 
     
    13091291msgstr "子コメントへの返信も含まれます。" 
    13101292 
     1293#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/compatabilities.php:81 
     1294#, fuzzy 
     1295msgid "Add compatibility with the following Scripts and Plugins." 
     1296msgstr "全てのニュースを無効にしますか?" 
     1297 
    13111298#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:118 
    13121299msgid "Show Posts Comments" 
     
    13381325 
    13391326#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:290 
    1340 #, fuzzy 
    13411327msgid "The following texts are for comments. You can use the tags %title, %author, %date, %count, %trackbacks, %time, and %total to show their respective data in the following textboxes." 
    13421328msgstr "以下のテキストはコメント用です。以下のテキストボックスにそれらのそれぞれのデータを表示するためにタグ「%title %author %date %count %time 」を使用することが出来ます。" 
     
    13991385 
    14001386#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:327 
    1401 #, fuzzy 
    14021387msgid "To make a file not based on an &amp;lt;ol> list compatible, you must add &amp;lt;!--awp_comments--> directly before the tag that starts your comment list and directly after the tag that ends it. There must be no characters or blank space between the two." 
    14031388msgstr "&amp;lt;ol>リストの互換性にに基づかないファイルを作成するために直接コメントリストを始めるタグの前とそれを終わらせるタグの後ろに&amp;lt;!--AWP_inlinecomments-->を追加しなければなりません。2つの間には、どんな文字列も空白も必要ありません。" 
     
    15271512msgstr "トラックバックとピンバック" 
    15281513 
    1529 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:241 
     1514#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:243 
    15301515msgid "AJAX Page could not be loaded." 
    1531 msgstr "
    1532  
    1533 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:381 
     1516msgstr "AJAXページを読み込めませんでした。
     1517 
     1518#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:396 
    15341519msgid "Ajax Navigation" 
    15351520msgstr "Ajaxナビゲーション" 
    15361521 
    1537 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:382 
     1522#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
    15381523msgid "Ajax Navigation Options" 
    15391524msgstr "Ajaxナビゲーションのオプション" 
    15401525 
    1541 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:384 
     1526#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    15421527msgid "Use AJAX navigation with specific parts of your blog." 
    1543 msgstr "
    1544  
    1545 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:385 
     1528msgstr "ブログの特定のパーツでAJAXナビゲーションを使用します。
     1529 
     1530#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:400 
    15461531msgid "Modify wp_list_pages to load pages inline?" 
    15471532msgstr "インラインページを読み込むためにwp_list_pagesを修正しますか?" 
    15481533 
    1549 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:386 
    1550 #, fuzzy 
     1534#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:401 
    15511535msgid "Modify wp_list_categories to load archives inline?" 
    1552 msgstr "インラインページを読み込むためにwp_list_pagesを修正しますか?" 
    1553  
    1554 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:387 
     1536msgstr "インラインアーカイブを読み込むためにwp_list_categoriesを修正しますか?" 
     1537 
     1538#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:402 
    15551539msgid "Load single page navigation inline?" 
    15561540msgstr "単一ページのナビゲーションをインラインで読み込みますか?" 
    15571541 
    1558 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:388 
     1542#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    15591543msgid "Load index page navigation inline?" 
    15601544msgstr "インデックスページのナビゲーションをインラインで読み込みますか?" 
    15611545 
    1562 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:389 
     1546#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:404 
     1547msgid "Attempt to AJAXify your theme's search form?" 
     1548msgstr "テーマの検索フォームのAJAX化を試みますか?" 
     1549 
     1550#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
     1551msgid "AJAX everything" 
     1552msgstr "全てAJAX" 
     1553 
     1554#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
     1555msgid "Do not automatically attempt to load blog pages inline." 
     1556msgstr "ブログページのインライン読込を自動的に試みません。" 
     1557 
     1558#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:409 
     1559msgid "Attempt to load ALL blog pages inline?" 
     1560msgstr "全てのブログページのインライン読込を試みますか?" 
     1561 
     1562#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
     1563msgid "Advanced options for Single Post Navigation" 
     1564msgstr "単一投稿ナビゲーションの拡張オプション" 
     1565 
     1566#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:414 
     1567#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:429 
     1568msgid "Show links above posts." 
     1569msgstr "投稿の上にリンクを表示します。" 
     1570 
     1571#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:418 
     1572#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
     1573msgid "Show navigation links below posts." 
     1574msgstr "投稿の下にナビゲーションリンクを表示します。" 
     1575 
     1576#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
     1577#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:441 
     1578msgid "Do not show navigation links automatically." 
     1579msgstr "自動的にナビゲーションリンクを表示しません。" 
     1580 
     1581#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:423 
     1582#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:442 
     1583msgid "You will have to edit your theme manually." 
     1584msgstr "テーマを手動で編集する必要があります。" 
     1585 
     1586#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:427 
     1587msgid "Advanced options for Home Page Navigation" 
     1588msgstr "ホームページナビゲーションの拡張オプション" 
     1589 
     1590#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:437 
     1591msgid "Show navigation links both above and below posts." 
     1592msgstr "投稿の上下にナビゲーションリンクを表示します。" 
     1593 
     1594#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:447 
    15631595#, fuzzy 
    1564 msgid "Attempt to AJAXify your theme's search form?" 
    1565 msgstr "デフォルトテーマのコメントテンプレートの修正を試みます。" 
    1566  
    1567 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:392 
    1568 msgid "AJAX everything" 
    1569 msgstr "" 
    1570  
    1571 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:393 
    1572 msgid "Do not automatically attempt to load blog pages inline." 
    1573 msgstr "" 
    1574  
    1575 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:394 
    1576 #, fuzzy 
    1577 msgid "Attempt to load ALL blog pages inline?" 
    1578 msgstr "インラインページを読み込むためにwp_list_pagesを修正しますか?" 
    1579  
    1580 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
    1581 msgid "Advanced options for Single Post Navigation" 
    1582 msgstr "" 
    1583  
    1584 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    1585 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:414 
    1586 msgid "Show links above posts." 
    1587 msgstr "" 
    1588  
    1589 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    1590 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:418 
    1591 msgid "Show navigation links below posts." 
    1592 msgstr "" 
    1593  
    1594 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
    1595 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:426 
    1596 msgid "Do not show navigation links automatically." 
    1597 msgstr "" 
    1598  
    1599 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
    1600 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:427 
    1601 msgid "You will have to edit your theme manually." 
    1602 msgstr "" 
    1603  
    1604 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
    1605 msgid "Advanced options for Home Page Navigation" 
    1606 msgstr "" 
    1607  
    1608 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
    1609 msgid "Show navigation links both above and below posts." 
    1610 msgstr "" 
    1611  
    1612 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:432 
    1613 msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load thjat type of pages inline." 
    1614 msgstr "" 
    1615  
    1616 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
     1596msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load that type of pages inline." 
     1597msgstr "以下のオプションは要求されたawp_loop divの自動追加をコントロールします。以下のオプションのどれを選択してもインラインページのタイプを読み込むために手動でテーマを編集する必要があります。" 
     1598 
     1599#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:448 
    16171600msgid "Do NOT automatically add awp_loop div on Single post/page pages." 
    1618 msgstr "
    1619  
    1620 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:436 
     1601msgstr "単一投稿/ページ上で自動的にawp_loop divを追加しません。
     1602 
     1603#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:451 
    16211604msgid "Do NOT automatically add awp_loop div on Home and Archive pages." 
    1622 msgstr "
    1623  
    1624 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:438 
     1605msgstr "ホーム及びアーカイブページ上で自動的にawp_loop divを追加しません。
     1606 
     1607#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:453 
    16251608msgid "Do NOT automatically add awp_loop div on ANY page." 
    1626 msgstr "" 
    1627  
    1628 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:463 
    1629 #, fuzzy 
     1609msgstr "全てのページ上で自動的にawp_loop divを追加しません。" 
     1610 
     1611#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:478 
    16301612msgid "Navigation" 
    1631 msgstr "Ajaxナビゲーション" 
     1613msgstr "ナビゲーション" 
    16321614 
    16331615#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/richtext/awp-richeditor.php:77 
     
    19111893msgstr "自動的に画像をスマイリーに変換しますか?(タイピングが早い人には若干ラグがあるかもしれません)" 
    19121894 
    1913 #~ msgid "AWP Managment" 
    1914 #~ msgstr "AWP管理" 
    1915 #~ msgid "AJAX functionality has been disabled for this post." 
    1916 #~ msgstr "AJAX機能はこの投稿では無効です。" 
    1917 #~ msgid "You have new Messages." 
    1918 #~ msgstr "新しいメッセージがあります。" 
     1895#~ msgid "Lightbox Options." 
     1896#~ msgstr "Lightboxオプション" 
     1897#~ msgid "Lightbox Support" 
     1898#~ msgstr "Lightboxサポート" 
    19191899#~ msgid "" 
    1920 #~ "To make a file not based on a not based on an &amp;lt;ol> list " 
    1921 #~ "compatible, you must add &amp;lt;!--awp_comments--> directly before the " 
    1922 #~ "tag that starts your comment list and directly after the tag that ends " 
    1923 #~ "it. There must be no characters or blank space between the two." 
     1900#~ "This module just forces Lightbox to update its image lists when new posts " 
     1901#~ "or comments are loaded inline." 
    19241902#~ msgstr "" 
    1925 #~ "&amp;lt;ol>リストの互換性にに基づかないファイルを作成するために直接コメン
    1926 #~ "トリストを始めるタグの前とそれを終わらせるタグの後ろに&amp;lt;!--
    1927 #~ "AWP_inlinecomments-->を追加しなければなりません。2つの間には、どんな文字列
    1928 #~ "も空白も必要ありません。
    1929  
     1903#~ "このモジュールによって新しい投稿かコメントがインラインで読み込まれた時に
     1904#~ "Lightboxは画像一覧を更新します。
     1905#~ msgid "Which \"Lightbox\" script do you use.
     1906#~ msgstr "何処で「Lightbox」スクリプトを使用したいですか?
     1907 
  • ajaxd-wordpress/trunk/translations/aWP.pot

    r44808 r45246  
    33"Project-Id-Version: aWP 1.10\n" 
    44"Report-Msgid-Bugs-To: \n" 
    5 "POT-Creation-Date: 2008-05-07 23:25-0500\n" 
    6 "PO-Revision-Date: 2008-05-07 23:25-0500\n" 
     5"POT-Creation-Date: 2008-05-11 11:53-0500\n" 
     6"PO-Revision-Date: 2008-05-11 11:53-0500\n" 
    77"Last-Translator: Aaron Huran <admin@anthologyoi.com>\n" 
    88"Language-Team: \n" 
     
    818818 
    819819#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-admin.php:758 
    820 msgid "Disable all news announcements?.
     820msgid "Disable all news announcements?
    821821msgstr "" 
    822822 
     
    842842 
    843843#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:40 
     844#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/control/aWP-upgrade.php:73 
    844845msgid "Threaded comments module has been activated." 
    845846msgstr "" 
     
    11151116msgstr "" 
    11161117 
    1117 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:78 
    1118 msgid "Lightbox Options." 
    1119 msgstr "" 
    1120  
    1121 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:79 
    1122 msgid "Lightbox Support" 
    1123 msgstr "" 
    1124  
    1125 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:80 
    1126 msgid "This module just forces Lightbox to update its image lists when new posts or comments are loaded inline." 
    1127 msgstr "" 
    1128  
    1129 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/awp-lightbox.php:84 
    1130 msgid "Which \"Lightbox\" script do you use." 
    1131 msgstr "" 
    1132  
    11331118#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/shift_pages.php:39 
    11341119msgid "Move pages so the first page (the normal excerpt) is empty? " 
     
    13011286msgstr "" 
    13021287 
     1288#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/compatabilities.php:81 
     1289msgid "Add compatibility with the following Scripts and Plugins." 
     1290msgstr "" 
     1291 
    13031292#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/inlinecomments/inlinecomments.php:118 
    13041293msgid "Show Posts Comments" 
     
    15171506msgstr "" 
    15181507 
    1519 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:241 
     1508#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:243 
    15201509msgid "AJAX Page could not be loaded." 
    15211510msgstr "" 
    15221511 
    1523 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:381 
     1512#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:396 
    15241513msgid "Ajax Navigation" 
    15251514msgstr "" 
    15261515 
    1527 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:382 
     1516#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
    15281517msgid "Ajax Navigation Options" 
    15291518msgstr "" 
    15301519 
    1531 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:384 
     1520#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    15321521msgid "Use AJAX navigation with specific parts of your blog." 
    15331522msgstr "" 
    15341523 
    1535 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:385 
     1524#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:400 
    15361525msgid "Modify wp_list_pages to load pages inline?" 
    15371526msgstr "" 
    15381527 
    1539 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:386 
     1528#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:401 
    15401529msgid "Modify wp_list_categories to load archives inline?" 
    15411530msgstr "" 
    15421531 
    1543 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:387 
     1532#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:402 
    15441533msgid "Load single page navigation inline?" 
    15451534msgstr "" 
    15461535 
    1547 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:388 
     1536#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    15481537msgid "Load index page navigation inline?" 
    15491538msgstr "" 
    15501539 
    1551 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:389 
     1540#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:404 
    15521541msgid "Attempt to AJAXify your theme's search form?" 
    15531542msgstr "" 
    15541543 
    1555 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:392 
     1544#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
    15561545msgid "AJAX everything" 
    15571546msgstr "" 
    15581547 
    1559 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:393 
     1548#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
    15601549msgid "Do not automatically attempt to load blog pages inline." 
    15611550msgstr "" 
    15621551 
    1563 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:394 
     1552#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:409 
    15641553msgid "Attempt to load ALL blog pages inline?" 
    15651554msgstr "" 
    15661555 
    1567 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:397 
     1556#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
    15681557msgid "Advanced options for Single Post Navigation" 
    15691558msgstr "" 
    15701559 
    1571 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:399 
    15721560#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:414 
     1561#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:429 
    15731562msgid "Show links above posts." 
    15741563msgstr "" 
    15751564 
    1576 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:403 
    15771565#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:418 
     1566#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
    15781567msgid "Show navigation links below posts." 
    15791568msgstr "" 
    15801569 
    1581 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:407 
    1582 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:426 
     1570#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
     1571#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:441 
    15831572msgid "Do not show navigation links automatically." 
    15841573msgstr "" 
    15851574 
    1586 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:408 
     1575#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:423 
     1576#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:442 
     1577msgid "You will have to edit your theme manually." 
     1578msgstr "" 
     1579 
    15871580#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:427 
    1588 msgid "You will have to edit your theme manually." 
    1589 msgstr "" 
    1590  
    1591 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:412 
    15921581msgid "Advanced options for Home Page Navigation" 
    15931582msgstr "" 
    15941583 
    1595 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:422 
     1584#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:437 
    15961585msgid "Show navigation links both above and below posts." 
    15971586msgstr "" 
    15981587 
    1599 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:432 
    1600 msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load thjat type of pages inline." 
    1601 msgstr "" 
    1602  
    1603 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:433 
     1588#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:447 
     1589msgid "The following options control the automatic addition of the required awp_loop div. If you select any of the following options, you will have to edit your theme manually to load that type of pages inline." 
     1590msgstr "" 
     1591 
     1592#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:448 
    16041593msgid "Do NOT automatically add awp_loop div on Single post/page pages." 
    16051594msgstr "" 
    16061595 
    1607 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:436 
     1596#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:451 
    16081597msgid "Do NOT automatically add awp_loop div on Home and Archive pages." 
    16091598msgstr "" 
    16101599 
    1611 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:438 
     1600#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:453 
    16121601msgid "Do NOT automatically add awp_loop div on ANY page." 
    16131602msgstr "" 
    16141603 
    1615 #: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:463 
     1604#: /share/www/trunk/wp-content/plugins/ajaxd-wordpress/modules/ajaxnav/ajaxnav.php:478 
    16161605msgid "Navigation" 
    16171606msgstr ""