XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
blocksadmin.php
Go to the documentation of this file.
1 <?php
10 // Navigation
11 define("_AM_SYSTEM_BLOCKS_ADMIN","Blocks Administration");
12 define("_AM_SYSTEM_BLOCKS_MANAGMENT","Manage");
13 define("_AM_SYSTEM_BLOCKS_ADDBLOCK","Add a new block");
14 define("_AM_SYSTEM_BLOCKS_EDITBLOCK","Edit a block");
15 define("_AM_SYSTEM_BLOCKS_CLONEBLOCK","Clone a block");
16 
17 // Forms
18 define("_AM_SYSTEM_BLOCKS_CUSTOM","Custom Block");
19 define("_AM_SYSTEM_BLOCKS_TYPES","All types");
20 define("_AM_SYSTEM_BLOCKS_GENERATOR","Modules");
21 define("_AM_SYSTEM_BLOCKS_GROUP","Groups");
22 define("_AM_SYSTEM_BLOCKS_SVISIBLEIN","Page");
23 define("_AM_SYSTEM_BLOCKS_DISPLAY","Display block ");
24 define("_AM_SYSTEM_BLOCKS_HIDE","Hide block ");
25 define("_AM_SYSTEM_BLOCKS_CLONE","Clone");
26 define("_AM_SYSTEM_BLOCKS_SIDELEFT","Left");
27 define("_AM_SYSTEM_BLOCKS_SIDETOPLEFT","Top Left");
28 define("_AM_SYSTEM_BLOCKS_SIDETOPCENTER","Top Center");
29 define("_AM_SYSTEM_BLOCKS_SIDETOPRIGHT","Top Right");
30 define("_AM_SYSTEM_BLOCKS_SIDERIGHT","Right");
31 define("_AM_SYSTEM_BLOCKS_SIDEBOTTOMLEFT","Bottom Left");
32 define("_AM_SYSTEM_BLOCKS_SIDEBOTTOMCENTER","Bottom Center");
33 define("_AM_SYSTEM_BLOCKS_SIDEBOTTOMRIGHT","Bottom Right");
34 define("_AM_SYSTEM_BLOCKS_ADD","Add Block");
35 define("_AM_SYSTEM_BLOCKS_MANAGE","Manage Block");
36 define("_AM_SYSTEM_BLOCKS_NAME","Name");
37 define("_AM_SYSTEM_BLOCKS_TYPE","Block Type");
38 define("_AM_SYSTEM_BLOCKS_SBLEFT","Side Block - Left");
39 define("_AM_SYSTEM_BLOCKS_SBRIGHT","Side Block - Right");
40 define("_AM_SYSTEM_BLOCKS_CBLEFT","Center Block - Left");
41 define("_AM_SYSTEM_BLOCKS_CBRIGHT","Center Block - Right");
42 define("_AM_SYSTEM_BLOCKS_CBCENTER","Center Block - Center");
43 define("_AM_SYSTEM_BLOCKS_CBBOTTOMLEFT","Center Block - Bottom left");
44 define("_AM_SYSTEM_BLOCKS_CBBOTTOMRIGHT","Center Block - Bottom right");
45 define("_AM_SYSTEM_BLOCKS_CBBOTTOM","Center Block - Bottom");
46 define("_AM_SYSTEM_BLOCKS_WEIGHT","Weight");
47 define("_AM_SYSTEM_BLOCKS_VISIBLE","Visible");
48 define("_AM_SYSTEM_BLOCKS_VISIBLEIN","Visible in");
49 define("_AM_SYSTEM_BLOCKS_TOPPAGE","Top Page");
50 define("_AM_SYSTEM_BLOCKS_ALLPAGES","All Pages");
51 define("_AM_SYSTEM_BLOCKS_UNASSIGNED","Unassigned");
52 define("_AM_SYSTEM_BLOCKS_TITLE","Title");
53 define("_AM_SYSTEM_BLOCKS_CONTENT","Content");
54 define("_AM_SYSTEM_BLOCKS_USEFULTAGS","Useful Tags:");
55 define("_AM_SYSTEM_BLOCKS_BLOCKTAG","%s will print %s");
56 define("_AM_SYSTEM_BLOCKS_CTYPE","Content Type");
57 define("_AM_SYSTEM_BLOCKS_HTML","HTML");
58 define("_AM_SYSTEM_BLOCKS_PHP","PHP Script");
59 define("_AM_SYSTEM_BLOCKS_AFWSMILE","Auto Format (smilies enabled)");
60 define("_AM_SYSTEM_BLOCKS_AFNOSMILE","Auto Format (smilies disabled)");
61 define("_AM_SYSTEM_BLOCKS_BCACHETIME","Cache lifetime");
62 define("_AM_SYSTEM_BLOCKS_CUSTOMHTML","Custom Block (HTML)");
63 define("_AM_SYSTEM_BLOCKS_CUSTOMPHP","Custom Block (PHP)");
64 define("_AM_SYSTEM_BLOCKS_CUSTOMSMILE","Custom Block (Auto Format + smilies)");
65 define("_AM_SYSTEM_BLOCKS_CUSTOMNOSMILE","Custom Block (Auto Format)");
66 define("_AM_SYSTEM_BLOCKS_EDITTPL","Edit Template");
67 define("_AM_SYSTEM_BLOCKS_OPTIONS","Options");
68 define("_AM_SYSTEM_BLOCKS_DRAG","Drag or sort the block");
69 
70 // Messages
71 define("_AM_SYSTEM_BLOCKS_DBUPDATED", _AM_SYSTEM_DBUPDATED);
72 define("_AM_SYSTEM_BLOCKS_RUSUREDEL",'Are you sure to delete this block ? <div class="bold">%s</div>');
73 define("_AM_SYSTEM_BLOCKS_SYSTEMCANT","System blocks cannot be deleted!");
74 define("_AM_SYSTEM_BLOCKS_MODULECANT","This block cannot be deleted directly! If you wish to disable this block, deactivate the module.");
75 
76 // Tips
77 define("_AM_SYSTEM_BLOCKS_TIPS",
78 '<ul>
79 <li>You can easily change side or order position with the drag\'n drop, click on <img class="tooltip" src="%s" alt="'._AM_SYSTEM_BLOCKS_DRAG.'" title="'._AM_SYSTEM_BLOCKS_DRAG.'" /> this image and set your site just the way you want it</li>
80 <li>Add a new custom block</li>
81 <li>Set block online or offline by clicking on <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_DISPLAY.'" title="'._AM_SYSTEM_BLOCKS_DISPLAY.'"/> or <img class="tooltip" width="16" src="%s" alt="'._AM_SYSTEM_BLOCKS_HIDE.'" title="'._AM_SYSTEM_BLOCKS_HIDE.'" /></li>
82 </ul>');