| 1 |
<?php |
| 2 |
/** |
| 3 |
* Translatable Strings for the "Friends Send to E-Reader" Plugin |
| 4 |
* |
| 5 |
* Since the plugins are self-hosted, no language packs are available. |
| 6 |
* |
| 7 |
* You can get this plugin at https://github.com/akirk/friends-send-to-e-reader |
| 8 |
* |
| 9 |
* @package Friends |
| 10 |
*/ |
| 11 |
|
| 12 |
// Name of the Friends Send to E-Reader plugin. |
| 13 |
__( 'Friends Send to E-Reader', 'friends' ); |
| 14 |
// Description of the Friends Send to E-Reader plugin. |
| 15 |
__( 'Send friend posts to your e-reader.', 'friends' ); |
| 16 |
__( 'E-Reader E-Mail address', 'friends' ); |
| 17 |
__( 'Connect account (broken)', 'friends' ); |
| 18 |
// translators: %s is a the name of a Tolino vendor. |
| 19 |
__( 'Connected to %s', 'friends' ); |
| 20 |
__( 'Select your Tolino seller', 'friends' ); |
| 21 |
// translators: %s is a post title. This is a title to be used when multiple posts are compiled to an ePub. |
| 22 |
__( '%s & more', 'friends' ); |
| 23 |
__( 'Table of Contents', 'friends' ); |
| 24 |
__( 'Friend Post', 'friends' ); |
| 25 |
__( 'E-Readers', 'friends' ); |
| 26 |
__( 'E-Reader Settings', 'friends' ); |
| 27 |
__( 'Friends', 'friends' ); |
| 28 |
__( 'About', 'friends' ); |
| 29 |
__( 'Send to E-Reader', 'friends' ); |
| 30 |
__( 'E-Reader', 'friends' ); |
| 31 |
// translators: %s is a date. |
| 32 |
__( 'E-Reader: Sent on %s', 'friends' ); |
| 33 |
// translators: %s is an E-Reader name. |
| 34 |
_x( 'Send to %s', 'e-reader', 'friends' ); |
| 35 |
__( 'Include all posts above', 'friends' ); |
| 36 |
__( 'E-Reader not configured', 'friends' ); |
| 37 |
__( 'No posts could be found.', 'friends' ); |
| 38 |
// translators: %1$s is a month, %2$s is a year. |
| 39 |
__( 'Reading Notes, %1$s %2$s', 'friends' ); |
| 40 |
__( 'Automatic Sending', 'friends' ); |
| 41 |
__( 'No automatic sending', 'friends' ); |
| 42 |
__( 'Try to automatically send all new articles.', 'friends' ); |
| 43 |
__( 'No E-Reader selected', 'friends' ); |
| 44 |
__( 'Choose the E-Reader that this should be sent to. Only E-Mail based E-Readers are supported here.', 'friends' ); |
| 45 |
__( 'Save Changes', 'friends' ); |
| 46 |
__( 'Active', 'friends' ); |
| 47 |
__( 'E-Reader Type', 'friends' ); |
| 48 |
__( 'Name', 'friends' ); |
| 49 |
__( 'E-Mail address', 'friends' ); |
| 50 |
// translators: %1$s is the button named "delete", %2$s is the user given name of an e-reader. |
| 51 |
__( 'Click %1$s to really delete the reader %2$s.', 'friends' ); |
| 52 |
__( 'E-Reader Name', 'friends' ); |
| 53 |
__( 'Select your E-Reader', 'friends' ); |
| 54 |
__( 'Add another E-Reader', 'friends' ); |
| 55 |
__( 'Some E-Readers offer wireless delivery via an e-mail address which you\'ll first need to create.', 'friends' ); |
| 56 |
// translators: %1$s and %2$s are URLs. |
| 57 |
__( 'Examples include Kindle (@free.kindle.com, <a href="%1$s">Instructions</a>) or Pocketbook (@pbsync.com, <a href="%2$s">Instructions</a>).', 'friends' ); |
| 58 |
// translators: %s is an e-mail address. |
| 59 |
__( 'Make sure that you whitelist the e-mail address which the friend plugin sends its e-mails from: %s', 'friends' ); |
| 60 |
__( 'Theoretically you can enter any e-mail address.', 'friends' ); |
| 61 |
__( 'By default the plugin will send an e-mail with an ePub file attached.', 'friends' ); |
| 62 |
// translators: %s: URL to the Friends Plugin page on WordPress.org. |
| 63 |
__( 'The Friends plugin is all about connecting with friends and news. Learn more on its <a href=%s>plugin page on WordPress.org</a>.', 'friends' ); |
| 64 |
// translators: %s: URL to the Embed library. |
| 65 |
__( 'This plugin is largely powered by the open source project <a href=%s>PHPePub</a>.', 'friends' ); |
| 66 |
__( 'Send to new posts to E-Reader', 'friends' ); |
| 67 |
__( 'Don\'t send a notification', 'friends' ); |
| 68 |
// translators: %s is an URL. |
| 69 |
__( 'No E-Reader available that supports sending. Go to the <a href=%s>Send to E-Reader settings</a> to add one.', 'friends' ); |
| 70 |
__( 'Reading Summary', 'friends' ); |
| 71 |
__( 'Automatically create a draft post when sending to E-Reader.', 'friends' ); |
| 72 |
__( 'Summary Draft Title', 'friends' ); |
| 73 |
__( 'This title for the draft post will be used. You can use the following variables: <tt>$date</tt> <tt>$day</tt> <tt>$month</tt> <tt>$year</tt> <tt>$author</tt>', 'friends' ); |
| 74 |
// translators: %s is an E-Reader name. |
| 75 |
_n( 'Send %1$d new post to %2$s', 'Send %1$d new posts to %2$s', 1, 'friends' ); |
| 76 |
__( 'Close', 'friends' ); |
| 77 |
__( 'Here you can choose a title and author for the book. You can also leave them empty, then they will be generated.', 'friends' ); |
| 78 |
__( 'E-Book Title', 'friends' ); |
| 79 |
__( 'Autogenerate', 'friends' ); |
| 80 |
__( 'E-Book Author', 'friends' ); |
| 81 |
__( 'Single Author', 'friends' ); |
| 82 |
__( 'Create or extend a reading summary draft:', 'friends' ); |
| 83 |
__( 'Submit', 'friends' ); |
| 84 |
__( 'Cancel', 'friends' ); |
| 85 |
|