Skip to content
general.pot 117 KiB
Newer Older
Thomas Zahreddin's avatar
Thomas Zahreddin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
# $Id$
#
# LANGUAGE translation of Drupal (general)
# Copyright YEAR NAME <EMAIL@ADDRESS>
# Generated from files:
#  ctools.install,v 1.14 2009/10/17 22:58:24 sdboyer
#  ctools.info,v 1.6 2009/10/17 22:58:24 sdboyer
#  bulk_export.info,v 1.3 2009/10/08 11:03:24 sun
#  ctools_plugin_example.info,v 1.2 2009/10/08 11:03:24 sun
#  page_manager.info,v 1.4 2009/10/17 22:58:26 sdboyer
#  views_content.info,v 1.4 2009/10/17 22:58:24 sdboyer
#  bulk_export.module,v 1.4 2009/10/17 22:58:24 sdboyer
#  page_manager.admin.inc,v 1.34 2009/10/15 18:38:14 merlinofchaos
#  page.inc,v 1.20 2009/10/17 22:58:24 sdboyer
#  ctools_plugin_example.module,v 1.2 2009/10/17 22:58:24 sdboyer
#  arg_length.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  simplecontext_content_type.inc,v 1.2 2009/10/13 20:55:50 merlinofchaos
#  simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  relcontext_from_simplecontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  example_role.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  role.inc,v 1.8 2009/10/12 12:42:53 sdboyer
#  node_access.inc,v 1.8 2009/10/12 12:42:53 sdboyer
#  perm.inc,v 1.7 2009/10/12 12:42:53 sdboyer
#  user_contact.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
#  profile_fields.inc,v 1.6 2009/10/08 11:18:57 sun
#  user_picture.inc,v 1.4 2009/09/27 03:41:03 merlinofchaos
#  user_profile.inc,v 1.8 2009/09/27 03:41:03 merlinofchaos
#  user.inc,v 1.6 2009/10/12 12:42:54 sdboyer
#  simplecontext_arg.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  no_context_content_type.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  relcontext_content_type.inc,v 1.2 2009/10/13 20:55:50 merlinofchaos
#  relcontext.inc,v 1.1 2009/08/17 22:02:26 merlinofchaos
#  ajax.inc,v 1.17 2009/10/12 12:42:53 sdboyer
#  content.inc,v 1.16 2009/10/21 21:25:35 merlinofchaos
#  content.menu.inc,v 1.4 2009/10/17 22:58:25 sdboyer
#  node_author.inc,v 1.1 2009/07/18 22:10:48 merlinofchaos
#  context-access-admin.inc,v 1.10 2009/10/17 22:58:25 sdboyer
#  context-admin.inc,v 1.12 2009/10/12 12:42:53 sdboyer
#  page.admin.inc,v 1.23 2009/10/17 22:58:24 sdboyer
#  custom.inc,v 1.10 2009/10/12 12:42:53 sdboyer
#  search_result.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
#  views.inc,v 1.14 2009/10/21 20:18:05 merlinofchaos
#  node_links.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
#  export.inc,v 1.22 2009/10/17 22:58:25 sdboyer
#  page_manager.module,v 1.23 2009/10/18 01:22:28 sdboyer
#  search_form.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
#  context-task-handler.inc,v 1.26 2009/10/17 22:58:25 sdboyer
#  context.inc,v 1.36 2009/10/12 12:42:53 sdboyer
#  context.theme.inc,v 1.10 2009/10/17 22:58:25 sdboyer
#  page_manager.theme.inc,v 1.7 2009/10/18 01:22:28 sdboyer
#  views_content_plugin_display_panel_pane.inc,v 1.3 2009/09/09 18:25:03 merlinofchaos
#  css.inc,v 1.13 2009/10/17 22:58:25 sdboyer
#  form.inc,v 1.11 2009/08/13 22:24:02 merlinofchaos
#  menu.inc,v 1.5 2009/10/17 22:58:25 sdboyer
#  modal.inc,v 1.9 2009/10/13 20:06:56 merlinofchaos
#  modal.js,v 1.20 2009/10/13 20:06:56 merlinofchaos
#  wizard.inc,v 1.14 2009/10/08 11:09:56 sun
#  term_view.inc,v 1.6 2009/10/08 11:09:57 sun
#  search.inc,v 1.2 2009/10/12 23:16:11 merlinofchaos
#  blog.inc,v 1.2 2009/10/13 18:11:15 merlinofchaos
#  blog_user.inc,v 1.3 2009/10/13 18:12:09 merlinofchaos
#  contact_user.inc,v 1.3 2009/10/13 18:11:15 merlinofchaos
#  user_view.inc,v 1.4 2009/10/18 01:22:28 sdboyer
#  contact_site.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
#  node_edit.inc,v 1.4 2009/09/27 03:41:02 merlinofchaos
#  node_view.inc,v 1.4 2009/08/04 21:43:06 merlinofchaos
#  node.inc,v 1.8 2009/10/17 22:58:26 sdboyer
#  poll.inc,v 1.1 2009/10/13 18:27:39 merlinofchaos
#  terms.inc,v 1.4 2009/10/12 12:42:53 sdboyer
#  term.inc,v 1.8 2009/10/12 12:42:53 sdboyer
#  page_breadcrumb.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  compare_users.inc,v 1.4 2009/10/12 12:42:53 sdboyer
#  node_language.inc,v 1.8 2009/10/12 12:42:53 sdboyer
#  node_type.inc,v 1.10 2009/10/18 01:22:28 sdboyer
#  node_attachments.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node_body.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
#  node_book_nav.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node_comment_form.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node_comments.inc,v 1.4 2009/10/17 22:58:26 sdboyer
#  node_content.inc,v 1.5 2009/09/27 03:41:02 merlinofchaos
#  node_created.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node_title.inc,v 1.3 2009/09/27 03:41:02 merlinofchaos
#  node_type_desc.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node_updated.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  node.inc,v 1.14 2009/10/17 22:58:25 sdboyer
#  book_parent.inc,v 1.4 2009/10/17 22:58:26 sdboyer
#  term_from_node.inc,v 1.4 2009/10/21 21:25:35 merlinofchaos
#  user_from_node.inc,v 1.6 2009/10/18 01:22:28 sdboyer
#  site_language.inc,v 1.7 2009/10/12 12:42:53 sdboyer
#  node_add_form.inc,v 1.11 2009/10/12 12:42:54 sdboyer
#  php.inc,v 1.4 2009/10/18 01:22:28 sdboyer
#  term.inc,v 1.3 2009/10/18 01:22:28 sdboyer
#  term_vocabulary.inc,v 1.5 2009/10/12 12:42:53 sdboyer
#  term_description.inc,v 1.2 2009/09/27 03:41:02 merlinofchaos
#  term_list.inc,v 1.5 2009/10/17 22:58:24 sdboyer
#  term_parent.inc,v 1.5 2009/10/17 22:58:26 sdboyer
#  vocabulary_terms.inc,v 1.5 2009/10/17 22:58:25 sdboyer
#  term.inc,v 1.8 2009/10/17 22:58:25 sdboyer
#  vocabulary.inc,v 1.4 2009/10/12 12:42:54 sdboyer
#  nid.inc,v 1.9 2009/10/12 12:42:53 sdboyer
#  node_edit.inc,v 1.6 2009/10/12 12:42:53 sdboyer
#  node_add.inc,v 1.4 2009/10/12 12:42:53 sdboyer
#  string.inc,v 1.5 2009/10/12 12:42:53 sdboyer
#  string.inc,v 1.7 2009/10/12 12:42:54 sdboyer
#  uid.inc,v 1.11 2009/10/12 12:42:53 sdboyer
#  user_name.inc,v 1.2 2009/10/12 12:42:53 sdboyer
#  vid.inc,v 1.5 2009/10/12 12:42:53 sdboyer
#  block.inc,v 1.11 2009/10/18 01:22:28 sdboyer
#  contact.inc,v 1.2 2009/10/12 23:18:29 merlinofchaos
#  views_content.module,v 1.5 2009/10/17 22:58:24 sdboyer
#  form.inc,v 1.1 2009/04/18 02:00:34 merlinofchaos
#  node_form_attachments.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_author.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_book.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_buttons.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_comment.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_input_format.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_log.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_menu.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_path.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_publishing.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_form_taxonomy.inc,v 1.1 2009/04/18 02:00:35 merlinofchaos
#  node_edit_form.inc,v 1.13 2009/10/17 22:58:25 sdboyer
#  page_footer_message.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_help.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_messages.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_mission.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_slogan.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_tabs.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  page_title.inc,v 1.2 2009/10/17 22:58:26 sdboyer
#  terms.inc,v 1.7 2009/10/17 22:58:25 sdboyer
#  views_panes.inc,v 1.18 2009/10/21 19:52:00 merlinofchaos
#  views_content.views.inc,v 1.3 2009/10/17 22:58:26 sdboyer
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2009-11-20 23:20+0100\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\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"

