# css-javascript-toolbox/8.0.2/views/blocks/block/public/js/codefile-manager/codefile-manager.localization.php

CSS &amp; JavaScript Toolbox, version 8.0.2. 17 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/code/views/blocks/block/public/js/codefile-manager/codefile-manager.localization.php
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/raw/views/blocks/block/public/js/codefile-manager/codefile-manager.localization.php
- Modified: 2014-05-06T16:47:26+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/8.0.2/code/views/blocks/block/public/js/codefile-manager/codefile-manager.localization.php#L10-L20`.

```php
<?php
/**
* @version FILE_VERSION
* Localization file for jquery.block.js script.
*/

/**
* Localization for Javascript cjtJQueryBlockI18N variable.
* 
* Localization text for backups script.
*/
return array(
	'confirmDelete' => cssJSToolbox::getText('{count} Code Files about to be deleted. Are you sure delete those Files?'),
	'noSelection' => cssJSToolbox::getText('Nothing selected!'),
	'nameIsNull' => cssJSToolbox::getText('Name cannot be null. Code File must has a unique name for each Block.'),
	'nameAlreadyExists' => cssJSToolbox::getText('Code File name is currently taken. Please choose another name.'),
);
```
