| 1 |
<?php |
| 2 |
/** |
| 3 |
* Translatable Strings for the "Friends Post Collection" 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-post-collection |
| 8 |
* |
| 9 |
* @package Friends |
| 10 |
*/ |
| 11 |
|
| 12 |
// Name of the Friends Post Collection plugin. |
| 13 |
__( 'Friends Post Collection', 'friends' ); |
| 14 |
// Description of the Friends Post Collection plugin. |
| 15 |
__( 'Collect posts from around the web into your Friends UI.', 'friends' ); |
| 16 |
__( 'Collected Posts', 'friends' ); |
| 17 |
__( 'Collected Post', 'friends' ); |
| 18 |
_x( 'Add New', 'collected post', 'friends' ); |
| 19 |
__( 'Add New Collected Post', 'friends' ); |
| 20 |
__( 'Edit Collected Post', 'friends' ); |
| 21 |
__( 'New Collected Post', 'friends' ); |
| 22 |
__( 'All Collected Posts', 'friends' ); |
| 23 |
__( 'View Collected Post', 'friends' ); |
| 24 |
__( 'Search Collected Posts', 'friends' ); |
| 25 |
__( 'No Collected Posts found', 'friends' ); |
| 26 |
__( 'No Collected Posts found in the Trash', 'friends' ); |
| 27 |
__( 'A collected post', 'friends' ); |
| 28 |
__( 'Post Collection', 'friends' ); |
| 29 |
__( 'Edit Post Collection', 'friends' ); |
| 30 |
__( 'Show post in the feed', 'friends' ); |
| 31 |
__( 'Hide post from the feed', 'friends' ); |
| 32 |
// translators: %s is the name of a post collection. |
| 33 |
_x( 'Copy to %s', 'post-collection', 'friends' ); |
| 34 |
// translators: %s is the name of a post collection. |
| 35 |
_x( 'Move to %s', 'post-collection', 'friends' ); |
| 36 |
__( 'Fetch full content', 'friends' ); |
| 37 |
__( 'Download external images', 'friends' ); |
| 38 |
__( 'This is not a user related to this plugin.', 'friends' ); |
| 39 |
__( 'User was updated.', 'friends' ); |
| 40 |
__( 'An error occurred.', 'friends' ); |
| 41 |
__( 'For security reasons, please verify the URL and click next if you want to proceed.', 'friends' ); |
| 42 |
__( 'Create Post Collection', 'friends' ); |
| 43 |
__( 'Friends', 'friends' ); |
| 44 |
__( 'About', 'friends' ); |
| 45 |
__( 'The Friends Post Collection plugin allows you to save external posts to your WordPress, either for just collecting them for yourself as a searchable archive, or to syndicate those posts into new feeds.', 'friends' ); |
| 46 |
// translators: %s: URL to the Friends Plugin page on WordPress.org. |
| 47 |
__( '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' ); |
| 48 |
// translators: %s: URL to the Embed library. |
| 49 |
__( 'This plugin is uses information of the open source project <a href=%s>FTR Site Config</a>.', 'friends' ); |
| 50 |
__( 'Sending the article to your blog...', 'friends' ); |
| 51 |
__( 'Do you want to send the article on this page to your blog?', 'friends' ); |
| 52 |
__( 'You entered an invalid URL.', 'friends' ); |
| 53 |
__( 'Could not download the URL.', 'friends' ); |
| 54 |
// translators: $s is an error message. |
| 55 |
__( 'Error processing HTML: %s', 'friends' ); |
| 56 |
_x( 'Post Collection', 'User role', 'friends' ); |
| 57 |
_x( 'Post Collections', 'widget-header', 'friends' ); |
| 58 |
__( 'Fetch Full Content', 'friends' ); |
| 59 |
__( 'Make post public', 'friends' ); |
| 60 |
__( 'Make post private', 'friends' ); |
| 61 |
__( 'No content was extracted.', 'friends' ); |
| 62 |
__( 'Display Name', 'friends' ); |
| 63 |
__( 'Username', 'friends' ); |
| 64 |
__( 'Description', 'friends' ); |
| 65 |
__( 'Display in Dropdown', 'friends' ); |
| 66 |
__( 'Hide', 'friends' ); |
| 67 |
// translators: %d is the number of posts. |
| 68 |
_n( 'View %d post', 'View %d posts', 1, 'friends' ); |
| 69 |
__( 'Syndicate Posts', 'friends' ); |
| 70 |
// translators: %s is a URL. |
| 71 |
__( 'Publish this Post Collection at %s', 'friends' ); |
| 72 |
__( 'Bookmarklet', 'friends' ); |
| 73 |
// translators: %s is the name of a Post Collection user. |
| 74 |
__( 'Save to %s', 'friends' ); |
| 75 |
__( 'Save articles from the web to this Post Collection using this bookmarklet. Drag it to your browser bar.', 'friends' ); |
| 76 |
__( 'Other tools', 'friends' ); |
| 77 |
__( 'Copy to clipboard', 'friends' ); |
| 78 |
// translators: %1$s is a URL, %2$s is a URL. |
| 79 |
__( 'In other tools such as <a href="%1$s">Alfred</a> or <a href="%2$s">URL Forwarder</a> you\'ll need a URL like this.', 'friends' ); |
| 80 |
__( 'Back to the Post Collection overview', 'friends' ); |
| 81 |
__( 'Post Collection Name', 'friends' ); |
| 82 |
__( 'Dropdown', 'friends' ); |
| 83 |
__( 'External feed', 'friends' ); |
| 84 |
__( 'Copy to', 'friends' ); |
| 85 |
__( 'Move to', 'friends' ); |
| 86 |
__( 'disabled', 'friends' ); |
| 87 |
__( 'Create another user', 'friends' ); |
| 88 |
// translators: %s is a URL. |
| 89 |
__( 'To save posts from anywhere on the web, use the <a href=%s>bookmarklets</a>.', 'friends' ); |
| 90 |
__( 'Bookmarklets', 'friends' ); |
| 91 |
__( 'Drag one of these bookmarklets to your bookmarks bar and click it when you\'re on an article you want to save from the web.', 'friends' ); |
| 92 |
_x( 'Share', 'button', 'friends' ); |
| 93 |
_x( '250', 'dropdown-menu-width', 'friends' ); |
| 94 |
|