# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # boost.admin.inc,v 1.1.2.1.2.3.2.100 2009/10/30 15:30:48 mikeytown2 # boost.module,v 1.3.2.2.2.5.2.214 2009/10/31 23:21:23 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.67 2009/10/30 15:24:46 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-01 04:47-0500\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;787;817;825;833;1100 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;487 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;420 boost.module:133 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 views pages associated with a node on update/delete" msgstr "" #: boost.admin.inc:424 msgid "Clear all cached views pages associated with a node on insert" msgstr "" #: boost.admin.inc:426 msgid "WARNING: This can be very slow, all views get run to find out where this node lives." msgstr "" #: boost.admin.inc:430 msgid "Clear Boosts cache when site goes offline" msgstr "" #: boost.admin.inc:432 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:436 msgid "Overwrite the cached file if it already exits" msgstr "" #: boost.admin.inc:438 msgid "This is useful if crawling a site before it goes live." msgstr "" #: boost.admin.inc:442 msgid "Do not cache if php error on page" msgstr "" #: boost.admin.inc:444 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:448 msgid "Do not cache if a message is on the page" msgstr "" #: boost.admin.inc:450 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:454 msgid "Turn off clean url's for logged in users" msgstr "" #: boost.admin.inc:456 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:460 msgid "Aggressive Gzip: Deliver gzipped content independent of the request header." msgstr "" #: boost.admin.inc:462 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:466 msgid "Files: Enter in a 4 digit number (octal) that will be used by !link. Example 0664" msgstr "" #: boost.admin.inc:466;472 msgid "chmod()" msgstr "" #: boost.admin.inc:468;474 msgid "Sometimes because of funky servers you need it use a different file mode then the default." msgstr "" #: boost.admin.inc:472 msgid "Directories: Enter in a 4 digit number (octal) that will be used by !link. Example 0775" msgstr "" #: boost.admin.inc:478 msgid "Expire content in DB, do not flush file." msgstr "" #: boost.admin.inc:480 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:484 msgid "Ignore cache flushing" msgstr "" #: boost.admin.inc:488 msgid "Only Ignore Clear Entire Cache Commands (Recommended if caching css/js files)" msgstr "" #: boost.admin.inc:489 msgid "Ignore Clear Entire Cache Commands & Cron Expiration" msgstr "" #: boost.admin.inc:490 msgid "Ignore All Delete Commands (Not Recommended)" msgstr "" #: boost.admin.inc:492 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:496 msgid "Watchdog Verbose Setting" msgstr "" #: boost.admin.inc:499 msgid "1 Record almost no errors" msgstr "" #: boost.admin.inc:500 msgid "3" msgstr "" #: boost.admin.inc:501 msgid "5 Record all errors to the db log (watchdog)" msgstr "" #: boost.admin.inc:502 msgid "7 Debug Mode: Output a lot of extra info." msgstr "" #: boost.admin.inc:503 msgid "9 Debug Overkill: Output what is getting expired." msgstr "" #: boost.admin.inc:509 msgid "Disable warning about php safe mode" msgstr "" #: boost.admin.inc:511 msgid "Disable the warning on the status page about running boost in safe mode." msgstr "" #: boost.admin.inc:516 msgid "Disable warning about reaching the ext3 file system subdir limit." msgstr "" #: boost.admin.inc:518 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:524 msgid "Boost Retro Mode (no database)" msgstr "" #: boost.admin.inc:528 msgid "NOT RECOMMENDED. Do not use the database at all." msgstr "" #: boost.admin.inc:530 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:536 msgid "Boost crawler" msgstr "" #: boost.admin.inc:540 msgid "Enable the cron crawler" msgstr "" #: boost.admin.inc:542 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:545 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:548;564;580;596;612 msgid "Enable the crawler first to enable this checkbox." msgstr "" #: boost.admin.inc:551 msgid "The \"Overwrite the cached file if it already exits\" must be turned on in order to enable this." msgstr "" #: boost.admin.inc:555 msgid "Do not flush expired content on cron run, instead recrawl and overwrite it." msgstr "" #: boost.admin.inc:561;577;593 msgid "Crawl Site after cron runs, so the cache is primed." msgstr "" #: boost.admin.inc:567;583;599 msgid "Enable the caching of this content type to enable this checkbox" msgstr "" #: boost.admin.inc:571 msgid "Preemptive Cache HTML" msgstr "" #: boost.admin.inc:587 msgid "Preemptive Cache XML" msgstr "" #: boost.admin.inc:603 msgid "Preemptive Cache AJAX/JSON" msgstr "" #: boost.admin.inc:610 msgid "Crawl All URL's in the url_alias table" msgstr "" #: boost.admin.inc:612 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:617 msgid "Crawler Throttle" msgstr "" #: boost.admin.inc:619 msgid "Wait X micro seconds in between hitting each url. 1000000 is 1 second." msgstr "" #: boost.admin.inc:623 msgid "Crawler Batch Size" msgstr "" #: boost.admin.inc:625 msgid "Number of URL's each thread grabs per database operation." msgstr "" #: boost.admin.inc:630 msgid "Number Of Threads" msgstr "" #: boost.admin.inc:642 msgid "Be careful when choosing more then 2 threads." msgstr "" #: boost.admin.inc:650 msgid "Boost crawler - Live info" msgstr "" #: boost.admin.inc:654 msgid "Crawl Rate - Seconds Per Node (highly inaccurate)" msgstr "" #: boost.admin.inc:660 msgid "Crawl ETA - highly inaccurate" msgstr "" #: boost.admin.inc:666 msgid "Stop Crawler. !count URL's left." msgstr "" #: boost.admin.inc:673 msgid "Reset Crawler & Cron Semaphore" msgstr "" #: boost.admin.inc:679 msgid "Estimated Time to crawl site - highly inaccurate" msgstr "" #: boost.admin.inc:690 msgid "Boost Apache .htaccess settings generation" msgstr "" #: boost.admin.inc:691 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:695 msgid "Servers URL or Name" msgstr "" #: boost.admin.inc:703 msgid "Best to leave these as %{}, only try the last option(s) if boost is still not working." msgstr "" #: boost.admin.inc:724 msgid "Value of %best is recommended for this server." msgstr "" #: boost.admin.inc:727 msgid "Please open an boost issue on drupal.org, since apache and php are not configured correctly." msgstr "" #: boost.admin.inc:731 msgid "Document Root" msgstr "" #: boost.admin.inc:738 msgid "ETag Settings" msgstr "" #: boost.admin.inc:746 msgid "Uses FileETag Directive to set ETags for the files cached by Boost. More info on this subject" msgstr "" #: boost.admin.inc:752 msgid "Clear Boost's Database" msgstr "" #: boost.admin.inc:753 msgid "Warning: This gives you a clean slate for the boost database, use with caution. If you change the directories or file extensions (in \"Boost directories and file extensions\"), then clearing the database would be a good idea, but not required." msgstr "" #: boost.admin.inc:757 msgid "Reset boost database: !records records" msgstr "" #: boost.admin.inc:793;796;799;802;805 msgid "Cache file extension %extension must begin with a period." msgstr "" #: boost.admin.inc:810 msgid "Pre-process function %function() does not exist." msgstr "" #: boost.admin.inc:848 msgid "Generated Rules" msgstr "" #: boost.admin.inc:852 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:1103;1138 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1116 msgid "Boost: Expired stale files from static page cache." msgstr "" #: boost.admin.inc:1119 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' OR 'Only Ignore Complete Flushes' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1135 msgid "Boost: Static page cache & 4 database tables cleared." msgstr "" #: boost.admin.inc:1149 msgid "Boost: Stop crawler signal given; all crawler threads should be stopped in less then %time" msgstr "" #: boost.admin.inc:1160 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:376;486;621;684;864;979;1008;1120;1131;1142;1359;1566;1654;1744;1747;1936;2265;2271;2286;2307;3072;3082;3106;3123;3158;3171;3186;3199;3232;3242;3272;3283 msgid "boost" msgstr "" #: boost.rules.inc:33 msgid "Rules flushed !page from static page cache." msgstr "" #: boost.module:355 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:701 msgid "Boost: Pages cache status" msgstr "" #: boost.module:707 msgid "Boost: Pages cache configuration" msgstr "" #: boost.module:713 msgid "Boost: AJAX core statistics" msgstr "" #: boost.module:723 msgid "Display Statistics." msgstr "" #: boost.module:725 msgid "If false, uses Javascript to hide the block via \"parent().parent().hide()\"." msgstr "" #: boost.module:729 msgid "Cache Statistics Block" msgstr "" #: boost.module:746 msgid "This page is being served live to anonymous visitors, as it is not currently in the static page cache." msgstr "" #: boost.module:754 msgid "Globally the site has changed." msgstr "" #: boost.module:756 msgid "This page is being served to anonymous visitors from the static page cache. Took %time seconds to generate this cached page." msgstr "" #: boost.module:758 msgid "The cached copy expired %interval ago." msgstr "" #: boost.module:761 msgid "The cached copy will expire in %interval." msgstr "" #: boost.module:772 msgid "There are php errors or drupal messages on this page, preventing boost from caching." msgstr "" #: boost.module:774 msgid "ERROR:
%error
!link
!performance" msgstr "" #: boost.module:774;1120 msgid "Lookup Error Type" msgstr "" #: boost.module:774;777;1120;1131 msgid "Turn Off Error Checking" msgstr "" #: boost.module:777 msgid "MESSAGES: %msg
!performance" msgstr "" #: boost.module:843 msgid "Flush Page" msgstr "" #: boost.module:871 msgid "none" msgstr "" #: boost.module:872 msgid "default" msgstr "" #: boost.module:892 msgid "Maximum cache lifetime" msgstr "" #: boost.module:895 msgid "Default: %default" msgstr "" #: boost.module:899 msgid "Preemptive Cache" msgstr "" #: boost.module:909 msgid "Scope" msgstr "" #: boost.module:919 msgid "Set Configuration" msgstr "" #: boost.module:925 msgid "Page ID" msgstr "" #: boost.module:932 msgid "id_value" msgstr "" #: boost.module:938 msgid "Content Type" msgstr "" #: boost.module:945 msgid "type_value" msgstr "" #: boost.module:951 msgid "Content Container" msgstr "" #: boost.module:958 msgid "container_value" msgstr "" #: boost.module:964 msgid "Delete Configuration" msgstr "" #: boost.module:966 msgid "Check the box to delete it" msgstr "" #: boost.module:3274 msgid "Boost: Crawler is already running. Attempt to start crawler failed." msgstr "" #: boost.module:376 msgid "Expired stale files from static page cache." msgstr "" #: boost.module:486 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:621 msgid "Debug: boost_expire_node()
Node !nid was flushed resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:684 msgid "Debug: boost_user()
User !uid was deleted resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:864 msgid "Debug: boost_block_form_flush_submit()
Page !path was deleted resulting in !flushed pages being expired from the cache" msgstr "" #: boost.module:979;1008 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:1120 msgid "There are php errors on this page, preventing boost from caching. ERROR:
%error
!link
!performance" msgstr "" #: boost.module:1131 msgid "There are drupal messages on this page, preventing boost from caching. MESSAGES: %msg
!performance" msgstr "" #: boost.module:1142 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:1359 msgid "Flushed ALL files from static page cache." msgstr "" #: boost.module:1566 msgid "Debug: boost_cache_expire_by_filename()
Following files where flushed:
!list" msgstr "" #: boost.module:1654 msgid "Debug: boost_cache_expire_router()
Following files where flushed:
!list" msgstr "" #: boost.module:1744 msgid "Debug: boost_cache_expire_all_db()
Following files where flushed:
!list" msgstr "" #: boost.module:1747 msgid "Debug: boost_cache_expire_all_db()
!num files where flushed" msgstr "" #: boost.module:1936 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:2265 msgid "Unable to create directory: %dir
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2271 msgid "Unable to write temp file: %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2286 msgid "Unable to rename file: %temp to %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2307 msgid "base_url is not set in your settings.php file. Please read #7 in boosts INSTALL.txt file." msgstr "" #: boost.module:3072 msgid "Crawler - Thread %num stopped." msgstr "" #: boost.module:3082 msgid "Crawler - Rogue thread killed." msgstr "" #: boost.module:3106 msgid "Crawler Sleep for 15 seconds" msgstr "" #: boost.module:3123 msgid "Crawler sleeping for @x seconds, do to forced shutdown." msgstr "" #: boost.module:3158;3171 msgid "Crawler - Thread @num of @total started" msgstr "" #: boost.module:3186 msgid "Crawler - Thread %num of %total Killed." msgstr "" #: boost.module:3199;3242 msgid "Crawler - Restarting with 1 thread, to try & get the stubborn urls cached." msgstr "" #: boost.module:3232 msgid "Crawler - Thread %num of %total Done." msgstr "" #: boost.module:3272 msgid "Crawler already running" msgstr "" #: boost.module:3283 msgid "Crawler Start %self" msgstr "" #: boost.module:268 msgid "Performance" msgstr "" #: boost.module:273 msgid "Boost Settings" msgstr "" #: boost.module:274 msgid "Advanced boost configuration." msgstr "" #: boost.module:283 msgid "Boost htaccess rules generation" msgstr "" #: boost.module:284 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:157 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:161 msgid "Menu item for crawler is not there. You need to \"Clear cached data\" at the bottom of the performance page" msgstr "" #: boost.install:165 msgid "Clear cached data & run cron; if error priests open an issue on the Boost issue queue." msgstr "" #: boost.install:220 msgid "Boost Installed correctly, should be working if properly configured." msgstr "" #: boost.install:369;661 msgid "List of the cached page" msgstr "" #: boost.install:393;678 msgid "UNIX timestamp for the expiration date of cached page." msgstr "" #: boost.install:400;526;685;742 msgid "Number of seconds this page should be considered fresh. Used to set the expiration column." msgstr "" #: boost.install:482;719 msgid "Boost cache settings" msgstr "" #: boost.install:549;917 msgid "Boost crawler - temp table" msgstr "" #: boost.install:578;1196 msgid "Boost parent child relationships" msgstr "" #: boost.install:972 msgid "Be sure to update your htaccess rules." msgstr "" #: boost.install:1130 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:1132 msgid "This setting needs to be re-set.

