# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # boost.admin.inc,v 1.1.2.1.2.3.2.93 2009/10/21 01:27:53 mikeytown2 # boost.module,v 1.3.2.2.2.5.2.200 2009/10/21 02:22:26 mikeytown2 # boost.rules.inc,v 1.1.2.2 2009/10/21 01:32:48 mikeytown2 # boost.install,v 1.2.2.1.2.3.2.62 2009/10/21 01:26:22 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:09-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;759;789;797;805;1072 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:77 boost.module:781 msgid "none" 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 minimum 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 minimum cache lifetime is the minimum amount of time that will elapse before the cache is emptied. Cache lifetime gets checked on cron runs." msgstr "" #: boost.admin.inc:111 msgid "Boost - XML - Default minimum cache lifetime" msgstr "" #: boost.admin.inc:119 msgid "Boost - JSON - Default minimum 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:130 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:508 msgid "Boost crawler" msgstr "" #: boost.admin.inc:512 msgid "Enable the cron crawler" msgstr "" #: boost.admin.inc:514 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:517 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:520;536;552;568;584 msgid "Enable the crawler first to enable this checkbox." msgstr "" #: boost.admin.inc:523 msgid "The \"Overwrite the cached file if it already exits\" must be turned on in order to enable this." msgstr "" #: boost.admin.inc:527 msgid "Do not flush expired content on cron run, instead recrawl and overwrite it." msgstr "" #: boost.admin.inc:533;549;565 msgid "Crawl Site after cron runs, so the cache is primed." msgstr "" #: boost.admin.inc:539;555;571 msgid "Enable the caching of this content type to enable this checkbox" msgstr "" #: boost.admin.inc:543 msgid "Preemptive Cache HTML" msgstr "" #: boost.admin.inc:559 msgid "Preemptive Cache XML" msgstr "" #: boost.admin.inc:575 msgid "Preemptive Cache AJAX/JSON" msgstr "" #: boost.admin.inc:582 msgid "Crawl All URL's in the url_alias table" msgstr "" #: boost.admin.inc:584 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:589 msgid "Crawler Throttle" msgstr "" #: boost.admin.inc:591 msgid "Wait X micro seconds in between hitting each url. 1000000 is 1 second." msgstr "" #: boost.admin.inc:595 msgid "Crawler Batch Size" msgstr "" #: boost.admin.inc:597 msgid "Number of URL's each thread grabs per database operation." msgstr "" #: boost.admin.inc:602 msgid "Number Of Threads" msgstr "" #: boost.admin.inc:614 msgid "Be careful when choosing more then 2 threads." msgstr "" #: boost.admin.inc:622 msgid "Boost crawler - Live info" msgstr "" #: boost.admin.inc:626 msgid "Crawl Rate - Seconds Per Node (highly inaccurate)" msgstr "" #: boost.admin.inc:632 msgid "Crawl ETA - highly inaccurate" msgstr "" #: boost.admin.inc:638 msgid "Stop Crawler. !count URL's left." msgstr "" #: boost.admin.inc:645 msgid "Reset Crawler & Cron Semaphore" msgstr "" #: boost.admin.inc:651 msgid "Estimated Time to crawl site - highly inaccurate" msgstr "" #: boost.admin.inc:662 msgid "Boost Apache .htaccess settings generation" msgstr "" #: boost.admin.inc:663 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:667 msgid "Servers URL or Name" msgstr "" #: boost.admin.inc:675 msgid "Best to leave these as %{}, only try the last option(s) if boost is still not working." msgstr "" #: boost.admin.inc:696 msgid "Value of %best is recommended for this server." msgstr "" #: boost.admin.inc:699 msgid "Please open an boost issue on drupal.org, since apache and php are not configured correctly." msgstr "" #: boost.admin.inc:703 msgid "Document Root" msgstr "" #: boost.admin.inc:710 msgid "ETag Settings" msgstr "" #: boost.admin.inc:718 msgid "Uses FileETag Directive to set ETags for the files cached by Boost. More info on this subject" msgstr "" #: boost.admin.inc:724 msgid "Clear Boost's Database" msgstr "" #: boost.admin.inc:725 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:729 msgid "Reset boost database: !records records" msgstr "" #: boost.admin.inc:765;768;771;774;777 msgid "Cache file extension %extension must begin with a period." msgstr "" #: boost.admin.inc:782 msgid "Pre-process function %function() does not exist." msgstr "" #: boost.admin.inc:820 msgid "Generated Rules" msgstr "" #: boost.admin.inc:824 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:1075;1110 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1088 msgid "Boost: Expired stale files from static page cache." msgstr "" #: boost.admin.inc:1091 msgid "Boost: Set \"Ignore cache flushing:\" to 'Disabled' OR 'Only Ignore Complete Flushes' in the boost advanced settings & try again." msgstr "" #: boost.admin.inc:1107 msgid "Boost: Static page cache & 4 database tables cleared." msgstr "" #: boost.admin.inc:1121 msgid "Boost: Stop crawler signal given; all crawler threads should be stopped in less then %time" msgstr "" #: boost.admin.inc:1132 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:361;1020;1031;1254;2030;2036;2051;2072;2837;2847;2871;2888;2923;2936;2951;2964;2997;3007;3037;3048 msgid "boost" msgstr "" #: boost.rules.inc:33 msgid "Rules flushed !page from static page cache." msgstr "" #: boost.module:340 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:623 msgid "Boost: Pages cache status" msgstr "" #: boost.module:629 msgid "Boost: Pages cache configuration" msgstr "" #: boost.module:635 msgid "Boost: AJAX core statistics" msgstr "" #: boost.module:645 msgid "Display Statistics." msgstr "" #: boost.module:647 msgid "If false, uses Javascript to hide the block via \"parent().parent().hide()\"." msgstr "" #: boost.module:651 msgid "Cache Statistics Block" msgstr "" #: boost.module:668 msgid "This page is being served live to anonymous visitors, as it is not currently in the static page cache." msgstr "" #: boost.module:676 msgid "Globally the site has changed." msgstr "" #: boost.module:678 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:680 msgid "The cached copy expired %interval ago." msgstr "" #: boost.module:683 msgid "The cached copy will expire in %interval." msgstr "" #: boost.module:694 msgid "There are php errors or drupal messages on this page, preventing boost from caching." msgstr "" #: boost.module:696 msgid "ERROR:
%error
!link
!performance" msgstr "" #: boost.module:696;1020 msgid "Lookup Error Type" msgstr "" #: boost.module:696;699;1020;1031 msgid "Turn Off Error Checking" msgstr "" #: boost.module:699 msgid "MESSAGES: %msg
!performance" msgstr "" #: boost.module:761 msgid "Flush Page" msgstr "" #: boost.module:782 msgid "default" msgstr "" #: boost.module:802 msgid "Minimum cache lifetime" msgstr "" #: boost.module:805 msgid "Default: %default" msgstr "" #: boost.module:809 msgid "Preemptive Cache" msgstr "" #: boost.module:819 msgid "Scope" msgstr "" #: boost.module:829 msgid "Set Configuration" msgstr "" #: boost.module:835 msgid "Page ID" msgstr "" #: boost.module:842 msgid "id_value" msgstr "" #: boost.module:848 msgid "Content Type" msgstr "" #: boost.module:855 msgid "type_value" msgstr "" #: boost.module:861 msgid "Content Container" msgstr "" #: boost.module:868 msgid "container_value" msgstr "" #: boost.module:874 msgid "Delete Configuration" msgstr "" #: boost.module:876 msgid "Check the box to delete it" msgstr "" #: boost.module:3039 msgid "Boost: Crawler is already running. Attempt to start crawler failed." msgstr "" #: boost.module:361 msgid "Expired stale files from static page cache." msgstr "" #: boost.module:1020 msgid "There are php errors on this page, preventing boost from caching. ERROR:
%error
!link
!performance" msgstr "" #: boost.module:1031 msgid "There are drupal messages on this page, preventing boost from caching. MESSAGES: %msg
!performance" msgstr "" #: boost.module:1254 msgid "Flushed ALL files from static page cache." msgstr "" #: boost.module:2030 msgid "Unable to create directory: %dir
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2036 msgid "Unable to write temp file: %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2051 msgid "Unable to rename file: %temp to %file
Group ID: %gid
User ID: %uid
Current script owner: %user
" msgstr "" #: boost.module:2072 msgid "base_url is not set in your settings.php file. Please read #7 in boosts INSTALL.txt file." msgstr "" #: boost.module:2837 msgid "Crawler - Thread %num stopped." msgstr "" #: boost.module:2847 msgid "Crawler - Rogue thread killed." msgstr "" #: boost.module:2871 msgid "Crawler Sleep for 15 seconds" msgstr "" #: boost.module:2888 msgid "Crawler sleeping for @x seconds, do to forced shutdown." msgstr "" #: boost.module:2923;2936 msgid "Crawler - Thread @num of @total started" msgstr "" #: boost.module:2951 msgid "Crawler - Thread %num of %total Killed." msgstr "" #: boost.module:2964;3007 msgid "Crawler - Restarting with 1 thread, to try & get the stubborn urls cached." msgstr "" #: boost.module:2997 msgid "Crawler - Thread %num of %total Done." msgstr "" #: boost.module:3037 msgid "Crawler already running" msgstr "" #: boost.module:3048 msgid "Crawler Start %self" msgstr "" #: boost.module:253 msgid "Performance" msgstr "" #: boost.module:258 msgid "Boost Settings" msgstr "" #: boost.module:259 msgid "Advanced boost configuration." msgstr "" #: boost.module:268 msgid "Boost htaccess rules generation" msgstr "" #: boost.module:269 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:179 msgid "Boost Installed correctly, should be working if properly configured." msgstr "" #: boost.install:266;558 msgid "List of the cached page" msgstr "" #: boost.install:290;575 msgid "UNIX timestamp for the expiration date of cached page." msgstr "" #: boost.install:297;423;582;639 msgid "Number of seconds this page should be considered fresh. Used to set the expiration column." msgstr "" #: boost.install:379;616 msgid "Boost cache settings" msgstr "" #: boost.install:446;814 msgid "Boost crawler - temp table" msgstr "" #: boost.install:475;1093 msgid "Boost parent child relationships" msgstr "" #: boost.install:869 msgid "Be sure to update your htaccess rules." msgstr "" #: boost.install:1027 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:1029 msgid "This setting needs to be re-set.

