| 1 |
<?php |
| 2 |
/** |
| 3 |
* This file just contain a list of other strings need to be localized! |
| 4 |
* Almost all of the Strings are be requested througth PHP variables |
| 5 |
* and comes from the database! |
| 6 |
*/ |
| 7 |
|
| 8 |
/** Supported Languages */ |
| 9 |
cssJSToolbox::getText('javascript'); |
| 10 |
cssJSToolbox::getText('css'); |
| 11 |
cssJSToolbox::getText('html'); |
| 12 |
cssJSToolbox::getText('php'); |