#: ctools.install:17
msgid "CTools CSS Cache"
msgstr ""

#: ctools.install:19
msgid "Exists"
msgstr ""

#: ctools.install:24
msgid "The CTools CSS cache directory, %path could not be created due to a misconfigured files directory. Please ensure that the files directory is correctly configured and that the webserver has permission to create directories."
msgstr ""

#: ctools.install:26
msgid "Unable to create"
msgstr ""

#: ctools.install:92
msgid "A special cache used to store objects that are being edited; it serves to save state in an ordinarily stateless environment."
msgstr ""

#: ctools.info:0
msgid "Chaos tools"
msgstr ""

#: ctools.info:0
msgid "A library of helpful tools by Merlin of Chaos."
msgstr ""

#: ctools.info:0 bulk_export/bulk_export.info:0 ctools_plugin_example/ctools_plugin_example.info:0 page_manager/page_manager.info:0 views_content/views_content.info:0
msgid "Chaos tool suite"
msgstr ""

#: bulk_export/bulk_export.module:15
msgid "Access Bulk Exporter"
msgstr ""

#: bulk_export/bulk_export.module:16
msgid "Export various system objects into code."
msgstr ""

#: bulk_export/bulk_export.module:73
msgid "Bulk export results"
msgstr ""

#: bulk_export/bulk_export.module:97;121;132
msgid "Place this in @file"
msgstr ""

