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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Jan 21 22:42:39 GMT 2005


Author: oscar
Date: 2005-01-21 22:42:39 +0000 (Fri, 21 Jan 2005)
New Revision: 790

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/templates/admin/userprofile.template
   plog/trunk/templates/admin/usersettings.template
Log:
more changes

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-01-21 21:36:34 UTC (rev 789)
+++ plog/trunk/locale/locale_en_UK.php	2005-01-21 22:42:39 UTC (rev 790)
@@ -57,7 +57,6 @@
 $messages["archives"] = "archives";
 $messages["search"] = "search";
 $messages["calendar"] = "calendar";
-$messages["editLinkCategories"] = "categories";
 $messages["search_s"] = "Search";
 $messages["link_tracker"] = "Link Tracker";
 $messages["search_this_blog"] = "Search this blog:";
@@ -466,4 +465,88 @@
 $messages["error_fetching_resource"] = "There was an error fetching the resource";
 $messages["error_updating_resource"] = "There was an error updating the resource";
 $messages["resource_updated_ok"] = "Resource \"%s\" updated successfully";
-?>
\ No newline at end of file
+
+// blog settings
+$messages["blog_link"] = "Blog link";
+$messages["blog_link_help"] = "Permanent link to this blog";
+$messages["blog_name_help"] = "Title for this blog";
+$messages["blog_description_help"] = "Longer description about the contents of this blog";
+$messages["language"] = "Language";
+$messages["blog_language_help"] = "Language used to display the texts of this blog, both in the public and administration side";
+$messages["max_main_page_items"] = "Number of items in the main page";
+$messages["max_main_mage_items_help"] = "Number of posts that should be displayed at all times in the main page of the blog";
+$messages["max_recent_items"] = "Number of recent items";
+$messages["max_recent_items_help"] = "Maximum number of posts that will be shown as 'recent' in the front page";
+$messages["template"] = "Template";
+$messages["choose"] = "Choose";
+$messages["blog_template_help"] = "Template that will be used to display the contents of the blog. This list includes global templates plus all the templates installed only for this blog";
+$messages["use_read_mode"] = "Use 'more...' link in posts";
+$messages["use_read_more_help"] = "If enabled, only the text typed in the 'Text' textbox will be shown in the main page. In order to display the 'Extended text', a 'more...' link will be added to each post";
+$messages["enable_wysiwyg"] = "Enable the visual editor of posts";
+$messages["enable_wysiwyg_help"] = "Enables a more powerful, visual editor of HTML mark up. The editor only works in Internet Explorer 5.5 or higher or Mozilla 1.3 or higher";
+$messages["enable_comments"] = "Enable comments by default";
+$messages["enable_comments_help"] = "Enable comments for all posts by default. Comments can still be enabled/disabled for certain posts when creating new posts or editing old ones";
+$messages["show_future_posts"] = "Show future posts in the calendar";
+$messages["show_future_posts_help"] = "Whether posts which have a date in the future should appear in the calendar and visible to users";
+$messages["comments_order"] = "Comments order";
+$messages["comments_order_help"] = "Order in which comments should be displayed in the front page";
+$messages["oldest_first"] = "Oldest first";
+$messages["newest_first"] = "Newest first";
+
+$messages["categories_order"] = "Categories order";
+$messages["categories_order_help"] = "Order in which categories should be displayed in the front page";
+$messages["most_recent_updated_first"] = "Most recently updated first";
+$messages["alphabetical_order"] = "Alphabetical order";
+$messages["reverse_alphabetical_order"] = "Reverse alphabetical order";
+$messages["most_articles_first"] = "Most articles first";
+$messages["link_categories_order"] = "Link categories order";
+$messages["link_categories_order_help"] = "Order in which link categores should appear in the front page";
+$messages["most_links_first"] = "Most links first";
+$messages["most_links_last"] = "Most links last";
+$messages["time_offset"] = "Time offset";
+$messages["time_offset_help"] = "Time difference in hours that will be dynamically added to each date and time in the blog";
+$messages["close"] = "Close";
+$messages["select"] = "Select";
+$messages["error_updating_settings"] = "There was an error updating the blog settings. Please check the data and try again";
+$messages["error_invalid_number"] = "The number is not correct";
+$messages["blog_settings_updated_ok"] = "Blog settings updated successfully";
+
+// user settings
+$messages["username_help"] = "Your public username. It cannot be changed";
+$messages["full_name"] = "Full name";
+$messages["full_name_help"] = "Your complete full name";
+$messages["password_help"] = "Type and confirm a new password, or leave empty for no change";
+$messages["confirm_password"] = "Confirm password";
+$messages["email"] = "Email";
+$messages["email_help"] = "Email address where notifications will be sent";
+$messages["bio"] = "Your bio";
+$messages["bio_help"] = "A longer description of yourself can be provided here";
+$messages["picture"] = "Picture";
+$messages["user_picture_help"] = "Please select a picture form the ones uploaded to this blog as your personal picture";
+$messages["error_invalid_password"] = "The password is not correct. Please make sure that it is not too short";
+$messages["error_passwords_dont_match"] = "Sorry, passwords do not match";
+$messages["error_incorrect_email_address"] = "The email address is not correct";
+
+// plugin center
+$messages["identifier"] = "Identifier";
+
+// blog users
+
+// new blog user
+$messages["new_blog_username_help"] = "Username of the user to whom you would like to give access to this blog. New users will only have access to the 'Manage' and 'Resources' sections.";
+$messages["send_notification"] = "Send notification";
+$messages["send_user_notification_help"] = "Send an email notification to this user";
+$messages["notification_text"] = "Notification Text";
+$messages["notification_text_help"] = "Text that will be included in the notification message";
+
+$messages["error_adding_user"] = "There was an error granting access to the user. Please check the data and try again";
+$messages["error_invalid_user"] = "The user is not correc t";
+$messages["error_empty_text"] = "You must provide some text";
+
+// blog templates
+
+// new blog template
+
+// global settings
+$messages["help_comments_enabled"] = "Enable comments by default in all new blogs";
+?>

