get_strings.php File Reference

Go to the source code of this file.

Namespaces

namespace  languages

Functions

 addphpslashes ($string)
 addToWordlist (&$wordlist, $sentence)
 collect_files ($dir)
 hardwire_file ($file)
 removephpslashes ($string)
 writeFile_and_User ($fd, $outstring)
 writeTranslationPair ($fd, $key, $val)

Variables

 $addPHPslashes
 $close = isset ($_REQUEST['close']) || $comments
 $comments = isset ($_REQUEST['comments'])
 $dictionary = $lang
 $endMarker = '###end###'
 $files = Array()
 $fw = fopen( LANGUAGES_PKG_PATH."lang/$sel/new_language.php",'w')
 $group_w = isset ($_REQUEST['groupwrite'])
 $languages = Array()
 $module = isset ($_REQUEST['module']) || $comments
 $modulename = Array ()
 $nohelp = isset ($_REQUEST['nohelp'])
 $nosections = isset ($_REQUEST['nosections'])
 $oldEndMarker = '##end###'
 $patch = isset ($_REQUEST['patch'])
 $patchLang = $lang
 $removePHPslashes
 $spelling = isset ($_REQUEST['spelling'])
 $to_translate = Array ()
 $translated = Array ()
 $unused = $lang
 $wordlist = Array ()


Function Documentation

addphpslashes ( string  ) 

Definition at line 41 of file get_strings.php.

References $addPHPslashes.

Referenced by writeTranslationPair().

addToWordlist ( &$  wordlist,
sentence 
)

Definition at line 123 of file get_strings.php.

References $spelling, and $wordlist.

collect_files ( dir  ) 

Definition at line 92 of file get_strings.php.

References $files.

hardwire_file ( file  ) 

Definition at line 85 of file get_strings.php.

References $files.

removephpslashes ( string  ) 

Definition at line 65 of file get_strings.php.

References $removePHPslashes.

writeFile_and_User ( fd,
outstring 
)

Definition at line 137 of file get_strings.php.

Referenced by writeTranslationPair().

writeTranslationPair ( fd,
key,
val 
)

Definition at line 142 of file get_strings.php.

References addphpslashes(), and writeFile_and_User().

Here is the call graph for this function:


Variable Documentation

$addPHPslashes

Initial value:

 Array ("\n" => '\n',
                        "\r" => '\r',
                        "\t" => '\t',
                        '\\' => '\\\\',
                        '$'  => '\$',
                        '"'  => '\"')
functions

Definition at line 34 of file get_strings.php.

Referenced by addphpslashes().

$close = isset ($_REQUEST['close']) || $comments

Definition at line 157 of file get_strings.php.

Referenced by Cpdf::ellipse().

$comments = isset ($_REQUEST['comments'])

Definition at line 156 of file get_strings.php.

Referenced by migrate_wp_comments(), and smarty_function_poll().

$dictionary = $lang

Definition at line 235 of file get_strings.php.

$endMarker = '###end###'

Definition at line 203 of file get_strings.php.

$files = Array()

Definition at line 188 of file get_strings.php.

Referenced by collect_files(), BitUser::getUserFiles(), hardwire_file(), and ls_a().

$fw = fopen( LANGUAGES_PKG_PATH."lang/$sel/new_language.php",'w')

Definition at line 244 of file get_strings.php.

$group_w = isset ($_REQUEST['groupwrite'])

Definition at line 161 of file get_strings.php.

$languages = Array()

Definition at line 168 of file get_strings.php.

$module = isset ($_REQUEST['module']) || $comments

Definition at line 158 of file get_strings.php.

Referenced by BitThemes::cloneLayout(), data_datamodule(), BitThemes::fixPositions(), BitThemes::getAllLayouts(), and BitThemes::getModuleParameters().

$modulename = Array ()

Definition at line 212 of file get_strings.php.

$nohelp = isset ($_REQUEST['nohelp'])

Definition at line 163 of file get_strings.php.

$nosections = isset ($_REQUEST['nosections'])

Definition at line 164 of file get_strings.php.

$oldEndMarker = '##end###'

Definition at line 202 of file get_strings.php.

$patch = isset ($_REQUEST['patch'])

Definition at line 159 of file get_strings.php.

$patchLang = $lang

Definition at line 221 of file get_strings.php.

$removePHPslashes

Initial value:

 Array ('\n'   => "\n",
                           '\r'   => "\r",
                           '\t'   => "\t",
                           '\\\\' => '\\',
                           '\$'   => '$',
                           '\"'   => '"')

Definition at line 58 of file get_strings.php.

Referenced by removephpslashes().

$spelling = isset ($_REQUEST['spelling'])

Definition at line 160 of file get_strings.php.

Referenced by addToWordlist().

$to_translate = Array ()

Definition at line 211 of file get_strings.php.

$translated = Array ()

Definition at line 213 of file get_strings.php.

$unused = $lang

Definition at line 234 of file get_strings.php.

$wordlist = Array ()

Definition at line 190 of file get_strings.php.

Referenced by addToWordlist().


Generated on Wed Aug 22 19:33:56 2007 for bitweaver by  doxygen 1.5.2