#: bulk_export/bulk_export.module:138
msgid "There are no objects to be exported at this time."
msgstr ""

#: bulk_export/bulk_export.module:163
msgid "Module name"
msgstr ""

#: bulk_export/bulk_export.module:164
msgid "Enter the module name to export code to."
msgstr ""

#: bulk_export/bulk_export.module:169 page_manager/page_manager.admin.inc:682 page_manager/plugins/tasks/page.inc:183
msgid "Export"
msgstr ""

#: bulk_export/bulk_export.module:204
msgid "There are no objects in your system that may be exported at this time."
msgstr ""

#: bulk_export/bulk_export.module:37
msgid "Bulk Exporter"
msgstr ""

#: bulk_export/bulk_export.module:38
msgid "Bulk-export multiple CTools-handled data objects to code."
msgstr ""

#: bulk_export/bulk_export.info:0
msgid "Bulk Export"
msgstr ""

#: bulk_export/bulk_export.info:0
msgid "Performs bulk exporting of data objects known about by Chaos tools."
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.module:36
msgid "Demonstration code, advanced help, and a demo panel to show how to build ctools plugins."
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.module:79
msgid "The CTools Plugin Example is simply a developer's demo of how to create plugins for CTools. It provides no useful functionality for an ordinary user."
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.module:81
msgid "There is a demo panel demonstrating much of the functionality provided at\n    <a href=\"@demo_url\">CTools demo panel</a>, and you can find documentation on the examples at\n    !ctools_plugin_example_help.\n    CTools itself provides documentation at !ctools_help. Mostly, though, the code itself is intended to be the teacher.\n    You can find it in %path."
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.module:35
msgid "CTools plugin example"
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.info:0
msgid "Chaos Tools (CTools) Plugin Example"
msgstr ""

