[Rt-commit] rt branch, 4.2/message-catalog-extraction, updated. rt-4.1.8-484-g7e08d9d

Thomas Sibley trs at bestpractical.com
Fri May 24 18:05:55 EDT 2013


The branch, 4.2/message-catalog-extraction has been updated
       via  7e08d9dcaac05eadb48ff052434545cd7d0391ac (commit)
      from  2c7f6f6366369e7c3a48d24e81a993994306e28f (commit)

Summary of changes:
 lib/RT/Config.pm  |  6 +++---
 share/po/ar.po    | 16 ++++++++++++----
 share/po/bg.po    | 16 ++++++++++++----
 share/po/ca.po    | 14 +++++++++++++-
 share/po/cs.po    | 16 ++++++++++++----
 share/po/da.po    | 16 ++++++++++++----
 share/po/de.po    | 16 ++++++++++++----
 share/po/el.po    | 16 ++++++++++++----
 share/po/es.po    | 16 ++++++++++++----
 share/po/et.po    | 16 ++++++++++++----
 share/po/fi.po    | 16 ++++++++++++----
 share/po/fr.po    | 14 +++++++++++++-
 share/po/he.po    | 16 ++++++++++++----
 share/po/hr.po    | 16 ++++++++++++----
 share/po/hu.po    | 16 ++++++++++++----
 share/po/id.po    | 16 ++++++++++++----
 share/po/is.po    | 16 ++++++++++++----
 share/po/it.po    | 16 ++++++++++++----
 share/po/ja.po    | 16 ++++++++++++----
 share/po/lt.po    | 14 +++++++++++++-
 share/po/lv.po    | 16 ++++++++++++----
 share/po/mk.po    | 16 ++++++++++++----
 share/po/nb.po    | 16 ++++++++++++----
 share/po/nl.po    | 16 ++++++++++++----
 share/po/nn.po    | 16 ++++++++++++----
 share/po/oc.po    | 16 ++++++++++++----
 share/po/pl.po    | 16 ++++++++++++----
 share/po/pt.po    | 16 ++++++++++++----
 share/po/pt_BR.po | 16 ++++++++++++----
 share/po/pt_PT.po | 16 ++++++++++++----
 share/po/rt.pot   | 16 ++++++++++++----
 share/po/ru.po    | 16 ++++++++++++----
 share/po/sk.po    | 14 +++++++++++++-
 share/po/sl.po    | 16 ++++++++++++----
 share/po/sv.po    | 16 ++++++++++++----
 share/po/tr.po    | 16 ++++++++++++----
 share/po/zh_CN.po | 14 +++++++++++++-
 share/po/zh_TW.po | 14 +++++++++++++-
 38 files changed, 453 insertions(+), 133 deletions(-)

- Log -----------------------------------------------------------------
commit 7e08d9dcaac05eadb48ff052434545cd7d0391ac
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri May 24 15:04:20 2013 -0700

    Message catalog extraction doesn't find q// or qq// quote-like operators
    
    Switch to normal quoted strings instead of diving into the rabbit hole
    of extending extract-message-catalog.
    
    Resolves [rt3 #24228].

diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index d9fe416..f36ec2f 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -415,7 +415,7 @@ our %META = (
         SortOrder       => 6,
         Widget          => '/Widgets/Form/Select',
         WidgetArguments => {
-            Description => q|What tickets to display in the 'More about requestor' box|,                #loc
+            Description => 'What tickets to display in the "More about requestor" box',                #loc
             Values      => [qw(Active Inactive All None)],
             ValuesLabel => {
                 Active   => "Show the Requestor's 10 highest priority active tickets",                  #loc
@@ -431,7 +431,7 @@ our %META = (
         SortOrder       => 7,
         Widget          => '/Widgets/Form/Boolean',
         WidgetArguments => {
-            Description => q|Show simplified recipient list on ticket update|,                #loc
+            Description => "Show simplified recipient list on ticket update",                #loc
         },
     },
     DisplayTicketAfterQuickCreate => {
@@ -440,7 +440,7 @@ our %META = (
         SortOrder       => 8,
         Widget          => '/Widgets/Form/Boolean',
         WidgetArguments => {
-            Description => q{Display ticket after "Quick Create"}, #loc
+            Description => 'Display ticket after "Quick Create"', #loc
         },
     },
 
diff --git a/share/po/ar.po b/share/po/ar.po
index c015659..b584853 100644
--- a/share/po/ar.po
+++ b/share/po/ar.po
@@ -2680,6 +2680,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6011,10 +6015,6 @@ msgstr "الطوابير التي أديرها"
 msgid "Queues I'm an AdminCc for"
 msgstr "الطوابير التي أشارك في إدارتها (AdminCC)"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "بحث سريع"
@@ -7041,6 +7041,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8618,6 +8622,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/bg.po b/share/po/bg.po
index 578af24..f12950f 100644
--- a/share/po/bg.po
+++ b/share/po/bg.po
@@ -2956,6 +2956,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Показване на съхранени търсения за тази група"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6643,10 +6647,6 @@ msgstr "Опашки, които администрирам"
 msgid "Queues I'm an AdminCc for"
 msgstr "Опашки, от които получавам административни копия"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Бързо търсене"
@@ -7817,6 +7817,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Показване на заявки, които очакват други одобрения"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9530,6 +9534,10 @@ msgstr "Какво правих днес"
 msgid "What is RT?"
 msgstr "Какво е RT"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Когато RT не може да се справи със съобщение по ел. поща, къде да го препраща?"
diff --git a/share/po/ca.po b/share/po/ca.po
index 1451364..061f16e 100644
--- a/share/po/ca.po
+++ b/share/po/ca.po
@@ -2772,6 +2772,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6215,7 +6219,7 @@ msgstr "Cues que gestiono"
 msgid "Queues I'm an AdminCc for"
 msgstr "Cues per les que soc AdminCc"
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "Creació ràpida"
 
@@ -7281,6 +7285,10 @@ msgstr "Mostra el text citat"
 msgid "Show requests awaiting other approvals"
 msgstr "Mostra les sol·licituds pendents d'altres aprovacions"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr "Mostra els 10 tiquets actius del sol·licitant amb més prioritat"
@@ -8914,6 +8922,10 @@ msgstr "Què he fet avui"
 msgid "What is RT?"
 msgstr "Què és RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Quan RT no pugi gestionar un missatge de correu, on s'hauria de reenviar?"
diff --git a/share/po/cs.po b/share/po/cs.po
index 5420554..2c4174f 100644
--- a/share/po/cs.po
+++ b/share/po/cs.po
@@ -2720,6 +2720,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6143,10 +6147,6 @@ msgstr "Fronty mnou spravované"
 msgid "Queues I'm an AdminCc for"
 msgstr "Fronty v nichž jsem AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Rychlé hledání"
@@ -7209,6 +7209,10 @@ msgstr "Zobrazit citovaný text"
 msgid "Show requests awaiting other approvals"
 msgstr "Zobrazit požadavky čekající na další schválení"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8814,6 +8818,10 @@ msgstr "Dnes jsem udělal"
 msgid "What is RT?"
 msgstr "Co je to RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Když RT nebude moci zpracovat emailovou zprávu, kam má být přeposlána?"
diff --git a/share/po/da.po b/share/po/da.po
index 1bb1019..e86d2bd 100644
--- a/share/po/da.po
+++ b/share/po/da.po
@@ -3527,6 +3527,10 @@ msgstr "Vis gemte søgninger for denne gruppe"
 msgid "Display ticket #%1"
 msgstr "Vis sag #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7706,10 +7710,6 @@ msgstr "Køer som jeg administrerer"
 msgid "Queues I'm an AdminCc for"
 msgstr "Køer: Jeg er en AdminCc for"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Hurtigsøgning"
@@ -9064,6 +9064,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Vis sager, som afventer andre godkendelser"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -11029,6 +11033,10 @@ msgstr "Hvad lavede jeg i dag"
 msgid "What is RT?"
 msgstr "Hvad er RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Når RT ikke kan håndtere en email, hvor skal den da sendes hen?"
diff --git a/share/po/de.po b/share/po/de.po
index 7fbd4c0..5fd42ae 100644
--- a/share/po/de.po
+++ b/share/po/de.po
@@ -3236,6 +3236,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Gespeicherte Suchanfragen für diese Gruppe anzeigen"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7170,10 +7174,6 @@ msgstr "Bereiche die ich verwalte"
 msgid "Queues I'm an AdminCc for"
 msgstr "Bereiche in denen ich AdminCc bin"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Schnellsuche"
@@ -8424,6 +8424,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Zeige auf andere Freigaben wartende Anfragen"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10201,6 +10205,10 @@ msgstr "Was ich heute gemacht habe"
 msgid "What is RT?"
 msgstr "Was ist RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Wenn RT eine E-Mail nicht bearbeiten kann, wohin soll sie weitergeleitet werden?"
diff --git a/share/po/el.po b/share/po/el.po
index 18cb683..4ee32a4 100644
--- a/share/po/el.po
+++ b/share/po/el.po
@@ -2960,6 +2960,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Εμφάνιση αποθηκευμένων αναζητήσεων για την ομάδα"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6635,10 +6639,6 @@ msgstr "Ουρές που διαχειρίζομαι"
 msgid "Queues I'm an AdminCc for"
 msgstr "Ουρές για τις οποίες είμαι AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Γρήγορη αναζήτηση"
@@ -7801,6 +7801,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Εμφάνιση αιτημάτων που αναμένουν έγκριση"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9498,6 +9502,10 @@ msgstr "Τι έκανα σήμερα"
 msgid "What is RT?"
 msgstr "Τι είναι το RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Όταν το  RT δεν μπορεί να χειριστεί ένα μήνυμα email, που πρέπει να διαβιβάζετε"
diff --git a/share/po/es.po b/share/po/es.po
index 0e10a9f..4e26b33 100644
--- a/share/po/es.po
+++ b/share/po/es.po
@@ -3564,6 +3564,10 @@ msgstr "Mostrar búsquedas guardadas para este grupo"
 msgid "Display ticket #%1"
 msgstr "Despliega caso #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7763,10 +7767,6 @@ msgstr "Colas que administro"
 msgid "Queues I'm an AdminCc for"
 msgstr "Colas en las que soy AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Búsqueda rápida"
@@ -9137,6 +9137,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Mostrar solicitudes esperando otras aprobaciones"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -11142,6 +11146,10 @@ msgstr "Qué he hecho hoy"
 msgid "What is RT?"
 msgstr "¿Qué es RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Cuando RT no pueda manejar un mensaje de correo, ¿dónde debería reenviarlo?"
diff --git a/share/po/et.po b/share/po/et.po
index b3c001a..f494dc9 100644
--- a/share/po/et.po
+++ b/share/po/et.po
@@ -2988,6 +2988,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Näita selle rühma talletatud otsingud"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6599,10 +6603,6 @@ msgstr "Minu haldatavad järjekorrad"
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Kiirotsing"
@@ -7713,6 +7713,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9270,6 +9274,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/fi.po b/share/po/fi.po
index 839c9fe..ffa77fa 100644
--- a/share/po/fi.po
+++ b/share/po/fi.po
@@ -3389,6 +3389,10 @@ msgstr "Näytä tallennetut haut tälle ryhmälle"
 msgid "Display ticket #%1"
 msgstr "Näytä tapaus #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7336,10 +7340,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Pikahaku"
@@ -8582,6 +8582,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10495,6 +10499,10 @@ msgstr "Päivänäkymä"
 msgid "What is RT?"
 msgstr "Mikä on RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/fr.po b/share/po/fr.po
index 5eb0059..4fbea86 100644
--- a/share/po/fr.po
+++ b/share/po/fr.po
@@ -3156,6 +3156,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Afficher les recherches sauvegardées de ce groupe"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7047,7 +7051,7 @@ msgstr "Files I administrer"
 msgid "Queues I'm an AdminCc for"
 msgstr "Les files pour lesquelles je suis observateur AdminCc"
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "Création rapide"
 
@@ -8265,6 +8269,10 @@ msgstr "Voir le texte cité"
 msgid "Show requests awaiting other approvals"
 msgstr "Afficher les requêtes attendant d'autres approbations"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10046,6 +10054,10 @@ msgstr "Ce que j'ai fait aujourd'hui"
 msgid "What is RT?"
 msgstr "Qu'est-ce que RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Lorsque RT ne peut gérer un courriel, où doit-il être envoyé?"
diff --git a/share/po/he.po b/share/po/he.po
index b501c3a..ba8ed37 100644
--- a/share/po/he.po
+++ b/share/po/he.po
@@ -2724,6 +2724,10 @@ msgstr ""
 msgid "Display ticket #%1"
 msgstr "הצג פנייה #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6211,10 +6215,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "חיפוש מהיר"
@@ -7269,6 +7269,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "הצג בקשות שממתינות לאישורים אחרים"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8934,6 +8938,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/hr.po b/share/po/hr.po
index 9be98b4..f5c3835 100644
--- a/share/po/hr.po
+++ b/share/po/hr.po
@@ -3244,6 +3244,10 @@ msgstr "Prikaži spremljene pretrage za ovu grupu"
 msgid "Display ticket #%1"
 msgstr "Prikaži zahtjev br. %1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7283,10 +7287,6 @@ msgstr "Kategorije koje administriram"
 msgid "Queues I'm an AdminCc for"
 msgstr "Kategorije za koje sam AdminCC"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Brza pretraga"
@@ -8565,6 +8565,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Pokaži zahtjeve koji čekaju druga odobrenja"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10490,6 +10494,10 @@ msgstr "Å to sam danas radio"
 msgid "What is RT?"
 msgstr "Å to je RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Gdje treba preusmjeriti poruke elektroničke pošte koje RT ne može obraditi?"
diff --git a/share/po/hu.po b/share/po/hu.po
index 40f4fa1..48a351b 100644
--- a/share/po/hu.po
+++ b/share/po/hu.po
@@ -2868,6 +2868,10 @@ msgstr "Megjelenítési mód"
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6524,10 +6528,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Gyors lekérdezés"
@@ -7670,6 +7670,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Láthatóak legyenek a mások engedélyezésére váró problémák"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9359,6 +9363,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/id.po b/share/po/id.po
index 314dee5..e07e10b 100644
--- a/share/po/id.po
+++ b/share/po/id.po
@@ -3033,6 +3033,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Tampilkan pencarian yang disimpan untuk grup ini"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6864,10 +6868,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Pencarian Cepat"
@@ -8042,6 +8042,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Tampilkan permintaan izin lain yang ditunggu"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9811,6 +9815,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/is.po b/share/po/is.po
index 17e5e39..e0af7ec 100644
--- a/share/po/is.po
+++ b/share/po/is.po
@@ -2668,6 +2668,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6003,10 +6007,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Flýtileit"
@@ -7069,6 +7069,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8666,6 +8670,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr "Hvað er RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/it.po b/share/po/it.po
index 603d034..e9402e1 100644
--- a/share/po/it.po
+++ b/share/po/it.po
@@ -3516,6 +3516,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Visualizza le ricerche salvate per questo gruppo"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7763,10 +7767,6 @@ msgstr "Le mie code"
 msgid "Queues I'm an AdminCc for"
 msgstr "Le code per cui sono AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Ricerca veloce"
@@ -9129,6 +9129,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Mostra le richieste in attesa di altre approvazioni"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -11142,6 +11146,10 @@ msgstr "Cosa ho fatto oggi"
 msgid "What is RT?"
 msgstr "Cos'è RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Quando RT non può elaborare un messaggio, a chi deve essere inoltrato?"
diff --git a/share/po/ja.po b/share/po/ja.po
index 8e1c276..da8a3e8 100644
--- a/share/po/ja.po
+++ b/share/po/ja.po
@@ -2906,6 +2906,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6473,10 +6477,6 @@ msgstr "担当キュー情報"
 msgid "Queues I'm an AdminCc for"
 msgstr "管理Ccのキュー"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "かんたん検索"
@@ -7571,6 +7571,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "他の承認待ちのリクエストを表示する"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9212,6 +9216,10 @@ msgstr "今日行った作業"
 msgid "What is RT?"
 msgstr "RTって何?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/lt.po b/share/po/lt.po
index 480b88e..2789cf4 100644
--- a/share/po/lt.po
+++ b/share/po/lt.po
@@ -3040,6 +3040,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Parodyti išsaugotas užklausas šiai grupei"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6851,7 +6855,7 @@ msgstr "EilÄ—s, kurias administruoju"
 msgid "Queues I'm an AdminCc for"
 msgstr "EilÄ—s, kurioms gaunu administracines kopijas"
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "Greitas sukūrimas"
 
@@ -8061,6 +8065,10 @@ msgstr "Rodyti cituojamÄ… tekstÄ…"
 msgid "Show requests awaiting other approvals"
 msgstr "Rodyti kitų patvirtinimo laukiančius prašymus"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9810,6 +9818,10 @@ msgstr "KÄ… nuveikiau Å¡iandien"
 msgid "What is RT?"
 msgstr "Kas yra RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "When RT can't handle an email message, where should it be forwarded?"
diff --git a/share/po/lv.po b/share/po/lv.po
index 3210874..2fce6e8 100644
--- a/share/po/lv.po
+++ b/share/po/lv.po
@@ -2993,6 +2993,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Attēlot šīs grupas saglabātos meklējumus"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6652,10 +6656,6 @@ msgstr "Uzdevumi, kurus administrēju"
 msgid "Queues I'm an AdminCc for"
 msgstr "Uzdevumi, kuriem es kā AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Ātrā meklēšana"
@@ -7806,6 +7806,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Rādīt pieprasījumus kuri gaida citu aprstiprinājumus"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9511,6 +9515,10 @@ msgstr "Ko es šodien izdarīju"
 msgid "What is RT?"
 msgstr "Kas ir RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Kad RT nevar paņemt epasta vēstuli, kam to pārsūtīt?"
diff --git a/share/po/mk.po b/share/po/mk.po
index 6b8a372..6d754a1 100644
--- a/share/po/mk.po
+++ b/share/po/mk.po
@@ -2760,6 +2760,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6051,10 +6055,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr ""
@@ -7065,6 +7065,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8622,6 +8626,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/nb.po b/share/po/nb.po
index bf5a01f..1d456a9 100644
--- a/share/po/nb.po
+++ b/share/po/nb.po
@@ -3541,6 +3541,10 @@ msgstr "Vis lagrede søk for gruppa"
 msgid "Display ticket #%1"
 msgstr "Vis saken #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7685,10 +7689,6 @@ msgstr "Køer jeg administrerer"
 msgid "Queues I'm an AdminCc for"
 msgstr "Køer jeg er administrativ kopimottaker for"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Kjappsøk"
@@ -9048,6 +9048,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Vis forespørsler som venter på andre godkjenninger"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -11054,6 +11058,10 @@ msgstr "Gjort i dag"
 msgid "What is RT?"
 msgstr "Hva er RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Hvor skal e-postmeldinger som RT ikke kan håndtere videresendes?"
diff --git a/share/po/nl.po b/share/po/nl.po
index 6152901..a6dae5d 100644
--- a/share/po/nl.po
+++ b/share/po/nl.po
@@ -3304,6 +3304,10 @@ msgstr "Toon de bewaarde zoekopdrachten voor deze groep"
 msgid "Display ticket #%1"
 msgstr "Toon ticket #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7195,10 +7199,6 @@ msgstr "Queues die ik beheer"
 msgid "Queues I'm an AdminCc for"
 msgstr "Queues waarvan in een AdminCC ben"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Snel zoeken"
@@ -8473,6 +8473,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Toon verzoeken die wachten op andere goedkeuringen"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10378,6 +10382,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/nn.po b/share/po/nn.po
index 7d5c868..8cccf1a 100644
--- a/share/po/nn.po
+++ b/share/po/nn.po
@@ -3004,6 +3004,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Vis lagra søk for gruppa"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6726,10 +6730,6 @@ msgstr "Køar eg administrerer"
 msgid "Queues I'm an AdminCc for"
 msgstr "Køar eg er administrativ kopimottakar for"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Kjappsøk"
@@ -7905,6 +7905,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Vis førespurnader som ventar på andre godkjenningar"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9627,6 +9631,10 @@ msgstr "Gjort i dag"
 msgid "What is RT?"
 msgstr "Kva er RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Kor skal e-postmeldingar som RT ikkje kan handtera vidaresendast?"
diff --git a/share/po/oc.po b/share/po/oc.po
index 26921f1..306ab84 100644
--- a/share/po/oc.po
+++ b/share/po/oc.po
@@ -2648,6 +2648,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -5959,10 +5963,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Recèrca rapida"
@@ -6973,6 +6973,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8542,6 +8546,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/pl.po b/share/po/pl.po
index 4319a56..6097002 100644
--- a/share/po/pl.po
+++ b/share/po/pl.po
@@ -3345,6 +3345,10 @@ msgstr ""
 msgid "Display ticket #%1"
 msgstr "Wyświetl zgłoszenie #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7421,10 +7425,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Szybkie wyszukiwanie"
@@ -8736,6 +8736,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Wyświetl zgłoszenia oczekujące na pozostałe zatwierdzenia"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -10685,6 +10689,10 @@ msgstr "Co dziś zrobiłem"
 msgid "What is RT?"
 msgstr "Czym jest RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/pt.po b/share/po/pt.po
index c9bb592..eb16594 100644
--- a/share/po/pt.po
+++ b/share/po/pt.po
@@ -3100,6 +3100,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Visualizar pesquisas guardadas para este grupo"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6843,10 +6847,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Pesquisa rápida"
@@ -7953,6 +7953,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9602,6 +9606,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/pt_BR.po b/share/po/pt_BR.po
index af5f5c4..eff9219 100644
--- a/share/po/pt_BR.po
+++ b/share/po/pt_BR.po
@@ -3644,6 +3644,10 @@ msgstr "Exibir buscas salvas deste grupo"
 msgid "Display ticket #%1"
 msgstr "Exibir tíquete #%1"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -7843,10 +7847,6 @@ msgstr "Filas que eu administro"
 msgid "Queues I'm an AdminCc for"
 msgstr "Filas nas quais sou AdminCc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Busca rápida"
@@ -9205,6 +9205,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Apresentar requisições aguardando outras aprovações"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -11218,6 +11222,10 @@ msgstr "O que eu fiz hoje"
 msgid "What is RT?"
 msgstr "O que é RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Quando RT não pode manipular uma mensagem de email, para onde ela é encaminhada?"
diff --git a/share/po/pt_PT.po b/share/po/pt_PT.po
index 853d779..86b5b75 100644
--- a/share/po/pt_PT.po
+++ b/share/po/pt_PT.po
@@ -2960,6 +2960,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Visualizar pesquisas guardadas para este grupo"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6371,10 +6375,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr ""
@@ -7385,6 +7385,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8942,6 +8946,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/rt.pot b/share/po/rt.pot
index 1d1cca3..b2b056c 100644
--- a/share/po/rt.pot
+++ b/share/po/rt.pot
@@ -2561,6 +2561,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -5855,10 +5859,6 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr ""
@@ -6880,6 +6880,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8437,6 +8441,10 @@ msgstr ""
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/ru.po b/share/po/ru.po
index 44b0a8f..1b80d1c 100644
--- a/share/po/ru.po
+++ b/share/po/ru.po
@@ -2994,6 +2994,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Показывать сохранённые запросы для этой группы"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6761,10 +6765,6 @@ msgstr "Очереди, которыми вы управляете"
 msgid "Queues I'm an AdminCc for"
 msgstr "Очереди, для которых вы являетесь АдминистративнойКопией"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Быстрый поиск"
@@ -7955,6 +7955,10 @@ msgstr "Показать цитируемый текст"
 msgid "Show requests awaiting other approvals"
 msgstr "Показать запросы, ждущие других подтверждений"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9664,6 +9668,10 @@ msgstr "Сделано сегодня"
 msgid "What is RT?"
 msgstr "Что такое RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Когда RT не может обработать почтовое сообщение, куда оно должно быть переадресовано?"
diff --git a/share/po/sk.po b/share/po/sk.po
index 587c98f..3ce4cc9 100644
--- a/share/po/sk.po
+++ b/share/po/sk.po
@@ -2704,6 +2704,10 @@ msgstr ""
 msgid "Display plain-text attachments in fixed-width font"
 msgstr ""
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6047,7 +6051,7 @@ msgstr ""
 msgid "Queues I'm an AdminCc for"
 msgstr ""
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "Rýchle vytvorenie"
 
@@ -7077,6 +7081,10 @@ msgstr "Zobraziť citovaný text"
 msgid "Show requests awaiting other approvals"
 msgstr ""
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -8650,6 +8658,10 @@ msgstr "ÄŒo som dnes robil"
 msgid "What is RT?"
 msgstr ""
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/sl.po b/share/po/sl.po
index a6041f7..491669f 100644
--- a/share/po/sl.po
+++ b/share/po/sl.po
@@ -2952,6 +2952,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Prikaži shranjena iskanja za to skupino"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6623,10 +6627,6 @@ msgstr "Vrste ki jih administriram"
 msgid "Queues I'm an AdminCc for"
 msgstr "Vrste na katerih sem naveden kot administrativni Cc"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Hitro iskanje"
@@ -7789,6 +7789,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Prikaži zahtevke ki čakajo na druge odobritve"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9510,6 +9514,10 @@ msgstr "Stvari ki sem jih danes naredil"
 msgid "What is RT?"
 msgstr "Kaj je RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "Kam naj posreduje e-pošto ko je RT ne more obdelati?"
diff --git a/share/po/sv.po b/share/po/sv.po
index aff1ab0..dc288a4 100644
--- a/share/po/sv.po
+++ b/share/po/sv.po
@@ -3123,6 +3123,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Visa sparade sökningar för denna grupp"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6906,10 +6910,6 @@ msgstr "Köer som jag administrerar"
 msgid "Queues I'm an AdminCc for"
 msgstr "Köer som jag står som mottagare av adminkopia för"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Snabbsökning"
@@ -8116,6 +8116,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Visa förfrågningar som väntar på andra godkännanden"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9821,6 +9825,10 @@ msgstr "Vad jag gjorde i dag"
 msgid "What is RT?"
 msgstr "Vad är RT?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/tr.po b/share/po/tr.po
index de277c2..1861a29 100644
--- a/share/po/tr.po
+++ b/share/po/tr.po
@@ -2985,6 +2985,10 @@ msgstr ""
 msgid "Display saved searches for this group"
 msgstr "Bu grup için, kaydedilmiş aramaları görüntüle"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -6708,10 +6712,6 @@ msgstr "Yönettiğim kuyruklar"
 msgid "Queues I'm an AdminCc for"
 msgstr "Yönetici Kk olduğum kuyruklar"
 
-#: lib/RT/Config.pm:443
-msgid "Quick Create"
-msgstr ""
-
 #: share/html/Articles/Elements/QuickSearch:48 share/html/Elements/Quicksearch:50 share/html/Elements/Tabs:565 share/html/Prefs/Quicksearch.html:79
 msgid "Quick search"
 msgstr "Hızlı arama"
@@ -7914,6 +7914,10 @@ msgstr ""
 msgid "Show requests awaiting other approvals"
 msgstr "Diğer onayları bekleyen istekleri göster"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -9623,6 +9627,10 @@ msgstr "Bugün ne yaptım"
 msgid "What is RT?"
 msgstr "RT Nedir?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr ""
diff --git a/share/po/zh_CN.po b/share/po/zh_CN.po
index 4b38672..833a6c1 100644
--- a/share/po/zh_CN.po
+++ b/share/po/zh_CN.po
@@ -4199,6 +4199,10 @@ msgstr "显示此群组的已存搜索"
 msgid "Display ticket #%1"
 msgstr "显示第%1号申请单"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -9206,7 +9210,7 @@ msgstr "由我管理的队列"
 msgid "Queues I'm an AdminCc for"
 msgstr "我作为管理员抄送人的队列"
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "快速创建"
 
@@ -10736,6 +10740,10 @@ msgstr "显示引用文本"
 msgid "Show requests awaiting other approvals"
 msgstr "显示尚待他人批准请求的批准请求单"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -12897,6 +12905,10 @@ msgstr "今日工作一览"
 msgid "What is RT?"
 msgstr "RT是什么?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "如果RT不能处理一封邮件,该把这封邮件转发到哪里?"
diff --git a/share/po/zh_TW.po b/share/po/zh_TW.po
index 3a6d447..9c4d3a6 100644
--- a/share/po/zh_TW.po
+++ b/share/po/zh_TW.po
@@ -4212,6 +4212,10 @@ msgstr "顯示此群組的預存查詢"
 msgid "Display ticket #%1"
 msgstr "顯示第%1號申請單"
 
+#: lib/RT/Config.pm:443
+msgid "Display ticket after \"Quick Create\""
+msgstr ""
+
 #: share/html/Elements/Footer:59
 #. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
@@ -9235,7 +9239,7 @@ msgstr "由我管理的表單"
 msgid "Queues I'm an AdminCc for"
 msgstr "管理員副本有我的表單"
 
-#: lib/RT/Config.pm:443
+#: NOT FOUND IN SOURCE
 msgid "Quick Create"
 msgstr "快速創建"
 
@@ -10769,6 +10773,10 @@ msgstr "顯示引用文本"
 msgid "Show requests awaiting other approvals"
 msgstr "顯示尚待他人批准的簽核單"
 
+#: lib/RT/Config.pm:434
+msgid "Show simplified recipient list on ticket update"
+msgstr ""
+
 #: lib/RT/Config.pm:421
 msgid "Show the Requestor's 10 highest priority active tickets"
 msgstr ""
@@ -12930,6 +12938,10 @@ msgstr "今日工作一覽"
 msgid "What is RT?"
 msgstr "RT是什麼?"
 
+#: lib/RT/Config.pm:418
+msgid "What tickets to display in the \"More about requestor\" box"
+msgstr ""
+
 #: lib/RT/Installer.pm:166
 msgid "When RT can't handle an email message, where should it be forwarded?"
 msgstr "如果RT不能處理一封郵件,該把這封郵件轉發到哪里?"

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


More information about the Rt-commit mailing list