| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/lessarmoudes/language/en-GB/ |
Upload File : |
; JCE Project ; Copyright (C) 2006 - 2010 Ryan Demmer. All rights reserved. ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see licence.txt ; Note : All ini files need to be saved as UTF-8 - No BOM ; ## Descriptive ## WF_TEMPLATEMANAGER_TITLE ="Template Manager" WF_TEMPLATEMANAGER_DESC ="Upload, delete, rename, create and insert html templates (Sample HTML files)" WF_TEMPLATEMANAGER_CREATE ="New Template" ; ## Help ## WF_TEMPLATEMANAGER_HELP_ABOUT ="What is the Template Manager?" WF_TEMPLATEMANAGER_HELP_INTERFACE ="About the Interface" WF_TEMPLATEMANAGER_HELP_CREATE ="Creating and saving Templates" WF_TEMPLATEMANAGER_HELP_INSERT ="Inserting/Updating" ; ## Params ## WF_TEMPLATEMANAGER_REPLACEMENT_VALUES ="Replacement Values" WF_TEMPLATEMANAGER_REPLACEMENT_VALUES_DESC ="An array of items that control content replacement in the inserted templates. The array keys equal the classnames used in the template. If a template element has a classname matching any in this array its contents will be replaced by the array value." WF_TEMPLATEMANAGER_CONTENT_CLASSES ="Content Classes" WF_TEMPLATEMANAGER_CONTENT_CLASSES_DESC ="A list of class names separated by spaces. Any template element with one of the classes will have its content replaced by the selected editor content when first inserted." WF_TEMPLATEMANAGER_CREATION_DATE_CLASSES ="Creation Date Classes" WF_TEMPLATEMANAGER_CREATION_DATE_CLASSES_DESC ="A list of class names separated by spaces. Any template element with one of the classes will have its content replaced by the 'creation' date, formatted according to the 'Creation Date Format' option. A creation date is one that is set if no previous date existed within the element. Once set the original date is stored inside the element in a HTML comment and is designed not to change even with a template change." WF_TEMPLATEMANAGER_MODIFIED_DATE_CLASSES ="Modified Date Classes" WF_TEMPLATEMANAGER_MODIFIED_DATE_CLASSES_DESC ="A list of class names separated by spaces. Any template element with one of the classes will have its content replaced by the 'modified' date, formatted according to the 'Modified Date Format' option. A modified date is one that is updated with each edit." WF_TEMPLATEMANAGER_CREATION_DATE_FORMAT ="Creation Date Format" WF_TEMPLATEMANAGER_CREATION_DATE_FORMAT_DESC ="A date format string for the creation date. See <a href='http://www.php.net/manual/en/function.strftime.php' target='_blank'>http://www.php.net/manual/en/function.strftime.php</a> for a list of formats" WF_TEMPLATEMANAGER_MODIFIED_DATE_FORMAT ="Modified Date Format" WF_TEMPLATEMANAGER_MODIFIED_DATE_FORMAT_DESC ="A date format string for the modified date. See <a href='http://www.php.net/manual/en/function.strftime.php' target='_blank'>http://www.php.net/manual/en/function.strftime.php</a> for a list of formats" WF_TEMPLATEMANAGER_CONTENT_URL ="Startup Content" WF_TEMPLATEMANAGER_CONTENT_URL_DESC ="Relative URL to a file (html or text) the contents of which will be loaded into the editor on startup. eg: images/stories/content.html" [templatemanager] DESC="Insert/edit template" WARNING="Warning: Updating a template with a different one may cause data loss." MDATE_FORMAT="%Y-%m-%d %H:%M:%S" CDATE_FORMAT="%Y-%m-%d %H:%M:%S" MONTHS_LONG="January,February,March,April,May,June,July,August,September,October,November,December" MONTHS_SHORT="Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" DAY_LONG="Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday" DAY_SHORT="Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" DELTA_WIDTH="0" DELTA_HEIGHT="0" [templatemanager_dlg] SNIPPET="Snippet" TEMPLATE="Template"