PluginProbe
Friends / trunk
Friends vtrunk
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 2.9.2 All 87 releases
friends / plugin-strings / friends-debugger.php

friends-debugger.php in Friends trunk, at plugin-strings/friends-debugger.php

22 lines 684 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 Debugger" 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-debugger
8 *
9 * @package Friends
10 */
11
12 // Name of the Friends Debugger plugin.
13 __( 'Friends Debugger', 'friends' );
14 // Description of the Friends Debugger plugin.
15 __( 'Activates a debug mode for the Friends plugin and outputs some debug data.', 'friends' );
16 // translators: %s is a date.
17 __( 'Will be fetched again at %s.', 'friends' );
18 __( 'Preview Notification E-Mail', 'friends' );
19 __( 'Extract Tags', 'friends' );
20 __( 'MIME Type', 'friends' );
21 __( 'Feed Type', 'friends' );
22