ut icon";s:33:"ショートカットアイコン";s:14:"Toggle display";s:21:"表示の切り替え";s:55:"Enable or disable the display of certain page elements.";s:133:"テーマで表示する特定のページ要素を指定してください。 チェックを入れたものが表示されます。";s:27:"Display post information on";s:21:"投稿情報の表示";s:19:"Logo image settings";s:21:"ロゴ画像の設定";s:52:"If toggled on, the following logo will be displayed.";s:61:"テーマで表示するロゴを設定してください。 ";s:20:"Use the default logo";s:33:"デフォルトのロゴを使用";s:66.qz";a:6:{s:11:"description";s:36:"Stores comments and associated data.";s:6:"fields";a:14:{s:3:"cid";a:3:{s:4:"type";s:6:"serial";s:8:"not null";b:1;s:11:"description";s:31:"Primary Key: Unique comment ID.";}s:3:"pid";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:117:"The {comments}.cid to which this comment is a reply. If set to 0, this comment is not a reply to an existing comment.";}s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:48:"The {node}.nid to which this comment is a reply.";}s:3:"uid";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:101:"The {users}.uid who authored the comment. If set to 0, this comment was created by an anonymous user.";}s:7:"subject";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:18:"The comment title.";}s:7:"comment";a:4:{s:4:"type";s:4:"text";s:8:"not null";b:1;s:4:"size";s:3:"big";s:11:"description";s:17:"The comment body.";}s:8:"hostname";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:128;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:23:"The author's host name.";}s:9:"timestamp";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:89:"The time that the comment was created, or last edited by its author, as a Unix timestamp.";}s:6:"status";a:6:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:69:"The published status of a comment. (0 = Published, 1 = Not Published)";}s:6:"format";a:5:{s:4:"type";s:3:"int";s:4:"size";s:5:"small";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:48:"The {filter_formats}.format of the comment body.";}s:6:"thread";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:1;s:11:"description";s:62:"The vancode representation of the comment's place in a thread.";}s:4:"name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:60;s:8:"not null";b:0;s:11:"description";s:124:"The comment author's name. Uses {users}.name if the user is logged in, otherwise uses the value typed into the comment form.";}s:4:"mail";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:0;s:11:"description";s:169:"The comment author's e-mail address from the comment form, if user is anonymous, and the 'Anonymous users may/must leave their contact information' setting is turned on.";}s:8:"homepage";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;s:11:"description";s:172:"The comment author's home page address from the comment form, if user is anonymous, and the 'Anonymous users may/must leave their contact information' setting is turned on.";}}s:7:"indexes";a:3:{s:3:"pid";a:1:{i:0;s:3:"pid";}s:3:"nid";a:1:{i:0;s:3:"nid";}s:6:"status";a:1:{i:0;s:6:"status";}}s:11:"primary key";a:1:{i:0;s:3:"cid";}s:6:"module";s:7:"comment";s:4:"name";s:8:"comments";}s:23:"node_comment_statistics";a:6:{s:11:"description";s:82:"Maintains statistics of node and comments posts to show "new" and "updated" flags.";s:6:"fields";a:5:{s:3:"nid";a:5:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:53:"The {node}.nid for which the statistics are compiled.";}s:22:"last_comment_timestamp";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:99:"The Unix timestamp of the last comment that was posted within this node, from {comments}.timestamp.";}s:17:"last_comment_name";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:60;s:8:"not null";b:0;s:11:"description";s:83:"The name of the latest author to post a comment on this node, from {comments}.name.";}s:16:"last_comment_uid";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:85:"The user ID of the latest author to post a comment on this node, from {comments}.uid.";}s:13:"comment_count";a:5:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:42:"The total number of comments on this node.";}}s:11:"primary key";a:1:{i:0;s:3:"nid";}s:7:"indexes";a:1:{s:22:"node_comment_timestamp";a:1:{i:0;s:22:"last_comment_timestamp";}}s:6:"module";s:7:"comment";s:4:"name";s:23:"node_comment_statistics";}s:8:"watchdog";a:6:{s:11:"description";s:46:"Table that contains logs of all system events.";s:6:"fields";a:11:{s:3:"wid";a:3:{s:4:"type";s:6:"serial";s:8:"not null";b:1;s:11:"description";s:38:"Primary Key: Unique watchdog event ID.";}s:3:"uid";a:4:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:11:"description";s:52:"The {users}.uid of the user who triggered the event.";}s:4:"type";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:16;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:60:"Type of log message, for example "user" or "page not found."";}s:7:"message";a:4:{s:4:"type";s:4:"text";s:8:"not null";b:1;s:4:"size";s:3:"big";s:11:"description";s:55:"Text of log message to be passed into the t() function.";}s:9:"variables";a:4:{s:4:"type";s:4:"text";s:8:"not null";b:1;s:4:"size";s:3:"big";s:11:"description";s:101:"Serialized array of variables that match the message string and that is passed into the t() function.";}s:8:"severity";a:6:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:71:"The severity level of the event; ranges from 0 (Emergency) to 7 (Debug)";}s:4:"link";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:37:"Link to view the result of the event.";}s:8:"location";a:3:{s:4:"type";s:4:"text";s:8:"not null";b:1;s:11:"description";s:31:"URL of the origin of the event.";}s:7:"referer";a:5:{s:4:"type";s:7:"varchar";s:6:"length";e_registry:garlanda:133:{s:24:"block_admin_display_form";a:7:{s:8:"template";s:38:"modules/block/block-admin-display-form";s:4:"file";s:29:"modules/block/block.admin.inc";s:9:"arguments";a:1:{s:4:"form";N;}s:4:"type";s:6:"module";s:10:"theme path";s:13:"modules/block";s:11:"theme paths";a:1:{i:0;s:13:"modules/block";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:44:"template_preprocess_block_admin_display_form";}}s:15:"book_navigation";a:6:{s:9:"arguments";a:1:{s:9:"book_link";N;}s:8:"template";s:28:"modules/book/book-navigation";s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:35:"template_preprocess_book_navigation";}}s:16:"book_export_html";a:6:{s:9:"arguments";a:3:{s:5:"title";N;s:8:"contents";N;s:5:"depth";N;}s:8:"template";s:29:"modules/book/book-export-html";s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:36:"template_preprocess_book_export_html";}}s:16:"book_admin_table";a:6:{s:9:"arguments";a:1:{s:4:"form";N;}s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:8:"function";s:22:"theme_book_admin_table";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:15:"book_title_link";a:6:{s:9:"arguments";a:1:{s:4:"link";N;}s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:8:"function";s:21:"theme_book_title_link";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:20:"book_all_books_block";a:6:{s:9:"arguments";a:1:{s:10:"book_menus";a:0:{}}s:8:"template";s:33:"modules/book/book-all-books-block";s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:21:"book_node_export_html";a:6:{s:9:"arguments";a:2:{s:4:"node";N;s:8:"children";N;}s:8:"template";s:34:"modules/book/book-node-export-html";s:4:"type";s:6:"module";s:10:"theme path";s:12:"modules/book";s:11:"theme paths";a:1:{i:0;s:12:"modules/book";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:41:"template_preprocess_book_node_export_html";}}s:17:"color_scheme_form";a:6:{s:9:"arguments";a:1:{s:4:"form";N;}s:4:"type";s:6:"module";s:10:"theme path";s:13:"modules/color";s:8:"function";s:23:"theme_color_scheme_form";s:11:"theme paths";a:1:{i:0;s:13:"modules/color";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:13:"comment_block";a:6:{s:9:"arguments";a:0:{}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:19:"theme_comment_block";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:22:"comment_admin_overview";a:6:{s:9:"arguments";a:1:{s:4:"form";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:28:"theme_comment_admin_overview";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:15:"comment_preview";a:6:{s:9:"arguments";a:4:{s:7:"comment";N;s:4:"node";N;s:5:"links";a:0:{}s:7:"visible";i:1;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:21:"theme_comment_preview";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:12:"comment_view";a:6:{s:9:"arguments";a:4:{s:7:"comment";N;s:4:"node";N;s:5:"links";a:0:{}s:7:"visible";i:1;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:18:"theme_comment_view";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:16:"comment_controls";a:6:{s:9:"arguments";a:1:{s:4:"form";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:22:"theme_comment_controls";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:7:"comment";a:7:{s:8:"template";s:7:"comment";s:4:"path";s:14:"themes/garland";s:4:"type";s:12:"theme_engine";s:10:"theme path";s:14:"themes/garland";s:9:"arguments";a:3:{s:7:"comment";N;s:4:"node";N;s:5:"links";a:0:{}}s:11:"theme paths";a:2:{i:0;s:15:"modules/comment";i:1;s:14:"themes/garland";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:27:"template_preprocess_comment";}}s:14:"comment_folded";a:6:{s:8:"template";s:30:"modules/comment/comment-folded";s:9:"arguments";a:1:{s:7:"comment";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:2:{i:0;s:19:"template_preprocess";i:1;s:34:"template_preprocess_comment_folded";}}s:22:"comment_flat_collapsed";a:6:{s:9:"arguments";a:2:{s:7:"comment";N;s:4:"node";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:28:"theme_comment_flat_collapsed";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:21:"comment_flat_expanded";a:6:{s:9:"arguments";a:2:{s:7:"comment";N;s:4:"node";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:27:"theme_comment_flat_expanded";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:24:"comment_thread_collapsed";a:6:{s:9:"arguments";a:2:{s:7:"comment";N;s:4:"node";N;}s:4:"type";s:6:"module";s:10:"theme path";s:15:"modules/comment";s:8:"function";s:30:"theme_comment_thread_collapsed";s:11:"theme paths";a:1:{i:0;s:15:"modules/comment";}s:20:"preprocess functions";a:1:{i:0;s:19:"template_preprocess";}}s:23:"comment_thread_expanded";a:6:{s:9:"arguments";a:2:{s:7:"comment";N;s:4:"node";N;}s:4:"type";s:6:"module";s:10:"theme pat4zhemad7a:54:{s:6:"blocks";a:7:{s:11:"description";s:62:"Stores block settings, such as region and visibility settings.";s:6:"fields";a:13:{s:3:"bid";a:3:{s:4:"type";s:6:"serial";s:8:"not null";b:1;s:11:"description";s:29:"Primary Key: Unique block ID.";}s:6:"module";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:126:"The module from which the block originates; for example, 'user' for the Who's Online block, and 'block' for any custom blocks.";}s:5:"delta";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:32;s:8:"not null";b:1;s:7:"default";s:1:"0";s:11:"description";s:36:"Unique ID for block within a module.";}s:5:"theme";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:47:"The theme under which the block settings apply.";}s:6:"status";a:5:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:49:"Block enabled status. (1 = enabled, 0 = disabled)";}s:6:"weight";a:5:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:27:"Block weight within region.";}s:6:"region";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:43:"Theme region within which the block is set.";}s:6:"custom";a:5:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:169:"Flag to indicate how users may control visibility of the block. (0 = Users cannot control, 1 = On by default, but can be hidden, 2 = Hidden by default, but can be shown)";}s:8:"throttle";a:5:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:113:"Flag to indicate whether or not to remove block when website traffic is high. (1 = throttle, 0 = do not throttle)";}s:10:"visibility";a:5:{s:4:"type";s:3:"int";s:8:"not null";b:1;s:7:"default";i:0;s:4:"size";s:4:"tiny";s:11:"description";s:169:"Flag to indicate how to show blocks on pages. (0 = Show on all pages except listed pages, 1 = Show only on listed pages, 2 = Use custom PHP code to determine visibility)";}s:5:"pages";a:3:{s:4:"type";s:4:"text";s:8:"not null";b:1;s:11:"description";s:148:"Contents of the "Pages" block; contains either a list of paths on which to include/exclude the block or PHP code, depending on "visibility" setting.";}s:5:"title";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:64;s:8:"not null";b:1;s:7:"default";s:0:"";s:11:"description";s:154:"Custom title fo