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

Translation of hardcoded text, added new defines

This commit is contained in:
tgtje
2016-01-30 16:58:58 +01:00
parent 0182c92517
commit a931c36021
10 changed files with 87 additions and 46 deletions

View File

@@ -117,7 +117,9 @@ define("LAN_RELATED", "Related");
define("LAN_ENTER_USRNAME_EMAIL", "Please enter your username or email"); // admin php hover field admin name
define("LAN_PWD_REQUIRED", "Password is required"); // admin php hover field admin password
define("LAN_SHOW", "Show");
define("LAN_GENERATE", "Generate");
define("LAN_SUMMARY", "Summary"); // TODO more files use summary replace
?>

View File

@@ -16,5 +16,5 @@
if (!defined('e107_INIT')) { exit; }
$text = "The theme manager allows you to set your site's public theme and your admin areas theme.";
$text = "The theme manager allows you to set your site's public theme and your admin areas theme.<br /><br />Look at the tooltips (when available) for description ";
$ns -> tablerender("Theme Manager Help", $text);

View File

@@ -331,7 +331,8 @@ define("LAN_STATUS", "Status");
define("LAN_URL", "URL");
define("LAN_OWNER", "Owner");
define("LAN_PURCHASE", "Purchase ");
define("LAN_DOWN_THEME", "Downloading ");
define("LAN_ID", "ID");
@@ -415,7 +416,9 @@ define("LAN_CUSTOM_URL", "Custom URL");
define("LAN_CUSTOM_URL_DISABLED", "Disabled or Enter Custom URL");
define("LAN_GENERAL", "General");
define("LAN_GENERATE", "Generate");
//define("LAN_GENERATE", "Generate"); //moved to English php
define("LAN_GEN_PW", "Generate a password");
define("LAN_DISPL_PW", "Display the password");
define("LAN_WILL_OVERWRITE_SEF", "This will overwrite your existing SEF URL.");
// TODO - move e_form related LANS below, add new lan_form.php file (for both front/back-end)

View File

@@ -30,7 +30,8 @@ define("LAN_EURL_FORM_HELP_EXAMPLE", "Base URL");
// messages
define("LAN_EURL_ERR_ALIAS_MODULE", "Alias &quot;%1\$s&quot; can't be saved - there is a system URL profile with the same name. Please choose another alias value for system URL profile &quot;%2\$s&quot;"); // FIXME HTML IN LAN
define("LAN_EURL_SURL_UPD", "&nbsp; SEF URLs were updated.");
define("LAN_EURL_SURL_NUPD", "&nbsp; SEF URLs were NOT updated.");
// settings
define("LAN_EURL_SETTINGS_PATHINFO", "Remove filename from the URL");
define("LAN_EURL_SETTINGS_MAINMODULE", "Associate Root namespace");
@@ -129,4 +130,5 @@ define("LAN_EURL_SYSTEM_REWRITE_DESCR", "URLs for pages like Not Found, Access d
// System
define("LAN_EURL_CORE_INDEX", "Front Page");
define("LAN_EURL_CORE_INDEX_INFO", "Front Page can't have an alias.");
define("LAN_EURL_REBUILD", "Rebuild");
//define("LAN_EURL_", "");

View File

@@ -19,6 +19,7 @@ define("FRTLAN_51", "Other");
define("FRTLAN_PAGE_TITLE", "Front Page");
define("FRTLAN_56", "duplicate definition for class:");
define("FRTLAN_57", "Software error");
define("FRTLAN_61", "Selection");
// define("FRTLAN_53", "User Class");
//define("FRTLAN_1", "Front Page settings updated.");

View File

@@ -74,5 +74,37 @@ define("TPVLAN_58", "This theme comes with pre-installed example content (such a
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?");
define("TPVLAN_62", "Find Themes");
define("TPVLAN_63", "Convert");
define("TPVLAN_64", "This Wizard will build a theme.xml meta file for your theme.");
define("TPVLAN_65", "Before you start : ");
define("TPVLAN_66", "Make sure your theme's directory is writable");
define("TPVLAN_67", "Select your theme's folder to begin.");
define("TPVLAN_68", "Select your theme's folder");
define("TPVLAN_69", "Available for Download");
define("TPVLAN_70", "Preview/Live-demo : ");
define("TPVLAN_71", "Not Specified");
define("TPVLAN_72", "Set pages which should automatically use this layout. One per line.");
define("TPVLAN_73", "Activate Menus");
define("TPVLAN_74", "Activates the following:");
// convert
define("TPVLAN_CONV_1", "Step 1");
define("TPVLAN_CONV_2", "Step 2");
define("TPVLAN_CONV_3", "The name of your theme. (Must be written in English)");
define("TPVLAN_CONV_4", "If you have a language file, enter the LAN_XXX value for the theme's name");
define("TPVLAN_CONV_5", "The version of your theme. Format: x.x");
define("TPVLAN_CONV_6", "Creation date of your theme");
define("TPVLAN_CONV_7", "Compatible with this version of e107");
define("TPVLAN_CONV_8", "Author Name");
define("TPVLAN_CONV_9", "Author Website Url");
define("TPVLAN_CONV_10", "A short one-line description of the plugin. (!@#$%^&* characters not permitted)(Must be written in English)");
define("TPVLAN_CONV_11", "Keyword/Tag for this theme (Must be written in English)");
define("TPVLAN_CONV_12", "A full description of the theme (Must be written in English)");
define("TPVLAN_CONV_13", "What category of theme is this?");
define("TPVLAN_CONV_14", "Enable this stylesheet as a selectable option in the Theme Manager.");
define("TPVLAN_CONV_15", "Give this stylesheet a name");
?>