# friends/4.3.2/plugin-strings/friends-send-to-e-reader.php

Friends, version 4.3.2. 94 lines.

- Page: https://pluginprobe.com/plugins/friends/4.3.2/code/plugin-strings/friends-send-to-e-reader.php
- Raw: https://pluginprobe.com/plugins/friends/4.3.2/raw/plugin-strings/friends-send-to-e-reader.php
- Modified: 2024-12-20T11:10:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/4.3.2/code/plugin-strings/friends-send-to-e-reader.php#L10-L20`.

```php
<?php
/**
 * Translatable Strings for the "Friends Send to E-Reader" Plugin
 *
 * Since the plugins are self-hosted, no language packs are available.
 *
 * You can get this plugin at https://github.com/akirk/friends-send-to-e-reader
 *
 * @package Friends
 */

// Name of the Friends Send to E-Reader plugin.
__( 'Friends Send to E-Reader', 'friends' );
// Description of the Friends Send to E-Reader plugin.
__( 'Send friend posts to your e-reader.', 'friends' );
__( 'E-Reader E-Mail address', 'friends' );
__( 'Connect account (broken)', 'friends' );
// translators: %s is a the name of a Tolino vendor.
__( 'Connected to %s', 'friends' );
__( 'Select your Tolino seller', 'friends' );
// translators: %s is a post title. This is a title to be used when multiple posts are compiled to an ePub.
__( '%s & more', 'friends' );
__( 'Table of Contents', 'friends' );
__( 'E-Reader', 'friends' );
__( 'Friend Post', 'friends' );
__( 'E-Readers', 'friends' );
__( 'E-Reader Settings', 'friends' );
__( 'Friends', 'friends' );
__( 'About', 'friends' );
__( 'Send to E-Reader', 'friends' );
// translators: %s is a date.
__( 'E-Reader: Sent on %s', 'friends' );
// translators: %s is an E-Reader name.
_x( 'Send to %s', 'e-reader', 'friends' );
__( 'Include all posts above', 'friends' );
__( 'Mark as new', 'friends' );
__( 'E-Reader not configured', 'friends' );
__( 'No posts could be found.', 'friends' );
// translators: %1$s is a month, %2$s is a year.
__( 'Reading Notes, %1$s %2$s', 'friends' );
__( 'Automatic Sending', 'friends' );
__( 'No automatic sending', 'friends' );
__( 'Try to automatically send all new articles.', 'friends' );
__( 'No E-Reader selected', 'friends' );
__( 'Choose the E-Reader that this should be sent to. Only E-Mail based E-Readers are supported here.', 'friends' );
__( 'Save Changes', 'friends' );
__( 'Active', 'friends' );
__( 'E-Reader Type', 'friends' );
__( 'Name', 'friends' );
__( 'E-Mail address', 'friends' );
// translators: %1$s is the button named "delete", %2$s is the user given name of an e-reader.
__( 'Click %1$s to really delete the reader %2$s.', 'friends' );
__( 'E-Reader Name', 'friends' );
__( 'Select your E-Reader', 'friends' );
__( 'Add another E-Reader', 'friends' );
__( 'Some E-Readers offer wireless delivery via an e-mail address which you\'ll first need to create.', 'friends' );
// translators: %1$s and %2$s are URLs.
__( 'Examples include Kindle (@free.kindle.com, <a href="%1$s">Instructions</a>) or Pocketbook (@pbsync.com, <a href="%2$s">Instructions</a>).', 'friends' );
// translators: %s is an e-mail address.
__( 'Make sure that you whitelist the e-mail address which the friend plugin sends its e-mails from: %s', 'friends' );
__( 'Theoretically you can enter any e-mail address.', 'friends' );
__( 'By default the plugin will send an e-mail with an ePub file attached.', 'friends' );
// translators: %s: URL to the Friends Plugin page on WordPress.org.
__( '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' );
// translators: %s: URL to the Embed library.
__( 'This plugin is largely powered by the open source project <a href=%s>PHPePub</a>.', 'friends' );
__( 'Send to new posts to E-Reader', 'friends' );
__( 'Don\'t send a notification', 'friends' );
// translators: %s is an URL.
__( 'No E-Reader available that supports sending. Go to the <a href=%s>Send to E-Reader settings</a> to add one.', 'friends' );
__( 'Reading Summary', 'friends' );
__( 'Automatically create a draft post when sending to E-Reader.', 'friends' );
__( 'Summary Draft Title', 'friends' );
__( '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' );
__( 'Download Password', 'friends' );
__( 'Only latin characters and digits allowed', 'friends' );
__( 'This enables you to download an ePub from your E-Reader by appending either of these to any of your Friends URLs:', 'friends' );
__( 'All posts from this friend:', 'friends' );
__( 'The last 10 posts from this friend:', 'friends' );
__( 'Posts not yet sent from this friend:', 'friends' );
__( 'List last for manual selection from this friend:', 'friends' );
__( 'Preview URL for a friend', 'friends' );
// translators: %s is an E-Reader name.
_n( 'Send %1$d new post to %2$s', 'Send %1$d new posts to %2$s', 1, 'friends' );
__( 'Close', 'friends' );
__( 'Here you can choose a title and author for the book. You can also leave them empty, then they will be generated.', 'friends' );
__( 'E-Book Title', 'friends' );
__( 'Autogenerate', 'friends' );
__( 'E-Book Author', 'friends' );
__( 'Single Author', 'friends' );
__( 'Create or extend a reading summary draft:', 'friends' );
__( 'Submit', 'friends' );
__( 'Cancel', 'friends' );

```
