r1307: - Adding the template diff file for 1.1.4
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 23 Nov 2006 17:26:54 +0000 (17:26 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 23 Nov 2006 17:26:54 +0000 (17:26 +0000)
- Regenerating the en_US.pot file for release

install/templates/1.1.3 - 1.1.4.diff [new file with mode: 0644]
po/en_US.pot

diff --git a/install/templates/1.1.3 - 1.1.4.diff b/install/templates/1.1.3 - 1.1.4.diff
new file mode 100644 (file)
index 0000000..2cb8a14
--- /dev/null
@@ -0,0 +1,294 @@
+Index: newreport.tpl
+===================================================================
+--- newreport.tpl      (.../tags/1.1.3/templates)      (revision 1306)
++++ newreport.tpl      (.../trunk/templates)   (revision 1306)
+@@ -23,7 +23,7 @@
+ <div id="fieldbody">
+       <!-- LEFT COLUMN -->
+-      <div id="leftcol">
++      <div id="$stylevar[left]col">
+               
+               <!-- summary -->
+               <fieldset>
+@@ -61,12 +61,12 @@
+       <!-- / LEFT COLUMN -->
+       
+       <!-- RIGHT COLUMN -->
+-      <div id="rightcol">
++      <div id="$stylevar[right]col">
+       
+               <!-- summary -->
+               <fieldset>
+                       <legend>{@"Summary"} $help[summary]</legend>
+-                      <div class="field"><input type="text" name="summary" size="25" value="{$bugsys->in['summary']}" style="width: 100%" /></div>
++                      <div class="field"><input type="text" name="summary" size="25" value="{$bugsys->in['summary']}" style="width: 100%" maxlength="250" /></div>
+               </fieldset>
+               <!-- / summary -->
+               
+@@ -106,11 +106,11 @@
+ <div class="clearspill"></div>
+ <!-- new reply -->
+-<div>
++<div style="width: 100%">
+       <fieldset>
+               <legend>{@"Description/Initial Report"}</legend>
+       
+-              <textarea name="comment" cols="50" rows="10" style="width: 100%"><if condition="$bugsys->in['comment']">{$bugsys->in['comment']}<else />{$bugsys->options['defaultcomment']}</if></textarea>
++              <textarea name="comment" cols="50" rows="10" class="textarea"><if condition="$bugsys->in['comment']">{$bugsys->in['comment']}<else />{$bugsys->options['defaultcomment']}</if></textarea>
+       </fieldset>
+ </div>
+ <!-- / new reply -->
+Index: userctrl.tpl
+===================================================================
+--- userctrl.tpl       (.../tags/1.1.3/templates)      (revision 1306)
++++ userctrl.tpl       (.../trunk/templates)   (revision 1306)
+@@ -31,7 +31,7 @@
+                               <div class="box-mid">
+                                       <fieldset>
+                                               <legend>{@"Display Name"}</legend>
+-                                              <input type="text" name="displayname" value="{$userinfo['displayname']}" size="25" style="width: 100%" />
++                                              <input type="text" name="displayname" value="{$userinfo['displayname']}" size="25" style="width: 100%" maxlength="250" />
+                                       </fieldset>
+                                       
+                                       <fieldset>
+@@ -74,30 +74,30 @@
+                                       {@"Please enter your password to change these fields"}:
+                                       <br />
+                                       
+-                                      <input type="password" name="validate" size="35" />
++                                      <input type="password" name="validate" size="35" maxlength="250" />
+                               </div>
+                               
+                               <div class="box-mid box-margmod-top">
+                                       <fieldset>
+                                               <legend>{@"Password"}</legend>
+-                                              <input type="password" name="password" size="25" style="width: 100%" />
++                                              <input type="password" name="password_change" size="25" style="width: 100%" maxlength="250" />
+                                       </fieldset>
+                                       
+                                       <fieldset>
+                                               <legend>{@"Confirm Password"}</legend>
+-                                              <input type="password" name="password_confirm" size="25" style="width: 100%" />
++                                              <input type="password" name="password_confirm" size="25" style="width: 100%" maxlength="250" />
+                                       </fieldset>
+                               </div>
+                               
+                               <div class="box-mid box-margmod-top">
+                                       <fieldset>
+                                               <legend>{@"Email"}</legend>
+-                                              <input type="text" name="email" size="25" value="$email" style="width: 100%" />
++                                              <input type="text" name="email_change" size="25" value="$email" style="width: 100%" maxlength="250" />
+                                       </fieldset>
+                                       
+                                       <fieldset>
+                                               <legend>{@"Confirm Email"}</legend>
+-                                              <input type="text" name="email_confirm" size="25" value="$email_confirm" style="width: 100%" />
++                                              <input type="text" name="email_confirm" size="25" value="$email_confirm" style="width: 100%" maxlength="250" />
+                                       </fieldset>
+                               </div>
+                       </div>
+Index: editcomment.tpl
+===================================================================
+--- editcomment.tpl    (.../tags/1.1.3/templates)      (revision 1306)
++++ editcomment.tpl    (.../trunk/templates)   (revision 1306)
+@@ -30,7 +30,7 @@
+       
+       <div class="box-mid" style="text-align: $stylevar[left]">
+               <if condition="$show['hide']"><div><strong<if condition="$comment['hidden']"> style="color: red"</if>>{@"Hidden"}:</strong> <input type="checkbox" name="hidden" value="1"<if condition="$comment['hidden']"> checked="checked"</if> /></div></if>
+-              <textarea name="comment" cols="50" rows="15" style="width: 100%">$comment[comment]</textarea>
++              <textarea name="comment" cols="50" rows="15" class="textarea">$comment[comment]</textarea>
+       </div>
+ </div>
+Index: editattach.tpl
+===================================================================
+--- editattach.tpl     (.../tags/1.1.3/templates)      (revision 1306)
++++ editattach.tpl     (.../trunk/templates)   (revision 1306)
+@@ -25,7 +25,7 @@
+       </div>
+       
+       <div class="box-mid" style="text-align: $stylevar[left]">
+-              <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="$attachment[description]" /></div>
++              <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" maxlength="250" value="$attachment[description]" /></div>
+               <div><strong>{@"Obsolete"}:</strong> <input name="obsolete" type="checkbox" value="1"<if condition="$attachment['obsolete']"> checked="checked"</if> /></div>
+       </div>
+ </div>
+@@ -34,6 +34,7 @@
+ <div id="submitrow">
+       <input name="submit" type="submit" value="  {@"Submit"}  " accesskey="s" />
++      <if condition="$show['delete']"><input name="__delete__" type="submit" value="  {@"Delete"}  " /></if>
+       <input name="reset" type="reset" value="  {@"Reset"}  " accesskey="r" />
+       <script type="text/javascript"> draw_cancel("showreport.php?bugid=$bug[bugid]"); </script>
+ </div>
+Index: showreport.tpl
+===================================================================
+--- showreport.tpl     (.../tags/1.1.3/templates)      (revision 1306)
++++ showreport.tpl     (.../trunk/templates)   (revision 1306)
+@@ -18,7 +18,7 @@
+ <div id="fieldbody">
+       <!-- LEFT COLUMN -->
+-      <div id="leftcol">
++      <div id="$stylevar[left]col">
+       
+               <!-- bug id & hidden -->
+               <fieldset>
+@@ -107,14 +107,14 @@
+       <!-- / LEFT COLUMN -->
+       
+       <!-- RIGHT COLUMN -->
+-      <div id="rightcol">
++      <div id="$stylevar[right]col">
+       
+               <!-- summary -->
+               <fieldset>
+                       <legend>{@"Summary"} $help[summary]</legend>
+                       <div class="field">
+                               <if condition="$show['edit']">
+-                                      <input type="text" name="summary" size="25" value="$bug[summary]" style="width: 100%" />
++                                      <input type="text" name="summary" size="25" value="$bug[summary]" style="width: 100%" maxlength="250" />
+                               <else />
+                                       $bug[summary]
+                               </if>
+@@ -192,11 +192,13 @@
+ <if condition="$show['newreply']">
+ <!-- new reply -->
+-<fieldset>
+-      <legend>{@"New Reply"}<if condition="$show['automations']"> : <a href="explain.php?do=automations">{@"Automation"}</a> <select name="automation">$select[automation]</select></if> $help[newreply]</legend>
+-
+-      <textarea name="comment" cols="50" rows="10" style="width: 100%"></textarea>
+-</fieldset>
++<div style="width: 100%">
++      <fieldset>
++              <legend>{@"New Reply"}<if condition="$show['automations']"> : <a href="explain.php?do=automations">{@"Automation"}</a> <select name="automation">$select[automation]</select></if> $help[newreply]</legend>
++      
++              <textarea name="comment" cols="50" rows="10" class="textarea"></textarea>
++      </fieldset>
++</div>
+ <!-- / new reply -->
+ </if>
+@@ -216,7 +218,7 @@
+       
+       <if condition="$show['attachments']">
+       <!-- attachments -->
+-      <div id="attachments">
++      <div id="attachments" style="float: $stylevar[right]">
+       <fieldset>
+               <legend>{@"Attachments"}<if condition="$show['putattachments']"> : <a href="attachment.php?do=add&amp;bugid=$bug[bugid]">{@"New"}</a></if></legend>
+               
+Index: newattach.tpl
+===================================================================
+--- newattach.tpl      (.../tags/1.1.3/templates)      (revision 1306)
++++ newattach.tpl      (.../trunk/templates)   (revision 1306)
+@@ -28,7 +28,7 @@
+       
+       <div class="box-mid box-margmod-bottom" style="text-align: $stylevar[left]">
+               <div><input name="attachment" type="file" /></div>
+-              <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" /></div>
++              <div><strong>{@"Description"}:</strong> <input name="description" type="text" size="35" value="{$bugsys->in['description']}" maxlength="250" /></div>
+       </div>
+       
+       <if condition="$show['obsoletes']">
+@@ -43,7 +43,7 @@
+       <div class="box-mid" style="text-align: $stylevar[left]">
+               <div><strong>{@"Add Comment"}:</strong>
+                       <div>
+-                              <textarea name="comment" rows="10" cols="50" style="width: 100%">{$bugsys->in['comment']}</textarea>
++                              <textarea name="comment" rows="10" cols="50" class="textarea">{$bugsys->in['comment']}</textarea>
+                       </div>
+               </div>
+       </div>
+Index: showreport_attachment.tpl
+===================================================================
+--- showreport_attachment.tpl  (.../tags/1.1.3/templates)      (revision 1306)
++++ showreport_attachment.tpl  (.../trunk/templates)   (revision 1306)
+@@ -1,8 +1,6 @@
+               <div>
++                      <if condition="$show['editattach']"><span style="float: $stylevar[right]; font-size: 10px">[<a href="attachment.php?do=edit&amp;attachmentid=$attachment[attachmentid]">{@"Edit"}</a>]</span></if>
+                       <strong><a href="viewattachment.php?attachmentid=$attachment[attachmentid]" target="_blank"<if condition="$attachment['obsolete']"> style="text-decoration: line-through"</if> title="<lang 1="$attachment[user]">{@"Posted by %1$s"}</lang>\n($attachment[date])">$attachment[filename]</a></strong>
+-                      <span style="font-size: 10px">
+-                              <if condition="$show['editattach']"><span style="float: right">[<a href="attachment.php?do=edit&amp;attachmentid=$attachment[attachmentid]">{@"Edit"}</a>]</span></if>
+-                              $attachment[description]
+-                      </span>
++                      <span style="font-size: 10px">$attachment[description]</span>
+               </div>
+Index: header.tpl
+===================================================================
+--- header.tpl (.../tags/1.1.3/templates)      (revision 1306)
++++ header.tpl (.../trunk/templates)   (revision 1306)
+@@ -1,4 +1,11 @@
+ <div id="header">
++      <!-- quick search -->
++      <form name="quicksearch" action="showreport.php" method="post" style="float: $stylevar[right]; margin-top: 5px; display: inline">
++      <input type="hidden" name="do" value="quicksearch" />
++      {@"Go to bug ID"} <input type="text" name="bugid" size="5" /> <input type="submit" name="submit" value="  {@"Go"}  " />
++      </form>
++      <!-- / quick search -->
++      
+       <span id="title"><a href="index.php">{$bugsys->options['trackertitle']}</a></span>
+       &nbsp;
+       <img src="templates/images/clock.gif" alt="{@"Current Date and Time"}" />
+@@ -12,7 +19,7 @@
+ </if>
+ <div id="tabbar">
+-      <span style="float: right" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
++      <span style="float: $stylevar[right]" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
+       
+       <a class="tab$focus[index]" href="index.php">{@"Listing"}</a>
+       <if condition="$show['newreport']">
+Index: global.css
+===================================================================
+--- global.css (.../tags/1.1.3/templates)      (revision 1306)
++++ global.css (.../trunk/templates)   (revision 1306)
+@@ -144,6 +144,17 @@
+       display: inline;
+ }
++.textarea
++{
++      width: 100%;
++      
++      margin: 0px;
++      padding: 0px;
++      left: 0px;
++      
++      margin-top: 5px;
++}
++
+ #copyright
+ {
+       text-align: center;
+Index: report.css
+===================================================================
+--- report.css (.../tags/1.1.3/templates)      (revision 1306)
++++ report.css (.../trunk/templates)   (revision 1306)
+@@ -32,8 +32,8 @@
+ #rightcol
+ {
++      float: right;
+       width: 49%;
+-      margin-left: 50%;
+ }
+ /* ################################################################### */
+Index: trackerhome.tpl
+===================================================================
+--- trackerhome.tpl    (.../tags/1.1.3/templates)      (revision 1306)
++++ trackerhome.tpl    (.../trunk/templates)   (revision 1306)
+@@ -15,7 +15,7 @@
+       <td><a href="{$order['summary']['href']}">{@"Summary"}</a> {$order['summary']['image']}/ <a href="{$order['reporter']['href']}">{@"Reporter"}</a> {$order['reporter']['image']}</td>
+       <td><a href="{$order['product']['href']}">{@"Product/Version"}</a> {$order['product']['image']}</td>
+       <td><a href="{$order['status']['href']}">{@"Status"}</a> {$order['status']['image']}/ <a href="{$order['resolution']['href']}">{@"Resolution"}</a> {$order['resolution']['image']}</td>
+-      <td><a href="{$order['priority']['href']}">{@"Priority"}</a> {$order['priority']['image']}</a>/ <a href="{$order['severity']['href']}">{@"Severity"}</a> {$order['severity']['image']}</td>
++      <td><a href="{$order['priority']['href']}">{@"Priority"}</a> {$order['priority']['image']}/ <a href="{$order['severity']['href']}">{@"Severity"}</a> {$order['severity']['image']}</td>
+       <td><a href="{$order['lastpost']['href']}">{@"Last Post"}</a> {$order['lastpost']['image']}</td>
+ </tr>
+ $bugs
index 147ec2655950853199d35dc4779523cf65831a9b..eab54aa76e5e1be2cd04811dd694808fe2b5c6ae 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-14 18:54-0700\n"
+"POT-Creation-Date: 2006-11-23 09:21-0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,7 +48,11 @@ msgstr ""
 msgid "The attachment has been added to the bug."
 msgstr ""
 
-#: attachment.php:221
+#: attachment.php:215
+msgid "The attachment was successfully deleted."
+msgstr ""
+
+#: attachment.php:235
 msgid "The attachment was successfully modified."
 msgstr ""
 
@@ -183,11 +187,11 @@ msgid ""
 "can be added."
 msgstr ""
 
-#: register.php:42 register.php:159
+#: register.php:42 register.php:158
 msgid "Sorry, you are already registered."
 msgstr ""
 
-#: register.php:47 register.php:164
+#: register.php:47 register.php:163
 msgid "Sorry, we don't allow new registrations."
 msgstr ""
 
@@ -199,7 +203,7 @@ msgstr ""
 msgid "The passwords you entered did not match."
 msgstr ""
 
-#: register.php:99 register.php:122 register.php:191
+#: register.php:99 register.php:121 register.php:189
 #, php-format
 msgid "Welcome to %1$s"
 msgstr ""
@@ -219,7 +223,7 @@ msgstr ""
 msgid "You now need to activate your account via email."
 msgstr ""
 
-#: register.php:123 register.php:192
+#: register.php:122 register.php:190
 #, php-format
 msgid ""
 "Hi %1$s,\n"
@@ -230,19 +234,19 @@ msgid ""
 "If you have any questions, please don't hesitate to contact the webmaster."
 msgstr ""
 
-#: register.php:137
+#: register.php:136
 msgid "Your account is pending approval."
 msgstr ""
 
-#: register.php:141
+#: register.php:140
 msgid "Thank you for registering. You may now use your account."
 msgstr ""
 
-#: register.php:203
+#: register.php:201
 msgid "Your account is now activated and you can now login."
 msgstr ""
 
-#: register.php:207
+#: register.php:205
 msgid ""
 "Sorry, we could not match your registration string. Please make sure you "
 "entered the correct URL."
@@ -251,7 +255,7 @@ msgstr ""
 #: search.php:246
 #, php-format
 msgid ""
-"You have to enter some criteria to search for. Node that words less than %1"
+"You have to enter some criteria to search for. Note that words less than %1"
 "$d characters are ignored by the search engine (and some other very common "
 "words, too)."
 msgstr ""
@@ -431,7 +435,7 @@ msgstr ""
 #: admin/automation.php:233 admin/field.php:297 admin/permission.php:216
 #: admin/priority.php:153 admin/resolution.php:153 admin/severity.php:153
 #: admin/status.php:157 admin/user.php:344 admin/usergroup.php:401
-#: templates/showreport_attachment.tpl.xgt.php:4
+#: templates/showreport_attachment.tpl.xgt.php:2
 msgid "Edit"
 msgstr ""
 
@@ -446,7 +450,8 @@ msgstr ""
 #: includes/class_admin_navigation.php:298
 #: includes/class_admin_navigation.php:328
 #: includes/class_admin_navigation.php:374
-#: includes/class_admin_navigation.php:405 templates/showreport.tpl.xgt.php:39
+#: includes/class_admin_navigation.php:405 templates/editattach.tpl.xgt.php:37
+#: templates/showreport.tpl.xgt.php:39
 #: templates/showreport_comment.tpl.xgt.php:16
 msgid "Delete"
 msgstr ""
@@ -567,11 +572,12 @@ msgstr ""
 msgid "Actions"
 msgstr ""
 
-#: admin/global.php:31 includes/class_admin_navigation.php:47
+#: admin/global.php:31 admin/index.php:28
+#: includes/class_admin_navigation.php:47
 msgid "Home"
 msgstr ""
 
-#: admin/global.php:32 templates/header.tpl.xgt.php:33
+#: admin/global.php:32 templates/header.tpl.xgt.php:40
 msgid "Logout"
 msgstr ""
 
@@ -593,7 +599,7 @@ msgstr ""
 msgid "Users &amp; Permissions"
 msgstr ""
 
-#: admin/global.php:45 templates/header.tpl.xgt.php:30
+#: admin/global.php:45 templates/header.tpl.xgt.php:37
 msgid "Administration"
 msgstr ""
 
@@ -621,6 +627,31 @@ msgstr ""
 msgid "Invalid admin session has been terminated."
 msgstr ""
 
+#: admin/index.php:40
+msgid "Update Avaliable"
+msgstr ""
+
+#: admin/index.php:40
+#, php-format
+msgid ""
+"Your installation of Bugdar is out-of-date. You are running version <strong>%"
+"1$s</strong> and the latest version is <strong>%2$s</strong>. You can "
+"download the update at <a href=\"http://www.bluestatic.org\">Blue Static's "
+"website</a>. You are strongly encouraged to apply all updates to fix bugs "
+"and any security issues (if present)."
+msgstr ""
+
+#: admin/index.php:44
+msgid "Up-to-Date"
+msgstr ""
+
+#: admin/index.php:44
+#, php-format
+msgid ""
+"Your installation of Bugdar is up-to-date. You are running version <strong>%1"
+"$s</strong>."
+msgstr ""
+
 #: admin/index.php:52
 msgid "Welcome to the Bugdar Admin Panel"
 msgstr ""
@@ -703,7 +734,7 @@ msgid "New Language"
 msgstr ""
 
 #: admin/language.php:90 admin/language.php:144 admin/language.php:171
-#: admin/product.php:253 admin/product.php:302
+#: admin/product.php:251 admin/product.php:300
 msgid "Title"
 msgstr ""
 
@@ -916,103 +947,104 @@ msgstr ""
 msgid "Priority Manager"
 msgstr ""
 
-#: admin/product.php:46
+#: admin/product.php:44
 #, php-format
 msgid "Edit %1$s"
 msgstr ""
 
-#: admin/product.php:51
+#: admin/product.php:49
 #, php-format
 msgid "Delete %1$s"
 msgstr ""
 
-#: admin/product.php:56
+#: admin/product.php:54
 msgid "Add Component"
 msgstr ""
 
-#: admin/product.php:61 admin/product.php:116
+#: admin/product.php:59 admin/product.php:114
 msgid "Add Version"
 msgstr ""
 
-#: admin/product.php:70 templates/quicksearch.tpl.xgt.php:25
+#: admin/product.php:68 templates/header.tpl.xgt.php:5
+#: templates/quicksearch.tpl.xgt.php:25
 msgid "Go"
 msgstr ""
 
-#: admin/product.php:97
+#: admin/product.php:95
 msgid ""
 "Are you sure you want to delete this version? Doing so will do "
 "<strong>delete all the bugs with this version</strong>."
 msgstr ""
 
-#: admin/product.php:134 includes/class_admin_navigation.php:128
+#: admin/product.php:132 includes/class_admin_navigation.php:128
 msgid "Add New Version"
 msgstr ""
 
-#: admin/product.php:135 admin/product.php:175
+#: admin/product.php:133 admin/product.php:173
 msgid ""
 "Version Number<div><dfn>This is the version string for this product.</dfn></"
 "div>"
 msgstr ""
 
-#: admin/product.php:136 admin/product.php:176
+#: admin/product.php:134 admin/product.php:174
 msgid ""
 "Display Order<div><dfn>The order in which the versions are displayed.</dfn></"
 "div>"
 msgstr ""
 
-#: admin/product.php:150
+#: admin/product.php:148
 msgid "Please fill in a version number."
 msgstr ""
 
-#: admin/product.php:163
+#: admin/product.php:161
 msgid "Edit Version"
 msgstr ""
 
-#: admin/product.php:174
+#: admin/product.php:172
 #, php-format
 msgid "Edit Version - %1$s"
 msgstr ""
 
-#: admin/product.php:208
+#: admin/product.php:206
 msgid ""
 "Are you sure you want to delete this product and all of it's versions and "
 "components <strong>and any bugs that have been assigned those products or "
 "components</strong>?"
 msgstr ""
 
-#: admin/product.php:217 admin/product.php:269
+#: admin/product.php:215 admin/product.php:267
 msgid "Please go back and fill in the title field."
 msgstr ""
 
-#: admin/product.php:247 includes/class_admin_navigation.php:110
+#: admin/product.php:245 includes/class_admin_navigation.php:110
 msgid "Add New Product"
 msgstr ""
 
-#: admin/product.php:252
+#: admin/product.php:250
 msgid "Add Product"
 msgstr ""
 
-#: admin/product.php:254 admin/product.php:303
+#: admin/product.php:252 admin/product.php:301
 msgid "Description<div><dfn>A short description of this product.</dfn></div>"
 msgstr ""
 
-#: admin/product.php:255 admin/product.php:304
+#: admin/product.php:253 admin/product.php:302
 msgid ""
 "Display Order<div><dfn>The order in which the products are displayed.</dfn></"
 "div>"
 msgstr ""
 
-#: admin/product.php:290 includes/class_admin_navigation.php:126
+#: admin/product.php:288 includes/class_admin_navigation.php:126
 #: includes/class_admin_navigation.php:127
 msgid "Edit Product"
 msgstr ""
 
-#: admin/product.php:301
+#: admin/product.php:299
 #, php-format
 msgid "Edit Product - %1$s"
 msgstr ""
 
-#: admin/product.php:341
+#: admin/product.php:339
 msgid "Products and Versions"
 msgstr ""
 
@@ -1428,6 +1460,202 @@ msgstr ""
 msgid "Edit User Help"
 msgstr ""
 
+#: framework/api.php:282
+#, php-format
+msgid "Validation of %1$s failed"
+msgstr ""
+
+#: framework/api.php:393
+msgid "No records were returned"
+msgstr ""
+
+#: framework/api.php:523
+#, php-format
+msgid "Required field %1$s was not set"
+msgstr ""
+
+#: framework/api.php:632
+#, php-format
+msgid "The field \"%1$s\" cannot be zero"
+msgstr ""
+
+#: framework/api.php:648
+#, php-format
+msgid "The field \"%1$s\" cannot be empty"
+msgstr ""
+
+#: framework/date.php:178
+msgid "(GMT - 12:00) Enitwetok, Kwajalien"
+msgstr ""
+
+#: framework/date.php:179
+msgid "(GMT - 11:00) Midway Island, Samoa"
+msgstr ""
+
+#: framework/date.php:180
+msgid "(GMT - 10:00) Hawaii"
+msgstr ""
+
+#: framework/date.php:181
+msgid "(GMT - 9:00) Alaska"
+msgstr ""
+
+#: framework/date.php:182
+msgid "(GMT - 8:00) Pacific Time (US &amp; Canada)"
+msgstr ""
+
+#: framework/date.php:183
+msgid "(GMT - 7:00) Mountain Time (US &amp; Canada)"
+msgstr ""
+
+#: framework/date.php:184
+msgid "(GMT - 6:00) Central Time (US &amp; Canada)"
+msgstr ""
+
+#: framework/date.php:185
+msgid "(GMT - 5:00) Eastern Time (US &amp; Canada)"
+msgstr ""
+
+#: framework/date.php:186
+msgid "(GMT - 4:00) Atlantic Time (Canada)"
+msgstr ""
+
+#: framework/date.php:187
+msgid "(GMT - 3:30) Newfoundland"
+msgstr ""
+
+#: framework/date.php:188
+msgid "(GMT - 3:00)  Brazil, Buenos Aires, Georgetown"
+msgstr ""
+
+#: framework/date.php:189
+msgid "(GMT - 2:00) Mid-Atlantic, St. Helena"
+msgstr ""
+
+#: framework/date.php:190
+msgid "(GMT - 1:00) Azores, Cape Verde Islands"
+msgstr ""
+
+#: framework/date.php:191
+msgid "(GMT) London, Dublin, Casablanca"
+msgstr ""
+
+#: framework/date.php:192
+msgid "(GMT + 1:00) Berlin, Madrid, Paris"
+msgstr ""
+
+#: framework/date.php:193
+msgid "(GMT + 2:00) Kaliningrad, South Africa, Warsaws"
+msgstr ""
+
+#: framework/date.php:194
+msgid "(GMT + 3:00) Baghdad, Moscow, Nairobi"
+msgstr ""
+
+#: framework/date.php:195
+msgid "(GMT + 3:30) Tehran"
+msgstr ""
+
+#: framework/date.php:196
+msgid "(GMT + 4:00) Abu Dhabi, Tbilisi, Muscat"
+msgstr ""
+
+#: framework/date.php:197
+msgid "(GMT + 4:30) Kabul"
+msgstr ""
+
+#: framework/date.php:198
+msgid "(GMT + 5:00) Ekaterinburg, Islamabad, Tashkent"
+msgstr ""
+
+#: framework/date.php:199
+msgid "(GMT + 5:30) Calcutta, Madras, New Delhi"
+msgstr ""
+
+#: framework/date.php:200
+msgid "(GMT + 6:00) Almaty, Colomba, Dhakra"
+msgstr ""
+
+#: framework/date.php:201
+msgid "(GMT + 7:00) Bangkok, Hanoi, Jakarta"
+msgstr ""
+
+#: framework/date.php:202
+msgid "(GMT + 8:00) Beijing, Hong Kong, Singapore"
+msgstr ""
+
+#: framework/date.php:203
+msgid "(GMT + 9:00) Seoul, Tokyo, Yakutsk"
+msgstr ""
+
+#: framework/date.php:204
+msgid "(GMT + 9:30) Adelaide, Darwin"
+msgstr ""
+
+#: framework/date.php:205
+msgid "(GMT + 10:00) Guam, Papua New Guinea, Sydney"
+msgstr ""
+
+#: framework/date.php:206
+msgid "(GMT + 11:00) Magadan, New Caledonia, Solomon Islands"
+msgstr ""
+
+#: framework/date.php:207
+msgid "(GMT + 12:00) Auckland, Wellington, Fiji"
+msgstr ""
+
+#: framework/printer_css.php:219
+msgid "Standard CSS Attributes"
+msgstr ""
+
+#: framework/printer_css.php:220
+msgid "Extra CSS Attributes"
+msgstr ""
+
+#: framework/printer_css.php:222
+msgid "Normal CSS Links"
+msgstr ""
+
+#: framework/printer_css.php:223
+msgid "Visited CSS Links"
+msgstr ""
+
+#: framework/printer_css.php:224
+msgid "Hover CSS Links"
+msgstr ""
+
+#: framework/printer_css.php:226
+msgid "Background"
+msgstr ""
+
+#: framework/printer_css.php:227
+msgid "Font Color"
+msgstr ""
+
+#: framework/printer_css.php:228
+msgid "Font Style"
+msgstr ""
+
+#: framework/printer_css.php:229
+msgid "Font Size"
+msgstr ""
+
+#: framework/printer_css.php:230
+msgid "Font Family"
+msgstr ""
+
+#: framework/printer_css.php:232
+msgid "Text Decoration"
+msgstr ""
+
+#: framework/printer_css.php:234
+msgid "CSS Selector"
+msgstr ""
+
+#: framework/printer_css.php:235
+msgid "Save CSS"
+msgstr ""
+
 #: includes/api_automation.php:107
 msgid ""
 "Invalid array type passed. The fieldchaneges array must be a two-dimensional "
@@ -1589,49 +1817,49 @@ msgid ""
 "error, please contact an administrator."
 msgstr ""
 
-#: includes/class_notification.php:291
+#: includes/class_notification.php:294
 #, php-format
 msgid "You are no longer assigned to this bug, per %1$s's changes."
 msgstr ""
 
-#: includes/class_notification.php:311
+#: includes/class_notification.php:314
 #, php-format
 msgid "You have been assigned to this bug by %1$s."
 msgstr ""
 
-#: includes/class_notification.php:333
+#: includes/class_notification.php:336
 #, php-format
 msgid "The status of the bug is now \"%2$s\", from \"%1$s\"."
 msgstr ""
 
-#: includes/class_notification.php:356
+#: includes/class_notification.php:359
 #, php-format
 msgid "This bug has been resolved with resolution \"%2$s\", from \"%1$s\"."
 msgstr ""
 
-#: includes/class_notification.php:379
+#: includes/class_notification.php:382
 #, php-format
 msgid "The duplicates list has changed from \"%1$s\" to %2$s\"."
 msgstr ""
 
-#: includes/class_notification.php:402
+#: includes/class_notification.php:405
 #, php-format
 msgid "The severity has been elevated from \"%1$s\" to \"%2$s\"."
 msgstr ""
 
-#: includes/class_notification.php:425
+#: includes/class_notification.php:428
 #, php-format
 msgid "The priority has been elevatd from \"%1$s\" to \"%2$s\"."
 msgstr ""
 
-#: includes/class_notification.php:450
+#: includes/class_notification.php:453
 #, php-format
 msgid ""
 "The product, component, and version combination has changed from \"%1$s\" to "
 "\"%2$s\"."
 msgstr ""
 
-#: includes/class_notification.php:473
+#: includes/class_notification.php:476
 #, php-format
 msgid ""
 "The following comment was added by %1$s on %2$s:\n"
@@ -1640,12 +1868,12 @@ msgid ""
 "============================================"
 msgstr ""
 
-#: includes/class_notification.php:501
+#: includes/class_notification.php:504
 #, php-format
 msgid "The %1$s field changed from \"%2$s\" to \"%3$s\"."
 msgstr ""
 
-#: includes/class_notification.php:527
+#: includes/class_notification.php:530
 #, php-format
 msgid ""
 "%1$s has uploaded a new attachment:\n"
@@ -1658,7 +1886,7 @@ msgid ""
 "============================================"
 msgstr ""
 
-#: includes/class_notification.php:572
+#: includes/class_notification.php:575
 #, php-format
 msgid ""
 "\n"
@@ -1675,12 +1903,12 @@ msgid ""
 "============================================"
 msgstr ""
 
-#: includes/class_notification.php:644
+#: includes/class_notification.php:647
 #, php-format
 msgid "%1$s Bug Notification - %2$s"
 msgstr ""
 
-#: includes/class_notification.php:661
+#: includes/class_notification.php:662
 #, php-format
 msgid ""
 "Hi %1$s,\n"
@@ -1738,7 +1966,7 @@ msgstr ""
 msgid "%1$s does not match the specified format"
 msgstr ""
 
-#: includes/init.php:165
+#: includes/init.php:164
 msgid "Bugdar Notification"
 msgstr ""
 
@@ -1827,94 +2055,104 @@ msgid ""
 msgstr ""
 
 #: includes/settings.php:51
-msgid "Default Language"
+msgid "Default Time Zone"
 msgstr ""
 
 #: includes/settings.php:51
 msgid ""
-"You can set the default language that all new users (and guests) will use."
+"This controls the time zone that all unregistered users view the tracker "
+"with."
 msgstr ""
 
 #: includes/settings.php:52
-msgid "Number of Syndicated Items"
+msgid "Default Language"
 msgstr ""
 
 #: includes/settings.php:52
 msgid ""
+"You can set the default language that all new users (and guests) will use."
+msgstr ""
+
+#: includes/settings.php:53
+msgid "Number of Syndicated Items"
+msgstr ""
+
+#: includes/settings.php:53
+msgid ""
 "The number of bugs to be syndicated at any one time by the Atom XML feed."
 msgstr ""
 
-#: includes/settings.php:56
+#: includes/settings.php:57
 msgid "Bug Reporting Options"
 msgstr ""
 
-#: includes/settings.php:58
+#: includes/settings.php:59
 msgid "Allow HTML in Bug Reports"
 msgstr ""
 
-#: includes/settings.php:58
+#: includes/settings.php:59
 msgid ""
 "Set this to <em>yes</em> if you want to allow users to post raw HTML in "
 "their bug reports. This is <strong>very</strong> dangerous and it is not "
 "recommended."
 msgstr ""
 
-#: includes/settings.php:59
+#: includes/settings.php:60
 msgid "Default Severity"
 msgstr ""
 
-#: includes/settings.php:59
+#: includes/settings.php:60
 msgid "The default severity that is selected when creating a new bug report."
 msgstr ""
 
-#: includes/settings.php:60
+#: includes/settings.php:61
 msgid "Default Priority"
 msgstr ""
 
-#: includes/settings.php:60
+#: includes/settings.php:61
 msgid ""
 "The default priority that will be selected when creating a new bug report. "
 "Depending on your permission setup, the user may not be able to set this in "
 "a new report so this will act as the value."
 msgstr ""
 
-#: includes/settings.php:61
+#: includes/settings.php:62
 msgid "Default Status"
 msgstr ""
 
-#: includes/settings.php:61
+#: includes/settings.php:62
 msgid ""
 "The default default that is selected when creating a new bug report. If a "
 "user can not assign a status, this will be the one inserted into the "
 "database."
 msgstr ""
 
-#: includes/settings.php:62
+#: includes/settings.php:63
 msgid "Default Resolution"
 msgstr ""
 
-#: includes/settings.php:62
+#: includes/settings.php:63
 msgid ""
 "This is the default bug resolution. If a user is not able to change this "
 "field, setting this will act as the default value."
 msgstr ""
 
-#: includes/settings.php:63
+#: includes/settings.php:64
 msgid "Default Bug Assignment"
 msgstr ""
 
-#: includes/settings.php:63
+#: includes/settings.php:64
 msgid ""
 "This is the default developer new bugs will be assigned to. If a user does "
 "not have permisssion to assign bugs, this will be the default. If you don't "
 "want any default assignment, leave this as <em>Not Selected</em>."
 msgstr ""
 
-#: includes/settings.php:64
+#: includes/settings.php:65
 msgid "Default Comment Text"
 msgstr ""
 
-#: includes/settings.php:64
+#: includes/settings.php:65
 msgid ""
 "If you wish to set a template for entering the initial comment of a bug "
 "report, then you may specify this here. However, the template will only take "
@@ -1922,85 +2160,85 @@ msgid ""
 "the user as there is no way to validate it."
 msgstr ""
 
-#: includes/settings.php:68
+#: includes/settings.php:69
 msgid "Bug Listing Display Options"
 msgstr ""
 
-#: includes/settings.php:70
+#: includes/settings.php:71
 msgid "Hide Statuses on Bug Listings"
 msgstr ""
 
-#: includes/settings.php:70
+#: includes/settings.php:71
 msgid ""
 "Here you can specify which statuses to hide on the bug list displays. Users "
 "have options in their controls to change this from these values, and this "
 "does not affect searches or the favorites list."
 msgstr ""
 
-#: includes/settings.php:71
+#: includes/settings.php:72
 msgid "Default Sort Column"
 msgstr ""
 
-#: includes/settings.php:71
+#: includes/settings.php:72
 msgid ""
 "Select the column to sort bugs by on listings. This is only a default "
 "setting which users can override in their preferences."
 msgstr ""
 
-#: includes/settings.php:72
+#: includes/settings.php:73
 msgid "Default Sort Direction"
 msgstr ""
 
-#: includes/settings.php:72
+#: includes/settings.php:73
 msgid ""
 "Specify the default direction to sort bugs in the selected column. This "
 "works with and follows the same rules as the Sort Column."
 msgstr ""
 
-#: includes/settings.php:76
+#: includes/settings.php:77
 msgid "Pagination Options"
 msgstr ""
 
-#: includes/settings.php:78
+#: includes/settings.php:79
 msgid "Default Per-Page Amount"
 msgstr ""
 
-#: includes/settings.php:78
+#: includes/settings.php:79
 msgid ""
 "The number of items (e.g. bugs) to be displayed on a page by default. The "
 "user will have the option of over-riding these values."
 msgstr ""
 
-#: includes/settings.php:79
+#: includes/settings.php:80
 msgid "Maximum Per-Page Value"
 msgstr ""
 
-#: includes/settings.php:79
+#: includes/settings.php:80
 msgid ""
 "To prevent your server from experiencing load problems, set the maximum per "
 "page limit. Specifying a value here will make sure any user-entered value "
 "will not be higher than this, preventing server load problems."
 msgstr ""
 
-#: includes/settings.php:80
+#: includes/settings.php:81
 msgid "Number of Page Links"
 msgstr ""
 
-#: includes/settings.php:80
+#: includes/settings.php:81
 msgid ""
 "The number of pages that will appear in the page navigation system on either "
 "side of the current page. Set this to 0 to display all pages."
 msgstr ""
 
-#: includes/settings.php:84
+#: includes/settings.php:85
 msgid "Untouchables"
 msgstr ""
 
-#: includes/settings.php:86
+#: includes/settings.php:87
 msgid "Tracker Version Number"
 msgstr ""
 
-#: includes/settings.php:86
+#: includes/settings.php:87
 msgid "Do not touch this!"
 msgstr ""
 
@@ -2021,7 +2259,7 @@ msgstr ""
 msgid "Submit"
 msgstr ""
 
-#: templates/editattach.tpl.xgt.php:37 templates/login.tpl.xgt.php:31
+#: templates/editattach.tpl.xgt.php:38 templates/login.tpl.xgt.php:31
 #: templates/newattach.tpl.xgt.php:57 templates/register.tpl.xgt.php:39
 #: templates/userctrl.tpl.xgt.php:216
 msgid "Reset"
@@ -2043,7 +2281,7 @@ msgid "Save Changes"
 msgstr ""
 
 #: templates/editcomment.tpl.xgt.php:41 templates/newreport.tpl.xgt.php:121
-#: templates/search.tpl.xgt.php:168 templates/showreport.tpl.xgt.php:206
+#: templates/search.tpl.xgt.php:168 templates/showreport.tpl.xgt.php:208
 msgid "Reset Fields"
 msgstr ""
 
@@ -2103,11 +2341,15 @@ msgstr ""
 msgid "Copyright"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:4
+#: templates/header.tpl.xgt.php:5 templates/quicksearch.tpl.xgt.php:25
+msgid "Go to bug ID"
+msgstr ""
+
+#: templates/header.tpl.xgt.php:11
 msgid "Current Date and Time"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:10
+#: templates/header.tpl.xgt.php:17
 msgid ""
 "Hello, guest. We have noticed that you are not registered at this bug "
 "tracker. Your experience will be grealy enhanced if you log in. To do so, "
@@ -2116,39 +2358,39 @@ msgid ""
 "at the <a href=\"login.php\">Login</a> tab."
 msgstr ""
 
-#: templates/header.tpl.xgt.php:15
+#: templates/header.tpl.xgt.php:22
 msgid "Syndicate"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:17
+#: templates/header.tpl.xgt.php:24
 msgid "Listing"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:19
+#: templates/header.tpl.xgt.php:26
 msgid "New Bug"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:21
+#: templates/header.tpl.xgt.php:28
 msgid "Bug Display"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:23 templates/search.tpl.xgt.php:7
+#: templates/header.tpl.xgt.php:30 templates/search.tpl.xgt.php:7
 msgid "Search"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:26
+#: templates/header.tpl.xgt.php:33
 msgid "My Favorites"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:28
+#: templates/header.tpl.xgt.php:35
 msgid "My Controls"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:28
+#: templates/header.tpl.xgt.php:35
 msgid "Login/Register"
 msgstr ""
 
-#: templates/header.tpl.xgt.php:33
+#: templates/header.tpl.xgt.php:40
 msgid "Are you sure you want to log out?"
 msgstr ""
 
@@ -2250,10 +2492,6 @@ msgstr ""
 msgid "Quick Search"
 msgstr ""
 
-#: templates/quicksearch.tpl.xgt.php:25
-msgid "Go to bug ID"
-msgstr ""
-
 #: templates/register.tpl.xgt.php:6 templates/register.tpl.xgt.php:25
 #: templates/register.tpl.xgt.php:38
 msgid "Register"
@@ -2399,55 +2637,55 @@ msgstr ""
 msgid "Dependencies"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:196
+#: templates/showreport.tpl.xgt.php:197
 msgid "New Reply"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:196
+#: templates/showreport.tpl.xgt.php:197
 msgid "Automation"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:205
+#: templates/showreport.tpl.xgt.php:207
 msgid "Commit Changes"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:221
+#: templates/showreport.tpl.xgt.php:223
 msgid "Attachments"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:221
+#: templates/showreport.tpl.xgt.php:223
 msgid "New"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:232
+#: templates/showreport.tpl.xgt.php:234
 msgid "Votes"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:234
+#: templates/showreport.tpl.xgt.php:236
 msgid "For"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:235
+#: templates/showreport.tpl.xgt.php:237
 msgid "Against"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:236
+#: templates/showreport.tpl.xgt.php:238
 msgid "Total"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:245
+#: templates/showreport.tpl.xgt.php:247
 msgid "Your Vote"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:250
+#: templates/showreport.tpl.xgt.php:252
 msgid "Vote For (+1)"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:251
+#: templates/showreport.tpl.xgt.php:253
 msgid "Vote Against (-1)"
 msgstr ""
 
-#: templates/showreport.tpl.xgt.php:253
+#: templates/showreport.tpl.xgt.php:255
 msgid "Vote"
 msgstr ""