-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
64 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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' ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters