home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / modules / system / language / english / admin / tplsets.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  3.3 KB  |  61 lines

  1. <?php
  2. // $Id: tplsets.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%% Template Manager %%%%%
  4. define('_MD_TPLMAIN','Template Set Manager');
  5. define('_MD_INSTALL','Install');
  6. define('_MD_EDITTEMPLATE','Edit template file');
  7. define('_MD_FILENAME','File name');
  8. define('_MD_FILEDESC','Description');
  9. define('_MD_LASTMOD','Last modified');
  10. define('_MD_FILEMOD','Last modified (file)');
  11. define('_MD_FILECSS','CSS');
  12. define('_MD_FILEHTML','HTML');
  13. define('_MD_AM_BTOTADMIN', 'Back to template set manager');
  14. define('_MD_RUSUREDELTH', 'Are you sure that you want to delete this template set and all its template data?');
  15. define('_MD_RUSUREDELTPL', 'Are you sure that you want to delete this template data?');
  16. define('_MD_PLZINSTALL', 'Press the button below to start installation');
  17. define('_MD_PLZGENERATE', 'Press the button below to generate file(s)');
  18. define('_MD_CLONETHEME','Clone a template set');
  19. define('_MD_THEMENAME','Base template set');
  20. define('_MD_NEWNAME','Enter new template set name');
  21. define('_MD_IMPORT','Import');
  22. define('_MD_RUSUREIMPT', 'Importing template data from the templates directory will overwrite your changes in database.<br />Click "Import" to proceed.');
  23. define('_MD_THMSETNAME','Name');
  24. define('_MD_CREATED','Created');
  25. define('_MD_SKIN','Skin');
  26. define('_MD_TEMPLATES','Templates');
  27. define('_MD_EDITSKIN','Edit skin');
  28. define('_MD_NOFILE','No File');
  29. define('_MD_VIEW','View');
  30. define('_MD_COPYDEFAULT','Copy default file');
  31. define('_MD_DLDEFAULT','Download default file');
  32. define('_MD_VIEWDEFAULT','View default template');
  33. define('_MD_DOWNLOAD','Download');
  34. define('_MD_UPLOAD','Upload');
  35. define('_MD_GENERATE','Generate');
  36. define('_MD_CHOOSEFILE', 'Choose file to upload');
  37. define('_MD_UPWILLREPLACE', 'Uploading this file will overwrite the data in database!');
  38. define('_MD_UPLOADTAR', 'Upload a template set');
  39. define('_MD_CHOOSETAR', 'Choose a template set package to upload');
  40. define('_MD_ONLYTAR', 'Must be a tar.gz/.tar file with a valid XOOPS template set structure');
  41. define('_MD_NTHEMENAME', 'New template set name');
  42. define('_MD_ENTERTH', 'Enter a template set name for this package. Leave it blank for automatic detection.');
  43. define('_MD_TITLE','Title');
  44. define('_MD_CONTENT','Content');
  45. define('_MD_ACTION','Action');
  46. define('_MD_DEFAULTTHEME','Your site uses this template set as default');
  47. define('_MD_AM_ERRTHEME', 'The following template sets have no valid skin files data. Press delete to remove data related to the template set.');
  48. define('_MD_SKINIMGS','Skin image files');
  49. define('_MD_EDITSKINIMG','Edit skin image files');
  50. define('_MD_IMGFILE','File name');
  51. define('_MD_IMGNEWFILE','Upload new file');
  52. define('_MD_IMGDELETE','Delete');
  53. define('_MD_ADDSKINIMG','Add skin image file');
  54. define('_MD_BLOCKHTML', 'Block HTML');
  55. define('_MD_IMAGES', 'Images');
  56. define('_MD_NOZLIB', 'Zlib support must be enabled on your server');
  57. define('_MD_LASTIMP', 'Last Imported');
  58. define('_MD_FILENEWER', 'A newer file that has not been imported yet exists under the <b>templates</b> directory.');
  59. define('_MD_FILEIMPORT', 'An older file that has not been imported yet exists under the <b>templates</b> directory.');
  60. define('_MD_FILEGENER', 'Template file does not eixst. It can be generated (copied from the <b>default</b> template), uploaded, or imported from the <b>templates</b> directory.');
  61. ?>