diff --git a/classes/partials/_introduction.inc b/classes/partials/_introduction.inc index 9af9116..ef8cdb3 100644 --- a/classes/partials/_introduction.inc +++ b/classes/partials/_introduction.inc @@ -75,7 +75,7 @@

-<php if (function_exists('the_matching_transcript_excerpts')) {
+<?php if (function_exists('the_matching_transcript_excerpts')) {
   the_matching_transcript_excerpts();
 } ?>
diff --git a/classes/partials/admin.inc b/classes/partials/admin.inc index 869356a..bb32af4 100644 --- a/classes/partials/admin.inc +++ b/classes/partials/admin.inc @@ -4,7 +4,7 @@ 'capabilities' => array(__('Capabilities', 'what-did-they-say'), 'edit_users'), 'default-styles' => array(__('Styles', 'what-did-they-say'), 'edit_themes'), 'change-languages' => array(__('Languages', 'what-did-they-say'), 'change_languages'), - 'shortcodes-info' => array(__('Short codes Info', 'what-did-they-say'), 'submit_transcriptions'), + 'shortcodes-info' => array(__('Short Codes Info', 'what-did-they-say'), 'submit_transcriptions'), 'misc-options' => array(__('Misc. Options', 'what-did-they-say'), 'manage_options'), ); diff --git a/readme.txt b/readme.txt index 13e93da..4b74d98 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,84 @@ === What Did They Say?!? === Contributors: johncoswell -Donate link: http://www.comicpresspremium.com/ -Tags: admin, comics +Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins +Tags: admin, comics, webcomics, transcript, video, audio Requires at least: 2.8 -Tested up to: 2.8.3 -Stable tag: 0.1 +Tested up to: 2.8.4 +Stable tag: 0.9 -Want to make multilingual transcriptions a breeze? Use What Did They Say?!? and let your users provide transcriptions to your work, in their language, quickly and securely. +What Did They Say?!? lets your users provide multilingual transcriptions to your media, in their language, quickly and securely. +== Description == + +Run a webcomic site? Post a lot of videos or audio files for your readers to enjoy? Wish you could easily and attractively present +transcripts for your media files...and even let dedicated users manage those transcripts for you? Then What Did They Day?!? is what you need! + +**What Did They Say?!?** (WDTS) integrates fully with your WordPress site. You can use it without making any theme modifications, and you can customize +the output as little or as much as you want. Site search also searches transcript content. It's easy to add new languages to support. +And there's a complete transcript workflow for editing, submitting, and approving transcripts, so it's simple and safe to allow others +to provide transcripts. Backups are also easy, as transcript data is stored with each post -- no separate database tables to worry about. + +== Installation == + +Download and unzip the latest version of **What Did They Say?!?** to your `wp-content/plugins` directory. If you plan on using custom transcript +filters, create the directory `wp-content/transcript-filters`. + +**What Did They Say?!?** puts a menu item under Options. It also adds a meta box to post editing. + +== Frequently Asked Questions == + += How do I activate the automatic site integration? = + +On the WDTS *Introduction* page, check **Enable automatic transcript embedding**. Some themes do not play nicely with this embedding +by default, so you may be asked to enable **Inject transcripts at level 100 instead of level 15** on the *Misc. Options* page. + += How do I add transcript excerpts to search results? = + +In the appropriate place in your search results Loop, add the following Template Tag: + +`` + += How do I create my own transcript filters and styles? = + +There are two ways to do it: + +* If the new filters and styles are for one particilar theme, add your filters and styles to that theme's functions.php. +* If the new filters and styles will go on different themes, or you want to distribute them, add them to the `wp-content/transcript-filters` directory. + +If you're using the `wp-content/transcript-filters` directory, use the following process. This requries some technical knowledge: + +* 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. +* 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. + += How does the transcript workflow work? = + +Transcripts can be in one of two states: **queued** and **approved**. Users can interact with them depending upon the permissions given to them: + +* Queued transcripts are only visible to the user who submitted the transcript and to users that can approve transcripts. +* Approved transcripts are visible to everyone. +* Users who can submit transcripts can create new queued transcripts and edit their queued transcripts. +* Once a transcript is approved, it can only be edited by users who can approve transcripts. +* Users who can approve transcripts can also directly edit the approved transcripts. +* If a user submits a transcript to the queue, they can delete it before it's approved. + +Permissions are handed out based on role and is set under the *Capabilities* tab. + += How do short codes work? = + +**Short codes** are the recommended way that you create your transcripts. They eliminate the dependency on particular HTML structures and styles, which means +it's trivial to rework how your transcripts look and behave. It also improves security as it's less likely that bad HTML will sneak into your transcripts. +Short codes information can be found under the *Short Codes Info* tab. Each transcript editing area has buttons that allow you to quickly insert the proper +short codes into your transcripts. + +== Screenshots == + +1. The **What Did They Say?!?** admin screen, with tabs running across the top. + +== Changelog == + += 0.9 = +* Initial release, primarily for testing purposes. \ No newline at end of file diff --git a/test/TestWhatDidTheySay.html b/test/TestWhatDidTheySay.html index 9993fc5..74dc56b 100644 --- a/test/TestWhatDidTheySay.html +++ b/test/TestWhatDidTheySay.html @@ -11,228 +11,6 @@ TestWhatDidTheySay - - open - /wp-admin/ - - - - clickAndWait - link=Installed - - - - assertTextPresent - What Did They Say?!? - - - - clickAndWait - //a[contains(@href,'what-did-they-say') and contains(@href,'activate')] - - - - assertTextPresent - Plugin activated. - - - - assertElementPresent - //a[contains(text(), "What Did They Say?!?")] - - - - clickAndWait - link=exact:What Did They Say?!? - - - - - assertTextPresent - Reset Settings to Default - - - - click - //input[@value='Reset What Did They Say?!?'] - - - - assertConfirmation - Are you sure? You could leave transcriptions inaccessible. - - - - waitForPageToLoad - 30000 - - - - assertTextPresent - What Did They Say?!? options reset - - - - - select - wdts[capabilities][submit_transcriptions] - label=Editor - - - select - wdts[capabilities][approve_transcriptions] - label=Editor - - - select - wdts[capabilities][change_languages] - label=Editor - - - clickAndWait - //input[@value='Change capabilities'] - - - - assertTextPresent - User capabilities updated. - - - - assertSelectedLabel - wdts[capabilities][submit_transcriptions] - Editor - - - assertSelectedLabel - wdts[capabilities][approve_transcriptions] - Editor - - - assertSelectedLabel - wdts[capabilities][change_languages] - Editor - - - - assertText - //th/span[contains(text(), "English")]/../../td[1] - (yes) - - - clickAndWait - //th/span[contains(text(), "German")]/../..//input[@value="Default"] - - - - assertTextPresent - German set as default. - - - - assertNotText - //th/span[contains(text(), "English")]/../../td[1] - (yes) - - - assertText - //th/span[contains(text(), "German")]/../../td[1] - (yes) - - - - select - //select[@name='wdts[code]'] - label=Danish - - - clickAndWait - //input[@value='Add New Language'] - - - - assertTextPresent - Danish added. - - - - - click - //input[@value='Delete'] - - - - assertConfirmation - You are about to delete this language from the available list. Continue? - - - - waitForPageToLoad - 30000 - - - - assertTextPresent - Danish deleted. - - - - - assertVisible - //span[contains(text(), "German")] - - - - click - //span[contains(text(), "German")]/../..//a[contains(text(), "Rename")] - - - - assertNotVisible - //span[contains(text(), "German")] - - - - type - //span[contains(text(), "German")]/..//input[@name="wdts[name]"] - Deutsch - - - clickAndWait - //span[contains(text(), "German")]/..//input[@type="submit"] - - - - assertTextPresent - German renamed to Deutsch. - - - - - assertTextPresent - Reset Settings to Default - - - - click - //input[@value='Reset What Did They Say?!?'] - - - - assertConfirmation - Are you sure? You could leave transcriptions inaccessible. - - - - waitForPageToLoad - 30000 - - - - assertTextPresent - What Did They Say?!? options reset - - clickAndWait diff --git a/test/selenium/TestActivation.html b/test/selenium/TestActivation.html new file mode 100644 index 0000000..8d97b09 --- /dev/null +++ b/test/selenium/TestActivation.html @@ -0,0 +1,77 @@ + + + + + + +TestActivation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestActivation
open/wp-admin/
storeElementPresent//a[contains(@href,'manage-wdts')]not_activated
gotoIf!${not_activated}not_activated
clickAndWait//a[@href="plugins.php"]
clickAndWait//a[contains(@href,"what-did-they-say") and contains(@href,"deactivate")]
assertTextPresentPlugin deactivated.
labelnot_activated
clickAndWaitlink=Installed
assertTextPresentWhat Did They Say?!?
clickAndWait//a[contains(@href,'what-did-they-say') and contains(@href,'activate')]
assertTextPresentPlugin activated.
assertElementPresent//a[contains(text(), "What Did They Say?!?")]
+ + diff --git a/test/selenium/TestAddLanguage.html b/test/selenium/TestAddLanguage.html new file mode 100644 index 0000000..69cf6d2 --- /dev/null +++ b/test/selenium/TestAddLanguage.html @@ -0,0 +1,47 @@ + + + + + + +TestAddLanguage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestAddLanguage
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-change-languages
select//select[@name='wdts[code]']label=Danish
clickAndWait//input[@value='Add New Language']
assertTextPresentDanish added.
assertElementPresent//span[text()="Danish"]
+ + diff --git a/test/selenium/TestChangeCapabilities.html b/test/selenium/TestChangeCapabilities.html new file mode 100644 index 0000000..b362c75 --- /dev/null +++ b/test/selenium/TestChangeCapabilities.html @@ -0,0 +1,67 @@ + + + + + + +TestChangeCapabilities + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestChangeCapabilities
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-capabilities
selectwdts[capabilities][submit_transcriptions]label=Editor
selectwdts[capabilities][approve_transcriptions]label=Editor
selectwdts[capabilities][change_languages]label=Editor
clickAndWait//input[@value='Change capabilities']
assertTextPresentUser capabilities updated.
assertSelectedLabelwdts[capabilities][submit_transcriptions]Editor
assertSelectedLabelwdts[capabilities][approve_transcriptions]Editor
assertSelectedLabelwdts[capabilities][change_languages]Editor
+ + diff --git a/test/selenium/TestChangeDefaultLanguage.html b/test/selenium/TestChangeDefaultLanguage.html new file mode 100644 index 0000000..285d30c --- /dev/null +++ b/test/selenium/TestChangeDefaultLanguage.html @@ -0,0 +1,57 @@ + + + + + + +TestChangeDefaultLanguage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestChangeDefaultLanguage
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-change-languages
assertElementPresent//form/input[@value="en"]/../input[@disabled]
clickAndWait//th/span[contains(text(), "German")]/../..//input[@value="Default"]
assertTextPresentGerman set as default.
assertElementNotPresent//form/input[@value="en"]/../input[@disabled]
assertElementPresent//form/input[@value="de"]/../input[@disabled]
assertElementPresent//form/input[@value="de"]/../input[@disabled]
+ + diff --git a/test/selenium/TestDeactivate.html b/test/selenium/TestDeactivate.html new file mode 100644 index 0000000..aa886fd --- /dev/null +++ b/test/selenium/TestDeactivate.html @@ -0,0 +1,32 @@ + + + + + + +TestDeactivate + + + + + + + + + + + + + + + + + + + + + + +
TestDeactivate
clickAndWaitlink=Installed
clickAndWait//a[contains(@href,'what-did-they-say') and contains(@href,'deactivate')]
assertTextPresentPlugin deactivated.
+ + diff --git a/test/selenium/TestDeleteLanguage.html b/test/selenium/TestDeleteLanguage.html new file mode 100644 index 0000000..fe42184 --- /dev/null +++ b/test/selenium/TestDeleteLanguage.html @@ -0,0 +1,47 @@ + + + + + + +TestDeleteLanguage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestDeleteLanguage
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-change-languages
click//form/input[@value="de"]/../input[@value='Delete']
assertConfirmationYou are about to delete this language from the available list. Continue?
waitForPageToLoad30000
assertTextPresentGerman deleted.
+ + diff --git a/test/selenium/TestMetaboxApprovedTranscriptEditing.html b/test/selenium/TestMetaboxApprovedTranscriptEditing.html new file mode 100644 index 0000000..e862dd7 --- /dev/null +++ b/test/selenium/TestMetaboxApprovedTranscriptEditing.html @@ -0,0 +1,97 @@ + + + + + + +TestMetaboxApprovedTranscriptEditing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestMetaboxApprovedTranscriptEditing
clickAndWaitlink=Add New
typetitleWDTS Test Post
clickAndWaitpublish
assertTextPresentPost published.
storeValuepost_IDpost_id
assertSelectedLabelwdts-languageEnglish
typewdts-transcripts-enThis is a test transcript.
selectwdts-languagelabel=German
typewdts-transcripts-deDies ist ein Test transcript.
clickAndWaitpublish
assertTextPresentPost updated.
assertValuewdts-transcripts-enThis is a test transcript.
assertValuewdts-transcripts-deDies ist ein Test transcript.
clicklink=Delete
assertConfirmationYou are about to delete this post 'WDTS Test Post'
  'Cancel' to stop, 'OK' to delete.