Base Dir: %dir
View Name: %args
Cache Lifetime: %time" msgstr "" #: (duplicate) boost.install:88 ;96 ;105 ;113 ;121 ;129 ;137 ;145 ;153 ;161 ;169 ;177 boost.info:0 msgid "Boost" msgstr "" #: (duplicate) boost.install:89 msgid "!cache_dir: does not exist." msgstr "" #: (duplicate) boost.install:91 ;108 msgid "Cache path" msgstr "" #: (duplicate) boost.install:97 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:99 msgid "Can not write to file-system" msgstr "" #: (duplicate) boost.install:106 msgid "Cache file path: is not set to the default(!default). " msgstr "" #: (duplicate) boost.install:114 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:116 ;124 msgid ".htaccess file" msgstr "" #: (duplicate) boost.install:122 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:130 msgid "You need to get a newer version of poormanscron, most likely the latest dev, or the 2.0 branch." msgstr "" #: (duplicate) boost.install:132 msgid "poormanscron is the wrong version" msgstr "" #: (duplicate) boost.install:138 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:140 msgid "Cannot use \"language fallback\" language negotiation" msgstr "" #: (duplicate) boost.install:146 msgid "Please Run the database update, as the crawler key is not generated yet." msgstr "" #: (duplicate) boost.install:148 msgid "Boost Crawler Key Not Found." msgstr "" #: (duplicate) boost.install:154 msgid "@number returned. Crawler URL (@url) is not available, please report this issue" msgstr "" #: (duplicate) boost.install:156 msgid "Boost crawler did not get a 200 response." msgstr "" #: (duplicate) boost.install:162 msgid "Boost is disabled. Enable it." msgstr "" #: (duplicate) boost.install:164 msgid "Boost Disabled" msgstr "" #: (duplicate) boost.install:170 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:172 msgid "Boost crawler does not have efficient settings." 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 ""