[ Index ] |
PHP Cross Reference of Textpattern 4.0.8 |
[Summary view] [Print] [Text view]
1 <?php 2 # install en-gb without XML-RPC requirements 3 $en_gb_lang = array( 4 'admin' => array( 5 'add_new_author' => 'Add New Author', 6 'and_mailed_to' => 'and mailed to', 7 'author_deleted' => 'Author <strong>{name}</strong> deleted.', 8 'author_updated' => 'Author <strong>{name}</strong> updated.', 9 'a_message_will_be_sent_with_login' => 'A message will be sent with login information.', 10 'a_new_password_will_be_mailed' => 'A new password will be e-mailed', 11 'changeprivilege' => 'Change privilege', 12 'change_email_address' => 'Change Your E-mail Address', 13 'change_password' => 'Change Your Password', 14 'copy_editor' => 'Copy Editor', 15 'could_not_mail' => 'Could not mail', 16 'could_not_update_author' => 'Could not update author', 17 'designer' => 'Designer', 18 'edit_author' => 'Edit Author', 19 'email_changed' => 'E-mail address changed to {email}.', 20 'error_adding_new_author' => 'Error adding new author.', 21 'freelancer' => 'Freelancer', 22 'last_login' => 'Last Login', 23 'login_name' => 'Login', 24 'log_in_at' => 'Login at', 25 'mail_it' => 'Mail it to me', 26 'managing_editor' => 'Managing Editor', 27 'new_email' => 'New e-mail', 28 'new_password' => 'New password', 29 'password_changed' => 'Password changed', 30 'password_changed_mailed' => 'Password changed and mailed to {email}.', 31 'password_forgotten' => 'Forgot password?', 32 'password_required' => 'Please provide a new password.', 33 'password_reset' => 'Reset password', 34 'password_reset_button' => 'Reset password', 35 'password_reset_confirmation' => 'Somebody (probably you) has requested to reset your password. Please confirm this reset request by clicking on the link below', 36 'password_reset_confirmation_request' => 'Please confirm your password reset request', 37 'password_reset_confirmation_request_sent' => 'A confirmation message was sent to your e-mail address. <br />Please check your email and follow the instructions.', 38 'password_sent_to' => 'Password sent to', 39 'privileges' => 'Privileges', 40 'publisher' => 'Publisher', 41 'real_name' => 'Real Name', 42 'resetpassword' => 'Reset password', 43 'reset_author_password' => 'Reset author password', 44 'site_administration' => 'Users', 45 'staff_writer' => 'Staff writer', 46 'unknown_author' => 'Unknown author: {name}', 47 'writer' => 'Writer', 48 'your_login_info' => 'Your login info', 49 'your_login_is' => 'Your login is', 50 'your_new_password' => 'Your new password', 51 'your_password_is' => 'Your password is', 52 'you_have_been_registered' => 'You have been registered as a contributor to the site', 53 ), 54 'article' => array( 55 'advanced_options' => 'Advanced Options', 56 'article_day' => 'Day', 57 'article_expires_before_postdate' => 'Error: Article expires <strong>before</strong> post date.', 58 'article_hour' => 'Hour', 59 'article_image' => 'Article image', 60 'article_markup' => 'Article Markup', 61 'article_minute' => 'Minute', 62 'article_month' => 'Month', 63 'article_posted' => 'Article posted.', 64 'article_saved' => 'Article saved.', 65 'article_saved_draft' => 'Article saved as draft.', 66 'article_saved_hidden' => 'Article saved as hidden.', 67 'article_saved_pending' => 'Article saved as pending.', 68 'article_second' => 'Second', 69 'article_year' => 'Year', 70 'concurrent_edit_by' => 'Article NOT saved. {author} modified the article while you were editing it. If you\'re sure, press the \'save\' button once more.', 71 'excerpt_markup' => 'Excerpt Markup', 72 'expires' => 'Expires', 73 'no_articles_recorded' => 'No articles recorded.', 74 'or_publish_at' => '…or publish at', 75 'override_default_form' => 'Override form', 76 'pending' => 'Pending', 77 'reset_time' => 'Reset time to now…', 78 'set_to_now' => 'Set timestamp to now…', 79 'sort_display' => 'Sort and Display', 80 'timestamp' => 'Timestamp', 81 'url_title' => 'URL-only title', 82 'url_title_is_blank' => 'URL-only title was left blank.', 83 'url_title_is_multiple' => 'The same URL-only title is used by {count} different articles.', 84 'write' => 'Write', 85 ), 86 'category' => array( 87 'article_categories_deleted' => 'Article categories deleted: <strong>{list}</strong>.', 88 'article_category' => 'Article category', 89 'article_category_already_exists' => 'Article category <strong>{name}</strong> already exists.', 90 'article_category_created' => 'Article category <strong>{name}</strong> created.', 91 'article_category_invalid' => 'Article category <strong>{name}</strong> invalid.', 92 'article_category_name' => 'Article category name', 93 'article_category_title' => 'Article category title', 94 'article_category_updated' => 'Article category <strong>{name}</strong> updated.', 95 'article_head' => 'Article Categories', 96 'edit_category' => 'Edit Category', 97 'file_categories_deleted' => 'File categories deleted: <strong>{list}</strong>.', 98 'file_category_already_exists' => 'File category <strong>{name}</strong> already exists.', 99 'file_category_created' => 'File category <strong>{name}</strong> created.', 100 'file_category_invalid' => 'File category <strong>{name}</strong> invalid.', 101 'file_category_name' => 'File Category name', 102 'file_category_title' => 'File Category title', 103 'file_category_updated' => 'File category <strong>{name}</strong> updated.', 104 'file_head' => 'File Categories', 105 'image_categories_deleted' => 'Image categories deleted: <strong>{list}</strong>.', 106 'image_category_already_exists' => 'Image category <strong>{name}</strong> already exists.', 107 'image_category_created' => 'Image category <strong>{name}</strong> created.', 108 'image_category_invalid' => 'Image category <strong>{name}</strong> invalid.', 109 'image_category_name' => 'Image Category name', 110 'image_category_title' => 'Image category title', 111 'image_category_updated' => 'Image category <strong>{name}</strong> updated.', 112 'image_head' => 'Image Categories', 113 'link_categories_deleted' => 'Link categories deleted: <strong>{list}</strong>.', 114 'link_category_already_exists' => 'Link category <strong>{name}</strong> already exists.', 115 'link_category_created' => 'Link category <strong>{name}</strong> created.', 116 'link_category_invalid' => 'Link category <strong>{name}</strong> invalid.', 117 'link_category_name' => 'Link Category name', 118 'link_category_title' => 'Link Category title', 119 'link_category_updated' => 'Link category <strong>{name}</strong> updated.', 120 'link_head' => 'Link Categories', 121 'no_categories_exist' => 'None exist.', 122 'no_other_categories_exist' => 'No other categories exist.', 123 'parent' => 'Parent', 124 ), 125 'common' => array( 126 'active' => 'Active', 127 'add' => 'Add', 128 'admin' => 'Admin', 129 'ar-ar' => 'عربي', 130 'ar-dz' => 'عربي', 131 'are_you_sure' => 'Are you sure?', 132 'ascending' => 'Ascending', 133 'auth_required' => 'Authorisation required.', 134 'bad_cookie' => 'Your login session has expired. Please login again.', 135 'bg-bg' => 'Български', 136 'body' => 'Body', 137 'ca-es' => 'Català', 138 'changeauthor' => 'Change author', 139 'changecategory' => 'Change category', 140 'changecategory1' => 'Change category1', 141 'changecategory2' => 'Change category2', 142 'changecomments' => 'Change comments', 143 'changesection' => 'Change section', 144 'changestatus' => 'Change status', 145 'confirm_delete_popup' => 'Really delete?', 146 'cookies_must_be_enabled' => 'Browser cookies must be enabled to use Textpattern.', 147 'could_not_log_in' => 'Could not login with that name/password.', 148 'cs-cz' => 'Čeština', 149 'da-dk' => 'Dansk', 150 'de-de' => 'Deutsch', 151 'delete_selected' => 'Delete selected', 152 'descending' => 'Descending', 153 'description' => 'Description', 154 'detail_toggle' => 'Show Detail', 155 'draft' => 'Draft', 156 'el-gr' => 'Ελληνικά', 157 'en-gb' => 'English (Great Britain)', 158 'en-us' => 'English (United States)', 159 'es-es' => 'Español', 160 'et-ee' => 'Eesti', 161 'excerpt' => 'Excerpt', 162 'expired' => 'Expired', 163 'fi-fi' => 'Suomi', 164 'form_not_found' => 'Form not found', 165 'form_not_specified' => 'Form not specified.', 166 'fr-fr' => 'Français', 167 'gd_unavailable' => 'unavailable', 168 'gl-gz' => 'Galego', 169 'greeting' => 'Dear', 170 'he-il' => 'עברית', 171 'hidden' => 'Hidden', 172 'hr-hr' => 'Hrvatski', 173 'hu-hu' => 'Magyar', 174 'id-id' => 'Bahasa Indonesia', 175 'image_category' => 'Category', 176 'is-is' => 'Íslenska', 177 'it-it' => 'Italiano', 178 'ja-jp' => '日本語', 179 'ko-kr' => '한국말 (대한민국)', 180 'lang_dir' => 'ltr', 181 'link_category' => 'Category', 182 'logged_in_as' => 'Logged in as', 183 'login' => 'Login', 184 'login_to_textpattern' => 'Login to Textpattern', 185 'logout' => 'Logout', 186 'log_in_button' => 'Login', 187 'lv-lv' => 'Latviešu', 188 'method' => 'Method', 189 'modified' => 'modified', 190 'nl-nl' => 'Nederlands', 191 'no-no' => 'Norsk', 192 'no_results_found' => 'No results found.', 193 'password' => 'Password', 194 'per_page' => 'per page', 195 'pl-pl' => 'Polski', 196 'pt-br' => 'Português (Brasil)', 197 'pt-pt' => 'Português (Portugal)', 198 'range' => 'Range', 199 'restricted_area' => 'Restricted Area', 200 'ro-ro' => 'Română', 201 'ru-ru' => 'Русский', 202 'save_new' => 'Save New', 203 'site_slogan' => 'Site slogan', 204 'sk-sk' => 'Slovenčina', 205 'sort_value' => 'Sort Value', 206 'stay_logged_in' => 'Remain logged in with this browser', 207 'sticky' => 'Sticky', 208 'structure' => 'Structure', 209 'sv-se' => 'Svenska', 210 'tab_admin' => 'Admin', 211 'tab_comments' => 'Comments', 212 'tab_content' => 'Content', 213 'tab_diagnostics' => 'Diagnostics', 214 'tab_extensions' => 'Extensions', 215 'tab_file' => 'Files', 216 'tab_forms' => 'Forms', 217 'tab_image' => 'Images', 218 'tab_import' => 'Import', 219 'tab_link' => 'Links', 220 'tab_list' => 'Articles', 221 'tab_logs' => 'Visitor Logs', 222 'tab_organise' => 'Categories', 223 'tab_pages' => 'Pages', 224 'tab_plugins' => 'Plugins', 225 'tab_preferences' => 'Preferences', 226 'tab_presentation' => 'Presentation', 227 'tab_sections' => 'Sections', 228 'tab_site_admin' => 'Users', 229 'tab_style' => 'Style', 230 'tab_view_site' => 'View Site', 231 'tab_write' => 'Write', 232 'th-th' => 'ไทย', 233 'thumbnail' => 'Thumbnail', 234 'title_body' => 'Title & Body', 235 'title_body_excerpt' => 'Title, Body & Excerpt', 236 'txpnl2br' => 'Line Breaks Only', 237 'txprawxhtml' => 'Raw XHTML', 238 'txpstriptags' => 'Strip Tags', 239 'txptextile' => 'Textile', 240 'txptextilelite' => 'Textile Lite', 241 'txt_quote_double_close' => '”', 242 'txt_quote_double_open' => '“', 243 'txt_quote_single_close' => '’', 244 'txt_quote_single_open' => '‘', 245 'uk-ua' => 'Українська', 246 'upload_err_cant_write' => 'Failed to write file to disk', 247 'upload_err_extension' => 'File upload stopped by PHP extension', 248 'upload_err_form_size' => 'File exceeds the maximum size specified in Textpattern’s preferences', 249 'upload_err_ini_size' => 'File exceeds the upload_max_filesize directive in php.ini', 250 'upload_err_no_file' => 'No file was specified', 251 'upload_err_partial' => 'File was only partially uploaded', 252 'upload_err_tmp_dir' => 'Missing a temporary folder, used by PHP to store uploaded files. Please consult your webhost. 253 ', 254 'upload_file' => 'Upload file', 255 'use_textile' => 'Use Textile', 256 'vi-vn' => 'Tiếng Việt (Việt Nam)', 257 'viewsite' => 'View Site', 258 'view_per_page' => 'View {page} per page', 259 'visible' => 'Visible', 260 'with_selected' => 'With selected:', 261 'zh-cn' => '中文(简体)', 262 'zh-tw' => '中文(繁體)', 263 ), 264 'css' => array( 265 'add_declaration' => 'add declaration', 266 'add_new_selector' => 'Add new selector', 267 'all_stylesheets' => 'All Styles', 268 'bulkload_existing_css' => 'Create or load new style', 269 'cannot_delete_default_css' => 'Style <strong>default</strong> cannot be deleted.', 270 'copy_css_as' => '…or copy style as', 271 'create_new_css' => 'Create new style', 272 'css_already_exists' => 'Stylesheet <strong>{name}</strong> already exists.', 273 'css_created' => 'Style <strong>{name}</strong> created.', 274 'css_deleted' => 'Style <strong>{name}</strong> deleted.', 275 'css_mode' => 'CSS Mode', 276 'css_name_required' => 'Please provide a name for your style.', 277 'css_property_value' => 'Property : Value', 278 'css_selector' => 'Selector', 279 'css_updated' => 'Style <strong>{name}</strong> updated.', 280 'css_used_by_section' => 'Style <strong>{name}</strong> not deleted; used by {count} section(s).', 281 'delete_declaration' => 'Delete this declaration', 282 'delete_entire_selector' => 'Delete entire selector', 283 'delete_this_declaration' => 'Delete this declaration', 284 'edit_css' => 'Style', 285 'edit_css_file' => 'edit CSS file', 286 'edit_css_in_form' => 'Edit in CSS editor', 287 'edit_raw_css' => 'Edit raw CSS', 288 'name_for_this_style' => 'Name for this style', 289 'property' => 'Property', 290 'save_css_as' => 'Save style as:', 291 'save_this_declaration' => 'Save this declaration', 292 'save_this_selector' => 'Save this selector', 293 'selector' => 'Selector', 294 'style_sheet' => 'Style sheet', 295 'style_sheet_saved' => 'Style sheet saved', 296 'you_are_editing_css' => 'You are editing style', 297 ), 298 'diag' => array( 299 'active_plugins' => 'Active plugins', 300 'all_checks_passed' => 'All checks passed!', 301 'apache_modules' => 'Apache modules', 302 'apache_version' => 'Apache version', 303 'cleanurl_only_apache' => 'Clean URLs are only supported by Apache, use at your own risk.', 304 'clean_url_test_failed' => 'Clean URL test failed.', 305 'detail' => 'Detail', 306 'dev_version_live' => 'You are running in-development files on a live server', 307 'diagnostic_info' => 'Diagnostic info', 308 'dir_not_writable' => '{dirtype} is not writable', 309 'dns_lookup_fails' => 'Web Domain DNS lookup fails', 310 'document_root' => 'Document root', 311 'file_uploads_disabled' => 'File uploads are disabled', 312 'gd_info' => '{version}; supported formats: {supported}.', 313 'gd_library' => 'GD Image Library', 314 'high' => 'High', 315 'htaccess_contents' => '.htaccess file contents', 316 'htaccess_missing' => '.htaccess file is missing', 317 'img_dir_read_only' => 'Image directory is read-only', 318 'is_inaccessible' => 'is inaccessible', 319 'last_update' => 'Last Update', 320 'low' => 'Low', 321 'magic_quotes' => 'Magic quotes', 322 'missing_files' => 'Missing files', 323 'modified_files' => 'Some Textpattern files have been modified', 324 'mod_rewrite_missing' => 'Apache module mod_rewrite is not installed', 325 'old_files' => 'Some Textpattern files are out of date', 326 'old_placeholder' => 'Old placeholder file is in the way', 327 'os_version' => 'Server OS', 328 'path_to_site_inacc' => '$path_to_site is inaccessible.', 329 'php_extensions' => 'PHP extensions', 330 'php_sapi_mode' => 'PHP Server API', 331 'php_version' => 'PHP version', 332 'preflight_check' => 'Pre-flight check', 333 'register_globals' => 'Register globals', 334 'rfc2616_headers' => 'RFC 2616 headers', 335 'rfc_2616_headers' => 'CGI Header Mode', 336 'server' => 'Server', 337 'server_time' => 'Server Local Time', 338 'site_trailing_slash' => 'Site URL has a trailing slash', 339 'site_url_mismatch' => 'Site URL preference might be incorrect', 340 'some_php_functions_disabled' => 'The following PHP functions (which may be necessary to run Textpattern) are disabled on your server', 341 'still_exists' => 'still exists', 342 'tmp_plugin_paths_match' => 'Temporary directory path and Plugin cache directory path should <strong>not</strong> match.', 343 'txp_path' => 'Textpattern path', 344 'txp_version' => 'Textpattern version', 345 'warn_register_globals_or_update' => 'Your version of PHP has security related risks. Please turn register_globals off or update to a newer PHP version.', 346 'web_domain' => 'Site URL', 347 ), 348 'discuss' => array( 349 'article_deleted' => 'Article deleted!', 350 'ban' => 'Ban', 351 'banned_for' => 'Banned For', 352 'ban_author' => 'Ban comment author', 353 'cant_ban_blank_ip' => 'You cannot ban a blank IP address.', 354 'comments_deleted' => 'Comments deleted: <strong>{list}</strong>.', 355 'comments_marked_spam' => 'Comments hidden and marked as spam: <strong>{list}</strong>.', 356 'comments_marked_unmoderated' => 'Comments hidden and marked as unmoderated: <strong>{list}</strong>.', 357 'comments_marked_visible' => 'Comments made visible: <strong>{list}</strong>.', 358 'comment_not_found' => 'Comment does not exist, it may have been deleted.', 359 'comment_updated' => 'Comment <strong>{id}</strong> updated.', 360 'confirm_comment_deletion' => 'confirm comment deletion', 361 'date_banned' => 'Date Banned', 362 'displayed_comments' => 'Displayed comments', 363 'edit_comment' => 'Edit Comment', 364 'hide_comment' => 'Hide comment', 365 'hide_spam' => 'Hide (spam)', 366 'hide_unmoderated' => 'Hide (unmoderated)', 367 'ips_banned' => 'IP addresses banned from commenting: <strong>{list}</strong>.', 368 'ip_already_banned' => 'IP address <strong>{ip}</strong> already banned.', 369 'ip_banned' => 'IP address <strong>{ip}</strong> banned.', 370 'ip_ban_removed' => 'IP address <strong>{ip}</strong> ban removed.', 371 'list_banned_ips' => 'List banned IPs', 372 'list_discussions' => 'Comments', 373 'name_used' => 'Name Used', 374 'no_comments_recorded' => 'No comments recorded.', 375 'no_ips_banned' => 'No IP addresses have been banned.', 376 'show' => 'Show', 377 'show_spam' => 'Show Spam', 378 'spam' => 'Spam', 379 'unban' => 'Unban', 380 'unmoderated' => 'Unmoderated', 381 ), 382 'file' => array( 383 'condition' => 'Condition', 384 'download' => 'Download', 385 'downloads' => 'Downloads', 386 'existing_file' => 'Existing file:', 387 'file' => 'File', 388 'file_already_exists' => 'File <strong>{name}</strong> already exists.', 389 'file_cannot_rename' => 'File <strong>{name}</strong> could not be renamed.', 390 'file_category' => 'Category', 391 'file_deleted' => 'File(s) <strong>{name}</strong> deleted.', 392 'file_delete_failed' => 'Failed to delete file(s)', 393 'file_dir_not_writeable' => 'Warning: cannot write to file directory<br />{filedir}.', 394 'file_download_count' => 'Download Count', 395 'file_name' => 'Name', 396 'file_not_found' => 'File(s) not found', 397 'file_not_updated' => 'File <strong>{name}</strong> <em>not</em> updated!', 398 'file_relink' => 'Upload/Assign File', 399 'file_status' => 'File Status', 400 'file_status_missing' => 'Missing', 401 'file_status_ok' => 'Ok', 402 'file_unsynchronized' => 'File <strong>{name}</strong> has become unsynchronized with the database. Please manually fix file name.', 403 'file_updated' => 'File <strong>{name}</strong> updated.', 404 'file_uploaded' => 'File <strong>{name}</strong> uploaded.', 405 'file_upload_failed' => 'Failed to upload file', 406 'invalid_filename' => 'Invalid filename', 407 'invalid_id' => 'Invalid ID', 408 'linked_to_file' => 'Linked record to file', 409 'no_files_recorded' => 'No files recorded.', 410 'permissions' => 'Permissions', 411 'private' => 'Private', 412 'public' => 'Public', 413 'replace_file' => 'Replace file', 414 'reset' => 'reset', 415 'reset_file_count_failure' => 'Failed to reset file count', 416 'reset_file_count_success' => 'Successfully reset file count', 417 ), 418 'form' => array( 419 'all_forms' => 'All forms', 420 'create_new_form' => 'Create new form', 421 'delete_form_confirmation' => 'confirm form deletion', 422 'edit_forms' => 'Form Templates', 423 'forms_deleted' => 'Forms deleted: <strong>{list}</strong>.', 424 'form_already_exists' => 'Form <strong>{name}</strong> already exists.', 425 'form_created' => 'Form <strong>{name}</strong> created.', 426 'form_name' => 'Name (required)', 427 'form_name_invalid' => 'Form name invalid.', 428 'form_type' => 'Type (required)', 429 'form_type_missing' => 'Form type is missing', 430 'form_updated' => 'Form <strong>{name}</strong> updated.', 431 'list_forms' => 'list forms', 432 'you_are_editing_form' => 'You are editing form', 433 ), 434 'image' => array( 435 'add_magnify_icon' => 'Magnifier', 436 'alt_text' => 'Alternate text', 437 'cannot_write_directory' => 'Cannot write to directory', 438 'choose_either_width_height_or_both' => 'Indicate width, height, or both', 439 'create_thumbnail' => 'Create thumbnail', 440 'edit_image' => 'Edit Image', 441 'images' => 'Images', 442 'image_deleted' => 'Image(s) <strong>{name}</strong> deleted.', 443 'image_delete_failed' => 'Image(s) <strong>{name}</strong> could not be completely deleted.', 444 'image_name' => 'Image name', 445 'image_save_error' => 'There was a problem saving image data', 446 'image_updated' => 'Image <strong>{name}</strong> updated.', 447 'image_uploaded' => 'Image(s) <strong>{name}</strong> uploaded.', 448 'img_dir_not_writeable' => 'Warning: cannot write to image directory<br />{imgdir}.', 449 'invalid_width_or_height' => 'Invalid width or height', 450 'keep_square_pixels' => 'Crop', 451 'not_saved' => '<strong>not</strong> saved!', 452 'no_images_recorded' => 'No images recorded.', 453 'only_graphic_files_allowed' => 'Only .jpg, .gif, .png or .swf file types allowed.', 454 'replace_image' => 'Replace image', 455 'save_these_settings_as_default' => 'Save settings as default', 456 'thumbnail_deleted' => 'Thumbnail deleted.', 457 'thumbnail_not_saved' => 'Thumbnail <strong>{id}</strong> <em>not</em> saved!', 458 'thumbnail_saved' => 'Thumbnail <strong>{id}</strong> saved.', 459 'thumb_height' => 'Height', 460 'thumb_width' => 'Width', 461 'upload_category' => 'Category', 462 'upload_dir_perms' => 'directory permissions need to be checked.', 463 'upload_image' => 'Upload image', 464 'upload_thumbnail' => 'Upload thumbnail', 465 ), 466 'import' => array( 467 'continue' => 'Continue', 468 'database_stuff' => 'Database Data', 469 'import_blogid' => 'Weblog ID', 470 'import_database' => 'Database name', 471 'import_file_not_found' => 'Import file not found. Please name the file import.txt and place it in /textpattern/include/import/', 472 'import_host' => 'Mysql host', 473 'import_invite' => 'Default comments invite', 474 'import_login' => 'Mysql user', 475 'import_password' => 'Mysql password', 476 'import_section' => 'Section to import into', 477 'import_status' => 'Default article status', 478 'import_wpprefix' => 'Tables prefix (if any)', 479 'select_tool' => 'Import from', 480 'txp_import' => 'Import content from other publishing tools', 481 ), 482 'link' => array( 483 'edit_links' => 'Links', 484 'linkcategory' => 'Link Categories', 485 'links' => 'Links', 486 'links_deleted' => 'Link(s) deleted: <strong>{list}</strong>.', 487 'linktext' => 'linktext', 488 'link_created' => 'Link <strong>{name}</strong> created.', 489 'link_deleted' => 'Link <strong>{name}</strong> deleted.', 490 'link_name' => 'Name', 491 'link_saved' => 'Link saved.', 492 'link_text' => 'Link text', 493 'link_updated' => 'Link(s) <strong>{name}</strong> updated.', 494 'no_links_recorded' => 'No links recorded.', 495 ), 496 'list' => array( 497 'article_modified' => 'Modified', 498 'manage' => 'Manage', 499 ), 500 'log' => array( 501 'logs' => 'Logs', 502 'logs_deleted' => 'Logs deleted: <strong>{list}</strong>.', 503 'no_refers_recorded' => 'No referrers recorded.', 504 'referrer' => 'Referrer', 505 'visitor_logs' => 'Visitor Logs', 506 ), 507 'page' => array( 508 'all_pages' => 'All Pages', 509 'copy_page_as' => '…or, copy page as', 510 'create_new_page' => 'Create new page', 511 'delete_page_confirmation' => 'confirm page deletion', 512 'edit_page' => 'edit page', 513 'edit_pages' => 'Page Templates', 514 'page_already_exists' => 'Page <strong>{name}</strong> already exists.', 515 'page_article_hed' => 'Article Output', 516 'page_article_nav_hed' => 'Article Navigation', 517 'page_created' => 'Page <strong>{name}</strong> created.', 518 'page_deleted' => 'Page <strong>{name}</strong> deleted.', 519 'page_misc_hed' => 'Miscellaneous', 520 'page_name' => 'Page name (required)', 521 'page_name_invalid' => 'Page name is invalid', 522 'page_nav_hed' => 'Site Navigation', 523 'page_updated' => 'Page <strong>{name}</strong> updated.', 524 'page_used_by_section' => 'Page <strong>{name}</strong> not deleted; used by {count} section(s).', 525 'page_xml_hed' => 'XML Feeds', 526 'you_are_editing_div' => 'You are editing div', 527 'you_are_editing_page' => 'You are editing page template', 528 ), 529 'plugin' => array( 530 'bad_plugin_code' => 'Badly formed or empty plugin code.', 531 'broken_plugin' => 'broken', 532 'changeorder' => 'Change order', 533 'edit_plugins' => 'Plugins', 534 'help' => 'Help', 535 'install' => 'Install', 536 'install_plugin' => 'Install plugin', 537 'old_plugin' => 'Old-style (text file) plugin installer', 538 'order' => 'Order', 539 'plugin' => 'Plugin', 540 'plugins' => 'Plugins', 541 'plugin_compression_unsupported' => 'Plugin decompression is not supported by your server. Contact the plugin author for an uncompressed version.', 542 'plugin_deleted' => 'Plugin <strong>{name}</strong> deleted.', 543 'plugin_help' => 'Plugin Help', 544 'plugin_installed' => 'Plugin <strong>{name}</strong> installed.', 545 'plugin_install_failed' => 'Plugin <strong>{name}</strong> install <em>failed</em>!', 546 'plugin_modified' => 'Modified', 547 'plugin_saved' => 'Plugin <strong>{name}</strong> updated.', 548 'plugin_updated' => 'Plugin <strong>{name}</strong> updated.', 549 'previewing_plugin' => 'Previewing plugin:', 550 ), 551 'prefs' => array( 552 'active_language' => 'Currently active language', 553 'admin_side_plugins' => 'Use admin-side plugins?', 554 'advanced_preferences' => 'Advanced', 555 'allow_article_php_scripting' => 'Allow PHP in articles?', 556 'allow_form_override' => 'Allow form override?', 557 'allow_page_php_scripting' => 'Allow PHP in pages?', 558 'allow_raw_php_scripting' => 'Allow raw PHP?', 559 'all_hits' => 'All hits', 560 'archive_dateformat' => 'Archive date format', 561 'archive_date_case' => 'Archive date case', 562 'archive_dir' => 'Archive directory', 563 'articles_use_excerpts' => 'Articles use excerpts?', 564 'attach_titles_to_permalinks' => 'Attach titles to permalinks?', 565 'category_subcategory' => '/category/subcategory', 566 'check_for_txp_updates' => 'Check Updates', 567 'clean' => '/clean/', 568 'comments_are_ol' => 'Present comments as a numbered list?', 569 'comments_auto_append' => 'Automatically append comments to articles?', 570 'comments_dateformat' => 'Comments date format', 571 'comments_default_invite' => 'Default invite', 572 'comments_disabled_after' => 'Disabled after', 573 'comments_disallow_images' => 'Strip user images?', 574 'comments_mode' => 'Comments mode', 575 'comments_moderate' => 'Moderate comments?', 576 'comments_on_default' => 'On by default?', 577 'comments_require_email' => 'Require user’s e-mail address?', 578 'comments_require_name' => 'Require user’s name?', 579 'comments_sendmail' => 'Mail comments to author?', 580 'comments_use_fat_textile' => 'Allow more Textile markup?', 581 'comment_means_site_updated' => 'New comment means site updated?', 582 'comment_nofollow' => 'Apply rel="nofollow" to comments?', 583 'convert_linebreaks' => 'Convert linebreaks', 584 'css' => 'Style', 585 'custom' => 'Custom Fields', 586 'custom_10_set' => 'Custom field 10 name', 587 'custom_1_set' => 'Custom field 1 name', 588 'custom_2_set' => 'Custom field 2 name', 589 'custom_3_set' => 'Custom field 3 name', 590 'custom_4_set' => 'Custom field 4 name', 591 'custom_5_set' => 'Custom field 5 name', 592 'custom_6_set' => 'Custom field 6 name', 593 'custom_7_set' => 'Custom field 7 name', 594 'custom_8_set' => 'Custom field 8 name', 595 'custom_9_set' => 'Custom field 9 name', 596 'czech' => 'Čeština', 597 'danish' => 'Dansk', 598 'dutch' => 'Nederlands', 599 'edit_preferences' => 'Preferences', 600 'edit_raw_css_by_default' => 'Use raw editing mode by default?', 601 'enable_xmlrpc_server' => 'Enable XML-RPC server?', 602 'english_gb' => 'English (GB)', 603 'english_us' => 'English (US)', 604 'experts_only' => 'experts only', 605 'expire_logs_after' => 'Logs expire after how many days?', 606 'feeds' => 'Feeds', 607 'file_base_path' => 'File directory path', 608 'file_max_upload_size' => 'Maximum file size of uploads (in bytes)', 609 'finnish' => 'Finnish', 610 'french' => 'Français', 611 'from_file' => 'Install From File', 612 'from_server' => 'Install From Remote Server', 613 'gmtoffset' => 'Time Zone', 614 'hours_days_ago' => 'hrs/days ago', 615 'id_title' => '/id/title', 616 'img_dir' => 'Image directory', 617 'include_email_atom' => 'Include e-mail in Atom feeds?', 618 'install_langfile' => 'To install new languages from file you can download them from {url} and place them inside your ./textpattern/lang/ directory.', 619 'install_language' => 'Install Language', 620 'is_dst' => '<abbr title="Daylight Saving Time">DST</abbr> enabled?', 621 'language' => 'Language', 622 'lastmod_keepalive' => 'Compensate for persistent connections mod_deflate bug?', 623 'leave_text_untouched' => 'Leave text untouched', 624 'link' => 'Links', 625 'locale' => 'Locale', 626 'logging' => 'Logging', 627 'logs_expire' => 'Logs expire after how many days?', 628 'manage_languages' => 'Language', 629 'markup_default' => 'Default Markup', 630 'max_url_len' => 'Maximum URL length (in characters)', 631 'mentions' => 'Mentions', 632 'messy' => '?=messy', 633 'never_display_email' => 'Hide e-mail address?', 634 'new_textpattern_version_available' => 'There is a completely new Textpattern version available. Do you want to try it?', 635 'norwegian' => 'Norwegian', 636 'no_popup' => 'current window', 637 'override_emailcharset' => 'Use ISO-8859-1 encoding in e-mails sent (default is UTF-8)?', 638 'page_mode' => 'Page mode', 639 'path_from_root' => 'Sub-directory (if any)', 640 'path_to_site_missing' => '$path_to_site is not set (update index.php)', 641 'permalink_title_format' => 'Permalink title-like-this (instead of TitleLikeThis)?', 642 'permlink_mode' => 'Permanent link mode', 643 'ping_textpattern_com' => 'Ping textpattern.com?', 644 'ping_weblogsdotcom' => 'Ping ping-o-matic.com?', 645 'plugin_cache_dir' => 'Plugin cache directory path', 646 'polish' => 'Polish', 647 'portuguese' => 'Portuguese', 648 'preferences_saved' => 'Preferences saved', 649 'prefs' => 'Prefs', 650 'problem_connecting_rpc_server' => 'There is a problem trying to connect to the RPC server. Please, try again later.', 651 'production_debug' => 'Debugging', 652 'production_live' => 'Live', 653 'production_status' => 'Production Status', 654 'production_test' => 'Testing', 655 'publish_expired_articles' => 'Publish expired articles?', 656 'record_mentions' => 'Record mentions', 657 'referrers_only' => 'Referrers only', 658 'rpc_connect_error' => 'Can’t connect to remote server to check for updated language files. Please try again later.', 659 'rss_how_many' => 'How many articles should be included in feeds?', 660 'russian' => 'Russian', 661 'scots' => 'Scots', 662 'section_id_title' => '/section/id/title', 663 'section_title' => '/section/title', 664 'send_lastmod' => 'Send “Last-Modified” header?', 665 'show_article_category_count' => 'Show article count on categories tab?', 666 'show_comment_count_in_feed' => 'Show comment count in feeds?', 667 'site_prefs' => 'Basic', 668 'smtp_from' => 'SMTP envelope sender address', 669 'spam_blacklists' => 'Spam blacklists (comma-separated)', 670 'spanish' => 'Español', 671 'swedish' => 'Swedish', 672 'syndicate_body_or_excerpt' => 'Syndicate article excerpt <strong>only</strong>?', 673 'tagalog' => 'Tagalog', 674 'tempdir' => 'Temporary directory path', 675 'textile_links' => 'Textile link descriptions by default?', 676 'thai' => 'Thai', 677 'timeoffset' => 'Time offset (hours)', 678 'title_no_widow' => 'Prevent widowed words in article titles?', 679 'title_only' => '/title', 680 'updated' => 'Updated', 681 'updated_branch_version_available' => 'There is an update for this Textpattern version series (4.0.x) available.', 682 'update_languages' => 'Update Languages', 683 'urls_to_ping' => 'URLs to ping (comma-separated)', 684 'url_mode' => 'URL mode', 685 'use_comments' => 'Accept comments?', 686 'use_dns' => 'Use DNS lookup in visitor logs?', 687 'use_mail_on_feeds_id' => 'Use e-mail address to construct feed ids (default is site URL)?', 688 'use_plugins' => 'Use plugins?', 689 'year_month_day_title' => '/year/month/day/title', 690 ), 691 'public' => array( 692 '404_not_found' => 'The requested resource was not found.', 693 '410_gone' => 'The requested resource is no longer available.', 694 'ago' => 'ago', 695 'all' => 'All', 696 'already_exists' => 'already exists', 697 'article' => 'article', 698 'articles' => 'Articles', 699 'articles_found' => 'articles found', 700 'article_found' => 'article found', 701 'atom_feed_title' => 'Atom Feed', 702 'attribute_values_must_be_quoted' => 'Attribute values must be quoted', 703 'author' => 'Author', 704 'authors' => 'Authors', 705 'a_few_seconds' => 'a few seconds', 706 'blockquote' => 'Blockquote', 707 'browse' => 'Browse', 708 'bs-ba' => 'Bosanski (Bosna i Hercegovina)', 709 'bulleted_list' => 'Bulleted list', 710 'caption' => 'Caption', 711 'categories' => 'Categories', 712 'categorize' => 'Categorise', 713 'category' => 'Category', 714 'category1' => 'Category 1', 715 'category2' => 'Category 2', 716 'change' => 'change', 717 'check_html' => 'Check HTML', 718 'choose' => 'Choose…', 719 'citation' => 'citation', 720 'comment' => 'comment', 721 'comments' => 'Comments', 722 'comments_closed' => 'Commenting is closed for this article.', 723 'comments_on' => 'Comments on', 724 'comments_permlink' => 'Permanent link', 725 'comment_comment' => 'Comment', 726 'comment_email' => 'E-mail', 727 'comment_email_required' => 'Please enter a valid e-mail address.', 728 'comment_invitation' => 'Invitation', 729 'comment_message' => 'Message', 730 'comment_moderated' => 'Your comment is pending moderation. It will appear after it has been approved.', 731 'comment_name' => 'Name', 732 'comment_name_required' => 'Please enter your name.', 733 'comment_posted' => 'Thank you for adding your comment.', 734 'comment_received' => '[{site}] comment received: {title}', 735 'comment_recorded' => 'A comment on your post "{title}" was recorded.', 736 'comment_required' => 'Please enter a comment.', 737 'comment_web' => 'Website', 738 'contact' => 'Contact', 739 'copy' => 'Copy', 740 'create' => 'Create', 741 'created' => 'created', 742 'create_new' => 'Create new', 743 'date' => 'Date', 744 'dateformat' => 'Date format', 745 'date_case' => 'Date case', 746 'day' => 'day', 747 'days' => 'days', 748 'default' => 'Default', 749 'delete' => 'Delete', 750 'deleted' => 'deleted', 751 'deleted_text' => 'deleted text', 752 'deprecated_tag' => 'tag is deprecated', 753 'edit' => 'Edit', 754 'email' => 'E-mail', 755 'email_address' => 'E-mail address', 756 'emphasis' => 'emphasis', 757 'error_article_context' => 'Article tags cannot be used outside an article context', 758 'error_comment_context' => 'Comment tags cannot be used outside a comment context', 759 'error_file_context' => 'File tags cannot be used outside a file context', 760 'error_link_context' => 'Link tags cannot be used outside a link context', 761 'extensions' => 'Extensions', 762 'foo_bar' => 'Testing for underscores issue', 763 'forget' => 'Forget', 764 'form' => 'Form', 765 'forms' => 'Forms', 766 'go' => 'Go', 767 'go_content' => 'Go to content', 768 'go_nav' => 'Go to navigation', 769 'go_search' => 'Go to search', 770 'go_to' => 'Go to', 771 'header' => 'header', 772 'home' => 'Home', 773 'host' => 'Host', 774 'hour' => 'hour', 775 'hours' => 'hours', 776 'hr' => 'horizontal rule', 777 'hyperlink' => 'hyperlink', 778 'image' => 'image', 779 'imageurl' => 'imageurl', 780 'inserted_text' => 'inserted text', 781 'keywords' => 'Keywords', 782 'label' => 'Label', 783 'last_modification' => 'Last Modification', 784 'linebreak' => 'line break', 785 'list' => 'List', 786 'list_articles' => 'List Articles', 787 'list_categories' => 'list categories', 788 'list_links' => 'list links', 789 'live' => 'Live', 790 'lowercase' => 'lowercase', 791 'manual' => 'Manual', 792 'message' => 'Message', 793 'message_deleted' => 'Message deleted', 794 'message_preview' => 'Message Preview', 795 'message_saved' => 'Message saved', 796 'minute' => 'minute', 797 'minutes' => 'minutes', 798 'missing_article_tag' => 'Page template {page} does not contain a txp:article tag', 799 'modified_by' => 'Last modified by', 800 'month' => 'Month', 801 'more' => 'More', 802 'name' => 'Name', 803 'never' => 'never', 804 'newer' => 'Newer', 805 'next' => 'Next', 806 'no' => 'No', 807 'none' => 'None', 808 'nopopup' => 'nopopup', 809 'numeric_list' => 'Numeric list', 810 'off' => 'Off', 811 'older' => 'Older', 812 'on' => 'On', 813 'only_articles_can_be_previewed' => 'Note: only article forms can be previewed.', 814 'page' => 'Page', 815 'pages' => 'Pages', 816 'paragraph' => 'paragraph', 817 'permanent_link' => 'Permanent link to this article', 818 'permlink' => 'Permanent link', 819 'plugin_load_error' => 'A problem occured while loading the plugin:', 820 'plugin_load_error_above' => 'The above errors were caused by the plugin:', 821 'popup' => 'popup', 822 'post' => 'Post', 823 'posted' => 'Posted', 824 'posted_by' => 'Posted by', 825 'prev' => 'Prev', 826 'preview' => 'Preview', 827 'publish' => 'Publish', 828 'published_at' => 'Published at', 829 'raw_php_deprecated' => 'Raw PHP tags are deprecated', 830 'recently' => 'Recently', 831 'recent_articles' => 'Recent Articles', 832 'recent_posts' => 'Recent Posts', 833 'remember' => 'Remember', 834 'revert' => 'Revert', 835 'rss_feed_title' => 'RSS Feed', 836 'save' => 'Save', 837 'saved' => 'saved', 838 'save_button' => 'Save', 839 'search' => 'Search', 840 'search_results' => 'Search results', 841 'select' => 'Select', 842 'selected' => 'Selected', 843 'site' => 'Site', 844 'sitename' => 'Site name', 845 'siteurl' => 'Site URL', 846 'sp-rs' => 'Srpski', 847 'sr-rs' => 'Српски', 848 'status' => 'Status', 849 'strong' => 'strong', 850 'submit' => 'Submit', 851 'subscript' => 'subscript', 852 'superscript' => 'superscript', 853 'tag_error' => 'Tag error: ', 854 'textile_help' => 'Textile Help', 855 'textile_lite_help' => 'Textile Lite Help', 856 'text_conversion' => 'Text conversion', 857 'text_handling' => 'Text handling', 858 'time' => 'Time', 859 'time_ago' => '{time} ago', 860 'title' => 'Title', 861 'tooltip' => 'Link tooltip', 862 'tr-tr' => 'Türkçe', 863 'type' => 'Type', 864 'undefined' => 'Undefined', 865 'unknown_attribute' => 'Unknown tag attribute: {att}', 866 'unknown_image' => 'Unknown image.', 867 'unknown_section' => 'Unknown section', 868 'unknown_tag' => 'tag does not exist', 869 'untitled' => 'Untitled', 870 'update' => 'Update', 871 'upload' => 'Upload', 872 'uploaded' => 'uploaded', 873 'url' => 'URL', 874 'value' => 'Value', 875 'version' => 'Version', 876 'view' => 'View', 877 'website' => 'Website', 878 'week' => 'week', 879 'weeks' => 'weeks', 880 'yes' => 'Yes', 881 'your_branch_is_updated' => 'You have the most updated version of this Textpattern branch', 882 'your_ip_is_blacklisted_by' => 'Your IP address has been blacklisted by', 883 'you_have_been_banned' => 'You have been banned from commenting.', 884 'yyyy-mm' => 'yyyy-mm', 885 ), 886 'section' => array( 887 'delete_section_confirmation' => 'confirm section deletion', 888 'edit_sections' => 'edit sections', 889 'include_in_search' => 'Include in site search', 890 'on_front_page' => 'On front page', 891 'section' => 'Section', 892 'sections' => 'Sections', 893 'section_created' => 'Section <strong><a href="#section-{name}">{name}</a></strong> created.', 894 'section_deleted' => 'Section <strong>{name}</strong> deleted.', 895 'section_head' => 'Site Sections', 896 'section_longtitle' => 'Section title', 897 'section_name' => 'Section name', 898 'section_name_already_exists' => 'Section <strong><a href="#section-{name}">{name}</a></strong> already exists.', 899 'section_updated' => 'Section <strong><a href="#section-{name}">{name}</a></strong> updated.', 900 'section_used_by_article' => 'Section <strong>{name}</strong> not deleted; used by {count} article(s).', 901 'selected_by_default' => 'Selected by default', 902 'style' => 'Style', 903 'syndicate' => 'Syndicate?', 904 'uses_page' => 'Uses page', 905 'uses_style' => 'Uses style', 906 ), 907 'setup' => array( 908 'about_to_create' => 'You are about to create and populate database tables.', 909 'already_installed' => 'Looks like Textpattern is already installed. If you want to make a clean install, please remove <code>config.php</code> from your <code>/textpattern/</code> directory and try again.', 910 'before_you_proceed' => 'Before you proceed', 911 'checking_database' => 'Checking database connection…', 912 'choose_password' => 'Choose a password', 913 'confirm_site_path' => 'Please confirm the following path', 914 'create_config' => 'Create a file called <code>config.php</code> in the <code>/textpattern/</code> directory and paste the following inside:', 915 'database_engine' => 'Database engine', 916 'db_cant_connect' => 'Can’t connect to database', 917 'db_connected' => 'Connected', 918 'db_doesnt_exist' => 'Database {dbname} does not exist or your specified user does not have permission to access it.', 919 'db_must_exist' => 'Note that the database you specify must already exist, Textpattern will not create it.', 920 'did_it' => 'I did it', 921 'email_required' => 'Please provide a valid e-mail address.', 922 'errors_during_install' => 'There were {num} errors during the installation. You can ask for help in the Textpattern forums.', 923 'full_path_to_txp' => 'Full server path to Textpattern', 924 'mysql' => 'MySQL', 925 'mysqli' => 'MySQLi', 926 'mysql_database' => 'MySQL database', 927 'mysql_login' => 'MySQL login', 928 'mysql_password' => 'MySQL password', 929 'mysql_server' => 'MySQL server', 930 'my_site' => 'My Site', 931 'my_slogan' => 'My pithy slogan', 932 'need_details' => 'Inevitably, we need a few details', 933 'pdo_sqlite' => 'SQLite', 934 'please_enter_url' => 'Please enter the web-reachable address of your site', 935 'postgresql' => 'PostgreSQL', 936 'prefix_bad_characters' => 'The table prefix {dbprefix} contains characters that are not allowed.<br /> The first character must match one of <b>a-zA-Z_</b> and all following characters must match one of <strong>a-zA-Z0-9_</strong>', 937 'prefix_warning' => '(Use <strong>only</strong> if you require multiple installations in one database)', 938 'setup_comment_invite' => 'Comment', 939 'setup_login' => 'Choose a login name (only basic characters and spaces please)', 940 'set_temp_dir_prefs' => 'Sorry, but we failed to find a writable directory to hold temporary files.<br />Please visit the “Advanced Preferences” tab and adjust the “Temporary directory path” setting to suit your needs.', 941 'site_path' => 'Site path', 942 'site_url' => 'Site URL', 943 'table_prefix' => 'Table prefix', 944 'thanks' => 'Thank you.', 945 'thanks_for_interest' => 'Thank you for your interest in Textpattern.', 946 'that_went_well' => 'That went well. Database tables were created and populated.', 947 'using_db' => 'Using {dbname}', 948 'warn_mail_unavailable' => 'Your PHP installation is missing the mail() function. Therefore no emails can be sent from Textpattern, which limits certain functionality.', 949 'welcome_to_textpattern' => 'Welcome to Textpattern', 950 'your_email' => 'Your e-mail address', 951 'your_full_name' => 'Your full name', 952 'you_can_access' => 'You should be able to access the <a href="index.php">main interface</a> with the login and password you chose.', 953 ), 954 'tag' => array( 955 'active_class' => 'CSS class for active list item', 956 'align' => 'Alignment', 957 'allowoverride' => 'Allow form to be overridden?', 958 'article_divider' => 'Article divider', 959 'breadcrumb_linked' => 'Link breadcrumbs?', 960 'breadcrumb_separator' => 'Breadcrumbs separator', 961 'break' => 'List break tag', 962 'breakclass' => 'CSS class for list break tag', 963 'build' => 'Build Tag', 964 'button_text' => 'Button text', 965 'category_list_section' => 'Link to specific section?', 966 'category_tags' => 'Category', 967 'class' => 'CSS class', 968 'comments_form' => 'Comments Form', 969 'comment_details' => 'Comment Details', 970 'comment_form' => 'Comment Form', 971 'comment_name_link' => 'Link to commenter’s e-mail address/website?', 972 'decimals' => 'Display # numbers after the decimal point', 973 'default_title' => 'Text to use for default section link', 974 'escape' => 'Escape', 975 'exclude' => 'Exclude', 976 'filename' => 'Name', 977 'file_download_tags' => 'File Downloads', 978 'flavor' => 'Syndication format', 979 'flavour' => 'Syndication format', 980 'format' => 'Format', 981 'gmt' => 'Format according to GMT time?', 982 'has_excerpt' => 'Has excerpt', 983 'hilight' => 'Highlight tag', 984 'hilight_limit' => 'Highlight how many instances?', 985 'html_id' => 'Id XHTML attribute', 986 'id' => 'ID#', 987 'include_default' => 'Include default section?', 988 'inline_style' => 'Inline style (CSS)', 989 'input_size' => 'Input size', 990 'isize' => 'Input size', 991 'labeltag' => 'Label tag', 992 'limit' => 'Display how many?', 993 'linkclass' => 'CSS class for links', 994 'link_to_this_author' => 'Link to a list of other articles by this author?', 995 'link_to_this_category' => 'Link to a list of other articles in this category?', 996 'link_to_this_section' => 'Link to a list of other articles in this section?', 997 'listform' => 'List form', 998 'match' => 'How are they related?', 999 'media' => 'Media XHTML attribute', 1000 'msgcols' => 'Message textarea columns', 1001 'msgrows' => 'Message textarea rows', 1002 'n' => 'Name', 1003 'next_page_link' => 'Next page link', 1004 'no_categories_available' => 'No categories available.', 1005 'no_forms_available' => 'No forms available.', 1006 'no_sections_available' => 'No sections available.', 1007 'offset' => 'Skip', 1008 'pageby' => 'Paginate by', 1009 'page_file_hed' => 'File Downloads', 1010 'pgonly' => 'Count articles, but show nothing', 1011 'random' => 'Random', 1012 'rel' => 'Rel XHTML attribute', 1013 'searchall' => 'Search all sections?', 1014 'searchsticky' => 'Search sticky articles?', 1015 'search_input_form' => 'Search input', 1016 'search_results_form' => 'Search Results', 1017 'section_tags' => 'Section', 1018 'showalways' => 'Show always', 1019 'showcount' => 'Show count?', 1020 'size_format' => 'Size format', 1021 'sort' => 'Sort by', 1022 'sort_by' => 'Sort by', 1023 'sort_direction' => 'Sort direction', 1024 'tag' => 'Tag', 1025 'tagbuilder' => 'Tag Builder', 1026 'tags' => 'Tags', 1027 'tag_article' => 'Articles (Single or List)', 1028 'tag_article_custom' => 'Articles (Custom List)', 1029 'tag_article_image' => 'Article Image', 1030 'tag_author' => 'Author', 1031 'tag_body' => 'Body', 1032 'tag_body_excerpt' => 'Body Excerpt', 1033 'tag_breadcrumb' => 'Breadcrumb', 1034 'tag_category' => 'Category', 1035 'tag_category1' => 'Category 1', 1036 'tag_category2' => 'Category 2', 1037 'tag_category_list' => 'Category List', 1038 'tag_comments' => 'Comments', 1039 'tag_comments_form' => 'Comments Form', 1040 'tag_comments_invite' => 'Comments Invite', 1041 'tag_comments_preview' => 'Comments Preview', 1042 'tag_comment_anchor' => 'Comment Anchor', 1043 'tag_comment_email' => 'Comment E-mail', 1044 'tag_comment_email_input' => 'Comment E-mail Input', 1045 'tag_comment_id' => 'Comment ID', 1046 'tag_comment_message' => 'Comment Message', 1047 'tag_comment_message_input' => 'Comment Message Input', 1048 'tag_comment_name' => 'Comment Name', 1049 'tag_comment_name_input' => 'Comment Name Input', 1050 'tag_comment_permlink' => 'Comment Permanent Link', 1051 'tag_comment_preview' => 'Comment Preview Button', 1052 'tag_comment_remember' => 'Remember Details Checkbox', 1053 'tag_comment_submit' => 'Comment Submit Button', 1054 'tag_comment_time' => 'Comment Time', 1055 'tag_comment_web' => 'Comment Website', 1056 'tag_comment_web_input' => 'Comment Web Input', 1057 'tag_css' => 'CSS Link (Head)', 1058 'tag_email' => 'E-mail Link (Spam-Proof)', 1059 'tag_excerpt' => 'Excerpt', 1060 'tag_feed_link' => 'Articles Feed Link', 1061 'tag_file_download' => 'File Download', 1062 'tag_file_download_category' => 'File Category', 1063 'tag_file_download_created' => 'File Created Time', 1064 'tag_file_download_description' => 'File Description', 1065 'tag_file_download_downloads' => 'File Download Count', 1066 'tag_file_download_id' => 'File ID#', 1067 'tag_file_download_link' => 'File Download Link', 1068 'tag_file_download_list' => 'File Download List', 1069 'tag_file_download_modified' => 'File Modified Time', 1070 'tag_file_download_name' => 'File Name', 1071 'tag_file_download_size' => 'File Size', 1072 'tag_home' => 'Home', 1073 'tag_if_category' => 'If Category', 1074 'tag_if_section' => 'If Section', 1075 'tag_image' => 'Image', 1076 'tag_inline_' => 'Inline at end', 1077 'tag_lang' => 'Language', 1078 'tag_link' => 'Link', 1079 'tag_linkdesctitle' => 'Link, title=Description', 1080 'tag_linklist' => 'Links List', 1081 'tag_link_category' => 'Link Category', 1082 'tag_link_date' => 'Link Date', 1083 'tag_link_description' => 'Link Description', 1084 'tag_link_feed_link' => 'Links Feed Link', 1085 'tag_link_name' => 'Link Name', 1086 'tag_link_text' => 'Link Name', 1087 'tag_link_to_home' => 'Homepage Link', 1088 'tag_link_to_next' => 'Next Article Link', 1089 'tag_link_to_prev' => 'Previous Article Link', 1090 'tag_message' => 'Message', 1091 'tag_name' => 'Commenter name', 1092 'tag_newer' => 'Newer Articles Link', 1093 'tag_next_article' => 'Next article', 1094 'tag_next_title' => 'Next Article Title', 1095 'tag_older' => 'Older Articles Link', 1096 'tag_output_form' => 'Output Form', 1097 'tag_page_title' => 'Page Title', 1098 'tag_paging_link' => 'Next Page Link', 1099 'tag_password_protect' => 'Password Protection', 1100 'tag_permlink' => 'Permanent Link', 1101 'tag_popup' => 'Popup List', 1102 'tag_posted' => 'Posted', 1103 'tag_prev_article' => 'Previous article', 1104 'tag_prev_title' => 'Previous Article Title', 1105 'tag_recent_articles' => 'Recent Articles', 1106 'tag_recent_comments' => 'Recent Comments', 1107 'tag_related_articles' => 'Related Articles', 1108 'tag_search_input' => 'Search Input Form', 1109 'tag_search_result_date' => 'Search Result Date', 1110 'tag_search_result_excerpt' => 'Search Result Excerpt', 1111 'tag_search_result_title' => 'Search Result Title', 1112 'tag_search_result_url' => 'Search Result URL', 1113 'tag_section' => 'Section', 1114 'tag_section_list' => 'Section List', 1115 'tag_sitename' => 'Site Name', 1116 'tag_site_name' => 'Site Name', 1117 'tag_site_slogan' => 'Site Slogan', 1118 'tag_title' => 'Title', 1119 'tag__inline' => 'Inline at beginning', 1120 'textonly' => 'Text only?', 1121 'text_or_tag' => '* text or tag here *', 1122 'this_section' => 'Link to current section?', 1123 'time_any' => 'Any', 1124 'time_format' => 'Time format string', 1125 'time_future' => 'Future', 1126 'time_past' => 'Past', 1127 'title_separator' => 'Individual article and site name separator', 1128 'useful_tags' => 'Useful Tags', 1129 'use_thumbnail' => 'Use thumbnail?', 1130 'wraptag' => 'Wrap tag', 1131 ) 1132 ); 1133 $lastmod = gmdate('Y-m-d H:m:s',1231776512); 1134 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu May 21 23:03:01 2009 | Cross-referenced by PHPXref 0.7 |