update readme and give webkit some rounded corner love
This commit is contained in:
parent
94aac79b48
commit
4a8bc1fcb6
|
@ -15,8 +15,8 @@
|
||||||
border-radius-topright: 0.5em;
|
border-radius-topright: 0.5em;
|
||||||
-moz-border-radius-topleft: 0.5em;
|
-moz-border-radius-topleft: 0.5em;
|
||||||
-moz-border-radius-topright: 0.5em;
|
-moz-border-radius-topright: 0.5em;
|
||||||
-webkit-border-radius-topleft: 0.5em;
|
-webkit-border-top-left-radius: 0.5em;
|
||||||
-webkit-border-radius-topright: 0.5em;
|
-webkit-border-top-right-radius: 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ 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.8.4
|
||||||
Stable tag: 0.9
|
Stable tag: 0.9.1
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -84,7 +84,12 @@ short codes into your transcripts.
|
||||||
|
|
||||||
Language tags are from the subtag registry at [http://www.langtag.net/](http://www.langtag.net/).
|
Language tags are from the subtag registry at [http://www.langtag.net/](http://www.langtag.net/).
|
||||||
|
|
||||||
|
Thanks to @mindfaucet, @Frumph, and @ChibiJen for early testing and bug reporting.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.9.1 =
|
||||||
|
* Bugfixes for transcript submission and theme editor global variable name collision.
|
||||||
|
* Improve transcript submission feedback.
|
||||||
= 0.9 =
|
= 0.9 =
|
||||||
* Initial release, primarily for testing purposes.
|
* Initial release, primarily for testing purposes.
|
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: What Did They Say?!?
|
Plugin Name: What Did They Say?!?
|
||||||
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
||||||
Description: Manage and display text transcriptions of comics, videos, or other media.
|
Description: Manage and display text transcriptions of comics, videos, or other media.
|
||||||
Version: 0.9
|
Version: 0.9.1
|
||||||
Author: John Bintz
|
Author: John Bintz
|
||||||
Author URI: http://www.coswellproductions.com/wordpress/
|
Author URI: http://www.coswellproductions.com/wordpress/
|
||||||
Text Domain: what-did-they-say
|
Text Domain: what-did-they-say
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: what-did-they-say 0.9\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-09 10:58-0400\n"
|
"POT-Creation-Date: 2009-10-13 19:00-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"
|
||||||
|
@ -20,10 +20,6 @@ msgstr ""
|
||||||
msgid "Edit/Add Transcripts"
|
msgid "Edit/Add Transcripts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: what-did-they-say.php:213
|
|
||||||
msgid "Manage Transcripts:"
|
|
||||||
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 ""
|
||||||
|
@ -68,28 +64,28 @@ msgstr ""
|
||||||
msgid "Are you sure? You could leave transcriptions inaccessible."
|
msgid "Are you sure? You could leave transcriptions inaccessible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:8
|
#: classes/partials/meta-box.inc:9
|
||||||
msgid "Allow new transcripts to be submitted for this post"
|
msgid "Allow new transcripts to be submitted for this post"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:21
|
#: classes/partials/meta-box.inc:24
|
||||||
msgid "Manage Queued Transcripts:"
|
msgid "Manage Queued Transcripts:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:31
|
#: classes/partials/meta-box.inc:34
|
||||||
msgid "Edit Approved Transcripts:"
|
msgid "Edit Approved Transcripts:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:34
|
#: classes/partials/meta-box.inc:37
|
||||||
#: classes/partials/_manage-queued-transcripts.inc:36
|
#: classes/partials/_manage-queued-transcripts.inc:37
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:51
|
#: classes/partials/meta-box.inc:54
|
||||||
msgid "Update All Transcripts"
|
msgid "Update All Transcripts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/meta-box.inc:55
|
#: classes/partials/meta-box.inc:58
|
||||||
msgid ""
|
msgid ""
|
||||||
"Uh oh...there's a problem with automatic embedding. Enable "Inject "
|
"Uh oh...there's a problem with automatic embedding. Enable "Inject "
|
||||||
"transcripts at level 100 instead of level 15" on the What Did They "
|
"transcripts at level 100 instead of level 15" on the What Did They "
|
||||||
|
@ -501,7 +497,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:262 classes/WhatDidTheySayAdmin.inc:263
|
#: classes/WhatDidTheySayAdmin.inc:276 classes/WhatDidTheySayAdmin.inc:277
|
||||||
msgid "What Did They Say?!?"
|
msgid "What Did They Say?!?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -521,7 +517,7 @@ msgstr ""
|
||||||
|
|
||||||
#: classes/partials/_how-it-works.inc:5
|
#: classes/partials/_how-it-works.inc:5
|
||||||
msgid ""
|
msgid ""
|
||||||
"<strong>What Did They Say?!?</strong> uses a wspecial workflow to handle the "
|
"<strong>What Did They Say?!?</strong> uses a special workflow to handle the "
|
||||||
"submission and approval of transcripts."
|
"submission and approval of transcripts."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -622,11 +618,11 @@ msgstr ""
|
||||||
msgid "Your Submitted Transcripts"
|
msgid "Your Submitted Transcripts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/_manage-queued-transcripts.inc:28
|
#: classes/partials/_manage-queued-transcripts.inc:29
|
||||||
msgid "Submit a New Transcript:"
|
msgid "Submit a New Transcript:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/partials/_manage-queued-transcripts.inc:47
|
#: classes/partials/_manage-queued-transcripts.inc:48
|
||||||
msgid "Submit For Approval"
|
msgid "Submit For Approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -777,21 +773,21 @@ msgstr ""
|
||||||
msgid "Change the available languages"
|
msgid "Change the available languages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:157
|
#: classes/WhatDidTheySayAdmin.inc:160
|
||||||
msgid "What Did They Say?!? Transcript"
|
msgid "What Did They Say?!? Transcript"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:157
|
#: classes/WhatDidTheySayAdmin.inc:160
|
||||||
msgid "Show the transcript for the current post."
|
msgid "Show the transcript for the current post."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:277
|
#: classes/WhatDidTheySayAdmin.inc:291
|
||||||
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:279
|
#: classes/WhatDidTheySayAdmin.inc:293
|
||||||
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"
|
||||||
|
@ -799,75 +795,75 @@ msgid ""
|
||||||
"JohnBintz\">@JohnBintz</a>)."
|
"JohnBintz\">@JohnBintz</a>)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:292
|
#: classes/WhatDidTheySayAdmin.inc:306
|
||||||
msgid "Manage Transcripts"
|
msgid "Manage Transcripts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:502
|
#: classes/WhatDidTheySayAdmin.inc:516
|
||||||
msgid "Transcript added to queue."
|
msgid "Transcript added to queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:504
|
#: classes/WhatDidTheySayAdmin.inc:518
|
||||||
msgid "Transcript not added to queue."
|
msgid "Transcript not added to queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:575
|
#: classes/WhatDidTheySayAdmin.inc:594
|
||||||
msgid "Transcripts updated."
|
msgid "Transcripts updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:644
|
#: classes/WhatDidTheySayAdmin.inc:663
|
||||||
msgid "Default styles option updated."
|
msgid "Default styles option updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:660
|
#: classes/WhatDidTheySayAdmin.inc:679
|
||||||
msgid "Insertion level updated."
|
msgid "Insertion level updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:678
|
#: classes/WhatDidTheySayAdmin.inc:697
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s deleted."
|
msgid "%s deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:680
|
#: classes/WhatDidTheySayAdmin.inc:699
|
||||||
msgid "Language not deleted!"
|
msgid "Language not deleted!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:687
|
#: classes/WhatDidTheySayAdmin.inc:706
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s added."
|
msgid "%s added."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:689
|
#: classes/WhatDidTheySayAdmin.inc:708
|
||||||
msgid "Language not added!"
|
msgid "Language not added!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:695
|
#: classes/WhatDidTheySayAdmin.inc:714
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s set as default."
|
msgid "%s set as default."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:697
|
#: classes/WhatDidTheySayAdmin.inc:716
|
||||||
msgid "Language not set as default!"
|
msgid "Language not set as default!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:703
|
#: classes/WhatDidTheySayAdmin.inc:722
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s renamed to %2$s."
|
msgid "%1$s renamed to %2$s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:705
|
#: classes/WhatDidTheySayAdmin.inc:724
|
||||||
msgid "Language not renamed!"
|
msgid "Language not renamed!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:728
|
#: classes/WhatDidTheySayAdmin.inc:747
|
||||||
msgid "User capabilities updated."
|
msgid "User capabilities updated."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:747
|
#: classes/WhatDidTheySayAdmin.inc:766
|
||||||
msgid "<strong>What Did They Say?!?</strong> options reset."
|
msgid "<strong>What Did They Say?!?</strong> options reset."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: classes/WhatDidTheySayAdmin.inc:766
|
#: classes/WhatDidTheySayAdmin.inc:785
|
||||||
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