| @@ -4,9 +4,21 @@ | ||
| 4 | 4 | * Almost all of the Strings are be requested througth PHP variables |
| 5 | 5 | * and comes from the database! |
| 6 | 6 | */ |
| 7 | 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 | + | |
| 8 | 20 | /** Supported Languages */ |
| 9 | 21 | cssJSToolbox::getText('javascript'); |
| 10 | 22 | cssJSToolbox::getText('css'); |
| 11 | 23 | cssJSToolbox::getText('html'); |
| 12 | 24 | cssJSToolbox::getText('php'); |