Plugin Directory

Changeset 1486886


Ignore:
Timestamp:
08/31/2016 01:31:28 AM (10 years ago)
Author:
Frumph
Message:

updated language files
moved comic directions around in the comic post area
updated readme.txt

Location:
comic-easel/trunk
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • comic-easel/trunk/ceo-config.php

    r1393172 r1486886  
    174174            if (!defined('CEO_FEATURE_BUY_COMIC'))
    175175                $tab_info['buycomic'] = __('Buy Comic','comiceasel');
    176             if (empty($tab)) { $tab = array_shift(array_keys($tab_info)); }
     176            if (empty($tab)) { $tab = 'main'; }
    177177
    178178            foreach($tab_info as $tab_id => $label) { ?>
  • comic-easel/trunk/comiceasel.php

    r1393172 r1486886  
    44Plugin URI: http://comiceasel.com
    55Description: 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.11
     6Version: 1.10
    77Author: Philip M. Hofer (Frumph)
    88Author URI: http://frumph.net/
     
    529529                'plugin_url' => plugin_dir_url(__FILE__),
    530530                'plugin_path' => plugin_dir_path(__FILE__),
    531                 'version' => '1.9.11'
     531                'version' => '1.10'
    532532        );
    533533        // Combine em.
  • comic-easel/trunk/functions/admin-meta.php

    r1349153 r1486886  
    433433
    434434function 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');
    439435    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    }
    440440    if (!defined('CEO_FEATURE_LINKTO'))
    441441        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  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: Comic Easel v1.9.7\n"
     3"Project-Id-Version: Comic Easel v1.9.11\n"
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: \n"
    6 "PO-Revision-Date: 2015-09-27 23:08:18+0000\n"
     6"PO-Revision-Date: 2016-07-17 19:13:45+0000\n"
    77"Last-Translator: frumph <philip@frumph.net>\n"
    88"Language-Team: \n"
     
    2222
    2323#: ceo-admin.php:43
    24 #: ceo-config.php:216
     24#: ceo-config.php:215
    2525#@ comiceasel
    2626msgid "Comic Easel"
     
    8080msgstr ""
    8181
     82#: ceo-config.php:215
     83#@ comiceasel
     84msgid "created, developed and maintained by"
     85msgstr ""
     86
    8287#: ceo-config.php:216
    83 #@ comiceasel
    84 msgid "created, developed and maintained by"
    85 msgstr ""
    86 
    87 #: ceo-config.php:217
    8888#@ comiceasel
    8989msgid "If you like the Comic Easel plugin, please donate.  It will help in developing new features and versions."
     
    364364#: functions/admin-meta.php:113
    365365#: functions/casthover.php:55
    366 #: functions/injections.php:212
     366#: functions/injections.php:215
    367367#: widgets/casthover.php:55
    368368#@ comiceasel
     
    427427#: comiceasel.php:141
    428428#: functions/admin-meta.php:116
    429 #: functions/injections.php:202
     429#: functions/injections.php:205
    430430#@ comiceasel
    431431msgid "Location"
     
    502502msgstr ""
    503503
    504 #: comiceasel.php:413
     504#: comiceasel.php:420
    505505#@ comiceasel
    506506msgid "comic"
    507507msgstr ""
    508508
    509 #: comiceasel.php:428
    510 #: comiceasel.php:466
     509#: comiceasel.php:435
     510#: comiceasel.php:473
    511511#@ comiceasel
    512512msgid "*Additional shipping charges will applied at time of purchase."
    513513msgstr ""
    514514
    515 #: comiceasel.php:547
     515#: comiceasel.php:554
    516516#@ comiceasel
    517517msgid "Comic Easel - Test Information"
     
    584584
    585585#: functions/admin-meta.php:210
    586 #: functions/admin-meta.php:442
     586#: functions/admin-meta.php:463
    587587#@ comiceasel
    588588msgid "Add a title to the comic.&nbsp; Titles must be alpha-numerical, not just numbers."
     
    590590
    591591#: functions/admin-meta.php:211
    592 #: functions/admin-meta.php:443
     592#: functions/admin-meta.php:464
    593593#@ comiceasel
    594594msgid "Add some info to the blog section of the comic if you want to (not required)."
     
    596596
    597597#: functions/admin-meta.php:212
    598 #: functions/admin-meta.php:444
     598#: functions/admin-meta.php:465
    599599#@ comiceasel
    600600msgid "Set the date/time you want it to be published, leave it as Publish Immediately if you want it to post right now."
     
    602602
    603603#: functions/admin-meta.php:213
    604 #: functions/admin-meta.php:445
     604#: functions/admin-meta.php:466
    605605#@ comiceasel
    606606msgid "Set the featured image as the comic.&nbsp;  You can find the link to press to do this in right column in this editor.&nbsp;  After it uploads, click the [use as featured image]"
     
    608608
    609609#: functions/admin-meta.php:214
    610 #: functions/admin-meta.php:446
     610#: functions/admin-meta.php:467
    611611#@ comiceasel
    612612msgid "Set the comic into a chapter, all comics must be in a chapter.&nbsp;  If you do not have one, make one."
     
    614614
    615615#: functions/admin-meta.php:215
    616 #: functions/admin-meta.php:447
     616#: functions/admin-meta.php:468
    617617#@ comiceasel
    618618msgid "Tag characters in the comic and location the comic takes place (not required)."
     
    620620
    621621#: functions/admin-meta.php:216
    622 #: functions/admin-meta.php:448
     622#: functions/admin-meta.php:469
    623623#@ comiceasel
    624624msgid "Click the [screen options] in the upper right corner of the editor and enable [x] Discussion if it is not (one time only).&nbsp;  So you can enable/disable commenting."
     
    626626
    627627#: functions/admin-meta.php:217
    628 #: functions/admin-meta.php:449
     628#: functions/admin-meta.php:470
    629629#@ comiceasel
    630630msgid "Publish."
     
    632632
    633633#: functions/admin-meta.php:219
    634 #: functions/admin-meta.php:451
     634#: functions/admin-meta.php:472
    635635#@ comiceasel
    636636msgid "You can move the editor boxes around.&nbsp;  Drag them to where it would suit your individual taste in where you want them."
     
    638638
    639639#: functions/admin-meta.php:220
    640 #: functions/admin-meta.php:452
     640#: functions/admin-meta.php:473
    641641#@ comiceasel
    642642msgid "Minimize these directions by clicking the title of the box."
     
    673673msgstr ""
    674674
    675 #: functions/admin-meta.php:311
     675#: functions/admin-meta.php:330
    676676#@ comiceasel
    677677msgid "The text placed here will appear when you mouse over the comic."
    678678msgstr ""
    679679
    680 #: functions/admin-meta.php:319
     680#: functions/admin-meta.php:338
    681681#@ comiceasel
    682682msgid "The text placed here will appear as the transcript."
    683683msgstr ""
    684684
    685 #: functions/admin-meta.php:327
     685#: functions/admin-meta.php:346
    686686#@ comiceasel
    687687msgid "The html placed here will appear above the comic."
    688688msgstr ""
    689689
    690 #: functions/admin-meta.php:335
     690#: functions/admin-meta.php:354
    691691#@ comiceasel
    692692msgid "The html placed here will appear below the comic."
    693693msgstr ""
    694694
    695 #: functions/admin-meta.php:343
    696 #: functions/admin-meta.php:347
    697 #: functions/admin-meta.php:359
    698 #: functions/admin-meta.php:368
     695#: functions/admin-meta.php:362
     696#: functions/admin-meta.php:366
     697#: functions/admin-meta.php:378
     698#: functions/admin-meta.php:387
    699699#: functions/shortcodes.php:512
    700700#: functions/shortcodes.php:515
     
    705705msgstr ""
    706706
    707 #: functions/admin-meta.php:358
     707#: functions/admin-meta.php:377
    708708#: options/buycomic.php:66
    709709#@ comiceasel
     
    711711msgstr ""
    712712
    713 #: functions/admin-meta.php:360
    714 #: functions/admin-meta.php:369
     713#: functions/admin-meta.php:379
     714#: functions/admin-meta.php:388
    715715#: functions/redirects.php:151
    716716#: functions/shortcodes.php:553
     
    722722msgstr ""
    723723
    724 #: functions/admin-meta.php:361
     724#: functions/admin-meta.php:380
    725725#@ comiceasel
    726726#@ default
     
    728728msgstr ""
    729729
    730 #: functions/admin-meta.php:362
    731 #: functions/admin-meta.php:370
     730#: functions/admin-meta.php:381
     731#: functions/admin-meta.php:389
    732732#: functions/shortcodes.php:557
    733733#: functions/shortcodes.php:558
     
    738738msgstr ""
    739739
    740 #: functions/admin-meta.php:367
     740#: functions/admin-meta.php:386
    741741#: options/buycomic.php:84
    742742#@ comiceasel
     
    744744msgstr ""
    745745
    746 #: functions/admin-meta.php:380
     746#: functions/admin-meta.php:399
    747747#@ comiceasel
    748748msgid "Enter a URL or upload a flash comic."
    749749msgstr ""
    750750
    751 #: functions/admin-meta.php:382
     751#: functions/admin-meta.php:401
    752752#@ comiceasel
    753753msgid "Upload Flash"
    754754msgstr ""
    755755
    756 #: functions/admin-meta.php:385
     756#: functions/admin-meta.php:404
    757757#@ comiceasel
    758758msgid "Set the dimensions of the flash .swf comic."
    759759msgstr ""
    760760
    761 #: functions/admin-meta.php:386
     761#: functions/admin-meta.php:405
    762762#@ comiceasel
    763763msgid "Height:"
    764764msgstr ""
    765765
    766 #: functions/admin-meta.php:387
     766#: functions/admin-meta.php:406
    767767#@ comiceasel
    768768msgid "Width:"
    769769msgstr ""
    770770
    771 #: functions/admin-meta.php:419
    772 #@ default
     771#: functions/admin-meta.php:438
     772#@ comiceasel
    773773msgid "Set Comic/Featured Image"
    774774msgstr ""
    775775
    776 #: functions/admin-meta.php:420
     776#: functions/admin-meta.php:435
    777777#@ comiceasel
    778778msgid "Comic Directions"
    779779msgstr ""
    780780
    781 #: functions/admin-meta.php:424
     781#: functions/admin-meta.php:445
    782782#@ comiceasel
    783783msgid "Misc. Comic Functionality"
    784784msgstr ""
    785785
    786 #: functions/admin-meta.php:426
     786#: functions/admin-meta.php:447
    787787#@ comiceasel
    788788msgid "Alt (Hover) Text"
    789789msgstr ""
    790790
    791 #: functions/admin-meta.php:428
     791#: functions/admin-meta.php:449
    792792#@ comiceasel
    793793msgid "Transcript"
    794794msgstr ""
    795795
    796 #: functions/admin-meta.php:430
     796#: functions/admin-meta.php:451
    797797#@ comiceasel
    798798msgid "Buy Print/Original"
    799799msgstr ""
    800800
    801 #: functions/admin-meta.php:432
     801#: functions/admin-meta.php:453
    802802#@ comiceasel
    803803msgid "HTML (Above) Comic"
    804804msgstr ""
    805805
    806 #: functions/admin-meta.php:433
     806#: functions/admin-meta.php:454
    807807#@ comiceasel
    808808msgid "HTML (Below) Comic"
    809809msgstr ""
    810810
    811 #: functions/admin-meta.php:436
     811#: functions/admin-meta.php:457
    812812#@ comiceasel
    813813msgid "Add Flash Comic"
    814814msgstr ""
    815815
    816 #: functions/admin-meta.php:438
     816#: functions/admin-meta.php:459
    817817#@ comiceasel
    818818msgid "Media Url as Comic"
    819819msgstr ""
    820820
    821 #: functions/admin-meta.php:455
     821#: functions/admin-meta.php:476
    822822#@ default
    823823msgid "Instructions"
    824824msgstr ""
    825825
    826 #: functions/admin-meta.php:467
     826#: functions/admin-meta.php:488
    827827#@ comiceasel
    828828msgid "Problem: "
    829829msgstr ""
    830830
    831 #: functions/admin-meta.php:468
     831#: functions/admin-meta.php:489
    832832#@ comiceasel
    833833msgid "The slug for this comic post \""
    834834msgstr ""
    835835
    836 #: functions/admin-meta.php:468
     836#: functions/admin-meta.php:489
    837837#@ comiceasel
    838838msgid "\" 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: !&#@"
     
    852852
    853853#: functions/casthover.php:118
    854 #: widgets/archive-dropdown.php:214
     854#: widgets/archive-dropdown.php:197
    855855#: widgets/casthover.php:128
    856856#: widgets/comiclist-dropdown.php:94
     
    867867msgstr ""
    868868
    869 #: functions/injections.php:35
     869#: functions/injections.php:36
    870870#@ comiceasel
    871871msgid "Edit Comic."
    872872msgstr ""
    873873
    874 #: functions/injections.php:114
     874#: functions/injections.php:115
    875875#@ comiceasel
    876876msgid "&lsaquo;&lsaquo; First"
    877877msgstr ""
    878878
    879 #: functions/injections.php:115
     879#: functions/injections.php:116
    880880#@ comiceasel
    881881msgid "Last &rsaquo;&rsaquo;"
    882882msgstr ""
    883883
    884 #: functions/injections.php:116
     884#: functions/injections.php:117
    885885#@ comiceasel
    886886msgid "Next &rsaquo;"
    887887msgstr ""
    888888
    889 #: functions/injections.php:117
     889#: functions/injections.php:118
    890890#@ comiceasel
    891891msgid "&lsaquo; Prev"
    892892msgstr ""
    893893
    894 #: functions/injections.php:132
     894#: functions/injections.php:133
    895895#: widgets/navigation.php:292
    896896#: widgets/navigation.php:354
     
    905905msgstr ""
    906906
    907 #: functions/injections.php:145
     907#: functions/injections.php:146
    908908#: widgets/navigation.php:289
    909909#: widgets/navigation.php:350
     
    912912msgstr ""
    913913
    914 #: functions/injections.php:261
     914#: functions/injections.php:264
    915915#@ comiceasel
    916916msgid "&rsaquo;"
    917917msgstr ""
    918918
    919 #: functions/injections.php:262
     919#: functions/injections.php:265
    920920#@ comiceasel
    921921msgid "&lsaquo;"
    922922msgstr ""
    923923
    924 #: functions/injections.php:412
     924#: functions/injections.php:415
    925925#@ comiceasel
    926926msgid "Related Comics &not;"
     
    15331533msgstr ""
    15341534
    1535 #: widgets/archive-dropdown.php:181
     1535#: widgets/archive-dropdown.php:161
    15361536#@ comiceasel
    15371537msgid "Display dropdown list of comic chapters."
    15381538msgstr ""
    15391539
    1540 #: widgets/archive-dropdown.php:180
     1540#: widgets/archive-dropdown.php:160
    15411541#@ comiceasel
    15421542msgid "Comic Easel - Comic Chapters"
    15431543msgstr ""
    15441544
    1545 #: widgets/archive-dropdown.php:215
     1545#: widgets/archive-dropdown.php:198
    15461546#@ comiceasel
    15471547msgid "Exclude Chapters (comma seperated):"
     
    19511951msgstr ""
    19521952
    1953 #: comiceasel.php:414
     1953#: comiceasel.php:421
    19541954#@ comiceasel
    19551955msgid "chapter"
    19561956msgstr ""
    19571957
    1958 #: comiceasel.php:415
     1958#: comiceasel.php:422
    19591959#@ comiceasel
    19601960msgid "chapters"
     
    19771977msgstr ""
    19781978
    1979 #: functions/admin-meta.php:275
     1979#: functions/admin-meta.php:281
    19801980#@ comiceasel
    19811981msgid "*  usemap=\"#comicmap\" will be added, add the map html to the below html box"
    19821982msgstr ""
    19831983
    1984 #: functions/admin-meta.php:298
     1984#: functions/admin-meta.php:304
    19851985#@ comiceasel
    19861986msgid "Add url here or leave empty to use next comic or default none"
    19871987msgstr ""
    19881988
    1989 #: functions/admin-meta.php:389
     1989#: functions/admin-meta.php:408
    19901990#@ comiceasel
    19911991msgid "You still need to have a featured image set, it will be used as a thumbnail."
    19921992msgstr ""
    19931993
    1994 #: functions/admin-meta.php:404
     1994#: functions/admin-meta.php:423
    19951995#@ comiceasel
    19961996msgid "Do Not Use"
    19971997msgstr ""
    19981998
    1999 #: functions/admin-meta.php:411
     1999#: functions/admin-meta.php:430
    20002000#@ comiceasel
    20012001msgid "There are no characters or locations yet."
    20022002msgstr ""
    20032003
    2004 #: functions/admin-meta.php:422
     2004#: functions/admin-meta.php:441
    20052005#@ comiceasel
    20062006msgid "Links To"
    20072007msgstr ""
    20082008
    2009 #: functions/admin-meta.php:440
     2009#: functions/admin-meta.php:461
    20102010#@ comiceasel
    20112011msgid "Use as an information page?"
    20122012msgstr ""
    20132013
    2014 #: functions/displaycomic.php:184
     2014#: functions/displaycomic.php:193
    20152015#@ comiceasel
    20162016msgid "<!-- No HTML, Gallery or Featured Image Found. //-->"
    20172017msgstr ""
    20182018
    2019 #: functions/injections.php:136
     2019#: functions/injections.php:137
    20202020#, php-format
    20212021#@ comiceasel
     
    22572257msgstr ""
    22582258
    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
    22652260#@ comiceasel
    22662261msgid "Select"
    22672262msgstr ""
    22682263
    2269 #: widgets/archive-dropdown.php:216
     2264#: widgets/archive-dropdown.php:199
    22702265#@ comiceasel
    22712266msgid "Hide empty chapters?"
    22722267msgstr ""
    22732268
    2274 #: widgets/archive-dropdown.php:217
     2269#: widgets/archive-dropdown.php:200
    22752270#@ comiceasel
    22762271msgid "Show the comic count in parenthesis?"
    22772272msgstr ""
    22782273
    2279 #: widgets/archive-dropdown.php:218
     2274#: widgets/archive-dropdown.php:201
    22802275#@ comiceasel
    22812276msgid "Jump to archive and not first page?"
     
    23402335msgstr ""
    23412336
     2337#: functions/admin-meta.php:275
     2338#@ comiceasel
     2339msgid "Enable Content Warning?"
     2340msgstr ""
     2341
     2342#: functions/admin-meta.php:314
     2343#@ comiceasel
     2344msgid "Add url here of referring website to make it only visible when coming from that url."
     2345msgstr ""
     2346
     2347#: functions/admin-meta.php:319
     2348#@ comiceasel
     2349msgid "Message to display to users who don't visit from the referring site."
     2350msgstr ""
     2351
     2352#: functions/admin-meta.php:443
     2353#@ comiceasel
     2354msgid "Only show this comic if it comes from referring URL?"
     2355msgstr ""
     2356
     2357#: functions/displaycomic.php:162
     2358#@ comic-easel
     2359msgid "Read post message below to find out how to view this."
     2360msgstr ""
     2361
     2362#: functions/library.php:131
     2363#@ comiceasel
     2364msgid "Warning, Mature Content."
     2365msgstr ""
     2366
     2367#: widgets/archive-dropdown.php:202
     2368#@ comiceasel
     2369msgid "Show as a list instead of a dropdown?"
     2370msgstr ""
     2371
  • comic-easel/trunk/readme.txt

    r1393172 r1486886  
    44Tags: comiceasel, easel, webcomic, comic, webcomic
    55Requires at least: 4.5
    6 Tested up to: 4.5
    7 Stable tag: 1.9.11
     6Tested up to: 4.6
     7Stable tag: 1.10
    88Donate link: http://frumph.net
    99License: GPLv3 or later
     
    129129
    130130== 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
    131138= 1.9.11 =
    132139* Removed loading of webcomics.com information from remotely
Note: See TracChangeset for help on using the changeset viewer.