Changeset 2051 for trunk/modules/kobot/i18n/en_US/kobot.php
- Timestamp:
- 02/14/2008 08:30:06 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/kobot/i18n/en_US/kobot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kobot/i18n/en_US/kobot.php
r2049 r2051 3 3 $lang = array 4 4 ( 5 'command_line_only' => 'K irc can only be run in command line mode. To run Kirc from the command line, use: php index.php "kirc"',6 'invalid_callback' => ' All responses must be valid callbacks, see http://us3.php.net/callback#language.types.callback',5 'command_line_only' => 'Kobot can only be run in command line mode: <tt>php index.php "kobot"</tt>', 6 'invalid_callback' => 'Invalid response for %s. See <a href="http://php.net/callback#language.types.callback">php.net/callback</a>.', 7 7 );
