Changeset 904380
- Timestamp:
- 04/28/2014 09:52:03 PM (12 years ago)
- Location:
- trackduck/trunk
- Files:
-
- 2 edited
-
includes/options-data.php (modified) (2 diffs)
-
languages/trackduck.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trackduck/trunk/includes/options-data.php
r899007 r904380 28 28 'options' => array( 29 29 'text' => sprintf( 30 __('TrackDuck - visual feedback and bug tracking solution for web . After enabling TrackDuck plugin, you will be able to add comments with screenshots directly from your WordPress website, and receive detailed feedback from your customers. You can also receive error reports from users. Take control of feedback and communication with clients, sign up for track duck for free.Learn more on <a href=\"%1$s\">TrackDuck website</a>.','trackduck'),30 __('TrackDuck - visual feedback and bug tracking solution for web design and development. This plugin enables you and your clients to add comments with screenshots directly from your WordPress website. Receive detailed visual feedback from your customers and error reports from users in seconds! Learn more on <a href=\"%1$s\">TrackDuck website</a>.','trackduck'), 31 31 'http://trackduck.com' 32 32 ), … … 171 171 'description' => ' ', 172 172 'options' => array( 173 'text' => __('Install extension for your favourite browser and to enhance screenshot capturing','trackduck'),173 'text' => __('Install extension for Google Chrome and enhance screenshot capturing.','trackduck'), 174 174 'script' => ' 175 175 jQuery(\'.form-table\').first().next().hide().next().hide(); -
trackduck/trunk/languages/trackduck.pot
r899007 r904380 32 32 #: includes/options-data.php 33 33 msgid "" 34 "TrackDuck - visual feedback and bug tracking solution for web. After " 35 "enabling TrackDuck plugin, you will be able to add comments with screenshots " 36 "directly from your WordPress website, and receive detailed feedback from " 37 "your customers. You can also receive error reports from users. Take control " 38 "of feedback and communication with clients, sign up for track duck for free. " 39 "Learn more on <a href=\"%1$s\">TrackDuck website</a>." 34 "TrackDuck - visual feedback and bug tracking solution for web design and development. " 35 "This plugin enables you and your clients to add comments with screenshots directly from " 36 "your WordPress website. Receive detailed visual feedback from your customers and error " 37 "reports from users in seconds! Learn more on <a href=\"%1$s\">TrackDuck website</a>." 40 38 msgstr "" 41 "TrackDuck - visual feedback and bug tracking solution for web. After " 42 "enabling TrackDuck plugin, you will be able to add comments with screenshots " 43 "directly from your WordPress website, and receive detailed feedback from " 44 "your customers. You can also receive error reports from users. Take control " 45 "of feedback and communication with clients, sign up for track duck for free. " 46 "Learn more on <a href=\"%1$s\">TrackDuck website</a>." 39 "TrackDuck - visual feedback and bug tracking solution for web design and development. " 40 "This plugin enables you and your clients to add comments with screenshots directly from " 41 "your WordPress website. Receive detailed visual feedback from your customers and error " 42 "reports from users in seconds! Learn more on <a href=\"%1$s\">TrackDuck website</a>." 47 43 48 44 #: includes/options-data.php … … 96 92 #: includes/options-data.php 97 93 msgid "" 98 "Install extension for your favourite browser and to enhance screenshot " 99 "capturing." 94 "Install extension for your browser and enhance screenshot capturing." 100 95 msgstr "" 101 "Install extension for your favourite browser and to enhance screenshot " 102 "capturing." 96 "Install extension for your browser and enhance screenshot capturing."
Note: See TracChangeset
for help on using the changeset viewer.