PluginProbe
Friends / 2.7.7
Friends v2.7.7
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-autoresolve-links.php

friends-autoresolve-links.php in Friends 2.7.7, at plugin-strings/friends-autoresolve-links.php

29 lines 1.3 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 Autoresolve Links" 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-autoresolve-links
8 *
9 * @package Friends
10 */
11
12 // Name of the Friends Autoresolve Links plugin.
13 __( 'Friends Autoresolve Links', 'friends' );
14 // Description of the Friends Autoresolve Links plugin.
15 __( 'Experimental plugin to transform plaintext links of incoming content (especially t.co shortlinks) into rich(er) links.', 'friends' );
16 __( 'Allow iframes', 'friends' );
17 __( 'Use iframes to embed remote content (e.g. Youtube videos).', 'friends' );
18 // translators: Placeholder for a field where a token can be entered.
19 __( 'Leave empty if you don\'t have one', 'friends' );
20 __( 'Save Changes', 'friends' );
21 // translators: %s: URL to the Friends Plugin page on WordPress.org.
22 __( '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' );
23 // translators: %s: URL to the Embed library.
24 __( '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' );
25 __( 'Re-resolve', 'friends' );
26 __( 'Autoresolve Links', 'friends' );
27 __( 'Friends', 'friends' );
28 __( 'About', 'friends' );
29