#: ctools_plugin_example/ctools_plugin_example.info:0
msgid "Shows how an external module can provide ctools plugins (for Panels, etc.)."
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:15
msgid "Arg length"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:16
msgid "Control access by length of simplecontext argument."
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:20 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:33;42 ctools_plugin_example/plugins/contexts/simplecontext.inc:16 ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:22
msgid "Simplecontext"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:30
msgid "Grant access if simplecontext argument length is"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:31
msgid "Greater than"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:31
msgid "Less than or equal to"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:36
msgid "Length of simplecontext argument"
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:39
msgid "Access/visibility will be granted based on arg length."
msgstr ""

#: ctools_plugin_example/plugins/access/arg_length.inc:63
msgid "Simpletext argument must be !comp @length characters"
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:16
msgid "CTools example: role"
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:17 plugins/access/role.inc:15
msgid "Control access by role."
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:22 plugins/access/node_access.inc:22 plugins/access/perm.inc:20 plugins/access/role.inc:21 plugins/content_types/contact/user_contact.inc:17;18 plugins/content_types/user_context/profile_fields.inc:15;16 plugins/content_types/user_context/user_picture.inc:13;14 plugins/content_types/user_context/user_profile.inc:13;14 plugins/contexts/user.inc:15
msgid "User"
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:32 plugins/access/role.inc:31
msgid "Role"
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:35 plugins/access/role.inc:34
msgid "Only the checked roles will be granted access."
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:74 plugins/access/role.inc:75
msgid "@identifier can have any role"
msgstr ""

#: ctools_plugin_example/plugins/access/example_role.inc:76
msgid "@identifier must have role \"@roles\""
msgid_plural "@identifier can be one of \"@roles\""
msgstr[0] ""
msgstr[1] ""

#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:26
msgid "Simplecontext arg"
msgstr ""

#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:29
msgid "Creates a \"simplecontext\" from the arg."
msgstr ""

#: ctools_plugin_example/plugins/arguments/simplecontext_arg.inc:37
msgid "Enter the simplecontext arg"
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:19
msgid "CTools example no context content type"
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:20
msgid "No context content type - requires and uses no context."
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:37 ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:30 ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:37
msgid "CTools Examples"
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:94
msgid "Item1"
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:96
msgid "The setting for item 1."
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:103
msgid "Item2"
msgstr ""

#: ctools_plugin_example/plugins/content_types/no_context_content_type.inc:105
msgid "The setting for item 2"
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:21
msgid "CTools example relcontext content type"
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:28
msgid "Relcontext content type - works with relcontext context."
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:29 ctools_plugin_example/plugins/contexts/relcontext.inc:16
msgid "Relcontext"
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:55
msgid "\n    This is a block of data created by the Relcontent content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:87
msgid "Config Item 1 (relcontext)"
msgstr ""

#: ctools_plugin_example/plugins/content_types/relcontext_content_type.inc:89
msgid "Setting for relcontext."
msgstr ""

#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:23
msgid "Simplecontext content type"
msgstr ""

#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:32
msgid "Simplecontext content type - works with a simplecontext context."
msgstr ""

#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:82
msgid "\n    This is a block of data created by the Simplecontext content type.\n    Data in the block may be assembled from static text (like this) or from the\n    content type settings form ($conf) for the content type, or from the context\n    that is passed in. <br />\n    In our case, the configuration form ($conf) has just one field, 'config_item_1;\n    and it's configured with:\n    "
msgstr ""

#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:111
msgid "Config Item 1 for simplecontext content type"
msgstr ""

#: ctools_plugin_example/plugins/content_types/simplecontext_content_type.inc:113
msgid "The stuff for item 1."
msgstr ""

#: ctools_plugin_example/plugins/contexts/relcontext.inc:17
msgid "A relcontext object."
msgstr ""

#: ctools_plugin_example/plugins/contexts/relcontext.inc:53
msgid "Relcontext context from simplecontext"
msgstr ""

#: ctools_plugin_example/plugins/contexts/relcontext.inc:77
msgid "Relcontext setting"
msgstr ""

#: ctools_plugin_example/plugins/contexts/relcontext.inc:79
msgid "Just an example setting."
msgstr ""

#: ctools_plugin_example/plugins/contexts/simplecontext.inc:17
msgid "A single \"simplecontext\" context, or data element."
msgstr ""

#: ctools_plugin_example/plugins/contexts/simplecontext.inc:25
msgid "Enter some data to represent this \"simplecontext\"."
msgstr ""

#: ctools_plugin_example/plugins/contexts/simplecontext.inc:58
msgid "Simplecontext context from config"
msgstr ""

#: ctools_plugin_example/plugins/contexts/simplecontext.inc:87
msgid "Setting for simplecontext"
msgstr ""

#: ctools_plugin_example/plugins/contexts/simplecontext.inc:89
msgid "An example setting that could be used to configure a context"
msgstr ""

#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:19
msgid "Relcontext from simplecontext"
msgstr ""

#: ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc:21
msgid "Adds a relcontext from existing simplecontext."
msgstr ""

#: includes/ajax.inc:137 page_manager/page_manager.admin.inc:927
msgid "Error"
msgstr ""

#: includes/ajax.inc:138
msgid "Server reports invalid input error."
msgstr ""

#: includes/content.inc:337
msgid "@type:@subtype will not display due to missing context"
msgstr ""

#: includes/content.inc:422
msgid "No info"
msgstr ""

#: includes/content.inc:423
msgid "No info available."
msgstr ""

#: includes/content.inc:454
msgid "Override title"
msgstr ""

#: includes/content.inc:473
msgid "You may use %keywords from contexts, as well as %title to contain the original title."
msgstr ""

#: includes/content.inc:544 page_manager/page_manager.admin.inc:578
msgid "Configure"
msgstr ""

#: includes/content.inc:547
msgid "Configure new !subtype_title"
msgstr ""

#: includes/content.inc:550
msgid "Configure !subtype_title"
msgstr ""

#: includes/content.menu.inc:45 plugins/content_types/node_context/node_author.inc:36 plugins/contexts/user.inc:49
msgid "Anonymous"
msgstr ""

#: includes/content.menu.inc:46
msgid "by @user"
msgstr ""

#: includes/context-access-admin.inc:159
msgid "Add"
msgstr ""

#: includes/context-access-admin.inc:165
msgid "All criteria must pass."
msgstr ""

#: includes/context-access-admin.inc:166
msgid "Only one criteria must pass."
msgstr ""

#: includes/context-access-admin.inc:174;405 includes/context-admin.inc:622;701;772;883 page_manager/page_manager.admin.inc:1177
msgid "Save"
msgstr ""

#: includes/context-access-admin.inc:198
msgid "Broken/missing access plugin %plugin"
msgstr ""

#: includes/context-access-admin.inc:205 includes/context-admin.inc:342
msgid "Configure settings for this item."
msgstr ""

#: includes/context-access-admin.inc:206 includes/context-admin.inc:338
msgid "Remove this item."
msgstr ""

#: includes/context-access-admin.inc:214 includes/context-admin.inc:850 page_manager/page_manager.admin.inc:90;267;1316 page_manager/plugins/tasks/page.admin.inc:654 plugins/content_types/custom/custom.inc:113 plugins/content_types/search/search_result.inc:113;151
msgid "Title"
msgstr ""

#: includes/context-access-admin.inc:215
msgid "Description"
msgstr ""

#: includes/context-access-admin.inc:220
msgid "No criteria selected, this test will pass."
msgstr ""

#: includes/context-access-admin.inc:278;346;457
msgid "Missing callback hooks."
msgstr ""

#: includes/context-access-admin.inc:303
msgid "Add criteria"
msgstr ""

#: includes/context-access-admin.inc:367
msgid "Edit criteria"
msgstr ""

#: includes/context-admin.inc:26 page_manager/plugins/tasks/page.inc:158 views_content/plugins/content_types/views.inc:360
msgid "Arguments"
msgstr ""

#: includes/context-admin.inc:27;858
msgid "argument"
msgstr ""

#: includes/context-admin.inc:29
msgid "Add argument"
msgstr ""

#: includes/context-admin.inc:37
msgid "Relationships"
msgstr ""

#: includes/context-admin.inc:38;748
msgid "relationship"
msgstr ""

#: includes/context-admin.inc:40
msgid "Add relationship"
msgstr ""

#: includes/context-admin.inc:48
msgid "Contexts"
msgstr ""

#: includes/context-admin.inc:49;598
msgid "context"
msgstr ""

#: includes/context-admin.inc:51
msgid "Add context"
msgstr ""

