AGGREGATOR_CLEAR_NEVER modules/aggregator/aggregator.processor.inc Oznacza, że wpisy kanału nigdy nie powinny wygasnąć.
BLOCK_CACHE_GLOBAL modules/block/block.module Blok jest taki sam na każdej stronie, gdzie jest widoczny.
BLOCK_CACHE_PER_PAGE modules/block/block.module Blok może się zmieniać w zależności od oglądanej strony.
BLOCK_CACHE_PER_ROLE modules/block/block.module The block can change depending on the roles the user viewing the page belongs to.
This is the default setting, used when the block does not specify anything.Przetłumacz
BLOCK_CACHE_PER_USER modules/block/block.module The block can change depending on the user viewing the page.
This setting can be resource-consuming for sites with large number of users,
and thus should only be used when BLOCK_CACHE_PER_ROLE is not sufficient.Przetłumacz
BLOCK_NO_CACHE modules/block/block.module The block should not get cached. This setting should be used:Przetłumacz
BLOCK_REGION_NONE modules/block/block.module Oznacz, że blok nie jest aktywny w żadnym regionie i nie powinien być wyświetlony.
CACHE_AGGRESSIVE includes/bootstrap.inc Indicates that page caching is using "aggressive" mode. This bypasses
loading any modules for additional speed, which may break functionality in
modules that expect to be run on each page load.Przetłumacz
CACHE_DISABLED includes/bootstrap.inc Oznacza, że cache strony jest wyłączony.
CACHE_NORMAL includes/bootstrap.inc Oznacza, że cache strony jest wyłączony, przy użyciu trybu "normal".
CACHE_PERMANENT includes/bootstrap.inc Indicates that the item should never be removed unless explicitly told to
using cache_clear_all () with a cache ID.Przetłumacz
CACHE_TEMPORARY includes/bootstrap.inc Indicates that the item should be removed at the next general cache wipe.Przetłumacz
CHECK_PLAIN includes/bootstrap.inc Flag for drupal_set_title (); text is not sanitized, so run check_plain ().Przetłumacz
COMMENT_ANONYMOUS_MAYNOT_CONTACT modules/comment/comment.module Anonymous posters cannot enter their contact information.Przetłumacz
COMMENT_ANONYMOUS_MAY_CONTACT modules/comment/comment.module Anonimowi użytkownicy mogą pozostawić dane kontaktowe.
COMMENT_ANONYMOUS_MUST_CONTACT modules/comment/comment.module Anonimowi użytkownicy są zobowiązani pozostawić dane kontaktowe.
COMMENT_FORM_BELOW modules/comment/comment.module Comment form should be shown below post or list of comments.Przetłumacz
COMMENT_FORM_SEPARATE_PAGE modules/comment/comment.module Comment form should be displayed on a separate page.Przetłumacz
COMMENT_MODE_FLAT_COLLAPSED modules/comment/comment.module Komentarze są wyświetlane w płaskiej liście - ukryte (collapsed).
COMMENT_MODE_FLAT_EXPANDED modules/comment/comment.module Komentarze są wyświetlane w płaskiej liście - odkryte (expanded).
COMMENT_MODE_THREADED_COLLAPSED modules/comment/comment.module Komentarze są wyświetlane w liście podzielonej na wątki (threaded list). Są ukryte (collapsed).
COMMENT_MODE_THREADED_EXPANDED modules/comment/comment.module Komentarze są wyświetlane w liście podzielonej na wątki (threaded list). Są odkryte (expanded).
COMMENT_NODE_CLOSED modules/comment/comment.module Komentarze dla tej strony są zablokowane.
COMMENT_NODE_HIDDEN modules/comment/comment.module Komentarze dla tej strony są ukryte.
COMMENT_NODE_OPEN modules/comment/comment.module Komentarze dla tej strony są otwarte.
COMMENT_NOT_PUBLISHED modules/comment/comment.module Comment is awaiting approval.Przetłumacz
COMMENT_PREVIEW_OPTIONAL modules/comment/comment.module Podgląd komentarza jest opcjonalny.
COMMENT_PREVIEW_REQUIRED modules/comment/comment.module Podgląd komentarza jest obowiązkowy.
COMMENT_PUBLISHED modules/comment/comment.module Komentarz jest opublikowany.
DRUPAL_ANONYMOUS_RID includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table.Przetłumacz
DRUPAL_AUTHENTICATED_RID includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table.Przetłumacz
DRUPAL_BOOTSTRAP_ACCESS includes/bootstrap.inc Fourth bootstrap phase: identify and reject banned hosts.Przetłumacz
DRUPAL_BOOTSTRAP_CONFIGURATION includes/bootstrap.inc First bootstrap phase: initialize configuration.Przetłumacz
DRUPAL_BOOTSTRAP_DATABASE includes/bootstrap.inc Third bootstrap phase: initialize database layer.Przetłumacz
DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE includes/bootstrap.inc Second bootstrap phase: try to call a non-database cache
fetch routine.Przetłumacz
DRUPAL_BOOTSTRAP_FULL includes/bootstrap.inc Final bootstrap phase: Drupal is fully loaded; validate and fix
input data.Przetłumacz
DRUPAL_BOOTSTRAP_LANGUAGE includes/bootstrap.inc Eighth bootstrap phase: find out language of the page.Przetłumacz
DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE includes/bootstrap.inc Seventh bootstrap phase: load bootstrap.inc and module.inc , start
the variable system and try to serve a page from the cache.Przetłumacz
DRUPAL_BOOTSTRAP_PATH includes/bootstrap.inc Nineth bootstrap phase: set $_GET['q'] to Drupal path of request.Przetłumacz
DRUPAL_BOOTSTRAP_SESSION includes/bootstrap.inc Fifth bootstrap phase: initialize session handling.Przetłumacz
DRUPAL_BOOTSTRAP_VARIABLES includes/bootstrap.inc Sixth bootstrap phase: initialize the variable system.Przetłumacz
DRUPAL_CORE_COMPATIBILITY modules/system/system.module Core API compatibility.Przetłumacz
DRUPAL_HASH_COUNT includes/password.inc The standard log2 number of iterations for password stretching. This should
increase by 1 at least every other Drupal version in order to counteract
increases in the speed and power of computers available to crack the hashes.Przetłumacz
DRUPAL_KILOBYTE includes/bootstrap.inc The number of bytes in a kilobyte. For more information, visit
http://en.wikipedia.org/wiki/Kilobyte .Przetłumacz
DRUPAL_MAXIMUM_TEMP_FILE_AGE modules/system/system.module Maximum age of temporary files in seconds.Przetłumacz
DRUPAL_MAX_HASH_COUNT includes/password.inc The maximum allowed log2 number of iterations for password stretching.Przetłumacz
DRUPAL_MINIMUM_MYSQL modules/system/system.module Minimum supported version of MySQL, if it is used.Przetłumacz
DRUPAL_MINIMUM_PGSQL modules/system/system.module Minimum supported version of PostgreSQL, if it is used.Przetłumacz
DRUPAL_MINIMUM_PHP modules/system/system.module Minimum supported version of PHP.Przetłumacz
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT modules/system/system.module Minimalna polecana wartość zmiennej memory_limit.