# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # boost.admin.inc,v 1.1.2.1.2.3.2.103 2009/11/02 18:45:07 mikeytown2 # boost.module,v 1.3.2.2.2.5.2.225 2009/11/02 21:41:46 mikeytown2 # boost.rules.inc,v 1.1.2.3 2009/10/28 04:07:03 mikeytown2 # boost.install,v 1.2.2.1.2.3.2.70 2009/11/02 18:47:09 mikeytown2 # boost.info,v 1.1.2.1.2.3.2.2 2009/10/04 07:24:50 mikeytown2 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-11-02 14:37-0800\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: boost.admin.inc:19 msgid "Anonymous page caching" msgstr "" #: boost.admin.inc:20;96 msgid "Gzip page compression (Boost & Core)" msgstr "" #: boost.admin.inc:21 msgid "The page must first be visited by an anonymous user in order for the cache to work on subsequent requests for that page. Boost & Core caching do not work for logged in users." msgstr "" #: boost.admin.inc:24 msgid "Clear core page cached data: !count pages" msgstr "" #: boost.admin.inc:37;800;830;838;846;1146 msgid "Boost: Static page cache cleared." msgstr "" #: boost.admin.inc:47 msgid "Core page cache cleared." msgstr "" #: boost.admin.inc:56 msgid "Static page cache (boost) and all other caches cleared." msgstr "" #: boost.admin.inc:60 msgid "Boost: Static page cache NOT cleared. To clear Boosts cache set \"Ignore cache flushing:\" to 'Disabled' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:61 msgid "All other caches cleared." msgstr "" #: boost.admin.inc:81 msgid "Boost File Cache" msgstr "" #: boost.admin.inc:85 msgid "Boost - Static page cache" msgstr "" #: boost.admin.inc:88;98;363;422;500 msgid "Disabled" msgstr "" #: boost.admin.inc:89;98;364 msgid "Enabled" msgstr "" #: boost.admin.inc:90 msgid "(Not Recommended) Set Boost & Core (if enabled) cache for each page" msgstr "" #: boost.admin.inc:92 msgid "Static page caching is a mechanism that stores dynamically generated web pages as HTML files in a special cache directory located under the Drupal installation directory. By caching a web page in this manner, the web server can serve it out in the fastest possible manner, without invoking PHP or Drupal at all. While this does provide a significant performance and scalability boost, you should note that it could have negative usability side-effects unless your site is targeted at an audience consisting mostly of \"anonymous\" visitors." msgstr "" #: boost.admin.inc:99 msgid "By default, Drupal compresses the pages it caches in order to save bandwidth and improve download times. This option should be disabled when using a webserver that performs compression." msgstr "" #: boost.admin.inc:103 msgid "Boost - HTML - Default maximum cache lifetime" msgstr "" #: boost.admin.inc:106;114;122 msgid "Enable the caching of this content type to enable this selection box." msgstr "" #: boost.admin.inc:106;114;122 msgid "The maximum cache lifetime is the maximum amount of time that will elapse before the cache is emptied. Cache lifetime gets checked on cron runs. Flushing the content before it is expired can happen like for example when a node is edited." msgstr "" #: boost.admin.inc:111 msgid "Boost - XML - Default maximum cache lifetime" msgstr "" #: boost.admin.inc:119 msgid "Boost - JSON - Default maximum cache lifetime" msgstr "" #: boost.admin.inc:127 msgid "Clear ALL Boost cached data: !count pages" msgstr "" #: boost.admin.inc:132 msgid "Clear Boost expired data: !count pages" msgstr "" #: boost.admin.inc:137 msgid "Cache every page except the listed pages." msgstr "" #: boost.admin.inc:137 msgid "Cache only the listed pages." msgstr "" #: boost.admin.inc:138 msgid "Enter one page per line as Drupal paths. The '*' character is a wild-card. Example paths are '%blog' for the blog page and %blog-wild-card for every personal blog. %front is the front page." msgstr "" #: boost.admin.inc:140 msgid "Cache pages for which the following PHP code returns TRUE (PHP-mode, experts only)." msgstr "" #: boost.admin.inc:141 msgid "If the PHP-mode is chosen, enter PHP code between %php. Note that executing incorrect PHP-code can severely break your Drupal site." msgstr "" #: boost.admin.inc:145 msgid "Boost cacheability settings" msgstr "" #: boost.admin.inc:149 msgid "Cache pages that contain URL Variables" msgstr "" #: boost.admin.inc:151 msgid "Boost will cache pages that end with \"?page=1\" among others (anything with a \"?\" in the url)." msgstr "" #: boost.admin.inc:155 msgid "Cache html documents/pages" msgstr "" #: boost.admin.inc:157 msgid "Boost will cache most drupal pages." msgstr "" #: boost.admin.inc:161 msgid "Cache .xml & /feed" msgstr "" #: boost.admin.inc:163 msgid "Boost will cache .xml and /feed urls as xml data." msgstr "" #: boost.admin.inc:167 msgid "Cache ajax/json" msgstr "" #: boost.admin.inc:169 msgid "Boost will cache ajax/json responses." msgstr "" #: boost.admin.inc:173 msgid "Cache .css" msgstr "" #: boost.admin.inc:175 msgid "Boost will cache CSS files." msgstr "" #: boost.admin.inc:179 msgid "Cache .js" msgstr "" #: boost.admin.inc:181 msgid "Boost will cache javascript files." msgstr "" #: boost.admin.inc:185 msgid "Statically cache specific pages" msgstr "" #: boost.admin.inc:191 msgid "Pages" msgstr "" #: boost.admin.inc:199 msgid "Boost directories and file extensions" msgstr "" #: boost.admin.inc:203 msgid "Cache Dir" msgstr "" #: boost.admin.inc:208;431 boost.module:134 msgid "" msgstr "" #: boost.admin.inc:212 msgid "Do not store the cache file path in the database" msgstr "" #: boost.admin.inc:214 msgid "Enabling will allow for correct multi-site caching, in cases where different content is served from the same Drupal installation, based on domain. Examples: Multi-site with a single/shared database, site translation detection based on domain, and the contributed \"Domain Access\" module." msgstr "" #: boost.admin.inc:227 msgid "Cache file path" msgstr "" #: boost.admin.inc:232 msgid "A file system path where the static cache files will be stored. This directory has to exist and be writable by Drupal. The default setting is to store the files in a directory named %default-path under the Drupal installation directory. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." msgstr "" #: boost.admin.inc:239 msgid "Generated output storage (HTML, XML, AJAX)" msgstr "" #: boost.admin.inc:243 msgid "Dir for non compressed files" msgstr "" #: boost.admin.inc:247;255;311;319 msgid "Leave blank to not use a subdir" msgstr "" #: boost.admin.inc:251 msgid "Dir for compressed files" msgstr "" #: boost.admin.inc:259 msgid "Character used to replace \"?\"" msgstr "" #: boost.admin.inc:264;328 msgid "Best to leave at _" msgstr "" #: boost.admin.inc:269 msgid "Cache html file extension" msgstr "" #: boost.admin.inc:274 msgid "The file extension to append to the file name of the generated cache files. Note that this setting is of no relevance to any public URLs, and it is strongly recommended to leave this as the default '.html' unless you know what you are doing. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." msgstr "" #: boost.admin.inc:280 msgid "Cache xml file extension" msgstr "" #: boost.admin.inc:285 msgid "The file extension to append to the file name of the generated cache files. Note that this setting is of no relevance to any public URLs, and it is strongly recommended to leave this as the default '.xml' unless you know what you are doing. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." msgstr "" #: boost.admin.inc:291 msgid "Cache ajax/json file extension" msgstr "" #: boost.admin.inc:296;349 msgid "The file extension to append to the file name of the generated cache files. Note that this setting is of no relevance to any public URLs, and it is strongly recommended to leave this as the default '.js' unless you know what you are doing. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." msgstr "" #: boost.admin.inc:303 msgid "Static storage (CSS, JS)" msgstr "" #: boost.admin.inc:307 msgid "Dir for more permanent files (css/js)" msgstr "" #: boost.admin.inc:315 msgid "Dir for compressed more permanent files (css/js)" msgstr "" #: boost.admin.inc:323 msgid "Character used to replace \"?\" in the permanent dir" msgstr "" #: boost.admin.inc:333 msgid "Cache css file extension" msgstr "" #: boost.admin.inc:338 msgid "The file extension to append to the file name of the generated cache files. Note that this setting is of no relevance to any public URLs, and it is strongly recommended to leave this as the default '.css' unless you know what you are doing. If you change this, you must also change the URL rewrite rules in your web server configuration (.htaccess for Apache, lighttpd.conf for Lighttpd), or caching will not work." msgstr "" #: boost.admin.inc:344 msgid "Cache javascript file extension" msgstr "" #: boost.admin.inc:356 msgid "Boost advanced settings" msgstr "" #: boost.admin.inc:360 msgid "Clear expired pages on cron runs" msgstr "" #: boost.admin.inc:366 msgid "Caution - If disabled you will need some other method of clearing cached pages. If Disabled, files have to be manually deleted from server or cleared using the administrative interface (Enable the Boost: Pages cache status block)." msgstr "" #: boost.admin.inc:370 msgid "Check database timestamps for any site changes. Only if theres been a change will boost flush the expired content on cron." msgstr "" #: boost.admin.inc:375 msgid "Pre-process function" msgstr "" #: boost.admin.inc:378 msgid "The name of a PHP function used to pre-process the contents of each page before writing them out to static files. The function is called with the contents of the page passed as a string argument, and its return value is used as the data written out to the disk." msgstr "" #: boost.admin.inc:382 msgid "Only allow ASCII characters in path" msgstr "" #: boost.admin.inc:384 msgid "Only allowing ACSII characters is a safe way to cache pages. It severely limits i18n support so this can be turned off. Fair warning, disabling this may cause \"page not found\" errors depending on your url structure (spaces are bad, ect...). If you follow RFC 3986 you should be ok." msgstr "" #: boost.admin.inc:388 msgid "Flush all sites caches in this database (singe db, multisite)." msgstr "" #: boost.admin.inc:390 msgid "This will flush/expire all cached files stored in this database, instead of only being specific to this site. Useful for i18n sites. You need to setup a separate cron call for each database (in your multisite install) either way though. This covers shared database usage; or place the boost tables into the a shared database, to have this setting work in a multiple database environment." msgstr "" #: boost.admin.inc:394 msgid "Asynchronous Operation: output HTML, close connection, then store static file." msgstr "" #: boost.admin.inc:396 msgid "Run php in the background. When a cached page is generated, this will allow for faster page generation; downside is the headers are not the standard ones outputted by drupal; sends \"Connection: close\" instead of \"Connection: Keep-Alive\"." msgstr "" #: boost.admin.inc:400 msgid "Clear all empty folders from cache." msgstr "" #: boost.admin.inc:402 msgid "Disable this if you have to set settings for each dir/subdir, due to the way your server operates (permissions, etc...)." msgstr "" #: boost.admin.inc:406 msgid "Clear all cached pages referenced via CCK with a node on insert/update/delete" msgstr "" #: boost.admin.inc:408 msgid "The Node Referrer module is recommended." msgstr "" #: boost.admin.inc:412 msgid "Clear all cached terms pages associated with a node on insert/update/delete" msgstr "" #: boost.admin.inc:414 msgid "Works with view's taxonomy/term/% path as well as core." msgstr "" #: boost.admin.inc:418 msgid "Clear all cached pages in a menu on an insert/update/delete opperation" msgstr "" #: boost.admin.inc:420 msgid "This can flush a lot of pages depending on your menu structure." msgstr "" #: boost.admin.inc:423 msgid "Only Flush Menu Parrents, Siblings & Children" msgstr "" #: boost.admin.inc:424 msgid "Flushes Entire Menu Tree" msgstr "" #: boost.admin.inc:429 msgid "Clear all cached views pages associated with a node on update/delete" msgstr "" #: boost.admin.inc:435 msgid "Clear all cached views pages associated with a node on insert" msgstr "" #: boost.admin.inc:437 msgid "WARNING: This can be very slow, all views get run to find out where this node lives." msgstr "" #: boost.admin.inc:441 msgid "Clear Boosts cache when site goes offline" msgstr "" #: boost.admin.inc:443 msgid "Under site maintenance when the status is set to offline, boost clears its cache. If you do not want this to happen, clear this checkbox. Pages that are not cached will still send out a Site off-line message, so be smart if turning this off." msgstr "" #: boost.admin.inc:447 msgid "Overwrite the cached file if it already exits" msgstr "" #: boost.admin.inc:449 msgid "This is useful if crawling a site before it goes live." msgstr "" #: boost.admin.inc:453 msgid "Do not cache if php error on page" msgstr "" #: boost.admin.inc:455 msgid "Selected - Do not cache the page if there are PHP errors. Not Selected - Cache pages even if it might contain errors." msgstr "" #: boost.admin.inc:459 msgid "Do not cache if a message is on the page" msgstr "" #: boost.admin.inc:461 msgid "Selected - Do not cache the page if there are drupal messages. Not Selected - Cache pages even if it might contain a drupal message." msgstr "" #: boost.admin.inc:465 msgid "Turn off clean url's for logged in users" msgstr "" #: boost.admin.inc:467 msgid "Drupal will output non clean url's for non anonymous users. This allows for the browser to cache the page and still have logging in work. This is more on the extreme side of tweaks." msgstr "" #: boost.admin.inc:472 msgid "Aggressive Gzip: Deliver gzipped content independent of the request header." msgstr "" #: boost.admin.inc:474 msgid "In order to deliver gzipped content independent of the header, this will test for gzip compression in a small iframe by sending it compressed content. This compressed content is javascript which creates a cookie with a note of gzip support. On the server side it checks for the cookie and then sends out gzipped content accordingly. See Website Performance - Activate Gzip. In short some firewalls/proxies mangle the gzip header; this gets around that. iframe is on non compressed version of the frontpage only." msgstr "" #: boost.admin.inc:479 msgid "Files: Enter in a 4 digit number (octal) that will be used by !link. Example 0664" msgstr "" #: boost.admin.inc:479;485 msgid "chmod()" msgstr "" #: boost.admin.inc:481;487 msgid "Sometimes because of funky servers you need it use a different file mode then the default." msgstr "" #: boost.admin.inc:485 msgid "Directories: Enter in a 4 digit number (octal) that will be used by !link. Example 0775" msgstr "" #: boost.admin.inc:491 msgid "Expire content in DB, do not flush file." msgstr "" #: boost.admin.inc:493 msgid "Instead of flushing the file ASAP this will set the database entry to expired. File will be flushed on next cron run. This is more on the extreme side of tweaks." msgstr "" #: boost.admin.inc:497 msgid "Ignore cache flushing" msgstr "" #: boost.admin.inc:501 msgid "Only Ignore Clear Entire Cache Commands (Recommended if caching css/js files)" msgstr "" #: boost.admin.inc:502 msgid "Ignore Clear Entire Cache Commands & Cron Expiration" msgstr "" #: boost.admin.inc:503 msgid "Ignore All Delete Commands (Not Recommended)" msgstr "" #: boost.admin.inc:505 msgid "Make a selection to put your site into a static cached state. Recommend turning on CSS & JS caching if enabled." msgstr "" #: boost.admin.inc:509 msgid "Watchdog Verbose Setting" msgstr "" #: boost.admin.inc:512 msgid "1 Record almost no errors" msgstr "" #: boost.admin.inc:513 msgid "3" msgstr "" #: boost.admin.inc:514 msgid "5 Record all errors to the db log (watchdog)" msgstr "" #: boost.admin.inc:515 msgid "7 Debug Mode: Output a lot of extra info." msgstr "" #: boost.admin.inc:516 msgid "9 Debug Overkill: Output what is getting expired." msgstr "" #: boost.admin.inc:522 msgid "Disable warning about php safe mode" msgstr "" #: boost.admin.inc:524 msgid "Disable the warning on the status page about running boost in safe mode." msgstr "" #: boost.admin.inc:529 msgid "Disable warning about reaching the ext3 file system subdir limit." msgstr "" #: boost.admin.inc:531 msgid "Disable the warning on the status page about coming close to the file system directory limit; warning thrown when at 31,000 subdirectories. Boost will stop creating new subdirectories when 31,998 subdirectories have been created." msgstr "" #: boost.admin.inc:537 msgid "Boost Retro Mode (no database)" msgstr "" #: boost.admin.inc:541 msgid "NOT RECOMMENDED. Do not use the database at all." msgstr "" #: boost.admin.inc:543 msgid "Go old school and don't use the database. Very extreme tweak & support for features in this mode is pretty much non existent." msgstr "" #: boost.admin.inc:549 msgid "Boost crawler" msgstr "" #: boost.admin.inc:553 msgid "Enable the cron crawler" msgstr "" #: boost.admin.inc:555 msgid "Pre-cache boosted URL's so they get cached before anyone accesses them. Enable the crawler first and save settings to use Preemptive Cache settings." msgstr "" #: boost.admin.inc:558 msgid "Bypass cron cache expiration and load to be expired content in the crawler. Allow this servers IP to bypass the boost cache. Check for fast but potentially stale; uncheck for slow but always fresh." msgstr "" #: boost.admin.inc:561;577;593;609;625 msgid "Enable the crawler first to enable this checkbox." msgstr "" #: boost.admin.inc:564 msgid "The \"Overwrite the cached file if it already exits\" must be turned on in order to enable this." msgstr "" #: boost.admin.inc:568 msgid "Do not flush expired content on cron run, instead recrawl and overwrite it." msgstr "" #: boost.admin.inc:574;590;606 msgid "Crawl Site after cron runs, so the cache is primed." msgstr "" #: boost.admin.inc:580;596;612 msgid "Enable the caching of this content type to enable this checkbox" msgstr "" #: boost.admin.inc:584 msgid "Preemptive Cache HTML" msgstr "" #: boost.admin.inc:600 msgid "Preemptive Cache XML" msgstr "" #: boost.admin.inc:616 msgid "Preemptive Cache AJAX/JSON" msgstr "" #: boost.admin.inc:623 msgid "Crawl All URL's in the url_alias table" msgstr "" #: boost.admin.inc:625 msgid "Preemptively cache all urls found in the Drupal url_alias table. This will crawl that page even if it is not expired. Enable & run cron to get the boost cache loaded." msgstr "" #: boost.admin.inc:630 msgid "Crawler Throttle" msgstr "" #: boost.admin.inc:632 msgid "Wait X micro seconds in between hitting each url. 1000000 is 1 second." msgstr "" #: boost.admin.inc:636 msgid "Crawler Batch Size" msgstr "" #: boost.admin.inc:638 msgid "Number of URL's each thread grabs per database operation." msgstr "" #: boost.admin.inc:643 msgid "Number Of Threads" msgstr "" #: boost.admin.inc:655 msgid "Be careful when choosing more then 2 threads." msgstr "" #: boost.admin.inc:663 msgid "Boost crawler - Live info" msgstr "" #: boost.admin.inc:667 msgid "Crawl Rate - Seconds Per Node (highly inaccurate)" msgstr "" #: boost.admin.inc:673 msgid "Crawl ETA - highly inaccurate" msgstr "" #: boost.admin.inc:679 msgid "Stop Crawler. !count URL's left." msgstr "" #: boost.admin.inc:686 msgid "Reset Crawler & Cron Semaphore" msgstr "" #: boost.admin.inc:692 msgid "Estimated Time to crawl site - highly inaccurate" msgstr "" #: boost.admin.inc:703 msgid "Boost Apache .htaccess settings generation" msgstr "" #: boost.admin.inc:704 msgid "Explanation of .htaccess variables

