| 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 |
|