# friends/2.8.4/plugin-strings/friends-autoresolve-links.php

Friends, version 2.8.4. 29 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.4/code/plugin-strings/friends-autoresolve-links.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.4/raw/plugin-strings/friends-autoresolve-links.php
- Modified: 2021-03-17T13:05:50+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.4/code/plugin-strings/friends-autoresolve-links.php#L10-L20`.

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

// Name of the Friends Autoresolve Links plugin.
__( 'Friends Autoresolve Links', 'friends' );
// Description of the Friends Autoresolve Links plugin.
__( 'Experimental plugin to transform plaintext links of incoming content (especially t.co shortlinks) into rich(er) links.', 'friends' );
__( 'Allow iframes', 'friends' );
__( 'Use iframes to embed remote content (e.g. Youtube videos).', 'friends' );
// translators: Placeholder for a field where a token can be entered.
__( 'Leave empty if you don\'t have one', '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 Embed library.
__( 'This plugin is largely powered by the open source project <a href=%s>Embed</a> and provides support to resolve links to the following domains:', 'friends' );
__( 'Re-resolve', 'friends' );
__( 'Autoresolve Links', 'friends' );
__( 'Friends', 'friends' );
__( 'About', 'friends' );

```
