# friends/2.8.7/plugin-strings/friends-post-collection.php

Friends, version 2.8.7. 81 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.7/code/plugin-strings/friends-post-collection.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.7/raw/plugin-strings/friends-post-collection.php
- Modified: 2023-07-23T07:15:30+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/2.8.7/code/plugin-strings/friends-post-collection.php#L10-L20`.

```php
<?php
/**
 * Translatable Strings for the "Friends Post Collection" Plugin
 *
 * Since the plugins are self-hosted, no language packs are available.
 *
 * You can get this plugin at https://github.com/akirk/friends-post-collection
 *
 * @package Friends
 */

// Name of the Friends Post Collection plugin.
__( 'Friends Post Collection', 'friends' );
// Description of the Friends Post Collection plugin.
__( 'Collect posts from around the web into your Friends UI.', 'friends' );
__( 'Collected Posts', 'friends' );
__( 'Collected Post', 'friends' );
_x( 'Add New', 'collected post', 'friends' );
__( 'Add New Collected Post', 'friends' );
__( 'Edit Collected Post', 'friends' );
__( 'New Collected Post', 'friends' );
__( 'All Collected Posts', 'friends' );
__( 'View Collected Post', 'friends' );
__( 'Search Collected Posts', 'friends' );
__( 'No Collected Posts found', 'friends' );
__( 'No Collected Posts found in the Trash', 'friends' );
__( 'A collected post', 'friends' );
__( 'Post Collection', 'friends' );
__( 'Edit Post Collection', 'friends' );
__( 'Show post in the feed', 'friends' );
__( 'Hide post from the feed', 'friends' );
// translators: %s is the name of a post collection.
_x( 'Move to %s', 'post-collection', 'friends' );
__( 'Fetch full content', 'friends' );
__( 'This is not a user related to this plugin.', 'friends' );
__( 'User was updated.', 'friends' );
__( 'An error occurred.', 'friends' );
__( 'For security reasons, please verify the URL and click next if you want to proceed.', 'friends' );
__( 'Create Post Collection', 'friends' );
__( 'Friends', 'friends' );
__( 'About', 'friends' );
__( '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' );
// 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 uses information of the open source project <a href=%s>FTR Site Config</a>.', 'friends' );
__( 'Sending the article to your blog...', 'friends' );
__( 'Do you want to send the article on this page to your blog?', 'friends' );
__( 'You entered an invalid URL.', 'friends' );
__( 'No content was extracted.', 'friends' );
__( 'Could not download the URL.', 'friends' );
// translators: $s is an error message.
__( 'Error processing HTML: %s', 'friends' );
_x( 'Post Collection', 'User role', 'friends' );
_x( 'Post Collections', 'widget-header', 'friends' );
__( 'Fetch Full Content', 'friends' );
__( 'Make post public', 'friends' );
__( 'Make post private', 'friends' );
__( 'Display Name', 'friends' );
__( 'Username', 'friends' );
__( 'Description', 'friends' );
// translators: %d is the number of posts.
_n( 'View %d post', 'View %d posts', 1, 'friends' );
__( 'Syndicate Posts', 'friends' );
// translators: %s is a URL.
__( 'Publish this Post Collection at %s', 'friends' );
__( 'Bookmarklet', 'friends' );
// translators: %s is the name of a Post Collection user.
__( 'Save to %s', 'friends' );
__( 'Save articles from the web to this Post Collection using this bookmarklet. Drag it to your browser bar.', 'friends' );
__( 'Post Collection Name', 'friends' );
__( 'External feed', 'friends' );
__( 'disabled', 'friends' );
__( 'Create another user', 'friends' );
// translators: %s is a URL.
__( 'To save posts from anywhere on the web, use the <a href=%s>bookmarklets</a>.', 'friends' );
__( 'Bookmarklets', 'friends' );
__( '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' );
_x( 'Share', 'button', 'friends' );
_x( '250', 'dropdown-menu-width', 'friends' );

```