Be sure to save the configuration and then go to the htaccess rules generation page and copy the rules." msgstr "" #: boost.admin.inc:708 msgid "Servers URL or Name" msgstr "" #: boost.admin.inc:716 msgid "Best to leave these as %{}, only try the last option(s) if boost is still not working." msgstr "" #: boost.admin.inc:737 msgid "Value of %best is recommended for this server." msgstr "" #: boost.admin.inc:740 msgid "Please open an boost issue on drupal.org, since apache and php are not configured correctly." msgstr "" #: boost.admin.inc:744 msgid "Document Root" msgstr "" #: boost.admin.inc:751 msgid "ETag Settings" msgstr "" #: boost.admin.inc:759 msgid "Uses FileETag Directive to set ETags for the files cached by Boost. More info on this subject" msgstr "" #: boost.admin.inc:765 msgid "Clear Boost's Database & File Cache" msgstr "" #: boost.admin.inc:766 msgid "Warning: This gives you a clean slate for the boost database & file system, use with caution. If you change the directories or file extensions (in \"Boost directories and file extensions\"), then pressing this button would be a good idea, but not required. If you changed the CSS or JavaScript and wish to push it out, you need to press this button." msgstr "" #: boost.admin.inc:770 msgid "Reset Button - Database Records: !records, Files: !files" msgstr "" #: boost.admin.inc:806;809;812;815;818 msgid "Cache file extension %extension must begin with a period." msgstr "" #: boost.admin.inc:823 msgid "Pre-process function %function() does not exist." msgstr "" #: boost.admin.inc:861 msgid "Generated Rules" msgstr "" #: boost.admin.inc:865 msgid "Copy this into your .htaccess file below
  # RewriteBase / 
