1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 08:42:56 +01:00

78 lines
3.7 KiB
PHP
Raw Normal View History

2006-12-02 04:36:16 +00:00
<?php
/*
2010-05-01 20:59:05 +00:00
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Theme manager language file
2006-12-02 04:36:16 +00:00
*/
2009-07-06 06:33:29 +00:00
define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php?choose'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>");
2006-12-02 04:36:16 +00:00
define("TPVLAN_2", "Theme Preview");
define("TPVLAN_3", "Site theme changed.");
2006-12-02 04:36:16 +00:00
define("TPVLAN_4", "Author");
define("TPVLAN_5", "Website");
define("TPVLAN_6", "Release date");
define("TPVLAN_7", "Information");
define("TPVLAN_8", "Options");
define("TPVLAN_9", "Preview Theme");
define("TPVLAN_10", "Set as Site Theme");
2006-12-02 04:36:16 +00:00
define("TPVLAN_11", "Version");
define("TPVLAN_12", "No preview available");
define("TPVLAN_13", "Upload theme (.zip or .tar.gz format)");
define("TPVLAN_14", "Upload Theme");
define("TPVLAN_15", "The file could not be uploaded as the ".e_THEME." folder does not have the correct permissions - please CHMOD to 777 and re-upload the file.");
define("TPVLAN_16", "Admin Message");
define("TPVLAN_17", "That file does not appear to be a valid .zip or .tar archive.");
define("TPVLAN_18", "An error has occurred, unable to un-archive the file");
define("TPVLAN_19", "Your theme has been uploaded and unzipped.");
2006-12-02 04:36:16 +00:00
define("TPVLAN_20", "Auto theme upload and extraction is disabled as your themes folder does not have the correct permissions - please CHMOD your e107_themes folder to 777.");
define("TPVLAN_21", "This is the currently selected site theme");
2009-07-06 05:59:42 +00:00
define("TPVLAN_22", "Stylesheets");
2006-12-02 04:36:16 +00:00
define("TPVLAN_23", "default stylesheet");
define("TPVLAN_24", "no information");
2010-05-01 20:59:05 +00:00
//define("TPVLAN_25", "To choose which stylesheet to use, please go to <a href='".e_ADMIN_ABS."theme.php'>Theme Manager</a> and click on 'Theme'.");
2006-12-02 04:36:16 +00:00
define("TPVLAN_26", "Theme Manager");
define("TPVLAN_27", "Please select stylesheet to use");
define("TPVLAN_28", "on");
define("TPVLAN_29", "off");
define("TPVLAN_30", "Preload Theme Images:");
define("TPVLAN_31", "This is the currently selected admin theme");
define("TPVLAN_32", "Set As Admin Theme");
define("TPVLAN_33", "Site Theme"); // shorter is better
define("TPVLAN_34", "Admin Theme"); // shorter is better.
define("TPVLAN_35", "Save options");
2006-12-02 04:36:16 +00:00
define("TPVLAN_36", "Admin Message");
define("TPVLAN_37", "Theme options saved");
define("TPVLAN_38", "Upload Theme");
define("TPVLAN_39", "Available Themes");
define("TPVLAN_40", "Admin theme set to");
define("TPVLAN_41", "Please select admin layout style to use");
define("TPVLAN_42", "Save admin options");
define("TPVLAN_43", "Admin options saved");
define("TPVLAN_46", "PCLZIP extract error:");
define("TPVLAN_47", "PCLTAR extract error: ");
define("TPVLAN_48", "code:");
define("TPVLAN_49", "Compliance");
define("TPVLAN_50", "Layouts");
2009-07-06 05:59:42 +00:00
define("TPVLAN_51", "Change Theme");
2009-07-06 06:33:29 +00:00
define("TPVLAN_52", "Name");
define("TPVLAN_53", "Suggested Plugins");
define("TPVLAN_54", "Menu Presets");
2009-07-06 06:33:29 +00:00
define("TPVLAN_55", "Default");
define("TPVLAN_56", "Visibility Filter");
2013-03-03 17:50:30 -08:00
define("TPVLAN_57", "Compatibility");
define("TPVLAN_58", "This theme comes with pre-installed example content (such as pages and menus) which could be used on your website.");
define("TPVLAN_59", "Please be aware that the example content will [b]overwrite[/b] your current content with the following");
define("TPVLAN_60", "[x] record(s) in your [y] table");
define("TPVLAN_61", "Would you like to [b]replace[/b] your current content with the default example content provided by the theme?");
2006-12-02 04:36:16 +00:00
?>