FileRUN - Web based document flow management system

Translating FileRun

From FileRun Documentation

Adding a translation

1. Copy the folder “/path-to-filerun/system/data/languages/english” to “/path-to-filerun/system/data/languages/LANGUAGE-NAME

2. Open the file “/path-to-filerun/system/data/languages/LANGUAGE-NAME/settings.php” in a text editor, and replace accordingly:

$config['app']['languages']['LANGUAGE-NAME'] = array(
   "displayName" => "LANGUAGE-DISPLAY-NAME",
   "outputFilter" => false
);
 

3. Open the file “/path-to-filerun/system/data/languages/LANGUAGE-NAME/translation.txt” in a text editor, and edit using the following guideline:

  • The lines begging with “+--” should not be modified as they represent the section name (Example: “+-- Login Page --+”)
  • The lines beginning with “//” represent comments, and do not require translation.
  • Each translated phrase require 2 consecutive lines, the first line is the key and should not be altered in any way. The second line represents the translation.
  • The translation should not contain more than one line: the line should not be broken by pressing the “ENTER” key.
  • Each phrase translation and section name should be separated by an empty line. Please make sure you don’t leave any blank characters on the separation line, and you do not separate with more than one line.