PluginProbe
Friends / 2.9.0
Friends v2.9.0
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / plugin-strings / friends-post-collection.php

friends-post-collection.php in Friends 2.9.0, at plugin-strings/friends-post-collection.php

81 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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( 'Move to %s', 'post-collection', 'friends' );
34 __( 'Fetch full content', 'friends' );
35 __( 'This is not a user related to this plugin.', 'friends' );
36 __( 'User was updated.', 'friends' );
37 __( 'An error occurred.', 'friends' );
38 __( 'For security reasons, please verify the URL and click next if you want to proceed.', 'friends' );
39 __( 'Create Post Collection', 'friends' );
40 __( 'Friends', 'friends' );
41 __( 'About', 'friends' );
42 __( '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' );
43 // translators: %s: URL to the Friends Plugin page on WordPress.org.
44 __( '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' );
45 // translators: %s: URL to the Embed library.
46 __( 'This plugin is uses information of the open source project <a href=%s>FTR Site Config</a>.', 'friends' );
47 __( 'Sending the article to your blog...', 'friends' );
48 __( 'Do you want to send the article on this page to your blog?', 'friends' );
49 __( 'You entered an invalid URL.', 'friends' );
50 __( 'No content was extracted.', 'friends' );
51 __( 'Could not download the URL.', 'friends' );
52 // translators: $s is an error message.
53 __( 'Error processing HTML: %s', 'friends' );
54 _x( 'Post Collection', 'User role', 'friends' );
55 _x( 'Post Collections', 'widget-header', 'friends' );
56 __( 'Fetch Full Content', 'friends' );
57 __( 'Make post public', 'friends' );
58 __( 'Make post private', 'friends' );
59 __( 'Display Name', 'friends' );
60 __( 'Username', 'friends' );
61 __( 'Description', 'friends' );
62 // translators: %d is the number of posts.
63 _n( 'View %d post', 'View %d posts', 1, 'friends' );
64 __( 'Syndicate Posts', 'friends' );
65 // translators: %s is a URL.
66 __( 'Publish this Post Collection at %s', 'friends' );
67 __( 'Bookmarklet', 'friends' );
68 // translators: %s is the name of a Post Collection user.
69 __( 'Save to %s', 'friends' );
70 __( 'Save articles from the web to this Post Collection using this bookmarklet. Drag it to your browser bar.', 'friends' );
71 __( 'Post Collection Name', 'friends' );
72 __( 'External feed', 'friends' );
73 __( 'disabled', 'friends' );
74 __( 'Create another user', 'friends' );
75 // translators: %s is a URL.
76 __( 'To save posts from anywhere on the web, use the <a href=%s>bookmarklets</a>.', 'friends' );
77 __( 'Bookmarklets', 'friends' );
78 __( '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' );
79 _x( 'Share', 'button', 'friends' );
80 _x( '250', 'dropdown-menu-width', 'friends' );
81