# css-javascript-toolbox/11.9/locals/strings.inc.php

CSS &amp; JavaScript Toolbox, version 11.9. 24 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/11.9/code/locals/strings.inc.php
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/11.9/raw/locals/strings.inc.php
- Modified: 2024-01-15T08:59:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/css-javascript-toolbox/11.9/code/locals/strings.inc.php#L10-L20`.

```php
<?php
/**
* This file just contain a list of other strings need to be localized!
* Almost all of the Strings are be requested througth PHP variables
* and comes from the database!
*/

/** Template States */
cssJSToolbox::getText('trash');
cssJSToolbox::getText('draft');
cssJSToolbox::getText('published');

/** Template Revision States */
cssJSToolbox::getText('release');
cssJSToolbox::getText('beta');
cssJSToolbox::getText('release-candidate');
cssJSToolbox::getText('alpha');
cssJSToolbox::getText('revision');

/** Supported Languages */
cssJSToolbox::getText('javascript');
cssJSToolbox::getText('css');
cssJSToolbox::getText('html');
cssJSToolbox::getText('php');
```
