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

CSS &amp; JavaScript Toolbox, version 6.0.6. 12 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.6/code/locals/strings.inc.php
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/6.0.6/raw/locals/strings.inc.php
- Modified: 2013-03-17T20:09:52+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/6.0.6/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!
*/

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