waitForPageToLoad30000
+ + diff --git a/test/selenium/TestRenameLanguage.html b/test/selenium/TestRenameLanguage.html new file mode 100644 index 0000000..b7b02bc --- /dev/null +++ b/test/selenium/TestRenameLanguage.html @@ -0,0 +1,57 @@ + + + + + + +TestRenameLanguage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestRenameLanguage
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-change-languages
assertVisible//span[contains(text(), "German")]
click//span[contains(text(), "German")]/../..//a[contains(text(), "Rename")]
assertNotVisible//span[contains(text(), "German")]
type//span[contains(text(), "German")]/..//input[@name="wdts[name]"]Deutsch
clickAndWait//span[contains(text(), "German")]/..//input[@type="submit"]
assertTextPresentGerman renamed to Deutsch.
+ + diff --git a/test/selenium/TestResetOptions.html b/test/selenium/TestResetOptions.html new file mode 100644 index 0000000..cb14873 --- /dev/null +++ b/test/selenium/TestResetOptions.html @@ -0,0 +1,52 @@ + + + + + + +TestResetOptions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TestResetOptions
clickAndWaitlink=exact:What Did They Say?!?
clickwdts-tab-misc-options
assertTextPresentReset Settings to Default
click//input[@value='Reset What Did They Say?!?']
assertConfirmationAre you sure? You could leave transcriptions inaccessible.
waitForPageToLoad30000
assertTextPresentWhat Did They Say?!? options reset
+ + diff --git a/test/selenium/TestSuiteWhatDidTheySay.html b/test/selenium/TestSuiteWhatDidTheySay.html new file mode 100644 index 0000000..30264dc --- /dev/null +++ b/test/selenium/TestSuiteWhatDidTheySay.html @@ -0,0 +1,27 @@ + + + + + + Test Suite + + + + + + + + + + + + + + + + + + +
Test Suite
TestActivation
TestResetOptions
TestChangeCapabilities
TestResetOptions
TestChangeDefaultLanguage
TestResetOptions
TestAddLanguage
TestResetOptions
TestDeleteLanguage
TestResetOptions
TestRenameLanguage
TestResetOptions
TestMetaboxApprovedTranscriptEditing
TestDeactivate
+ + diff --git a/what-did-they-say.php b/what-did-they-say.php index 5befb2b..f44f176 100644 --- a/what-did-they-say.php +++ b/what-did-they-say.php @@ -3,7 +3,7 @@ Plugin Name: What Did They Say?!? Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/ Description: Manage and display text transcriptions of comics, videos, or other media. -Version: 0.1 +Version: 0.9 Author: John Bintz Author URI: http://www.coswellproductions.com/wordpress/ Text Domain: what-did-they-say diff --git a/what-did-they-say.pot b/what-did-they-say.pot index dbe63d7..12d276d 100644 --- a/what-did-they-say.pot +++ b/what-did-they-say.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: what-did-they-say 0.1\n" +"Project-Id-Version: what-did-they-say 0.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-06 07:11-0400\n" +"POT-Creation-Date: 2009-10-07 12:43-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -145,11 +145,11 @@ msgstr "" msgid "Transcript update failure!" msgstr "" -#: classes/partials/_editor-script.inc:16 classes/WhatDidTheySayAdmin.inc:264 +#: classes/partials/_editor-script.inc:16 classes/WDTSDisplayFilters.inc:10 msgid "Show transcripts" msgstr "" -#: classes/partials/_editor-script.inc:17 classes/WhatDidTheySayAdmin.inc:265 +#: classes/partials/_editor-script.inc:17 classes/WDTSDisplayFilters.inc:11 msgid "Hide transcripts" msgstr "" @@ -220,100 +220,104 @@ msgstr "" msgid "On individual post pages" msgstr "" -#: classes/partials/_default-styles.inc:66 +#: classes/partials/_default-styles.inc:69 +msgid "Use the selected transcript filter set:" +msgstr "" + +#: classes/partials/_default-styles.inc:79 msgid "Change default styles" msgstr "" -#: classes/partials/_default-styles.inc:69 +#: classes/partials/_default-styles.inc:82 msgid "Transcript Line Breaks" msgstr "" -#: classes/partials/_default-styles.inc:71 +#: classes/partials/_default-styles.inc:84 msgid "" "If you're using short codes or HTML to construct your transcripts, you don't " "need to enable transcript line breaks." msgstr "" -#: classes/partials/_default-styles.inc:73 +#: classes/partials/_default-styles.inc:86 msgid "Default CSS Selectors Information" msgstr "" -#: classes/partials/_default-styles.inc:75 +#: classes/partials/_default-styles.inc:88 msgid "" "By default, the following CSS selectors are used by What Did They " "Say?!?:" msgstr "" -#: classes/partials/_default-styles.inc:78 +#: classes/partials/_default-styles.inc:91 msgid "The container for the transcript" msgstr "" -#: classes/partials/_default-styles.inc:80 +#: classes/partials/_default-styles.inc:93 msgid "Character dialog" msgstr "" -#: classes/partials/_default-styles.inc:82 +#: classes/partials/_default-styles.inc:95 msgid "The character's name" msgstr "" -#: classes/partials/_default-styles.inc:84 +#: classes/partials/_default-styles.inc:97 msgid "" "The direction the characters is speaking in/from (off-stage, to another " "character)" msgstr "" -#: classes/partials/_default-styles.inc:86 +#: classes/partials/_default-styles.inc:99 msgid "A scene heading" msgstr "" -#: classes/partials/_default-styles.inc:88 +#: classes/partials/_default-styles.inc:101 msgid "Action within a scene" msgstr "" -#: classes/partials/_default-styles.inc:91 +#: classes/partials/_default-styles.inc:104 msgid "Overriding Filters" msgstr "" -#: classes/partials/_default-styles.inc:94 +#: classes/partials/_default-styles.inc:107 msgid "" "If you want to override how transcript HTML is structured, create hooks in " "your theme that implement the following filters." msgstr "" -#: classes/partials/_default-styles.inc:95 +#: classes/partials/_default-styles.inc:108 msgid "" "All of them return the same parameters that are passed in as an array(), " "with the return $content containing the filter output." msgstr "" -#: classes/partials/_default-styles.inc:100 +#: classes/partials/_default-styles.inc:113 msgid "Output $content contains the HTML for dialog blocks." msgstr "" -#: classes/partials/_default-styles.inc:103 +#: classes/partials/_default-styles.inc:116 msgid "Output $content contains the HTML for scene action blocks." msgstr "" -#: classes/partials/_default-styles.inc:106 +#: classes/partials/_default-styles.inc:119 msgid "" "Ouptut $content contains the HTML for scene heading blocks." msgstr "" -#: classes/partials/_default-styles.inc:109 +#: classes/partials/_default-styles.inc:122 msgid "Output $content contains the HTML for a single transcript." msgstr "" -#: classes/partials/_default-styles.inc:112 +#: classes/partials/_default-styles.inc:125 msgid "Output $content contains the HTML for a language name." msgstr "" -#: classes/partials/_default-styles.inc:115 +#: classes/partials/_default-styles.inc:128 msgid "" "Output $content contains the HTML for all the provided " "$transcripts that match $search_string." msgstr "" -#: classes/partials/_default-styles.inc:118 +#: classes/partials/_default-styles.inc:131 #, php-format msgid "" "Output $content contains the sprintf() format string for how " @@ -321,14 +325,14 @@ msgid "" "code>." msgstr "" -#: classes/partials/_default-styles.inc:121 +#: classes/partials/_default-styles.inc:134 msgid "" "Output $content contains three elements: a container (.wdts-" "transcript-opener), and an opener & closer in the container (.wdts-" "opener and .wdts-container)." msgstr "" -#: classes/partials/_default-styles.inc:125 +#: classes/partials/_default-styles.inc:138 msgid "" "A filter in your theme that would change the display of langauge names would " "look like the following:" @@ -480,7 +484,7 @@ msgid "Capabilities" msgstr "" #: classes/partials/admin.inc:7 -msgid "Short codes Info" +msgid "Short Codes Info" msgstr "" #: classes/partials/admin.inc:8 @@ -488,7 +492,7 @@ msgid "Misc. Options" msgstr "" #: classes/partials/admin.inc:14 classes/partials/admin.inc:47 -#: classes/WhatDidTheySayAdmin.inc:207 classes/WhatDidTheySayAdmin.inc:208 +#: classes/WhatDidTheySayAdmin.inc:249 classes/WhatDidTheySayAdmin.inc:250 msgid "What Did They Say?!?" msgstr "" @@ -628,96 +632,96 @@ msgstr "" msgid "Hey, where are the keys?" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:56 +#: classes/WhatDidTheySayAdmin.inc:59 msgid "Submit transcriptions to a post" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:57 +#: classes/WhatDidTheySayAdmin.inc:60 msgid "Approve transcriptions to a post" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:58 +#: classes/WhatDidTheySayAdmin.inc:61 msgid "Change the available languages" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:231 +#: classes/WhatDidTheySayAdmin.inc:273 msgid "Manage Transcripts" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:306 -#, php-format -msgid "Transcript: %s" -msgstr "" - -#: classes/WhatDidTheySayAdmin.inc:335 -#, php-format -msgid "%s transcript excerpt:" -msgstr "" - -#: classes/WhatDidTheySayAdmin.inc:568 +#: classes/WhatDidTheySayAdmin.inc:481 msgid "Transcript added to queue." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:570 +#: classes/WhatDidTheySayAdmin.inc:483 msgid "Transcript not added to queue." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:641 +#: classes/WhatDidTheySayAdmin.inc:554 msgid "Transcripts updated." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:704 +#: classes/WhatDidTheySayAdmin.inc:623 msgid "Default styles option updated." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:720 +#: classes/WhatDidTheySayAdmin.inc:639 msgid "Insertion level updated." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:738 +#: classes/WhatDidTheySayAdmin.inc:657 #, php-format msgid "%s deleted." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:740 +#: classes/WhatDidTheySayAdmin.inc:659 msgid "Language not deleted!" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:747 +#: classes/WhatDidTheySayAdmin.inc:666 #, php-format msgid "%s added." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:749 +#: classes/WhatDidTheySayAdmin.inc:668 msgid "Language not added!" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:755 +#: classes/WhatDidTheySayAdmin.inc:674 #, php-format msgid "%s set as default." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:757 +#: classes/WhatDidTheySayAdmin.inc:676 msgid "Language not set as default!" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:763 +#: classes/WhatDidTheySayAdmin.inc:682 #, php-format msgid "%1$s renamed to %2$s." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:765 +#: classes/WhatDidTheySayAdmin.inc:684 msgid "Language not renamed!" msgstr "" -#: classes/WhatDidTheySayAdmin.inc:788 +#: classes/WhatDidTheySayAdmin.inc:707 msgid "User capabilities updated." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:807 +#: classes/WhatDidTheySayAdmin.inc:726 msgid "What Did They Say?!? options reset." msgstr "" -#: classes/WhatDidTheySayAdmin.inc:826 +#: classes/WhatDidTheySayAdmin.inc:745 msgid "What Did They Say?!? core options changed." msgstr "" + +#: classes/WDTSDisplayFilters.inc:52 +#, php-format +msgid "Transcript: %s" +msgstr "" + +#: classes/WDTSDisplayFilters.inc:81 +#, php-format +msgid "%s transcript excerpt:" +msgstr ""