#: includes/context-admin.inc:59
msgid "Required contexts"
msgstr ""

#: includes/context-admin.inc:60;686
msgid "required context"
msgstr ""

#: includes/context-admin.inc:62
msgid "Add required context"
msgstr ""

#: includes/context-admin.inc:365;493;931 page_manager/plugins/tasks/page.admin.inc:952
msgid "Invalid object name."
msgstr ""

#: includes/context-admin.inc:412
msgid "Add @type \"@context\""
msgstr ""

#: includes/context-admin.inc:511
msgid "Invalid context type"
msgstr ""

#: includes/context-admin.inc:530
msgid "Edit @type \"@context\""
msgstr ""

#: includes/context-admin.inc:597;685;747;857 plugins/content_types/node_context/node_links.inc:93
msgid "Identifier"
msgstr ""

#: includes/context-admin.inc:598;686;748;858
msgid "Enter a name to identify this !type on administrative screens."
msgstr ""

#: includes/context-admin.inc:604;692;754;864 plugins/content_types/custom/custom.inc:147
msgid "Keyword"
msgstr ""

#: includes/context-admin.inc:605;693;755;865
msgid "Enter a keyword to use for substitution in titles."
msgstr ""

#: includes/context-admin.inc:839 includes/export.inc:184;268 page_manager/page_manager.module:500;515 page_manager/plugins/tasks/page.inc:217 plugins/content_types/search/search_form.inc:117 views_content/plugins/content_types/views.inc:432
msgid "Default"
msgstr ""

#: includes/context-admin.inc:841
msgid "Ignore it; content that requires this context will not be available."
msgstr ""

#: includes/context-admin.inc:842
msgid "Display page not found or display nothing at all."
msgstr ""

#: includes/context-admin.inc:845
msgid "If the argument is missing or is not valid, select how this should behave."
msgstr ""

#: includes/context-admin.inc:852
msgid "Enter a title to use when this argument is present. You may use %KEYWORD substitution, where the keyword is specified below."
msgstr ""

#: includes/context-admin.inc:942
msgid "Unable to delete missing item!"
msgstr ""

#: includes/context-task-handler.inc:118
msgid "Edit @type"
msgstr ""

#: includes/context-task-handler.inc:308
msgid "If there is more than one variant on a page, when the page is visited each variant is given an opportunity to be displayed. Starting from the first variant and working to the last, each one tests to see if its selection rules will pass. The first variant that its criteria (as specified below) will be used."
msgstr ""

#: includes/context-task-handler.inc:356
msgid "Summary of contexts"
msgstr ""

#: includes/context.inc:49
msgid "Unknown context"
msgstr ""

#: includes/context.inc:195;196;400 page_manager/plugins/tasks/page.admin.inc:1120;1140
msgid "No context"
msgstr ""

#: includes/context.inc:311;418
msgid "Context %count"
msgstr ""

#: includes/context.inc:311;418
msgid "Context"
msgstr ""

#: includes/context.inc:425
msgid "Please choose which context and how you would like it converted."
msgstr ""

#: includes/context.inc:1233
msgid "@identifier (@keyword)"
msgstr ""

#: includes/context.inc:1297
msgid "Logged in user"
msgstr ""

#: includes/context.inc:1335
msgid ", and "
msgstr ""

#: includes/context.inc:1335
msgid ", or "
msgstr ""

#: includes/context.theme.inc:80 page_manager/plugins/tasks/page.admin.inc:696 page_manager/theme/page_manager.theme.inc:103 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:196
msgid "Weight"
msgstr ""

#: includes/context.theme.inc:82 plugins/access/node_access.inc:33
msgid "Operation"
msgstr ""

#: includes/context.theme.inc:131;237
msgid "Built in context"
msgstr ""

#: includes/context.theme.inc:134;158;181;201;240;259;275;290
msgid "Keyword: %@keyword"
msgstr ""

#: includes/context.theme.inc:136;161;183;203
msgid "@keyword --&gt; @title"
msgstr ""

#: includes/context.theme.inc:155;256
msgid "Argument @count"
msgstr ""

#: includes/context.theme.inc:178;272
msgid "Context @count"
msgstr ""