Modified: plog/trunk/templates/admin/userprofile.template
===================================================================
--- plog/trunk/templates/admin/userprofile.template	2005-01-21 21:36:34 UTC (rev 789)
+++ plog/trunk/templates/admin/userprofile.template	2005-01-21 22:42:39 UTC (rev 790)
@@ -26,9 +26,9 @@
       {include file="$admintemplatepath/validate.template" field=userPassword message=$locale->tr("error_password_incorrect")}
     </div>
     <div class="field">
-      <label for="userEmail">{$locale->tr("email_address")}</label>
+      <label for="userEmail">{$locale->tr("email")}</label>
       <span class="required">*</span>
-      <div class="formHelp">{$locale->tr("email_address_help")}</div>
+      <div class="formHelp">{$locale->tr("email_help")}</div>
       <input type="text" name="userEmail" id="userEmail" value="{$userEmail}"/>
       {include file="$admintemplatepath/validate.template" field=userEmail message=$locale->tr("error_incorrect_email_address")}
     </div>

Modified: plog/trunk/templates/admin/usersettings.template
===================================================================
--- plog/trunk/templates/admin/usersettings.template	2005-01-21 21:36:34 UTC (rev 789)
+++ plog/trunk/templates/admin/usersettings.template	2005-01-21 22:42:39 UTC (rev 790)
@@ -14,7 +14,7 @@
      <div style="float:left;width:76%;border-right:1px solid #DEDEDE";>
       <div class="field">
         <label for="userName">{$locale->tr("username")}</label>
-        <div class="formHelp">{$locale->tr("username_help")}</div>		
+        <div class="formHelp">{$locale->tr("username_help")}</div>
         <input type="text" class="readOnly" readonly="readonly" id="userName" value="{$user->getUsername()}" />
       </div>
 




More information about the pLog-svn mailing list