update readme

This commit is contained in:
John Bintz 2009-10-14 21:58:49 -04:00
parent d68ec3929a
commit 24e66143c6
2 changed files with 43 additions and 28 deletions

View File

@ -3,7 +3,7 @@ Contributors: johncoswell
Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins Donate link: http://www.coswellproductions.com/wordpress/wordpress-plugins
Tags: admin, comics, webcomics, transcript, video, audio Tags: admin, comics, webcomics, transcript, video, audio
Requires at least: 2.8 Requires at least: 2.8
Tested up to: 2.8.4 Tested up to: 2.9
Stable tag: 0.9.2 Stable tag: 0.9.2
What Did They Say?!? lets your users provide multilingual transcriptions to your media, 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.
@ -23,7 +23,8 @@ to provide transcripts. Backups are also easy, as transcript data is stored with
Download and unzip the latest version of **What Did They Say?!?** to your `wp-content/plugins` directory. If you plan on using custom transcript 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`. 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. **What Did They Say?!?** puts a menu item under Options. It also adds a meta box to post editing and a new column in the Edit Posts lists which
indicates how many transcripts are awaiting approval.
== Frequently Asked Questions == == Frequently Asked Questions ==

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: what-did-they-say 0.9.1\n" "Project-Id-Version: what-did-they-say 0.9.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-10-14 21:08-0400\n" "POT-Creation-Date: 2009-10-14 21:53-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"
@ -16,10 +16,15 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: what-did-they-say.php:217 #: what-did-they-say.php:218
msgid "Edit/Add Transcripts" msgid "Edit/Add Transcripts"
msgstr "" msgstr ""
#: what-did-they-say.php:221
#, php-format
msgid "%d queued"
msgstr ""
#: classes/partials/_misc-options.inc:2 #: classes/partials/_misc-options.inc:2
msgid "Force a High Insertion Level for Automatic Transcript Embedding" msgid "Force a High Insertion Level for Automatic Transcript Embedding"
msgstr "" msgstr ""
@ -77,7 +82,7 @@ msgid "Edit Approved Transcripts:"
msgstr "" msgstr ""
#: classes/partials/meta-box.inc:37 #: classes/partials/meta-box.inc:37
#: classes/partials/_manage-queued-transcripts.inc:37 #: classes/partials/_manage-queued-transcripts.inc:35
msgid "Language:" msgid "Language:"
msgstr "" msgstr ""
@ -92,9 +97,9 @@ msgid ""
"Say?!? Misc. Options page." "Say?!? Misc. Options page."
msgstr "" msgstr ""
#: classes/partials/_queued-transcript-contents.inc:7 #: classes/partials/_queued-transcript-contents.inc:9
#, php-format #, php-format
msgid "From <strong>%s</strong> in <strong>%s</strong>:" msgid "<strong>%s</strong> in <strong>%s</strong>:"
msgstr "" msgstr ""
#: classes/partials/_editor-script.inc:4 #: classes/partials/_editor-script.inc:4
@ -624,11 +629,11 @@ msgstr ""
msgid "Your Submitted Transcripts" msgid "Your Submitted Transcripts"
msgstr "" msgstr ""
#: classes/partials/_manage-queued-transcripts.inc:29 #: classes/partials/_manage-queued-transcripts.inc:27
msgid "Submit a New Transcript:" msgid "Submit a New Transcript:"
msgstr "" msgstr ""
#: classes/partials/_manage-queued-transcripts.inc:48 #: classes/partials/_manage-queued-transcripts.inc:46
msgid "Submit For Approval" msgid "Submit For Approval"
msgstr "" msgstr ""
@ -814,79 +819,88 @@ msgid ""
"JohnBintz\">@JohnBintz</a>)." "JohnBintz\">@JohnBintz</a>)."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:341 #: classes/WhatDidTheySayAdmin.inc:349
msgid "Manage Transcripts" msgid "Manage Transcripts"
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:563 #: classes/WhatDidTheySayAdmin.inc:393
msgid "Trans"
msgstr ""
#: classes/WhatDidTheySayAdmin.inc:406
#, php-format
msgid "%s queued"
msgstr ""
#: classes/WhatDidTheySayAdmin.inc:599
msgid "Transcript added to queue." msgid "Transcript added to queue."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:565 #: classes/WhatDidTheySayAdmin.inc:601
msgid "Transcript not added to queue." msgid "Transcript not added to queue."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:641 #: classes/WhatDidTheySayAdmin.inc:677
msgid "Transcripts updated." msgid "Transcripts updated."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:710 #: classes/WhatDidTheySayAdmin.inc:746
msgid "Default styles option updated." msgid "Default styles option updated."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:726 #: classes/WhatDidTheySayAdmin.inc:762
msgid "Insertion level updated." msgid "Insertion level updated."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:744 #: classes/WhatDidTheySayAdmin.inc:780
#, php-format #, php-format
msgid "%s deleted." msgid "%s deleted."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:746 #: classes/WhatDidTheySayAdmin.inc:782
msgid "Language not deleted!" msgid "Language not deleted!"
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:753 #: classes/WhatDidTheySayAdmin.inc:789
#, php-format #, php-format
msgid "%s added." msgid "%s added."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:755 #: classes/WhatDidTheySayAdmin.inc:791
msgid "Language not added!" msgid "Language not added!"
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:761 #: classes/WhatDidTheySayAdmin.inc:797
#, php-format #, php-format
msgid "%s set as default." msgid "%s set as default."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:763 #: classes/WhatDidTheySayAdmin.inc:799
msgid "Language not set as default!" msgid "Language not set as default!"
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:769 #: classes/WhatDidTheySayAdmin.inc:805
#, php-format #, php-format
msgid "%1$s renamed to %2$s." msgid "%1$s renamed to %2$s."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:771 #: classes/WhatDidTheySayAdmin.inc:807
msgid "Language not renamed!" msgid "Language not renamed!"
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:794 #: classes/WhatDidTheySayAdmin.inc:830
msgid "User capabilities updated." msgid "User capabilities updated."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:831 #: classes/WhatDidTheySayAdmin.inc:867
msgid "Per-user permissions updated." msgid "Per-user permissions updated."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:846 #: classes/WhatDidTheySayAdmin.inc:882
msgid "<strong>What Did They Say?!?</strong> options reset." msgid "<strong>What Did They Say?!?</strong> options reset."
msgstr "" msgstr ""
#: classes/WhatDidTheySayAdmin.inc:865 #: classes/WhatDidTheySayAdmin.inc:901
msgid "<strong>What Did They Say?!?</strong> core options changed." msgid "<strong>What Did They Say?!?</strong> core options changed."
msgstr "" msgstr ""