and above
  # Rewrite URLs of the form 'x' to the form 'index.php?q=x'
" msgstr "" #: boost.admin.inc:1149;1191 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1168 msgid "Boost: Expired stale files from static page cache." msgstr "" #: boost.admin.inc:1171 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' OR 'Only Ignore Complete Flushes' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1188 msgid "Boost: Static page cache & 4 database tables cleared." msgstr "" #: boost.admin.inc:1202 msgid "Boost: Stop crawler signal given; all crawler threads should be stopped in less then %time" msgstr "" #: boost.admin.inc:1213 msgid "Boost: Crawler variables reset & cron semaphore cleared (cron reset)" msgstr "" #: boost.rules.inc:17 msgid "Clear a page from the boost cache." msgstr "" #: boost.rules.inc:19 msgid "URL of page to clear" msgstr "" #: boost.rules.inc:46 msgid "Page URL" msgstr "" #: boost.rules.inc:48 msgid "The short URL of the page to clear from the Boost cache." msgstr "" #: boost.rules.inc:33 boost.module:180;380;490;647;781;956;1071;1100;1204;1212;1223;1440;1660;1748;1839;1842;2031;2408;2414;2429;2450;3298;3308;3332;3349;3384;3397;3412;3425;3458;3468;3498;3509 msgid "boost" msgstr "" #: boost.rules.inc:33 msgid "Rules flushed !page from static page cache." msgstr "" #: boost.module:359 msgid "Boost: Static page cache cleared. See http://drupal.org/node/276615 for reason why (core bug that is fixed in 6.14+)." msgstr "" #: boost.module:798 msgid "Boost: Pages cache status" msgstr "" #: boost.module:804 msgid "Boost: Pages cache configuration" msgstr "" #: boost.module:810 msgid "Boost: AJAX core statistics" msgstr "" #: boost.module:820 msgid "Display Statistics." msgstr "" #: boost.module:822 msgid "If false, uses Javascript to hide the block via \"parent().parent().hide()\"." msgstr "" #: boost.module:826 msgid "Cache Statistics Block" msgstr "" #: boost.module:843 msgid "This page is being served live to anonymous visitors, as it is not currently in the static page cache." msgstr "" #: boost.module:850 msgid "Site Has Changed: %old
" msgstr "" #: boost.module:852 msgid "Expired: %interval ago
" msgstr "" #: boost.module:855 msgid "Expire In: %interval
" msgstr "" #: boost.module:857 msgid "Cache Generated: %time seconds
" msgstr "" #: boost.module:864 msgid "There are php errors or drupal messages on this page, preventing boost from caching." msgstr "" #: boost.module:866 msgid "ERROR:
%error
!link
!performance" msgstr "" #: boost.module:866;1204 msgid "Lookup Error Type" msgstr "" #: boost.module:866;869;1204;1212 msgid "Turn Off Error Checking" msgstr "" #: boost.module:869 msgid "MESSAGES: %msg
!performance" msgstr "" #: boost.module:935 msgid "Flush Page" msgstr "" #: boost.module:963 msgid "none" msgstr "" #: boost.module:964 msgid "default" msgstr "" #: boost.module:984 msgid "Maximum cache lifetime" msgstr "" #: boost.module:987 msgid "Default: %default" msgstr "" #: boost.module:991 msgid "Preemptive Cache" msgstr "" #: boost.module:1001 msgid "Scope" msgstr "" #: boost.module:1011 msgid "Set Configuration" msgstr "" #: boost.module:1017 msgid "Page ID" msgstr "" #: boost.module:1024 msgid "id_value" msgstr "" #: boost.module:1030 msgid "Content Type" msgstr "" #: boost.module:1037 msgid "type_value" msgstr "" #: boost.module:1043 msgid "Content Container" msgstr "" #: boost.module:1050 msgid "container_value" msgstr "" #: boost.module:1056 msgid "Delete Configuration" msgstr "" #: boost.module:1058 msgid "Check the box to delete it" msgstr "" #: boost.module:3500 msgid "Boost: Crawler is already running. Attempt to start crawler failed." msgstr "" #: boost.module:180 msgid "404 recieved from server via redirect, going to send a 404. Info: !output" msgstr "" #: boost.module:380 msgid "Expired stale files from static page cache." msgstr "" #: boost.module:490 msgid "Debug: _boost_view_insert()
!views Views Searched; !hits of them contain the new node and where thus flushed. As a result of this !flushed pages where expired from the boost cache." msgstr "" #: boost.module:647 msgid "Debug: boost_expire_node()
Node !nid was flushed resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:781 msgid "Debug: boost_user()
User !uid was deleted resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:956 msgid "Debug: boost_block_form_flush_submit()
Page !path was deleted resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:1071;1100 msgid "Debug: boost_block_db_rm_settings_form_submit()
!flushed pages being expired from the cache in order for the new settings to take effect." msgstr "" #: boost.module:1204 msgid "There are php errors on this page, preventing boost from caching. ERROR:
%error
!link
!performance" msgstr "" #: boost.module:1212 msgid "There are drupal messages on this page, preventing boost from caching. MESSAGES: %msg
!performance" msgstr "" #: boost.module:1223 msgid "Debug: _boost_ob_handler()
HTTP Info: !status - !types
Path: !path
Content Container: !callback
Content Type: !type
ID: !id
Cache This: !cache." msgstr "" #: boost.module:1440 msgid "Flushed ALL files from static page cache." msgstr "" #: boost.module:1660 msgid "Debug: boost_cache_expire_by_filename()
Following files where flushed:
!list" msgstr "" #: boost.module:1748 msgid "Debug: boost_cache_expire_router()
Following files where flushed:
!list" msgstr "" #: boost.module:1839 msgid "Debug: boost_cache_expire_all_db()
Following files where flushed:
!list" msgstr "" #: boost.module:1842 msgid "Debug: boost_cache_expire_all_db()
!num files where flushed" msgstr "" #: boost.module:2031 msgid "Debug: boost_cache_set_node_relationships()
!num of !total given entries to the boost_cache_relationships table added or updated; !removed entries removed due to them being outdated." msgstr "" #: boost.module:2408 msgid "Unable to create directory: %dir
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2414 msgid "Unable to write temp file: %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2429 msgid "Unable to rename file: %temp to %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2450 msgid "base_url is not set in your settings.php file. Please read #7 in boosts INSTALL.txt file." msgstr "" #: boost.module:3298 msgid "Crawler - Thread %num stopped." msgstr "" #: boost.module:3308 msgid "Crawler - Rogue thread killed." msgstr "" #: boost.module:3332 msgid "Crawler Sleep for 15 seconds" msgstr "" #: boost.module:3349 msgid "Crawler sleeping for @x seconds, do to forced shutdown." msgstr "" #: boost.module:3384;3397 msgid "Crawler - Thread @num of @total started" msgstr "" #: boost.module:3412 msgid "Crawler - Thread %num of %total Killed." msgstr "" #: boost.module:3425;3468 msgid "Crawler - Restarting with 1 thread, to try & get the stubborn urls cached." msgstr "" #: boost.module:3458 msgid "Crawler - Thread %num of %total Done." msgstr "" #: boost.module:3498 msgid "Crawler already running" msgstr "" #: boost.module:3509 msgid "Crawler Start %self" msgstr "" #: boost.module:272 msgid "Performance" msgstr "" #: boost.module:277 msgid "Boost Settings" msgstr "" #: boost.module:278 msgid "Advanced boost configuration." msgstr "" #: boost.module:287 msgid "Boost htaccess rules generation" msgstr "" #: boost.module:288 msgid "htaccess boost rules." msgstr "" #: boost.install:16 msgid "Boost successfully installed. Please review the available configuration settings. There are 2 new blocks that you can add to help with the administrative side (status, page configuration), and 1 to support core stats." msgstr "" #: boost.install:27 msgid "Drupal's standard page caching disabled by Boost." msgstr "" #: boost.install:37 msgid "Static page cache cleared." msgstr "" #: boost.install:166 msgid "Your site is in maintenance mode, crawler will not work with your site in this state. Take site out of maintenance mode if you wish to use the crawler. Running cron if your site is not in maintenance mode might make this error eventually clear." msgstr "" #: boost.install:170 msgid "Menu item for crawler is not there. You need to \"Clear cached data\" at the bottom of the performance page" msgstr "" #: boost.install:174 msgid "Clear cached data & run cron; if error priests open an issue on the Boost issue queue." msgstr "" #: boost.install:237 msgid "Boost Installed correctly, should be working if properly configured." msgstr "" #: boost.install:396;688 msgid "List of the cached page" msgstr "" #: boost.install:420;705 msgid "UNIX timestamp for the expiration date of cached page." msgstr "" #: boost.install:427;553;712;769 msgid "Number of seconds this page should be considered fresh. Used to set the expiration column." msgstr "" #: boost.install:509;746 msgid "Boost cache settings" msgstr "" #: boost.install:576;944 msgid "Boost crawler - temp table" msgstr "" #: boost.install:605;1223 msgid "Boost parent child relationships" msgstr "" #: boost.install:999 msgid "Be sure to update your htaccess rules." msgstr "" #: boost.install:1157 msgid "Due to a bug in Boost, this view's scope was not set correctly. It has been deleted, and needs to be re-set.

