| 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 |
/** Template States */ |
| 9 |
cssJSToolbox::getText('trash'); |
| 10 |
cssJSToolbox::getText('draft'); |
| 11 |
cssJSToolbox::getText('published'); |
| 12 |
|
| 13 |
/** Template Revision States */ |
| 14 |
cssJSToolbox::getText('release'); |
| 15 |
cssJSToolbox::getText('beta'); |
| 16 |
cssJSToolbox::getText('release-candidate'); |
| 17 |
cssJSToolbox::getText('alpha'); |
| 18 |
cssJSToolbox::getText('revision'); |
| 19 |
|
| 20 |
/** Supported Languages */ |
| 21 |
cssJSToolbox::getText('javascript'); |
| 22 |
cssJSToolbox::getText('css'); |
| 23 |
cssJSToolbox::getText('html'); |
| 24 |
cssJSToolbox::getText('php'); |