# friends/4.3.2/plugin-strings/friends-mastodon-like-interface.php

Friends, version 4.3.2. 19 lines.

- Page: https://pluginprobe.com/plugins/friends/4.3.2/code/plugin-strings/friends-mastodon-like-interface.php
- Raw: https://pluginprobe.com/plugins/friends/4.3.2/raw/plugin-strings/friends-mastodon-like-interface.php
- Modified: 2024-12-20T11:10:34+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/4.3.2/code/plugin-strings/friends-mastodon-like-interface.php#L10-L20`.

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

// Name of the Friends Mastodon-like Interface plugin.
__( 'Friends Mastodon-like Interface', 'friends' );
// Description of the Friends Mastodon-like Interface plugin.
__( 'Show the Friends status posts in a UI like Mastodon.', 'friends' );
__( 'What\'s on your mind?', 'friends' );
__( 'Publish!', 'friends' );
__( 'Friends', 'friends' );

```
