# friends/2.8.6/plugin-strings/friends-parser-fraidyscrape.php

Friends, version 2.8.6. 40 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.6/code/plugin-strings/friends-parser-fraidyscrape.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.6/raw/plugin-strings/friends-parser-fraidyscrape.php
- Modified: 2023-01-27T11:40:48+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.6/code/plugin-strings/friends-parser-fraidyscrape.php#L10-L20`.

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

// Name of the Friends Parser Fraidyscrape plugin.
__( 'Friends Parser Fraidyscrape', 'friends' );
// Description of the Friends Parser Fraidyscrape plugin.
__( 'Provides the parsing capabilities of Fraidyscrape (the parser behind Fraidycat).', 'friends' );
// translators: %s is the number of photos.
_n( '%d photo', '%d photos', 1, 'friends' );
// translators: %s is the number of videos.
_n( '%d video', '%d videos', 1, 'friends' );
// translators: %s is a URL.
__( 'Could not parse %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 Fraidyscrape.
__( 'This parser is powered by <a href=%1$s>a PHP port</a> of the open source project <a href=%2$s>Fraidyscrape</a> and provides support to parse the following properties:', 'friends' );
__( 'Fraidyscrape 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' );
__( 'Items in the Feed', 'friends' );
__( 'Fraidyscrape', 'friends' );
__( 'Friends', 'friends' );
__( 'About', 'friends' );

```
