PluginProbe
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager / 1.2
FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager v1.2
10.56 1.2.1 10 10.1 10.2 10.3 10.31 10.32 10.33 10.34 10.50 10.51 10.52 10.53 10.55 9.0 9.0.1 9.4 trunk 1.0.0 1.1 1.2
easy-code-manager / locals / strings.inc.php

strings.inc.php in FluentSnippets – High-Performance Code Snippets, Header & Footer Code, Custom CSS & PHP Code Manager 1.2, at locals/strings.inc.php

24 lines 611 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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::__('trash');
10 cssJSToolbox::__('draft');
11 cssJSToolbox::__('published');
12
13 /** Template Revision States */
14 cssJSToolbox::__('release');
15 cssJSToolbox::__('beta');
16 cssJSToolbox::__('release-candidate');
17 cssJSToolbox::__('alpha');
18 cssJSToolbox::__('revision');
19
20 /** Supported Languages */
21 cssJSToolbox::__('javascript');
22 cssJSToolbox::__('css');
23 cssJSToolbox::__('html');
24 cssJSToolbox::__('php');