pronto/bin/translate_all.php File Reference

Go to the source code of this file.

Variables

 $bindir = dirname(__FILE__)
 $msgs_file = 'config/i18n/en/messages.php'
if(!file_exists($msgs_file)) $LANGS
 $orig = file_get_contents($msgs_file)

Variable Documentation

$bindir = dirname(__FILE__)

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description:

Definition at line 11 of file translate_all.php.

if (!file_exists($msgs_file)) $LANGS
Initial value:
 array(
        'ar'    => 'Arabic',
        'zh_cn' => 'Chinese Simplified',
        'zh_tw' => 'Chinese Traditional',
        'nl'    => 'Dutch',
        'fr'    => 'French',
        'de'    => 'German',
        'el'    => 'Greek',
        'it'    => 'Italian',
        'ja'    => 'Japanese',
        'ko'    => 'Korean',
        'pt'    => 'Portuguese',
        'ru'    => 'Russian',
        'es'    => 'Spanish'
)

Definition at line 23 of file translate_all.php.

$msgs_file = 'config/i18n/en/messages.php'

Definition at line 13 of file translate_all.php.

$orig = file_get_contents($msgs_file)

Definition at line 39 of file translate_all.php.


Generated on Wed Jan 13 09:21:02 2010 for Pronto Framework by  doxygen 1.6.1