# friends/2.7.9/plugin-strings/friends-debugger.php

Friends, version 2.7.9. 22 lines.

- Page: https://pluginprobe.com/plugins/friends/2.7.9/code/plugin-strings/friends-debugger.php
- Raw: https://pluginprobe.com/plugins/friends/2.7.9/raw/plugin-strings/friends-debugger.php
- Modified: 2023-07-23T07:15:30+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/2.7.9/code/plugin-strings/friends-debugger.php#L10-L20`.

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

// Name of the Friends Debugger plugin.
__( 'Friends Debugger', 'friends' );
// Description of the Friends Debugger plugin.
__( 'Activates a debug mode for the Friends plugin and outputs some debug data.', 'friends' );
// translators: %s is a date.
__( 'Will be fetched again at %s.', 'friends' );
__( 'Preview Notification E-Mail', 'friends' );
__( 'Extract Tags', 'friends' );
__( 'MIME Type', 'friends' );
__( 'Feed Type', 'friends' );

```