Base Dir: %dir
View Name: %args
Cache Lifetime: %time" msgstr "" #: (duplicate) boost.install:91 ;99 ;108 ;116 ;124 ;132 ;140 ;148 ;170 ;178 ;186 ;194 ;202 ;210 ;218 boost.info:0 msgid "Boost" msgstr "" #: (duplicate) boost.install:92 msgid "!cache_dir: does not exist." msgstr "" #: (duplicate) boost.install:94 ;111 msgid "Cache path" msgstr "" #: (duplicate) boost.install:100 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:102 msgid "Can not write to file-system" msgstr "" #: (duplicate) boost.install:109 msgid "Cache file path: is not set to the default(!default). " msgstr "" #: (duplicate) boost.install:117 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:119 ;127 msgid ".htaccess file" msgstr "" #: (duplicate) boost.install:125 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:133 msgid "You need to get a newer version of poormanscron, most likely the latest dev, or the 2.0 branch." msgstr "" #: (duplicate) boost.install:135 msgid "poormanscron is the wrong version" msgstr "" #: (duplicate) boost.install:141 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:143 msgid "Cannot use \"language fallback\" language negotiation" msgstr "" #: (duplicate) boost.install:149 msgid "Please Run the database update, as the crawler key is not generated yet." msgstr "" #: (duplicate) boost.install:151 msgid "Boost Crawler Key Not Found." msgstr "" #: (duplicate) boost.install:173 msgid "Boost crawler did not get a 200 response; @number returned instead." msgstr "" #: (duplicate) boost.install:179 msgid "Boost is disabled. Enable it." msgstr "" #: (duplicate) boost.install:181 msgid "Boost Disabled" msgstr "" #: (duplicate) boost.install:187 msgid "Boost does not work very well if PHP is in safe mode. Some functionality may not work correctly." msgstr "" #: (duplicate) boost.install:189 msgid "Boost & PHP running in Safe Mode is not a good idea." msgstr "" #: (duplicate) boost.install:195 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:197 msgid "Boost crawler does not have efficient settings." msgstr "" #: (duplicate) boost.install:203 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:205 ;213 msgid "File system sub directory limit." msgstr "" #: (duplicate) boost.install:211 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 "" #: 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 ""