# friends/2.8.2/plugin-strings/friends-parser-rss-bridge.php

Friends, version 2.8.2. 44 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.2/code/plugin-strings/friends-parser-rss-bridge.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.2/raw/plugin-strings/friends-parser-rss-bridge.php
- Modified: 2022-04-09T05:27:04+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.2/code/plugin-strings/friends-parser-rss-bridge.php#L10-L20`.

```php
<?php
/**
 * Translatable Strings for the "Friends Parser RSS Bridge" Plugin
 *
 * Since the plugins are self-hosted, no language packs are available.
 *
 * You can get this plugin at https://github.com/akirk/friends-parser-rss-bridge
 *
 * @package Friends
 */

// Name of the Friends Parser RSS Bridge plugin.
__( 'Friends Parser RSS Bridge', 'friends' );
// Description of the Friends Parser RSS Bridge plugin.
__( 'Provides the parsing capabilities of RSS Bridge.', 'friends' );
__( 'Unknown Parser', 'friends' );
// translators: %s is a URL.
__( 'No suitable parser available for %s.', 'friends' );
// translators: 1: is a URL, 2: a Parser name.
__( 'Error analyzing %1$s with %2$s.', 'friends' );
__( 'Default Confidence', 'friends' );
__( 'If you set this to a higher value, this parser will take precedence over others that also say they can handle the URL.', 'friends' );
__( 'Save Changes', '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 RSS Bridge.
__( 'This parser is powered by the open source project <a href=%s>RSS Bridge</a> and provides support to parse the following properties:', 'friends' );
__( 'RSS Bridge Tester', 'friends' );
__( 'Here you can test what the parser makes of the URL you give it. ', 'friends' );
__( 'Enter a URL:', 'friends' );
_x( 'Parse Now', 'button', 'friends' );
// translators: %s is a URL to be displayed verbatim.
__( 'Parsing Result for %s', 'friends' );
__( 'This feed doesn\'t contain any entries. There might be a problem parsing the feed.', 'friends' );
__( 'Parser Details', 'friends' );
// translators: %s is the name of a Bridge = specific parser.
__( 'Using Bridge: %s', 'friends' );
// translators: %s is an explanation for the Bridge = specific parser.
__( 'Bridge Description: %s', 'friends' );
__( 'Items in the Feed', 'friends' );
__( 'RSS Bridge', 'friends' );
__( 'Friends', 'friends' );
__( 'About', 'friends' );

```
