Changeset 1486886
- Timestamp:
- 08/31/2016 01:31:28 AM (10 years ago)
- Location:
- comic-easel/trunk
- Files:
-
- 2 deleted
- 5 edited
-
ceo-config.php (modified) (1 diff)
-
comiceasel.php (modified) (2 diffs)
-
functions/admin-meta.php (modified) (1 diff)
-
lang/comiceasel-en_US.po (modified) (32 diffs)
-
lang/en_US.mo (deleted)
-
lang/en_US.po (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comic-easel/trunk/ceo-config.php
r1393172 r1486886 174 174 if (!defined('CEO_FEATURE_BUY_COMIC')) 175 175 $tab_info['buycomic'] = __('Buy Comic','comiceasel'); 176 if (empty($tab)) { $tab = array_shift(array_keys($tab_info)); }176 if (empty($tab)) { $tab = 'main'; } 177 177 178 178 foreach($tab_info as $tab_id => $label) { ?> -
comic-easel/trunk/comiceasel.php
r1393172 r1486886 4 4 Plugin URI: http://comiceasel.com 5 5 Description: Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost all WordPress themes. With just a few modifications of adding injection do_action locations into a theme, you can have the theme of your choice display and manage a webcomic. 6 Version: 1. 9.116 Version: 1.10 7 7 Author: Philip M. Hofer (Frumph) 8 8 Author URI: http://frumph.net/ … … 529 529 'plugin_url' => plugin_dir_url(__FILE__), 530 530 'plugin_path' => plugin_dir_path(__FILE__), 531 'version' => '1. 9.11'531 'version' => '1.10' 532 532 ); 533 533 // Combine em. -
comic-easel/trunk/functions/admin-meta.php
r1349153 r1486886 433 433 434 434 function ceo_add_comic_in_post() { 435 // add_meta_box('ceo_comic_in_post', __('Comic Directions', 'comiceasel'), 'ceo_edit_comic_in_post', 'comic', 'side', 'high');436 remove_meta_box('postimagediv', 'comic', 'side');437 if ( current_theme_supports( 'post-thumbnails', 'comic' ) && post_type_supports('comic', 'thumbnail') )438 add_meta_box('postimagediv', __('Set Comic/Featured Image'), 'post_thumbnail_meta_box', 'comic', 'side', 'high');439 435 add_meta_box('ceo_comic_in_post', __('Comic Directions', 'comiceasel'), 'ceo_edit_comic_in_post', 'comic', 'side', 'high'); 436 if ( current_theme_supports( 'post-thumbnails', 'comic' ) && post_type_supports('comic', 'thumbnail') ) { 437 remove_meta_box('postimagediv', 'comic', 'side'); 438 add_meta_box('postimagediv', __('Set Comic/Featured Image', 'comiceasel'), 'post_thumbnail_meta_box', 'comic', 'side', 'high'); 439 } 440 440 if (!defined('CEO_FEATURE_LINKTO')) 441 441 add_meta_box('ceo_linkto_in_post', __('Links To', 'comiceasel'), 'ceo_edit_linkto_in_post', 'comic', 'normal', 'default'); -
comic-easel/trunk/lang/comiceasel-en_US.po
r1254716 r1486886 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Comic Easel v1.9. 7\n"3 "Project-Id-Version: Comic Easel v1.9.11\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 201 5-09-27 23:08:18+0000\n"6 "PO-Revision-Date: 2016-07-17 19:13:45+0000\n" 7 7 "Last-Translator: frumph <philip@frumph.net>\n" 8 8 "Language-Team: \n" … … 22 22 23 23 #: ceo-admin.php:43 24 #: ceo-config.php:21 624 #: ceo-config.php:215 25 25 #@ comiceasel 26 26 msgid "Comic Easel" … … 80 80 msgstr "" 81 81 82 #: ceo-config.php:215 83 #@ comiceasel 84 msgid "created, developed and maintained by" 85 msgstr "" 86 82 87 #: ceo-config.php:216 83 #@ comiceasel84 msgid "created, developed and maintained by"85 msgstr ""86 87 #: ceo-config.php:21788 88 #@ comiceasel 89 89 msgid "If you like the Comic Easel plugin, please donate. It will help in developing new features and versions." … … 364 364 #: functions/admin-meta.php:113 365 365 #: functions/casthover.php:55 366 #: functions/injections.php:21 2366 #: functions/injections.php:215 367 367 #: widgets/casthover.php:55 368 368 #@ comiceasel … … 427 427 #: comiceasel.php:141 428 428 #: functions/admin-meta.php:116 429 #: functions/injections.php:20 2429 #: functions/injections.php:205 430 430 #@ comiceasel 431 431 msgid "Location" … … 502 502 msgstr "" 503 503 504 #: comiceasel.php:4 13504 #: comiceasel.php:420 505 505 #@ comiceasel 506 506 msgid "comic" 507 507 msgstr "" 508 508 509 #: comiceasel.php:4 28510 #: comiceasel.php:4 66509 #: comiceasel.php:435 510 #: comiceasel.php:473 511 511 #@ comiceasel 512 512 msgid "*Additional shipping charges will applied at time of purchase." 513 513 msgstr "" 514 514 515 #: comiceasel.php:5 47515 #: comiceasel.php:554 516 516 #@ comiceasel 517 517 msgid "Comic Easel - Test Information" … … 584 584 585 585 #: functions/admin-meta.php:210 586 #: functions/admin-meta.php:4 42586 #: functions/admin-meta.php:463 587 587 #@ comiceasel 588 588 msgid "Add a title to the comic. Titles must be alpha-numerical, not just numbers." … … 590 590 591 591 #: functions/admin-meta.php:211 592 #: functions/admin-meta.php:4 43592 #: functions/admin-meta.php:464 593 593 #@ comiceasel 594 594 msgid "Add some info to the blog section of the comic if you want to (not required)." … … 596 596 597 597 #: functions/admin-meta.php:212 598 #: functions/admin-meta.php:4 44598 #: functions/admin-meta.php:465 599 599 #@ comiceasel 600 600 msgid "Set the date/time you want it to be published, leave it as Publish Immediately if you want it to post right now." … … 602 602 603 603 #: functions/admin-meta.php:213 604 #: functions/admin-meta.php:4 45604 #: functions/admin-meta.php:466 605 605 #@ comiceasel 606 606 msgid "Set the featured image as the comic. You can find the link to press to do this in right column in this editor. After it uploads, click the [use as featured image]" … … 608 608 609 609 #: functions/admin-meta.php:214 610 #: functions/admin-meta.php:4 46610 #: functions/admin-meta.php:467 611 611 #@ comiceasel 612 612 msgid "Set the comic into a chapter, all comics must be in a chapter. If you do not have one, make one." … … 614 614 615 615 #: functions/admin-meta.php:215 616 #: functions/admin-meta.php:4 47616 #: functions/admin-meta.php:468 617 617 #@ comiceasel 618 618 msgid "Tag characters in the comic and location the comic takes place (not required)." … … 620 620 621 621 #: functions/admin-meta.php:216 622 #: functions/admin-meta.php:4 48622 #: functions/admin-meta.php:469 623 623 #@ comiceasel 624 624 msgid "Click the [screen options] in the upper right corner of the editor and enable [x] Discussion if it is not (one time only). So you can enable/disable commenting." … … 626 626 627 627 #: functions/admin-meta.php:217 628 #: functions/admin-meta.php:4 49628 #: functions/admin-meta.php:470 629 629 #@ comiceasel 630 630 msgid "Publish." … … 632 632 633 633 #: functions/admin-meta.php:219 634 #: functions/admin-meta.php:4 51634 #: functions/admin-meta.php:472 635 635 #@ comiceasel 636 636 msgid "You can move the editor boxes around. Drag them to where it would suit your individual taste in where you want them." … … 638 638 639 639 #: functions/admin-meta.php:220 640 #: functions/admin-meta.php:4 52640 #: functions/admin-meta.php:473 641 641 #@ comiceasel 642 642 msgid "Minimize these directions by clicking the title of the box." … … 673 673 msgstr "" 674 674 675 #: functions/admin-meta.php:3 11675 #: functions/admin-meta.php:330 676 676 #@ comiceasel 677 677 msgid "The text placed here will appear when you mouse over the comic." 678 678 msgstr "" 679 679 680 #: functions/admin-meta.php:3 19680 #: functions/admin-meta.php:338 681 681 #@ comiceasel 682 682 msgid "The text placed here will appear as the transcript." 683 683 msgstr "" 684 684 685 #: functions/admin-meta.php:3 27685 #: functions/admin-meta.php:346 686 686 #@ comiceasel 687 687 msgid "The html placed here will appear above the comic." 688 688 msgstr "" 689 689 690 #: functions/admin-meta.php:3 35690 #: functions/admin-meta.php:354 691 691 #@ comiceasel 692 692 msgid "The html placed here will appear below the comic." 693 693 msgstr "" 694 694 695 #: functions/admin-meta.php:3 43696 #: functions/admin-meta.php:3 47697 #: functions/admin-meta.php:3 59698 #: functions/admin-meta.php:3 68695 #: functions/admin-meta.php:362 696 #: functions/admin-meta.php:366 697 #: functions/admin-meta.php:378 698 #: functions/admin-meta.php:387 699 699 #: functions/shortcodes.php:512 700 700 #: functions/shortcodes.php:515 … … 705 705 msgstr "" 706 706 707 #: functions/admin-meta.php:3 58707 #: functions/admin-meta.php:377 708 708 #: options/buycomic.php:66 709 709 #@ comiceasel … … 711 711 msgstr "" 712 712 713 #: functions/admin-meta.php:3 60714 #: functions/admin-meta.php:3 69713 #: functions/admin-meta.php:379 714 #: functions/admin-meta.php:388 715 715 #: functions/redirects.php:151 716 716 #: functions/shortcodes.php:553 … … 722 722 msgstr "" 723 723 724 #: functions/admin-meta.php:3 61724 #: functions/admin-meta.php:380 725 725 #@ comiceasel 726 726 #@ default … … 728 728 msgstr "" 729 729 730 #: functions/admin-meta.php:3 62731 #: functions/admin-meta.php:3 70730 #: functions/admin-meta.php:381 731 #: functions/admin-meta.php:389 732 732 #: functions/shortcodes.php:557 733 733 #: functions/shortcodes.php:558 … … 738 738 msgstr "" 739 739 740 #: functions/admin-meta.php:3 67740 #: functions/admin-meta.php:386 741 741 #: options/buycomic.php:84 742 742 #@ comiceasel … … 744 744 msgstr "" 745 745 746 #: functions/admin-meta.php:3 80746 #: functions/admin-meta.php:399 747 747 #@ comiceasel 748 748 msgid "Enter a URL or upload a flash comic." 749 749 msgstr "" 750 750 751 #: functions/admin-meta.php: 382751 #: functions/admin-meta.php:401 752 752 #@ comiceasel 753 753 msgid "Upload Flash" 754 754 msgstr "" 755 755 756 #: functions/admin-meta.php: 385756 #: functions/admin-meta.php:404 757 757 #@ comiceasel 758 758 msgid "Set the dimensions of the flash .swf comic." 759 759 msgstr "" 760 760 761 #: functions/admin-meta.php: 386761 #: functions/admin-meta.php:405 762 762 #@ comiceasel 763 763 msgid "Height:" 764 764 msgstr "" 765 765 766 #: functions/admin-meta.php: 387766 #: functions/admin-meta.php:406 767 767 #@ comiceasel 768 768 msgid "Width:" 769 769 msgstr "" 770 770 771 #: functions/admin-meta.php:4 19772 #@ default771 #: functions/admin-meta.php:438 772 #@ comiceasel 773 773 msgid "Set Comic/Featured Image" 774 774 msgstr "" 775 775 776 #: functions/admin-meta.php:4 20776 #: functions/admin-meta.php:435 777 777 #@ comiceasel 778 778 msgid "Comic Directions" 779 779 msgstr "" 780 780 781 #: functions/admin-meta.php:4 24781 #: functions/admin-meta.php:445 782 782 #@ comiceasel 783 783 msgid "Misc. Comic Functionality" 784 784 msgstr "" 785 785 786 #: functions/admin-meta.php:4 26786 #: functions/admin-meta.php:447 787 787 #@ comiceasel 788 788 msgid "Alt (Hover) Text" 789 789 msgstr "" 790 790 791 #: functions/admin-meta.php:4 28791 #: functions/admin-meta.php:449 792 792 #@ comiceasel 793 793 msgid "Transcript" 794 794 msgstr "" 795 795 796 #: functions/admin-meta.php:4 30796 #: functions/admin-meta.php:451 797 797 #@ comiceasel 798 798 msgid "Buy Print/Original" 799 799 msgstr "" 800 800 801 #: functions/admin-meta.php:4 32801 #: functions/admin-meta.php:453 802 802 #@ comiceasel 803 803 msgid "HTML (Above) Comic" 804 804 msgstr "" 805 805 806 #: functions/admin-meta.php:4 33806 #: functions/admin-meta.php:454 807 807 #@ comiceasel 808 808 msgid "HTML (Below) Comic" 809 809 msgstr "" 810 810 811 #: functions/admin-meta.php:4 36811 #: functions/admin-meta.php:457 812 812 #@ comiceasel 813 813 msgid "Add Flash Comic" 814 814 msgstr "" 815 815 816 #: functions/admin-meta.php:4 38816 #: functions/admin-meta.php:459 817 817 #@ comiceasel 818 818 msgid "Media Url as Comic" 819 819 msgstr "" 820 820 821 #: functions/admin-meta.php:4 55821 #: functions/admin-meta.php:476 822 822 #@ default 823 823 msgid "Instructions" 824 824 msgstr "" 825 825 826 #: functions/admin-meta.php:4 67826 #: functions/admin-meta.php:488 827 827 #@ comiceasel 828 828 msgid "Problem: " 829 829 msgstr "" 830 830 831 #: functions/admin-meta.php:4 68831 #: functions/admin-meta.php:489 832 832 #@ comiceasel 833 833 msgid "The slug for this comic post \"" 834 834 msgstr "" 835 835 836 #: functions/admin-meta.php:4 68836 #: functions/admin-meta.php:489 837 837 #@ comiceasel 838 838 msgid "\" is numerical. It needs to have a letter or character added to it to not be recognized as a date. P.S. Cannot use these characters: !&#@" … … 852 852 853 853 #: functions/casthover.php:118 854 #: widgets/archive-dropdown.php: 214854 #: widgets/archive-dropdown.php:197 855 855 #: widgets/casthover.php:128 856 856 #: widgets/comiclist-dropdown.php:94 … … 867 867 msgstr "" 868 868 869 #: functions/injections.php:3 5869 #: functions/injections.php:36 870 870 #@ comiceasel 871 871 msgid "Edit Comic." 872 872 msgstr "" 873 873 874 #: functions/injections.php:11 4874 #: functions/injections.php:115 875 875 #@ comiceasel 876 876 msgid "‹‹ First" 877 877 msgstr "" 878 878 879 #: functions/injections.php:11 5879 #: functions/injections.php:116 880 880 #@ comiceasel 881 881 msgid "Last ››" 882 882 msgstr "" 883 883 884 #: functions/injections.php:11 6884 #: functions/injections.php:117 885 885 #@ comiceasel 886 886 msgid "Next ›" 887 887 msgstr "" 888 888 889 #: functions/injections.php:11 7889 #: functions/injections.php:118 890 890 #@ comiceasel 891 891 msgid "‹ Prev" 892 892 msgstr "" 893 893 894 #: functions/injections.php:13 2894 #: functions/injections.php:133 895 895 #: widgets/navigation.php:292 896 896 #: widgets/navigation.php:354 … … 905 905 msgstr "" 906 906 907 #: functions/injections.php:14 5907 #: functions/injections.php:146 908 908 #: widgets/navigation.php:289 909 909 #: widgets/navigation.php:350 … … 912 912 msgstr "" 913 913 914 #: functions/injections.php:26 1914 #: functions/injections.php:264 915 915 #@ comiceasel 916 916 msgid "›" 917 917 msgstr "" 918 918 919 #: functions/injections.php:26 2919 #: functions/injections.php:265 920 920 #@ comiceasel 921 921 msgid "‹" 922 922 msgstr "" 923 923 924 #: functions/injections.php:41 2924 #: functions/injections.php:415 925 925 #@ comiceasel 926 926 msgid "Related Comics ¬" … … 1533 1533 msgstr "" 1534 1534 1535 #: widgets/archive-dropdown.php:1 811535 #: widgets/archive-dropdown.php:161 1536 1536 #@ comiceasel 1537 1537 msgid "Display dropdown list of comic chapters." 1538 1538 msgstr "" 1539 1539 1540 #: widgets/archive-dropdown.php:1 801540 #: widgets/archive-dropdown.php:160 1541 1541 #@ comiceasel 1542 1542 msgid "Comic Easel - Comic Chapters" 1543 1543 msgstr "" 1544 1544 1545 #: widgets/archive-dropdown.php: 2151545 #: widgets/archive-dropdown.php:198 1546 1546 #@ comiceasel 1547 1547 msgid "Exclude Chapters (comma seperated):" … … 1951 1951 msgstr "" 1952 1952 1953 #: comiceasel.php:4 141953 #: comiceasel.php:421 1954 1954 #@ comiceasel 1955 1955 msgid "chapter" 1956 1956 msgstr "" 1957 1957 1958 #: comiceasel.php:4 151958 #: comiceasel.php:422 1959 1959 #@ comiceasel 1960 1960 msgid "chapters" … … 1977 1977 msgstr "" 1978 1978 1979 #: functions/admin-meta.php:2 751979 #: functions/admin-meta.php:281 1980 1980 #@ comiceasel 1981 1981 msgid "* usemap=\"#comicmap\" will be added, add the map html to the below html box" 1982 1982 msgstr "" 1983 1983 1984 #: functions/admin-meta.php: 2981984 #: functions/admin-meta.php:304 1985 1985 #@ comiceasel 1986 1986 msgid "Add url here or leave empty to use next comic or default none" 1987 1987 msgstr "" 1988 1988 1989 #: functions/admin-meta.php: 3891989 #: functions/admin-meta.php:408 1990 1990 #@ comiceasel 1991 1991 msgid "You still need to have a featured image set, it will be used as a thumbnail." 1992 1992 msgstr "" 1993 1993 1994 #: functions/admin-meta.php:4 041994 #: functions/admin-meta.php:423 1995 1995 #@ comiceasel 1996 1996 msgid "Do Not Use" 1997 1997 msgstr "" 1998 1998 1999 #: functions/admin-meta.php:4 111999 #: functions/admin-meta.php:430 2000 2000 #@ comiceasel 2001 2001 msgid "There are no characters or locations yet." 2002 2002 msgstr "" 2003 2003 2004 #: functions/admin-meta.php:4 222004 #: functions/admin-meta.php:441 2005 2005 #@ comiceasel 2006 2006 msgid "Links To" 2007 2007 msgstr "" 2008 2008 2009 #: functions/admin-meta.php:4 402009 #: functions/admin-meta.php:461 2010 2010 #@ comiceasel 2011 2011 msgid "Use as an information page?" 2012 2012 msgstr "" 2013 2013 2014 #: functions/displaycomic.php:1 842014 #: functions/displaycomic.php:193 2015 2015 #@ comiceasel 2016 2016 msgid "<!-- No HTML, Gallery or Featured Image Found. //-->" 2017 2017 msgstr "" 2018 2018 2019 #: functions/injections.php:13 62019 #: functions/injections.php:137 2020 2020 #, php-format 2021 2021 #@ comiceasel … … 2257 2257 msgstr "" 2258 2258 2259 #: options/webcomics-com.php:6 2260 #@ comiceasel 2261 msgid "WebComics.COM" 2262 msgstr "" 2263 2264 #: widgets/archive-dropdown.php:55 2259 #: widgets/archive-dropdown.php:121 2265 2260 #@ comiceasel 2266 2261 msgid "Select" 2267 2262 msgstr "" 2268 2263 2269 #: widgets/archive-dropdown.php: 2162264 #: widgets/archive-dropdown.php:199 2270 2265 #@ comiceasel 2271 2266 msgid "Hide empty chapters?" 2272 2267 msgstr "" 2273 2268 2274 #: widgets/archive-dropdown.php:2 172269 #: widgets/archive-dropdown.php:200 2275 2270 #@ comiceasel 2276 2271 msgid "Show the comic count in parenthesis?" 2277 2272 msgstr "" 2278 2273 2279 #: widgets/archive-dropdown.php:2 182274 #: widgets/archive-dropdown.php:201 2280 2275 #@ comiceasel 2281 2276 msgid "Jump to archive and not first page?" … … 2340 2335 msgstr "" 2341 2336 2337 #: functions/admin-meta.php:275 2338 #@ comiceasel 2339 msgid "Enable Content Warning?" 2340 msgstr "" 2341 2342 #: functions/admin-meta.php:314 2343 #@ comiceasel 2344 msgid "Add url here of referring website to make it only visible when coming from that url." 2345 msgstr "" 2346 2347 #: functions/admin-meta.php:319 2348 #@ comiceasel 2349 msgid "Message to display to users who don't visit from the referring site." 2350 msgstr "" 2351 2352 #: functions/admin-meta.php:443 2353 #@ comiceasel 2354 msgid "Only show this comic if it comes from referring URL?" 2355 msgstr "" 2356 2357 #: functions/displaycomic.php:162 2358 #@ comic-easel 2359 msgid "Read post message below to find out how to view this." 2360 msgstr "" 2361 2362 #: functions/library.php:131 2363 #@ comiceasel 2364 msgid "Warning, Mature Content." 2365 msgstr "" 2366 2367 #: widgets/archive-dropdown.php:202 2368 #@ comiceasel 2369 msgid "Show as a list instead of a dropdown?" 2370 msgstr "" 2371 -
comic-easel/trunk/readme.txt
r1393172 r1486886 4 4 Tags: comiceasel, easel, webcomic, comic, webcomic 5 5 Requires at least: 4.5 6 Tested up to: 4. 57 Stable tag: 1. 9.116 Tested up to: 4.6 7 Stable tag: 1.10 8 8 Donate link: http://frumph.net 9 9 License: GPLv3 or later … … 129 129 130 130 == Changelog == 131 = 1.10 = 132 * Compatibility check with 4.6 133 134 = 1.9.12 = 135 * Compatibility check with 4.5.3 136 * Updated english language files 137 131 138 = 1.9.11 = 132 139 * Removed loading of webcomics.com information from remotely
Note: See TracChangeset
for help on using the changeset viewer.