PluginProbe
Friends / 4.3.0
Friends v4.3.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-mastodon-like-interface.php

friends-mastodon-like-interface.php in Friends 4.3.0, at plugin-strings/friends-mastodon-like-interface.php

19 lines 616 B
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 Mastodon-like Interface" 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-mastodon-like-interface
8 *
9 * @package Friends
10 */
11
12 // Name of the Friends Mastodon-like Interface plugin.
13 __( 'Friends Mastodon-like Interface', 'friends' );
14 // Description of the Friends Mastodon-like Interface plugin.
15 __( 'Show the Friends status posts in a UI like Mastodon.', 'friends' );
16 __( 'What\'s on your mind?', 'friends' );
17 __( 'Publish!', 'friends' );
18 __( 'Friends', 'friends' );
19