[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.6-34-g1ba2619

Alex Vandiver alexmv at bestpractical.com
Tue Aug 5 15:24:02 EDT 2014


The branch, 4.2-trunk has been updated
       via  1ba261968fc34c61c4e6a1d03757a8d17ef6664a (commit)
       via  98a1b0db86ea08261666bcd17256542ada48c8ff (commit)
      from  484b1bff85c92addacbec50f66587ab38d2fff16 (commit)

Summary of changes:
 share/html/Admin/Elements/Portal              |   2 +-
 share/html/Admin/Users/Keys.html              |   4 +-
 share/html/Articles/Elements/NeedsSetup       |   2 +-
 share/html/Ticket/Elements/ClickToShowHistory |   2 +-
 share/html/Ticket/Elements/DelayShowHistory   |   2 +-
 share/po/ar.po                                | 172 ++++++++++++++------------
 share/po/bg.po                                | 172 ++++++++++++++------------
 share/po/ca.po                                | 172 ++++++++++++++------------
 share/po/cs.po                                | 172 ++++++++++++++------------
 share/po/da.po                                | 172 ++++++++++++++------------
 share/po/de.po                                | 172 ++++++++++++++------------
 share/po/el.po                                | 172 ++++++++++++++------------
 share/po/es.po                                | 172 ++++++++++++++------------
 share/po/et.po                                | 172 ++++++++++++++------------
 share/po/eu.po                                | 172 ++++++++++++++------------
 share/po/fa.po                                | 172 ++++++++++++++------------
 share/po/fi.po                                | 172 ++++++++++++++------------
 share/po/fr.po                                | 172 ++++++++++++++------------
 share/po/hr.po                                | 172 ++++++++++++++------------
 share/po/hu.po                                | 172 ++++++++++++++------------
 share/po/id.po                                | 172 ++++++++++++++------------
 share/po/is.po                                | 172 ++++++++++++++------------
 share/po/it.po                                | 172 ++++++++++++++------------
 share/po/ja.po                                | 172 ++++++++++++++------------
 share/po/lt.po                                | 172 ++++++++++++++------------
 share/po/lv.po                                | 172 ++++++++++++++------------
 share/po/nb.po                                | 172 ++++++++++++++------------
 share/po/nl.po                                | 172 ++++++++++++++------------
 share/po/nn.po                                | 172 ++++++++++++++------------
 share/po/oc.po                                | 172 ++++++++++++++------------
 share/po/pl.po                                | 172 ++++++++++++++------------
 share/po/pt.po                                | 172 ++++++++++++++------------
 share/po/pt_BR.po                             | 172 ++++++++++++++------------
 share/po/pt_PT.po                             | 172 ++++++++++++++------------
 share/po/rt.pot                               | 172 ++++++++++++++------------
 share/po/ru.po                                | 172 ++++++++++++++------------
 share/po/sk.po                                | 172 ++++++++++++++------------
 share/po/sl.po                                | 172 ++++++++++++++------------
 share/po/sr.po                                | 172 ++++++++++++++------------
 share/po/sv.po                                | 172 ++++++++++++++------------
 share/po/tr.po                                | 172 ++++++++++++++------------
 share/po/zh_CN.po                             | 172 ++++++++++++++------------
 share/po/zh_TW.po                             | 172 ++++++++++++++------------
 43 files changed, 3540 insertions(+), 3008 deletions(-)

- Log -----------------------------------------------------------------
commit 98a1b0db86ea08261666bcd17256542ada48c8ff
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Aug 5 15:10:43 2014 -0400

    Add missing loc() calls to titleboxes which were missing them

diff --git a/share/html/Admin/Elements/Portal b/share/html/Admin/Elements/Portal
index b0b41f2..7be4f37 100644
--- a/share/html/Admin/Elements/Portal
+++ b/share/html/Admin/Elements/Portal
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <div id="rt-portal">
-<&| /Widgets/TitleBox, title => 'RT Portal' &>
+<&| /Widgets/TitleBox, title => loc('RT Portal') &>
 <iframe src="https://bestpractical.com/rt/integration/news?utm_source=rt&utm_medium=iframe&utm_campaign=<%$RT::VERSION%>"></iframe>
 </&>
 </div>
diff --git a/share/html/Admin/Users/Keys.html b/share/html/Admin/Users/Keys.html
index bf99303..d2203a0 100644
--- a/share/html/Admin/Users/Keys.html
+++ b/share/html/Admin/Users/Keys.html
@@ -60,7 +60,7 @@
 <input type="hidden" class="hidden" name="id" value="<% $UserObj->Id %>" />
 
 % if (RT::Crypt->UseForOutgoing eq 'GnuPG') {
-<&|/Widgets/TitleBox, title => 'GnuPG private key'&>
+<&|/Widgets/TitleBox, title => loc('GnuPG private key') &>
 <& /Widgets/Form/Select,
     Name         => 'PrivateKey',
     Description  => loc('Private Key'),
@@ -72,7 +72,7 @@
 % }
 
 % if (RT::Crypt->UseForOutgoing eq 'SMIME') {
-<&|/Widgets/TitleBox, title => 'SMIME Certificate' &>
+<&|/Widgets/TitleBox, title => loc('SMIME Certificate') &>
 <textarea name="SMIMECertificate"><% $UserObj->SMIMECertificate || '' %></textarea>
 </&>
 % }
diff --git a/share/html/Articles/Elements/NeedsSetup b/share/html/Articles/Elements/NeedsSetup
index edaf043..a4b752f 100644
--- a/share/html/Articles/Elements/NeedsSetup
+++ b/share/html/Articles/Elements/NeedsSetup
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 %# Stupidly long lines because our extract-message-catalog doesn't handle multiple lines!
-<&|/Widgets/TitleBox, id => "articles-needs-setup", class => "error-titlebox", title => "Setup needed" &>
+<&|/Widgets/TitleBox, id => "articles-needs-setup", class => "error-titlebox", title => loc("Setup needed") &>
 <p><&|/l_unsafe, qq[<a href="@{[RT->Config->Get("WebPath")]}/Admin/Articles/">], '</a>' &>Before Articles can be used, your RT administrator must [_1]create Classes[_2], apply Article custom fields to them, and grant users rights on the classes and CFs.</&></p>
 <p><&|/l_unsafe, qq[<a href="http://bestpractical.com/rt/docs/$RT::MAJOR_VERSION.$RT::MINOR_VERSION/customizing/articles_introduction.html">], qq[<a href="http://bestpractical.com/rt/docs/$RT::MAJOR_VERSION.$RT::MINOR_VERSION/">], '</a>' &>An [_1]introduction to getting started with articles[_3] is available from [_2]Best Practical's online documentation[_3].</&></p>
 </&>
diff --git a/share/html/Ticket/Elements/ClickToShowHistory b/share/html/Ticket/Elements/ClickToShowHistory
index 859bdc8..c8ae86e 100644
--- a/share/html/Ticket/Elements/ClickToShowHistory
+++ b/share/html/Ticket/Elements/ClickToShowHistory
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <div id="deferred_ticket_history">
-    <& /Widgets/TitleBoxStart, title => 'History' &>
+    <& /Widgets/TitleBoxStart, title => loc('History') &>
         <a href="<% $display %>" onclick="jQuery('#deferred_ticket_history').text(<% loc('Loading...') |n,j%>).load(<% $url |n,j %>); return false;" ><% loc('Show ticket history') %></a>
     <& /Widgets/TitleBoxEnd &>
 </div>
diff --git a/share/html/Ticket/Elements/DelayShowHistory b/share/html/Ticket/Elements/DelayShowHistory
index 6397526..54a5d1c 100644
--- a/share/html/Ticket/Elements/DelayShowHistory
+++ b/share/html/Ticket/Elements/DelayShowHistory
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <div id="delayed_ticket_history">
-    <& /Widgets/TitleBoxStart, title => 'History' &>
+    <& /Widgets/TitleBoxStart, title => loc('History') &>
         <&|/l&>Loading...</&>
     <& /Widgets/TitleBoxEnd &>
 </div>

commit 1ba261968fc34c61c4e6a1d03757a8d17ef6664a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Aug 5 15:22:56 2014 -0400

    Regenerate PO files for new locstrings

diff --git a/share/po/ar.po b/share/po/ar.po
index 804c230..bc78d27 100644
--- a/share/po/ar.po
+++ b/share/po/ar.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (من اللوحة %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - معامل لتمريره إلى %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - أخرج تحديثات الحالة إلى STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - حدد ما إذا كنت تريد استخدام  'أول' أو  'آخر' أو 'كلّ' العمليات"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - حدد الاسم أو الرقم الفريد للقالب/القوالب المراد استخدامها"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - حدّد وحدة الفعل المراد استخدامها"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - حدّد قائمة بالفاصلات لأنواع العمليات  المراد استخدامها"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - حدّد وحدة الشرط المراد استخدامها"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - حدّد وحدة البحث المراد استخدامها"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 طلبات لي ذات الأولوية الأعلى"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 أداة تؤدي عملا على الطلبات بأداة جدولة مهام خارجية مثل cron"
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "إحسب"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "إحسب قيم"
 
@@ -1432,7 +1432,7 @@ msgstr ""
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "لا يمكن ربط الطلب إلى ذاته"
 msgid "Can't link to a deleted ticket"
 msgstr "لا يمكن إنشاء وصلة لطلب ممسوح"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "ملاحظات (لا تُرسَل إلى الطالب)"
 msgid "Comments about this user"
 msgstr "تعليقات حول هذا المستخدم"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "تم إضافة التعليقات"
 
@@ -1734,7 +1734,7 @@ msgstr "عنوان الردود"
 msgid "Correspondence"
 msgstr "الردود"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "تم إضافة رد"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "تعذر تغيير المالك: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "تعذّر تحديث لوحة القراءات: %1"
 msgid "Dashboard updated"
 msgstr "تم تحديث لوحة القراءات"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "لوحة القراءات"
 
@@ -2560,7 +2560,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "احذف"
 
@@ -2586,7 +2586,7 @@ msgstr "فشل الحذف: %1"
 msgid "Delete group dashboards"
 msgstr "احذف لوحات قراءات مجموعة مستخدمين"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "الطلبات المُصعَّدة"
 
@@ -3148,7 +3148,7 @@ msgstr "الوقت المتوقع"
 msgid "Everyone"
 msgstr ""
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr ""
 
@@ -3222,8 +3222,8 @@ msgstr "فشل تحميل %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "فشل تحميل %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3333,7 +3333,7 @@ msgstr ""
 msgid "Find tickets"
 msgstr "ابحث في الطلبات"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "انطلق"
@@ -3558,7 +3561,7 @@ msgstr "صلاحيات المجموعات"
 msgid "Group already has member: %1"
 msgstr "المجموعة تضم بالفعل المستخدم: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "اسم المجموعة '%1' مستخدم بالفعل"
 msgid "Group not found"
 msgstr "المجموعة غير موجودة"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "التأريخ"
 
@@ -3771,7 +3774,7 @@ msgstr "إن رُفِضَت الموافقة فارفض الأصل و ألغِ 
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "من المحبّذ أن تنشئ مستخدم يونكس غبر ذي صلاحيات و بعضوية المجموعات المطلوبة و النفاذية إلى RT لكي تشغِّل هذه الأداة."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4646,7 +4649,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "تم تسجيل الرسالة"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "موافقاتي"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "لوحات قراءاتي"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "تنبيهاتي"
@@ -5045,11 +5054,11 @@ msgstr "تنبيهاتي"
 msgid "My saved searches"
 msgstr "بحوثي المحفوظة"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "تنبيه جديد:"
 msgid "New ticket"
 msgstr "طلب جديد"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr ""
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "رُفض التّصريح"
 
@@ -5902,7 +5911,7 @@ msgstr "رُفض التّصريح"
 msgid "Phone numbers"
 msgstr ""
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "بحث سريع"
 msgid "Quick ticket creation"
 msgstr "إنشاء سريع لطلب"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "قم بتحديث الصفحة كل %1 دقيقة"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "ارفض"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr ""
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "حلّها"
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr "عدد الصفوف في الصفحة"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "أمن"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "الإعدادات"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "علّقها"
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "الشكل"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "لهذا الطلب متطلبات غير محلولة"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "ذلك المستخدم لا يمكنه تملك طلبات في هذا الطابور"
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "الأمر التالي سيجد كل الطلبات الفاعلة في الطابور العمومي و يعيّن لها درجة الأولوية 99 إن كان أجلها قد فات:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr "تحديث"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "يمكنك <a href=\"%1\">تحرير لوحة القراءات هذه</a> و <a href=\"%2\">اشتراكك</a> فيها في نظام متابعة الطلبات RT"
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr "و قبل"
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "اغلِقَت"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr "خلال يوم"
 msgid "one"
 msgstr "واحد"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "مفتوحة"
 
@@ -9501,7 +9515,7 @@ msgstr "دائرة مقسّمة"
 msgid "plugin returned empty list"
 msgstr "الملحق يرجع قائمة فارغة"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr "عنصورة"
 
diff --git a/share/po/bg.po b/share/po/bg.po
index 24d19ad..9534c00 100644
--- a/share/po/bg.po
+++ b/share/po/bg.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (от панел %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Регулирайте LogToSTDERR опция в конфигурацията"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Аргумент, който се подава на %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Извеждане на обновления по състоянието на STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Укажете, ако желаете да използвате 'първата', 'последната' или 'всички' транзакции"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Укажете име или id на шаблон(и), който искате да използвате"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Укажете модулът за действие, който искате да използвате"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Укажете списък, разделен по запетаи, от типове транзакции, които искате да използвате"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Укажете модулът за условия, който искате да използвате"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Укажете модулът за търсене, който искате да използвате"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 билета с най-висок приоритет, които притежавам"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 е инструмент за действия над билети от външен инструмент за планиране, като cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Не може да се добави стойност за персон
 msgid "Can't find a saved search to work with"
 msgstr "Не беше открито съхранено търсене за работа"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Не може билет да бъде свързан със себе с
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Коментари (не се изпращат на заявителит
 msgid "Comments about this user"
 msgstr "Коментари за този потребител"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Коментарите добавени"
 
@@ -1734,7 +1734,7 @@ msgstr "Адрес за кореспонденция"
 msgid "Correspondence"
 msgstr "Кореспонденция"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Кореспонденция добавена"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Не може да бъде добавена нова стойност за персонализирано поле: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Не може да се смени собственикът: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Не може да бъде обновено табло: %1"
 msgid "Dashboard updated"
 msgstr "Табло обновено"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Табла"
 
@@ -2560,7 +2560,7 @@ msgstr "По подразбиране: %1/%2 променен от %3 на %4"
 msgid "DefaultFormat"
 msgstr "ФорматПоПодразбиране"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Изтриване"
 
@@ -2586,7 +2586,7 @@ msgstr "Изтриването пропадна: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Ескалиране на билети"
 
@@ -3148,7 +3148,7 @@ msgstr "Приблизително"
 msgid "Everyone"
 msgstr "Всички"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Пример:"
 
@@ -3222,8 +3222,8 @@ msgstr "Неуспех при зареждането на %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Неуспех при зареждането на %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Неуспех при зареждането на модул %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Намерете хора, чиито"
 msgid "Find tickets"
 msgstr "Намиране на билети"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Глобален portlet %1 съхранен."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Давай"
@@ -3558,7 +3561,7 @@ msgstr "Права на групи"
 msgid "Group already has member: %1"
 msgstr "Групата вече съдържа член: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Групата не е намерена"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Заглавие на препратен билет"
 msgid "Heading of a forwarded message"
 msgstr "Заглавие на препратено съобщение"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "История"
 
@@ -3771,7 +3774,7 @@ msgstr "Ако одобрение е отхвърлено, отхвърляне
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Ако този инструмент е setgid, недобронамерен локален потребител би могъл да го използва за да получи административен достъп до RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Не е шифрирано"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Изключително важно е да не е позволено на непривилегировани потребители да стартират този инструмент."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Препоръчително е да създадете непривилегирован UNIX потребител с правилно членство в групи и достъп до RT, за да стартирате този инструмент."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Приема редица аргументи:"
 
@@ -4589,19 +4592,19 @@ msgstr "Членства на потребителят %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Сливането успешно"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Сливането неуспешно. Не може да се установи EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Сливането неуспешно. Не може да се установи състояние"
 
@@ -4646,7 +4649,7 @@ msgstr "Съобщението не може да бъде записано"
 msgid "Message for user"
 msgstr "Съобщение за потребител"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Съобщението записано"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Моите одобрения"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Моите табла"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Моите съхранени търсения"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Ново напомняне:"
 msgid "New ticket"
 msgstr "Нов билет"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Новият билет не съществува"
 
@@ -5661,7 +5670,7 @@ msgstr "Покажи само персонализирани полета за:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Собственик '%1' няма право да притежава този билет."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Собственикът сменен от %1 на %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Достъпът отказан"
 
@@ -5902,7 +5911,7 @@ msgstr "Достъпът отказан"
 msgid "Phone numbers"
 msgstr "Телефонни номера"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Бързо търсене"
 msgid "Quick ticket creation"
 msgstr "Бързо създаване на билет"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT грешка"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT размер"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT за %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Опресняване на резултатите от търсенет
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Опресняване на тази страница на всеки %1 минути."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Местожителство"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Разрешаване"
 
@@ -6699,6 +6711,9 @@ msgstr "Редове за кутия"
 msgid "Rows per page"
 msgstr "Редове за страница"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Запазени диаграми"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Съхранени търсения"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Таен оторизационен белег"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Сигурност:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Настройки"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Етап"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Стъпка %1 от %2"
 msgid "Stolen from %1"
 msgstr "Откраднат от %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Стил"
 
@@ -7714,15 +7732,15 @@ msgstr "Текущата стойност е същата"
 msgid "That is not a value for this custom field"
 msgstr "Това не е стойност за това персонализирано поле"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Този билет има неразрешени зависимости"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Този потребител вече притежава този билет"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Този потребител не съществува"
 
@@ -7742,7 +7760,7 @@ msgstr "Този потребител сега е привилегирован"
 msgid "That user is now unprivileged"
 msgstr "Този потребител сега е непривилегирован"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Този потребител не може да притежава билети в тази опашка"
 
@@ -7775,7 +7793,7 @@ msgstr "Административните копия на билет"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Името на вашият сървър с бази данни (като 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Този инструмент позволява на потребителя да изпълнява произволни модули за perl от RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Отдаден"
 msgid "Update"
 msgstr "Обновяване"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Когато се получава кореспонденция"
 msgid "Where to find your sendmail binary."
 msgstr "Къде се намира вашият sendmail изпълним файл."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Вече притежавате този билет"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Можете да назначавате само билети, които притежавате или които са безстопанствени"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Можете да взимате само билети, които са безстопанствени"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr "щракнете за да маркирате/отмаркирате всички обекти наведнъж"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "затворени"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "конфигурация на ядрото"
@@ -9477,7 +9491,7 @@ msgstr "на ден"
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "отворени"
 
@@ -9501,7 +9515,7 @@ msgstr "пай"
 msgid "plugin returned empty list"
 msgstr "плъгинът върна празен списък"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/ca.po b/share/po/ca.po
index 4f72b89..572eaa7 100644
--- a/share/po/ca.po
+++ b/share/po/ca.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (del panell %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajusteu la opció de config. LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Un argument per a passar a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Els missatges d'estat actualitzen STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Especifica si vols utilitzar les transaccions 'first' (primera), 'last' (darrera) o 'all' (totes)"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especifiqueu el nom o l'identificador de la(es) plantilla(es) que voleu emprar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Especifiqueu el mòdul que voleu emprar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Especifiqueu la llista separada per comes de tipus de transaccions que voleu emprar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Especifiqueu la condició del mòdul que voleu utilitzar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Especifiqueu el mòdul de cerca que voleu emprar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 tickets amb més prioritat que tinc assignats"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 és una eina per efectuar actuacions a tiquets de servei des d'una eina externa de planificació, com cron."
 
@@ -1407,11 +1407,11 @@ msgstr "Camp Pers."
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Es pot buscar als camps personalitzats utilitzant una sintaxis similar a l'anterior amb %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "No es pot afegir un valor de camp personalitzat sense nom"
 msgid "Can't find a saved search to work with"
 msgstr "No es pot trobar una cerca desada per treballar-hi"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "No es pot enllaçar un tiquet amb ell mateix"
 msgid "Can't link to a deleted ticket"
 msgstr "No es pot enllaçar a un tiquet esborrat"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Comentaris (no s'envien als sol·licitants)"
 msgid "Comments about this user"
 msgstr "Comentaris sobre aquest usuari"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentaris afegits"
 
@@ -1734,7 +1734,7 @@ msgstr "Adreça de correspondència"
 msgid "Correspondence"
 msgstr "Respostes"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Resposta afegida"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "No s'ha pogut afegir el valor del camp personalitzat: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "No s'ha pogut canviar el propietari: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "No s'ha pogut actualitzar el tauler: %1"
 msgid "Dashboard updated"
 msgstr "Tauler actualitzat"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Taulers"
 
@@ -2560,7 +2560,7 @@ msgstr "Per defecte: %1/%2 ha canviat de %3 a %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Esborra"
 
@@ -2586,7 +2586,7 @@ msgstr "Error a l'esborrar: %1"
 msgid "Delete group dashboards"
 msgstr "Esborra taulers de grup"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "L'operació d'esborrat ha estat desactivada per la configuració del cicle de vida"
 
@@ -3136,7 +3136,7 @@ msgstr "Error: cerca %1 no actualitzada: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Escalar tiquets"
 
@@ -3148,7 +3148,7 @@ msgstr "Aproximat"
 msgid "Everyone"
 msgstr "Tothom"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemple:"
 
@@ -3222,8 +3222,8 @@ msgstr "Error al carregar %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Error al carregar %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Error al carregar el mòdul %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Troba gent pels quals"
 msgid "Find tickets"
 msgstr "Troba tiquets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet global %1 desat."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Vés"
@@ -3558,7 +3561,7 @@ msgstr "Permisos del grup"
 msgid "Group already has member: %1"
 msgstr "El grup ja té un membre: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "El nom de grup '%1' ja s'està utilitzant"
 msgid "Group not found"
 msgstr "No s'ha trobat el grup"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Capçalera d'un tiquet reassignat"
 msgid "Heading of a forwarded message"
 msgstr "Capçalera d'un missatge reenviat"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Amaga tot el text citat"
 msgid "Hide quoted text"
 msgstr "Amaga el text citat"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historial"
 
@@ -3771,7 +3774,7 @@ msgstr "Si una aprobació es rebutja, rebutjar la original i esborrar les aproba
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Si això no és el que esperaves, surt d'aquesta pàgina sense iniciar sessió."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Si aquesta eina era setgid, un usuari local hostil podria utilitzar-la per a obtenir accés administratiu a RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "No està xifrat"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "És increiblement importante que els usuaris sense privilegis no puguin executar aquesta eina"
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "És recomanable crear un usuari unix sense privilegis que pertanyi al grup correcte i que tingui accés a executar aquesta eina."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Té diversos arguments:"
 
@@ -4589,19 +4592,19 @@ msgstr "Pertinences de l'usuari %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "S'ha fusionat amb èxit"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Error al fusionar. No s'ha pogut establir el EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Error al fusionar. No s'ha pogut establir l'estat"
 
@@ -4646,7 +4649,7 @@ msgstr "No s'ha pogut gravar el missatge"
 msgid "Message for user"
 msgstr "Missatge per l'usuari"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Missatge gravat"
 
@@ -5033,10 +5036,16 @@ msgstr "Els meus tiquets"
 msgid "My approvals"
 msgstr "Les meves aprovacions"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Els meus taulers"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Els meus recordatoris"
@@ -5045,11 +5054,11 @@ msgstr "Els meus recordatoris"
 msgid "My saved searches"
 msgstr "Les meves cerques"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr "LesMevesCuesAdministratives"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "ElsMeusRecordatoris"
 
@@ -5057,7 +5066,7 @@ msgstr "ElsMeusRecordatoris"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr "LesMevesCuesDeSuport"
 
@@ -5141,7 +5150,7 @@ msgstr "Nou recordatori:"
 msgid "New ticket"
 msgstr "Nou tiquet"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "El nou tiquet no existeix"
 
@@ -5661,7 +5670,7 @@ msgstr "Mostra només els camps personalitzats per a:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Obre'l"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "El propietari '%1' no té permisos per a assignar-se aquest tiquet"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "S'ha canviat el propietari de %1 a %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Ordre de cerca de la libreria Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Esborrar permanentment tota la informació de RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "S'ha denegat el permís"
 
@@ -5902,7 +5911,7 @@ msgstr "S'ha denegat el permís"
 msgid "Phone numbers"
 msgstr "Números de telèfon"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Cerca ràpida"
 msgid "Quick ticket creation"
 msgstr "Creació ràpida de tiquet"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "CreaRapid"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "CercaRapida"
 
@@ -6229,6 +6238,9 @@ msgstr "Configuració del RT"
 msgid "RT Error"
 msgstr "Error del RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Tamany del RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Variables de nucli de RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT per a %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "La opció RTDireccionRegexp de la configuració no coincideix amb %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Tornar a obrir"
 
@@ -6443,7 +6455,7 @@ msgstr "Refresca els resultats de cerca cada 60 minuts."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Refresca aquesta pàgina cada %1 minuts."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "RefrescaPaginaInici"
 
@@ -6451,7 +6463,7 @@ msgstr "RefrescaPaginaInici"
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Rebutja"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Residència"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Resol"
 
@@ -6699,6 +6711,9 @@ msgstr "Files per caixa"
 msgid "Rows per page"
 msgstr "Files per pàgina"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Cerca desada"
 msgid "Saved Searches"
 msgstr "Cerques desades"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gràfics desats"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Cerques desades"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "CerquesDesades"
 
@@ -6879,7 +6894,7 @@ msgstr "Cercar el text complet de cada tiquet pot trigar molt temps, però si ne
 msgid "Secret authentication token"
 msgstr "Token d'autenticació secret"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Seguretat:"
 
@@ -7133,6 +7148,9 @@ msgstr "Defineix la clau privada"
 msgid "Settings"
 msgstr "Configuració"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Noms d'usuari curts"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Fase"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Casella"
 
@@ -7463,7 +7481,7 @@ msgstr "Pas %1 de %2"
 msgid "Stolen from %1"
 msgstr "Robat a %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Estil"
 
@@ -7714,15 +7732,15 @@ msgstr "Aquest ja és el valor actual"
 msgid "That is not a value for this custom field"
 msgstr "Aquest no és un valor correcte per a aquest camp personalitzat"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Aquest tiquet té dependències no resoltes"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Aquest usuari ja és propietari d'aquest tiquet"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "No existeix aquest usuari"
 
@@ -7742,7 +7760,7 @@ msgstr "Aquest usuari és ara privilegiat"
 msgid "That user is now unprivileged"
 msgstr "Aquest usuari és ara no privilegiat"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Aquest usuari pot no ser propietari de tiquets en aquesta cua"
 
@@ -7775,7 +7793,7 @@ msgstr "L'AdminCc d'un tiquet"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "El nom de domini del servidor de base de dades (com ara 'db.exemple.cat')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "La següent comanda buscarà tot els tiquets actius a la cua 'general' i els hi establirà la prioritat a 99 si ja han vençut:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Aquesta eina permet a l'usuari executar mòduls Perl arbitraris des de RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Desmarca les caselles per a deshabilitar les notificacions per als destinataris llistats <b>només per a aquesta transacció</b>; el silenciament persistent s'administra a la pàgina <a href=\"%1\">Persones</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Desfès la supressió"
 
@@ -8425,7 +8443,7 @@ msgstr "No assignat"
 msgid "Update"
 msgstr "Actualitza"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Actualitza el gràfic"
 
@@ -8939,7 +8957,7 @@ msgstr "Sempre que es rep una resposta"
 msgid "Where to find your sendmail binary."
 msgstr "On en troba el binari del sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "<a href=\"%1\">Pots editar aquest tauler</a> i <a href=\"%2\">la teva subscripció</a> corresponent a l'RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Ja ets propietari d'aquest tiquet"
 
@@ -9028,15 +9046,15 @@ msgstr "Pots introduir el contingut del tiquet a qualsevol camp de text lliure,
 msgid "You can not set password."
 msgstr "No pots establir la contrasenya."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Només pots reassignar tiquets teus o que tenen un propietari"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Només et pots assignar tiquets que no tenen un propietari"
 
@@ -9169,7 +9187,7 @@ msgstr "i abans"
 msgid "and not"
 msgstr "i no"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "marca per afegir"
 msgid "click to check/uncheck all objects at once"
 msgstr "clica que marcar/desmarcar tots els objectes de cop"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "tancat"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "configuració de nucli"
@@ -9477,7 +9491,7 @@ msgstr "el dia"
 msgid "one"
 msgstr "un"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "obert"
 
@@ -9501,7 +9515,7 @@ msgstr "formatge"
 msgid "plugin returned empty list"
 msgstr "el plugin ha retornat una llista buida"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/cs.po b/share/po/cs.po
index 6a72cef..6e08424 100644
--- a/share/po/cs.po
+++ b/share/po/cs.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (z panelu %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - argument k předání %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Výstupní stav jde do STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Zadejte, zda chcete použít transakci 'first', 'last' nebo 'all'"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Zadejte název nebo ID šablony, které chcete použít"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Jaký akční modul chcete použít"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Zadejte čárkami oddělený seznam typů transakcí, které chcete použít"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Jaký podmínkový modul chcete použít"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Jaký vyhledávací modul chcete použít"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 nejdůležitějších požadavků, které vlastním"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 je nástroj zpracující požadavky z vnějšího plánovacího nástroje jako je cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "CFs může být také prohlédnuto pomocí podobné syntaxi jako výše s %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Uživatelské položce nelze přidat hodnotu beze jména"
 msgid "Can't find a saved search to work with"
 msgstr "Nelze nalézt uložený dotaz ke zpracování"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Požadavek nelze svázat se sebou samým"
 msgid "Can't link to a deleted ticket"
 msgstr "Nelze odkazovat na smazaný požadavek"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentář (Neposílá se žadatelům)"
 msgid "Comments about this user"
 msgstr "Poznámky o tomto uživateli"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentáře přidány"
 
@@ -1734,7 +1734,7 @@ msgstr "Adresa pro odpovědi"
 msgid "Correspondence"
 msgstr "Korespondence"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korespondence zaznamenána"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Nelze přidat novou hodnotu uživatelské položky: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Nelze změnit vlastníka: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Řídící panel nemůže být aktualizován: %1"
 msgid "Dashboard updated"
 msgstr "Řídící panel aktualizován"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Řídící panely"
 
@@ -2560,7 +2560,7 @@ msgstr "Implicitně: %1/%2 změneno z %3 na %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Smazat"
 
@@ -2586,7 +2586,7 @@ msgstr "Nelze smazat: %1"
 msgid "Delete group dashboards"
 msgstr "Smazat řídící panel skupiny"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Operace smazání není povolena v konfiguraci životního cyklu"
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskalovat požadavky"
 
@@ -3148,7 +3148,7 @@ msgstr "Odhadovaný"
 msgid "Everyone"
 msgstr "Všichni"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Příklad:"
 
@@ -3222,8 +3222,8 @@ msgstr "Nelze načíst %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Nelze načíst %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Nelze načíst modul %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Najít osoby, jejichž"
 msgid "Find tickets"
 msgstr "Nalézt požadavky"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Uloženo '%1' globálního přehledu RT."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Spusť"
@@ -3558,7 +3561,7 @@ msgstr "Práva skupiny"
 msgid "Group already has member: %1"
 msgstr "Skupina již má člena: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Skupina s názvem '%1' se již používá"
 msgid "Group not found"
 msgstr "Skupina nenalezena"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Záhlaví přeposlaného požadavku"
 msgid "Heading of a forwarded message"
 msgstr "Záhlaví přeposlané zprávy"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Skrýt všechen citovaný text"
 msgid "Hide quoted text"
 msgstr "Skrýt citovaný text"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historie"
 
@@ -3771,7 +3774,7 @@ msgstr "Odmítni původce a zruš stávající schválení, bylo-li zamítnuto s
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Pokud toto není co jste očekávali, opusťte tuto stránku bez přihlašování."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Pokud by byl tento nástroj setgid, místní uživatel by jej mohl použit k získaní administrativního přístupu k RT"
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Není zašifrováno"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Je nesmírně důležité, aby neprivilegovaní uživatelé nemohli spustit tento nástroj."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Pro spuštění tohoto nástroje se doporučuje založení neprivilegovaného UNIXového uživatele se správným skupinovým členstvím a přístupem do RT."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Používá několik parametrů:"
 
@@ -4589,19 +4592,19 @@ msgstr "Členství uživatele %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Sloučení úspěšné"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Sloučení se nepodařilo. Nelze nastavit EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Sloučení se nepodařilo. Nelze nastavit Status"
 
@@ -4646,7 +4649,7 @@ msgstr "Zpráva nemůže být zaznamenána"
 msgid "Message for user"
 msgstr "Zpráva pro uživatele"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Zpráva zaznamenána"
 
@@ -5033,10 +5036,16 @@ msgstr "Moje požadavky"
 msgid "My approvals"
 msgstr "Mnou schválené"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Moje řídící panely"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Moje připomenutí"
@@ -5045,11 +5054,11 @@ msgstr "Moje připomenutí"
 msgid "My saved searches"
 msgstr "Moje uložené dotazy"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr "Fronty v nichž jsem AdminCc"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "Moje připomenutí"
 
@@ -5057,7 +5066,7 @@ msgstr "Moje připomenutí"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr "Fronty mnou spravované"
 
@@ -5141,7 +5150,7 @@ msgstr "Nová upomínka:"
 msgid "New ticket"
 msgstr "Nový požadavek"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nový požadavek neexistuje"
 
@@ -5661,7 +5670,7 @@ msgstr "Zobrazit jen uživatelské položky pro:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Otevřít"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Vlastník '%1' nemá práva k držení tohoto požadavku."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Vlastník změněn z %1 na %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr "Trvale vymazat údaje z RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Přístup nepovolen"
 
@@ -5902,7 +5911,7 @@ msgstr "Přístup nepovolen"
 msgid "Phone numbers"
 msgstr "Čísla telefonů"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Rychlé hledání"
 msgid "Quick ticket creation"
 msgstr "Rychlé založení požadavku"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "Rychlé založení"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Rychlé hledání"
 
@@ -6229,6 +6238,9 @@ msgstr "RT konfigurace"
 msgid "RT Error"
 msgstr "Chyba RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT velikost"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT pro %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Znovu otevřít"
 
@@ -6443,7 +6455,7 @@ msgstr "Obnovení výsledků vyhledávání každých 60 minut."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Obnovit tuto stránku %numerate(%1,každou,každé,každých) %quant(%1,minutu,minuty,minut)."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "Obnova domácí stránky"
 
@@ -6451,7 +6463,7 @@ msgstr "Obnova domácí stránky"
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Zamítnout"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Bydliště"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Vyřešit"
 
@@ -6699,6 +6711,9 @@ msgstr "Řádků na oddíl"
 msgid "Rows per page"
 msgstr "Řádků na stránku"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Uložený dotaz"
 msgid "Saved Searches"
 msgstr "Uložené dotazy"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Uložené grafy"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Uložené dotazy"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "Uložené dotazy"
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Zabezpeční:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Nastavení"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Krátke uživatelské jméno"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Fáze"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Odložit"
 
@@ -7463,7 +7481,7 @@ msgstr "Krok %1 z %2"
 msgid "Stolen from %1"
 msgstr "Převzato od %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Styl"
 
@@ -7714,15 +7732,15 @@ msgstr "Toto je již aktuální hodnota"
 msgid "That is not a value for this custom field"
 msgstr "Toto není hodnota pro tuto uživatelskou položku"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Tento požadavek má nevyřešené závislosti"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Tento uživatel již tento požadavek vlastní"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Tento uživatel neexistuje"
 
@@ -7742,7 +7760,7 @@ msgstr "Uživatel je nyní privilegován"
 msgid "That user is now unprivileged"
 msgstr "Uživatel je nyní neprivilegován"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "V této frontě nemůže tento uživatel vlastnit požadavky"
 
@@ -7775,7 +7793,7 @@ msgstr "Administrativní Cc požadavku"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Doménové jméno vašeho databázového serveru (např. 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Tento nástroj umožňuje uživateli spustit libovolné perl moduly z RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Pokud nechcete poslat tuto konkrétní zprávu některým stálým příjemcům, odškrtněte je v příslušných políčkách. Trvalé změny příjemců se nastavují na záložce <a href=\"%1\">Uživatelé</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Vrátit smazání"
 
@@ -8425,7 +8443,7 @@ msgstr "Vrácen"
 msgid "Update"
 msgstr "Aktualizace"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Aktualizace grafu"
 
@@ -8939,7 +8957,7 @@ msgstr "Přijde-li korespondence"
 msgid "Where to find your sendmail binary."
 msgstr "Kde je umístěn váš program sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Požadavek již vlastníte"
 
@@ -9028,15 +9046,15 @@ msgstr "Můžete vložit obsah požadavky do jakéhokoli netradičního, textov
 msgid "You can not set password."
 msgstr "Nemůžete nastavit heslo."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Můžete přidělit pouze požadavky, které jsou vaše nebo nejsou vlastněny"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Můžete vzít pouze požadavky, které nikdo nevlastní"
 
@@ -9169,7 +9187,7 @@ msgstr "a před"
 msgid "and not"
 msgstr "a ne"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "zjistit přidat"
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "uzavřen"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr "na den"
 msgid "one"
 msgstr "jeden"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "otevřený"
 
@@ -9501,7 +9515,7 @@ msgstr "koláčový"
 msgid "plugin returned empty list"
 msgstr "plugin vrátil prázdný seznam"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/da.po b/share/po/da.po
index d49b425..e0af703 100644
--- a/share/po/da.po
+++ b/share/po/da.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (fra rude %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Juster LogToSTDERR konfigurations option"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - En parameter til afsendelse til %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Send statusopdateringer til STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Specificer om du ønsker at bruge enten første ('first), sidste ('last') eller alle ('all') transaktioner"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Specificer navnet eller ID'et på de(n) skabelon(er) du ønsker at bruge"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Angiv det handlingsmodul, du vil bruge"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Angiv den komma separerede liste af transaktionstyper du ønsker at bruge"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Angiv det betingelsesmodul, du vil bruge"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Angiv det søgemodul, du vil bruge"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Mine %1 højest prioriterede sager"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 er et værktøj, der arbejder med sager fra et bestemt planlægningsværktøj som f.eks. cron."
 
@@ -1407,11 +1407,11 @@ msgstr "BF"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Der kan søges efter BF'ere ved brug af en syntaks som ovenfor med %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Kan ikke tilføje ekstrafeltværdier uden navn"
 msgid "Can't find a saved search to work with"
 msgstr "Kan ikke finde en gemt søgning at arbejde med"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Kan ikke referere en sag til sig selv"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kommentarer (ikke sendt til rekvirenter)"
 msgid "Comments about this user"
 msgstr "Kommentarer om denne bruger"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Kommentarer tilføjet"
 
@@ -1734,7 +1734,7 @@ msgstr "Korrespondent adresse"
 msgid "Correspondence"
 msgstr "Korrespondance"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korrespondance tilføjet"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Kunne ikke tilføje følgende ny værdi til brugerdefineret felt: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Kunne ikke ændre ejer: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Instrumentpanel kunne ikke opdateres: %1"
 msgid "Dashboard updated"
 msgstr "Instrumentpanel opdateret"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Instrumentpaneler"
 
@@ -2560,7 +2560,7 @@ msgstr "Standard: %1/%2 ændret fra %3 til %4"
 msgid "DefaultFormat"
 msgstr "StandardFormat"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Slet"
 
@@ -2586,7 +2586,7 @@ msgstr "Sletning mislykkedes: %1"
 msgid "Delete group dashboards"
 msgstr "Slet gruppe for instrumentpaneler"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Slette-handling er deaktiveret i konfiguration for livscyklus"
 
@@ -3136,7 +3136,7 @@ msgstr "Fejl: søgning %1 ikke opdateret: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Opprioriter sager"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimeret"
 msgid "Everyone"
 msgstr "Alle"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Eksempel:"
 
@@ -3222,8 +3222,8 @@ msgstr "kunne ikke indlæse %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Kunne ikke indlæse %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Kunne ikke indlæse modul %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Find personer hvis"
 msgid "Find tickets"
 msgstr "Find sager"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Global portlet %1 gemt."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Start"
@@ -3558,7 +3561,7 @@ msgstr "Grupperettigheder"
 msgid "Group already has member: %1"
 msgstr "Gruppe har allerede medlem: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Gruppenavnet '%1' er allerede i brug"
 msgid "Group not found"
 msgstr "Gruppe ikke fundet"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Overskrift for en videresendt sag"
 msgid "Heading of a forwarded message"
 msgstr "Overskrift for en videresendt besked"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Skjul al citeret tekst"
 msgid "Hide quoted text"
 msgstr "Skjul citeret tekst"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historik"
 
@@ -3771,7 +3774,7 @@ msgstr "Hvis en godkendelse bliver afvist, afvis den oprindelige og slet afvente
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Hvis dette værktøj var \"setgid\", kunne en fjendtlig bruger benytte det til at opnå administratoradgang til RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Er ikke krypteret"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Det er yderst vigtigt, at ikke-privilegerede brugere ikke får adgang til at bruge dette værktøj."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Det anbefales, at du opretter en ikke-privilegeret Unix-bruger med det korrekte gruppemedlemskab og RT-adgang for at benytte dette værktøj."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Flere parametre er nødvendige:"
 
@@ -4589,19 +4592,19 @@ msgstr "Medlemskaber for brugeren %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Sammenføjning udført med succes"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Sammenføjning lykkedes ikke. Kunne ikke sætte EffektivID."
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Sammenføjning lykkedes ikke. Kunne ikke sætte status."
 
@@ -4646,7 +4649,7 @@ msgstr "Besked kunne ikke gemmes"
 msgid "Message for user"
 msgstr "Besked til bruger"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Besked gemt"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Mine godkendelser"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mine instrumentpaneler"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mine påmindelser"
@@ -5045,11 +5054,11 @@ msgstr "Mine påmindelser"
 msgid "My saved searches"
 msgstr "Mine gemte søgninger"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Ny påmindelse:"
 msgid "New ticket"
 msgstr "Ny sag"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Ny sag eksisterer ikke"
 
@@ -5661,7 +5670,7 @@ msgstr "Vis kun ekstrafelter for:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Åbn den"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Ejer '%1' har ikke rettigheder til at eje denne sag."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Ejer ændret fra %1 til %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Søgerækkefølge for Perl-bibliotek"
 msgid "Permanently wipeout data from RT"
 msgstr "Slet data fra RT permanent"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Adgang afvist"
 
@@ -5902,7 +5911,7 @@ msgstr "Adgang afvist"
 msgid "Phone numbers"
 msgstr "Telefonnumre"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Hurtigsøgning"
 msgid "Quick ticket creation"
 msgstr "Hurtigoprettelse af sager"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "Konfiguration for RT"
 msgid "RT Error"
 msgstr "RT-fejl"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT størrelse"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Kernevariabler for RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "RTAddressRegexp  i konfigurationen matcher ikke %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Genåben"
 
@@ -6443,7 +6455,7 @@ msgstr "Genopfrisk søgeresultater hvert 60. minut."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Opdater denne side hver %1 minut."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Afvis"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Hjemme"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Løs"
 
@@ -6699,6 +6711,9 @@ msgstr "Rækker pr. boks"
 msgid "Rows per page"
 msgstr "Rækker pr. side"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Gemte søgninger"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gemte diagrammer"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Gemte søgninger"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr "Søgning i den fulde tekst for hver sag kan tage lang tid, men hvis du h
 msgid "Secret authentication token"
 msgstr "Hemmeligt godkendelsessymbol"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Sikkerhed:"
 
@@ -7133,6 +7148,9 @@ msgstr "Angiv privat nøgle"
 msgid "Settings"
 msgstr "Indstillinger"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Korte brugernavne"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Trin"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Sæt i stå"
 
@@ -7463,7 +7481,7 @@ msgstr "Trin %1 af %2"
 msgid "Stolen from %1"
 msgstr "Stjålet fra %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7714,15 +7732,15 @@ msgstr "Det er allerede den nuværende værdi"
 msgid "That is not a value for this custom field"
 msgstr "Det er ikke værdi for dette ekstrafelt"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Denne sag har uløste afhængigheder"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Brugeren ejer allerede den sag"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Brugeren eksisterer ikke"
 
@@ -7742,7 +7760,7 @@ msgstr "Brugeren er nu privilegeret"
 msgid "That user is now unprivileged"
 msgstr "Brugeren er nu uprivilegeret"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Den bruger må ikke eje sager i den kø"
 
@@ -7775,7 +7793,7 @@ msgstr "En sags administrative CC"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Din database servers domæne navn (F.eks. 'database.eksempel.dk')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Den følgende kommando vil finde alle aktive sager i køen 'generelt' og angive deres prioritet til 99, hvis deres tidsfrist er overskredet:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Dette værktøj tillader brugeren at benytte vilkårlige Perl-moduler inde fra RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Fjern markering fra bokse for at deaktivere påmindelser til de viste modtagere <b>for denne transaktion alene</b>; vedvarende tilbageholdelse håndteres på <a href=\"%1\">siden med Personer</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Fortryd slet"
 
@@ -8425,7 +8443,7 @@ msgstr "Ikke taget"
 msgid "Update"
 msgstr "Opdater"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Opdatér diagram"
 
@@ -8939,7 +8957,7 @@ msgstr "Når korrespondance kommer ind"
 msgid "Where to find your sendmail binary."
 msgstr "Angiv hvor et sendmail binært-kompatibelt program kan findes."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Du <a href=\"%1\">kan redigere dette instrumentpanel</a> og <a href=\"%2\">dine abonnementer</a> for det i RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Du ejer allerede denne sag"
 
@@ -9028,15 +9046,15 @@ msgstr "Du kan indsætte sagsindhold i enhver friforms-, tekst- eller wiki-felt.
 msgid "You can not set password."
 msgstr "Du kan ikke angive adgangskode."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Du kan kun videretildele sager, som du ejer, eller som ikke har en ejer"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Du kan kun tage sager uden ejer"
 
@@ -9169,7 +9187,7 @@ msgstr "og før"
 msgid "and not"
 msgstr "og ikke"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "afkryds for at tilføje"
 msgid "click to check/uncheck all objects at once"
 msgstr "klik for at markere/afmarkere alle elementer på en gang"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "lukket"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "grundkonfig"
@@ -9477,7 +9491,7 @@ msgstr "på dag"
 msgid "one"
 msgstr "en"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "åben"
 
@@ -9501,7 +9515,7 @@ msgstr "tærte"
 msgid "plugin returned empty list"
 msgstr "udvidelsesmodul returnerede en tom liste"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/de.po b/share/po/de.po
index 07f722e..847d65a 100644
--- a/share/po/de.po
+++ b/share/po/de.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (von Ansicht %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - LogToSTDERR Konfigurationsoption anpassen"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Ein Argument zur Übergabe an %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Statusausgabe auf STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Möchtest Du die 'erste', 'letzte' oder 'alle' Transaktionen nutzen"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Namen oder die ID der Vorlage/n angeben, die Sie verwenden möchten"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Gibt an, welches Action-Modul benutzt werden soll"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Kommagetrennte Liste der Transaktionstypen angeben, die Sie verwenden möchten"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Gibt an, welches Condition-Modul benutzt werden soll"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Gibt an, welches Search-Modul benutzt werden soll"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Meine %1 dringensten Tickets"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 ist ein Tool um auf Anfragen von externen Programmen (wie cron) zu reagieren."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Benutzerdefinierte Felder können mit einer ähnlichen Syntax wie oben gesucht werden mit %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Berechne"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Berechne Werte nach"
 
@@ -1432,7 +1432,7 @@ msgstr "Kann kein benutzerdefiniertes Feld ohne Namen hinzufügen"
 msgid "Can't find a saved search to work with"
 msgstr "Kann keine gespeicherte Suche finden"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Kann kein Ticket auf sich selbst verweisen lassen!"
 msgid "Can't link to a deleted ticket"
 msgstr "Kann nicht auf ein gelöschtes Ticket verlinken"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kommentare (werden nicht an Auftraggeber geschickt)"
 msgid "Comments about this user"
 msgstr "Kommentare zu diesem Benutzer"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Kommentar hinzugefügt"
 
@@ -1734,7 +1734,7 @@ msgstr "Antwortadresse"
 msgid "Correspondence"
 msgstr "Antwort"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Antwort hinzugefügt"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Konnte den Wert des benutzerdefinierten Feldes nicht setzen: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Konnte Besitzer nicht ändern: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Dashboard konnte nicht aktualisiert werden: %1"
 msgid "Dashboard updated"
 msgstr "Dashboard aktualisiert"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2560,7 +2560,7 @@ msgstr "Standardwert: %1/%2 von \"%3\" auf \"%4\" geändert."
 msgid "DefaultFormat"
 msgstr "Standard-Format"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Löschen"
 
@@ -2586,7 +2586,7 @@ msgstr "Löschen fehlgeshlagen: %1"
 msgid "Delete group dashboards"
 msgstr "Gruppen-Dashboards löschen"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Die Löschfunktion ist durch die Lebensdauer-Einstellung blockiert"
 
@@ -3137,7 +3137,7 @@ msgstr "Fehler: Suche %1 konnte nicht aktualisiert werden: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaliere Tickets"
 
@@ -3149,7 +3149,7 @@ msgstr "Geschätzt"
 msgid "Everyone"
 msgstr "Jeder"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Beispiel:"
 
@@ -3223,8 +3223,8 @@ msgstr "Konnte %1 %2 nicht laden"
 msgid "Failed to load %1 %2: %3"
 msgstr "Konnte %1 %2: %3 nicht laden"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Konnte Modul %1 nicht laden. (%2)"
 
@@ -3334,7 +3334,7 @@ msgstr "Finde Leute, deren"
 msgid "Find tickets"
 msgstr "Finde Tickets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3510,6 +3510,9 @@ msgstr "Globales Portlet %1 gespeichert"
 msgid "Global template '%1' not found"
 msgstr "Globale Vorlage '%1' nicht gefunden"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Los"
@@ -3559,7 +3562,7 @@ msgstr "Gruppenrechte"
 msgid "Group already has member: %1"
 msgstr "Gruppe hat bereits Mitglieder: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Gruppieren nach"
 
@@ -3593,7 +3596,7 @@ msgstr "Gruppe mit Namen '%1' ist bereits in Gebrauch"
 msgid "Group not found"
 msgstr "Gruppe nicht gefunden"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Gruppiere Tickets nach"
 
@@ -3602,7 +3605,7 @@ msgstr "Gruppiere Tickets nach"
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Gruppierte Suchergebnisse"
 
@@ -3670,7 +3673,7 @@ msgstr "Kopf des weitergeleiteten Ticket"
 msgid "Heading of a forwarded message"
 msgstr "Kopf einer weitergeleiteten Nachricht"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Höhe"
 
@@ -3690,7 +3693,7 @@ msgstr "Alle zitierten Texte verbergen"
 msgid "Hide quoted text"
 msgstr "Zitierten Text verbergen"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Verlauf"
 
@@ -3772,7 +3775,7 @@ msgstr "Wenn eine Freigabe abgewiesen wird, weise das Original ab und lösche wa
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Wenn das nicht ihren Erwartungen entspricht, verlassen sie diese Seite ohne einzuloggen."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Wenn dieses Programm setgid ist, könnte ein böswilliger lokaler Nutzer Administrator Rechte auf dem RT bekommen."
 
@@ -4069,15 +4072,15 @@ msgstr "Ist bereits dem Objekt zugeordnet"
 msgid "Is not encrypted"
 msgstr "Ist nicht verschlüsselt"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Es ist wichtig, dass nicht authorisierte Benutzer dieses Programm nicht starten können."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Es wird empfohlen einen nicht priviligierten Unix User mit korrekten Gruppenrechten anzulegen um dieses Programm zu nutzen."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Es verarbeitet verschiedene Parameter:"
 
@@ -4590,19 +4593,19 @@ msgstr "Mitgliedschaft des Benutzers %1"
 msgid "Merge"
 msgstr "Vereinen"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Vereinigung erfolgreich"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Vereinigung fehlgeschlagen. Konnte EffectiveId nicht setzen"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Vereinigung fehlgeschlagen. Konnte Status nicht setzen"
 
@@ -4647,7 +4650,7 @@ msgstr "Nachricht konnte nicht gespeichert werden"
 msgid "Message for user"
 msgstr "Nachricht für Benutzer"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Nachricht gespeichert"
 
@@ -5034,10 +5037,16 @@ msgstr "Meine Vorgänge"
 msgid "My approvals"
 msgstr "Meine Freigaben"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Meine Dashboards"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Meine Erinnerungen"
@@ -5046,11 +5055,11 @@ msgstr "Meine Erinnerungen"
 msgid "My saved searches"
 msgstr "Meine gespeicherten Suchanfragen"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5058,7 +5067,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5142,7 +5151,7 @@ msgstr "Neue Erinnerung"
 msgid "New ticket"
 msgstr "Neues Ticket"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Neues Ticket existiert nicht"
 
@@ -5662,7 +5671,7 @@ msgstr "Nur Benutzerdefinierte Felder anzeigen für:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Öffnen"
 
@@ -5753,7 +5762,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Besitzer '%1' hat keine Rechte das Ticket zu besitzen"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Besitzer wurde von %1 zu %2 geändert"
 
@@ -5891,7 +5900,7 @@ msgstr "Perl-Bibliothek-Suchreihenfolge"
 msgid "Permanently wipeout data from RT"
 msgstr "Daten permanent aus dem RT löschen"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Zugriff verweigert"
 
@@ -5903,7 +5912,7 @@ msgstr "Zugriff verweigert"
 msgid "Phone numbers"
 msgstr "Telefonnummern"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Bild"
 
@@ -6194,11 +6203,11 @@ msgstr "Schnellsuche"
 msgid "Quick ticket creation"
 msgstr "Schnelle Ticket Erstellung"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6230,6 +6239,9 @@ msgstr "RT-Einstellungen"
 msgid "RT Error"
 msgstr "RT-Fehler"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT-Größe"
@@ -6260,7 +6272,7 @@ msgid "RT core variables"
 msgstr "Wichtige RT-Variablen"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT für %1"
 
@@ -6311,7 +6323,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "RTAddressRegexp in den Einstellungen entspricht nicht %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Erneut öffnen"
 
@@ -6444,7 +6456,7 @@ msgstr "Ergebnis alle 60 Minuten aktualisieren."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Seite alle %1 Minuten aktualisieren."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6452,7 +6464,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Abweisen"
 
@@ -6596,7 +6608,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Zuhause"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Erledigen"
 
@@ -6700,6 +6712,9 @@ msgstr "Zeilen pro Fenster"
 msgid "Rows per page"
 msgstr "Zeilen pro Seite"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6770,7 +6785,7 @@ msgstr "Gespeicherte Suche"
 msgid "Saved Searches"
 msgstr "Gespeicherte Suchanfragen"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gespeicherte Grafiken"
 
@@ -6783,7 +6798,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Gespeicherte Suchanfragen"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6880,7 +6895,7 @@ msgstr "Volltext-Suche nimmt für jedes Ticket viel Zeit in Anspruch. Wenn Sie d
 msgid "Secret authentication token"
 msgstr "Geheimer Authentifikationstoken"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Sicherheit:"
 
@@ -7134,6 +7149,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Einstellungen"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Kurze Benutzernamen"
@@ -7376,7 +7394,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Phase"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Zurückstellen"
 
@@ -7464,7 +7482,7 @@ msgstr "Schritt %1 von %2"
 msgid "Stolen from %1"
 msgstr "Gestohlen von %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Darstellung"
 
@@ -7715,15 +7733,15 @@ msgstr "Das ist bereits der aktuelle Wert"
 msgid "That is not a value for this custom field"
 msgstr "Dies ist kein gültiger Wert für dieses benutzerdefinierte Feld"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Dieses Ticket hat ungelöste Abhängigkeiten"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Dieses Ticket gehört bereits diesem Benutzer"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Dieser Benutzer existiert nicht"
 
@@ -7743,7 +7761,7 @@ msgstr "Dieser Benutzer ist jetzt privilegiert"
 msgid "That user is now unprivileged"
 msgstr "Dieser Benutzer ist jetzt unprivilegiert"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Diesem Benutzer dürfen keine Tickets aus diesen Bereich gehören"
 
@@ -7776,7 +7794,7 @@ msgstr "Der administrative Cc eines Ticket"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Der Domain-Name des Datenbank Server (z.B. 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7913,7 +7931,7 @@ msgstr "Dieses Ticket kann nicht abgeschlossen werden, bis es bestätigt wurde."
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Dieses Ticket kann nicht erledigt werden bis die %numerate(%1,Abhängigkeit erledigt ist,Abhängigkeiten erledigt sind)."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Dieses Werkzeug erlaubt es Benutzern beliebige Perl-Module von RT aus aufzurufen."
 
@@ -8334,7 +8352,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Abwählen um Benachrichtigung der aufgelisteten Empfänger <b>nur für diese Transaktion</b> zu deaktivieren. Dauerhaftes deaktivieren kann auf der <a href=\"%1\">Personen Seite</a> verwaltet werden."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Wiederherstellen"
 
@@ -8426,7 +8444,7 @@ msgstr "Zurückgegeben"
 msgid "Update"
 msgstr "Aktualisieren"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Aktualisiere Diagramm"
 
@@ -8940,7 +8958,7 @@ msgstr "Immer wenn neue Korrespondenz eingeht"
 msgid "Where to find your sendmail binary."
 msgstr "Wo befindet sich Dein sendmail"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Breite"
 
@@ -8988,7 +9006,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Sie können <a href=\"%1\">dieses Dashboard</a> und <a href=\"%2\">Ihr Abonnement</a> dazu im RT bearbeiten."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Sie sind bereits Besitzer dieses Ticket"
 
@@ -9029,15 +9047,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Du kannst kein Passwort setzen"
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Sie können nur eigene oder Tickets ohne Besitzer zuweisen"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Sie können nur Tickets übernehmen die keinen Besitzer haben"
 
@@ -9170,7 +9188,7 @@ msgstr "und vor dem"
 msgid "and not"
 msgstr "und nicht"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "und dann"
 
@@ -9222,10 +9240,6 @@ msgstr "Auswählen zum Hinzufügen"
 msgid "click to check/uncheck all objects at once"
 msgstr "Klicken zum markieren/demarkieren aller Objekte auf einmal"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "geschlossen"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Core-Einstellungen"
@@ -9478,7 +9492,7 @@ msgstr "an Tag"
 msgid "one"
 msgstr "ein"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "offen"
 
@@ -9502,7 +9516,7 @@ msgstr "Torte"
 msgid "plugin returned empty list"
 msgstr "Plugin lieferte eine leere Liste zurück"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/el.po b/share/po/el.po
index 5f5f29e..2f3c62a 100644
--- a/share/po/el.po
+++ b/share/po/el.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (από πλαίσιο %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ρύθμιση επιλογής LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Παράμετρος για να περαστεί σε %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Εκτύπωση αποτελεσμάτων στη Τυπική Έξοδο (STDOUT)"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Επιλέξτε τη χρήση \"πρώτης\", \"τελευταίας\" ή \"όλων\" των συναλλαγών"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Επιλέξτε το όνομα ή την ταυτότητα του προτύπου σελίδας που θα χρησιμοποιήσετε"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Προσδιορίστε το άρθρωμα δράσης που θέλετε να χρησιμοποιήσετε"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Προσδιορίστε τους τύπους ενεργειών που θέλετε να χρησιμοποιήσετε σε λίστα, χωρισμένους με κόμματα"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Προσδιορίστε το άρθρωμα συνθήκης που θέλετε να χρησιμοποιήσετε"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Προσδιορίστε το άρθρωμα αναζήτησης που θέλετε να χρησιμοποιήσετε"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Τα %1 πιο επείγοντα αιτήματα που έχω αναλάβει"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "Το %1 είναι ένα εργαλείο για ενέργειες σε αιτήματα από ένα εξωτερικό χρονοπρόγραμμα όπως το cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Το CFs μπορεί να αναζητηθεί χρησιμποποιώντας παρόμοια σύνταξη όπως παραπάνω με %1"
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Υπολογισμός"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Υπολογισμός τιμών"
 
@@ -1432,7 +1432,7 @@ msgstr "Δεν μπορεί να γίνει προσθήκη ειδικού πε
 msgid "Can't find a saved search to work with"
 msgstr "Δεν βρέθηκε αποθηκευμένη αναζήτηση για να δουλέψετε"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Δεν μπορείτε να συνδέσετε κάποιο αίτημ
 msgid "Can't link to a deleted ticket"
 msgstr "Δεν είναι δυνατή η σύνδεση με ένα διαγραμμένο αίτημα"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Σχόλια (δε θα σταλούν στους αιτούντες)"
 msgid "Comments about this user"
 msgstr "Σχόλια για το χρήστη"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Τα Σχόλια προστέθηκαν"
 
@@ -1734,7 +1734,7 @@ msgstr "Διεύθυνση αλληλογραφίας"
 msgid "Correspondence"
 msgstr "Αλληλογραφία"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Προστέθηκε Αλληλογραφία"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Δεν έχει προστεθεί η νέα τιμή ειδικού πεδίου: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Δεν ήταν δυνατή η αλλαγή υπευθύνου: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Δεν ήταν δυνατή η ενημέρωση της Πινακίδ
 msgid "Dashboard updated"
 msgstr "Το Ταμπλό ενημερώθηκε"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Ταμπλό"
 
@@ -2560,7 +2560,7 @@ msgstr "Προκαθορισμένο: %1/%2 αλλαγή από %3 σε %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Διαγραφή"
 
@@ -2586,7 +2586,7 @@ msgstr "Η διαγραφή απέτυχε: %1"
 msgid "Delete group dashboards"
 msgstr "Διαγραφή πινακίδων ομάδας"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Η λειτουργία διαγραφής έχει απενεργοποιηθεί από τις ρυθμίσεις του κύκλου ζωής"
 
@@ -3138,7 +3138,7 @@ msgstr "Σφάλμα: η αναζήτηση %1 δεν ενημερώθηκε: %2
 msgid "Error: unencrypted message"
 msgstr "Σφάλμα: μη κρυπτογραφημένο μήνυμα"
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Κλιμάκωση αιτήματος"
 
@@ -3150,7 +3150,7 @@ msgstr "Εκτιμώμενο"
 msgid "Everyone"
 msgstr "Όλοι"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Παράδειγμα:"
 
@@ -3224,8 +3224,8 @@ msgstr "Αποτυχία φόρτωσης %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Αποτυχία φόρτωσης %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Αποτυχία φόρτωσης αρθρώματος %1. (%2)"
 
@@ -3335,7 +3335,7 @@ msgstr "Εύρεση ατόμων που"
 msgid "Find tickets"
 msgstr "Εύρεση αιτημάτων"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "Βρείτε Χρήστη"
 
@@ -3511,6 +3511,9 @@ msgstr "Το καθολικό στοιχείο πύλης %1 αποθηκεύτ
 msgid "Global template '%1' not found"
 msgstr "Το καθολικό πρότυπο '%1' δεν βρέθηκε"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Μετάβαση"
@@ -3560,7 +3563,7 @@ msgstr "Δικαιώματα Ομάδας"
 msgid "Group already has member: %1"
 msgstr "Η ομάδα περιλαμβάνει ήδη το μέλος: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Ομαδοποίηση κατά"
 
@@ -3594,7 +3597,7 @@ msgstr "Το όνομα ομάδας '%1' χρησιμοποιείται ήδη"
 msgid "Group not found"
 msgstr "Η ομάδα δε βρέθηκε"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Ομάδα αιτημάτων από"
 
@@ -3603,7 +3606,7 @@ msgstr "Ομάδα αιτημάτων από"
 msgid "Group: %1"
 msgstr "Ομάδα: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Ομαδοποιημένα αποτελέσματα αναζήτησης"
 
@@ -3671,7 +3674,7 @@ msgstr "Επικεφαλίδα προωθούμενου αιτήματος"
 msgid "Heading of a forwarded message"
 msgstr "Επικεφαλίδα προωθούμενου μηνύματος"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Ύψος"
 
@@ -3691,7 +3694,7 @@ msgstr "Απόκρυψη όλου του αναφερομένου κειμένο
 msgid "Hide quoted text"
 msgstr "Απόκρυψη αναφερομένου κειμένου"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Ιστορικό"
 
@@ -3773,7 +3776,7 @@ msgstr "Αν μια έγκριση απορριφθεί, να απορριφθε
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Εάν αυτό δεν είναι ό,τι περιμένετε, αφήστε αυτή τη σελίδα τώρα χωρίς να συνδεθείτε."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Αν αυτό το εργαλείο είναι setgid, ένας κακόβουλος τοπικός χρήστης θα μπορούσε να το χρησιμοποιήσει για να αποκτήσει πρόσβαση διαχειριστή στο RT"
 
@@ -4070,15 +4073,15 @@ msgstr "Έχει ήδη προστεθεί στο αντικείμενο"
 msgid "Is not encrypted"
 msgstr "Δεν είναι κρυπτογραφημένο"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Είναι εξαιρετικά σημαντικό μην επιτρέπεται σε μη προνομιούχοι χρήστες να τρέξουν αυτό το εργαλείο."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Συστήνεται η δημιουργία ενός μη προνομιούχου χρήστη unix, μέλος της σωστής ομάδας και με πρόσβαση στο RT για να τρέχει αυτό το εργαλείο."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Παίρνει αρκετές παραμέτρους:"
 
@@ -4591,19 +4594,19 @@ msgstr "Ιδιότητες Μέλους για τον χρήστη %1"
 msgid "Merge"
 msgstr "Συγχώνευση"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Επιτυχής συγχώνευση"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Αποτυχία συγχώνευσης. Δεν μπόρεσε να ορισθεί το EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Η συγχώνευση απέτυχε. Δεν μπόρεσε να οριστεί το  IsMerged"
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Αποτυχία συγχώνευσης. Δεν μπόρεσε να ορισθεί η κατάσταση"
 
@@ -4648,7 +4651,7 @@ msgstr "Αποτυχία καταγραφής μηνύματος"
 msgid "Message for user"
 msgstr "Μήνυμα για το χρήστη"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Το μήνυμα καταγράφηκε"
 
@@ -5035,10 +5038,16 @@ msgstr "Τα αιτήματά μου"
 msgid "My approvals"
 msgstr "Οι εγκρίσεις μου"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Οι πινακίδες μου"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Οι υπενθυμίσεις μου"
@@ -5047,11 +5056,11 @@ msgstr "Οι υπενθυμίσεις μου"
 msgid "My saved searches"
 msgstr "Οι αποθηκευμένες αναζητήσεις μου"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr "Οι ουρές διαχείρισής μου"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "Οι υπενθυμίσεις μου"
 
@@ -5059,7 +5068,7 @@ msgstr "Οι υπενθυμίσεις μου"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr "Ουρές Υποστήριξής μου"
 
@@ -5143,7 +5152,7 @@ msgstr "Νέα υπενθύμιση:"
 msgid "New ticket"
 msgstr "Νέο αίτημα"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Το νέο αίτημα δεν υπάρχει"
 
@@ -5663,7 +5672,7 @@ msgstr "Προβολή μόνο των ειδικών πεδίων για:"
 msgid "Open Inactive Tickets"
 msgstr "Ανοικτά Απενεργοποιημένα Αιτήματα"
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Άνοιξε το"
 
@@ -5754,7 +5763,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Ο Υπεύθυνος '%1' δεν έχει δικαιώματα για να αναλάβει αυτό το αίτημα"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Ο υπεύθυνος άλλαξε από %1 σε %2"
 
@@ -5892,7 +5901,7 @@ msgstr "Σειρά αναζήτησης βιβλιοθηκών Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Οριστική διαγραφή δεδομένων από RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Δεν επιτρέπεται η πρόσβαση"
 
@@ -5904,7 +5913,7 @@ msgstr "Δεν επιτρέπεται η πρόσβαση"
 msgid "Phone numbers"
 msgstr "Αριθμοί τηλεφώνου"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Εικόνα"
 
@@ -6195,11 +6204,11 @@ msgstr "Γρήγορη αναζήτηση"
 msgid "Quick ticket creation"
 msgstr "Γρήγορη δημιουργία αιτήματος"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "Γρήγορη Δημιουργία"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Γρήγορη Αναζήτηση"
 
@@ -6231,6 +6240,9 @@ msgstr "Διαμόρφωση RT"
 msgid "RT Error"
 msgstr "Σφάλμα RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Μέγεθος RT"
@@ -6261,7 +6273,7 @@ msgid "RT core variables"
 msgstr "Βασικές μεταβλητές RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT για %1"
 
@@ -6312,7 +6324,7 @@ msgstr "Η καταγραφή της ρύθμισης του RT συνοψίζε
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "Η επιλογή RTAddressRegexp στις ρυθμίσεις δεν ταυτίζεται με %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Άνοιγμα ξανά"
 
@@ -6445,7 +6457,7 @@ msgstr "Ανανέωση αποτελεσμάτων αναζήτησης κάθ
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Ανανέωση αυτής της σελίδας κάθε %1 λεπτά."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "Ανανέωση αρχικής σελίδας"
 
@@ -6453,7 +6465,7 @@ msgstr "Ανανέωση αρχικής σελίδας"
 msgid "Refused to add link which would create a circular relationship"
 msgstr "Αρνηθήκατε να προσθέσετε σύνδεσμο που θα δημιουργούσε μια κυκλική σχέση"
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Απόρριψη"
 
@@ -6597,7 +6609,7 @@ msgstr "Επαναφορά στο αρχικό θέμα RT"
 msgid "Residence"
 msgstr "Κατοικία"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Επίλυση"
 
@@ -6701,6 +6713,9 @@ msgstr "Γραμμές ανά πλαίσιο"
 msgid "Rows per page"
 msgstr "Γραμμές ανά σελίδα"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr "SMIME Πιστοποιητικό"
@@ -6771,7 +6786,7 @@ msgstr "Αποθηκευμένη Αναζήτηση"
 msgid "Saved Searches"
 msgstr "Αποθηκευμένες Αναζητήσεις"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Αποθηκευμένα διαγράμματα"
 
@@ -6784,7 +6799,7 @@ msgstr "Η αποθηκευμένη αναζήτηση %1 δε βρέθηκε"
 msgid "Saved searches"
 msgstr "Αποθηκευμένες αναζητήσεις"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "Αποθηκευμένες Αναζητήσεις"
 
@@ -6883,7 +6898,7 @@ msgstr "Η αναζήτηση πλήρες κειμένου σε κάθε αίτ
 msgid "Secret authentication token"
 msgstr "Μυστικό κουπόνι ταυτοποίησης"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Ασφάλεια:"
 
@@ -7137,6 +7152,9 @@ msgstr "Καθορισμός ιδιωτικού κλειδιού"
 msgid "Settings"
 msgstr "Ρυθμίσεις"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Σύντομα ονόματα χρηστών"
@@ -7379,7 +7397,7 @@ msgstr "Τα ίχνη σωρού δε καταγράφονται."
 msgid "Stage"
 msgstr "Στάδιο"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Αναμονή"
 
@@ -7467,7 +7485,7 @@ msgstr "Βήμα %1 από %2"
 msgid "Stolen from %1"
 msgstr "Ανάκτηση από %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Στυλ"
 
@@ -7718,15 +7736,15 @@ msgstr "Αυτή είναι ήδη η τρέχουσα τιμή"
 msgid "That is not a value for this custom field"
 msgstr "Αυτή δεν είναι κατάλληλη τιμή για αυτό το ειδικό πεδίο"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Το αίτημα έχει ανεπίλυτες εξαρτήσεις"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Ο χρήστης είναι ήδη υπεύθυνος για το αίτημα"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Ο χρήστης δεν υπάρχει"
 
@@ -7746,7 +7764,7 @@ msgstr "Αυτός ο χρήστης έχει γίνει προνομιούχο
 msgid "That user is now unprivileged"
 msgstr "Αυτός ο χρήστης έχει γίνει μη προνομιούχος"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Ο χρήστης δεν μπορεί να είναι υπεύθυνος για αιτήματα σε αυτή την ουρά"
 
@@ -7779,7 +7797,7 @@ msgstr "Ο AdminCc ενός αιτήματος"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Το όνομα τομέα της βάσης δεδομένων σας (πχ 'db.example.com')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Η ακόλουθη εντολή θα εντοπίσει όλα τα ενεργά αιτήματα στην ουρά 'general' και θα ορίσει την προτεραιότητα τους στο 99 όταν θα είναι εκπρόθεσμα:"
 
@@ -7916,7 +7934,7 @@ msgstr "Το παρόν αίτημα δεν είναι δυνατό να επι
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Το παρόν αίτημα δε μπορεί να επιλυθεί μέχρι το %numarate(%1, dependency is,dependencies are) επιλυθεί."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Αυτό το εργαλείο επιτρέπει την γενική χρήση αρθρωμάτων perl μέσα από το RT."
 
@@ -8337,7 +8355,7 @@ msgstr "Μη εξουσιοδοτημένος"
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Αποεπιλέξτε τα πλαίσια για απενεργοποίηση των ειδοποιήσεων στους εγγεγραμμένους παραλήπτες <b>μόνο για αυτή την συναλλαγή</b>. Για μονιμότερη αποσιωποίηση των ειδοποιήσεων μπορείτε να επισκεφθείτε την <a href=\"%1\">Σελίδα χρηστών</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Αποδιαγραφή"
 
@@ -8429,7 +8447,7 @@ msgstr "Χωρίς ανάληψη"
 msgid "Update"
 msgstr "Ενημέρωση"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Ενημέρωση διαγράμματος"
 
@@ -8943,7 +8961,7 @@ msgstr "Όποτε λαμβάνεται αλληλογραφία"
 msgid "Where to find your sendmail binary."
 msgstr "Τοποθεσία του προγράμματος sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Πλάτος"
 
@@ -8991,7 +9009,7 @@ msgstr "Εσείς (%1) δεν επιτρέπεται να χρησιμοποι
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "<a href=\"%1\">Μπορείτε να επεξεργαστείτε αυτή την πινακίδα</a> και <a href=\"%2\">την συνδρομή σας σε αυτή στο RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Έχετε ήδη αναλάβει αυτό το αίτημα"
 
@@ -9032,15 +9050,15 @@ msgstr "Μπορείτε να εισαγάγετε το περιεχόμενο 
 msgid "You can not set password."
 msgstr "Δεν μπορεί να οριστεί ο κωδικός."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Μπορείτε να αναθέσετε εκ νέου μόνο τα αιτήματα που έχετε στην κατοχή σας ή για τα οποία δεν έχουν αναληφθεί"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr "Μπορείτε να κλέψετε μόνο ένα αίτημα που ανήκει σε κάποιον άλλον"
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Μπορείτε να αναλάβετε μόνο τα αιτήματα στα οποία δεν έχει οριστεί υπεύθυνος"
 
@@ -9173,7 +9191,7 @@ msgstr "και πριν από"
 msgid "and not"
 msgstr "και όχι"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "και στη συνέχεια"
 
@@ -9225,10 +9243,6 @@ msgstr "επιλέξτε για προσθήκη"
 msgid "click to check/uncheck all objects at once"
 msgstr "κλικ για να επιλέξετε/αποεπιλέξετε όλα τα αντικείμενα με μιας"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "κλειστό"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "κεντρικές ρυθμίσεις"
@@ -9481,7 +9495,7 @@ msgstr "στις"
 msgid "one"
 msgstr "ένα"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "ανοικτά"
 
@@ -9505,7 +9519,7 @@ msgstr "πίτα"
 msgid "plugin returned empty list"
 msgstr "το πρόσθετο επέστρεψε άδεια λίστα"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr "εικ"
 
diff --git a/share/po/es.po b/share/po/es.po
index a606a26..e86220b 100644
--- a/share/po/es.po
+++ b/share/po/es.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (del panel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajustar la opción de configuración LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Un parámetro para pasar a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Enviar actualizaciones de estado a STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Especifique si desea usar 'primera','última' o 'todas' las transacciones"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especifique el nombre o id de la(s) plantilla(s) que quiere utilizar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Especifique el módulo de acción que quiere utilizar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Especifique la lista de tipos de transaciones separados por coma que desea usar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Especifique el módulo de condición que quiere utilizar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Especifique el modulo de búsqueda que quiere utilizar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 casos de mayor prioridad que poseo"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 es una herramienta para actuar sobre los casos con una herramienta de planificación externa, como cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Se puede buscar en los campos personalizados usando una sintaxis similar a la anterior con %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "No puede agregar un valor de campo personalizado sin nombre"
 msgid "Can't find a saved search to work with"
 msgstr "No se puede encontrar una búsqueda guardada para trabajar"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "No se puede relacionar un caso consigo mismo"
 msgid "Can't link to a deleted ticket"
 msgstr "No se puede enlazar a un caso borrado"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Comentarios (no se envían a los solicitantes)"
 msgid "Comments about this user"
 msgstr "Comentarios acerca de este usuario"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentarios añadidos"
 
@@ -1734,7 +1734,7 @@ msgstr "Dirección de correspondencia"
 msgid "Correspondence"
 msgstr "Correspondencia"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Correspondencia agregada"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "No fue posible agregar el valor del campo personalizado: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "No fue posible cambiar el propietario: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "No fue posible actualizar Cuadro de Mandos: %1"
 msgid "Dashboard updated"
 msgstr "Cuadro de Mandos actualizado"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Cuadros de Mandos"
 
@@ -2560,7 +2560,7 @@ msgstr "Por omisión: %1/%2 ha cambiado de %3 a %4"
 msgid "DefaultFormat"
 msgstr "FormatoPredefinido"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Borrar"
 
@@ -2586,7 +2586,7 @@ msgstr "Borrado fallido: %1"
 msgid "Delete group dashboards"
 msgstr "Eliminar paneles de grupo"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "La eliminación ha sido desactivada por la configuración del ciclo de vida"
 
@@ -3136,7 +3136,7 @@ msgstr "Error: búsqueda %1 no actualizada: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Escalar casos"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimado"
 msgid "Everyone"
 msgstr "Todos"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Ejemplo:"
 
@@ -3222,8 +3222,8 @@ msgstr "Falló al cargar %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Fallo al cargar %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Error al cargar el modulo %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Encontrar usuarios que"
 msgid "Find tickets"
 msgstr "Encontrar casos"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "EncontrarUsuario"
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet global %1 salvado."
 msgid "Global template '%1' not found"
 msgstr "Plantilla global '%1' no encontrada"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ir"
@@ -3558,7 +3561,7 @@ msgstr "Permisos del Grupo"
 msgid "Group already has member: %1"
 msgstr "El grupo ya tiene un miembro: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "El nombre de grupo '%1' ya está en uso"
 msgid "Group not found"
 msgstr "Grupo no encontrado"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Encabezado de un caso reenviado"
 msgid "Heading of a forwarded message"
 msgstr "Encabezado de un mensaje reenviado"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Ocultar todo el texto citado"
 msgid "Hide quoted text"
 msgstr "Ocultar el texto citado"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historial"
 
@@ -3771,7 +3774,7 @@ msgstr "Si una aprobación es rechazada, rechazar la original y borrar las aprob
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Si esto no es lo que esperaba, salga de esta página sin iniciar sesión."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Si esta herramienta estaba setgid, un usuario hostil local podría usar esta herramienta para conseguir acceso administrativo a RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "No está encriptado"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Es increiblemente importante que los usuarios sin privilegios no puedan ejecutar esta herramienta"
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Es recomendable crear un usuario unix sin privilegios que pertenezca al grupo correcto y que tenga aceso a ejecutar esta herramienta"
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Tiene varios parámetros:"
 
@@ -4589,19 +4592,19 @@ msgstr "Pertenencias del usuario %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Fusión exitosa"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Fusión fallida. No se pudo establecer el EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Unión fallida. No se pudo establecer el Estado"
 
@@ -4646,7 +4649,7 @@ msgstr "Mensaje no pudo ser grabado"
 msgid "Message for user"
 msgstr "Mensaje al usuario"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Mensaje grabado"
 
@@ -5033,10 +5036,16 @@ msgstr "Mis casos"
 msgid "My approvals"
 msgstr "Mis aprobaciones"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mis cuadros de mandos"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mis recordatorios"
@@ -5045,11 +5054,11 @@ msgstr "Mis recordatorios"
 msgid "My saved searches"
 msgstr "Mis búsquedas salvadas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "MisRecordatorios"
 
@@ -5057,7 +5066,7 @@ msgstr "MisRecordatorios"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Nuevo recordatorio:"
 msgid "New ticket"
 msgstr "Nuevo caso"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "El caso nuevo no existe"
 
@@ -5661,7 +5670,7 @@ msgstr "Solo mostrar campos personalizados para:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Abrirlo"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "El propietario '%1'  no tiene permisos para poseer este caso"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Propietario cambiado de %1 a %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Orden de búsqueda de librería Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Eliminar datos de RT de forma definitiva"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Permiso denegado"
 
@@ -5902,7 +5911,7 @@ msgstr "Permiso denegado"
 msgid "Phone numbers"
 msgstr "Números de teléfono"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Búsqueda rápida"
 msgid "Quick ticket creation"
 msgstr "Creación rápida de caso"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "CreaciónRápida"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "Configuración de RT"
 msgid "RT Error"
 msgstr "Error del RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Tamaño de RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Variables del núcleo de RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT para %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "La opción RTDireccionRegexp de la configuración no coincide con %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Reabrir"
 
@@ -6443,7 +6455,7 @@ msgstr "Refrescar resultados de la búsqueda cada 60 minutos."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Refrescar esta página cada %1 minutos"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "RecargarPaginaDeInicio"
 
@@ -6451,7 +6463,7 @@ msgstr "RecargarPaginaDeInicio"
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Rechazar"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Residencia"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Resolver"
 
@@ -6699,6 +6711,9 @@ msgstr "Filas por caja"
 msgid "Rows per page"
 msgstr "Filas por página"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Búsquedas guardadas"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gráficas salvadas"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Búsquedas guardadas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "BusquedasGuardadas"
 
@@ -6879,7 +6894,7 @@ msgstr "Buscar en el texto completo de cada caso puede tomar mucho tiempo, pero
 msgid "Secret authentication token"
 msgstr "Token de autenticación secreto"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Seguridad:"
 
@@ -7133,6 +7148,9 @@ msgstr "Definir clave privada"
 msgid "Settings"
 msgstr "Configuración"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Nombres cortos de usuario"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Fase"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Casilla"
 
@@ -7463,7 +7481,7 @@ msgstr "Paso %1 de %2"
 msgid "Stolen from %1"
 msgstr "Robado a %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Estilo"
 
@@ -7714,15 +7732,15 @@ msgstr "Ese es el valor actual"
 msgid "That is not a value for this custom field"
 msgstr "Ese no es un valor para este campo personalizado"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Ese caso tiene dependencias sin resolver"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Ese usuario ya posee ese caso"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Ese usuario no existe"
 
@@ -7742,7 +7760,7 @@ msgstr "Ese usuario ahora es privilegiado"
 msgid "That user is now unprivileged"
 msgstr "Ese usuario ahora es no privilegiado"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Ese usuario puede no poseer casos en esa cola"
 
@@ -7775,7 +7793,7 @@ msgstr "El CC administrativo de un caso"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "El nombre del dominio de su servidor de la base de datos (como 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "El comando siguiente encontrará todos los casos en la cola 'general' y establecerá su prioridad a 99 si están vencidos:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Esta herramiento permite al usuario ejecutar módulos perl arbitrarios desde RT"
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Desactive las casillas para deshabilitar notificaciones a los destinatarios listados <b>solo para esta transacción</b>; el silenciamiento persistente es administrado en la página <a href=\"%1\">Personas</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Recuperar"
 
@@ -8425,7 +8443,7 @@ msgstr "No cogido"
 msgid "Update"
 msgstr "Actualizar"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Actualizar gráfico"
 
@@ -8939,7 +8957,7 @@ msgstr "Al recibir correspondencia"
 msgid "Where to find your sendmail binary."
 msgstr "Donde encontrar el programa sendmail"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Usted <a href=\"%1\">puede editar este panel</a> y <a href=\"%2\">su suscripción</a> a el en RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Usted ya es propietario de este caso"
 
@@ -9028,15 +9046,15 @@ msgstr "Puede ingresar contenido del caso en cualquier campo de texto libre, tex
 msgid "You can not set password."
 msgstr "No puede introducir la contraseña"
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Sólo puede reasignar casos que posee o que no tienen propietario"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Sólo puede tomar casos que no tienen propietario."
 
@@ -9169,7 +9187,7 @@ msgstr "y antes"
 msgid "and not"
 msgstr "y no"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "marque para añadir"
 msgid "click to check/uncheck all objects at once"
 msgstr "pulse para marcar/desmarcar todos los objetos de una vez"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "cerrado"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "configuración del núcleo"
@@ -9477,7 +9491,7 @@ msgstr "el día"
 msgid "one"
 msgstr "uno"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "abierto"
 
@@ -9501,7 +9515,7 @@ msgstr "Queso"
 msgid "plugin returned empty list"
 msgstr "el plugin devolvió una lista vacía"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/et.po b/share/po/et.po
index e1d99c7..4f6450c 100644
--- a/share/po/et.po
+++ b/share/po/et.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (paneelilt %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Muuda LogToSTDERR konfiguratsioonivalikut"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - argument %2 jaoks"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - väljasta muutused standardväljundisse STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - kas soovid kasutada 'esimest', 'viimast' või 'kõiki' toiminguid"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - anna malli nimi või id, mida soovid kasutada"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - määratle, millist tegevusmoodulit soovid kasutada"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Määratle tegevustüüpide loetelu, mida soovid kasutada (kasuta eraldajana koma)"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Määratle tingimusmoodul, mida soovid kasutada"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 Määratle soovitud otsingumoodul"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Minu %1 tähtsaimat juhtumit"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 on töövahend, mis reageerib välisest allikatest pärit juhtumitele."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Ei saanud lisada kohandatud välja väärtust ilma nimeta"
 msgid "Can't find a saved search to work with"
 msgstr "Ei leia salvestatud otsingut"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Juhtumit ei saa ühendada iseendaga"
 msgid "Can't link to a deleted ticket"
 msgstr "Ei saa ühendada kustutatud juhtumiga"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kommentaar (ei saadeta nõudjale)"
 msgid "Comments about this user"
 msgstr "Kommentaarid kasutaja kohta"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Lisati kommentaar"
 
@@ -1734,7 +1734,7 @@ msgstr "Nõudja aadress"
 msgid "Correspondence"
 msgstr "Kirjavahetus"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Lisati kirjavahetus"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Ei saa lisada uut kohandatud välja väärtust: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Ei saa vahetada omanikku: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Ei õnnestunud uuendada näidikulauda: %1"
 msgid "Dashboard updated"
 msgstr "Näidikulaud uuendati"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Näidikulauad"
 
@@ -2560,7 +2560,7 @@ msgstr "Vaikimisi: %1/%2 muudetud %3-st %4-ks"
 msgid "DefaultFormat"
 msgstr "VaikeFormaat"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Kustuta"
 
@@ -2586,7 +2586,7 @@ msgstr "Kustutamine ebaõnnestus: %1"
 msgid "Delete group dashboards"
 msgstr "Kustuta grupi töölauad"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Kustutusoperatsioon on keelatud konfiguratsioonis"
 
@@ -3136,7 +3136,7 @@ msgstr "Viga: otsingut %1 ei muudetud: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaleeri juhtumid"
 
@@ -3148,7 +3148,7 @@ msgstr "Hinnanguline"
 msgid "Everyone"
 msgstr "Kõik"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Näide:"
 
@@ -3222,8 +3222,8 @@ msgstr "Ei õnnestunud laadida %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Ei õnnestunud laadida %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Mooduli %1 laadimine ebaõnnestus. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Leia inimesed, kelle"
 msgid "Find tickets"
 msgstr "Leia juhtumid"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "LeiaKasutaja"
 
@@ -3509,6 +3509,9 @@ msgstr "Üleüldine portlet %1 salvestati."
 msgid "Global template '%1' not found"
 msgstr "Ei leidnud üldist malli '%1'"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Mine"
@@ -3558,7 +3561,7 @@ msgstr "Rühma õigused"
 msgid "Group already has member: %1"
 msgstr "Rühmas on juba liige: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Rühma nimetus '%1' on juba kasutusel"
 msgid "Group not found"
 msgstr "Rühma ei leitud"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Edastatud juhtumi päis"
 msgid "Heading of a forwarded message"
 msgstr "Edastatud juhtumi päis"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Peida kõik jutumärkides tekst"
 msgid "Hide quoted text"
 msgstr "Peida jutumärkides tekst"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Ajalugu"
 
@@ -3771,7 +3774,7 @@ msgstr "Kui"
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Kui see ei ole see, mis ootate, siis lahkuge sellelt lehelt ilma sisselogimata."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Kui see vahend oleks setgid, siis vaenulik kohalik kasutaja võiks kasutada seda vahendit RT administraatori õiguste saamiseks."
 
@@ -4068,15 +4071,15 @@ msgstr "On juba lisatud objektile"
 msgid "Is not encrypted"
 msgstr "Ei ole salastatud"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "See on erakordselt tähtis, et priviligeerimata kasutajatel ei oleks lubatud käivitada seda töövahendit."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "See vajab mitut argumenti:"
 
@@ -4589,19 +4592,19 @@ msgstr "Kasutaja %1 liikmelisus"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Mestimine õnnestus"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Mestimine ebaõnnestus. Ei saanud seada EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Mestimine ebaõnnestus. Ei saanud seada Status"
 
@@ -4646,7 +4649,7 @@ msgstr "Sõnumit ei õnnestunud salvestada"
 msgid "Message for user"
 msgstr "Sõnum kasutajale"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Sõnum salvestati"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Minu kinnitused"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Minu näidikulauad"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Minu talletatud otsingud"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Uus meeldetuletus:"
 msgid "New ticket"
 msgstr "Uus juhtum"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Uut juhtumit pole olemas"
 
@@ -5661,7 +5670,7 @@ msgstr "Näita kohandatud välju:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Omanik muutus %1-st %2-ks"
 
@@ -5890,7 +5899,7 @@ msgstr "Perli teekide ostsingu järjestus"
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Õigused puuduvad"
 
@@ -5902,7 +5911,7 @@ msgstr "Õigused puuduvad"
 msgid "Phone numbers"
 msgstr "Telefoninumbrid"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Kiirotsing"
 msgid "Quick ticket creation"
 msgstr "Juhtumi kiirloomine"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT viga"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT suurus"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT %1 jaoks"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Värskenda otsingu tulemusi iga 60 minuti järel"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Värskenda otsingu tulemusi iga %1 minuti järel"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Elukoht"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Lahenda"
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Salvestatud otsingud"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Sätted"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr "Uuenda"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr "ja enne"
 msgid "and not"
 msgstr "ja mitte"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "suletud"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr "päeval"
 msgid "one"
 msgstr "üks"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "ava"
 
@@ -9501,7 +9515,7 @@ msgstr "pirukas"
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/eu.po b/share/po/eu.po
index 5dc8546..5177dd2 100644
--- a/share/po/eu.po
+++ b/share/po/eu.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (%2 paneletik)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr ""
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr ""
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr ""
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr ""
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr ""
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr ""
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr ""
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr ""
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Neure %1 lehentasun handieneko lan-aginduak"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr ""
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Ezin da eremu pertsonalizatu baten izenik gabeko balioa gehitu"
 msgid "Can't find a saved search to work with"
 msgstr "Ezin da aurkitu lan egiteko gordetako bilaketa"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Ezin da lan-agindu bat bere buruari estekatu"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Iruzkinak (Ez zaizkie eskatzaileei bidaliko)"
 msgid "Comments about this user"
 msgstr "Erabiltzaile honi buruzko oharrak"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Iruzkinak gehituta"
 
@@ -1734,7 +1734,7 @@ msgstr "Korrespondentzia helbidea"
 msgid "Correspondence"
 msgstr "Korrespondentzia"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korrespondentzia gehituta"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Ezin izan da eremu pertsonalizatuaren balio berri bat gehitu: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Ezin izan da jabea aldatu: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Ezin izan da aginte-panela eguneratu: %1"
 msgid "Dashboard updated"
 msgstr "Aginte-panela eguneratuta"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Aginte-panelak"
 
@@ -2560,7 +2560,7 @@ msgstr "Lehenetsia: %1/%2 aldatuta %3tik %4ra"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Ezabatu"
 
@@ -2586,7 +2586,7 @@ msgstr "Ezabaketak huts egin du: %1"
 msgid "Delete group dashboards"
 msgstr "Taldearem aginte-panelak ezabatu"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Bizitzabidearen konfigurazioak ezabaketa operazioa desgaitzen du"
 
@@ -3136,7 +3136,7 @@ msgstr "Errorea: %1 bilaketa ez da eguneratu: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3148,7 +3148,7 @@ msgstr "Estimatuta"
 msgid "Everyone"
 msgstr "Edonork"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Adibidea:"
 
@@ -3222,8 +3222,8 @@ msgstr "%1 %2 kargatzeak huts egin du"
 msgid "Failed to load %1 %2: %3"
 msgstr "%1 %2 kargatzeak huts egin du: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "%1 modulua kargatzeak huts egin du. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Aurkitu ondokoa betetzen duen jende guztia"
 msgid "Find tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Joan"
@@ -3558,7 +3561,7 @@ msgstr "Talde Eskubideak"
 msgid "Group already has member: %1"
 msgstr "Kidea taldean da dagoeneko: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "'%1' talde izena erabilita dago"
 msgid "Group not found"
 msgstr "Ez da taldea aurkitu"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr "Birbidalitako mezu baten goiburua"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Ezkutatu aipatutako testu guztiak"
 msgid "Hide quoted text"
 msgstr "Ezkutatu aipatutako testua"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historia"
 
@@ -3771,7 +3774,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Ez dago enkriptatuta"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr "%1 erabiltzailearen kidetasunak"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Bateratze Arrakastatsua"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Bateratzeak huts egin du. Ezin izan da EffectiveId ezarri"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Bateratzeak huts egin du. Ezin izan da Egoera ezarri"
 
@@ -4646,7 +4649,7 @@ msgstr "Mezua ezin izan da grabatu"
 msgid "Message for user"
 msgstr "Erabiltzailearendako mezua"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Mezua grabatuta"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Nere onespenak"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Nere aginte-panelak"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Nere oroigarriak"
@@ -5045,11 +5054,11 @@ msgstr "Nere oroigarriak"
 msgid "My saved searches"
 msgstr "Nere gordetako bilaketak"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Oroigarri berria:"
 msgid "New ticket"
 msgstr "Lan-agindu berria"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Lan-agindu berria ez da existitzen"
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Ireki"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "'%1' jabeak ez du eskubiderik lan-agindu honen jabe izateko."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Jabea aldatua %1tik %2ra"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr "RT-tik datuak behin-betiko ezabatu"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Baimena Ukatuta"
 
@@ -5902,7 +5911,7 @@ msgstr "Baimena Ukatuta"
 msgid "Phone numbers"
 msgstr "Telefono zenbakiak"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Bilaketa azkarra"
 msgid "Quick ticket creation"
 msgstr "Lan-agindu sorrera azkarra"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Berriz ireki"
 
@@ -6443,7 +6455,7 @@ msgstr "Bilaketa emaitzak 60 minuturo freskatu."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Orri hau %1 minuturo freskatu."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Baztertu"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Bizilekua"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Amaitu"
 
@@ -6699,6 +6711,9 @@ msgstr "Errenkadak kaxako"
 msgid "Rows per page"
 msgstr "Errenkadak orriko"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Gordetako Bilaketak"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gordetako diagramak"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Gordetako bilaketak"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Autentikazio token sekretua"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Segurtasuna:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Ezarpenak"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Erabiltzaile-izen motzak"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Izoztu"
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "%1(r)i lapurtuta"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Estiloa"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Lan-aginduak konpondu gabeko menpekotasunak ditu"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Erabiltzaile hori lan-aginduaren jabe da dagoeneko"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Erabiltzaile hori ez da existitzen"
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Erabiltzaile hori ezin da ilara horretako lan-aginduen jabe izan"
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Desezabatu"
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr "Eguneratu"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Diagrama Eguneratu"
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Lan-agindu honen jabe zara dagoeneko"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Zureak diren edo jaberik ez duten lan-aginduak bakarrik esleitu ditzakezu"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Jaberik ez duten lan-aginduak bakarrik hartu ditzakezu"
 
@@ -9169,7 +9187,7 @@ msgstr "eta aurretik"
 msgid "and not"
 msgstr "eta ez"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr ""
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr "bat"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "irekita"
 
@@ -9501,7 +9515,7 @@ msgstr "tarta"
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/fa.po b/share/po/fa.po
index b8236f6..499799b 100644
--- a/share/po/fa.po
+++ b/share/po/fa.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (از قاب %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - یک پارامتر ارسالی به %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - وضعیت خروجی در STDOUT روزآمد شد"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - مشخص کنید آیا شما  'اولین', 'آخرین' و یا 'تمام' تبادل ها را می خواهید"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - نام و یا مشخصه قالب (-هایی) را که می خواهید استفاده کنید، مشخص نمایید"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - ماژول عملیاتی دلخواه خود را مشخص کنید"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - لیستی که با کاما جدا شده اند از انواع تبادل هایی که می خواهید استفاده کنید، مشخص نمایید"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - ماژول شرطی دلخواه خود را مشخص نمایید"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - ماژول جستجوی دلخواه خود را مشخص نمایید"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 درخواست اولویت بالا با مسئولیت من"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 ابزاری برای انجام عملیات از طریق یک ابزار زمان بندی خارجی مانند cron‌ است."
 
@@ -1407,11 +1407,11 @@ msgstr "فیلد خاص"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "همه فیلدهای خاص ممکن است با ساختار مشابه بالا بوسیله %1 جستجو شوند."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "اضافه نمودن یک مقدار فیلد خاص بدون نام ا
 msgid "Can't find a saved search to work with"
 msgstr "یافتن جستجوی ذخیره شده برای انجام عمل امکان ندارد"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "پیوند یک درخواست به خودش امکان ندارد"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "توضیحات (ارسال نشده به درخواست کنندگان)"
 msgid "Comments about this user"
 msgstr "توضیحات مربوط به این کاربر"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "توضیحات اضافه شد"
 
@@ -1734,7 +1734,7 @@ msgstr "آدرس متناظر"
 msgid "Correspondence"
 msgstr "تناظر"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "پاراف اضافه شد"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "اضافه کردن مقدار جدید فیلد خاص امکان ندارد: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "تغییر مسئول امکان ندارد: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "داشبورد نمی تواند بروزآوری شود: %1"
 msgid "Dashboard updated"
 msgstr "داشبورد روزآمد شد"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "داشبوردها"
 
@@ -2560,7 +2560,7 @@ msgstr "پیش فرض: %1/%2 تغییر یافته از %3 به %4"
 msgid "DefaultFormat"
 msgstr "قالب پیشفرض"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "حذف"
 
@@ -2586,7 +2586,7 @@ msgstr "حذف انجام نشد: %1"
 msgid "Delete group dashboards"
 msgstr "حذف داشبوردهای گروه"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "عملیات حذف توسط پیکربندی چرخه حیات غیر فعال شده است"
 
@@ -3136,7 +3136,7 @@ msgstr "خطا: جستجوی %1 روزآمد نشده: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "افزایش درخواست ها"
 
@@ -3148,7 +3148,7 @@ msgstr "تخمینی"
 msgid "Everyone"
 msgstr "همه کس"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "مثال:"
 
@@ -3222,8 +3222,8 @@ msgstr "ناموفق در بارگذاری %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "ناموفق در بارگذاری %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "ناموفق در بارگذاری ماژول %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "یافت افرادی"
 msgid "Find tickets"
 msgstr "یافت درخواست ها"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "پورتلت سراسری %1 ذخیره شد."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "برو"
@@ -3558,7 +3561,7 @@ msgstr "دسترسی های گروه"
 msgid "Group already has member: %1"
 msgstr "در حال حاضر گروه دارای عضو است: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "نام گروه '%1' قبلا استفاده شده"
 msgid "Group not found"
 msgstr "گروه پیدا نشد"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "سرآمد یک درخواست ارجاع شده"
 msgid "Heading of a forwarded message"
 msgstr "سرآمد یک پیغام ارجاع شده"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "اختفای تمام متن نقل شده"
 msgid "Hide quoted text"
 msgstr "عدم نمایش متن نقل قول شده"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "تاریخچه‌"
 
@@ -3771,7 +3774,7 @@ msgstr "اگر یک تاییدیه رد شد،‌ اصلی را رد کرده و
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "اگر این صفحه چیزی نیست که انتظارش را داشتید، بدون ورود به سیستم آن را رها کنید."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "رمزنگاری نشده"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "چندین آرگومان دارد:"
 
@@ -4589,19 +4592,19 @@ msgstr "عضویت کاربر %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "ادغام موفق"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "شکست ادغام. تنظیم شماره موثر امکان ندارد"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "شکست ادغام. تنظیم حالت امکان ندارد"
 
@@ -4646,7 +4649,7 @@ msgstr "ثبت پیغام امکان ندارد"
 msgid "Message for user"
 msgstr "پیغام برای کاربر"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "پیغام ها ذخیره شدند"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "تاییدیه های من"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "داشبوردهای من"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "یادآوری های من"
@@ -5045,11 +5054,11 @@ msgstr "یادآوری های من"
 msgid "My saved searches"
 msgstr "جستجو های ذخیره شده من"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "یادآوری جدید:"
 msgid "New ticket"
 msgstr "درخواست جدید"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "درخواست جدید وجود ندارد"
 
@@ -5661,7 +5670,7 @@ msgstr "نشان بده فیلدهای خاص را تنها برای:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "باز کردن آن"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "مسئول '%1'دارای مجوز مسئول شدن برای این درخواست را ندارد."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "تغییر مسئول از %1 به %2"
 
@@ -5890,7 +5899,7 @@ msgstr "ترتیب جستجوی کتابخانه پرل"
 msgid "Permanently wipeout data from RT"
 msgstr "پاکسازی همیشگی داده از سیستم پیگیری درخواست"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "مشکل مجوز"
 
@@ -5902,7 +5911,7 @@ msgstr "مشکل مجوز"
 msgid "Phone numbers"
 msgstr "شماره های تلفن"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "جست‌وجو سریع"
 msgid "Quick ticket creation"
 msgstr "ایجاد سریع درخواست"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "پیکربندی سیستم پیگیری درخواست"
 msgid "RT Error"
 msgstr "خطای سیستم پیگیری درخواست"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "اندازه سیستم پیگیری درخواست"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "متغیرهای هسته سیستم پیگیری درخواست"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "سیستم پیگیری درخواست برای %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "دوباره باز کن"
 
@@ -6443,7 +6455,7 @@ msgstr "هر 60 دقیقه نتایج جستجو را تجدید کن."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "رد کردن"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "محل اقامت"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "حل کردن"
 
@@ -6699,6 +6711,9 @@ msgstr "سطر در جعبه"
 msgid "Rows per page"
 msgstr "سطر در صفحه"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "جستجوهای ذخیره شده"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "چارت های ذخیره شده"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "جستجوهای ذخیره شده"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "امنیت:"
 
@@ -7133,6 +7148,9 @@ msgstr "تنظیم کلید خصوصی"
 msgid "Settings"
 msgstr "تنظیمات"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "نام کاربری کوتاه"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "مرحله"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "معطل"
 
@@ -7463,7 +7481,7 @@ msgstr "قدم %1 از %2"
 msgid "Stolen from %1"
 msgstr "گرفتن مسئولیت از %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "سبک"
 
@@ -7714,15 +7732,15 @@ msgstr "همچنان مقدار فعلی است"
 msgid "That is not a value for this custom field"
 msgstr "آن مقداری برای این فیلد خاص نیست"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "درخواست دارای وابستگی های غیر حل شده می باشد"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "آن کاربر همچنان مسئول آن درخواست می باشد"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "آن کاربر وجود ندارد"
 
@@ -7742,7 +7760,7 @@ msgstr "حالا آن کاربر دارای دسترسی است"
 msgid "That user is now unprivileged"
 msgstr "حالا آن کاربر بدون دسترسی است"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "آن کاربر شاید مسئول درخواست های آن صف نباشد"
 
@@ -7775,7 +7793,7 @@ msgstr "رونوشت مدیریتی از یک درخواست"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "انتخاب ها را برای عدم اطلاع رسانی به لسیت گیرندگان <b> تنها برای این تبادل</b> غیر فعال کنید؛ اطلاع رسانی دائمی را می توانید از <a href=\"%1\">صفحه افراد</a> تنظیم نمایید."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "بازیابی"
 
@@ -8425,7 +8443,7 @@ msgstr "اقدام نشده"
 msgid "Update"
 msgstr "بروزسازی"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "بروزسازی نمودار"
 
@@ -8939,7 +8957,7 @@ msgstr "هر وقت مراسله ای بیایند"
 msgid "Where to find your sendmail binary."
 msgstr "مکانی که فایل اجرایی sendmail شما یافت می شود."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "شما <a href=\"%1\">ممکن است این داشبورد </a> و <a href=\"%2\">عضویت تان به آن </a> درسیستم پیگیری درخواست را ویرایش نمایید."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "در حال حاضر شما مسئول این درخواست هستید"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "تنظیم گذرواژه برای شما امکان ندارد."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "تنها می توانید درخواست های بدون مسئول و یا با مسئولیت خودتان را به دیگران اختصاص دهید"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "تنها می توانید برای درخواست های بدون مسئول را اقدام کنید"
 
@@ -9169,7 +9187,7 @@ msgstr "و قبل"
 msgid "and not"
 msgstr "و نه"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "بررسی برای اضافه نمودن"
 msgid "click to check/uncheck all objects at once"
 msgstr "کلیک برای انتخاب/عدم انتخاب یکباره تمام اشیاء"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "بسته شده"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "پیکربندی هسته"
@@ -9477,7 +9491,7 @@ msgstr "در روز"
 msgid "one"
 msgstr "یک"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "باز"
 
@@ -9501,7 +9515,7 @@ msgstr "پای"
 msgid "plugin returned empty list"
 msgstr "افزونه لیستی خالی برگرداند"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/fi.po b/share/po/fi.po
index ef3ee41..e3d2377 100644
--- a/share/po/fi.po
+++ b/share/po/fi.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (lähtöisin paneelista %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Mukauta LogToSTDERR konfiguraatioparametria"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Argumentti %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Tulosta tilan muutokset STDOUT:iin"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 Määrittele haluatko käyttää 'first','last' vai 'all' tapahtumia"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Määritä nimi tai id-tunniste niille mallipohjille joita haluat käyttää"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Määrittele toimintomoduli jota haluat käyttää"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Määrittele lista toimintojen tyypeistä joita haluat käyttää (pilkulla erotettuna)"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Määrittele ehto-moduli jota haluat käyttää"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 Määrittele hakumoduli jota haluat käyttää"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 tärkeintä minun tikettiä"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 on työkalu joka reagoi tiketteihin ulkoisista ajastusohjelmista kuten cron-palvelusta."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Kentän lisääminen ilman nimeä ei onnistu"
 msgid "Can't find a saved search to work with"
 msgstr "Tallennettuja hakuja ei löydy"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Tiketti ei voi viitata itseensä"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kommentti (ei lähetetä tilaajille)"
 msgid "Comments about this user"
 msgstr "Kommentit tästä käyttäjästä"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Kommentti lisätty"
 
@@ -1734,7 +1734,7 @@ msgstr "Tilaajan osoite"
 msgid "Correspondence"
 msgstr "Vastaus"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Kirjeenvaihto lisätty"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Ei voitu lisätä uutta erikoiskentän arvoa: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Ei voida vaihtaa yhteyshenkilöä: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Työtilaa ei voitu päivittää: %1"
 msgid "Dashboard updated"
 msgstr "Työtila päivitetty"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Työtilat"
 
@@ -2560,7 +2560,7 @@ msgstr "Oletus: %1/%2 muutettu arvosta %3 arvoon %4"
 msgid "DefaultFormat"
 msgstr "Oletusmuoto"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Poista"
 
@@ -2586,7 +2586,7 @@ msgstr "Poistaminen epäonnistui: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Elinkaaren hallinta estää poistamisen"
 
@@ -3136,7 +3136,7 @@ msgstr "Virhe: haun %1 päivittäminen ei onnistunut: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaloi tikettejä"
 
@@ -3148,7 +3148,7 @@ msgstr "Arvioitu"
 msgid "Everyone"
 msgstr "Kaikki"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Esimerkki:"
 
@@ -3222,8 +3222,8 @@ msgstr "Objektin %1 %2 lataaminen ei onnistunut"
 msgid "Failed to load %1 %2: %3"
 msgstr "Objektin %1 %2 lataaminen ei onnistunut: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Moduulin %1 lataaminen ei onnistunut. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Etsi käyttäjät, joiden"
 msgid "Find tickets"
 msgstr "Hae tikettejä"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Siirry"
@@ -3558,7 +3561,7 @@ msgstr "Ryhmän oikeudet"
 msgid "Group already has member: %1"
 msgstr "Ryhmässä on jo jäsen: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Ryhmän nimi '%1' on jo käytössä"
 msgid "Group not found"
 msgstr "Ryhmää ei löydy"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Välitettävän tiketin otsikko"
 msgid "Heading of a forwarded message"
 msgstr "Välitettävän viestin otsikko"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr "Piilota lainattu teksti"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historia"
 
@@ -3771,7 +3774,7 @@ msgstr "Jos hyväksyntä hylätään, hylkää alkuperäinen ja poista siitä ri
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr "Käyttäjän %1 jäsenyydet"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Yhdistäminen onnistui"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Yhdistäminen epäonnistui. EffectiveId:n arvoa ei pystytty asettamaan"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Yhdistäminen ei onnistunut. Tilan asettaminen ei onnistunut."
 
@@ -4646,7 +4649,7 @@ msgstr "Viestiä ei voitu tallentaa"
 msgid "Message for user"
 msgstr "Viesti käyttäjälle"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Viesti tallennettu"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Hyväksyntäni"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Omat työtilat"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Muistutukseni"
@@ -5045,11 +5054,11 @@ msgstr "Muistutukseni"
 msgid "My saved searches"
 msgstr "Tallennetut hakuni"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Uusi muistutus:"
 msgid "New ticket"
 msgstr "Uusi tiketti"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Uutta tikettiä ei ole olemassa"
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Yhteyshenkilöksi %1 vaihdettu arvoon %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Perl -kirjastojen hakujärjestys"
 msgid "Permanently wipeout data from RT"
 msgstr "Poista tietoja RT:stä pysyvästi"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Pääsy kielletty"
 
@@ -5902,7 +5911,7 @@ msgstr "Pääsy evätty"
 msgid "Phone numbers"
 msgstr "Puhelinnumerot"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Pikahaku"
 msgid "Quick ticket creation"
 msgstr "Tiketin pika-avaus"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT Asetukset"
 msgid "RT Error"
 msgstr "RT Virhe"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1: RT"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Avaa uudelleen"
 
@@ -6443,7 +6455,7 @@ msgstr "Päivitä hakutulokset 60 minuutin välein."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Päivitä tämä sivu %1 minuutin välein"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Hylkää"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Koti"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Päätä"
 
@@ -6699,6 +6711,9 @@ msgstr "Riviä per laatikko"
 msgid "Rows per page"
 msgstr "Riviä per sivu"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Tallennetut haut"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Tallennetut haut"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Asetukset"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Lyhyet käyttäjänimet"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Vaihe"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Vaihe %1/%2"
 msgid "Stolen from %1"
 msgstr "Kaapattu käyttäjältä %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Tyyli"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr "Ei ole arvo tälle kentälle"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Tiketti sisältää keskeneräisiä riippuvuuksia"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Käyttäjä omistaa jo tämän tiketin"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Käyttäjää ei ole olemassa"
 
@@ -7742,7 +7760,7 @@ msgstr "Käyttäjä on nyt erioikeutettu"
 msgid "That user is now unprivileged"
 msgstr "Käyttäjä on nyt käyttöoikeudeton"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Käyttäjä ei voi omistaa tikettejä jonossa"
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Tietokantapalvelimesi domainnimi (esim. 'db.esimerkki.com')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Ottamaton"
 msgid "Update"
 msgstr "Päivitä"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Omistat jo tämän tiketin"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Voit vaihtaa yhteyshenkilöä vain jos tikettiä ei ole osoitettu tai se on osoitettu sinulle"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "valmis"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr "päivänä"
 msgid "one"
 msgstr "yksi"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "Käsittelyssä"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr "lisäosa palautti tyhjän listan"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/fr.po b/share/po/fr.po
index 7f8e94b..f97c69e 100644
--- a/share/po/fr.po
+++ b/share/po/fr.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (du panneau %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajustez l'option de configuration LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Un paramètre à passer à %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Écrit les mises à jour de statuts sur STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Précisez si vous souhaitez utiliser la première (first), la dernière (last) ou toutes (all) les transactions"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Spécifiez le nom ou l'id du modèle que vous désirez utiliser"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Précisez l'action que vous voulez utiliser"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Précisez par une liste séparée par des virgules, les types de transactions que vous souhaitez utiliser"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Précisez la condition que vous voulez utiliser"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Précisez la recherche que vous voulez utiliser"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Mes %1 tickets de plus haute priorité"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 est un outil agissant sur les tickets depuis un ordonnanceur externe tel que cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Les Champs Personnalisés peuvent être recherchés de la même manière qu'au-dessus avec %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Calcul"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Calculer la valeur de"
 
@@ -1432,7 +1432,7 @@ msgstr "Impossible d'ajouter une valeur de champ personnalisé sans un nom"
 msgid "Can't find a saved search to work with"
 msgstr "Impossible de trouver une recherche sauvée et de l'utiliser"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Un ticket ne peut être lié à lui même"
 msgid "Can't link to a deleted ticket"
 msgstr "Ne peut pas lier à un ticket supprimé"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Commentaires (non envoyés aux demandeurs)"
 msgid "Comments about this user"
 msgstr "Commentaires sur cet utilisateur"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Commentaires ajoutés"
 
@@ -1734,7 +1734,7 @@ msgstr "Adresse de réponse"
 msgid "Correspondence"
 msgstr "Courrier"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Courrier ajouté"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Impossible d'ajouter la nouvelle valeur de champ personnalisé: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Impossible de changer l'ntervenant : %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Le tableau de bord n'a pas pu être mis à jour: %1"
 msgid "Dashboard updated"
 msgstr "Tableau de bord mis à jour"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Tableaux de bord"
 
@@ -2560,7 +2560,7 @@ msgstr "Valeur par défaut: %1/%2 changée de %3 en %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Supprimer"
 
@@ -2586,7 +2586,7 @@ msgstr "Échec de la destruction : %1"
 msgid "Delete group dashboards"
 msgstr "Supprimer des tableaux de bords de groupe"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "L'effacement de l'opération est désactivée par la configuration du cycle de vie"
 
@@ -3136,7 +3136,7 @@ msgstr "Erreur : recherche %1 non mise à jour : %2"
 msgid "Error: unencrypted message"
 msgstr "Erreur: message non chiffré"
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Échelonner les tickets"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimé"
 msgid "Everyone"
 msgstr "Tout le monde"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemple :"
 
@@ -3222,8 +3222,8 @@ msgstr "Échec pour charger %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Échec pour charger %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Impossible de charger le module %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Trouver les gens dont"
 msgid "Find tickets"
 msgstr "Rechercher des tickets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "RechercherUnUtilisateur"
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet global %1 sauvé."
 msgid "Global template '%1' not found"
 msgstr "Modèle global '%1' non trouvé"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr ""
@@ -3558,7 +3561,7 @@ msgstr "Droits de groupe"
 msgid "Group already has member: %1"
 msgstr "Le groupe à déjà le membre: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Regroupement"
 
@@ -3592,7 +3595,7 @@ msgstr "Le nom de groupe '%1' est déjà utilisé"
 msgid "Group not found"
 msgstr "Groupe introuvable"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Regrouper les tickets par"
 
@@ -3601,7 +3604,7 @@ msgstr "Regrouper les tickets par"
 msgid "Group: %1"
 msgstr "Groupe: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Graphique"
 
@@ -3669,7 +3672,7 @@ msgstr "En-tête pour un transfert de ticket"
 msgid "Heading of a forwarded message"
 msgstr "En-tête d'un message Transféré"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Hauteur"
 
@@ -3689,7 +3692,7 @@ msgstr "Cacher les citations"
 msgid "Hide quoted text"
 msgstr "Cacher le texte cité"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historique"
 
@@ -3771,7 +3774,7 @@ msgstr "Si une approbation est refusée, rejette l'original et supprime les appr
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Si cette page n'est pas celle que vous attendiez, quittez cette page immédiatement sans vous authentifier."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Si cet outil était setgid, un utilisateur local mal intentionné pourrait l'utiliser pour obtenir un accès administrateur à RT."
 
@@ -4068,15 +4071,15 @@ msgstr "Est déjà ajouté à l'objet"
 msgid "Is not encrypted"
 msgstr "N'est pas chiffré"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Il est extrêmement important que les utilisateurs non autorisés n'aient pas accès à cet outil."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Il est suggéré de créer un utilisateur Unix non privilégié appartenant au bon groupe et ayant accès à RT pour utiliser cet outil."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Il faut plusieurs paramètres :"
 
@@ -4589,19 +4592,19 @@ msgstr "Affiliations de l'utilisateur %1"
 msgid "Merge"
 msgstr "Fusionner"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Fusion réussie"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Échec de fusion. Ne peut appliquer EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Échec de la fusion. Impossible de définir IsMerged"
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Échec de fusion. Ne peut appliquer Statut"
 
@@ -4646,7 +4649,7 @@ msgstr "Le message ne peut être sauvegardé"
 msgid "Message for user"
 msgstr "Message pour l'utilisateur"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Message sauvegardé"
 
@@ -5033,10 +5036,16 @@ msgstr "Mes tickets"
 msgid "My approvals"
 msgstr "Mes approbations"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mes tableaux de bord"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mes rappels"
@@ -5045,11 +5054,11 @@ msgstr "Mes rappels"
 msgid "My saved searches"
 msgstr "Mes recherches"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "MesRappels"
 
@@ -5057,7 +5066,7 @@ msgstr "MesRappels"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Nouveau rappel :"
 msgid "New ticket"
 msgstr "Nouveau ticket"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nouveau ticket inconnu"
 
@@ -5661,7 +5670,7 @@ msgstr "Ne montrer que les champs personnalisés pour :"
 msgid "Open Inactive Tickets"
 msgstr "Ouvrir un ticket inactif"
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Ouvrir"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "L'intervenant '%1' n'a pas les droits pour s'approprier ce ticket."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Intervenant changé de %1 à %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Ordre de recherche des bibliothèques Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Supprimer définitivement des données de RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Accès refusé"
 
@@ -5902,7 +5911,7 @@ msgstr "Accès refusé"
 msgid "Phone numbers"
 msgstr "Numéros de téléphone"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Graphique"
 
@@ -6193,11 +6202,11 @@ msgstr "Recherche rapide"
 msgid "Quick ticket creation"
 msgstr "Création rapide de ticket"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "CréationRapide"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "RechercheRapide"
 
@@ -6229,6 +6238,9 @@ msgstr "Configuration RT"
 msgid "RT Error"
 msgstr "Erreur RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Volumétrie"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Variables globales RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT pour %1"
 
@@ -6310,7 +6322,7 @@ msgstr "La configuration des journaux RT est la suivante:"
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "L'option RTAddressRegexp dans la configuration RT ne correspond pas à %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Ré-ouvrir"
 
@@ -6443,7 +6455,7 @@ msgstr "Actualiser la recherche toutes les 60 minutes."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Actualiser cette page toutes les %1 minute(s)."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr "Création de la relation refusée car elle entraînerait une boucle"
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Rejeter"
 
@@ -6595,7 +6607,7 @@ msgstr "Remettre le thème RT par défaut"
 msgid "Residence"
 msgstr "Domicile"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Résoudre"
 
@@ -6699,6 +6711,9 @@ msgstr "Lignes par boîte"
 msgid "Rows per page"
 msgstr "Lignes par pages"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Recherche enregistrée"
 msgid "Saved Searches"
 msgstr "Recherches sauvegardées"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Graphiques sauvés"
 
@@ -6782,7 +6797,7 @@ msgstr "Recherche sauvegardée %1 non trouvée"
 msgid "Saved searches"
 msgstr "Recherches sauvées"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "RecherchesSauvées"
 
@@ -6879,7 +6894,7 @@ msgstr "La recherche du texte entier de chaque ticket peut prendre longtemps, ma
 msgid "Secret authentication token"
 msgstr "Jeton d'authentification"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Sécurité :"
 
@@ -7133,6 +7148,9 @@ msgstr "Définir la clé privée"
 msgid "Settings"
 msgstr "Réglages"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Noms d'utilisateur courts"
@@ -7375,7 +7393,7 @@ msgstr "Les \"stack traces\" ne sont pas journalisés."
 msgid "Stage"
 msgstr "Étape"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Voler"
 
@@ -7463,7 +7481,7 @@ msgstr "Étape %1 sur %2"
 msgid "Stolen from %1"
 msgstr "Volé à %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7714,15 +7732,15 @@ msgstr "Ceci est déjà la valeur actuelle"
 msgid "That is not a value for this custom field"
 msgstr "Valeur incorrecte pour ce champ personnalisé"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Ticket ayant des tickets fils ou dépendants non résolus"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Cet utilisateur possède déjà ce ticket"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Utilisateur inconnu"
 
@@ -7742,7 +7760,7 @@ msgstr "Utilisateur bénéficiant à présent du statut privilégié"
 msgid "That user is now unprivileged"
 msgstr "Cet utilisateur est maintenant non privilégié"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Cet utilisateur ne peut pas posséder de ticket dans cette file"
 
@@ -7775,7 +7793,7 @@ msgstr "L'AdminCC d'un ticket"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Le nom de domaine de votre serveur de base de données (ex: 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "La commande suivante recherchera tous les tickets actifs dans la file 'general' et leurs mettra comme priorité \"99\" s'ils ont dépassé leur échéance:"
 
@@ -7912,7 +7930,7 @@ msgstr "Ce ticket ne peut être résolu tant qu'il n'a pas été approuvé."
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Ce ticket ne peut être résolu tant que %numerate(%1,sa dépendance n'est pas résolue,ses dépendances ne sont pas résolues)."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Cet outil permet à l'utilisateur de lancer un module perl quelconque depuis RT."
 
@@ -8333,7 +8351,7 @@ msgstr "Interdit"
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Décocher les cases pour désactiver les notifications aux destinataires suivant <b>pour cette transaction seulement</b> ; les désactivations permanentes sont gérés sur la <a href=\"%1\">page des utilisateurs</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Restaurer"
 
@@ -8425,7 +8443,7 @@ msgstr "Non pris"
 msgid "Update"
 msgstr "Mettre à jour"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Mettre à jour le graphique"
 
@@ -8939,7 +8957,7 @@ msgstr "Lorsque un courrier arrive"
 msgid "Where to find your sendmail binary."
 msgstr "Où trouver l'exécutable sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Largeur"
 
@@ -8987,7 +9005,7 @@ msgstr "Vous (%1) n'êtes pas autorisé à utiliser RT."
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Vous <a href=\"%1\">pouvez modifier ce tableau de bord</a> et <a href=\"%2\">votre inscription</a> à celui-ci dans RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Vous êtes déjà intervenant de ce ticket"
 
@@ -9028,15 +9046,15 @@ msgstr "Vous pouvez saisir le contenu d'un ticket dans n'importe quel champ de t
 msgid "You can not set password."
 msgstr "Vous ne pouvez définir le mot de passe."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Vous pouvez seulement réaffecter vos ticket ou ceux qui ne sont pas affectés"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr "Vous pouvez uniquement voler un ticket détenu par quelqu'un d'autre"
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Vous pouvez uniquement prendre des tickets sans intervenant"
 
@@ -9169,7 +9187,7 @@ msgstr "et avant"
 msgid "and not"
 msgstr "et pas"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "puis"
 
@@ -9221,10 +9239,6 @@ msgstr "cocher pour ajouter"
 msgid "click to check/uncheck all objects at once"
 msgstr "cliquer pour sélectionner/désélectionner tous les objets en une fois"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "fermé"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Configuration centrale"
@@ -9477,7 +9491,7 @@ msgstr "le jour"
 msgid "one"
 msgstr "une"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "ouvert"
 
@@ -9501,7 +9515,7 @@ msgstr "camembert"
 msgid "plugin returned empty list"
 msgstr "le greffon a retourné une liste vide"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr "pixels"
 
diff --git a/share/po/hr.po b/share/po/hr.po
index 8319f6c..cc13902 100644
--- a/share/po/hr.po
+++ b/share/po/hr.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (sa ploče %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ažuriraj postavku logiranja na ekran"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Argument za prosljeđivanje na %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Izmjene statusa se prikazuju na standardnom izlazu"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Zadajte želite li koristiti 'first', 'last' ili 'all' transakcije"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Zadajte naziv ili identifikator predložaka koje želite koristiti"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Navedi koji će se modul rada koristiti"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Zadajte zarezom odijeljenu listu tipova transakcija koje želite koristiti"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Navedi koji će se modul uvjetovanja koristiti"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Navedi koji će se modul pretraživanja koristiti"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 zahtjeva najvišeg prioriteta koje posjedujem"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 je alat za obradu zahtjeva preko vanjskog radnog alata kao što je cron"
 
@@ -1407,11 +1407,11 @@ msgstr "VP"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Vlasita polja mogu se pretraživati sličnom sintaksom koristeći %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Vrijednost za vlastito polje se ne može dodati bez imena"
 msgid "Can't find a saved search to work with"
 msgstr "Nije pronađena spremljena pretraga"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Zahtjev se ne može povezati na sebe!"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentar (ne šalje se prijaviteljima)"
 msgid "Comments about this user"
 msgstr "Komentar o ovom korisniku"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentar dodan"
 
@@ -1734,7 +1734,7 @@ msgstr "Adresa za korespondenciju"
 msgid "Correspondence"
 msgstr "Korespondencija"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Dodana korespondencija"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Nije se mogla dodati nova vrijednost vlastitog polja: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Rješavatelj nije mogao biti promijenjen: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Kontrolnu ploču nije moguće ažurirati: %1"
 msgid "Dashboard updated"
 msgstr "Kontrolna ploča ažurirana"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Kontrolne ploče"
 
@@ -2560,7 +2560,7 @@ msgstr "Standard: %1/%2 iz \"%3\" u \"%4\" promijenjen."
 msgid "DefaultFormat"
 msgstr "Standardni format"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Obriši"
 
@@ -2586,7 +2586,7 @@ msgstr "Brisanje nije moguće: %1"
 msgid "Delete group dashboards"
 msgstr "Obrisati grupne kontrolne ploče"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Brisanje je onemogućeno u postavkama životnog ciklusa"
 
@@ -3136,7 +3136,7 @@ msgstr "Greška: pretraga %1 nije ažurirana: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskalirati zahtjeve"
 
@@ -3148,7 +3148,7 @@ msgstr "Očekivano"
 msgid "Everyone"
 msgstr "Svatko"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Primjer:"
 
@@ -3222,8 +3222,8 @@ msgstr "Učitavanje nije moguće za %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Učitavanje nije moguće za %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Modul %1 nije mogao biti učitan. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Pronađi korisnike čiji"
 msgid "Find tickets"
 msgstr "Pronađi zahtjeve"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Prikaz stanja %1 spremljen."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Prikaži"
@@ -3558,7 +3561,7 @@ msgstr "Grupne ovlasti"
 msgid "Group already has member: %1"
 msgstr "Grupa već ima člana: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Ime grupe '%1' se već koristi"
 msgid "Group not found"
 msgstr "Grupa nije pronađena"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Zaglavlje proslijeđenog zahtjeva"
 msgid "Heading of a forwarded message"
 msgstr "Zaglavlje proslijeđene poruke"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Sakrij sav citirani tekst"
 msgid "Hide quoted text"
 msgstr "Sakrij citirani tekst"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Povijest"
 
@@ -3771,7 +3774,7 @@ msgstr "Ako je odobrenje odbijeno, odbij original i pobriši odobrenja na čekan
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Ako niste to očekivali napustite ovu stranicu bez prijave."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Ako je ovaj alat 'setgid', neprijateljski lokalni korisnik bi mogao koristiti ovaj alat za dobivanje administratorskog pristupa RT-u."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Nije kriptirano"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Vrlo je važno da neprivilegiranim korisnicima nije dopušteno koristiti ovaj alat."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Preporučljivo je napraviti neprivilegiranog unix korisnika s ispravnim članstvom u grupi i RT pristupom za korištenje ovog alata."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Potrebno je nekoliko parametara:"
 
@@ -4589,19 +4592,19 @@ msgstr "Članstvo korisnika %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Spajanje uspješno"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Spajanje neuspješno. EfectiveId se nije mogao postaviti"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Spajanje neuspješno. Status se nije mogao postaviti"
 
@@ -4646,7 +4649,7 @@ msgstr "Poruku nije bilo moguće zabilježiti"
 msgid "Message for user"
 msgstr "Poruka za korisnika"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Poruka zabilježena"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Moja odobrenja"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Moje kontrolne ploče"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Moji podsjtnici"
@@ -5045,11 +5054,11 @@ msgstr "Moji podsjtnici"
 msgid "My saved searches"
 msgstr "Moje spremljene pretrage"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Novi podsjetnik:"
 msgid "New ticket"
 msgstr "Novi zahtjev"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Novi zahtjev ne postoji"
 
@@ -5661,7 +5670,7 @@ msgstr "Prikaži samo vlastita polja za:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Otvori"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Rješavatelj '%1' nema prava za rješavanje ovog zahtjeva."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Rješavatelj promijenjen iz %1 u %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Redoslijed pretraživanja Perl biblioteka"
 msgid "Permanently wipeout data from RT"
 msgstr "Trajno brisanje RT podataka"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Nije dozvoljeno"
 
@@ -5902,7 +5911,7 @@ msgstr "Nije dozvoljeno"
 msgid "Phone numbers"
 msgstr "Brojevi telefona"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Brza pretraga"
 msgid "Quick ticket creation"
 msgstr "Brzo pravljenje zahtjeva"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT konfiguracija"
 msgid "RT Error"
 msgstr "RT greška"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT veličina"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "RT osnovne varijable"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "Request Tracker za %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "Postavka RTAddressRegexp iz konfiguracije ne odgovara %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Ponovno otvaranje"
 
@@ -6443,7 +6455,7 @@ msgstr "Osvježi rezultate pretraživanja svakih 60 minuta."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Osvježi stranicu svakih %1 minuta."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Odbij"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Kuća"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Riješi"
 
@@ -6699,6 +6711,9 @@ msgstr "Redova po okviru"
 msgid "Rows per page"
 msgstr "Redova po stranici"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Spremljene pretrage"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Spremljeni grafovi"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Spremljene pretrage"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr "Pretraživanje cijelog sadržaja svih zahtjeva može potrajati, ali ako
 msgid "Secret authentication token"
 msgstr "Tajna autentikacijska značka"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Sigurnost:"
 
@@ -7133,6 +7148,9 @@ msgstr "Postavi privatni ključ"
 msgid "Settings"
 msgstr "Postavke"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Kratka korisnička imena"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Stadij"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Zadržano"
 
@@ -7463,7 +7481,7 @@ msgstr "Korak %1 od %2"
 msgid "Stolen from %1"
 msgstr "Ukradeno od %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7714,15 +7732,15 @@ msgstr "Navedena vrijednost već je postavljena"
 msgid "That is not a value for this custom field"
 msgstr "To nije valjana vrijednost za ovo vlastito polje"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Taj zahtjev ima neriješene ovisnosti"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Taj korisnik već posjeduje taj zahtjev"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Taj korisnik ne postoji"
 
@@ -7742,7 +7760,7 @@ msgstr "Navedeni korisnik je sada privilegiran"
 msgid "That user is now unprivileged"
 msgstr "Navedeni korisnik je sada neprivilegiran"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Ovaj korisnik ne može biti rješavatelj zahtjeva u toj kategoriji"
 
@@ -7775,7 +7793,7 @@ msgstr "Administrativni CC zahtjeva"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Naziv domene poslužitelja baze podataka (kao 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Sljedeća naredba će pronaći sve aktivne zahtjeve u kategoriji 'Općenito' i postaviti njihov prioritet na 99 ako su u zakašnjenju:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Ovaj alat dopušta korisniku rad s proizvoljnim Perl modulima iz RT-a."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Uklanjanjam oznake isključuju se obavijesti za dotične primatelje <b>samo za ovu transakciju</b>; trajno isključivanje obavijesti može se podesiti na stranici <a href=\"%1\">Osobe</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Vraćanje obrisanog"
 
@@ -8425,7 +8443,7 @@ msgstr "Vraćeno"
 msgid "Update"
 msgstr "Ažuriraj"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Ažuriraj graf"
 
@@ -8939,7 +8957,7 @@ msgstr "Uvijek kad uđe korespondencija"
 msgid "Where to find your sendmail binary."
 msgstr "Staza do programa sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Možete <a href=\"%1\">ažurirati</a> ovu kontrolnu ploču i <a href=\"%2\">pretplatiti</a> se na nju u RT-u."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Već posjedujete ovaj zahtjev"
 
@@ -9028,15 +9046,15 @@ msgstr "Sadržaj zahtjeva možete dodati u bilo koje slobodno, tekstualno ili po
 msgid "You can not set password."
 msgstr "Ne možete promijeniti lozinku."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Možete samo dodjeljivati zahtjeve koje posjedujete ili koji nemaju rješavatelja"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr "Možete ukrasti zahtjev samo ako mu je netko drugi vlasnik"
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Možete preuzeti samo zahtjeve koji nemaju rješavatelja"
 
@@ -9169,7 +9187,7 @@ msgstr "i prije"
 msgid "and not"
 msgstr "a ne"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "odaberite za dodavanje"
 msgid "click to check/uncheck all objects at once"
 msgstr "kliknite za dodavanje/brisanje odabira svih objekata odjednom"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "zatvoreni"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "osnovna konfiguracija"
@@ -9478,7 +9492,7 @@ msgstr "na datum"
 msgid "one"
 msgstr "jedan"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "otvoreno"
 
@@ -9502,7 +9516,7 @@ msgstr "Kružni"
 msgid "plugin returned empty list"
 msgstr "dodatak je vratio praznu listu"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/hu.po b/share/po/hu.po
index c38d3c0..4bcd67e 100644
--- a/share/po/hu.po
+++ b/share/po/hu.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr ""
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - %2-nek átadandó argumentum"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Státuszfrissítés kiíratása a STDOUT-ra"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr ""
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Add meg a használandó sablon(ok) nevét vagy azonosítóját"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Adja meg a használandó akciómodult!"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr ""
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Adja meg a használandó kondiciómodult!"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Adja meg a használandó keres?modult!"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "A %1 nekem kiosztott, legsürgõsebb probléma..."
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr ""
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Egyéni mehzõ név nélkül nem hozzáadható"
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "A problémát nem lehet önmagához kapcsolni!"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kiegészítés (a beküldõ nem kapja meg!))"
 msgid "Comments about this user"
 msgstr "Kiegészítés ehhez a felhasználóhoz"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Kiegészítés hozzáfûzése"
 
@@ -1734,7 +1734,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr "Válasz"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Válasz hozzáfûzése"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2462,7 +2462,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2560,7 +2560,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Töröl"
 
@@ -2586,7 +2586,7 @@ msgstr "Nem sikerült törölni: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3137,7 +3137,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3149,7 +3149,7 @@ msgstr "Becsült"
 msgid "Everyone"
 msgstr "Mindenki"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Például:"
 
@@ -3223,8 +3223,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "A %1 Modul nem betölthetõ. (%2)"
 
@@ -3334,7 +3334,7 @@ msgstr "Találj olyan embereket, akiknél a"
 msgid "Find tickets"
 msgstr "Problémák keresése"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3510,6 +3510,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Hajrá!"
@@ -3559,7 +3562,7 @@ msgstr "Csoportjogok"
 msgid "Group already has member: %1"
 msgstr "Csoportnak már vannak tagjai: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3593,7 +3596,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Csoport nem található"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3602,7 +3605,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3670,7 +3673,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr "Továbbküldött üzenet fejléce"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3690,7 +3693,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Részletes történet"
 
@@ -3772,7 +3775,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4069,15 +4072,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4590,19 +4593,19 @@ msgstr "%1 felhasználó tagságai"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Beolvasztás sikeres"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Beolvasztás sikertelen Konnte EffectiveId nicht setztn"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Beolvasztás sikertelen Konnte EffectiveId nicht setztn"
 
@@ -4647,7 +4650,7 @@ msgstr "A sor nem hozható létre"
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Üzenet rögzítve"
 
@@ -5034,10 +5037,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Lezárás"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Saját dashbordjaim"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5046,11 +5055,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Saját lekérdezések"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5058,7 +5067,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5142,7 +5151,7 @@ msgstr "Új emlékeztető:"
 msgid "New ticket"
 msgstr "Új probléma"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Az új probléma nem létezik"
 
@@ -5662,7 +5671,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5753,7 +5762,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5891,7 +5900,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Hozzáférés visszautasítva"
 
@@ -5903,7 +5912,7 @@ msgstr "Hozzáférés megtagadva"
 msgid "Phone numbers"
 msgstr "Telefonszámok"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6194,11 +6203,11 @@ msgstr "Gyors lekérdezés"
 msgid "Quick ticket creation"
 msgstr "Probléma felvétele (gyors)"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6230,6 +6239,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT Hiba"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT mérete"
@@ -6260,7 +6272,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1  --  Request Tracker"
 
@@ -6311,7 +6323,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6444,7 +6456,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "%1 percenként frissítse ezt az oldalt."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6452,7 +6464,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6596,7 +6608,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Otthoni"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Megold"
 
@@ -6700,6 +6712,9 @@ msgstr "listázott sorok száma"
 msgid "Rows per page"
 msgstr "Sorok száma oldalanként"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6770,7 +6785,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6783,7 +6798,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Elmentett lekérdezés"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6880,7 +6895,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Biztonság:"
 
@@ -7134,6 +7149,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Beállítások"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7376,7 +7394,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7464,7 +7482,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "Probléma elcsenése %1 tulajdonostól"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7715,15 +7733,15 @@ msgstr "Már ez az aktuális érték"
 msgid "That is not a value for this custom field"
 msgstr "Egyéni mezõhöz érvénytelen értek"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "A problémának megoldatlan függőségei vannak"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Már ez a felhasználó a tulajdonos!"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Ilyen felhasználó nem létezik"
 
@@ -7743,7 +7761,7 @@ msgstr "A felhasználó mostantól kiemelt"
 msgid "That user is now unprivileged"
 msgstr "A felhasználó mostantól nem kiemelt"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "a felhasználóhoz nem tartozhatnak problémák ebbõl a sorból"
 
@@ -7776,7 +7794,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Az adatbázis szerver domain neve (pl. 'db.pelda.hu')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7913,7 +7931,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8334,7 +8352,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8426,7 +8444,7 @@ msgstr "Probléma visszaadása"
 msgid "Update"
 msgstr "Frissít"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8940,7 +8958,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8988,7 +9006,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Már az öné ez a probléma"
 
@@ -9029,15 +9047,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9170,7 +9188,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9223,10 +9241,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "Lezárt"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9479,7 +9493,7 @@ msgstr "napon"
 msgid "one"
 msgstr "egy"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "Nyitott"
 
@@ -9503,7 +9517,7 @@ msgstr "torta"
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/id.po b/share/po/id.po
index c816c17..837a687 100644
--- a/share/po/id.po
+++ b/share/po/id.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr ""
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Sesuaikan opsi konfig LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Argumen untuk diumpankan ke %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Status Output diperbarui ke STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Pilih apakah anda ingin menggunakan transaksi 'pertama', 'terakhir' atau 'semua'"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr ""
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - menetapkan modul aksi yang ingin digunakan oleh anda"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr ""
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - menetapkan moduk kondisi yang ingin digunakan oleh anda"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - menetapkan modul pencarian yang ingin digunakan oleh anda"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 Tiket dengan prioritas paling tinggi yang saya miliki"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 adalah sebuah alat yang berfungsi pada tiket dari alat penjadwalan eksternal, seperti Cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Tidak dapat menambah nilai kolom kustom tanpa nama"
 msgid "Can't find a saved search to work with"
 msgstr "Tidak dapat menemukan pencarian yang disimpan untuk bekerja dengan"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Tidak dapat menghubungkan tiket tersebut dengan dirinya sendiri"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentar (Tidak dikirim ke pemohon)"
 msgid "Comments about this user"
 msgstr "Komentar tentang pengguna ini"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentar sudah ditambahkan"
 
@@ -1734,7 +1734,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr "Korespondensi"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korespondensi sudah ditambah"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2462,7 +2462,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2560,7 +2560,7 @@ msgstr "Default: %1/%2 diganti dari %3 ke %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Hapus"
 
@@ -2586,7 +2586,7 @@ msgstr "Gagal dihapus: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Meningkatkan Prioritas Tiket"
 
@@ -3148,7 +3148,7 @@ msgstr "Diperkirakan"
 msgid "Everyone"
 msgstr "Setiap Orang"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Contoh:"
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Gagal untuk memanggil modul %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Cari orang yang"
 msgid "Find tickets"
 msgstr "Cari tiket"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ambil"
@@ -3558,7 +3561,7 @@ msgstr "Hak Grup"
 msgid "Group already has member: %1"
 msgstr "Grup sudah memiliki anggota: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Grup tidak ditemukan"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historis"
 
@@ -3771,7 +3774,7 @@ msgstr "Jika izin ditolak, tolak izin yang asli dan hapus izin yang masih ditund
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Jika alat ini adalah setgid, hostile local user dapat menggunakan alat ini untuk mendapatkan akses administrasi ke RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Hal ini sangat penting bahwa pengguna yang tidak memiliki hak-hak istimewa tidak dapat diizinkan untuk menjalankan program ini."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Sangat disarankan bahwa anda membuat pengguna unix yang tidak memiliki hak-hak istimewa dengan keanggotaan grup yang benar dan akses RT untuk menjalankan alat ini."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Hal ini memerlukan beberapa penjelasan:"
 
@@ -4589,19 +4592,19 @@ msgstr "Keanggotaan dari pengguna %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Penggabungan Berhasil"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Penggabungan gagal. Tidak dapat mengatur EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Penggabungan gagal. Tidak dapat mengatur Status"
 
@@ -4646,7 +4649,7 @@ msgstr "Pesan tidak dapat dicatat"
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Pesan sudah dicatat"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Izinku"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Pencarian yang kusimpan"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr ""
 msgid "New ticket"
 msgstr "Tiket Baru"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Tidak ada Tiket baru"
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Izin ditolak"
 
@@ -5902,7 +5911,7 @@ msgstr ""
 msgid "Phone numbers"
 msgstr "Nomor Telepon"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Pencarian Cepat"
 msgid "Quick ticket creation"
 msgstr "Pembuatan Tiket Cepat"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "Kesalahan RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT untuk %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Refresh halaman ini setiap %1 menit."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Tempat Tinggal"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Penyelesaian"
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr "Baris per halaman"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Simpan pencarian"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Keamanan:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr ""
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Tingkat"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "Dicuri dari %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Gaya"
 
@@ -7714,15 +7732,15 @@ msgstr "Ini adalah nilai yang sekarang"
 msgid "That is not a value for this custom field"
 msgstr "Ini bukan nilai untuk kolom kustom ini"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Tiket ini mempunyai ketergantungan yang belum dapat diselesaikan"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Pengguna ini sudah memiliki tiket tersebut"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Pengguna ini tidak ada"
 
@@ -7742,7 +7760,7 @@ msgstr "Pengguna tersebut sekarang memiliki hak-hak istimewa"
 msgid "That user is now unprivileged"
 msgstr "Pengguna tersebut sekarang tidak memiliki hak-hak istimewa"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Pengguna tersebut mungkin tidak memiliki tiket di dalam antrian tersebut"
 
@@ -7775,7 +7793,7 @@ msgstr "CC tiket administrasi"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Alat ini mengijinkan pengguna untuk menjalankan modul perl yang berubah-ubah dari dalam RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Belum diambil"
 msgid "Update"
 msgstr "Perbaharui"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Setiap saat korespondensi dapat masuk"
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Anda sudah memiliki tiket ini"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Anda hanya bisa menugaskan kembali tiket yang anda miliki atau yang belum anda miliki"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "sudah ditutup"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "buka"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/is.po b/share/po/is.po
index aa36035..bae6b66 100644
--- a/share/po/is.po
+++ b/share/po/is.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr ""
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr ""
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr ""
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr ""
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr ""
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr ""
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr ""
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr ""
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr ""
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 hæstu forgangsmál sem ég á"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr ""
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr ""
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Ekki er hægt að tengja mál við sjálft síg"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Athugasemdir (Ekki sendar til spyrjenda)"
 msgid "Comments about this user"
 msgstr "Athugasemdir um þennan spyrjanda"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Athugasemd bætt við"
 
@@ -1734,7 +1734,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr ""
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr ""
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2462,7 +2462,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr "Stjórnborð uppfært"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Stjórnborð"
 
@@ -2560,7 +2560,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Eyða"
 
@@ -2586,7 +2586,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3148,7 +3148,7 @@ msgstr ""
 msgid "Everyone"
 msgstr "Öll"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr ""
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3333,7 +3333,7 @@ msgstr ""
 msgid "Find tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Áfram"
@@ -3558,7 +3561,7 @@ msgstr ""
 msgid "Group already has member: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr ""
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Ferill"
 
@@ -3771,7 +3774,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Sameining heppnaðist"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Sameining misheppnaðist. Ekki var hægt að stilla EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Sameining misheppnaðist. Ekki var hægt að stilla Stöðu"
 
@@ -4646,7 +4649,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr ""
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mælaborðin mín"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Mínar vistuðu leitir"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Ný áminning:"
 msgid "New ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr ""
 
@@ -5661,7 +5670,7 @@ msgstr "Sýna aðeins sérsniðna reiti fyrir:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Opna það"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Eiganda var breytt úr %1 í %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Heimild ekki veitt"
 
@@ -5902,7 +5911,7 @@ msgstr "Aðgangi hafnað"
 msgid "Phone numbers"
 msgstr ""
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Flýtileit"
 msgid "Quick ticket creation"
 msgstr "Búa til mál"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Uppfæra leitarniðurstöður á 60 mínútna fresti."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Uppfæra þessa síðu á %1 mínútna fresti."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Bústaður"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Leysa"
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr "Raðir á hverja síðu"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Vistaðar leitir"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Öryggi:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Stillingar"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Þrep"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Skref %1 af %2"
 msgid "Stolen from %1"
 msgstr "Stolið af %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stíll"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Lénanafnið á gagnagrunnsþjóninum þínum (til dæmis 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Laust"
 msgid "Update"
 msgstr "Uppfæra"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Þú getur ekki stillt lykilorð."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "lokað"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr "eitt"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "opið"
 
@@ -9501,7 +9515,7 @@ msgstr "kökurit"
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/it.po b/share/po/it.po
index 737da78..a18c23f 100644
--- a/share/po/it.po
+++ b/share/po/it.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (dal riquadro %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Modifica l'opzione di configurazione LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Un parametro da passare a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Visualizza aggiornamenti dello stato su STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Specificare se si vuole usare la prima (first), l'ultima (last) o tutte (all) le transazioni"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Specifica nome o id del/dei template che vuoi usare"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Specificare l'azione da eseguire"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Specificare la lista dei tipi di transazione da utilizzare, separati da virgole"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Specificare la condizione da utilizzare"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Specificare la ricerca da utilizzare"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "I %1 ticket a maggior priorità che ho in carico"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 è uno strumento per agire sui ticket da uno schedulatore esterno, per esempio cron."
 
@@ -1407,11 +1407,11 @@ msgstr "CP"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "CFs possono essere ricercati utilizzando una sintassi simile a quella sopra con %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Calcola"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Calcola i valori di"
 
@@ -1432,7 +1432,7 @@ msgstr "Impossibile aggiungere un valore di campo personalizzato senza un nome"
 msgid "Can't find a saved search to work with"
 msgstr "Impossibile trovare una ricerca salvata su cui lavorare"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Non è possibile collegare un ticket a se stesso"
 msgid "Can't link to a deleted ticket"
 msgstr "Impossibile effettuare il collegamento con un ticket cancellato"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Commenti (non inviati ai richiedenti)"
 msgid "Comments about this user"
 msgstr "Commenti su questo utente"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Aggiunti commenti"
 
@@ -1734,7 +1734,7 @@ msgstr "Indirizzo di corrispondenza"
 msgid "Correspondence"
 msgstr "Corrispondenza"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Aggiunta corrispondenza"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Impossibile aggiungere un nuovo valore di campo personalizzato: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Impossibile cambiare l'incaricato: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Impossibile aggiornare il cruscotto: %1"
 msgid "Dashboard updated"
 msgstr "Cruscotto aggiornato"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Cruscotti"
 
@@ -2560,7 +2560,7 @@ msgstr "Default: %1/%2 modificato da %3 a %4"
 msgid "DefaultFormat"
 msgstr "FormatoPredefinito"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Cancella"
 
@@ -2586,7 +2586,7 @@ msgstr "Cancellazione fallita: %1"
 msgid "Delete group dashboards"
 msgstr "Cancella schermata di gruppo"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "L'operazione di cancellazione è disabilitata dalla configurazione del ciclo di vita"
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Propaga ticket"
 
@@ -3148,7 +3148,7 @@ msgstr "Stima"
 msgid "Everyone"
 msgstr "Chiunque"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Esempio:"
 
@@ -3222,8 +3222,8 @@ msgstr "Caricamento %1 %2 non andato a buon fine"
 msgid "Failed to load %1 %2: %3"
 msgstr "Caricamento %1 %2 non andato a buon fine: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Errore nel caricamento del modulo %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Cerca le persone in cui"
 msgid "Find tickets"
 msgstr "Ricerca ticket"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "TrovaUtente"
 
@@ -3509,6 +3509,9 @@ msgstr "Salvato il portlet globale %1"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Vai"
@@ -3558,7 +3561,7 @@ msgstr "Diritti di gruppo"
 msgid "Group already has member: %1"
 msgstr "Appartiene già al gruppo: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Raggruppa per"
 
@@ -3592,7 +3595,7 @@ msgstr "Un Gruppo con nome '%1' è già in uso"
 msgid "Group not found"
 msgstr "Gruppo non trovato"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Raggruppa i tickets per"
 
@@ -3601,7 +3604,7 @@ msgstr "Raggruppa i tickets per"
 msgid "Group: %1"
 msgstr "Gruppo: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Raggruppa risultati della ricerca"
 
@@ -3669,7 +3672,7 @@ msgstr "Intestazione di un Ticket inoltrato"
 msgid "Heading of a forwarded message"
 msgstr "Intestazione di un messaggio inoltrato"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Altezza"
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Cronologia"
 
@@ -3771,7 +3774,7 @@ msgstr "Se un'approvazione viene negata, respingi l'originale e elimina le appro
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Se questo strumento viene ha il flag setgid, un utente locale malintenzionato potrebbe usarlo per ottenere accesso amministrativo a RT."
 
@@ -4068,15 +4071,15 @@ msgstr "E' già stato aggiunto all'oggetto"
 msgid "Is not encrypted"
 msgstr "Non è crittografato"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "È estremamente importante che agli utenti non previlegiati non sia consentita l'esecuzione di questo strumento."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Per eseguire questo strumento, si suggerisce di creare un utente unix non privilegiato appartenente al gruppo corretto e con i necessari diritti in RT."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Accetta svariati argomenti:"
 
@@ -4589,19 +4592,19 @@ msgstr "Appartenenza a gruppi per l'utente %1"
 msgid "Merge"
 msgstr "Unisci"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Unione avvenuta con Successo"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Unione fallita. Impossibile impostare EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Unione fallita. Impossibile impostare il flag IsMerged"
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Unione fallita. Impossibile impostare Stato"
 
@@ -4646,7 +4649,7 @@ msgstr "Impossibile registrare il messaggio"
 msgid "Message for user"
 msgstr "Messaggio per l'utente"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Messaggio registrato"
 
@@ -5033,10 +5036,16 @@ msgstr "I miei Tickets"
 msgid "My approvals"
 msgstr "Le mie richieste di approvazione"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "I miei cruscotti"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Miei promemoria"
@@ -5045,11 +5054,11 @@ msgstr "Miei promemoria"
 msgid "My saved searches"
 msgstr "Le mie ricerche salvate"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr "Amministratore nelle code"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "I miei Promemoria"
 
@@ -5057,7 +5066,7 @@ msgstr "I miei Promemoria"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr "Code in cui sono membro del supporto"
 
@@ -5141,7 +5150,7 @@ msgstr "Nuovo promemoria"
 msgid "New ticket"
 msgstr "Nuovo ticket"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Il nuovo ticket non esiste"
 
@@ -5661,7 +5670,7 @@ msgstr "Mostra campi personalizzati solo per:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Aprilo"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "'%1' non può prendere in carico questo ticket per carenza di autorizzazioni."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Cambiato incaricato da %1 a %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Ordine di ricerca delle librerie Perl"
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Operazione non consentita"
 
@@ -5902,7 +5911,7 @@ msgstr "Permesso negato"
 msgid "Phone numbers"
 msgstr "Numeri telefonici"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Immagine"
 
@@ -6193,11 +6202,11 @@ msgstr "Ricerca veloce"
 msgid "Quick ticket creation"
 msgstr "Creazione veloce di un ticket"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "Creazione rapida"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Ricerca rapida"
 
@@ -6229,6 +6238,9 @@ msgstr "Configurazione di RT"
 msgid "RT Error"
 msgstr "Errore RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Dimensione di RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Variabili principali di RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT / %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "L'opzione RTAddressRegexp nella configurazione non corrisponde a %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Riapri"
 
@@ -6443,7 +6455,7 @@ msgstr "Rinfresca il risultato della ricerca ogni 60 minuti."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Aggiorna questa pagina ogni %1 minuti."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "Aggiorna schermata"
 
@@ -6451,7 +6463,7 @@ msgstr "Aggiorna schermata"
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Respinto"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Casa"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Risolvi"
 
@@ -6699,6 +6711,9 @@ msgstr "Righe per riquadro"
 msgid "Rows per page"
 msgstr "Righe per pagina"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Ricerca salvata"
 msgid "Saved Searches"
 msgstr "Ricerche salvate"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Grafici salvati"
 
@@ -6782,7 +6797,7 @@ msgstr "Ricerca salvata %1 non trovata"
 msgid "Saved searches"
 msgstr "Ricerche salvate"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Codice di autenticazione segreto"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Protezione:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Impostazioni"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Tappa"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Passo %1 di %2"
 msgid "Stolen from %1"
 msgstr "Sottratto da %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stile"
 
@@ -7714,15 +7732,15 @@ msgstr "Il valore attuale è già questo"
 msgid "That is not a value for this custom field"
 msgstr "Questo campo personalizzato non ammette questo valore"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Il ticket ha dipendenze non risolte"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "L'utente ha già il ticket in carico"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "L'utente non esiste"
 
@@ -7742,7 +7760,7 @@ msgstr "Ora l'utente è previlegiato"
 msgid "That user is now unprivileged"
 msgstr "Ora l'utente è non previlegiato"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "L'utente non può prendere in carico ticket da questa coda"
 
@@ -7775,7 +7793,7 @@ msgstr "Il Cc amministrativo di un ticket"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Il nome DNS del tuo server database (es 'db.reteaziendale.local')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Questo strumento permette di eseguire qualsiasi modulo perl da dentro RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Non Preso"
 msgid "Update"
 msgstr "Aggiornamento"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Quando arrivano corrispondenze"
 msgid "Where to find your sendmail binary."
 msgstr "Dove si trova il programma sendmail sul tuo server"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Hai già in carico questo ticket"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Non puoi impostare la password."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Puoi solo riassegnare ticket che hai in carico, o che non sono ancora assegnati"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "E' possibile prendere in carico solo i ticket non assegnati"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "clicca per aggiungere"
 msgid "click to check/uncheck all objects at once"
 msgstr "clicca per selezionare/deselezionare tutti gli oggetti in una sola volta"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "chiuso"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "configurazione base"
@@ -9477,7 +9491,7 @@ msgstr "al giorno"
 msgid "one"
 msgstr "uno"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "aperto"
 
@@ -9501,7 +9515,7 @@ msgstr "torta"
 msgid "plugin returned empty list"
 msgstr "il plugin ha restituito una lista vuota"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/ja.po b/share/po/ja.po
index 9b878f9..6b44b9b 100644
--- a/share/po/ja.po
+++ b/share/po/ja.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (%2から)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - LogToSTDERR 設定オプションの調整"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - %2に渡す引数"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - 更新状況をSTDOUTに出力"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr ""
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - 使いたいテンプレートの名前かidを指定"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - 使いたいアクションモジュールを指定"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - 使いたいトランザクションの種類をコンマ区切りのリストで指定"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - 使いたいconditionモジュールを指定"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - 使いたい検索モジュールを指定"
 
@@ -328,7 +328,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "最優先の担当チケット%1件"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1はcronなどの外部スケジューリングツールからチケットを操作するツールです。"
 
@@ -1416,11 +1416,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1441,7 +1441,7 @@ msgstr "名前なしにカスタムフィールドバリューの追加はでき
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1453,7 +1453,7 @@ msgstr "チケット自体にはリンクできません"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1662,7 +1662,7 @@ msgstr "コメント(作成者には送信されません)"
 msgid "Comments about this user"
 msgstr "このユーザーについての説明"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "コメントが追加されました"
 
@@ -1743,7 +1743,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr ""
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr ""
 
@@ -1758,7 +1758,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "担当者を変更できませんでした: %1"
 
@@ -2471,7 +2471,7 @@ msgstr "ダッシュボードを更新できませんでした: %1"
 msgid "Dashboard updated"
 msgstr "ダッシュボードを更新しました"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "ダッシュボード"
 
@@ -2569,7 +2569,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "削除"
 
@@ -2595,7 +2595,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "ライフサイクルの設定により、削除操作は無効になっています"
 
@@ -3145,7 +3145,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3157,7 +3157,7 @@ msgstr ""
 msgid "Everyone"
 msgstr ""
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "例えば、"
 
@@ -3231,8 +3231,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3342,7 +3342,7 @@ msgstr "担当者を探す"
 msgid "Find tickets"
 msgstr "チケットをさがす"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3518,6 +3518,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr ""
@@ -3567,7 +3570,7 @@ msgstr "グループでの権限"
 msgid "Group already has member: %1"
 msgstr "グループにはすでにメンバーがいます: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "グループが見つかりません"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3610,7 +3613,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3678,7 +3681,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3698,7 +3701,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "更新履歴"
 
@@ -3780,7 +3783,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4077,15 +4080,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4598,19 +4601,19 @@ msgstr "ユーザ %1 の所属"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "結合が成功しました"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "結合が失敗しました。有効なIDが設定できませんでした"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4655,7 +4658,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5042,10 +5045,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "担当チケットの承認状況"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "私のダッシュボード"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "私のリマインダ"
@@ -5054,11 +5063,11 @@ msgstr "私のリマインダ"
 msgid "My saved searches"
 msgstr "私が保存した検索"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5066,7 +5075,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5150,7 +5159,7 @@ msgstr "新規リマインダ作成:"
 msgid "New ticket"
 msgstr "新規チケット"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "新しいチケットはありません"
 
@@ -5670,7 +5679,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5761,7 +5770,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "担当者は%1から%2に変更されました"
 
@@ -5899,7 +5908,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "権限がありません"
 
@@ -5911,7 +5920,7 @@ msgstr "権限がありません"
 msgid "Phone numbers"
 msgstr "電話番号"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6202,11 +6211,11 @@ msgstr "かんたん検索"
 msgid "Quick ticket creation"
 msgstr "チケット新規作成"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6238,6 +6247,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT エラー"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6268,7 +6280,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6319,7 +6331,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6452,7 +6464,7 @@ msgstr "検索結果を 60 分毎に再読み込みする。"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "ページを%1分おきに更新する"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6460,7 +6472,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "拒否"
 
@@ -6604,7 +6616,7 @@ msgstr ""
 msgid "Residence"
 msgstr "住所"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "解決済みにする"
 
@@ -6708,6 +6720,9 @@ msgstr "枠の中に表示する行数"
 msgid "Rows per page"
 msgstr "一度に表示する行数"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6778,7 +6793,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "保存した検索"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "保存したグラフ"
 
@@ -6791,7 +6806,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "保存した検索"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6888,7 +6903,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7142,6 +7157,9 @@ msgstr ""
 msgid "Settings"
 msgstr "基本設定"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "短いユーザ名"
@@ -7384,7 +7402,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "保留にする"
 
@@ -7472,7 +7490,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "%1から担当者を変更しました"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "表示スタイル"
 
@@ -7723,15 +7741,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr "このカスタムフィールドはその値をうけつけません"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "未解決の依存関係が存在します"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "そのユーザーはすでにチケットを所有しています"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "そのユーザーは存在しません"
 
@@ -7751,7 +7769,7 @@ msgstr "そのユーザーは今特権を与えられました"
 msgid "That user is now unprivileged"
 msgstr "そのユーザーは今特権を失いました"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "そのユーザーはこのキューではチケットを所有していない可能性があります"
 
@@ -7784,7 +7802,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7921,7 +7939,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8342,7 +8360,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8434,7 +8452,7 @@ msgstr "担当者未定"
 msgid "Update"
 msgstr "更新"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8948,7 +8966,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8996,7 +9014,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "すでにこのチケットを担当しています"
 
@@ -9037,15 +9055,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "変更できるのは自分が担当しているチケットか担当者のいないチケットだけです。"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "担当できるのは、まだ担当者のいないチケットのみです"
 
@@ -9178,7 +9196,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9230,10 +9248,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr "すべてをチェック/チェック解除する"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "クローズする"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "本体設定"
@@ -9486,7 +9500,7 @@ msgstr ""
 msgid "one"
 msgstr "1"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "オープン"
 
@@ -9510,7 +9524,7 @@ msgstr "円"
 msgid "plugin returned empty list"
 msgstr "プラグインが空のリストを返しました。"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/lt.po b/share/po/lt.po
index 87fa421..3618021 100644
--- a/share/po/lt.po
+++ b/share/po/lt.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (iš panelės %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Keiskite parametrą LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Parametras perdavimui į %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Būsenos atnaujinimas perduodamas į STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - nurodykite ar norite naudoti 'pirmą', 'paskutinę' or 'visas' operacijas"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - nurodykite šablono, kurį norėtumėte naudoti, vardą arba identifikatorių"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - nurodykite veikmo modulį, kurį norite naudoti"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - nurodykite kableliais atskirtą operacijų tipų sąrašą, kur norite naudoti"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Nurodykite kurį sąlygų modulį norite naudoti"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Nurodykite kurį paieškos modulį norite naudoti"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 aukščiausio prioriteto mano prašymų"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 yra instrumentas dirbti su prašymais ir išorinės planavimo sistemos, pvz. cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Papildomame lauke gali būti ieškoma naudojant panašią sintaksę, kaip ankstesnė %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Apskaičiuoti"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Apskaičiuoti nurodytas reikšmes:"
 
@@ -1432,7 +1432,7 @@ msgstr "Negalima įtraukti papildomą lauką be pavadinimo"
 msgid "Can't find a saved search to work with"
 msgstr "Nepavyksta rasti tinkamos naudojimui įsimintos paieškos"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr "Negalima persiųti: nenurodytas teisingas pašto adresas"
 
@@ -1444,7 +1444,7 @@ msgstr "Negalima susieti prašymo su juo pačiu"
 msgid "Can't link to a deleted ticket"
 msgstr "Nuorodą į panaikintą prašymą negalima"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr "Negalima apjungti prašymo su juo pačiu"
 
@@ -1653,7 +1653,7 @@ msgstr "Komentaras (nesiunčiamas prašymo autoriui)"
 msgid "Comments about this user"
 msgstr "Komentarai apie šį naudotoją"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentarai pridėti"
 
@@ -1734,7 +1734,7 @@ msgstr "Susirašinėjimo adresas"
 msgid "Correspondence"
 msgstr "Susirašinėjimas"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Susirašinėjimas pridėtas"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Negalima pridėti naujos papildomo lauko reikšmės: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Nepavyko pakeisti atsakingo: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Klaidą keičiant informacinę panelę: %1"
 msgid "Dashboard updated"
 msgstr "Informacinė panelė pakeista"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Informacinės panelės"
 
@@ -2560,7 +2560,7 @@ msgstr "Nutylėta: %1/%2 pakeista iš %3 į %4"
 msgid "DefaultFormat"
 msgstr "Nutylėtasis formatas"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Pašalinti"
 
@@ -2586,7 +2586,7 @@ msgstr "Panaikinti nepavyko: %1"
 msgid "Delete group dashboards"
 msgstr "Panaikinti grupės informacinę panelę"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Panaikinimas yra uždraustas gyvavimo ciklo konfigūracijoje"
 
@@ -3136,7 +3136,7 @@ msgstr "Klaida: paieška %1 nepakeista: %2"
 msgid "Error: unencrypted message"
 msgstr "Klaida: neužšifruotas pranešimas"
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaluoti prašymą"
 
@@ -3148,7 +3148,7 @@ msgstr "Įvertinta"
 msgid "Everyone"
 msgstr "Visi"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Pavyzdys:"
 
@@ -3222,8 +3222,8 @@ msgstr "Užkrovimo klaida %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Užkrovimo klaida %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Klaida užkraunant modulį %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Rasti naudotojus, kurių"
 msgid "Find tickets"
 msgstr "Prašymų paieška"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr "Rasti naudotoją"
 
@@ -3509,6 +3509,9 @@ msgstr "Bendras portletas %1 išsaugotas."
 msgid "Global template '%1' not found"
 msgstr "Globalus šablonas '%1' nerastas"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Rodyti"
@@ -3558,7 +3561,7 @@ msgstr "Grupės teisės"
 msgid "Group already has member: %1"
 msgstr "naudotojas jau priklauso grupei: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Grupuoti pagal"
 
@@ -3592,7 +3595,7 @@ msgstr "Grupė pavadinimu '%1' jau naudojama"
 msgid "Group not found"
 msgstr "Grupė nerasta"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Grupuoti prašymus pagal"
 
@@ -3601,7 +3604,7 @@ msgstr "Grupuoti prašymus pagal"
 msgid "Group: %1"
 msgstr "Grupė: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Sugrupuoti paieškos rezultatai"
 
@@ -3669,7 +3672,7 @@ msgstr "Persiunčiamo prašymo antraštė"
 msgid "Heading of a forwarded message"
 msgstr "Persiųsto laiško antraštė"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Aukštis"
 
@@ -3689,7 +3692,7 @@ msgstr "Paslėpti visą cituojamą tekstą"
 msgid "Hide quoted text"
 msgstr "Paslėpti cituojamą tekstą"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Istorija"
 
@@ -3771,7 +3774,7 @@ msgstr "Jeigu patvirtinimas atmestas, atmesti originalą ir panaikinti laukianč
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Jeigu jūs tikėjotės ne to, išeikite iš šio puslapi neprisijungdami."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Jeigu ši programa nustatyta setgid, priešiškas naudotojas gali pasinaudoti ja norėdamas gauti RT administratoriaus teises."
 
@@ -4068,15 +4071,15 @@ msgstr "Jau pridėta prie objekto"
 msgid "Is not encrypted"
 msgstr "Neužšifruotas"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Nepaprastai svarbu, kad neprivilegijuoti naudotojai negalėtų naudoti šio įrankio."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Daroma prielaida, kad šio įrankio vykdymui jūs sukūrėte neprivilegijuotą Unix naudotoją, priklausantį teisingai grupei, ir su RT prieiga."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Tai reikalauja kelių parametrų:"
 
@@ -4589,19 +4592,19 @@ msgstr "Varotojo %1 priklausymas grupėms"
 msgid "Merge"
 msgstr "Sujungti"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Prašymai sėkmingai apjungti"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Apjungimo klaida. Nepavyko nustatyti prašymo ID."
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Sujungimas nepavyko. Negalima nustatyti požymio \"IsMerged\""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Apjungimo klaida. Nepavyksta nustatyti būsenos"
 
@@ -4646,7 +4649,7 @@ msgstr "Pranešimas negali būti išsaugotas"
 msgid "Message for user"
 msgstr "Pranešimas naudotojui"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Pranešimas išsaugotas"
 
@@ -5033,10 +5036,16 @@ msgstr "Man paskirti prašymai"
 msgid "My approvals"
 msgstr "Mano patvirtinimai"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mano informacinės panelės"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mano priminimai"
@@ -5045,11 +5054,11 @@ msgstr "Mano priminimai"
 msgid "My saved searches"
 msgstr "Mano įsimintos paieškos"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr "Mano administruojamos eilės"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "Mano priminimai"
 
@@ -5057,7 +5066,7 @@ msgstr "Mano priminimai"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr "Mano prižiūrimos eilės"
 
@@ -5141,7 +5150,7 @@ msgstr "Naujas priminimas:"
 msgid "New ticket"
 msgstr "Naujas prašymas"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nauajs prašymas neegzistuoja"
 
@@ -5661,7 +5670,7 @@ msgstr "Papildomus laukus rodyti tik:"
 msgid "Open Inactive Tickets"
 msgstr "Atverti neaktyvius prašymus"
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Pradėti vykdyti"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Atsakingas %1 neturi pakankamai teisių būti atsakingu už šį prašymą"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Atsakingas pakeistas iš %1 į %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Perl bibliotekos paieškos tvarka"
 msgid "Permanently wipeout data from RT"
 msgstr "Negrįžtamai panaikinti RT duomenis"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Neturite teisės"
 
@@ -5902,7 +5911,7 @@ msgstr "Neturite teisės"
 msgid "Phone numbers"
 msgstr "Telefonų numeriai"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Paveikslėlis"
 
@@ -6193,11 +6202,11 @@ msgstr "Greita paieška"
 msgid "Quick ticket creation"
 msgstr "Greitas prašymo sukūrimas"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "Greitas sukūrimas"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Greita paieška"
 
@@ -6229,6 +6238,9 @@ msgstr "RT konfigūracija"
 msgid "RT Error"
 msgstr "RT klaida"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT dydis"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "RT baziniai kintamieji"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1 prašymų valdymo sistema RT"
 
@@ -6310,7 +6322,7 @@ msgstr "RT žurnalo pildymo konfigūracijos suvestinė:"
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "RTAddressRegexp nustatymas konfigūracijoje neatitinka %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Vykdyti pakartotinai"
 
@@ -6443,7 +6455,7 @@ msgstr "Atnaujinti paieškos rezultatus kas 60 minučių."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Automatiškai atnaujinti šį puslapį kas %1 minučių."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "Atnaujinti pradinį puslapį"
 
@@ -6451,7 +6463,7 @@ msgstr "Atnaujinti pradinį puslapį"
 msgid "Refused to add link which would create a circular relationship"
 msgstr "Neleistina pridėti nuorodą, kuri suformuoja uždarą priklausomybių ratą"
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Atmesti"
 
@@ -6595,7 +6607,7 @@ msgstr "Atstatyti standartinę RT temą"
 msgid "Residence"
 msgstr "Namų"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Užbaigti vykdyti"
 
@@ -6699,6 +6711,9 @@ msgstr "Eilučių skaičius langelyje"
 msgid "Rows per page"
 msgstr "Eilučių skaičius puslapyje"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr "SMIME sertifikatas"
@@ -6769,7 +6784,7 @@ msgstr "Išsaugota paieška"
 msgid "Saved Searches"
 msgstr "Įsimintos paieškos"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Įsimintos diagramos"
 
@@ -6782,7 +6797,7 @@ msgstr "Išsaugota paieška %1 nerasta"
 msgid "Saved searches"
 msgstr "Įsimintos paieškos"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "Išsaugotos paieškos"
 
@@ -6879,7 +6894,7 @@ msgstr "Pilnatekstė paieška visuose prašymuose gali užtrukti labai ilgai. Ta
 msgid "Secret authentication token"
 msgstr "Slapta autentikacijos žyma"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Saugumas:"
 
@@ -7133,6 +7148,9 @@ msgstr "Nustatyti asmeninį raktą"
 msgid "Settings"
 msgstr "Nustatymai"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Trumpi naudotojų vardai"
@@ -7375,7 +7393,7 @@ msgstr "Steko trasavimas į žurnalą nerašomas"
 msgid "Stage"
 msgstr "Stadija"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Pristabdyti"
 
@@ -7463,7 +7481,7 @@ msgstr "Žingsnis %1 iš %2"
 msgid "Stolen from %1"
 msgstr "Atsakingas perimtas iš %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stilius"
 
@@ -7714,15 +7732,15 @@ msgstr "Tai jau dabartinė reikšmė"
 msgid "That is not a value for this custom field"
 msgstr "Šis laukas negali turėti tokios reikšmės"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Šis prašymas turi neišspręstas priklausomybes"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Šis naudotojas jau atsakingas už šį prašymą"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Naudotojas neegzistuoja"
 
@@ -7742,7 +7760,7 @@ msgstr "Šis naudotojas dabar priveligijuotas"
 msgid "That user is now unprivileged"
 msgstr "Šis naudotojas dabar nepriveligijuotas"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Šis naudotojas negali būti atsakingas už prašymus šioje eilėje"
 
@@ -7775,7 +7793,7 @@ msgstr "Prašymo administracinė kopija (CC)"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Duomenų bazės serverio pilnas pavadinimas(pvz., 'db.example.com')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Toliau nurodyta komanda ras visus aktyvius prašymus eilėje 'general' ir pakeis jų prioritetą į 99, jeigu praėjo prašymo galutinis terminas:"
 
@@ -7912,7 +7930,7 @@ msgstr "Šis prašymas negali būti užbaigtas vykdyti, kol nėra patvirtinimo."
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Šis prašymas negali būti užbaigtas vykdyti, kol nebus užbaigti vykdyti %%1 prašymai, nuo kurių jis priklausomas."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Šis įrankis leidžia naudotojui vykdyti kai kuriuos Perl modulius iš RT."
 
@@ -8333,7 +8351,7 @@ msgstr "Nesuteiktos teisės"
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Nuimkite pažymėjimą, jeigu norite išjungti išvardintų gavėjų informavimą <b>tik šiai operacijai</b>. Nuolatinis išjungimas valdomas <a href=\"%1\">Asmenų puslapyje</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Atkurti"
 
@@ -8425,7 +8443,7 @@ msgstr "Nepaskirtas atsakingas"
 msgid "Update"
 msgstr "Keisti"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Atnaujinti diagramą"
 
@@ -8939,7 +8957,7 @@ msgstr "Kiekvieną kartą gavus korespondenciją"
 msgid "Where to find your sendmail binary."
 msgstr "Kur jūsų Sendmail programa"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Plotis"
 
@@ -8987,7 +9005,7 @@ msgstr "Jūs (%1) neturite teisių naudoti RT."
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Jūs galite <a href=\"%1\">taisyti šią informacinę panelę</a> ir <a href=\"%2\">prenumeruoti ją</a>."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Jūs jau esate atsakingas už šį prašymą"
 
@@ -9028,15 +9046,15 @@ msgstr "Galite įterpti prašymo turinį bet kuriame laisvos formos, tekstiniame
 msgid "You can not set password."
 msgstr "Jūs negalite nustatyti slaptažodžio."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Galite perskirti tik tuo prašymus, kurie priskirti jums arba nepriskirti niekam."
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr "Pasiskirti sau galite tik tuos prašymus, kurie priskirti kažkam kitam"
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Jūs galite paskirti sau tik tuos prašymus, kurie nepriskirti niekam"
 
@@ -9169,7 +9187,7 @@ msgstr "ir prieš tai"
 msgid "and not"
 msgstr "ir ne"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "ir tada"
 
@@ -9221,10 +9239,6 @@ msgstr "pažymėkite norėdami pridėti"
 msgid "click to check/uncheck all objects at once"
 msgstr "spustelk pažymėti visus objektus iš karto"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "Įvykdytas"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "pagrindinė konfigūracija"
@@ -9477,7 +9491,7 @@ msgstr "nurodytą dieną"
 msgid "one"
 msgstr "vienas"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "vykdomas"
 
@@ -9501,7 +9515,7 @@ msgstr "pyragas"
 msgid "plugin returned empty list"
 msgstr "papildinys grąžino tuščią sąrašą"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr "tšk."
 
diff --git a/share/po/lv.po b/share/po/lv.po
index bd666a1..c7ea9c5 100644
--- a/share/po/lv.po
+++ b/share/po/lv.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (no rūts %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Pielāgot LogToSTDERR config opciju"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Arguments kuru nodot uz %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Drukāt statusa izmaiņas uz STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Uzrādiet vai vēlaties izmantot 'first', 'last' vai 'all' tranzakcijas"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Norādiet šablona(u) vārdu vai id, kuru vēlaties izmantot"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Uzrādiet darbības moduli kuru vēlaties izmantot"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Uzrādiet ar komatiem atdalītu sarakstu ar tranzakciju tipiem, kurus vēlaties izmantot"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Uzrādiet nosacījuma moduli, kuru vēlaties izmantot"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Uzrādiet meklēšanas moduli, kuru vēlaties izmantot"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 man piederoši augstākās prioritātes pieteikumi"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 ir instruments kas darbojas ar pieteikumiem no ārējā šedulēšanas instrumenta, kā piemēram no cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Nevar pievienot pielāgojuma lauku bez vārda"
 msgid "Can't find a saved search to work with"
 msgstr "Nevar atrast saglabāto meklējumu ar kuru strādāt"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Pieprasījumu nevar linkot pašu ar sevi"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Piezīmes (Nesūtītas pieprasītājiem)"
 msgid "Comments about this user"
 msgstr "Piezīmes par šo lietotāju"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Piezīmes pievienotas"
 
@@ -1734,7 +1734,7 @@ msgstr "Atbilstošā adrese"
 msgid "Correspondence"
 msgstr "Sarakste"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Sarakste pievienota"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Nav iespējams pievienot jaunu pielāgota lauka vērtību: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Nevar nomainīt īpašnieku: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Instrumentu paneli nevar atjaunināt: %1"
 msgid "Dashboard updated"
 msgstr "Instrumentu panelis atjaunināts"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Instrumentu paneļi"
 
@@ -2560,7 +2560,7 @@ msgstr "Noklusējums: %1/%2 mainīts no %3 uz %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Dzēst"
 
@@ -2586,7 +2586,7 @@ msgstr "Dzēšana neizdevās: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "izplatīt pieprasījumus"
 
@@ -3148,7 +3148,7 @@ msgstr "Aptuveni"
 msgid "Everyone"
 msgstr "Jebkurš"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Paraugs:"
 
@@ -3222,8 +3222,8 @@ msgstr "Neizdevās ielādēt %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Neizdevās ielādēt %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Neizdevās ielādēt moduli %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Meklēt personas kuri"
 msgid "Find tickets"
 msgstr "Meklēt pieprasījumus"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Globālais portlets %1 saglabāts."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Atvērt"
@@ -3558,7 +3561,7 @@ msgstr "Grupas tiesības"
 msgid "Group already has member: %1"
 msgstr "Grupā jau ir lietotājs: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Grupa nav atrasta"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Pārsūtītās vēstules headers"
 msgid "Heading of a forwarded message"
 msgstr "Pārsūtītas vēstules headers"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Vēsture"
 
@@ -3771,7 +3774,7 @@ msgstr "Ja apstiprinājums noraidīts, atcelt oriģinālu un dzēst gaidošos ap
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Nav šifrēti dati"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Svarīgi ir neļaut nepriveleģētiem lietotājiem izmantot šo utilītu."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Ieteicams izveidot nepriveliģētu lietotāju korektā lietotāju grupā un atļauju lietot RT un šo utilītu"
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Nepieciešami daži argumenti:"
 
@@ -4589,19 +4592,19 @@ msgstr "Lietotāja tiesības %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Apvienots veiksmīgi"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Apvienošana neveiksmīga. Nevar pieškirt EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Apvienošana neveiksmīga. Nevar uzstādīt statusu"
 
@@ -4646,7 +4649,7 @@ msgstr "Vēstule netiks ierakstīta"
 msgid "Message for user"
 msgstr "Vēstule lietotājam"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Vēstule ierakstīta"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Mani apstiprinājumi"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "mani paneļi"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Mani saglabātie meklējumi"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Jauns atgādinājums:"
 msgid "New ticket"
 msgstr "Jauns pieprasījums"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Jauns pieprasījums nepastāv"
 
@@ -5661,7 +5670,7 @@ msgstr "Rādīt laukus tikai:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Īpašniekam '%1' nav tiesību paņemt šo pieprasījumu."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Īpašnieks nomainīts no %1 uz %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Atļauja liegta"
 
@@ -5902,7 +5911,7 @@ msgstr "Pieeja aizliegta"
 msgid "Phone numbers"
 msgstr "Telefona numuri"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Ātrā meklēšana"
 msgid "Quick ticket creation"
 msgstr "ātrā pieprasījuma veidošana"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT konfigurācija"
 msgid "RT Error"
 msgstr "RT kļūda"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT izmērs"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "RT Pamatvērtības"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Atjaunot meklēšanas rezultātus katras 60 minūtes."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Atjaunot šo lapu katras %1 minūtes."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Uzturēšanās"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Atrisināt"
 
@@ -6699,6 +6711,9 @@ msgstr "rindas laukumā"
 msgid "Rows per page"
 msgstr "Rindas lapā"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Saglabātie grafiki"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Saglabātās meklēšanas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Slepenais autorizācijas žetons"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Drošība:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Uzstādijumi"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Solis %1 no %2"
 msgid "Stolen from %1"
 msgstr "Nozagts no %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stils"
 
@@ -7714,15 +7732,15 @@ msgstr "Tas jau ir tekošā vērtība"
 msgid "That is not a value for this custom field"
 msgstr "Šī nav vērtība šim laukam"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "šim pieprasījumam ir neatrsinātas atkarības"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Šim lietotājam jau pieder šis pieprasījums"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Šāds lietotājs neeksistē"
 
@@ -7742,7 +7760,7 @@ msgstr "Šis lietotājs tagad ir priveliģēts"
 msgid "That user is now unprivileged"
 msgstr "Šis lietotājs tagad ir nepriveliģēts"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Šim lietotājam nav savu pieprasījumu šajā uzdevumā"
 
@@ -7775,7 +7793,7 @@ msgstr "Pieprasījuma administratīvā CC"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Domēna vārds datubāzes serverim (piem. 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Šis rīks atļauj lietotājam palaist Perl moduļus no RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Nepaņemts"
 msgid "Update"
 msgstr "Jaunināt"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Kad vien parādās korespondence"
 msgid "Where to find your sendmail binary."
 msgstr "Kur meklēt sendmaila datu failus."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Jums jau pieder šis pieprasījums"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Jūs nevarat piešķirt paroli."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Jūs varat pārsūtīt pieprasījumus kas jums pieder, vai tiem nav īpašnieka"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Jūs varat paņemt pieprasījumus kuriem nav īpašnieka"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "Atķeksēt lai pieliktu"
 msgid "click to check/uncheck all objects at once"
 msgstr "Spiest lai uzreiz pieliktu/noņemtu visus objektus"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "Aizvērts"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Pamatu konfigurācija"
@@ -9477,7 +9491,7 @@ msgstr "dienā"
 msgid "one"
 msgstr "viens"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "atvērt"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr "plugins atgrieza tukšu sarakstu"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/nb.po b/share/po/nb.po
index a0bf22b..bb02044 100644
--- a/share/po/nb.po
+++ b/share/po/nb.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (fra panel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 – endre innstillingen «LogToSTDERR»"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 – et argument som skal sendes til %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 – send statusoppdateringer til standard ut"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 – om du vil bruke «first» (første), «last» (siste) eller «all» (alle) transaksjoner"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 – navn eller ID til malen(e) du vil bruke"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 – handlingsmodulen du vil bruke"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 – kommadelt liste over transaksjonstypene du vil bruke"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 – betingelsesmodulen du vil bruke"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 – søkemodulen du vil bruke"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 høyest prioriterte saker jeg eier"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 er et verktøy for å behandle saker fra eksterne verktøy, som cron."
 
@@ -1410,11 +1410,11 @@ msgstr "FF"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Fleksifelt kan søkes på ved å bruke en lignende syntaks som over med %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1435,7 +1435,7 @@ msgstr "Kan ikke legge verdi til et fleksifelt uten navn"
 msgid "Can't find a saved search to work with"
 msgstr "Fant ikke et lagret søk å arbeide med"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1447,7 +1447,7 @@ msgstr "Kan ikke koble en sak til seg selv"
 msgid "Can't link to a deleted ticket"
 msgstr "Kan ikke linke til en slettet sak"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1656,7 +1656,7 @@ msgstr "Kommentar (blir ikke sendt til innmelderen)"
 msgid "Comments about this user"
 msgstr "Kommentarer om brukeren"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "La til kommentarer"
 
@@ -1737,7 +1737,7 @@ msgstr "Svaradresse"
 msgid "Correspondence"
 msgstr "Svar"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Svar lagt til"
 
@@ -1752,7 +1752,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Klarte ikke legge til ny fleksifeltverdi: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Klarte ikke endre eier: %1"
 
@@ -2465,7 +2465,7 @@ msgstr "Klarte ikke oppdatere utforminga: %1"
 msgid "Dashboard updated"
 msgstr "Utforming oppdatert"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Utforminger"
 
@@ -2563,7 +2563,7 @@ msgstr "Standard: %1/%2 endret fra %3 til %4"
 msgid "DefaultFormat"
 msgstr "Standardformat"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Slett"
 
@@ -2589,7 +2589,7 @@ msgstr "Feil ved sletting: %1"
 msgid "Delete group dashboards"
 msgstr "Slett gruppeutforminger"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Sletteoperasjon er deaktivert av livssykluskonfigurasjon"
 
@@ -3139,7 +3139,7 @@ msgstr "Feil: søk %1 ikke oppdatert: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Øk saksprioriteter"
 
@@ -3151,7 +3151,7 @@ msgstr "Estimert"
 msgid "Everyone"
 msgstr "Alle"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Eksempel:"
 
@@ -3225,8 +3225,8 @@ msgstr "Klarte ikke laste %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Klarte ikke laste %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Klarte ikke laste modulen %1. (%2)"
 
@@ -3336,7 +3336,7 @@ msgstr "Finn alle personene der"
 msgid "Find tickets"
 msgstr "Finn saker"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3512,6 +3512,9 @@ msgstr "Globalt panel «%1» lagret"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Kjør"
@@ -3561,7 +3564,7 @@ msgstr "Grupperettigheter"
 msgid "Group already has member: %1"
 msgstr "Alt medlem av gruppa: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3595,7 +3598,7 @@ msgstr "Gruppenavn '%1' er allerede i bruk"
 msgid "Group not found"
 msgstr "Fant ikke gruppa"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3604,7 +3607,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3672,7 +3675,7 @@ msgstr "Overskrift til videresendt sak"
 msgid "Heading of a forwarded message"
 msgstr "Overskrift til videresendt melding"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3692,7 +3695,7 @@ msgstr "Skjul all sitert tekst"
 msgid "Hide quoted text"
 msgstr "Skjul sitert tekst"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Oppdateringer"
 
@@ -3774,7 +3777,7 @@ msgstr "Hvis en godkjenning blir avvist, avvis originalen, og slett ventende god
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Hvis dette ikke er hva du forventer, forlat denne siden nå uten å logge inn."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Hvis dette verktøyet var «setgid», kunne en ondsinnet lokal bruker bruke det for å få administrativ tilgang til RT."
 
@@ -4071,15 +4074,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Er ikke kryptert"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Det er svært viktig at brukere uten utvidede rettigheter ikke får kjøre dette verktøyet."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Det er anbefalt at du oppretter en vanlig Unix/Linux-bruker med riktig gruppemedlemskap og tilgang til RT for å kjøre dette verktøyet."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Du kan bruke flere kommandolinjeargument:"
 
@@ -4592,19 +4595,19 @@ msgstr "Medlemskap til brukeren %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Fletting utført"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Feil ved fletting. Klarte ikke lagre «EffectiveId»."
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Feil ved fletting. Klarte ikke lagre status."
 
@@ -4649,7 +4652,7 @@ msgstr "Klarte ikke lagre meldinga"
 msgid "Message for user"
 msgstr "Melding for bruker"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Melding registrert"
 
@@ -5036,10 +5039,16 @@ msgstr "Mine saker"
 msgid "My approvals"
 msgstr "Mine godkjenninger"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mine utforminger"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mine påminnelser"
@@ -5048,11 +5057,11 @@ msgstr "Mine påminnelser"
 msgid "My saved searches"
 msgstr "Mine lagrede søk"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5060,7 +5069,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5144,7 +5153,7 @@ msgstr "Ny påminnelse:"
 msgid "New ticket"
 msgstr "Ny sak"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Den nye saken finnes ikke"
 
@@ -5664,7 +5673,7 @@ msgstr "Vis bare fleksifelt for:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Åpne den"
 
@@ -5755,7 +5764,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Eieren «%1» har ikke rettigheter til å eie denne saken."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Eier byttet fra %1 til %2"
 
@@ -5893,7 +5902,7 @@ msgstr "Søkerekkefølge for Perl-bibliotek"
 msgid "Permanently wipeout data from RT"
 msgstr "Slett data fra RT permanent"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Nektet tilgang"
 
@@ -5905,7 +5914,7 @@ msgstr "Nektet tilgang"
 msgid "Phone numbers"
 msgstr "Telefonnummer"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6197,11 +6206,11 @@ msgstr "Kjappsøk"
 msgid "Quick ticket creation"
 msgstr "Kjapp saksoppretting"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6233,6 +6242,9 @@ msgstr "RT-oppsett"
 msgid "RT Error"
 msgstr "RT-feil"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT-størrelse"
@@ -6263,7 +6275,7 @@ msgid "RT core variables"
 msgstr "RT-kjernevariabler"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6314,7 +6326,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "«RTAddressRegexp»-valget i oppsettet er ikke i samsvar med «%1»"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Gjenåpne"
 
@@ -6448,7 +6460,7 @@ msgstr "Oppdater søkeresultatene hvert 60. minutt"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Oppdater siden hvert %1. minutt"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6456,7 +6468,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Avvis"
 
@@ -6600,7 +6612,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Hjemme"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Løs"
 
@@ -6704,6 +6716,9 @@ msgstr "Rader per boks"
 msgid "Rows per page"
 msgstr "Rader per side"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6774,7 +6789,7 @@ msgstr "Lagret Søk"
 msgid "Saved Searches"
 msgstr "Lagrede søk"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Lagret diagram"
 
@@ -6787,7 +6802,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Lagrede søk"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6884,7 +6899,7 @@ msgstr "Å søke på den fulle teksten alle saker kan ta lang tid, men hvis du t
 msgid "Secret authentication token"
 msgstr "Hemmelig brukerkode"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Sikkerhet:"
 
@@ -7138,6 +7153,9 @@ msgstr "Sett private nøkkel"
 msgid "Settings"
 msgstr "Innstillinger"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Korte brukernavn"
@@ -7380,7 +7398,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Nivå"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Stopp"
 
@@ -7468,7 +7486,7 @@ msgstr "Steg %1 av %2"
 msgid "Stolen from %1"
 msgstr "Stjålet fra %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7719,15 +7737,15 @@ msgstr "Verdien ble ikke endret"
 msgid "That is not a value for this custom field"
 msgstr "Dette er ikke en gyldig verdi for fleksifeltet"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Saken har uløste avhengigheter"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Brukeren eier allerede saken"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Brukeren finnes ikke"
 
@@ -7747,7 +7765,7 @@ msgstr "Brukeren har nå utvidede rettigheter"
 msgid "That user is now unprivileged"
 msgstr "Brukeren har nå bare enkle rettigheter"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Brukeren kan ikke eie saker i denne køen"
 
@@ -7781,7 +7799,7 @@ msgstr "Administrativ kopimottaker for en sak"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Domenenavnet til databasetjeneren (eksempel: «db.eksempel.no»)"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Følgende kommando vil finne alle aktive saker i køen 'general' og sette deres prioritet til 99 hvis de er forfalte:"
 
@@ -7918,7 +7936,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Dette verktøyet lar brukeren kjøre Perl-moduler fra RT."
 
@@ -8339,7 +8357,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Ta vekk hake i bokser for å deaktivere varslinger til de opplistede mottakerne <b>for bare denne transaksjonen</b>; vedvarende deaktivering håndteres på <a href=\"%1\">brukersiden</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Gjenopprett"
 
@@ -8431,7 +8449,7 @@ msgstr "Ikke tatt"
 msgid "Update"
 msgstr "Oppdater"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Oppdater diagram"
 
@@ -8945,7 +8963,7 @@ msgstr "Når et svar blir lagt til"
 msgid "Where to find your sendmail binary."
 msgstr "Adressen til «sendmail»-programfila."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8993,7 +9011,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Du <a href=\"%1\">kan endre denne utformingen</a> og <a href=\"%2\">ditt abonnement</a> til den i RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Du eier allerede denne saken"
 
@@ -9034,15 +9052,15 @@ msgstr "Du kan sette saksinnhold inn i ethvert friform-, tekst- eller wikifelt."
 msgid "You can not set password."
 msgstr "Du kan ikke velge passord"
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Du kan bare velge eier på saker som du eier, eller som mangler eier"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Du kan bare ta saker som mangler eier"
 
@@ -9175,7 +9193,7 @@ msgstr "og før"
 msgid "and not"
 msgstr "og ikke"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9227,10 +9245,6 @@ msgstr "kryss av for å legge til"
 msgid "click to check/uncheck all objects at once"
 msgstr "trykk for å merke eller fjerne merkingen for alle objektene"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "lukket"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Globalt oppsett"
@@ -9483,7 +9497,7 @@ msgstr "på dag"
 msgid "one"
 msgstr "én"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "åpen"
 
@@ -9507,7 +9521,7 @@ msgstr "Kakediagram"
 msgid "plugin returned empty list"
 msgstr "tillegget returnerte en tom liste"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/nl.po b/share/po/nl.po
index 2b63354..0ea9d64 100644
--- a/share/po/nl.po
+++ b/share/po/nl.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (van paneel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Wijzig LogToSTDERR configuratie optie"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Een argument om door te geven aan %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Uitvoer status herzieningen naar STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Geef aan of u de \"eerste\", de \"laatste\" of \"alle\" transacties wilt gebruiken"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Geef een naam of id op van een of meer sjablonen die u wilt gebruiken"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Specificeer de actie module die u wenst te gebruiken"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Geef de kommagescheiden (CSV) lijst op van transactietypes die u wilt gebruiken"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Specificeer de conditiemodule die u wenst te gebruiken"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Specificeer de zoekmodule die u wenst te gebruiken"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "De %1 hoogste prioriteit tickets die ik bezit"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 is een gereedschap om te reageren op tickets van een extern planningsprogramma, zoals cron"
 
@@ -1407,11 +1407,11 @@ msgstr "GV"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "GV'en kunnen doorzocht worden door gebruik te maken van een soortgelijke syntax als hierboven met %1"
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Kan geen custom field toevoegen zonder een naam"
 msgid "Can't find a saved search to work with"
 msgstr "Kan geen bewaarde zoekopdracht vinden om mee te werken"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Kan een ticket niet koppelen aan zichzelf"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Commentaar (Wordt niet verstuurd aan aanvragers)"
 msgid "Comments about this user"
 msgstr "Opmerkingen over deze gebruiker"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Commentaar toegevoegd"
 
@@ -1734,7 +1734,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr "Correspondentie"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Correspondentie toegevoegd"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Kon geen aangepast veldwaarde toevoegen: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Het was niet mogelijk de eigenaar te wijzigen: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Dashboard %1 kon niet worden gewijzigd"
 msgid "Dashboard updated"
 msgstr "Dashboard aangepast"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2560,7 +2560,7 @@ msgstr "Standaard: %1/%2 verandered van %3 naar %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Verwijderen"
 
@@ -2586,7 +2586,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3148,7 +3148,7 @@ msgstr ""
 msgid "Everyone"
 msgstr "Iedereen"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Voorbeeld:"
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Kan module %1 niet laden. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Zoek mensen waarvan"
 msgid "Find tickets"
 msgstr "Zoek tickets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ga"
@@ -3558,7 +3561,7 @@ msgstr "Groeps rechten"
 msgid "Group already has member: %1"
 msgstr "Groep heeft al een lid: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Groep niet gevonden"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Geschiedenis"
 
@@ -3771,7 +3774,7 @@ msgstr "Als een goedkeuring afgewezen is, wijs het origineel af en verwijder goe
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Als dit gereedschap setgid zou zijn, zou een kwaadwillende lokale gebruiker dit gereedschap kunnen gebruiken om administratieve toegang te verkrijgen tot RT"
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Het is ontzettend belangrijk dat onbevoorrechtigde gebruikers geen toestemming hebben om dit gereedschap te gebruiken."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "We stellen voor dat u een onbevoorrechtigde unix gebruiker aanmaakt met het juiste groep lidmaatschap en RT toegang om dit gereedschap te gebruiken."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Het accepteerd meerdere argumenten:"
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Samenvoeging Succesvol"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Samenvoeging mislukt. Kan EffectiefId niet instellen"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4646,7 +4649,7 @@ msgstr "bericht kon niet opgeslagen worden"
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Bericht opgeslagen"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Mijn goedkeuringen"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Mijn bewaarde zoekopdrachten"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr ""
 msgid "New ticket"
 msgstr "Nieuw ticket"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nieuw ticket bestaat niet"
 
@@ -5661,7 +5670,7 @@ msgstr "Toon alleen de custom fields voor:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Eigenaar veranderd van %1 naar %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Toestemming Geweigerd"
 
@@ -5902,7 +5911,7 @@ msgstr ""
 msgid "Phone numbers"
 msgstr "Telefoonnummers"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Snel zoeken"
 msgid "Quick ticket creation"
 msgstr "Snel een ticket aanmaken"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT Fout"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT voor %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Ververs deze pagina elke %1 minuten."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Woonplaats"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Los op"
 
@@ -6699,6 +6711,9 @@ msgstr "Rijen per box"
 msgid "Rows per page"
 msgstr "Rijen per pagina"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Opgeslagen zoekopdrachten"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Veiligheid"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr ""
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Stadium"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "Gestolen van %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stijl"
 
@@ -7714,15 +7732,15 @@ msgstr "Dat is al de huidige waarde"
 msgid "That is not a value for this custom field"
 msgstr "Dat is geen waarde voor dit custom field"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Dat ticket heeft onopgeloste afhankelijkheden"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Die gebruiker is al eigenaar van dat ticket"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Die gebruiker bestaat niet"
 
@@ -7742,7 +7760,7 @@ msgstr "Die gebruiker is nu gerechtigd"
 msgid "That user is now unprivileged"
 msgstr "Die gebruiker is nu ontrechtigd"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Die gebruiker mag geen eigenaar zijn van tickets in die queue"
 
@@ -7775,7 +7793,7 @@ msgstr "De administratieve CC van een ticket"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Dit gereedschap stelt de gebruiker in staat arbitraire perl modules te gebruiken vanuit RT"
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Vrij"
 msgid "Update"
 msgstr "Ververs"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Wanneer correspondentie binnenkomt"
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "U bent al eigenaar van dit ticket"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "U kunt alleen tickets opnieuw toebedelen die van u zijn, of van niemand"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "gesloten"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr ""
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/nn.po b/share/po/nn.po
index a75b715..5773b0e 100644
--- a/share/po/nn.po
+++ b/share/po/nn.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (frå rute %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 – endra innstillinga «LogToSTDERR»"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 – eit argument som skal sendast til %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 – send statusoppdateringar til standard ut"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 – om du vil bruka «first» (første), «last» (siste) eller «all» (alle) transaksjonar"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 – namn eller ID til malan(e) du vil bruka"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 – handlingsmodulen du vil bruka"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 – kommadelt liste over transaksjonstypane du vil bruka"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 – vilkårsmodulen du vil bruka"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 – søkjemodulen du vil bruka"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 høgast prioriterte saker eg eig"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 er eit verktøy for å handtera saker frå eksterne verktøy, som cron."
 
@@ -1410,11 +1410,11 @@ msgstr "FF"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1435,7 +1435,7 @@ msgstr "Kan ikkje leggja verdi til eit fleksifelt utan namn"
 msgid "Can't find a saved search to work with"
 msgstr "Fann ikkje eit lagra søk å arbeida med"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1447,7 +1447,7 @@ msgstr "Kan ikkje kopla ein sak til seg sjølv"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1656,7 +1656,7 @@ msgstr "Kommentar (vert ikkje send til innmeldaren)"
 msgid "Comments about this user"
 msgstr "Kommentarar om brukaren"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "La til kommentarar"
 
@@ -1737,7 +1737,7 @@ msgstr "Svaradresse"
 msgid "Correspondence"
 msgstr "Svar"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Svar lagt til"
 
@@ -1752,7 +1752,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Klarte ikkje leggja til ny fleksifeltverdi: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Klarte ikkje endra eigar: %1"
 
@@ -2467,7 +2467,7 @@ msgstr "Klarte ikkje oppdatera utforminga: %1"
 msgid "Dashboard updated"
 msgstr "Utforming oppdatert"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Utformingar"
 
@@ -2565,7 +2565,7 @@ msgstr "Standard: %1/%2 endra frå %3 til %4"
 msgid "DefaultFormat"
 msgstr "Standardformat"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Slett"
 
@@ -2591,7 +2591,7 @@ msgstr "Feil ved sletting: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3141,7 +3141,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Auk saksprioritetar"
 
@@ -3153,7 +3153,7 @@ msgstr "Estimert"
 msgid "Everyone"
 msgstr "Alle"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Eksempel:"
 
@@ -3227,8 +3227,8 @@ msgstr "Klarte ikkje lasta %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Klarte ikkje lasta %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Klarte ikkje lasta modulen %1. (%2)"
 
@@ -3338,7 +3338,7 @@ msgstr "Finn alle personane der"
 msgid "Find tickets"
 msgstr "Finn saker"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3514,6 +3514,9 @@ msgstr "Globalt panel «%1» lagra"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Køyr"
@@ -3563,7 +3566,7 @@ msgstr "Gruppeløyve"
 msgid "Group already has member: %1"
 msgstr "Alt medlem av gruppa: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3597,7 +3600,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Fann ikkje gruppa"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3606,7 +3609,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3674,7 +3677,7 @@ msgstr "Overskrift til vidaresend sak"
 msgid "Heading of a forwarded message"
 msgstr "Overskrift til vidaresend melding"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3694,7 +3697,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Oppdateringar"
 
@@ -3776,7 +3779,7 @@ msgstr "Viss ei godkjenning vert avvist, avvis originalen, og slett ventande god
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Viss dette verktøyet var «setgid», kunne ein vondsinna lokal brukar bruka det for å få administrativ tilgang til RT."
 
@@ -4073,15 +4076,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Er ikkje kryptert"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Det er svært viktig at brukarar utan utvida løyve ikkje får køyra dette verktøyet."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Det er anbefalt at du opprettar ein vanlig Unix/Linux-brukar med riktig gruppemedlemskap og tilgang til RT for å køyra dette verktøyet."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Du kan bruka fleire kommandolinjeargument:"
 
@@ -4594,19 +4597,19 @@ msgstr "Medlemskap til brukaren %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Fletting utførd"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Feil ved fletting. Klarte ikkje lagra «EffectiveId»."
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Feil ved fletting. Klarte ikkje lagra status."
 
@@ -4651,7 +4654,7 @@ msgstr "Klarte ikkje lagra meldinga"
 msgid "Message for user"
 msgstr "Melding for brukar"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Melding registrert"
 
@@ -5038,10 +5041,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Mine godkjenningar"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mine utformingar"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5050,11 +5059,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Mine lagra søk"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5062,7 +5071,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5146,7 +5155,7 @@ msgstr "Ny påminning:"
 msgid "New ticket"
 msgstr "Ny sak"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Den nye saka finst ikkje"
 
@@ -5667,7 +5676,7 @@ msgstr "Vis berre fleksifelt for:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5758,7 +5767,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Eigaren «%1» har ikkje løyve til å eiga denne saka."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Eigar bytta frå %1 til %2"
 
@@ -5896,7 +5905,7 @@ msgstr "Søkjerekkjefølgje for Perl-bibliotek"
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Nekta tilgang"
 
@@ -5908,7 +5917,7 @@ msgstr "Nekta tilgang"
 msgid "Phone numbers"
 msgstr "Telefonnummer"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6201,11 +6210,11 @@ msgstr "Kjappsøk"
 msgid "Quick ticket creation"
 msgstr "Kjapp saksoppretting"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6237,6 +6246,9 @@ msgstr "RT-oppsett"
 msgid "RT Error"
 msgstr "RT-feil"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT-storleik"
@@ -6267,7 +6279,7 @@ msgid "RT core variables"
 msgstr "RT-kjernevariablar"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6318,7 +6330,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "«RTAddressRegexp»-valet i oppsettet er ikkje i samsvar med «%1»"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6452,7 +6464,7 @@ msgstr "Oppdater søkjeresultata kvart 60. minutt"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Oppdater sida kvart %1. minutt"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6460,7 +6472,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6604,7 +6616,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Heime"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Løys"
 
@@ -6708,6 +6720,9 @@ msgstr "Rader per boks"
 msgid "Rows per page"
 msgstr "Rader per side"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6778,7 +6793,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Lagra diagram"
 
@@ -6791,7 +6806,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Lagra søk"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6888,7 +6903,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Hemmeleg brukarkode"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Tryggleik:"
 
@@ -7142,6 +7157,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Innstillingar"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Korte brukarnamn"
@@ -7384,7 +7402,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Nivå"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7472,7 +7490,7 @@ msgstr "Steg %1 av %2"
 msgid "Stolen from %1"
 msgstr "Stolen frå %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7723,15 +7741,15 @@ msgstr "Verdien ble ikke endret"
 msgid "That is not a value for this custom field"
 msgstr "Dette er ikkje ein gyldig verdi for fleksifeltet"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Saka har uløyste avhengnader"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Brukaren eig alt saka"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Brukaren finst ikkje"
 
@@ -7751,7 +7769,7 @@ msgstr "Brukaren har no utvida løyve"
 msgid "That user is now unprivileged"
 msgstr "Brukaren har no berre enkle løyve"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Brukaren kan ikkje eiga saker i denne køen"
 
@@ -7785,7 +7803,7 @@ msgstr "Administrativ kopimottakar for ei sak"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Domenenamnet til databasetenaren (eksempel: «db.eksempel.no»)"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7922,7 +7940,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Dette verktøyet lèt brukaren køyra Perl-modular frå RT."
 
@@ -8343,7 +8361,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8435,7 +8453,7 @@ msgstr "Ikkje teken"
 msgid "Update"
 msgstr "Oppdater"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8949,7 +8967,7 @@ msgstr "Når eit svar vert lagt til"
 msgid "Where to find your sendmail binary."
 msgstr "Adressa til «sendmail»-programfila."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8997,7 +9015,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Du eig alt denne saka"
 
@@ -9038,15 +9056,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Du kan ikkje velja passord"
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Du kan berre velja eigar på saker som du eig, eller som manglar eigar"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Du kan berre ta saker som manglar eigar"
 
@@ -9179,7 +9197,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9231,10 +9249,6 @@ msgstr "kryss av for å leggja til"
 msgid "click to check/uncheck all objects at once"
 msgstr "trykk for å merkja eller fjerna merkinga for alle objekta"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "lukka"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Globalt oppsett"
@@ -9487,7 +9501,7 @@ msgstr "på dag"
 msgid "one"
 msgstr "éin"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr ""
 
@@ -9511,7 +9525,7 @@ msgstr "Kakediagram"
 msgid "plugin returned empty list"
 msgstr "tillegget returnerte ei tom liste"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/oc.po b/share/po/oc.po
index 2780345..bacac52 100644
--- a/share/po/oc.po
+++ b/share/po/oc.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (del panèl %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajustatz l'opcion de configuracion LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Un paramètre de passar a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Escriu las mesas a jorn d'estatuts sus STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Precisatz se volètz utilizar la primièra (first), la darrièra (last) o totas (all) las transaccions"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especificatz lo nom o l'id del modèl que volètz utilizar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Precisatz l'accion que volètz utilizar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Precisatz per una lista separada per de virgulas, los tipes de transaccions que volètz utilizar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Precisatz la condicion que volètz utilizar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Precisatz la recèrca que volètz utilizar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr ""
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr ""
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr ""
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr ""
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr ""
 msgid "Comments about this user"
 msgstr ""
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentaris aponduts"
 
@@ -1734,7 +1734,7 @@ msgstr "Adreça de responsa"
 msgid "Correspondence"
 msgstr ""
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr ""
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2462,7 +2462,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Tablèus de bòrd"
 
@@ -2560,7 +2560,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Suprimir"
 
@@ -2586,7 +2586,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3148,7 +3148,7 @@ msgstr "Estimat"
 msgid "Everyone"
 msgstr "Tot lo monde"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemple :"
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3333,7 +3333,7 @@ msgstr ""
 msgid "Find tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Anem !"
@@ -3558,7 +3561,7 @@ msgstr ""
 msgid "Group already has member: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Grop introbable"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Istoric"
 
@@ -3771,7 +3774,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4646,7 +4649,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr ""
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr ""
 msgid "New ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr ""
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Permission Refusada"
 
@@ -5902,7 +5911,7 @@ msgstr "Permission refusada"
 msgid "Phone numbers"
 msgstr "Numèros de telefòn"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Recèrca rapida"
 msgid "Quick ticket creation"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Regetar"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr ""
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Resòlvre"
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Recèrcas enregistradas"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Seguretat :"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Paramètres"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Estil"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr "Mesa a jorn"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "tampat"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr "una ora"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "dobrir"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/pl.po b/share/po/pl.po
index 4c8aca2..afdf965 100644
--- a/share/po/pl.po
+++ b/share/po/pl.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (z %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Dostosuj opcję konfiguracji LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - warunek przejścia na %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Status wyjściowy zaktualizowany na STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Określ czy chcesz używać 'pierwszej', 'ostatniej' albo 'wszystkich' transakcji"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Określ nazwę lub ID szablonu(ów) który chcesz użyć."
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Określ moduł działań, którego chcesz użyć"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Określ listę oddzielonych przecinkami typów transakcji , których chcesz użyć"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Określ moduł warunków, którego chcesz użyć"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Określ moduł wyszukiwania, którego chcesz użyć"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 zgłoszeń o najwyższym priorytecie, których jestem właścicielem"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 jest narzędziem umożliwiającym obsługę zgłoszeń z zewnętrznej aplikacji do sporządzania wykazów, takiej jak cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Oblicz"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Oblicz wartości"
 
@@ -1432,7 +1432,7 @@ msgstr "Nie można wprowadzić wartości pola bez nazwy"
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Nie można połączyć zgłoszenia z tym samym zgłoszeniem"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentarze (które nie zostaną wysłane zgłaszającym)"
 msgid "Comments about this user"
 msgstr "Uwagi dotyczące użytkownika"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentarze zostały dodane"
 
@@ -1734,7 +1734,7 @@ msgstr "Adres do korespondencji"
 msgid "Correspondence"
 msgstr "Korespondencja"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korespondencja została dodana"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Nie udało się zmienić właściciela: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Nie udało się zaktualizować panelu: %1"
 msgid "Dashboard updated"
 msgstr "Panel zaktualizowany"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Panele"
 
@@ -2560,7 +2560,7 @@ msgstr "Domyślnie: %1/%2 zmieniane z \"%3\" na \"%4\""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Usuń"
 
@@ -2586,7 +2586,7 @@ msgstr "Nie udało się usunąć: %1"
 msgid "Delete group dashboards"
 msgstr "Usuń grupowe panele"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Funkcja kasowania została wyłączona w konfiguracji cyklu życia"
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaluj zgłoszenia"
 
@@ -3148,7 +3148,7 @@ msgstr "Szacowane"
 msgid "Everyone"
 msgstr "Wszyscy"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Przykład:"
 
@@ -3222,8 +3222,8 @@ msgstr "Nie udało się załadować %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Nie udało się załadować %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Nie udało się załadować modułu %1. (%2)"
 
@@ -3334,7 +3334,7 @@ msgstr "Wyszukaj użytkowników, których"
 msgid "Find tickets"
 msgstr "Wyszukaj zgłoszenia"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3510,6 +3510,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr "Szablon globalny '%1' nie został znaleziony"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Pobierz"
@@ -3559,7 +3562,7 @@ msgstr "Uprawnienia grupowe"
 msgid "Group already has member: %1"
 msgstr "Grupa ma już członka: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Grupuj wg"
 
@@ -3593,7 +3596,7 @@ msgstr "Nazwa grupy '%1' jest już używana"
 msgid "Group not found"
 msgstr "Nie udało się wyszukać grupy"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Grupuj zgłoszenia wg"
 
@@ -3602,7 +3605,7 @@ msgstr "Grupuj zgłoszenia wg"
 msgid "Group: %1"
 msgstr "Grupa: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3670,7 +3673,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3690,7 +3693,7 @@ msgstr "Ukryj wszystkie cytowane teksty"
 msgid "Hide quoted text"
 msgstr "Ukryj cytowane teksty"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historia"
 
@@ -3772,7 +3775,7 @@ msgstr "Jeśli potwierdzenie zostało odrzucone, odrzuć oryginał i usuń oczek
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Jeśli ta aplikacja została zachwiana, obcy lokalny użytkownik mógł używać tej aplikacji, aby uzyskać do RT dostęp na prawach administratora"
 
@@ -4069,15 +4072,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Bardzo ważne, aby nieuprawnieni użytkownicy nie posiadali uprawnień do uruchomienia tej aplikacji."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Sugeruje się, aby utworzyć nieuprawnionego użytkownika w odpowiedniej grupie o odpowiednim dostępie do RT, aby uruchomić tę aplikację"
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Wymaga kilku argumentów:"
 
@@ -4590,19 +4593,19 @@ msgstr "Członkostwo użytkownika %1"
 msgid "Merge"
 msgstr "Połącz przez scalenie"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Udało się połączyć"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Nie udało się połączyć. Nie udało się ustawić efektywnego Id"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4647,7 +4650,7 @@ msgstr "Wiadomość nie mogła zostać zapisana"
 msgid "Message for user"
 msgstr "Wiadomość dla użytkownika"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Wiadomość zapisana"
 
@@ -5034,10 +5037,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Moje potwierdzenia"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Moje panele"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Moje przypomnienia"
@@ -5046,11 +5055,11 @@ msgstr "Moje przypomnienia"
 msgid "My saved searches"
 msgstr "Moje zapytania"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5058,7 +5067,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5142,7 +5151,7 @@ msgstr "Nowe przypomnienie:"
 msgid "New ticket"
 msgstr "Nowe zgłoszenie"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nowe zgłoszenie nie istnieje"
 
@@ -5662,7 +5671,7 @@ msgstr "Pokaż pola definiowane przez użytkownika tylko dla:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Otwórz"
 
@@ -5753,7 +5762,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Właściciel '%1' nie ma uprawnień do tego zgłoszenia."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Zmieniono właściciela z %1 na %2"
 
@@ -5891,7 +5900,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr "Trwale usuń dane z RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Odmowa dostępu"
 
@@ -5903,7 +5912,7 @@ msgstr "Odmowa dostępu"
 msgid "Phone numbers"
 msgstr "Numery tel."
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6194,11 +6203,11 @@ msgstr "Szybkie wyszukiwanie"
 msgid "Quick ticket creation"
 msgstr "Szybkie tworzenie zgłoszeń"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6230,6 +6239,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "Błąd RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6260,7 +6272,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT dla %1"
 
@@ -6311,7 +6323,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Otwórz ponownie"
 
@@ -6444,7 +6456,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Odświeżaj tę stronę co %1 minut."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6452,7 +6464,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Odrzuć"
 
@@ -6596,7 +6608,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Tel. domowy"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Zamknij"
 
@@ -6700,6 +6712,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr "Linii na stronie"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6770,7 +6785,7 @@ msgstr "Zapisane wyszukiwanie"
 msgid "Saved Searches"
 msgstr "Zapisane wyszukiwania"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6783,7 +6798,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Zapisane zapytania"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6881,7 +6896,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Zabezpieczenie:"
 
@@ -7135,6 +7150,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Ustawienia"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7377,7 +7395,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Etap"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Zamroź"
 
@@ -7465,7 +7483,7 @@ msgstr "Krok %1 z %2"
 msgid "Stolen from %1"
 msgstr "Przejęte od %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Styl"
 
@@ -7716,15 +7734,15 @@ msgstr "To już jest aktualna wartość"
 msgid "That is not a value for this custom field"
 msgstr "To nie jest wartość tego pola"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "To zgłoszenie ma niewykonane zgłoszenia zależne"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Ten użytkownik już jest właścicielem tego zgłoszenia"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Taki użytkownik nie istnieje"
 
@@ -7744,7 +7762,7 @@ msgstr "Ten użytkownik jest już uprawniony"
 msgid "That user is now unprivileged"
 msgstr "Ten użytkownik jest teraz nieuprawniony"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Ten użytkownik może nie posiadać zgłoszeń w tej kolejce"
 
@@ -7777,7 +7795,7 @@ msgstr "Administracyjne CC zgłoszenia"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7914,7 +7932,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Ta aplikacja pozwala użytkownikowi na przypadkowe uruchomienie tzw. perl modułów z RT"
 
@@ -8335,7 +8353,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Nie zaznaczaj pola by wyłączyć powiadomienia do podanych odbiorców <b>ale tylko dla tej transakcji</b>; usuwanie odbiorców na stałe możliwe jest przez stronę <a href=\"%1\">Osoby</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8427,7 +8445,7 @@ msgstr "Niepobrany"
 msgid "Update"
 msgstr "Zaktualizuj"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8941,7 +8959,7 @@ msgstr "Zawsze gdy wpłynie korespondencja"
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8989,7 +9007,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Jesteś już właścicielem tego zgłoszenia"
 
@@ -9030,15 +9048,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Możesz ponownie przydzielić tylko te zgłoszenia, których jesteś właścicielem lub te, które nie mają właściciela"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9171,7 +9189,7 @@ msgstr ""
 msgid "and not"
 msgstr "i nie"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9223,10 +9241,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "zamknięte"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9479,7 +9493,7 @@ msgstr "w dniu"
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "otwarte"
 
@@ -9503,7 +9517,7 @@ msgstr "kołowy"
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/pt.po b/share/po/pt.po
index b960334..4a9fc65 100644
--- a/share/po/pt.po
+++ b/share/po/pt.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (do painel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajustar opção de configuração LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Um argumento a passar a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Actualização do estado dos Output para  STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Epecificar se quer utilizar 'primeira', 'ultima' ou 'todas' as transações"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especifique o nome ou ID do(s) template(s) que pretende usar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Especificar o modulo de acção que quer usar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Especificar a lista de tipos de transacções, separada por virgulas, que quer usar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Especificar o modulo de condições que quer usar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Especifique o módulo de pesquisa a utilizar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 tickets com maior prioridade da minha responsabilidade"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 é uma ferramenta para manipular tickets através de uma ferramenta externa, como por exemplo o cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Não se pode adicionar um campo personalizado sem designação"
 msgid "Can't find a saved search to work with"
 msgstr "Impossível encontrar a pesquisa gravada definida"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Não é possível ligar um ticket a si próprio"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Comentários (não so enviados para utilizadores)"
 msgid "Comments about this user"
 msgstr "Comentários sobre este utilizador"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentários adicionados"
 
@@ -1734,7 +1734,7 @@ msgstr "Morada de correspondência"
 msgid "Correspondence"
 msgstr "Correspondência"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Correspondência adicionada"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Não foi adicionado o valor do campo personalizado: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Não foi alterado o dono: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Painel não pode ser actualizado: %1"
 msgid "Dashboard updated"
 msgstr "Painel actualizado"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Painéis"
 
@@ -2560,7 +2560,7 @@ msgstr "Predefinição: %1/%2 alterado para %3 to %4"
 msgid "DefaultFormat"
 msgstr "FormatoDefault"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Apagar"
 
@@ -2586,7 +2586,7 @@ msgstr "Eliminação falhou: %1"
 msgid "Delete group dashboards"
 msgstr "Apagar painéis de grupo"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Operação de eliminação está desabilitada pela configuração do ciclo de vida"
 
@@ -3136,7 +3136,7 @@ msgstr "Erro: pesquisa %1 não foi actualizada: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Escalar Tickets"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimado"
 msgid "Everyone"
 msgstr "Todos"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemplo:"
 
@@ -3222,8 +3222,8 @@ msgstr "Falha ao carregar %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Falha ao carregar %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Falta ao carregar módulo %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Encontrar pessoas cujo"
 msgid "Find tickets"
 msgstr "Encontrar tickets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet  global %1 guardado"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ir"
@@ -3558,7 +3561,7 @@ msgstr "Direitos do grupo"
 msgid "Group already has member: %1"
 msgstr "O grupo já tem um membro: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Grupo '%1' já existe"
 msgid "Group not found"
 msgstr "Grupo não encontrado"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Cabeçalho de um ticket redirecionado"
 msgid "Heading of a forwarded message"
 msgstr "Cabeçalho de uma mensagem redirecionada"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Esconde todo o texto citado"
 msgid "Hide quoted text"
 msgstr "Esconder texto marcado"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Histórico"
 
@@ -3771,7 +3774,7 @@ msgstr "Se uma aprovação é rejeitada, rejeite a original e elimine aprovaçõ
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Se esta ferramenta fosse setgid, um utilizador local hostil poderia usá-la para ter acesso de administrador ao RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Não está encriptado"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "É muito importante que os utilizadores não privilegiados não possam executar esta ferramenta."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "É sugerido que crie um utilizador não privilegiado com o grupo correcto e acesso ao RT para utilizar esta ferramenta."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Necessários vários argumentos:"
 
@@ -4589,19 +4592,19 @@ msgstr "Associações do utilizador %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Combinação com sucesso"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Combinação falhada. Não foi possível definir EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Combinação falhada. Não foi possível definir Estado"
 
@@ -4646,7 +4649,7 @@ msgstr "Mensagem não pôde ser gravada"
 msgid "Message for user"
 msgstr "Mensagem para o utilizador"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Mensagem gravada"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "As minhas aprovações"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Meus Painéis"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Meus Lembretes"
@@ -5045,11 +5054,11 @@ msgstr "Meus Lembretes"
 msgid "My saved searches"
 msgstr "As minhas pesquisas guardadas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Nova Nota"
 msgid "New ticket"
 msgstr "Novo ticket"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Novo ticket não existe"
 
@@ -5661,7 +5670,7 @@ msgstr "Apenas mostrar campos personalizados para:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Abrir"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "'%1' não tem direitos para ser dono deste ticket"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Dono alterado de %1 para %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Ordem de pesquisa de bibliotecas Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Eliminar permanentemente dados do RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Permissão Negada"
 
@@ -5902,7 +5911,7 @@ msgstr "Permissão Negada"
 msgid "Phone numbers"
 msgstr "Números de telefone"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Pesquisa rápida"
 msgid "Quick ticket creation"
 msgstr "Criação de tickets rápida"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "Configuração do RT"
 msgid "RT Error"
 msgstr "Erro RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Tamanho do RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Variáveis de core do RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT para %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Abrir de novo"
 
@@ -6443,7 +6455,7 @@ msgstr "Recarregar os resultados de pesquisa a cada 60 minutos."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Refrescar esta página de %1 em %1 minutos."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Rejeitar"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Residência"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Resolver"
 
@@ -6699,6 +6711,9 @@ msgstr "Linhas por caixa"
 msgid "Rows per page"
 msgstr "Linhas por página"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Pesquisas guardadas"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gráficos guardados"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Pesquisas guardadas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Segurança:"
 
@@ -7133,6 +7148,9 @@ msgstr "Defina a chave privada"
 msgid "Settings"
 msgstr "Configurações"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Nomes de utilizadores pequenos"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Colocar pendente"
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "Roubado de %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr "Este valor não é adequado para este campo personalizado"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Esse utilizador já é dono desse ticket"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Esse utilizador não existe"
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Esse utilizador não pode ser dono de tickets nessa queue"
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Desmarque caixas para desabilitar notificações para os destinatários listados <b>apenas para esta transacção</b>; alterações permanentes devem ser efectuadas na <a href=\"%1\">página de contactos</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr "Actualizar"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Este ticket já é seu"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Só pode atribuir um pedido que seja seu ou que não proprietário"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Só pode responsabilizar-se por tickets que não têm dono"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "fechado"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "aberto"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/pt_BR.po b/share/po/pt_BR.po
index 6d31fb1..3c70afb 100644
--- a/share/po/pt_BR.po
+++ b/share/po/pt_BR.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (do painel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajuste opção de configuração LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Um argumento para passar para %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Exibe atualizações de estado no STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Especifique se você quer usar a 'primeira' , a 'última' ou 'todas' as transações"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especifique o nome ou o id do(s) modelo(s) que você quer usar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Especifique o módulo de ação que você quer usar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Especifique a lista, separada por vírgulas, dos tipos de transação que você pretende usar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Especifique o módulo de condição que você quer usar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Especifique o módulo de busca que você quer usar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 tíquetes de mais alta prioridade que eu possuo"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 é uma ferramenta que age sobre os tíquetes a partir de uma ferramenta  externa de agendamento, como cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Campos Personalizados devem ser buscados usando uma sintaxe similar como acima com %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Calcular"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Calcular valores de"
 
@@ -1432,7 +1432,7 @@ msgstr "Não é possível adicionar um valor de campo personalizado sem um nome"
 msgid "Can't find a saved search to work with"
 msgstr "Não é possível encontrar uma busca salva para ser trabalhada"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Não é possível vincular um tíquete a ele mesmo"
 msgid "Can't link to a deleted ticket"
 msgstr "Não é possível vincular um tíquete apagado"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Comentários (Não enviados aos requisitantes)"
 msgid "Comments about this user"
 msgstr "Comentários sobre este usuário"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentários adicionados"
 
@@ -1734,7 +1734,7 @@ msgstr "Endereço de correspondência"
 msgid "Correspondence"
 msgstr "Correspondência"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Correspondência adicionada"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Não foi possível adicionar novo valor do campo personalizado: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Impossível alterar proprietário: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Painel não pôde ser atualizado: %1"
 msgid "Dashboard updated"
 msgstr "Painel atualizado"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Painéis"
 
@@ -2560,7 +2560,7 @@ msgstr "Padrão: %1/%2 alterado de %3 para %4"
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Remover"
 
@@ -2586,7 +2586,7 @@ msgstr "Remoção falhou: %1"
 msgid "Delete group dashboards"
 msgstr "Remover painéis do grupo"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Operação de remoção está desabilitado pela configuração do ciclo de vida"
 
@@ -3136,7 +3136,7 @@ msgstr "Erro: pesquisa %1 não foi atualizada: %2"
 msgid "Error: unencrypted message"
 msgstr "Erro: mensagem não-encriptada"
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Escalonar tíquetes"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimado"
 msgid "Everyone"
 msgstr "Todos"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemplo:"
 
@@ -3222,8 +3222,8 @@ msgstr "Falha ao carregar %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Falha ao carregar %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Falha ao carregar o módulo %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Encontrar pessoas em que"
 msgid "Find tickets"
 msgstr "Encontrar tíquetes"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet global %1 salvo."
 msgid "Global template '%1' not found"
 msgstr "Modelo global '%1' não encontrado"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ir"
@@ -3558,7 +3561,7 @@ msgstr "Direitos de Acesso do Grupo"
 msgid "Group already has member: %1"
 msgstr "Grupo já tem um membro: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Agrupar por"
 
@@ -3592,7 +3595,7 @@ msgstr "O nome do grupo '%1' já está em uso"
 msgid "Group not found"
 msgstr "Grupo não encontrado"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Agrupar tíquetes por"
 
@@ -3601,7 +3604,7 @@ msgstr "Agrupar tíquetes por"
 msgid "Group: %1"
 msgstr "Grupo: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Resultados de pesquisa agrupados"
 
@@ -3669,7 +3672,7 @@ msgstr "Cabeçalho de um tíquete encaminhado"
 msgid "Heading of a forwarded message"
 msgstr "Cabeçalho de uma mensagem encaminhada"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Altura"
 
@@ -3689,7 +3692,7 @@ msgstr "Ocultar todo texto citado"
 msgid "Hide quoted text"
 msgstr "Ocultar texto citado"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Histórico"
 
@@ -3771,7 +3774,7 @@ msgstr "Se uma aprovação não é concedida, rejeitar o original e remover apro
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Se isso não é o que você espera saia desta página agora sem efetuar login."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Se esta ferramenta estiver com setgid, um usuário local mal-intencionado pode conseguir acesso administrativo sobre o RT."
 
@@ -4068,15 +4071,15 @@ msgstr "Já foi adicionado ao objeto"
 msgid "Is not encrypted"
 msgstr "Não está encriptado"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "É muito importante que usuários não privilegiados não tenham permissão para utilizar esta ferramenta."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Sugere-se a criação de um usuário Unix não privilegiado com a correta filiação a grupo e com acesso ao RT para executar utilizar esta ferramenta."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Requer vários argumentos:"
 
@@ -4589,19 +4592,19 @@ msgstr "Filiações do usuário %1"
 msgid "Merge"
 msgstr "Mesclar"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "União bem sucedida"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "União falhou. Não foi possível definir o EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Mesclagem falhou. Não foi possível configurar IsMerged"
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Fusão falhou. Não foi possível definir Estado."
 
@@ -4646,7 +4649,7 @@ msgstr "Mensagem não pode ser registrada"
 msgid "Message for user"
 msgstr "Mensagem para usuário"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Mensagem registrada"
 
@@ -5033,10 +5036,16 @@ msgstr "Meus Tíquetes"
 msgid "My approvals"
 msgstr "Minhas aprovações"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Meus painéis"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Meus lembretes"
@@ -5045,11 +5054,11 @@ msgstr "Meus lembretes"
 msgid "My saved searches"
 msgstr "Minhas buscas salvas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr "MeusLembretes"
 
@@ -5057,7 +5066,7 @@ msgstr "MeusLembretes"
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Novo lembrete:"
 msgid "New ticket"
 msgstr "Novo tíquete"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "O novo tíquete não existe"
 
@@ -5661,7 +5670,7 @@ msgstr "Somente apresentar campos personalizados para:"
 msgid "Open Inactive Tickets"
 msgstr "Abrir Tíquetes Inativos"
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Abrir"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Proprietário '%1' não tem direito de ter este tíquete."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Proprietário alterado de %1 para %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Ordem de pesquisa na biblioteca Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Apagar permanentemente os dados do RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Permissão Negada"
 
@@ -5902,7 +5911,7 @@ msgstr "Permissão negada"
 msgid "Phone numbers"
 msgstr "Telefones"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Imagem"
 
@@ -6193,11 +6202,11 @@ msgstr "Busca rápida"
 msgid "Quick ticket creation"
 msgstr "Criação rápida de tíquete"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "Criação rápida"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Busca rápida"
 
@@ -6229,6 +6238,9 @@ msgstr "Configuração do RT"
 msgid "RT Error"
 msgstr "Erro no RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Tamanho RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Principais variáveis do RT"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT para %1"
 
@@ -6310,7 +6322,7 @@ msgstr "Configuração de registro do RT está resumida abaixo:"
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "A opção RTAddressRegxp na configuração não corresponde a %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Reabrir"
 
@@ -6443,7 +6455,7 @@ msgstr "Atualiza resultados da pesquisa a cada 60 minutos."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Recarregar esta página a cada %1 minutos."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr "Atualizar página inicial"
 
@@ -6451,7 +6463,7 @@ msgstr "Atualizar página inicial"
 msgid "Refused to add link which would create a circular relationship"
 msgstr "Recusada a adição de vínculo que iria criar um relacionamento circular"
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Rejeitar"
 
@@ -6595,7 +6607,7 @@ msgstr "Redefinir para o Tema padrão do RT"
 msgid "Residence"
 msgstr "Residência"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Resolver"
 
@@ -6699,6 +6711,9 @@ msgstr "Linhas por caixa"
 msgid "Rows per page"
 msgstr "Linhas por página"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Busca salva"
 msgid "Saved Searches"
 msgstr "Pesquisas salvas"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Gráficos salvos"
 
@@ -6782,7 +6797,7 @@ msgstr "Pesquisa salva %1 não encontrada"
 msgid "Saved searches"
 msgstr "Buscas salvas"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "Buscas salvas"
 
@@ -6879,7 +6894,7 @@ msgstr "Procurar pelo texto completo em cada ticket pode demorar um longo tempo,
 msgid "Secret authentication token"
 msgstr "Token de autenticaço secreto"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Segurança:"
 
@@ -7133,6 +7148,9 @@ msgstr "Defina a chave privada"
 msgid "Settings"
 msgstr "Definições"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Nomes de usuário curtos"
@@ -7375,7 +7393,7 @@ msgstr "Rastreamentos da pilha não são registrados"
 msgid "Stage"
 msgstr "Estágio"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Bloquear"
 
@@ -7463,7 +7481,7 @@ msgstr "Etapa %1 de %2"
 msgid "Stolen from %1"
 msgstr "Roubado de %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Estilo"
 
@@ -7714,15 +7732,15 @@ msgstr "Este já é o valor atual"
 msgid "That is not a value for this custom field"
 msgstr "Este não é um valor para este campo personalizado"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Este tíquete tem dependências não resolvidas"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Este usuário já possui este tíquete"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Este usuário não existe"
 
@@ -7742,7 +7760,7 @@ msgstr "Este usuário agora tem privilégios"
 msgid "That user is now unprivileged"
 msgstr "Este usuário agora não tem privilégios"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Este usuário não pode possuir tíquetes nesta fila"
 
@@ -7775,7 +7793,7 @@ msgstr "O CC administrativo de um tíquete"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "O domínio de seu servidor de banco de dados (como 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "O seguinte comando encontrará todos tickets ativos na fila 'Geral' e definirá sua prioridade para 99 se eles estiverem atrasados:"
 
@@ -7912,7 +7930,7 @@ msgstr "Este tíquete não pode ser resolvido até ser aprovado."
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Este tíquete não pode ser resolvido até que %numerate(%1,sua dependência seja,suas dependências sejam) resolvidas."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Esta ferramenta permite ao usuário invocar módulos Perl arbitrários de dentro do RT."
 
@@ -8333,7 +8351,7 @@ msgstr "Não autorizado"
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Desmarque a caixa para desabilitar as notificações para os destinatários listados <b> nesta transação somente </b>;  reagendamentos ou atrasos persistentes devem ser tratados na <a href=\"%1\">Página Pessoal</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Recuperar"
 
@@ -8425,7 +8443,7 @@ msgstr "Não tomado"
 msgid "Update"
 msgstr "Atualizar"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Atualizar gráfico"
 
@@ -8939,7 +8957,7 @@ msgstr "Sempre que uma nova correspondência é adicionada"
 msgid "Where to find your sendmail binary."
 msgstr "Onde encontrar o binário do sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Largura"
 
@@ -8987,7 +9005,7 @@ msgstr "Você (%1) não está autorizado a usar o RT."
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Você <a href=\"%1\"> pode editar este painel </a> e <a href=\"%2\"> sua assinatura </a> para ele no RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Você já é proprietário deste tíquete"
 
@@ -9028,15 +9046,15 @@ msgstr "Você pode inserir o conteúdo do ticket em qualquer formato livre, text
 msgid "You can not set password."
 msgstr "Você não pode definir a senha."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Você só pode reatribuir seus próprios tíquetes ou aqueles que não têm dono"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr "Você somente pode apoderar-se de um tíquete que seja de propriedade de outro"
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Você apenas pode pegar tíquetes que não tem dono"
 
@@ -9169,7 +9187,7 @@ msgstr "e antes"
 msgid "and not"
 msgstr "e não"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "e depois"
 
@@ -9221,10 +9239,6 @@ msgstr "Marque para adicionar"
 msgid "click to check/uncheck all objects at once"
 msgstr "Clique para marcar/desmarcar todos objetos de uma vez"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "fechado"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "configuração principal"
@@ -9477,7 +9491,7 @@ msgstr "no dia"
 msgid "one"
 msgstr "um"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "aberto"
 
@@ -9501,7 +9515,7 @@ msgstr "pizza"
 msgid "plugin returned empty list"
 msgstr "plugin retorna lista vazia"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/pt_PT.po b/share/po/pt_PT.po
index 15cd96a..0a3036c 100644
--- a/share/po/pt_PT.po
+++ b/share/po/pt_PT.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (do painel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Ajustar opção de configuração LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Um argumento a passar a %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Actualização do estado dos Output para  STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Epecificar se quer utilizar 'primeira', 'última' ou 'todas' as transações"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Especifique o nome ou ID do(s) template(s) que pretende usar"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Especificar o modulo de acção que quer usar"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Especificar a lista de tipos de transacções, separada por virgulas, que quer usar"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Especificar o modulo de condições que quer usar"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Especifique o módulo de pesquisa a utilizar"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 tickets com maior prioridade na minha responsabilidade"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 é uma ferramenta para manipular tickets através de uma ferramenta externa, como por exemplo o cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Não se pode adicionar um campo personalizado sem designação"
 msgid "Can't find a saved search to work with"
 msgstr "Impossível encontrar a pesquisa gravada para trabalhar com"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Não é possível ligar um ticket a si próprio"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Comentários (não enviados para utilizadores)"
 msgid "Comments about this user"
 msgstr "Comentários sobre este utilizador"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Comentários adicionados"
 
@@ -1734,7 +1734,7 @@ msgstr "Morada de correspondência"
 msgid "Correspondence"
 msgstr "Correspondência"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Correspondência adicionada"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Não foi adicionado o valor do campo personalizado: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Não foi alterado o dono: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Painel não pode ser actualizado: %1"
 msgid "Dashboard updated"
 msgstr "Painel actualizado"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Painéis"
 
@@ -2560,7 +2560,7 @@ msgstr "Predefinição: %1/%2 alterado para %3 to %4"
 msgid "DefaultFormat"
 msgstr "Formatopordefeito"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Apagar"
 
@@ -2586,7 +2586,7 @@ msgstr "Eliminação falhou: %1"
 msgid "Delete group dashboards"
 msgstr "Apagar painéis de grupo"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Operação de eliminação está desabilitada pela configuração do ciclo de vida"
 
@@ -3136,7 +3136,7 @@ msgstr "Erro: pesquisa %1 não foi actualizada: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Escalar tickets"
 
@@ -3148,7 +3148,7 @@ msgstr "Estimado"
 msgid "Everyone"
 msgstr "Todos"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exemplo:"
 
@@ -3222,8 +3222,8 @@ msgstr "Falha ao carregar %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Falha ao carregar %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Falta ao carregar módulo %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Encontrar pessoas cujo"
 msgid "Find tickets"
 msgstr "Encontrar tickets"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Portlet  global %1 guardado"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Ir"
@@ -3558,7 +3561,7 @@ msgstr "Direitos do grupo"
 msgid "Group already has member: %1"
 msgstr "O grupo já tem um membro: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Grupo '%1' já existe"
 msgid "Group not found"
 msgstr "Grupo não encontrado"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Cabeçalho de um ticket encaminhado"
 msgid "Heading of a forwarded message"
 msgstr "Cabeçalho de uma mensagem reencaminhada"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr "Esconder texto marcado"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Histórico"
 
@@ -3771,7 +3774,7 @@ msgstr "Se uma aprovação é rejeitada, rejeite a original e elimine aprovaçõ
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Se esta ferramenta fosse setgid, um utilizador local hostil poderia usá-la para ter acesso de administrador ao RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Não está encriptado"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "É muito importante que os utilizadores não privilegiados não possam executar esta ferramenta."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "É sugerido que crie um utilizador não privilegiado com o grupo correcto e acesso ao RT para utilizar esta ferramenta."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Necessários vários argumentos:"
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4646,7 +4649,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr ""
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr ""
 msgid "New ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr ""
 
@@ -5661,7 +5670,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr ""
 
@@ -5902,7 +5911,7 @@ msgstr ""
 msgid "Phone numbers"
 msgstr ""
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr ""
 msgid "Quick ticket creation"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr ""
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr ""
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr ""
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr ""
 msgid "Update"
 msgstr ""
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr ""
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr ""
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/rt.pot b/share/po/rt.pot
index ab44fae..30b54de 100644
--- a/share/po/rt.pot
+++ b/share/po/rt.pot
@@ -134,49 +134,49 @@ msgid "%1 (from pane %2)"
 msgstr ""
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr ""
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr ""
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr ""
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr ""
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr ""
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr ""
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr ""
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr ""
 
@@ -304,7 +304,7 @@ msgid "%1 highest priority tickets I own"
 msgstr ""
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr ""
 
@@ -1392,11 +1392,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1417,7 +1417,7 @@ msgstr ""
 msgid "Can't find a saved search to work with"
 msgstr ""
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1429,7 +1429,7 @@ msgstr ""
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1638,7 +1638,7 @@ msgstr ""
 msgid "Comments about this user"
 msgstr ""
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr ""
 
@@ -1719,7 +1719,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr ""
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr ""
 
@@ -1734,7 +1734,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2447,7 +2447,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2545,7 +2545,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr ""
 
@@ -2571,7 +2571,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3123,7 +3123,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3135,7 +3135,7 @@ msgstr ""
 msgid "Everyone"
 msgstr ""
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr ""
 
@@ -3209,8 +3209,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3320,7 +3320,7 @@ msgstr ""
 msgid "Find tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3496,6 +3496,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr ""
@@ -3545,7 +3548,7 @@ msgstr ""
 msgid "Group already has member: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3579,7 +3582,7 @@ msgstr ""
 msgid "Group not found"
 msgstr ""
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3588,7 +3591,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3656,7 +3659,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3676,7 +3679,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr ""
 
@@ -3758,7 +3761,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4055,15 +4058,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4576,19 +4579,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4633,7 +4636,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5020,10 +5023,16 @@ msgstr ""
 msgid "My approvals"
 msgstr ""
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5032,11 +5041,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5044,7 +5053,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5129,7 +5138,7 @@ msgstr ""
 msgid "New ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr ""
 
@@ -5649,7 +5658,7 @@ msgstr ""
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5740,7 +5749,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5878,7 +5887,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Phone numbers"
 msgstr ""
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6181,11 +6190,11 @@ msgstr ""
 msgid "Quick ticket creation"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6217,6 +6226,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6247,7 +6259,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr ""
 
@@ -6298,7 +6310,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6441,7 +6453,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6449,7 +6461,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6593,7 +6605,7 @@ msgstr ""
 msgid "Residence"
 msgstr ""
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr ""
 
@@ -6697,6 +6709,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6767,7 +6782,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6780,7 +6795,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6877,7 +6892,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7131,6 +7146,9 @@ msgstr ""
 msgid "Settings"
 msgstr ""
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7374,7 +7392,7 @@ msgstr ""
 msgid "Stage"
 msgstr ""
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7462,7 +7480,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr ""
 
@@ -7713,15 +7731,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7741,7 +7759,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7774,7 +7792,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7911,7 +7929,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8332,7 +8350,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8424,7 +8442,7 @@ msgstr ""
 msgid "Update"
 msgstr ""
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8938,7 +8956,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8986,7 +9004,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9027,15 +9045,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr ""
 
@@ -9168,7 +9186,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9220,10 +9238,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr ""
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9476,7 +9490,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr ""
 
@@ -9500,7 +9514,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/ru.po b/share/po/ru.po
index 1bad107..07b1695 100644
--- a/share/po/ru.po
+++ b/share/po/ru.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (из панели %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Подстроить опцию конфига LogToSTDERR"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Аргумент для передачи в %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Выводить обновления статуса на STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Выберите, какую транзакцию Вы хотите увидеть - первую, последнюю, или все."
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Укажите имя или идентификатор шаблона, который вы хотите использовать"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Выберите модуль действий, который хотите использовать"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Укажите через запятую  типы транзакций, которые вы хотите использовать"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Выберите модуль условий, который хотите использовать"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Укажите модуль поиска, который вы хотите использовать"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 ваших заявок с наивысшими приоритетами"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 утилита для выполнения действий с заявками из внешнего планировщика, такого как cron."
 
@@ -1407,11 +1407,11 @@ msgstr "ДП"
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Также можно исктаь по дополнительным полям используя аналогичный синтаксис %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Расчитать"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "Рассчитать значения"
 
@@ -1432,7 +1432,7 @@ msgstr "Невозможно добавление значения дополн
 msgid "Can't find a saved search to work with"
 msgstr "Невозможно найти сохранённый запрос для работы с ним"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Невозможно связать заявку саму с собой"
 msgid "Can't link to a deleted ticket"
 msgstr "Невозможно создать связь с удаленной заявкой"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Комментарии (Не отправляются авторам з
 msgid "Comments about this user"
 msgstr "Комментарии об этом пользователе"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Добавлен комментарий"
 
@@ -1734,7 +1734,7 @@ msgstr "Адрес для корреспонденции"
 msgid "Correspondence"
 msgstr "Корреспонденция"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Добавлен ответ"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Ошибка добавления нового значения для дополнительного поля. %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Невозможно изменить владельца: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Невозможно изменить информационную па
 msgid "Dashboard updated"
 msgstr "Информационная панель изменена"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Информационные панели"
 
@@ -2560,7 +2560,7 @@ msgstr "Умолчание: %1/%2 изменено с %3 на %4"
 msgid "DefaultFormat"
 msgstr "ФорматПоУмолчанию"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Удалить"
 
@@ -2586,7 +2586,7 @@ msgstr "Ошибка удаления: %1"
 msgid "Delete group dashboards"
 msgstr "Удалять групповые информационные панели"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Операции удаления запрещены настройками жизненного цикла"
 
@@ -3136,7 +3136,7 @@ msgstr "Ошибка: поисковый запрос %1 не обновлен:
 msgid "Error: unencrypted message"
 msgstr "Ошибка: сообщение в незашифрованном виде"
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Эскалировать приоритет заявки"
 
@@ -3148,7 +3148,7 @@ msgstr "Расчётное"
 msgid "Everyone"
 msgstr "Все"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Пример:"
 
@@ -3222,8 +3222,8 @@ msgstr "Ошибка загрузки %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Ошибка загрузки %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Ошибка загрузки модуля %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Найти пользователей, у которых"
 msgid "Find tickets"
 msgstr "Поиск заявок"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Общий портлет %1 сохранен."
 msgid "Global template '%1' not found"
 msgstr "Глобальный шаблон '%1' не найден"
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Отправить"
@@ -3558,7 +3561,7 @@ msgstr "Права группы"
 msgid "Group already has member: %1"
 msgstr "Пользователь уже входит в группу: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr "Группировать по"
 
@@ -3592,7 +3595,7 @@ msgstr "Имя группы '%1' уже используется"
 msgid "Group not found"
 msgstr "Группа не найдена"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr "Группировать заявки по"
 
@@ -3601,7 +3604,7 @@ msgstr "Группировать заявки по"
 msgid "Group: %1"
 msgstr "Группа: %1"
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr "Сгруппированные результаты поиска"
 
@@ -3669,7 +3672,7 @@ msgstr "Заголовок пересылаемой заявки"
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr "Высота"
 
@@ -3689,7 +3692,7 @@ msgstr "Скрыть процитированный текст"
 msgid "Hide quoted text"
 msgstr "Скрыть цитируемый текст"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "История"
 
@@ -3771,7 +3774,7 @@ msgstr "Если подтверждение отклонено, отклонит
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Если это не то, что вы ожидали, покинте эту страницу без входа в учетную запись"
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Если бы эта программа имела установленный бит setgid, то зловредный пользователь мог бы воспользоваться этим для получения административных полномочий в RT."
 
@@ -4068,15 +4071,15 @@ msgstr "Это уже добавлено к объекту"
 msgid "Is not encrypted"
 msgstr "Не зашифровано"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Обратите внимание, что непривилегированные пользователи не имеют права запускать эту программу."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Предполагается, что для запуска этой программы вы должны создать непривилегированную учетную запись пользователя Unix с корректными установками групп и доступом к RT."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Это требует несколько параметров:"
 
@@ -4589,19 +4592,19 @@ msgstr "Участие в группах данного пользователя
 msgid "Merge"
 msgstr "Объединить"
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Заявки успешно объединены"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Ошибка объединения. Невозможно установить идентификатор заявки."
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr "Слияние не удалось. Не удалось установить статус IsMerged"
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Ошибка объединения. Невозможно установить статус"
 
@@ -4646,7 +4649,7 @@ msgstr "Невозможно записать сообщение"
 msgid "Message for user"
 msgstr "Сообщения пользователю"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Сообщение записано"
 
@@ -5033,10 +5036,16 @@ msgstr "Мои заявки"
 msgid "My approvals"
 msgstr "Ваши подтверждения"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Ваши информационные панели"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Мои напоминания"
@@ -5045,11 +5054,11 @@ msgstr "Мои напоминания"
 msgid "My saved searches"
 msgstr "Ваши сохранённые запросы"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Новое напоминание:"
 msgid "New ticket"
 msgstr "Новая заявка"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Новая заявка не существует"
 
@@ -5661,7 +5670,7 @@ msgstr "Показывать дополнительные поля только
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Открыть"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Ответственный %1 не имеет достаточных прав для того, чтобы быть ответственным за эту заявку"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Ответственный изменен с %1 на %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Порядок поиска библиотек Perl"
 msgid "Permanently wipeout data from RT"
 msgstr "Навсегда удалить данные из RT"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Доступ запрещён"
 
@@ -5902,7 +5911,7 @@ msgstr "Доступ запрещён"
 msgid "Phone numbers"
 msgstr "Номера телефонов"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr "Изображение"
 
@@ -6193,11 +6202,11 @@ msgstr "Быстрый поиск"
 msgid "Quick ticket creation"
 msgstr "Быстрое создание заявки"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr "БыстроеСоздание"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr "Быстрый поиск"
 
@@ -6229,6 +6238,9 @@ msgstr "Настройки RT"
 msgid "RT Error"
 msgstr "Ошибка RT"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT для %1"
 
@@ -6310,7 +6322,7 @@ msgstr "Суммарная конфигурация логов RT приведе
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Открыть заново"
 
@@ -6443,7 +6455,7 @@ msgstr "Обновлять результаты поиска каждые 60 м
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Обновлять эту страницу каждые %1 минут."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Отклонить"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Домашний"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Решить"
 
@@ -6699,6 +6711,9 @@ msgstr "Строк для отображения"
 msgid "Rows per page"
 msgstr "Строк на странице"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr "Сохраненный поиск"
 msgid "Saved Searches"
 msgstr "Сохранённые поисковые запросы"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Сохраненные диаграммы"
 
@@ -6782,7 +6797,7 @@ msgstr "Сохраненный поиск %1 не найден"
 msgid "Saved searches"
 msgstr "Сохранённые запросы"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr "СохраненныеПоиски"
 
@@ -6879,7 +6894,7 @@ msgstr "Поиск по всему тексту каждой заявки мож
 msgid "Secret authentication token"
 msgstr "Секретная метка аутентификации"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Безопасность:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Настройки"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Стадия"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Приостановить"
 
@@ -7463,7 +7481,7 @@ msgstr "Шаг %1 из %2"
 msgid "Stolen from %1"
 msgstr "Назначен ответственным вместо %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Стиль"
 
@@ -7714,15 +7732,15 @@ msgstr "Это уже текущее значение"
 msgid "That is not a value for this custom field"
 msgstr "Это поле не может иметь такого значения"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Эта заявка имеет неразрешенные зависимости"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Пользователь уже ответственен за эту заявку"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Пользователь не существует"
 
@@ -7742,7 +7760,7 @@ msgstr "Этот пользователь теперь привилегиров
 msgid "That user is now unprivileged"
 msgstr "Этот пользователь теперь непривилегированный"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Этот пользователь не может быть ответственным за заявки в этой очереди"
 
@@ -7775,7 +7793,7 @@ msgstr "Административная копия заявки"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Доменное имя вашего сервера базы данных (например  'db.example.com')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr "Эта заявка не может быть решена без под
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr "Эта заявка не может быть решена пока %numerate(%1,dependency is,dependencies are) не решены."
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Этот инструмент позволяет пользователю запускать некоторые модули Perl из RT."
 
@@ -8333,7 +8351,7 @@ msgstr "Не авторизован"
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Здесь вы можете отключить уведомления по почте для конкретных пользователей. Данная настройка работает <b>только для текущей операции</b>. Перманентное отключение настраивается на странице <a href=\"%1\">Пользователи</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Отменить удаление"
 
@@ -8425,7 +8443,7 @@ msgstr "Нет ответственного"
 msgid "Update"
 msgstr "Изменить"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Обновить график"
 
@@ -8939,7 +8957,7 @@ msgstr "Каждый раз при приходе корреспонденции
 msgid "Where to find your sendmail binary."
 msgstr "Где расположен исполняемый файл sendmail."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr "Ширина"
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Вы уже ответственный за эту заявку"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Вы не можете задать пароль"
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Вы можете назначать ответственного только для своих или ничьих заявок."
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Вы можете назначать себя ответственным только за заявки, которые никому не принадлежат"
 
@@ -9169,7 +9187,7 @@ msgstr "и до"
 msgid "and not"
 msgstr "и нет"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr "и тогда"
 
@@ -9221,10 +9239,6 @@ msgstr "выберите для добавления"
 msgid "click to check/uncheck all objects at once"
 msgstr "нажмите для выделения/снятия выделения всех объектов сразу"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "закрыто"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "Конфигурация ядра"
@@ -9477,7 +9491,7 @@ msgstr "в день"
 msgid "one"
 msgstr "один"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "открыта"
 
@@ -9501,7 +9515,7 @@ msgstr "круговая"
 msgid "plugin returned empty list"
 msgstr "плагин вернул пустой список"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr "пикселей"
 
diff --git a/share/po/sk.po b/share/po/sk.po
index d68e51f..853b51d 100644
--- a/share/po/sk.po
+++ b/share/po/sk.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (z panela %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - LogToSTDERR upraviť konfiguračné možnosti"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr ""
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Výstupný stav ide do STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Určite, či chcete použiť či už 'first', 'last' alebo 'all' transakcie"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Zadajte názov alebo ID šablón(y), ktorý chcete použiť"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Špecifikujte akú akciu modulu chcete pouťiť"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Zadajte čiarkami oddelený zoznam typov transakcí, ktoré chcete použiť"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Aký podmienkový modul chcete použiť"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Aký vyhľadávací modul chcete použiť"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 najdôležitejších požiadaviek, ktoré vlastním"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 je nástroj na prácu s požiadavkami z externého plánovacieho nástroja, ako \"cron\"."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Nemôžem pridať hodnotu užív. poľa bez názvu"
 msgid "Can't find a saved search to work with"
 msgstr "Nemožno nájsť uložené hľadania pre prácu s"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Nedá sa prepojiť požiadavka na seba"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentáre"
 msgid "Comments about this user"
 msgstr "Komentáre o tomto užívateľovi"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentáre pridané"
 
@@ -1734,7 +1734,7 @@ msgstr "Rovnaké adresy"
 msgid "Correspondence"
 msgstr "Korešpondencia"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Korešpondencia pridaná"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Nemôžem pridať novú hodnotu poľa: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Nemôžem zmeniť vlastníka: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Panel sa nedá aktualizovať: %1"
 msgid "Dashboard updated"
 msgstr "Panel aktualizovaný"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Panely"
 
@@ -2560,7 +2560,7 @@ msgstr "Štandard: %1/%2 zmenený z %3 na %4"
 msgid "DefaultFormat"
 msgstr "Štandardný rotmát"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Odstrániť"
 
@@ -2586,7 +2586,7 @@ msgstr ""
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr ""
 
@@ -3148,7 +3148,7 @@ msgstr ""
 msgid "Everyone"
 msgstr ""
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr ""
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr ""
 
@@ -3333,7 +3333,7 @@ msgstr "Nájsť ľudí, ktorých"
 msgid "Find tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr ""
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Prejsť"
@@ -3558,7 +3561,7 @@ msgstr "Práva skupiny"
 msgid "Group already has member: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr ""
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "História"
 
@@ -3771,7 +3774,7 @@ msgstr ""
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr ""
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr ""
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr ""
 
@@ -4589,19 +4592,19 @@ msgstr ""
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr ""
 
@@ -4646,7 +4649,7 @@ msgstr ""
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr ""
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Moje schválenia"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Moje panely"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Moje pripomienky"
@@ -5045,11 +5054,11 @@ msgstr "Moje pripomienky"
 msgid "My saved searches"
 msgstr "Moje uložené vyhľadávania"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Nová pripomienka:"
 msgid "New ticket"
 msgstr "Nová požiadavka"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Neexistuje nová požiadavka"
 
@@ -5661,7 +5670,7 @@ msgstr "Zobraziť iba vlastné polia pre:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Otvorte ho"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Vlastník zmenený z %1 na %2"
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Povolenie odmietnuté"
 
@@ -5902,7 +5911,7 @@ msgstr "Povolenie odmietnuté"
 msgid "Phone numbers"
 msgstr "Tel. číslo"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Rýchle vyhľadávanie"
 msgid "Quick ticket creation"
 msgstr "Rýchle vytvorenie požiadavky"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr ""
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT veľkosť"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT pre %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Znova otvorenie"
 
@@ -6443,7 +6455,7 @@ msgstr ""
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Obnovenie stránky po %quant(%1,minúte,minútach)."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Vyradiť"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr ""
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr ""
 
@@ -6699,6 +6711,9 @@ msgstr ""
 msgid "Rows per page"
 msgstr "Riadkov na stránku"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Uložiť vyhľadávania"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr ""
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Nastavenia"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Fáza"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Odložiť"
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Štýl"
 
@@ -7714,15 +7732,15 @@ msgstr ""
 msgid "That is not a value for this custom field"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr ""
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr ""
 
@@ -7742,7 +7760,7 @@ msgstr ""
 msgid "That user is now unprivileged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr ""
 
@@ -7775,7 +7793,7 @@ msgstr ""
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr ""
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Neprevzané"
 msgid "Update"
 msgstr "Aktualizovať"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Aktualizovať graf"
 
@@ -8939,7 +8957,7 @@ msgstr ""
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr ""
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Môžete prevziať len požiadavky bez vlastníka"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "fajknutím pridať"
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "zatvorené"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr "v deň"
 msgid "one"
 msgstr "jeden"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "otvorený"
 
@@ -9501,7 +9515,7 @@ msgstr "kláč"
 msgid "plugin returned empty list"
 msgstr "zásuvný modul vrátil prázny zoznam"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/sl.po b/share/po/sl.po
index 9ed4641..db59167 100644
--- a/share/po/sl.po
+++ b/share/po/sl.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (iz razdelka %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - Nastavi 'LogToSTDERR' konfiguracijsko možnost"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - argument za %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Izpiši posodobitve stanj na standardni izhod (STDOUT)"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Določi ali želiš uporabljati 'first', 'last' ali 'all' transakcije"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Določi ime ali id predlog(e) ki jo/jih želiš uporabiti"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Določi modul za akcije"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Določi seznam transkacij ki jih želiš uporabljati - loči z vejico"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Določi modul za pogoje"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Določi modul za iskanja"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 mojih zadev z navišjo prioriteto"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 je orodje za delo z zadevami iz zunanjega orodja za načrtovanje, kot na primer cron."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Ne morem dodati prilagojeneg polja brez imena"
 msgid "Can't find a saved search to work with"
 msgstr "Ne najdem shranjenega iskanja"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Zadeve ni možno povezati same s seboj"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Komentarji (ki niso poslani pobudnikom)"
 msgid "Comments about this user"
 msgstr "Komentarji o tem uporabniku"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Komentarji so bili dodani"
 
@@ -1734,7 +1734,7 @@ msgstr "Naslov za dopisovanje"
 msgid "Correspondence"
 msgstr "Dopisovanje"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Dopisovanje dodano"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Vrednosti %1 za prilagojeno polje ni bilo možno dodati"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Lastnika ni bilo možno zamenjati: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Pregleda ni bilo možno posodobiti: %1"
 msgid "Dashboard updated"
 msgstr "Pregled posoboljen"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Pregledi"
 
@@ -2560,7 +2560,7 @@ msgstr "Privzeto: %1/%2 spremenjeno iz %3 na %4"
 msgid "DefaultFormat"
 msgstr "Privzeta oblika"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Izbriši"
 
@@ -2586,7 +2586,7 @@ msgstr "Izbris ni uspel: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskaliraj zadeve"
 
@@ -3148,7 +3148,7 @@ msgstr "Ocenjeno"
 msgid "Everyone"
 msgstr "Vsi"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Primer:"
 
@@ -3222,8 +3222,8 @@ msgstr "Nalaganje %1 %2 ni uspelo"
 msgid "Failed to load %1 %2: %3"
 msgstr "Nalaganje %1 %2 ni uspelo: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Nalaganje modula %1 ni uspelo. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Najdi ljudi katerih"
 msgid "Find tickets"
 msgstr "Najdi zadeve"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Globalni portlet %1 je bil shranjen"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr ""
@@ -3558,7 +3561,7 @@ msgstr "Skupinske pravice"
 msgid "Group already has member: %1"
 msgstr "Skupina že vsebuja člana: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Skupina ni bila najdena"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Glava posredovane zadeve"
 msgid "Heading of a forwarded message"
 msgstr "Glava posredovanega sporočila"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Zgodovina"
 
@@ -3771,7 +3774,7 @@ msgstr "Če je odobritev zavrnjena, zavrni original in izbriši odobritve na ča
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Če bi to orodjo imelo setgid pravice, bi lahko napadalen lokalni uporabnik uporabil to orodje za pridobitev administrativnih pravic do RT sistema"
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Ni kriptirano"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Neverjetno pomembno je, da nepriviligirani uporabniki ne smejo poganjati tega orodja."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Predlagamo da ustvariš nepriviligiranega unix uporabnika s pravilnimi skupinskimi pravicami in RT dostopom za zagon tega orodja."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Vzame nekaj argumentov:"
 
@@ -4589,19 +4592,19 @@ msgstr "Članstva uporabnika %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Spajanje uspešno"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Spajanje ni uspelo. EffectiveId ni bilo možno nastaviti"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Spajanje ni uspelo. Statusa ni bilo možno nastaviti"
 
@@ -4646,7 +4649,7 @@ msgstr "Sporočila ni bilo možno zabeležiti"
 msgid "Message for user"
 msgstr "Sporočilo za uporabnika"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Sporočilo zabeleženo"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Moje odobritve"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Moji pregledi"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Moja shranjena iskanja"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Novo obvestilo:"
 msgid "New ticket"
 msgstr "Nova zadeva"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nova zadeva ne obstaja"
 
@@ -5661,7 +5670,7 @@ msgstr "Prikaži le prilagojena polja za:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Lastnik '%1' nima pravic da bi postal lastnik te zadeve."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Lastnik je bil spremenjen iz %1 na %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Iskalni vrstni red za Perl knjižnjice"
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Ni pravic"
 
@@ -5902,7 +5911,7 @@ msgstr "Ni pravic"
 msgid "Phone numbers"
 msgstr "Telefonske številke"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Hitro iskanje"
 msgid "Quick ticket creation"
 msgstr "Hitro ustvarjanje zadeve"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT konfiguracija"
 msgid "RT Error"
 msgstr "RT napaka"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Velikost RT"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "Ključne RT spremenljivke"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT za %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "RTAddressRegexp opcija v konfiguraciji se ne ujema s %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Osveži rezultate iskanja vsako uro."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Osveži to stran vsakih %1 minut."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Bivališče"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Reši"
 
@@ -6699,6 +6711,9 @@ msgstr "Vrstic na okvir"
 msgid "Rows per page"
 msgstr "Vrstic na stran"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Shranjeni grafikoni"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Shranjena iskanja"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "Skrivni avtentikacijski žeton"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Varnost:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Nastavitve"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Stanje"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "Korak %1 od %2"
 msgid "Stolen from %1"
 msgstr "Prevzeto od %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7714,15 +7732,15 @@ msgstr "To je že trenutna vrednost"
 msgid "That is not a value for this custom field"
 msgstr "To ni vrednost za to prilagojeno polje"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Zadeva ima nerešene odvisnosti"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Ta uporabnik je že lastnik te zadeve"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Ta uporabnik ne obstaja"
 
@@ -7742,7 +7760,7 @@ msgstr "Ta uporabnik je sedaj priviligiran"
 msgid "That user is now unprivileged"
 msgstr "Ta uporabnik je sedaj nepriviligiran"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Ta uporabnik ne sme biti lastnik zadev v tej vrsti"
 
@@ -7775,7 +7793,7 @@ msgstr "Administrativni CC zadeve"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Domensko ime podatkovnega strežnika (npr 'db.domena.si')"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "To orodje omogoča uporabnikom zagon poljubnih perl modulov znotraj RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Odvzeto"
 msgid "Update"
 msgstr "Posodobi"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Kadar pride dopisovanje"
 msgid "Where to find your sendmail binary."
 msgstr "Kje naj najdem sendmail binarno datoteko."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Si že lastnik te zadeve"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr "Gesla ne moreš nastaviti."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Prerazporediš lahko le zadeve katerih lastnik si (ali zadeve brez lastnika)"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Vzameš lahko le zadeve brez lastnika"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "označi za dodajanje"
 msgid "click to check/uncheck all objects at once"
 msgstr "klikni za označevanje/odznačevanje vseh objektov hkrati"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "zaprte"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "ključne nastavitve"
@@ -9477,7 +9491,7 @@ msgstr "na dan"
 msgid "one"
 msgstr "en"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "odprte"
 
@@ -9501,7 +9515,7 @@ msgstr "tortni"
 msgid "plugin returned empty list"
 msgstr "vtičnik je vrnil prazen seznam"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/sr.po b/share/po/sr.po
index 97ead69..1d39217 100644
--- a/share/po/sr.po
+++ b/share/po/sr.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (из панела %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - Argument za prosledjivanje %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Izlazni status se ažurira u  STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Specifiraj da li hoces da koristiš  'prva, 'zadnja' ili 'sve' transakcije"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Наведите име или идентификациони број шаблона који(е) желите да користите"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Specifiraj akcijski modul koji hoćeš da koristiš"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Specifiraj listu transakcijskih tipova koji hoćeš da koristiš"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Specifiraj modul uslova koji hoćeš da koristiš"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Specifiraj modul pretrage koji hoćeš da koristiš"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 zahtevi najvišeg prioriteta koje posedujem"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 je alat za obradu zahteva preko eksternog alata za automatizaciju poput crona"
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "CF-ови могу бити претраживани коришћењем сличне синтаксе као горе са %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Не могу се додати прилагођене вредност
 msgid "Can't find a saved search to work with"
 msgstr "Не може бити пронађена сачувана претрага са којом треба радити"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Не може се повезати листић са самим соб
 msgid "Can't link to a deleted ticket"
 msgstr "Не може се повезати са обрисаним листићем"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Коментари (Не шаљу се захтеваоцима)"
 msgid "Comments about this user"
 msgstr "Коментари о овом кориснику"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Коментари су додати"
 
@@ -1734,7 +1734,7 @@ msgstr "Адреса преписке"
 msgid "Correspondence"
 msgstr "Преписка"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Преписка је додата"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Није успело додавање нове вредности прилагођеног поља: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Није успела промена власника: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Није успело ажурирање инструмент табле
 msgid "Dashboard updated"
 msgstr "Инструмент табла ажурирана"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Инструмент табле"
 
@@ -2560,7 +2560,7 @@ msgstr "Подразумевано: %1/%2 промењено из %3 у %4"
 msgid "DefaultFormat"
 msgstr "ПодразумеваниФормат"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Обриши"
 
@@ -2586,7 +2586,7 @@ msgstr "Брисање неуспело: %1"
 msgid "Delete group dashboards"
 msgstr "Обриши групну инструмент таблу"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Операција брисања је онемогућена од стране животног циклуса конфигурације"
 
@@ -3136,7 +3136,7 @@ msgstr "Грешка: претрага %1 није ажурирана: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Повећај листиће"
 
@@ -3148,7 +3148,7 @@ msgstr "Процењено"
 msgid "Everyone"
 msgstr "Сви"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Пример:"
 
@@ -3222,8 +3222,8 @@ msgstr "Неуспело учитавање %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "неуспело учитавање %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Неуспело учитавање модула %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Пронађи све људе чији"
 msgid "Find tickets"
 msgstr "Пронађи листиће"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Глобални портлет %1 сачуван."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Крени"
@@ -3558,7 +3561,7 @@ msgstr "Групна права"
 msgid "Group already has member: %1"
 msgstr "Група већ има члана: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Име групе '%1' је већ у употреби"
 msgid "Group not found"
 msgstr "Група није пронађена"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Заглавље прослеђеног листића"
 msgid "Heading of a forwarded message"
 msgstr "Заглавље прослеђене поруке"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Сакриј сав цитирани текст"
 msgid "Hide quoted text"
 msgstr "Сакриј цитирани текст"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Историјат"
 
@@ -3771,7 +3774,7 @@ msgstr "Ако је одобрење одбијено, одбиј оригина
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr "Уколико ово није оно што сте очекивали, напустите сада ову страну без пријављивања."
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Да је овај алат setgid, непријатељски локални корисник би могао искористити овај алат да добије административна права за РТ."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Није шифровано"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Од невероватне важности је да непривилегованим корисницима не буде дозвољено покретање овог алата."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Предлаже се да направите непривилегованог јуникс корисника са исправним групним чланством и приступом РТ-у како би покренуо овај алат."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Прихвата више аргумената:"
 
@@ -4589,19 +4592,19 @@ msgstr "Чланства корисника %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Спајање успешно"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Спајање неуспело. Није успело постављање ЕфективниИд"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Спајање неуспело. Није успело постављање Статус"
 
@@ -4646,7 +4649,7 @@ msgstr "Није успело снимање поруке"
 msgid "Message for user"
 msgstr "Порука за корисника"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Порука снимљена"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Моја одобрења"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Моје инструмент табле"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Моји подсетници"
@@ -5045,11 +5054,11 @@ msgstr "Моји подсетници"
 msgid "My saved searches"
 msgstr "Моје сачуване претраге"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Нови подсетник:"
 msgid "New ticket"
 msgstr "Нови листић"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Нови листић не постоји"
 
@@ -5661,7 +5670,7 @@ msgstr "Прикажи прилагођена поља само за:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Отвори"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "Власник '%1' нема права да поседује овај листић."
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "Власник је промењен из %1 у %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Редослед претраге Перл библиотека"
 msgid "Permanently wipeout data from RT"
 msgstr "Трајно обриши податке из РТ-а"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Дозвола је одбијена"
 
@@ -5902,7 +5911,7 @@ msgstr "Дозвола одбијена"
 msgid "Phone numbers"
 msgstr "Бројеви телефона"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Брза претрага"
 msgid "Quick ticket creation"
 msgstr "Брзо прављење листића"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "Поставке РТ-а"
 msgid "RT Error"
 msgstr "Грешка РТ-а"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "Величина РТ-а"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "РТ основне променљиве"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "РТ за %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "RTAddressRegexp опција у подешавањима не одговара %1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Поново отвори"
 
@@ -6443,7 +6455,7 @@ msgstr "Освежи резултате претраге сваких 60 мин
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Освежи ову страну сваких %1 минута"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Одбиј"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Пребивалиште"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Разреши"
 
@@ -6699,6 +6711,9 @@ msgstr "Редова по кутији"
 msgid "Rows per page"
 msgstr "Редова по страни"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Сачуване претраге"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Сачувани графикони"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Сачуване претраге"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr "Претраживање свег текста свих листића 
 msgid "Secret authentication token"
 msgstr "Тајни жетон за аутентификацију"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Сигурност:"
 
@@ -7133,6 +7148,9 @@ msgstr "Постави приватни кључ"
 msgid "Settings"
 msgstr "Подешавања"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr "Кратка корисничка имена"
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Етапа"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Зауставити"
 
@@ -7463,7 +7481,7 @@ msgstr "Корак %1 од %2"
 msgid "Stolen from %1"
 msgstr "Украден из %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Стил"
 
@@ -7714,15 +7732,15 @@ msgstr "Ово је већ тренутна вредност"
 msgid "That is not a value for this custom field"
 msgstr "То није вредност за ово прилагођено поље"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Тај листић има неразрешених зависности"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Тај корисник је већ власник тог листића"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Тај корисник не постоји"
 
@@ -7742,7 +7760,7 @@ msgstr "Тај корисник је сада привилегован"
 msgid "That user is now unprivileged"
 msgstr "Тај корисник је сада непривилегован"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Тај корисник можда није власник листића у том реду"
 
@@ -7775,7 +7793,7 @@ msgstr "Административна индиго копија листића"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "Назив домена вашег сервера базе података (попут 'db.example.com')."
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "Следећа команда ће пронаћи све активне листиће у реду 'опште' и поставити њихов приоритет на 99 уколико су истекли:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Овај алат омогућава кориснику да покрене произвољне перл модуле из РТ-а."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Уклоните ознаку са поља како би онемогућили обавештења наведеним примаоцима <b>за само ову трансакцију</b>; упорним потискивањем се управља на <a href=\"%1\">Страница са људима</a>."
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Опозови брисање"
 
@@ -8425,7 +8443,7 @@ msgstr "Неузети"
 msgid "Update"
 msgstr "Ажурирај"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Ажурирај графикон"
 
@@ -8939,7 +8957,7 @@ msgstr "Кад год наступи преписка"
 msgid "Where to find your sendmail binary."
 msgstr "Где пронаћи вашу sendmail бинарну датотеку."
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Ви <a href=\"%1\">можете уређивати ову инструмент таблу</a> и <a href=\"%2\">ваше претплате</a> на њу у РТ-у."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Ви већ поседујете овај листић"
 
@@ -9028,15 +9046,15 @@ msgstr "Ви можете убацити садржај листића у бил
 msgid "You can not set password."
 msgstr "Не можете поставити лозинку."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Ви можете поново доделити само оне листиће које поседујете или оне без власника."
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Ви можете узети само оне листиће који немају власника"
 
@@ -9169,7 +9187,7 @@ msgstr "и пре"
 msgid "and not"
 msgstr "и не"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "означи за додавање"
 msgid "click to check/uncheck all objects at once"
 msgstr "кликните како би означили/уклонили ознаку са свих објеката одједном"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "затворено"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "основне поставке"
@@ -9477,7 +9491,7 @@ msgstr "на дан"
 msgid "one"
 msgstr "један"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "отвори"
 
@@ -9501,7 +9515,7 @@ msgstr "пита"
 msgid "plugin returned empty list"
 msgstr "додатак је вратио празан списак"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/sv.po b/share/po/sv.po
index 649f310..28d1eca 100644
--- a/share/po/sv.po
+++ b/share/po/sv.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (från panel %2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr ""
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - En parameter att skicka till %2"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - Skicka statusuppdateringar till STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - Ange om du vill använda första ('first'), sista ('last') eller alla ('all') transaktioner"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - Ange namn eller id för den mall eller de mallar som du vill använda dig av"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Ange den åtgärdsmodul du vill använda"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Ange en kommaseparerad följd av transaktionstyper du vill använda"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Ange den villkorsmodul du vill använda"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Ange den sökmodul du vill använda"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "%1 högst prioriterade ärenden som tillhör mig"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 är ett verktyg som reagerar på ärenden från ett externt planeringsverktyg, så som schemaläggaren."
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr "Du kan söka CFer med en liknande syntax som ovan med %1."
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "Kan inte lägga till ett extrafältvärde utan ett namn"
 msgid "Can't find a saved search to work with"
 msgstr "Kan inte hitta en sparad sökning att arbeta med"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "Det går inte att länka ett ärende till sig själv"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "Kommentarer (Ej skickade till anmälare)"
 msgid "Comments about this user"
 msgstr "Kommentarer om denna användare"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Kommentarer tillagda"
 
@@ -1734,7 +1734,7 @@ msgstr "Brevväxlingsadress"
 msgid "Correspondence"
 msgstr "Brevväxling"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Brevväxling"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "Kunde inte lägga till nytt extrafältsvärde: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "Kunde inte ändra ägare: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "Instrumentpanel kunde inte uppdateras: %1"
 msgid "Dashboard updated"
 msgstr "Instrumentpanel har uppdaterats"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "Instrumentpaneler"
 
@@ -2560,7 +2560,7 @@ msgstr "Förval: %1/%2 ändrat från %3 till %4"
 msgid "DefaultFormat"
 msgstr "StandardFormat"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Radera"
 
@@ -2586,7 +2586,7 @@ msgstr "Radering misslyckades: %1"
 msgid "Delete group dashboards"
 msgstr "Radera gruppinstrumentpaneler"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "Raderafunktionen är avaktiverad i livscykelkonfigurationen"
 
@@ -3136,7 +3136,7 @@ msgstr "Fel: sökfråga %1 är ej uppdaterad: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Eskalera ärenden"
 
@@ -3148,7 +3148,7 @@ msgstr "Uppskattning"
 msgid "Everyone"
 msgstr "Alla"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Exempel:"
 
@@ -3222,8 +3222,8 @@ msgstr "Misslyckades med att läsa in %1 %2"
 msgid "Failed to load %1 %2: %3"
 msgstr "Misslyckades med att läsa in %1 %2: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "Misslyckades med att läsa in modul %1. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Hitta personer vars"
 msgid "Find tickets"
 msgstr "Hitta ärenden"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Global portlet %1 sparad."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Kör"
@@ -3558,7 +3561,7 @@ msgstr "Grupprättigheter"
 msgid "Group already has member: %1"
 msgstr "Grupp har redan medlem: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "Gruppnamnet '%1' används redan"
 msgid "Group not found"
 msgstr "Grupp ej funnen"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "Rubrik på vidarebefordrat ärende"
 msgid "Heading of a forwarded message"
 msgstr "Rubrik på vidarebefordrat meddelande"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr "Dölj all citerad text"
 msgid "Hide quoted text"
 msgstr "Dölj citerad text"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Historik"
 
@@ -3771,7 +3774,7 @@ msgstr "Om ett godkännande avvisas, avvisa det ursprungliga och radera väntand
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Om detta verktyg var setgid, kunde en fientlig användare använda detta verktyg för att få administrativ tillgång till RT."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "Är inte krypterad"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Det är oerhört viktigt att icke-privilegierade användare inte får lov att använda detta verktyg."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Det rekommenderas att du skapar en icke-privilegierad unix-användare med korrekt gruppmedlemskap och RT för att använda detta verktyg."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Det krävs åtskilliga parametrar:"
 
@@ -4589,19 +4592,19 @@ msgstr "Medlemskap för användaren %1"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Sammanslagning lyckades"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Sammanslagning misslyckades. Kunde inte sätta EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Sammanslagning misslyckades. Kunde inte sätta status"
 
@@ -4646,7 +4649,7 @@ msgstr "Meddelande sparades inte"
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "Meddelande sparat"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Mina godkännanden"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "Mina instrumentpaneler"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "Mina påminnelser"
@@ -5045,11 +5054,11 @@ msgstr "Mina påminnelser"
 msgid "My saved searches"
 msgstr "Mina sparade sökningar"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Ny påminnelse:"
 msgid "New ticket"
 msgstr "Nytt ärende"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Nytt ärende finns ej"
 
@@ -5661,7 +5670,7 @@ msgstr "Visa endast extrafält för:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr "Öppna"
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Tillgång nekas"
 
@@ -5902,7 +5911,7 @@ msgstr "Tillgång nekas"
 msgid "Phone numbers"
 msgstr "Telefonnummer"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Snabbsökning"
 msgid "Quick ticket creation"
 msgstr "Snabbt ärendeskapande"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT-fel"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "RT för %1"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr "Öppna igen"
 
@@ -6443,7 +6455,7 @@ msgstr "Läs in sökresultaten igen var 60 minut."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Läs in denna sida igen var %1 minut."
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr "Avvisa"
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Hemma"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Åtgärda"
 
@@ -6699,6 +6711,9 @@ msgstr "Rader per box"
 msgid "Rows per page"
 msgstr "Rader per sida"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "Sparade sökningar"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "Sparade diagram"
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr "Sparade sökningar"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Säkerhet:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Inställningar"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Steg"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr "Väntläge"
 
@@ -7463,7 +7481,7 @@ msgstr "Steg %1 av %2"
 msgid "Stolen from %1"
 msgstr "Stulen från %1"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Stil"
 
@@ -7714,15 +7732,15 @@ msgstr "Det är redan det nuvarande värdet"
 msgid "That is not a value for this custom field"
 msgstr "Det är inte ett värde för detta extrafält"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Ärendet har oåtgärdade förutsättningar"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Ärendet tillhör redan den användaren"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Användaren finns ej"
 
@@ -7742,7 +7760,7 @@ msgstr "Användaren är nu privilegierad"
 msgid "That user is now unprivileged"
 msgstr "Användaren är nu icke-privilegierad"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Användaren äger kanske inte ärenden i den kön"
 
@@ -7775,7 +7793,7 @@ msgstr "Adminstrativ kopia för ett ärende"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Detta verktyg ger användaren möjlighet att köra godtyckliga perl-moduler inifrån RT."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr "Återskapa"
 
@@ -8425,7 +8443,7 @@ msgstr "Ej tagen"
 msgid "Update"
 msgstr "Uppdatera"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "Redigera diagram"
 
@@ -8939,7 +8957,7 @@ msgstr "Vid inkommande brevväxling"
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "Du får redigera <a href=\"%1\">den här instrumentpanelen</a> och <a href=\"%2\">din prenumeration</a> på den i RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Det här ärendet tillhör redan dig"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Du kan endast dela ut ärenden som tillhör dig eller som inte tillhör någon"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Du kan endast ta ärenden som inte tillhör någon"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "stängd"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "grundläggande konfiguration"
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "öppen"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/tr.po b/share/po/tr.po
index b193ef7..1072d25 100644
--- a/share/po/tr.po
+++ b/share/po/tr.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (panel %2 den)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - LogToSTDERR seçeneğini düzenleyin"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - %2 komutuna geçilecek bir argüman"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - STDOUT' a gönderilen çıktı durumu güncellemeleri"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - 'İlk', 'Son' ve 'Hepsi' işlemlerinin hangisini kullanacağını belirtin"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 * Kullanmak istediğiniz şablonların id veya isimlerini belirtin"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - Kullanmak istediğiniz eylem modülünü belirtin"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - Virgül ile ayrılmış şekilde kullanmak istediğiniz aktarım tipi listesini belirtiniz"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - Kullanmak istediğiniz durum modülünü belirtin"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Kullanmak istediğiniz arama modülünü belirtin"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "Sahibi olduğum yüksek öneme sahip %1 bilet"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1, biletlere dışarıdan müdahale edebilen bir araçtır (cron gibi)"
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr "Hesapla"
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr "değerlerini hesapla"
 
@@ -1432,7 +1432,7 @@ msgstr "Bir ad olmadan, kişisel alan değeri eklenemez"
 msgid "Can't find a saved search to work with"
 msgstr "Üzerinde çalışılabilecek bir kaydedilmiş arama bulunamadı"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr "İletemiyorum: Geçerli email adresi girilmemiş"
 
@@ -1444,7 +1444,7 @@ msgstr "Bir bileti kendisine bağlayamazsınız"
 msgid "Can't link to a deleted ticket"
 msgstr "Silinen bir bilete kısayol verilemez"
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr "Bir bilet kendisi ile birleştirilemez"
 
@@ -1653,7 +1653,7 @@ msgstr "Yorumlar (istekçilere gönderilmedi)"
 msgid "Comments about this user"
 msgstr "Bu kullanıcı hakkındaki yorumlar"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "Yorumlar eklendi"
 
@@ -1734,7 +1734,7 @@ msgstr ""
 msgid "Correspondence"
 msgstr "Uygunluk"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "Uygunluk eklendi"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr ""
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr ""
 
@@ -2462,7 +2462,7 @@ msgstr ""
 msgid "Dashboard updated"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr ""
 
@@ -2560,7 +2560,7 @@ msgstr ""
 msgid "DefaultFormat"
 msgstr ""
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "Sil"
 
@@ -2586,7 +2586,7 @@ msgstr "Silme işlemi başarısız: %1"
 msgid "Delete group dashboards"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr ""
 
@@ -3136,7 +3136,7 @@ msgstr ""
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "Biletleri Yükselt"
 
@@ -3148,7 +3148,7 @@ msgstr "Tahmini"
 msgid "Everyone"
 msgstr "Herkes"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "Örnek:"
 
@@ -3222,8 +3222,8 @@ msgstr ""
 msgid "Failed to load %1 %2: %3"
 msgstr ""
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "%1 modülü yüklenemedi. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "Kişileri bul:"
 msgid "Find tickets"
 msgstr "Biletleri bul"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "Küresel portlet %1 kaydedildi"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "Git"
@@ -3558,7 +3561,7 @@ msgstr "Grup Yetkileri"
 msgid "Group already has member: %1"
 msgstr "Grup üyeye sahip: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr ""
 msgid "Group not found"
 msgstr "Grup bulunamadı"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr ""
 msgid "Heading of a forwarded message"
 msgstr ""
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr ""
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "Geçmiş"
 
@@ -3771,7 +3774,7 @@ msgstr "Eğer bir onaylama reddedilmişse, özgün kaydı reddet ve bekleyen ona
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "Eğer bu araş setgid ise, saldırgan bir yerel kullanıcı, bu aracı kullanarak RT' ye yönetici erişimi hakkı kazanabilir."
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr ""
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "Yetkisiz kullanıcıların, bu aracı kullanmasını engellemek çok önemlidir."
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "Bu araca erişim için, doğru grup üyeliğiyle yetkisiz bir unix kullanıcısı oluşturmanız ve RT erişimi vermeniz gerekmektedir."
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "Çeşitli argümanlar alır:"
 
@@ -4589,19 +4592,19 @@ msgstr "%1 üyesinin üyelikleri"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "Birleştirme başarılı"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "Birleştirme başarısız. Etkin Numara atanamıyor"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "Birleştirme başarısız. Durum atanamıyor"
 
@@ -4646,7 +4649,7 @@ msgstr "İleti kaydedilemedi"
 msgid "Message for user"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "İleti kaydedildi"
 
@@ -5033,10 +5036,16 @@ msgstr ""
 msgid "My approvals"
 msgstr "Benim Onaylarım"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr ""
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr ""
@@ -5045,11 +5054,11 @@ msgstr ""
 msgid "My saved searches"
 msgstr "Benim kaydedilmiş aramalarım"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "Yeni hatırlatıcı:"
 msgid "New ticket"
 msgstr "Yeni bilet"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "Yeni bilet yok"
 
@@ -5661,7 +5670,7 @@ msgstr "Sadece şunun için özel alanları göster:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr ""
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr ""
 
@@ -5890,7 +5899,7 @@ msgstr ""
 msgid "Permanently wipeout data from RT"
 msgstr ""
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "Pääsy kielletty"
 
@@ -5902,7 +5911,7 @@ msgstr "İzin Reddedildi"
 msgid "Phone numbers"
 msgstr "Telefon numaraları"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "Hızlı arama"
 msgid "Quick ticket creation"
 msgstr "Hızlı bilet oluşturumu"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr ""
 msgid "RT Error"
 msgstr "RT Hatası"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr ""
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr ""
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1: RT"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr ""
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "Arama sonuçlarını her 60 dakikada bir yenile."
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "Bu sayfayı, her %1 dakikada bir yenile"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "Hane"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "Çöz"
 
@@ -6699,6 +6711,9 @@ msgstr "Kutu başına satır"
 msgid "Rows per page"
 msgstr "Sayfa başına satır"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr ""
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr ""
 
@@ -6782,7 +6797,7 @@ msgstr ""
 msgid "Saved searches"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr ""
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "Güvenlik:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "Ayarlar"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "Aşama"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr ""
 msgid "Stolen from %1"
 msgstr "%1 den çalındı"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "Biçem"
 
@@ -7714,15 +7732,15 @@ msgstr "Bu, zaten şimdiki değer"
 msgid "That is not a value for this custom field"
 msgstr "Bu, bu özel alan için bir değer değil"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "Bu bilet, çözümlenmemiş bağımlılıklara sahip"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "Bu kullanıcı, zaten bu biletin sahibi"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "Bu kullanıcı bulunamadı"
 
@@ -7742,7 +7760,7 @@ msgstr "Bu kullanıcı şu anda yetkilendirildi"
 msgid "That user is now unprivileged"
 msgstr "Bu kullanıcı artık yetkisiz"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "Bu kullanıcı, bu kuyruktaki biletleri sahiplenemez"
 
@@ -7775,7 +7793,7 @@ msgstr "Bir biletin yönetimsel KK' sı"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr ""
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr ""
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "Bu araç, kullanıcının RT içinden keyfi perl modüllerini çalıştırabilmesine olanak verir."
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr ""
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "Alınmamış"
 msgid "Update"
 msgstr "Güncelle"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr ""
 
@@ -8939,7 +8957,7 @@ msgstr "Cevap geldiğinde"
 msgid "Where to find your sendmail binary."
 msgstr ""
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "Bu biletin sahibi zaten sizsiniz"
 
@@ -9028,15 +9046,15 @@ msgstr ""
 msgid "You can not set password."
 msgstr ""
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "Sahibi olduğunuz veya sahipsiz biletleri tekrar tahsis edebilirsiniz"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "Sadece sahibi olmadığınız biletleri alabilirsiniz"
 
@@ -9169,7 +9187,7 @@ msgstr ""
 msgid "and not"
 msgstr ""
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr ""
 msgid "click to check/uncheck all objects at once"
 msgstr ""
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "kapalı"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr ""
@@ -9477,7 +9491,7 @@ msgstr ""
 msgid "one"
 msgstr ""
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "açık"
 
@@ -9501,7 +9515,7 @@ msgstr ""
 msgid "plugin returned empty list"
 msgstr ""
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/zh_CN.po b/share/po/zh_CN.po
index 0264ec2..99f96e5 100644
--- a/share/po/zh_CN.po
+++ b/share/po/zh_CN.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (来自窗格%2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - 调整LogToSTDERR配置选项"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - 传递给%2的一个参数"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - 将更新状态输出到 STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - 指定你要使用第一个,最后一个还是所有事务"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - 指定您想在模板中使用的名字或者编号"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - 指定要使用的动作模块"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - 指定你要使用由逗号(,)分隔的transactions类型列表"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - 指定要使用的条件模块"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - 指定要使用的搜索模块"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "我拥有的前%1份待处理申请单"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1是从外部定时程序(如cron)来对申请单进行操作的工具。"
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "无法创建没有名称的自定字段值"
 msgid "Can't find a saved search to work with"
 msgstr "找不到已存搜索"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "申请单无法链接自己。"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "注释(不发送给申请人)"
 msgid "Comments about this user"
 msgstr "该用户的注释"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "创建注释完成"
 
@@ -1734,7 +1734,7 @@ msgstr "回复地址"
 msgid "Correspondence"
 msgstr "回复"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "创建申请单回复"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "无法创建自定字段值:%1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "无法改变拥有人: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "无法更新表单: %1"
 msgid "Dashboard updated"
 msgstr "表单已更新"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "表单"
 
@@ -2560,7 +2560,7 @@ msgstr "默认:%1/%2 已自 %3 改为 %4"
 msgid "DefaultFormat"
 msgstr "默认格式"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "删除"
 
@@ -2586,7 +2586,7 @@ msgstr "删除失败:%1"
 msgid "Delete group dashboards"
 msgstr "删除群组表单"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "删除被生命周期配置停用的操作"
 
@@ -3136,7 +3136,7 @@ msgstr "错误: 搜索 %1 未更新: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "调整申请单优先等级"
 
@@ -3148,7 +3148,7 @@ msgstr "预计"
 msgid "Everyone"
 msgstr "所有人"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "范例:"
 
@@ -3222,8 +3222,8 @@ msgstr "加载%1 %2失败"
 msgid "Failed to load %1 %2: %3"
 msgstr "加载%1 %2失败: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "加载模块%1失败. (%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "搜索人员的"
 msgid "Find tickets"
 msgstr "搜索申请单"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "成功保存全局入口组件%1."
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "执行"
@@ -3558,7 +3561,7 @@ msgstr "群组权限"
 msgid "Group already has member: %1"
 msgstr "群组内已有此成员: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "群组名称 '%1' 已经被使用"
 msgid "Group not found"
 msgstr "找不到群组"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "转发申请单的邮件头"
 msgid "Heading of a forwarded message"
 msgstr "转发消息的邮件头"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr "隐藏引用文本"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "历史记录"
 
@@ -3771,7 +3774,7 @@ msgstr "若批准请求单遭到驳回,则连带驳回原申请单,并删除
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "如果此工具程序为setgid, 恶意的本地端用户即能由此取得RT的管理员权限。"
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "没有加密"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "请不要让没有权限的用户执行此工具。"
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "建议您创建一个隶属于正确群组的低权限系统用户,并以该身份执行此工具。"
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "它接受下列参数:"
 
@@ -4589,19 +4592,19 @@ msgstr "用户%1的所属群组"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "整合完成"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "整合失败. 无法设定有效编号"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "整合失败. 无法设定状态"
 
@@ -4646,7 +4649,7 @@ msgstr "无法记录消息"
 msgid "Message for user"
 msgstr "给用户的消息"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "消息记录成功"
 
@@ -5033,10 +5036,16 @@ msgstr "队列处理"
 msgid "My approvals"
 msgstr "我的队列批准单"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "我的表单"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "我的提醒项目"
@@ -5045,11 +5054,11 @@ msgstr "我的提醒项目"
 msgid "My saved searches"
 msgstr "我的已存搜索"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "创建提醒项目:"
 msgid "New ticket"
 msgstr "创建申请单"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "新申请单不存在"
 
@@ -5661,7 +5670,7 @@ msgstr "仅显示适用于下列项目的自定字段:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "拥有人'%1'没有权限拥有此申请单"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "拥有人已从%1改为%2"
 
@@ -5890,7 +5899,7 @@ msgstr "Perl库的搜索顺序"
 msgid "Permanently wipeout data from RT"
 msgstr "永久删除 RT 的数据"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "没有权限"
 
@@ -5902,7 +5911,7 @@ msgstr "没有权限"
 msgid "Phone numbers"
 msgstr "电话号码"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "快速搜索"
 msgid "Quick ticket creation"
 msgstr "快速创建申请单"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT设置"
 msgid "RT Error"
 msgstr "RT错误"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT大小"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "RT核心变量"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1专用流程系统"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "配置里的RTAddressRegexp选项不匹配%1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "每60分钟刷新一次搜索结果"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "每%1分钟刷新此页面"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "住所"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "解决"
 
@@ -6699,6 +6711,9 @@ msgstr "每格行数"
 msgid "Rows per page"
 msgstr "每页行数"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "已存搜索"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "已存图表"
 
@@ -6782,7 +6797,7 @@ msgstr "未找到已存搜索 %1"
 msgid "Saved searches"
 msgstr "已存搜索"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "私密认证码"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "安全性:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "设置"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "阶段"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "%2的步骤%1"
 msgid "Stolen from %1"
 msgstr "拥有人从%1强制更换"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "样式"
 
@@ -7714,15 +7732,15 @@ msgstr "已经是目前字段的值"
 msgid "That is not a value for this custom field"
 msgstr "不是该自定字段的值"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "申请单有尚未解决的附属申请单"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "用户已经拥有该申请单"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "用户不存在"
 
@@ -7742,7 +7760,7 @@ msgstr "用户已加入内部成员群组"
 msgid "That user is now unprivileged"
 msgstr "用户已加入非内部成员群组"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "用户不能拥有该队列里的申请单"
 
@@ -7775,7 +7793,7 @@ msgstr "申请单的管理抄送人"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "数据库服务器的域名"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "以下命令将在“一般”队列中找到所有活动的申请单,如果已经过期的话则将其优先值设为99:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "此工具会让用户经由RT执行任意命令。"
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Uncheck boxes to disable notifications to the listed recipients <b>仅针对该事务</b>不勾选以停止通知列出的收件人;在<a href=\"%1\">“人员页面”</a>中进行永久取消的管理。"
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "未被受理"
 msgid "Update"
 msgstr "更新"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "更新图表"
 
@@ -8939,7 +8957,7 @@ msgstr "回复完成时"
 msgid "Where to find your sendmail binary."
 msgstr "sendmail路径"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "您可以在RT<a href=\"%1\">编辑该表单</a> 与 <a href=\"%2\">您的订阅</a> to it in RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "您已是这份申请单的拥有人"
 
@@ -9028,15 +9046,15 @@ msgstr "您不能在申请单内容插入任何自由形式、文本或wiki字
 msgid "You can not set password."
 msgstr "不能设置密码."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "只能重新指派您所拥有或是没有拥有人的申请单"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "您只能受理尚无拥有人的申请单"
 
@@ -9169,7 +9187,7 @@ msgstr "与之前"
 msgid "and not"
 msgstr "与否"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "标记以增加"
 msgid "click to check/uncheck all objects at once"
 msgstr "点击选择/不选择全部对象"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "已解决"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "核心配置"
@@ -9477,7 +9491,7 @@ msgstr "第几天"
 msgid "one"
 msgstr "一"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "打开"
 
@@ -9501,7 +9515,7 @@ msgstr "饼图"
 msgid "plugin returned empty list"
 msgstr "插件为空"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 
diff --git a/share/po/zh_TW.po b/share/po/zh_TW.po
index f0d62c1..75797c9 100644
--- a/share/po/zh_TW.po
+++ b/share/po/zh_TW.po
@@ -149,49 +149,49 @@ msgid "%1 (from pane %2)"
 msgstr "%1 (來自窗格%2)"
 
 #. ("--log")
-#: bin/rt-crontool:332
+#: bin/rt-crontool:333
 msgid "%1 - Adjust LogToSTDERR config option"
 msgstr "%1 - 調整LogToSTDERR配置選項"
 
 #. ("--action-arg", "--action")
 #. ("--condition-arg", "--condition")
 #. ("--search-arg", "--search")
-#: bin/rt-crontool:307 bin/rt-crontool:314 bin/rt-crontool:320
+#: bin/rt-crontool:308 bin/rt-crontool:315 bin/rt-crontool:321
 msgid "%1 - An argument to pass to %2"
 msgstr "%1 - 傳遞給 %2 的一個參數"
 
 #. ("--verbose")
-#: bin/rt-crontool:334
+#: bin/rt-crontool:335
 msgid "%1 - Output status updates to STDOUT"
 msgstr "%1 - 將更新狀態輸出到 STDOUT"
 
 #. ("--transaction")
-#: bin/rt-crontool:326
+#: bin/rt-crontool:327
 msgid "%1 - Specify if you want to use either 'first', 'last' or 'all' transactions"
 msgstr "%1 - 指定你要使用第一個,最後一個還是所有事務"
 
 #. ("--template")
-#: bin/rt-crontool:323
+#: bin/rt-crontool:324
 msgid "%1 - Specify name or id of template(s) you want to use"
 msgstr "%1 - 指定您想在範本中使用的名字或者編號"
 
 #. ("--action")
-#: bin/rt-crontool:317
+#: bin/rt-crontool:318
 msgid "%1 - Specify the action module you want to use"
 msgstr "%1 - 指定欲使用的動作模組"
 
 #. ("--transaction-type")
-#: bin/rt-crontool:329
+#: bin/rt-crontool:330
 msgid "%1 - Specify the comma separated list of transactions' types you want to use"
 msgstr "%1 - 指定你要使用由逗號(,)分隔的transactions類型列表"
 
 #. ("--condition")
-#: bin/rt-crontool:311
+#: bin/rt-crontool:312
 msgid "%1 - Specify the condition module you want to use"
 msgstr "%1 - 指定欲使用的條件模組"
 
 #. ("--search")
-#: bin/rt-crontool:304
+#: bin/rt-crontool:305
 msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - 指定欲使用的查詢模組"
 
@@ -319,7 +319,7 @@ msgid "%1 highest priority tickets I own"
 msgstr "前 %1 份待處理申請單"
 
 #. ($0)
-#: bin/rt-crontool:299
+#: bin/rt-crontool:300
 msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
 msgstr "%1 是從外部排程程式(如 cron)來對申請單進行操作的工具。"
 
@@ -1407,11 +1407,11 @@ msgstr ""
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
-#: share/html/Search/Chart.html:149
+#: share/html/Search/Chart.html:162
 msgid "Calculate"
 msgstr ""
 
-#: share/html/Search/Chart.html:151
+#: share/html/Search/Chart.html:164
 msgid "Calculate values of"
 msgstr ""
 
@@ -1432,7 +1432,7 @@ msgstr "不能新增沒有名稱的自訂欄位值"
 msgid "Can't find a saved search to work with"
 msgstr "找不到預存查詢"
 
-#: lib/RT/Ticket.pm:3049
+#: lib/RT/Ticket.pm:3054
 msgid "Can't forward: no valid email addresses specified"
 msgstr ""
 
@@ -1444,7 +1444,7 @@ msgstr "申請單不能鏈結自己。"
 msgid "Can't link to a deleted ticket"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1782
+#: lib/RT/Ticket.pm:1787
 msgid "Can't merge a ticket into itself"
 msgstr ""
 
@@ -1653,7 +1653,7 @@ msgstr "評論(不送給申請人)"
 msgid "Comments about this user"
 msgstr "使用者描述"
 
-#: lib/RT/Transaction.pm:876
+#: lib/RT/Ticket.pm:1629 lib/RT/Transaction.pm:876
 msgid "Comments added"
 msgstr "新增評論完畢"
 
@@ -1734,7 +1734,7 @@ msgstr "回覆地址"
 msgid "Correspondence"
 msgstr "回覆"
 
-#: lib/RT/Transaction.pm:872
+#: lib/RT/Ticket.pm:1631 lib/RT/Transaction.pm:872
 msgid "Correspondence added"
 msgstr "新增申請單回覆"
 
@@ -1749,7 +1749,7 @@ msgid "Could not add new custom field value: %1"
 msgstr "無法創建新的自定欄位值: %1"
 
 #. ($msg)
-#: lib/RT/Ticket.pm:2054
+#: lib/RT/Ticket.pm:2059
 msgid "Could not change owner: %1"
 msgstr "無法更改承辦人: %1"
 
@@ -2462,7 +2462,7 @@ msgstr "無法更新控制面板: %1"
 msgid "Dashboard updated"
 msgstr "控制面板已更新"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
+#: etc/RT_Config.pm:1221 etc/initialdata:879 share/html/Dashboards/index.html:48 share/html/Elements/Dashboards:49
 msgid "Dashboards"
 msgstr "控制面板"
 
@@ -2560,7 +2560,7 @@ msgstr "預設:%1/%2 已自 %3 改為 %4"
 msgid "DefaultFormat"
 msgstr "預設格式"
 
-#: etc/RT_Config.pm:2796 etc/RT_Config.pm:2840 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
+#: etc/RT_Config.pm:2786 etc/RT_Config.pm:2830 share/html/Articles/Article/Elements/ShowSavedSearches:60 share/html/Dashboards/Modify.html:75 share/html/Elements/Tabs:892 share/html/Elements/Tabs:917 share/html/Search/Elements/EditFormat:116 share/html/Search/Elements/EditQuery:61 share/html/Search/Elements/EditSearches:64 share/html/Widgets/SelectionBox:196
 msgid "Delete"
 msgstr "刪除"
 
@@ -2586,7 +2586,7 @@ msgstr "刪除失敗:%1"
 msgid "Delete group dashboards"
 msgstr "刪除群組表單"
 
-#: lib/RT/Ticket.pm:2432 lib/RT/Ticket.pm:2432
+#: lib/RT/Ticket.pm:2437 lib/RT/Ticket.pm:2437
 msgid "Delete operation is disabled by lifecycle configuration"
 msgstr "刪除被生命周期配置停用的操作"
 
@@ -3136,7 +3136,7 @@ msgstr "錯誤: 搜索 %1 未更新: %2"
 msgid "Error: unencrypted message"
 msgstr ""
 
-#: bin/rt-crontool:357
+#: bin/rt-crontool:358
 msgid "Escalate tickets"
 msgstr "調整申請單優先等級"
 
@@ -3148,7 +3148,7 @@ msgstr "預計"
 msgid "Everyone"
 msgstr "所有人"
 
-#: bin/rt-crontool:343
+#: bin/rt-crontool:344
 msgid "Example:"
 msgstr "範例:"
 
@@ -3222,8 +3222,8 @@ msgstr "載入%1 %2失敗"
 msgid "Failed to load %1 %2: %3"
 msgstr "載入%1 %2失敗: %3"
 
-#. ($modname, $@)
-#: bin/rt-crontool:291
+#. ($modname, $error)
+#: bin/rt-crontool:292
 msgid "Failed to load module %1. (%2)"
 msgstr "無法載入模組 %1。(%2)"
 
@@ -3333,7 +3333,7 @@ msgstr "尋找人員的"
 msgid "Find tickets"
 msgstr "尋找申請單"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "FindUser"
 msgstr ""
 
@@ -3509,6 +3509,9 @@ msgstr "成功儲存全域入口元件 %1。"
 msgid "Global template '%1' not found"
 msgstr ""
 
+#: share/html/Admin/Users/Keys.html:63
+msgid "GnuPG private key"
+
 #: share/html/m/_elements/menu:67
 msgid "Go"
 msgstr "執行"
@@ -3558,7 +3561,7 @@ msgstr "群組權限"
 msgid "Group already has member: %1"
 msgstr "群組內已有此成員: %1"
 
-#: share/html/Search/Chart.html:123
+#: share/html/Search/Chart.html:136
 msgid "Group by"
 msgstr ""
 
@@ -3592,7 +3595,7 @@ msgstr "群組名稱 '%1' 已經被使用"
 msgid "Group not found"
 msgstr "找不到群組"
 
-#: share/html/Search/Chart.html:124
+#: share/html/Search/Chart.html:137
 msgid "Group tickets by"
 msgstr ""
 
@@ -3601,7 +3604,7 @@ msgstr ""
 msgid "Group: %1"
 msgstr ""
 
-#: share/html/Search/Chart.html:61
+#: share/html/Search/Chart.html:58
 msgid "Grouped search results"
 msgstr ""
 
@@ -3669,7 +3672,7 @@ msgstr "轉發申請單的郵件頭"
 msgid "Heading of a forwarded message"
 msgstr "轉發消息的郵件頭"
 
-#: share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:181
 msgid "Height"
 msgstr ""
 
@@ -3689,7 +3692,7 @@ msgstr ""
 msgid "Hide quoted text"
 msgstr "隱藏引用文本"
 
-#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/m/_elements/ticket_menu:64
+#: share/html/Elements/ShowHistory:52 share/html/Elements/Tabs:309 share/html/Elements/Tabs:325 share/html/Elements/Tabs:353 share/html/Elements/Tabs:635 share/html/Elements/Tabs:890 share/html/Elements/Tabs:911 share/html/Elements/Tabs:931 share/html/Ticket/Elements/ClickToShowHistory:49 share/html/Ticket/Elements/DelayShowHistory:49 share/html/m/_elements/ticket_menu:64
 msgid "History"
 msgstr "紀錄"
 
@@ -3771,7 +3774,7 @@ msgstr "若簽核單遭到駁回,則連帶駁回原申請單,並刪除其他
 msgid "If this is not what you expect, leave this page now without logging in."
 msgstr ""
 
-#: bin/rt-crontool:339
+#: bin/rt-crontool:340
 msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
 msgstr "如果此工具程式為 setgid,惡意的本地端使用者即能由此取得 RT 的管理員權限。"
 
@@ -4068,15 +4071,15 @@ msgstr ""
 msgid "Is not encrypted"
 msgstr "沒有加密"
 
-#: bin/rt-crontool:340
+#: bin/rt-crontool:341
 msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
 msgstr "請絕對不要讓未具權限的使用者執行此工具程式。"
 
-#: bin/rt-crontool:341
+#: bin/rt-crontool:342
 msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
 msgstr "建議您新增一個隸屬於正確群組的低權限系統使用者,並以該身份執行此工具程式。"
 
-#: bin/rt-crontool:301
+#: bin/rt-crontool:302
 msgid "It takes several arguments:"
 msgstr "它接受下列參數:"
 
@@ -4589,19 +4592,19 @@ msgstr "使用者 %1 的所屬群組"
 msgid "Merge"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1942
+#: lib/RT/Ticket.pm:1947
 msgid "Merge Successful"
 msgstr "整合完畢"
 
-#: lib/RT/Ticket.pm:1822
+#: lib/RT/Ticket.pm:1827
 msgid "Merge failed. Couldn't set EffectiveId"
 msgstr "整合失敗。無法設定 EffectiveId"
 
-#: lib/RT/Ticket.pm:1828
+#: lib/RT/Ticket.pm:1833
 msgid "Merge failed. Couldn't set IsMerged"
 msgstr ""
 
-#: lib/RT/Ticket.pm:1841
+#: lib/RT/Ticket.pm:1846
 msgid "Merge failed. Couldn't set Status"
 msgstr "整合失敗。無法設定 Status"
 
@@ -4646,7 +4649,7 @@ msgstr "無法紀錄訊息"
 msgid "Message for user"
 msgstr "給使用者的消息"
 
-#: lib/RT/Ticket.pm:1628 lib/RT/Ticket.pm:3097
+#: lib/RT/Ticket.pm:3102
 msgid "Message recorded"
 msgstr "訊息紀錄成功"
 
@@ -5033,10 +5036,16 @@ msgstr "表單處理"
 msgid "My approvals"
 msgstr "表單簽核"
 
+#: share/html/SelfService/Closed.html:53
+msgid "My closed tickets"
+
 #: share/html/Dashboards/Elements/SelectPrivacy:62 share/html/Dashboards/Elements/ShowDashboards:53
 msgid "My dashboards"
 msgstr "我的控制面板"
 
+#: share/html/SelfService/index.html:52
+msgid "My open tickets"
+
 #: share/html/Elements/MyReminders:50 share/html/Tools/MyReminders.html:48
 msgid "My reminders"
 msgstr "我的提醒專案"
@@ -5045,11 +5054,11 @@ msgstr "我的提醒專案"
 msgid "My saved searches"
 msgstr "我的預存查詢"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MyAdminQueues"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:871
+#: etc/RT_Config.pm:1221 etc/initialdata:871
 msgid "MyReminders"
 msgstr ""
 
@@ -5057,7 +5066,7 @@ msgstr ""
 msgid "MySQL"
 msgstr ""
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "MySupportQueues"
 msgstr ""
 
@@ -5141,7 +5150,7 @@ msgstr "新增提醒項目:"
 msgid "New ticket"
 msgstr "提出申請單"
 
-#: lib/RT/Ticket.pm:1777
+#: lib/RT/Ticket.pm:1782
 msgid "New ticket doesn't exist"
 msgstr "沒有新申請單"
 
@@ -5661,7 +5670,7 @@ msgstr "僅顯示適用於下列項目的自訂欄位:"
 msgid "Open Inactive Tickets"
 msgstr ""
 
-#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2800 etc/RT_Config.pm:2837 etc/RT_Config.pm:2844
+#: etc/RT_Config.pm:2783 etc/RT_Config.pm:2790 etc/RT_Config.pm:2827 etc/RT_Config.pm:2834
 msgid "Open It"
 msgstr ""
 
@@ -5752,7 +5761,7 @@ msgid "Owner '%1' does not have rights to own this ticket."
 msgstr "擁有人'%1'沒有權限擁有此申請單"
 
 #. ($OldOwnerObj->Name, $NewOwnerObj->Name)
-#: lib/RT/Ticket.pm:2058
+#: lib/RT/Ticket.pm:2063
 msgid "Owner changed from %1 to %2"
 msgstr "承辦人已從 %1 改為 %2"
 
@@ -5890,7 +5899,7 @@ msgstr "Perl庫的搜索順序"
 msgid "Permanently wipeout data from RT"
 msgstr "永久刪除 RT 的資料"
 
-#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1768 lib/RT/Ticket.pm:1787 lib/RT/Ticket.pm:2192 lib/RT/Ticket.pm:2205 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2451 lib/RT/Ticket.pm:2680 lib/RT/Ticket.pm:3044 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
+#: lib/RT/ACE.pm:232 lib/RT/ACE.pm:238 lib/RT/ACE.pm:317 lib/RT/Article.pm:113 lib/RT/Article.pm:267 lib/RT/Article.pm:373 lib/RT/Article.pm:392 lib/RT/Article.pm:444 lib/RT/Article.pm:468 lib/RT/Article.pm:532 lib/RT/Attachment.pm:738 lib/RT/Attachment.pm:739 lib/RT/Attachment.pm:798 lib/RT/Attachment.pm:799 lib/RT/Attribute.pm:166 lib/RT/Attribute.pm:172 lib/RT/Attribute.pm:386 lib/RT/Attribute.pm:401 lib/RT/Attribute.pm:414 lib/RT/Class.pm:130 lib/RT/Class.pm:165 lib/RT/Class.pm:304 lib/RT/Class.pm:354 lib/RT/CurrentUser.pm:137 lib/RT/CurrentUser.pm:143 lib/RT/CurrentUser.pm:149 lib/RT/CustomField.pm:1037 lib/RT/CustomField.pm:1574 lib/RT/CustomField.pm:1603 lib/RT/CustomField.pm:1646 lib/RT/CustomField.pm:1819 lib/RT/CustomField.pm:1969 lib/RT/CustomField.pm:260 lib/RT/CustomField.pm:277 lib/RT/CustomField.pm:288 lib/RT/CustomField.pm:628 lib/RT/CustomField.pm:655 lib/RT/CustomFieldValue.pm:116 lib/RT/CustomFieldValue.pm:89 lib/RT/Group.pm:1011 lib/RT/Group.pm:1247 lib/R
 T/Group.pm:1331 lib/RT/Group.pm:361 lib/RT/Group.pm:465 lib/RT/Group.pm:781 lib/RT/ObjectClass.pm:70 lib/RT/Queue.pm:355 lib/RT/Queue.pm:381 lib/RT/Queue.pm:407 lib/RT/Queue.pm:804 lib/RT/Record/Role/Links.pm:149 lib/RT/Record/Role/Links.pm:168 lib/RT/Record/Role/Status.pm:172 lib/RT/Record/Role/Status.pm:267 lib/RT/Reminders.pm:129 lib/RT/Scrip.pm:123 lib/RT/Scrip.pm:131 lib/RT/Scrip.pm:142 lib/RT/Scrip.pm:224 lib/RT/Scrip.pm:312 lib/RT/Scrip.pm:364 lib/RT/Scrip.pm:697 lib/RT/Scrip.pm:705 lib/RT/Scrip.pm:714 lib/RT/Scrip.pm:719 lib/RT/Scrip.pm:727 lib/RT/SharedSetting.pm:113 lib/RT/SharedSetting.pm:205 lib/RT/SharedSetting.pm:247 lib/RT/SharedSetting.pm:279 lib/RT/Template.pm:108 lib/RT/Template.pm:118 lib/RT/Template.pm:123 lib/RT/Template.pm:262 lib/RT/Template.pm:267 lib/RT/Template.pm:276 lib/RT/Template.pm:317 lib/RT/Template.pm:483 lib/RT/Template.pm:743 lib/RT/Template.pm:760 lib/RT/Template.pm:778 lib/RT/Ticket.pm:1072 lib/RT/Ticket.pm:1283 lib/RT/Ticket.pm:1451 lib
 /RT/Ticket.pm:1501 lib/RT/Ticket.pm:1773 lib/RT/Ticket.pm:1792 lib/RT/Ticket.pm:2197 lib/RT/Ticket.pm:2210 lib/RT/Ticket.pm:2215 lib/RT/Ticket.pm:2239 lib/RT/Ticket.pm:2456 lib/RT/Ticket.pm:2685 lib/RT/Ticket.pm:3049 lib/RT/Ticket.pm:734 lib/RT/Topic.pm:113 lib/RT/Topic.pm:141 lib/RT/Topic.pm:207 lib/RT/Topic.pm:88 lib/RT/Transaction.pm:688 lib/RT/Transaction.pm:728 lib/RT/User.pm:1137 lib/RT/User.pm:139 lib/RT/User.pm:1588 lib/RT/User.pm:1835 lib/RT/User.pm:1868 lib/RT/User.pm:328 lib/RT/User.pm:735 lib/RT/User.pm:770 share/html/Admin/Global/DashboardsInMenu.html:91 share/html/Admin/Global/MyRT.html:96 share/html/Articles/Article/Display.html:82 share/html/Articles/Article/History.html:64 share/html/Dashboards/Modify.html:95 share/html/SelfService/Article/Display.html:64 share/html/Ticket/Forward.html:97 share/html/Ticket/ShowEmailRecord.html:110 share/html/Ticket/ShowEmailRecord.html:111
 msgid "Permission Denied"
 msgstr "權限不足"
 
@@ -5902,7 +5911,7 @@ msgstr "權限不足"
 msgid "Phone numbers"
 msgstr "電話號碼"
 
-#: share/html/Search/Chart.html:163
+#: share/html/Search/Chart.html:176
 msgid "Picture"
 msgstr ""
 
@@ -6193,11 +6202,11 @@ msgstr "表單一覽"
 msgid "Quick ticket creation"
 msgstr "快速建立申請單"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:864
+#: etc/RT_Config.pm:1221 etc/initialdata:864
 msgid "QuickCreate"
 msgstr ""
 
-#: etc/RT_Config.pm:1239 etc/initialdata:875
+#: etc/RT_Config.pm:1221 etc/initialdata:875
 msgid "Quicksearch"
 msgstr ""
 
@@ -6229,6 +6238,9 @@ msgstr "RT設定"
 msgid "RT Error"
 msgstr "RT 錯誤"
 
+#: share/html/Admin/Elements/Portal:49
+msgid "RT Portal"
+
 #: share/html/Admin/Tools/Configuration.html:139
 msgid "RT Size"
 msgstr "RT大小"
@@ -6259,7 +6271,7 @@ msgid "RT core variables"
 msgstr "RT核心變量"
 
 #. (RT->Config->Get('rtname'))
-#: share/html/Elements/Logo:61 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
+#: share/html/Elements/Logo:59 share/html/m/_elements/header:49 share/html/m/_elements/login:49 share/html/m/index.html:48
 msgid "RT for %1"
 msgstr "%1 專用流程系統"
 
@@ -6310,7 +6322,7 @@ msgstr ""
 msgid "RTAddressRegexp option in the config doesn't match %1"
 msgstr "配置里的RTAddressRegexp選項不匹配%1"
 
-#: etc/RT_Config.pm:2801 etc/RT_Config.pm:2802 etc/RT_Config.pm:2845 etc/RT_Config.pm:2846
+#: etc/RT_Config.pm:2791 etc/RT_Config.pm:2792 etc/RT_Config.pm:2835 etc/RT_Config.pm:2836
 msgid "Re-open"
 msgstr ""
 
@@ -6443,7 +6455,7 @@ msgstr "每60分鐘刷新一次搜索結果"
 msgid "Refresh this page every %quant(%1,minute,minutes)."
 msgstr "每 %1 分鐘更新頁面"
 
-#: etc/RT_Config.pm:1239 etc/initialdata:883
+#: etc/RT_Config.pm:1221 etc/initialdata:883
 msgid "RefreshHomepage"
 msgstr ""
 
@@ -6451,7 +6463,7 @@ msgstr ""
 msgid "Refused to add link which would create a circular relationship"
 msgstr ""
 
-#: etc/RT_Config.pm:2795 etc/RT_Config.pm:2799 etc/RT_Config.pm:2839 etc/RT_Config.pm:2843
+#: etc/RT_Config.pm:2785 etc/RT_Config.pm:2789 etc/RT_Config.pm:2829 etc/RT_Config.pm:2833
 msgid "Reject"
 msgstr ""
 
@@ -6595,7 +6607,7 @@ msgstr ""
 msgid "Residence"
 msgstr "住處"
 
-#: etc/RT_Config.pm:2794 etc/RT_Config.pm:2798 etc/RT_Config.pm:2838 etc/RT_Config.pm:2842 share/html/Search/Elements/EditFormat:75
+#: etc/RT_Config.pm:2784 etc/RT_Config.pm:2788 etc/RT_Config.pm:2828 etc/RT_Config.pm:2832 share/html/Search/Elements/EditFormat:75
 msgid "Resolve"
 msgstr "解決"
 
@@ -6699,6 +6711,9 @@ msgstr "每格筆數"
 msgid "Rows per page"
 msgstr "每頁筆數"
 
+#: share/html/Admin/Users/Keys.html:75
+msgid "SMIME Certificate"
+
 #: lib/RT/User.pm:107
 msgid "SMIMECertificate"
 msgstr ""
@@ -6769,7 +6784,7 @@ msgstr ""
 msgid "Saved Searches"
 msgstr "已存搜索"
 
-#: share/html/Search/Chart.html:183
+#: share/html/Search/Chart.html:196
 msgid "Saved charts"
 msgstr "已存圖表"
 
@@ -6782,7 +6797,7 @@ msgstr "未找到已存搜索 %1"
 msgid "Saved searches"
 msgstr "預存查詢"
 
-#: etc/RT_Config.pm:1239
+#: etc/RT_Config.pm:1221
 msgid "SavedSearches"
 msgstr ""
 
@@ -6879,7 +6894,7 @@ msgstr ""
 msgid "Secret authentication token"
 msgstr "私密認證碼"
 
-#: bin/rt-crontool:337
+#: bin/rt-crontool:338
 msgid "Security:"
 msgstr "安全性:"
 
@@ -7133,6 +7148,9 @@ msgstr ""
 msgid "Settings"
 msgstr "設定"
 
+#: share/html/Articles/Elements/NeedsSetup:49
+msgid "Setup needed"
+
 #: lib/RT/Config.pm:184
 msgid "Short usernames"
 msgstr ""
@@ -7375,7 +7393,7 @@ msgstr ""
 msgid "Stage"
 msgstr "關卡"
 
-#: etc/RT_Config.pm:2797 etc/RT_Config.pm:2841
+#: etc/RT_Config.pm:2787 etc/RT_Config.pm:2831
 msgid "Stall"
 msgstr ""
 
@@ -7463,7 +7481,7 @@ msgstr "%2的步驟%1"
 msgid "Stolen from %1"
 msgstr "承辦人從 %1 強制更換"
 
-#: share/html/Search/Chart.html:164 share/html/Search/Elements/EditFormat:93
+#: share/html/Search/Chart.html:177 share/html/Search/Elements/EditFormat:93
 msgid "Style"
 msgstr "樣式"
 
@@ -7714,15 +7732,15 @@ msgstr "已經是目前欄位的值"
 msgid "That is not a value for this custom field"
 msgstr "這不是該自訂欄位的值"
 
-#: lib/RT/Ticket.pm:2346
+#: lib/RT/Ticket.pm:2351
 msgid "That ticket has unresolved dependencies"
 msgstr "這份申請單有尚未解決的附屬申請單"
 
-#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2259
+#: lib/RT/Action/CreateTickets.pm:434 lib/RT/Ticket.pm:2264
 msgid "That user already owns that ticket"
 msgstr "該使用者已經承辦這份申請單"
 
-#: lib/RT/Ticket.pm:2249
+#: lib/RT/Ticket.pm:2254
 msgid "That user does not exist"
 msgstr "使用者不存在"
 
@@ -7742,7 +7760,7 @@ msgstr "使用者加入內部成員群組完畢"
 msgid "That user is now unprivileged"
 msgstr "這名使用者已加入非內部成員群組"
 
-#: lib/RT/Ticket.pm:2254
+#: lib/RT/Ticket.pm:2259
 msgid "That user may not own tickets in that queue"
 msgstr "使用者可能沒有承辦表單裡的申請單"
 
@@ -7775,7 +7793,7 @@ msgstr "申請單的管理員副本收件人"
 msgid "The domain name of your database server (like 'db.example.com')."
 msgstr "資料庫伺服器的域名"
 
-#: bin/rt-crontool:347
+#: bin/rt-crontool:348
 msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
 msgstr "以下命令將在『一般』表單中找到所有活動的申請單,如果已經過期的話則將其優先值設為99:"
 
@@ -7912,7 +7930,7 @@ msgstr ""
 msgid "This ticket cannot be resolved until its %numerate(%1,dependency is,dependencies are) resolved."
 msgstr ""
 
-#: bin/rt-crontool:338
+#: bin/rt-crontool:339
 msgid "This tool allows the user to run arbitrary perl modules from within RT."
 msgstr "此工具程式會讓使用者經由 RT 執行任意命令。"
 
@@ -8333,7 +8351,7 @@ msgstr ""
 msgid "Uncheck boxes to disable notifications to the listed recipients <b>for this transaction only</b>; persistent squelching is managed on the <a href=\"%1\">People page</a>."
 msgstr "Uncheck boxes to disable notifications to the listed recipients <b>僅針對該事務</b>不勾選以停止通知列出的收件人;在<a href=\"%1\">『人員頁面』</a>中進行永久取消的管理。"
 
-#: etc/RT_Config.pm:2803 etc/RT_Config.pm:2847
+#: etc/RT_Config.pm:2793 etc/RT_Config.pm:2837
 msgid "Undelete"
 msgstr ""
 
@@ -8425,7 +8443,7 @@ msgstr "未被受理"
 msgid "Update"
 msgstr "處理"
 
-#: share/html/Search/Chart.html:178
+#: share/html/Search/Chart.html:191
 msgid "Update Chart"
 msgstr "更新圖表"
 
@@ -8939,7 +8957,7 @@ msgstr "當回覆送達時"
 msgid "Where to find your sendmail binary."
 msgstr "sendmail路徑"
 
-#: share/html/Search/Chart.html:165
+#: share/html/Search/Chart.html:178
 msgid "Width"
 msgstr ""
 
@@ -8987,7 +9005,7 @@ msgstr ""
 msgid "You <a href=\"%1\">may edit this dashboard</a> and <a href=\"%2\">your subscription</a> to it in RT."
 msgstr "您可以在RT<a href=\"%1\">編輯該表單</a> 與 <a href=\"%2\">您的訂閱</a> to it in RT."
 
-#: lib/RT/Ticket.pm:2229 lib/RT/Ticket.pm:2302
+#: lib/RT/Ticket.pm:2234 lib/RT/Ticket.pm:2307
 msgid "You already own this ticket"
 msgstr "您已是這份申請單的承辦人"
 
@@ -9028,15 +9046,15 @@ msgstr "您不能在申請單內容插入任何自由形式、文本或wiki欄
 msgid "You can not set password."
 msgstr "不能設定密碼."
 
-#: lib/RT/Ticket.pm:2221
+#: lib/RT/Ticket.pm:2226
 msgid "You can only reassign tickets that you own or that are unowned"
 msgstr "祇能重新指派您所承辦或是沒有承辦人的申請單"
 
-#: lib/RT/Ticket.pm:2185
+#: lib/RT/Ticket.pm:2190
 msgid "You can only steal a ticket owned by someone else"
 msgstr ""
 
-#: lib/RT/Ticket.pm:2217
+#: lib/RT/Ticket.pm:2222
 msgid "You can only take tickets that are unowned"
 msgstr "您祇能受理尚無承辦人的申請單"
 
@@ -9169,7 +9187,7 @@ msgstr "與之前"
 msgid "and not"
 msgstr "與否"
 
-#: share/html/Search/Chart.html:131 share/html/Search/Chart.html:139 share/html/Search/Chart.html:154 share/html/Search/Chart.html:157
+#: share/html/Search/Chart.html:144 share/html/Search/Chart.html:152 share/html/Search/Chart.html:167 share/html/Search/Chart.html:170
 msgid "and then"
 msgstr ""
 
@@ -9221,10 +9239,6 @@ msgstr "標記以增加"
 msgid "click to check/uncheck all objects at once"
 msgstr "點擊選擇/不選擇全部物件"
 
-#: share/html/SelfService/Closed.html:53
-msgid "closed"
-msgstr "已解決"
-
 #: share/html/Admin/Tools/Configuration.html:83
 msgid "core config"
 msgstr "核心配置"
@@ -9477,7 +9491,7 @@ msgstr "第幾天"
 msgid "one"
 msgstr "一"
 
-#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:72 share/html/SelfService/index.html:52
+#: lib/RT/Queue.pm:103 share/html/SelfService/Elements/MyRequests:73
 msgid "open"
 msgstr "開啟"
 
@@ -9501,7 +9515,7 @@ msgstr "餅圖"
 msgid "plugin returned empty list"
 msgstr "插件為空"
 
-#: share/html/Search/Chart.html:165 share/html/Search/Chart.html:168
+#: share/html/Search/Chart.html:178 share/html/Search/Chart.html:181
 msgid "px"
 msgstr ""
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list