#: includes/context.theme.inc:198;287
msgid "From \"@title\""
msgstr ""

#: includes/css.inc:166
msgid "Unable to create CTools CSS cache directory. Check the permissions on your files directory."
msgstr ""

#: includes/export.inc:139 page_manager/page_manager.module:366 page_manager/plugins/tasks/page.admin.inc:1456
msgid "Normal"
msgstr ""

#: includes/export.inc:177 page_manager/page_manager.admin.inc:1473 page_manager/page_manager.module:509 page_manager/plugins/tasks/page.admin.inc:1485;1499;1510
msgid "Overridden"
msgstr ""

#: includes/export.inc:601 page_manager/page_manager.module:642
msgid "Local"
msgstr ""

#: includes/form.inc:303
msgid "Validation error, please try again. If this error persists, please contact the site administrator."
msgstr ""

#: includes/menu.inc:58
msgid "Home"
msgstr ""

#: includes/modal.inc:52
msgid "Close Window"
msgstr ""

#: includes/modal.inc:53;53
msgid "Close window"
msgstr ""

#: includes/modal.inc:54 js/modal.js:0;0
msgid "Loading..."
msgstr ""

#: includes/modal.inc:54
msgid "Loading"
msgstr ""

#: includes/wizard.inc:373
msgid "Continue"
msgstr ""

#: includes/wizard.inc:374
msgid "Back"
msgstr ""

#: includes/wizard.inc:375
msgid "Update and return"
msgstr ""

#: includes/wizard.inc:376
msgid "Finish"
msgstr ""

#: includes/wizard.inc:377 page_manager/page_manager.admin.inc:1183
msgid "Cancel"
msgstr ""

#: page_manager/page_manager.admin.inc:25
msgid "See the getting started guide for more information."
msgstr ""

#: page_manager/page_manager.admin.inc:40
msgid "This page is currently locked for editing by you. Nobody else may edit this page until these changes are saved or canceled."
msgstr ""

#: page_manager/page_manager.admin.inc:44
msgid "This page is currently locked for editing by another user. You may not edit this page without breaking the lock."
msgstr ""

#: page_manager/page_manager.admin.inc:52;297
msgid "Reset"
msgstr ""

#: page_manager/page_manager.admin.inc:88;238;270 page_manager/plugins/tasks/page.admin.inc:642
msgid "Type"
msgstr ""

#: page_manager/page_manager.admin.inc:89;268
msgid "Name"
msgstr ""

#: page_manager/page_manager.admin.inc:91;269 page_manager/plugins/tasks/page.admin.inc:399;1244;1370 page_manager/plugins/tasks/page.inc:649 page_manager/plugins/tasks/term_view.inc:258 plugins/content_types/search/search_form.inc:115
msgid "Path"
msgstr ""

#: page_manager/page_manager.admin.inc:92;245;271 page_manager/plugins/tasks/page.inc:46;594
msgid "Storage"
msgstr ""

#: page_manager/page_manager.admin.inc:95 page_manager/plugins/tasks/page.admin.inc:909
msgid "Operations"
msgstr ""

#: page_manager/page_manager.admin.inc:163 page_manager/plugins/tasks/search.inc:213
msgid "System"
msgstr ""

#: page_manager/page_manager.admin.inc:171 page_manager/plugins/tasks/page.inc:217 page_manager/plugins/tasks/search.inc:215
msgid "In code"
msgstr ""

#: page_manager/page_manager.admin.inc:189 page_manager/page_manager.module:79 page_manager/plugins/tasks/page.inc:625;667;703 views_content/plugins/views/views_content_plugin_display_panel_pane.inc:120
msgid "Edit"
msgstr ""

#: page_manager/page_manager.admin.inc:197;523;529;708;713 page_manager/plugins/tasks/page.inc:600
msgid "Enable"
msgstr ""

#: page_manager/page_manager.admin.inc:203;536;542;719;724 page_manager/plugins/tasks/page.inc:604
msgid "Disable"
msgstr ""

#: page_manager/page_manager.admin.inc:234
msgid "<All>"
msgstr ""

#: page_manager/page_manager.admin.inc:252;253 page_manager/plugins/tasks/page.inc:605
msgid "Enabled"
msgstr ""

