tweak readme
This commit is contained in:
parent
8cabcdafa2
commit
16a2900fef
|
@ -51,7 +51,7 @@ If you're using the `wp-content/transcript-filters` directory, use the following
|
||||||
|
|
||||||
* Create a new directory for your filter, using only lowercase characters, the numbers 0-9, dashes, and underscores.
|
* Create a new directory for your filter, using only lowercase characters, the numbers 0-9, dashes, and underscores.
|
||||||
* Inside of this directory place one .php/.inc file and/or one .css file.
|
* Inside of this directory place one .php/.inc file and/or one .css file.
|
||||||
* If you're overriding filters, create a new class in the PHP file that extends `WDTSDisplayFilters (defined in `classes/WDTSDisplayFilters.inc`) and override functions as necessary.
|
* If you're overriding filters, create a new class in the PHP file that extends `WDTSDisplayFilters` (defined in `classes/WDTSDisplayFilters.inc`) and override functions as necessary.
|
||||||
* If done correctly, the new filter will be available under the *Styles* tab.
|
* If done correctly, the new filter will be available under the *Styles* tab.
|
||||||
|
|
||||||
= How does the transcript workflow work? =
|
= How does the transcript workflow work? =
|
||||||
|
@ -90,6 +90,7 @@ Thanks to @mindfaucet, @Frumph, and @ChibiJen for early testing and bug reportin
|
||||||
|
|
||||||
= 0.9.1 =
|
= 0.9.1 =
|
||||||
* Bugfixes for transcript submission and theme editor global variable name collision.
|
* Bugfixes for transcript submission and theme editor global variable name collision.
|
||||||
* Improve transcript submission feedback.
|
* Improved transcript submission feedback.
|
||||||
|
* Improved support for working with and previewing transcript filters.
|
||||||
= 0.9 =
|
= 0.9 =
|
||||||
* Initial release, primarily for testing purposes.
|
* Initial release, primarily for testing purposes.
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: what-did-they-say 0.9.1\n"
|
"Project-Id-Version: what-did-they-say 0.9.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-10-14 07:39-0400\n"
|
"POT-Creation-Date: 2009-10-14 07:49-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -503,7 +503,7 @@ msgid "Misc. Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/admin.inc:15 classes/partials/admin.inc:51
|
#: classes/partials/admin.inc:15 classes/partials/admin.inc:51
|
||||||
#: classes/WhatDidTheySayAdmin.inc:306 classes/WhatDidTheySayAdmin.inc:307
|
#: classes/WhatDidTheySayAdmin.inc:311 classes/WhatDidTheySayAdmin.inc:312
|
||||||
msgid "What Did They Say?!?"
|
msgid "What Did They Say?!?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -767,33 +767,33 @@ msgstr ""
|
||||||
msgid "Hey, where are the keys?"
|
msgid "Hey, where are the keys?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:61
|
#: classes/WhatDidTheySayAdmin.inc:66
|
||||||
msgid "Submit transcriptions to a post"
|
msgid "Submit transcriptions to a post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:62
|
#: classes/WhatDidTheySayAdmin.inc:67
|
||||||
msgid "Approve transcriptions to a post"
|
msgid "Approve transcriptions to a post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:63
|
#: classes/WhatDidTheySayAdmin.inc:68
|
||||||
msgid "Change the available languages"
|
msgid "Change the available languages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:172
|
#: classes/WhatDidTheySayAdmin.inc:177
|
||||||
msgid "What Did They Say?!? Transcript"
|
msgid "What Did They Say?!? Transcript"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:172
|
#: classes/WhatDidTheySayAdmin.inc:177
|
||||||
msgid "Show the transcript for the current post."
|
msgid "Show the transcript for the current post."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:321
|
#: classes/WhatDidTheySayAdmin.inc:326
|
||||||
msgid ""
|
msgid ""
|
||||||
"Welcome to <strong>What Did They Say?!?</strong> To get started, read the "
|
"Welcome to <strong>What Did They Say?!?</strong> To get started, read the "
|
||||||
"<strong>Introduction</strong>, and then <strong>How It Works</strong>."
|
"<strong>Introduction</strong>, and then <strong>How It Works</strong>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:323
|
#: classes/WhatDidTheySayAdmin.inc:328
|
||||||
msgid ""
|
msgid ""
|
||||||
"Is <strong>What Did They Say?!?</strong> working out for you? Let John know "
|
"Is <strong>What Did They Say?!?</strong> working out for you? Let John know "
|
||||||
"via email (<a href=\"mailto:john@coswellproductions.com"
|
"via email (<a href=\"mailto:john@coswellproductions.com"
|
||||||
|
@ -801,75 +801,75 @@ msgid ""
|
||||||
"JohnBintz\">@JohnBintz</a>)."
|
"JohnBintz\">@JohnBintz</a>)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:336
|
#: classes/WhatDidTheySayAdmin.inc:341
|
||||||
msgid "Manage Transcripts"
|
msgid "Manage Transcripts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:546
|
#: classes/WhatDidTheySayAdmin.inc:551
|
||||||
msgid "Transcript added to queue."
|
msgid "Transcript added to queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:548
|
#: classes/WhatDidTheySayAdmin.inc:553
|
||||||
msgid "Transcript not added to queue."
|
msgid "Transcript not added to queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:624
|
#: classes/WhatDidTheySayAdmin.inc:629
|
||||||
msgid "Transcripts updated."
|
msgid "Transcripts updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:693
|
#: classes/WhatDidTheySayAdmin.inc:698
|
||||||
msgid "Default styles option updated."
|
msgid "Default styles option updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:709
|
#: classes/WhatDidTheySayAdmin.inc:714
|
||||||
msgid "Insertion level updated."
|
msgid "Insertion level updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:727
|
#: classes/WhatDidTheySayAdmin.inc:732
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s deleted."
|
msgid "%s deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:729
|
#: classes/WhatDidTheySayAdmin.inc:734
|
||||||
msgid "Language not deleted!"
|
msgid "Language not deleted!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:736
|
#: classes/WhatDidTheySayAdmin.inc:741
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s added."
|
msgid "%s added."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:738
|
#: classes/WhatDidTheySayAdmin.inc:743
|
||||||
msgid "Language not added!"
|
msgid "Language not added!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:744
|
#: classes/WhatDidTheySayAdmin.inc:749
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s set as default."
|
msgid "%s set as default."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:746
|
#: classes/WhatDidTheySayAdmin.inc:751
|
||||||
msgid "Language not set as default!"
|
msgid "Language not set as default!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:752
|
#: classes/WhatDidTheySayAdmin.inc:757
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s renamed to %2$s."
|
msgid "%1$s renamed to %2$s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:754
|
#: classes/WhatDidTheySayAdmin.inc:759
|
||||||
msgid "Language not renamed!"
|
msgid "Language not renamed!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:777
|
#: classes/WhatDidTheySayAdmin.inc:782
|
||||||
msgid "User capabilities updated."
|
msgid "User capabilities updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:796
|
#: classes/WhatDidTheySayAdmin.inc:801
|
||||||
msgid "<strong>What Did They Say?!?</strong> options reset."
|
msgid "<strong>What Did They Say?!?</strong> options reset."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:815
|
#: classes/WhatDidTheySayAdmin.inc:820
|
||||||
msgid "<strong>What Did They Say?!?</strong> core options changed."
|
msgid "<strong>What Did They Say?!?</strong> core options changed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue