[pLog-svn] r825 - in plog/trunk: locale templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jan 24 23:20:12 GMT 2005


Author: oscar
Date: 2005-01-24 23:20:12 +0000 (Mon, 24 Jan 2005)
New Revision: 825

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/templates/admin/globalsettings_bayesian.template
   plog/trunk/templates/admin/globalsettings_email.template
   plog/trunk/templates/admin/globalsettings_general.template
   plog/trunk/templates/admin/globalsettings_helpers.template
   plog/trunk/templates/admin/globalsettings_interfaces.template
   plog/trunk/templates/admin/globalsettings_resources.template
   plog/trunk/templates/admin/globalsettings_search.template
   plog/trunk/templates/admin/globalsettings_security.template
   plog/trunk/templates/admin/globalsettings_summary.template
   plog/trunk/templates/admin/globalsettings_templates.template
   plog/trunk/templates/admin/globalsettings_uploads.template
   plog/trunk/templates/admin/globalsettings_url.template
Log:
more changes, I'm finally almost there...

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/locale/locale_en_UK.php	2005-01-24 23:20:12 UTC (rev 825)
@@ -657,5 +657,76 @@
 $messages["error_template_is_default"] = "Template \"%s\" cannot be deleted because it is the default one for new blogs";
 
 // global settings
+/// general settings
+$messages["help_comments_enabled"] = "Enable or disable comments for new blogs by default";
+$messages["help_beautify_comments_text"] = "If this is enabled, comments posted by users will be formatted by adding paragraphs and auto-linking all URLs";
+$messages["help_temp_folder"] = "Folder that pLog can use to write its temporary data such as compiled templates, etc. Use a folder outside the web server tree for incresed security";
+$messages["help_base_url"] = "Base URL where this blog is installed";
+$messages["help_subdomains_enabled"] = "Enable or disable subdomains. Please see the documentation for more information regarding subdomains";
+$messages["help_subdomains_base_url"] = "When subdomains are enabled, this base URL is used instead of base_url. Use {blogname} to get the blog name and {username} to get the name of the user owner of the blog in order to generate a link to a blog";
+$messages["help_include_blog_id_in_url"] = "Meaningful only when subdomains are enabled and 'normal' URLs are enabled, forces internally-generated URLs not to have the 'blogId' parameter. Do not change unless you know what you are doing";
+$messages["help_script_name"] = "Set this if you need to rename index.php to something else";
+$messages["help_show_posts_max"] = "Maximum number of posts shown in the main page. Only meaningful for new blogs";
+$messages["help_recent_posts_max"] = "Maximum number of recent posts shown in the main page. Only meaningful for new blogs";
+$messages["help_save_drafts_via_xmlhttprequest_enabled"] = "Whether the feature that allows to save drafts via Javascript and the XmlHttpRequest is enabled";
+$messages["help_locale_folder"] = "Folder where the locale files are stored";
+$messages["help_default_locale"] = "Default language settings for new blogs";
+$messages["help_default_time_offset"] = "Default time offset for new blogs";
+$messages["help_html_allowed_tags_in_comments"] = "Space-separated list of the HTML tags that are allowed in comments";
+$messages["help_referer_tracker_enabled"] = "Enable or disable the feature to save referres to the database. Set to disabled for higher performance";
+$messages["help_show_more_enabled"] = "Enable or disable the 'read more...' feature by default for new blogs";
+$messages["help_update_article_reads"] = "Enable or disable the update of the counter of times that an article has been read is updated or not. Set to disabled for higher performance";
+$messages["help_update_cached_article_reads"] = "Enable or disable the update of the counter of times that an article has been read is updated, even when caching has been turned on";
+$messages["help_xmlrpc_ping_enabled"] = "Enable or disable sending XMLRPC pings to sites that support this feature";
+$messages["help_send_xmlrpc_pings_enabled_by_default"] = "Enable or disable by default this feature when posting or updating an article";
+$messages["help_xmlrpc_ping_hosts"] = "URL pointing to the XMLRPC interface of sites that support the XMLRPC ping specifictaion. Put each URL in one new line";
+$messages["help_trackback_server_enabled"] = "Enable or disable the feature to receive incoming trackbacks";
+$messages["help_htmlarea_enabled"] = "Enable or disable the WYSIWYG post editor by default in new blogs";
+$messages["help_plugin_manager_enabled"] = "Enable or disable plugins";
+$messages["help_minimum_password_length"] = "Minimun length for passwords";
+$messages["help_xhtml_converter_enabled"] = "If enabled, pLog will try to convert all HTML code into proper XHTML code";
+$messages["help_xhtml_converter_aggressive_mode_enabled"] = "If enabled, pLog will try even harder to generate XHTML out of HTML code, but it will be more prone to errors";
+// summary settings
+$messages["help_summary_page_show_max"] = "Number of items that will be shown in the summary page. This setting control all lists in the summary page (recent articles, most active blogs, etc)";
+$messages["help_summary_blogs_per_page"] = "Number of blogs per page in the 'Blogs List' section";
+$messages["help_forbidden_usernames"] = "List of usernames that are not allowed to be registered";
+$messages["help_force_one_blog_per_email_account"] = "Restrict to only one blog per email account";
+$messages["help_summary_show_agreement"] = "Show and an agreement text and make users accept it before proceeding to the registration process";
+$messages["help_need_email_confirm_registration"] = "Force users to confirm their registration by clicking a link embedded in an email sent to their account";
+// templates
+$messages["help_template_folder"] = "Folder where templates are stored";
+$messages["help_default_template"] = "Default template for new blogs";
+$messages["help_users_can_add_templates"] = "Allow users to upload their own custom templates";
+$messages["help_template_compile_check"] = "If disabled, Smarty will check every request if template files have changed and if so, use the new version. Set this to disabled for higher performance";
+$messages["help_template_cache_enabled"] = "Enable the template cache. If enabled, cached versions will be used whenever possible and no data will need to be fetched from the database";
+$messages["help_template_cache_lifetime"] = "Lifetime in seconds of the cache. Set to -1 to force the cache to never expire or set it to 0 to disable the cache";
+$messages["help_template_http_cache_enabled"] = "Enable support for HTTP conditional requests. If enabled, pLog will take the 'If-Modified-Since' HTTP headers and send only content if strictly needed. Enable this for increased bandwidth savings";
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
 $messages["help_comments_enabled"] = "Enable comments by default in all new blogs";
 ?>

Modified: plog/trunk/templates/admin/globalsettings_bayesian.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_bayesian.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_bayesian.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
 <a name="bayesian">
-  <h4 class="sectionTitle">&raquo; {$locale->tr("bayesian_settings")}</h4>
+  <h4 class="sectionTitle">&raquo; {$locale->tr("bayesianSettings")}</h4>
 </a>
 <div style="padding-left:10px;" id="bayesian">
    <!-- bayesian filter options -->

Modified: plog/trunk/templates/admin/globalsettings_email.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_email.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_email.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="email">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("email_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("emailSettings")}</h4>
  </a>  
  <div style="padding-left:10px;" id="email">
    <div class="field">

Modified: plog/trunk/templates/admin/globalsettings_general.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_general.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_general.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="general">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("general_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("editSiteSettings")}</h4>
  </a>
 <div style="padding-left:10px;" id="general">
    <!-- enable or disable comments globally -->
@@ -195,7 +195,7 @@
     <div class="formHelp">{$locale->tr("help_send_xmlrpc_pings_enabled_by_default")}</div>
     <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="1" {if $send_xmlrpc_pings_enabled_by_default == 1 } checked="checked" {/if} />{$locale->tr("yes")}
     <input class="radio" type="radio" name="config[send_xmlrpc_pings_enabled_by_default]" value="0" {if $send_xmlrpc_pings_enabled_by_default == 0 } checked="checked" {/if} />{$locale->tr("no")}
-   </div>   
+   </div>
    <!-- xmlrpc_ping_hosts -->
    <div class="field">
     <label for="config[xmlrpc_ping_hosts]">xmlrpc_ping_hosts</label>

Modified: plog/trunk/templates/admin/globalsettings_helpers.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_helpers.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_helpers.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="helpers">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("helper_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("helpersSettings")}</h4>
  </a>
  <div style="padding-left:10px;" id="helpers">
    <!-- path_to_tar -->

Modified: plog/trunk/templates/admin/globalsettings_interfaces.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_interfaces.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_interfaces.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
 <a name="interfaces">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("interfaces_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("interfacesSettings")}</h4>
 </a>
 <div style="padding-left:10px;" id="interfaces">
    <!-- xmlrpc_ping_enabled -->

Modified: plog/trunk/templates/admin/globalsettings_resources.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_resources.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_resources.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="resources">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("resources_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("resourcesSettings")}</h4>
  </a>
 <div style="padding-left:10px;" id="resources">
    <!-- resources_enabled -->

Modified: plog/trunk/templates/admin/globalsettings_search.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_search.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_search.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="search">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("summary_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("searchSettings")}</h4>
  </a>
 <div style="padding-left:10px;" id="search">
    <!-- search_engine_enabled -->

Modified: plog/trunk/templates/admin/globalsettings_security.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_security.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_security.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="security">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("security_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("securitySettings")}</h4>
  </a>
 <div style="padding-left:10px;" id="security">
    <!-- security_pipeline_enabled -->

Modified: plog/trunk/templates/admin/globalsettings_summary.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_summary.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_summary.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="summary">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("summary_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("summarySettings")}</h4>
  </a>
  <div style="padding-left:10px;" id="summary">
    <!-- summary_page_show_max -->

Modified: plog/trunk/templates/admin/globalsettings_templates.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_templates.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_templates.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="templates">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("template_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("templateSettings")}</h4>
  </a>  
  <div style="padding-left:10px;" id="templates">
    <!-- template_folder -->

Modified: plog/trunk/templates/admin/globalsettings_uploads.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_uploads.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_uploads.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
 <a name="uploads">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("uploads_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("uploadSettings")}</h4>
 </a>
 <div style="padding-left:10px;" id="uploads">
    <!-- uploads enabled or disabled at all -->

Modified: plog/trunk/templates/admin/globalsettings_url.template
===================================================================
--- plog/trunk/templates/admin/globalsettings_url.template	2005-01-24 22:15:31 UTC (rev 824)
+++ plog/trunk/templates/admin/globalsettings_url.template	2005-01-24 23:20:12 UTC (rev 825)
@@ -1,5 +1,5 @@
  <a name="urls">
-   <h4 class="sectionTitle">&raquo; {$locale->tr("urls_settings")}</h4>
+   <h4 class="sectionTitle">&raquo; {$locale->tr("urlSettings")}</h4>
  </a>
  <div style="padding-left:10px;" id="urls">
    <!-- request_format_mode -->




More information about the pLog-svn mailing list