#: page_manager/page_manager.admin.inc:253 page_manager/plugins/tasks/page.inc:601
msgid "Disabled"
msgstr ""

#: page_manager/page_manager.admin.inc:259 page_manager/plugins/tasks/search.inc:25
msgid "Search"
msgstr ""

#: page_manager/page_manager.admin.inc:264
msgid "Sort by"
msgstr ""

#: page_manager/page_manager.admin.inc:266
msgid "Enabled, title"
msgstr ""

#: page_manager/page_manager.admin.inc:278
msgid "Order"
msgstr ""

#: page_manager/page_manager.admin.inc:280
msgid "Up"
msgstr ""

#: page_manager/page_manager.admin.inc:281
msgid "Down"
msgstr ""

#: page_manager/page_manager.admin.inc:290
msgid "Apply"
msgstr ""

#: page_manager/page_manager.admin.inc:470;662
msgid "Summary"
msgstr ""

#: page_manager/page_manager.admin.inc:471
msgid "Get a summary of the information about this page."
msgstr ""

#: page_manager/page_manager.admin.inc:524
msgid "Activate this page so that it will be in use in your system."
msgstr ""

#: page_manager/page_manager.admin.inc:537
msgid "De-activate this page. The data will remain but the page will not be in use on your system."
msgstr ""

#: page_manager/page_manager.admin.inc:548
msgid "Add variant"
msgstr ""

#: page_manager/page_manager.admin.inc:549
msgid "Add a new variant to this page."
msgstr ""

#: page_manager/page_manager.admin.inc:554;587
msgid "Create variant"
msgstr ""

#: page_manager/page_manager.admin.inc:559
msgid "Import variant"
msgstr ""

#: page_manager/page_manager.admin.inc:560
msgid "Add a new variant to this page from code exported from another page."
msgstr ""

#: page_manager/page_manager.admin.inc:566
msgid "Reorder variants"
msgstr ""

#: page_manager/page_manager.admin.inc:568
msgid "Change the priority of the variants to ensure that the right one gets selected."
msgstr ""

#: page_manager/page_manager.admin.inc:579
msgid "Configure a newly created variant prior to actually adding it to the page."
msgstr ""

#: page_manager/page_manager.admin.inc:606;611
msgid "Break lock"
msgstr ""

#: page_manager/page_manager.admin.inc:607
msgid "Break the lock on this page so that you can edit it."
msgstr ""

#: page_manager/page_manager.admin.inc:630
msgid "Variants"
msgstr ""

#: page_manager/page_manager.admin.inc:655
msgid "Variant operations"
msgstr ""

#: page_manager/page_manager.admin.inc:663
msgid "Get a summary of the information about this variant."
msgstr ""

#: page_manager/page_manager.admin.inc:677 page_manager/plugins/tasks/page.admin.inc:1384 page_manager/plugins/tasks/page.inc:178
msgid "Clone"
msgstr ""

#: page_manager/page_manager.admin.inc:678
msgid "Make an exact copy of this variant."
msgstr ""

#: page_manager/page_manager.admin.inc:683
msgid "Export this variant into code to import into another page."
msgstr ""

#: page_manager/page_manager.admin.inc:688;692 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:189
msgid "Revert"
msgstr ""

#: page_manager/page_manager.admin.inc:689
msgid "Remove all changes to this variant and revert to the version in code."
msgstr ""

#: page_manager/page_manager.admin.inc:698;702 page_manager/plugins/tasks/page.admin.inc:1499 page_manager/plugins/tasks/page.inc:196 plugins/access/node_access.inc:38
msgid "Delete"
msgstr ""

#: page_manager/page_manager.admin.inc:699
msgid "Remove this variant from the page completely."
msgstr ""

#: page_manager/page_manager.admin.inc:709
msgid "Activate this variant so that it will be in use in your system."
msgstr ""

#: page_manager/page_manager.admin.inc:720
msgid "De-activate this variant. The data will remain but the variant will not be in use on your system."
msgstr ""

#: page_manager/page_manager.admin.inc:732
msgid "No variants"
msgstr ""

#: page_manager/page_manager.admin.inc:814 plugins/access/node_access.inc:37
msgid "Update"
msgstr ""