Base Dir: %dir
View Name: %args
Cache Lifetime: %time" msgstr "" #: boost.install:1159 msgid "This setting needs to be re-set.

Base Dir: %dir
View Name: %args
Cache Lifetime: %time" msgstr "" #: (duplicate) boost.install:100 ;108 ;117 ;125 ;133 ;141 ;149 ;157 ;179 ;187 ;195 ;203 ;211 ;219 ;227 ;235 boost.info:0 msgid "Boost" msgstr "" #: (duplicate) boost.install:101 msgid "!cache_dir: does not exist." msgstr "" #: (duplicate) boost.install:103 ;120 msgid "Cache path" msgstr "" #: (duplicate) boost.install:109 msgid "Directory %dir credentials - Permissions: %fp. Owner %fo. Group %fg.
Your credentials - Group ID: %gid. User ID: %uid. Current script owner: %user." msgstr "" #: (duplicate) boost.install:111 msgid "Can not write to file-system" msgstr "" #: (duplicate) boost.install:118 msgid "Cache file path: is not set to the default(!default). " msgstr "" #: (duplicate) boost.install:126 msgid ".htaccess file does not contain or match the boost specific rewrite rules, or the rewrite rules have changed, due to new settings, and they need to be updated. Get the rules: Boost Apache .htaccess settings generation." msgstr "" #: (duplicate) boost.install:128 ;136 msgid ".htaccess file" msgstr "" #: (duplicate) boost.install:134 msgid "Drupal is installed in a subdirectory but the htaccess rules are not set for a subdirectory install. Get rules specific to your setup here: Boost Apache .htaccess settings generation." msgstr "" #: (duplicate) boost.install:142 msgid "You need to get a newer version of poormanscron, most likely the latest dev, or the 2.0 branch." msgstr "" #: (duplicate) boost.install:144 msgid "poormanscron is the wrong version" msgstr "" #: (duplicate) boost.install:150 msgid "Boost is not compatible with language negotiation set to \"language fallback\". An anonymous user with their browser set to a language other than the site's default language will navigate to a non-cached page. The page will be displayed in the user's browser language. Boost will cache the non-default-language page. " msgstr "" #: (duplicate) boost.install:152 msgid "Cannot use \"language fallback\" language negotiation" msgstr "" #: (duplicate) boost.install:158 msgid "Please Run the database update, as the crawler key is not generated yet." msgstr "" #: (duplicate) boost.install:160 msgid "Boost Crawler Key Not Found." msgstr "" #: (duplicate) boost.install:182 msgid "Boost crawler did not get a 200 response; @number returned instead." msgstr "" #: (duplicate) boost.install:188 msgid "Boost is disabled. Enable it." msgstr "" #: (duplicate) boost.install:190 msgid "Boost Disabled" msgstr "" #: (duplicate) boost.install:196 msgid "Boost does not work very well if PHP is in safe mode. Some functionality may not work correctly." msgstr "" #: (duplicate) boost.install:198 msgid "Boost & PHP running in Safe Mode is not a good idea." msgstr "" #: (duplicate) boost.install:204 msgid "Crawler settings are inefficient. You probably want to disable the \"Crawl All URL's in the url_alias table\" setting." msgstr "" #: (duplicate) boost.install:206 msgid "Boost crawler does not have efficient settings." msgstr "" #: (duplicate) boost.install:212 msgid "Sub directory limit about to be hit in these directories:
!list

Change your url structure or open a new thread on the Boost issue tracker; there is a solution but it will cost you $100, since it can not be generalized & must be customized for your configuration" msgstr "" #: (duplicate) boost.install:214 ;222 msgid "File system sub directory limit." msgstr "" #: (duplicate) boost.install:220 msgid "Sub directory has been hit in these directories:
!list

Change your url structure or open a new thread on the Boost issue tracker; there is a solution but it will cost you $100, since it can not be generalized & must be customized for your configuration." msgstr "" #: (duplicate) boost.install:228 msgid "Your robots.txt file does not contain \"Disallow: /boost_stats.php\". This is needed inorder to prevent the output of this from accendently getting indexed by search engines." msgstr "" #: (duplicate) boost.install:230 msgid "\"Disallow: /boost_stats.php\" entry missing in robots.txt" msgstr "" #: boost.info:0 msgid "Caches text (html, ajax, xml) outputted by Drupal as static files for performance and scalability purposes." msgstr "" #: boost.info:0 msgid "Caching" msgstr ""