[Rt-commit] rt branch, 4.0/update-translations, updated. rt-4.0.8-59-gd966504

Thomas Sibley trs at bestpractical.com
Thu Nov 1 17:36:52 EDT 2012


The branch, 4.0/update-translations has been updated
       via  d96650401a8c78ce544ceb61b9e321b19c95c1b7 (commit)
      from  184452a112b1cfee42e8963f3b36c122d5e62f51 (commit)

Summary of changes:
 devel/tools/extract-message-catalog |  4 ++--
 share/po/ar.po                      | 42 ++++++++++++++++++-------------------
 share/po/bg.po                      | 42 ++++++++++++++++++-------------------
 share/po/cs.po                      | 42 ++++++++++++++++++-------------------
 share/po/da.po                      | 42 ++++++++++++++++++-------------------
 share/po/de.po                      | 42 ++++++++++++++++++-------------------
 share/po/el.po                      | 42 ++++++++++++++++++-------------------
 share/po/en_GB.po                   | 20 +++++++++---------
 share/po/es.po                      | 42 ++++++++++++++++++-------------------
 share/po/et.po                      | 42 ++++++++++++++++++-------------------
 share/po/fi.po                      | 42 ++++++++++++++++++-------------------
 share/po/fr.po                      | 42 ++++++++++++++++++-------------------
 share/po/he.po                      | 42 ++++++++++++++++++-------------------
 share/po/hr.po                      | 42 ++++++++++++++++++-------------------
 share/po/hu.po                      | 42 ++++++++++++++++++-------------------
 share/po/id.po                      | 42 ++++++++++++++++++-------------------
 share/po/is.po                      | 42 ++++++++++++++++++-------------------
 share/po/it.po                      | 42 ++++++++++++++++++-------------------
 share/po/ja.po                      | 42 ++++++++++++++++++-------------------
 share/po/lt.po                      | 42 ++++++++++++++++++-------------------
 share/po/lv.po                      | 42 ++++++++++++++++++-------------------
 share/po/mk.po                      | 42 ++++++++++++++++++-------------------
 share/po/nb.po                      | 42 ++++++++++++++++++-------------------
 share/po/nl.po                      | 42 ++++++++++++++++++-------------------
 share/po/nn.po                      | 42 ++++++++++++++++++-------------------
 share/po/oc.po                      | 42 ++++++++++++++++++-------------------
 share/po/pl.po                      | 42 ++++++++++++++++++-------------------
 share/po/pt.po                      | 42 ++++++++++++++++++-------------------
 share/po/pt_BR.po                   | 42 ++++++++++++++++++-------------------
 share/po/pt_PT.po                   | 42 ++++++++++++++++++-------------------
 share/po/rt.pot                     | 42 ++++++++++++++++++-------------------
 share/po/ru.po                      | 42 ++++++++++++++++++-------------------
 share/po/sl.po                      | 42 ++++++++++++++++++-------------------
 share/po/sv.po                      | 42 ++++++++++++++++++-------------------
 share/po/tr.po                      | 42 ++++++++++++++++++-------------------
 share/po/zh_CN.po                   | 42 ++++++++++++++++++-------------------
 share/po/zh_TW.po                   | 42 ++++++++++++++++++-------------------
 37 files changed, 747 insertions(+), 747 deletions(-)

- Log -----------------------------------------------------------------
commit d96650401a8c78ce544ceb61b9e321b19c95c1b7
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Nov 1 14:34:32 2012 -0700

    Match /l_unsafe when extracting strings for localization
    
    Otherwise "_unsafe" incorrectly appears in the sample arguments for the
    localization string.

diff --git a/devel/tools/extract-message-catalog b/devel/tools/extract-message-catalog
index 1533cfa..7e6ec35 100755
--- a/devel/tools/extract-message-catalog
+++ b/devel/tools/extract-message-catalog
@@ -148,9 +148,9 @@ sub extract_strings_from_code {
 
     $_ = <_>;
 
-    # Mason filter: <&|/l>...</&>
+    # Mason filter: <&|/l>...</&> and <&|/l_unsafe>...</&>
     my $line = 1;
-    while (m!\G(.*?<&\|/l(.*?)&>(.*?)</&>)!sg) {
+    while (m!\G(.*?<&\|/l(?:_unsafe)?(.*?)&>(.*?)</&>)!sg) {
         my ( $all, $vars, $str ) = ( $1, $2, $3 );
         $vars =~ s/[\n\r]//g;
         $line += ( $all =~ tr/\n/\n/ );
diff --git a/share/po/ar.po b/share/po/ar.po
index 0d8a009..7d8f269 100644
--- a/share/po/ar.po
+++ b/share/po/ar.po
@@ -178,8 +178,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - حدّد وحدة البحث المراد استخدامها"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 حقوق الطبع 1996-%3 %4"
 
@@ -231,7 +231,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 الرسم البياني بواسطة 2%"
 
@@ -402,7 +402,7 @@ msgid "%1:%2:%3"
 msgstr ""
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1طلب جديد في%2 %3"
 
@@ -1190,7 +1190,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2467,7 +2467,7 @@ msgid "Display Columns"
 msgstr "اعرض الأعمدة"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2773,7 +2773,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3020,7 +3020,7 @@ msgid "First"
 msgstr ""
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3404,7 +3404,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3417,7 +3417,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr ""
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "إن كان نوع نظام إدارة قواعد البيانات المفضّل لك غير مدرج في القائمة التالية فإن هذا يعني أن RT لم يجد <i>مشغّل قواعد بيانات</i> منصّب لها محليّا. قد يكون بوسعك تدارك ذلك باستخدم %1 لتنزيل و تنصيب DBD::MySQL أو DBD::Oracle أو DBD::Pg."
 
@@ -5112,12 +5112,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5644,7 +5644,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5665,7 +5665,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6145,7 +6145,7 @@ msgid "Search for tickets"
 msgstr "بحث عن بطاقات"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6595,7 +6595,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6608,7 +6608,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -6710,7 +6710,7 @@ msgid "Stall"
 msgstr "علّقها"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7407,7 +7407,7 @@ msgid "To"
 msgstr "إلى"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8244,7 +8244,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr "ينبغي ضبط عنوان بريد للمراسلات لهذا الطابور لأجل تعيين مفتاح GnuPG سرّي."
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -8774,7 +8774,7 @@ msgid "weeks"
 msgstr "أسابيع"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/bg.po b/share/po/bg.po
index 6e1e25d..e58260b 100644
--- a/share/po/bg.po
+++ b/share/po/bg.po
@@ -194,8 +194,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Табла"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Авторски права 1996-%3 %4."
 
@@ -251,7 +251,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 таблица от %2"
 
@@ -434,7 +434,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Нов билет в%2 %3"
 
@@ -1294,7 +1294,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2707,7 +2707,7 @@ msgid "Display saved searches for this group"
 msgstr "Показване на съхранени търсения за тази група"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3045,7 +3045,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Въведете най-много %1 стойности с авто-довършване"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3324,7 +3324,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3740,7 +3740,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Ако вече разполагате с работещ RT сървър и база данни, използвайте момента за да се уверите, че сървърът с бази данни работи и RT сървърът може да се свърже с него. Щом това е готово, спрете и пуснете RT сървъра.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3757,7 +3757,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Ако сте променили нещо по-горе, се уверете, че"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Ако предпочитаната от вас база данни не е в списъка по-долу, това означава, че RT не успя да намери <i>драйвер за базата данни</i> инсталиран локално. Бихте могли да поправите това като използвате %1 за да изтеглите и инсталирате DBD::MySQL, DBD::Oracle или DBD::Pg."
 
@@ -5604,12 +5604,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Покажи само одобрения на заявки, създадени след %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Покажи само одобрения на заявки, създадени преди %1"
 
@@ -6184,7 +6184,7 @@ msgid "RT for %1"
 msgstr "RT за %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6209,7 +6209,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT ще гледа за всичко останало, което въведете в темите на билетите."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT ще подмени %1 и %2 с id на записа и стойността на персонализираното поле, съответно"
 
@@ -6737,7 +6737,7 @@ msgid "Search for tickets"
 msgstr "Търсене на билети"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7239,7 +7239,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Заличителят се нуждае от директория, в която да записва dump файловете. Моля, уверете се, че имате <span class=\"file-path\">%1</span> и че web сървърът може да записва в нея."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7252,7 +7252,7 @@ msgid "Sign"
 msgstr "Подписване"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7354,7 +7354,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8103,7 +8103,7 @@ msgid "To"
 msgstr "До"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "За запитвания относно поддръжка, тренировка, персонализирани разработки или лицензиране, моля, свържете се със %1."
 
@@ -8972,7 +8972,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Трябва да бъдете отведени директно към страница за вход. Ще можете да влезете с потребителско име %1 и паролата, която настроихте по-рано."
 
@@ -9542,7 +9542,7 @@ msgid "weeks"
 msgstr "седмици"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/cs.po b/share/po/cs.po
index b72997f..f42dc40 100644
--- a/share/po/cs.po
+++ b/share/po/cs.po
@@ -186,8 +186,8 @@ msgid "%1 DashBoards"
 msgstr "Řídící panely patřící %1"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -243,7 +243,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 graf podle %2"
 
@@ -426,7 +426,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nový požadavek v%2 %3"
 
@@ -1286,7 +1286,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2711,7 +2711,7 @@ msgid "Display saved searches for this group"
 msgstr "Zobraz uložené dotazy pro tuto skupinu"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3053,7 +3053,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Vyplnit nejvýše %1 %quant(%1,hodnotu,hodnoty,hodnot) s automatickým doplňováním"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3336,7 +3336,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3752,7 +3752,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Pokud již máte funkční RT server i databázi, měli byste využít této příležitosti k ověření, že váš databázový server běží a že se s ním RT server může spojit. Až to uděláte, zastavte a znovu spusťte RT server.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3769,7 +3769,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Pokud jste změnili cokoli nahoře, nezapomeňte"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Pokud vámi upřednostňovaná databáze není uvedena v rozbalovacím menu níže, tak to znamená, že RT nenašel její lokálně nainstalovaný <i>databázový ovladač</i>. Měli byste bých schopni to napravit za použití %1 stažením a instalací DBD::MySQL, DBD::Oracle nebo DBD::Pg."
 
@@ -5660,12 +5660,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Zobrazit jen schvalování pro požadavky založené po %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Zobrazit jen schvalování pro požadavky založení před %1"
 
@@ -6248,7 +6248,7 @@ msgid "RT for %1"
 msgstr "RT pro %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6273,7 +6273,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Vše ostatní, co zadáte, bude RT hledat v předmětech požadavků."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT nahradí %1 a %2 identifikátorem záznamu a hodnotou uživatelské položky (v uvedeném pořadí)"
 
@@ -6801,7 +6801,7 @@ msgid "Search for tickets"
 msgstr "Hledat požadavky"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7307,7 +7307,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7320,7 +7320,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7422,7 +7422,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8167,7 +8167,7 @@ msgid "To"
 msgstr "Komu"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "K získání informací o podpoře, tréninku, zákaznických úpravách či licencování kontaktujte prosím %1."
 
@@ -9044,7 +9044,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Měli byste být přesměrováni na přihlašovací stránku. Budete schopni se přihlásit uživatelským jménem %1 a heslem, které jste dříve zadali."
 
@@ -9610,7 +9610,7 @@ msgid "weeks"
 msgstr "týdnů"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/da.po b/share/po/da.po
index 9c623ed..2b39ccb 100644
--- a/share/po/da.po
+++ b/share/po/da.po
@@ -229,8 +229,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Instrument panel"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -294,7 +294,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 ændret fra '%2' til '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 diagram på grundlag af %2"
 
@@ -509,7 +509,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Ny sag i%2 %3"
 
@@ -1613,7 +1613,7 @@ msgid "CF"
 msgstr "BF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3238,7 +3238,7 @@ msgid "Display ticket #%1"
 msgstr "Vis sag #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3620,7 +3620,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Indtast op til %1 værdier med autofuldførelse"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3947,7 +3947,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4423,7 +4423,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Hvis du allerede har en fungerende RT server og database, bør du bruge denne lejlighed til at sikre dig at din database server kører og at RT serveren kan få forbindelse til den. Når du har gjort det, bør du starte og stoppe RT serveren.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4440,7 +4440,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Hvis du har foretaget opdateringer ovenfor, sørg for at..."
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Hvis din foretrukne database ikke er i rullemenuen nedenfor, betyder det at RT ikke kunne finde en <i>database driver</i> installeret lokalt. Du kan muligvis afhjælpe dette ved hjælp af %1 for at downloade og installere DBD::MySQL, DBD::Oracle or DBD::Pg."
 
@@ -6523,12 +6523,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Vis kun godkendelser for sager oprettet efter %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Vis kun godkendelser for sager oprettet før %1"
 
@@ -7239,7 +7239,7 @@ msgid "RT for %1: %2"
 msgstr "RT for %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7280,7 +7280,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT vil behandle denne besked, som om den ikke var underskrevet.\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT vil erstatte %1 og %2 med henholdsvis sagsnummer og ekstrafeltværdi"
 
@@ -7872,7 +7872,7 @@ msgid "Search for tickets"
 msgstr "Søg efter sager"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8438,7 +8438,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Der skal eksistere et katalog som makulatoren kan skrive dumps i. Du bedes venligst verificere at  kataloget <span class=\"file-path\">%1</span> findes og at din webserver har rettigheder til at skrive i det."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8451,7 +8451,7 @@ msgid "Sign"
 msgstr "Underskriv"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8577,7 +8577,7 @@ msgid "Start page"
 msgstr "Startside"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9458,7 +9458,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "For at generere en difference af denne beslutning:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Ved forespørgsel om support, undervisning, specialudvikling eller licenser, kontakt venligst %1."
 
@@ -10443,7 +10443,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -11101,7 +11101,7 @@ msgid "weeks"
 msgstr "uger"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/de.po b/share/po/de.po
index 725c3f9..dd6ea96 100644
--- a/share/po/de.po
+++ b/share/po/de.po
@@ -229,8 +229,8 @@ msgid "%1 Dashboards"
 msgstr "%1 Anzeigetafeln"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Alle Rechte vorbehalten 1996-%3 %4."
 
@@ -290,7 +290,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 geändert von '%2' in '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 Diagramm von %2"
 
@@ -481,7 +481,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Neues Ticket in%2 %3"
 
@@ -1441,7 +1441,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2947,7 +2947,7 @@ msgid "Display saved searches for this group"
 msgstr "Gespeicherte Suchanfragen für diese Gruppe anzeigen"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3302,7 +3302,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Gib bis zu %1 Werte ein mit automatischer Vervollständigung"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3595,7 +3595,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4027,7 +4027,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Wenn Du bereits einen funktionierenden RT Server und Datenbank hast, solltest Du die Gelegenheit nutzen und Dich vergewissern, dass der Datenbank Server läuft und RT sich damit verbinden kann. Wenn das erledigt ist, stoppe und starte den RT Server."
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4044,7 +4044,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Wenn Sie etwas aktualisiert haben, denken Sie daran hier zu speichern"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Wenn Deine bevorzugte Datenbank nicht in dem Dropdown Menü aufgeführt ist, konnte RT keinen <i>Datenbank Treiber</i> lokal finden. Das Problem kann gelöst werden indem von %1 entweder DBD::MySQL, DBD::Oracle oder DBD::Pg installiert wird."
 
@@ -6055,12 +6055,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Zeige nur Freigaben für nach dem %1 erstelle Anfragen"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Zeige nur Freigaben für vor dem %1 erstellte Anfragen"
 
@@ -6663,7 +6663,7 @@ msgid "RT for %1"
 msgstr "RT für %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6688,7 +6688,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT wird nach allem suchen was in einem Anfragen Betreff steht."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT wird %1 und %2 mit der Record ID und dem Wert des benutzerdefinierten Feldes ersetzen."
 
@@ -7244,7 +7244,7 @@ msgid "Search for tickets"
 msgstr "Suche nach Anfragen"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7794,7 +7794,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Shredder benötigt ein Verzeichnis für Export Dateien. Bitte prüfen Sie das <span class=\"file-path\">%1</span> vorhanden ist und für den Webserver beschreibbar ist."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7807,7 +7807,7 @@ msgid "Sign"
 msgstr "Signieren"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7909,7 +7909,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8698,7 +8698,7 @@ msgid "To"
 msgstr "An"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Kontaktieren Sie bitte %1 für Unterstützung, Schulung, angepasste Entwicklungen oder bei Lizenzfragen."
 
@@ -9607,7 +9607,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -10225,7 +10225,7 @@ msgid "weeks"
 msgstr "Wochen"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/el.po b/share/po/el.po
index 5cc0c69..c0c61da 100644
--- a/share/po/el.po
+++ b/share/po/el.po
@@ -194,8 +194,8 @@ msgid "%1 DashBoards"
 msgstr "%1 DashBoards"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -251,7 +251,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 γράφημα από %2"
 
@@ -434,7 +434,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Νέο αίτημα σε%2 %3"
 
@@ -1290,7 +1290,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2699,7 +2699,7 @@ msgid "Display saved searches for this group"
 msgstr "Εμφάνιση αποθηκευμένων αναζητήσεων για την ομάδα"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3037,7 +3037,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Εισαγωγή μέχρι και %1 τιμών με αυτοσυμπλήρωση"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3316,7 +3316,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3728,7 +3728,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Αν έχετε ήδη κάποιο διακομιστή RT και βάση δεδομένων, θα πρέπει να βεβαιωθείτε ότι η βάση δεδομένων τρέχει και ότι ο διακομιστής RT μπορεί να ενωθεί με αυτή. Όταν το κάνετε αυτό σταματήστε και ξεκινήστε τον διακομιστή RT.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3745,7 +3745,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Αν ενημερώσατε κάτι από τα  πιο πάνω βεβαιωθείτε ότι"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Ανη βάση δεδομένων της προτίμησης σας δεν βρίσκεται στο αναδυώμενο μενού πιο κάτω,  Αυτό σημαίνει ότι το RT δεν βρήκε τον σχετικό <i>οδηγό βάσης δεδομένων</i> εγκατεστημένο τοπικά. θα μπορείτε να το επιλύσετε αυτό χρησιμοποιώντας το %1 για να κατεβάστε και να εγκαταστήσετε το DBD::MySQL, D::Oracle ή DBD::Pg"
 
@@ -5592,12 +5592,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Δείξε μόνο εγκρίσεις για τις αιτήσεις που δημιουργήθηκαν μετά την %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Δείξε μόνο εγκρίσεις για τις αιτήσεις που δημιουργήθηκαν πριν την %1"
 
@@ -6156,7 +6156,7 @@ msgid "RT for %1"
 msgstr "RT για %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6181,7 +6181,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Το RT θα ψάξει για οτιδήποτε εισάγετε στο θέμα του αιτήματος"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "Το RT θα αντικαταστήσει τα %1 και %2 με την εγγεγραμένη ταυτότητα και τιμή ειδικού πεδίου, αντίστοιχα"
 
@@ -6709,7 +6709,7 @@ msgid "Search for tickets"
 msgstr "Αναζήτηση αιτημάτων"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7211,7 +7211,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Ο Καταστροφέας χρειάζεται ένα κατάλογο για να μπορεί να γράφει. Παρακαλώ ελέγξτε ότι έχετε το <span class=\"file-path\">%1</span> και ότι είναι εγγράψιμο από τον διακομιστή Ιστού σας"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7224,7 +7224,7 @@ msgid "Sign"
 msgstr "Υπογραφή"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7326,7 +7326,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8075,7 +8075,7 @@ msgid "To"
 msgstr "Προς"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Για ερωτήματα σχετικά με υποστήριξη, εκπαίδευση, παραμετροποιημένη ανάπτυξη ή αδειοδότηση, παρακαλώ επικοινωνήστε με %1."
 
@@ -8944,7 +8944,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Θα κατευθυνθείτε απευθείας σε σελίδα εισόδου. Θα μπορείτε να συνδεθήτε με το όνομα χρήστη %1 και τον κωδικο που ορίσατε προηγουμένως."
 
@@ -9518,7 +9518,7 @@ msgid "weeks"
 msgstr "εβδομάδες"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/en_GB.po b/share/po/en_GB.po
index dcc6a3c..79ce977 100644
--- a/share/po/en_GB.po
+++ b/share/po/en_GB.po
@@ -198,8 +198,8 @@ msgid "%1 DashBoards"
 msgstr "%1 DashBoards"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -250,7 +250,7 @@ msgid "%1 changed from %2 to %3"
 msgstr "%1 changed from %2 to %3"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 chart by %2"
 
@@ -400,7 +400,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1New ticket in%2 %3"
 
@@ -3027,7 +3027,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "If you've updated anything above, be sure to"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 
@@ -4518,12 +4518,12 @@ msgid "One-time Cc"
 msgstr "One-time Cc"
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Only show approvals for requests created after %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Only show approvals for requests created before %1"
 
@@ -5075,7 +5075,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT will look for anything else you enter in ticket subjects."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 
@@ -6584,7 +6584,7 @@ msgid "To"
 msgstr "To"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "To inquire about support, training, custom development or licensing, please contact %1."
 
@@ -7199,7 +7199,7 @@ msgid "You must enter an Administrative password"
 msgstr "You must enter an Administrative password"
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 
diff --git a/share/po/es.po b/share/po/es.po
index ae1a49d..4ce8936 100644
--- a/share/po/es.po
+++ b/share/po/es.po
@@ -206,8 +206,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Cuadros de Mando"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -275,7 +275,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 cambiado desde «%2» a «%3»"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "diagrama %1 por %2"
 
@@ -498,7 +498,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nuevo caso en%2 %3"
 
@@ -1602,7 +1602,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3275,7 +3275,7 @@ msgid "Display ticket #%1"
 msgstr "Despliega caso #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3661,7 +3661,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Introduzca un máximo de %1 valores con autocompletado"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3992,7 +3992,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4472,7 +4472,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Si usted ya tiene un servidor de IM de trabajo y base de datos, deberían aprovechar esta oportunidad para asegurarse de que su servidor de base de datos se está ejecutando y que el servidor de IM puede conectarse a él. Una vez que hayas hecho esto, detener e iniciar el servidor de IM. </ P>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4489,7 +4489,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Si ha actualizado algo más arriba, no olvide"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Si su base de datos preferida no está listada en el desplegable de abajo, significa que RT no pudo encontrar un <i>driver de base de datos</i> para ella, instalado localmente. Podría remediar esto utilizando %1 para descargar e instalar DBD::MySQL, DBD::Oracle ó DBD::Pg."
 
@@ -6608,12 +6608,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Mostrar sólo aprobaciones para solicitudes creadas despues de %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Mostrar sólo aprobaciones para solicitudes creadas antes de %1"
 
@@ -7320,7 +7320,7 @@ msgid "RT for %1: %2"
 msgstr "RT para %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7361,7 +7361,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT procesará este mensaje como si fuera uno no firmado\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT reemplazará %1 y %2 con el id del registro y el valor del campo personalizado, respectivamente"
 
@@ -7957,7 +7957,7 @@ msgid "Search for tickets"
 msgstr "Búsqueda de casos"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8527,7 +8527,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "La trituradora necesita un directorio en el que escribir la basura. Por favor, chequee que tiene <span class=\"file-path\">%1</span> en su servidor web, y que tiene permisos de escritura en él."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8540,7 +8540,7 @@ msgid "Sign"
 msgstr "Firmar"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8666,7 +8666,7 @@ msgid "Start page"
 msgstr "Página de inicio"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9575,7 +9575,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Para generar una comparación de este cometido:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Para consultas sobre soporte, formación, diseño a medida o licenciamiento, por favor contacte con %1."
 
@@ -10556,7 +10556,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Será redirigido a la página de ingreso. Podrá loguearse con el usuario de %1 y la contraseña establecida previamente."
 
@@ -11234,7 +11234,7 @@ msgid "weeks"
 msgstr "semanas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/et.po b/share/po/et.po
index 7f123a1..b109676 100644
--- a/share/po/et.po
+++ b/share/po/et.po
@@ -198,8 +198,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Töölauad"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -255,7 +255,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 diagramm %2"
 
@@ -438,7 +438,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Uus juhtum%2 %3"
 
@@ -1298,7 +1298,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2727,7 +2727,7 @@ msgid "Display saved searches for this group"
 msgstr "Näita selle rühma talletatud otsingud"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3061,7 +3061,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Sisesta kuni %1 väärtust automaatlõpetusega"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3328,7 +3328,7 @@ msgid "First"
 msgstr "Esimene"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3732,7 +3732,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3749,7 +3749,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Kui oled uuendanud midagi ülalpool, siis veendu, et"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5564,12 +5564,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Näita kinnitusi ainult pärast %1 tehtud päringute kohta"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Näita kinnitusi ainult enne %1 tehtud päringute kohta"
 
@@ -6112,7 +6112,7 @@ msgid "RT for %1"
 msgstr "RT %1 jaoks"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6133,7 +6133,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6641,7 +6641,7 @@ msgid "Search for tickets"
 msgstr "Juhtumite otsing"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7115,7 +7115,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7128,7 +7128,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7230,7 +7230,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7927,7 +7927,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8764,7 +8764,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9294,7 +9294,7 @@ msgid "weeks"
 msgstr ""
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/fi.po b/share/po/fi.po
index ce25b15..496f4c7 100644
--- a/share/po/fi.po
+++ b/share/po/fi.po
@@ -203,8 +203,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Työtilat"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -272,7 +272,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 muutettu arvosta '%2' arvoon '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 kaavio %2"
 
@@ -483,7 +483,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Uusi tiketti%2 %3"
 
@@ -1487,7 +1487,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3108,7 +3108,7 @@ msgid "Display ticket #%1"
 msgstr "Näytä tapaus #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3486,7 +3486,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Anna %1 arvoa automaattitäydennyksien kera"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3793,7 +3793,7 @@ msgid "First page"
 msgstr "Viimeinen sivu"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4237,7 +4237,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4254,7 +4254,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Jos olet muuttanut tietoja, muista tallentaa"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -6241,12 +6241,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Näytä vain pyynnöt, jotka on luotu jälkeen %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Näytä vain pyynnöt, jotka on luotu ennen %1"
 
@@ -6909,7 +6909,7 @@ msgid "RT for %1"
 msgstr "%1: RT"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6950,7 +6950,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT prosessoi tämän viestin kuten se olisi allekirjoittamaton."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -7518,7 +7518,7 @@ msgid "Search for tickets"
 msgstr "Haku"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8028,7 +8028,7 @@ msgid "Shredder"
 msgstr "Silppuri"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8041,7 +8041,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8163,7 +8163,7 @@ msgid "Start page"
 msgstr "Etusivu"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9036,7 +9036,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "To generate a diff of this commit:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -9993,7 +9993,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -10599,7 +10599,7 @@ msgid "weeks"
 msgstr "viikkoa"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/fr.po b/share/po/fr.po
index b9ffaae..b5b5223 100644
--- a/share/po/fr.po
+++ b/share/po/fr.po
@@ -230,8 +230,8 @@ msgid "%1 Dashboards"
 msgstr "%1 tableaux de bord"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -287,7 +287,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 changé de '%2' en '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "graphique %1 par %2"
 
@@ -474,7 +474,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Créer un ticket dans%2 %3"
 
@@ -1398,7 +1398,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2867,7 +2867,7 @@ msgid "Display saved searches for this group"
 msgstr "Afficher les recherches sauvegardées de ce groupe"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr "Distribué selon la %1version 2 de la GNU GPL%2"
 
@@ -3217,7 +3217,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Saisir jusqu'à %1 valeurs avec complétion automatique"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3504,7 +3504,7 @@ msgid "Foo!"
 msgstr "Foo !"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3924,7 +3924,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Si vous avez déjà un serveur et une base de données RT fonctionnelle, vous devriez saisir cette opportunité pour être certain que votre serveur de base de données est en fonctionnement et que le serveur RT peut s'y connecter. Une fois ceci fait, arrêtez et redémarrez le serveur RT.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3941,7 +3941,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Si vous avez fait une modification, assurez vous de"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Si votre base de données préférées n'est pas listée ci-dessous, celà signifie que RT ne peut pas trouver un <i>pilote de base de données</i> installé pour celle-ci. Vous pouvez remédier à ceci en utilisant %1 pour télécharger et installer DBD::MySQL, DBD::Oracle ou DBD::Pg."
 
@@ -5916,12 +5916,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Ne montrer que les approbations pour les demandes créées après %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Ne montrer que les approbations pour les demandes créées avant %1"
 
@@ -6528,7 +6528,7 @@ msgid "RT for %1"
 msgstr "RT pour %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6553,7 +6553,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT va rechercher pour tout ce que vous pouvez saisir d'autre, dans les sujets des tickets."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT remplacera respectivement %1 et %2 avec l'identifiant et la valeur du champs personnalisé"
 
@@ -7093,7 +7093,7 @@ msgid "Search for tickets"
 msgstr "Rechercher des tickets"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7627,7 +7627,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Le Shredder a besoin d'un répertoire afin d'écrire ses \"dumps\". Veuillez vérifier que <span class=\"file-path\">%1</span> existe et est en écriture pour votre serveur web."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7640,7 +7640,7 @@ msgid "Sign"
 msgstr "Signer"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7742,7 +7742,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8511,7 +8511,7 @@ msgid "To"
 msgstr "À"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Pour vous renseigner au sujet du support, de la formation, des développements spécifiques ou au sujet de la licence, merci de contacter en anglais %1."
 
@@ -9424,7 +9424,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr "Vous devez définir une adresse de réponse pour cette file afin de configurer une clef privée CnuPG."
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Vous devriez être redirigé vers la page de connection. Vous pourrez vous identifier avec l'identifiant %1 et le mot de passe configuré précédemment."
 
@@ -10030,7 +10030,7 @@ msgid "where is sendmail command"
 msgstr "où se trouve la commande sendmail"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/he.po b/share/po/he.po
index 10d0699..d1e9a4a 100644
--- a/share/po/he.po
+++ b/share/po/he.po
@@ -182,8 +182,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - ציין את רכיב החיפוש בו תרצה להשתמש"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr ""
 
@@ -235,7 +235,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -418,7 +418,7 @@ msgid "%1:%2:%3"
 msgstr ""
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr ""
 
@@ -1250,7 +1250,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2583,7 +2583,7 @@ msgid "Display ticket #%1"
 msgstr "הצג פנייה #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2893,7 +2893,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3152,7 +3152,7 @@ msgid "First page"
 msgstr "עמוד ראשון"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3548,7 +3548,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3561,7 +3561,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "אם עדכנת משהו לעיל, אל תשכח ל"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5368,12 +5368,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "הצג רק אישורים עבור בקשות שנוצרו אחרי %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "הצג רק אישורים עבור בקשות שנוצרו לפני %1"
 
@@ -5936,7 +5936,7 @@ msgid "RT for %1"
 msgstr "RT / %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5957,7 +5957,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6473,7 +6473,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6927,7 +6927,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6940,7 +6940,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7050,7 +7050,7 @@ msgid "Stalled"
 msgstr "מושהה"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7807,7 +7807,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8696,7 +8696,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9310,7 +9310,7 @@ msgid "weeks"
 msgstr "שבועות"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/hr.po b/share/po/hr.po
index abf925e..17332fd 100644
--- a/share/po/hr.po
+++ b/share/po/hr.po
@@ -202,8 +202,8 @@ msgid "%1 DashBoards"
 msgstr "%1 kontrolne ploče"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -259,7 +259,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 graf po atributu %2"
 
@@ -462,7 +462,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Novi zahtjev u%2 %3"
 
@@ -1458,7 +1458,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2971,7 +2971,7 @@ msgid "Display ticket #%1"
 msgstr "Prikaži zahtjev br. %1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3357,7 +3357,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Unesi do %1 vrijednosti sa automatskim nadopunjavanjem"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3676,7 +3676,7 @@ msgid "Foo!"
 msgstr "Pec!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4124,7 +4124,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Ako već imate radeći RT poslužitelj i bazu podataka, sad bi trebali provjeriti je li baza podataka pokrenuta i može li se RT poslužitelj spojiti na nju.  Nakon toga zaustavite i ponovo pokrenite RT poslužitelj."
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4141,7 +4141,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Ako ste išta mijenjali iznad, ne zaboravite kliknuti ovdje"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Ako se vaša željena baza podataka ne nalazi u donjem popisu to znači da RT nije pronašao instalaciju <i>upravljačkog programa za bazu podataka</i>. Ovo vjerojatno možete popraviti koristeći %1 za preuzimanje i instalaciju DBD::MySQL, DBD::Oracle ili DBD::Pg."
 
@@ -6176,12 +6176,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Prikaži samo odobrenja za zahtjeve napravljene nakon %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Prikaži samo odobrenja za zahtjeve napravljene prije %1"
 
@@ -6804,7 +6804,7 @@ msgid "RT for %1"
 msgstr "Request Tracker za %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6837,7 +6837,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Bilo koji drugi unos RT će potražiti u naslovu zahtjeva."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT će zamijeniti %1 i %2 sa identifikatorom zapisa i vrijednosti vlastitog polja, respektivno"
 
@@ -7405,7 +7405,7 @@ msgid "Search for tickets"
 msgstr "Pretraživanje zahtjeva"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7971,7 +7971,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Čistač zahtjeva direktorij za spremanje stanja. Molim provjerite da direktorij <span class=\"file-path\">%1</span> postoji i web poslužitelj može pisati u njega."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7984,7 +7984,7 @@ msgid "Sign"
 msgstr "Potpiši"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8106,7 +8106,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8963,7 +8963,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Za kreiranje 'diffa' ove predaje:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Za pitanja o podršci, edukaciji, razvoju kao i licencama, molimo kontaktirajte %1."
 
@@ -9928,7 +9928,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Nakon ovoga trebala bi se prikazati stranica za prijavu. Možete se prijaviti sa korisničkim imenom %1 i lozinkom koju ste prije zadali."
 
@@ -10583,7 +10583,7 @@ msgid "weeks"
 msgstr "tjedna"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/hu.po b/share/po/hu.po
index a7e805e..8fab05d 100644
--- a/share/po/hu.po
+++ b/share/po/hu.po
@@ -186,8 +186,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Dashboard"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -243,7 +243,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -426,7 +426,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Új probléma:%2 %3"
 
@@ -1290,7 +1290,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2667,7 +2667,7 @@ msgid "Display mode"
 msgstr "Megjelenítési mód"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2998,7 +2998,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3269,7 +3269,7 @@ msgid "Foo!"
 msgstr "Bármi!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3689,7 +3689,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3702,7 +3702,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Ha valamit módosított, ne felejtsen el ide kattintani, hogy megtörténjen a"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5561,12 +5561,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Csak a(z) %1 után létrejött poblémák engedélyezései legyenek láthatóak"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Csak a(z) %1 elõtt létrejött problémák engedélyezései legyenek láthatóak"
 
@@ -6137,7 +6137,7 @@ msgid "RT for %1"
 msgstr "%1  --  Request Tracker"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6158,7 +6158,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6678,7 +6678,7 @@ msgid "Search for tickets"
 msgstr "Problémák keresése"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7196,7 +7196,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Az adatok törléséhez az adatbázisból kell egy könyvtár ahova a dump fájlok kerülnek. Ellenőrizd hogy létezik-e a <span class=\"file-path\">%1</span> és írható-e a webszerver által."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7209,7 +7209,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7311,7 +7311,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8072,7 +8072,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8941,7 +8941,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9512,7 +9512,7 @@ msgid "weeks"
 msgstr "hete"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/id.po b/share/po/id.po
index aff1f62..9701c58 100644
--- a/share/po/id.po
+++ b/share/po/id.po
@@ -187,8 +187,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - menetapkan modul pencarian yang ingin digunakan oleh anda"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Hak Cipta 1996-%3 %4."
 
@@ -244,7 +244,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -439,7 +439,7 @@ msgid "%1:%2:%3"
 msgstr ""
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr ""
 
@@ -1371,7 +1371,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2800,7 +2800,7 @@ msgid "Display saved searches for this group"
 msgstr "Tampilkan pencarian yang disimpan untuk grup ini"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3166,7 +3166,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3457,7 +3457,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3873,7 +3873,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3886,7 +3886,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Jika anda memperbaharui apapun diatas, pastikanlah untuk"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5833,12 +5833,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Hanya menampilkan izin untuk permintaan yang dibuat sesudah %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Hanya menampilkan izin untuk permintaan yang dibuat sebelum %1"
 
@@ -6437,7 +6437,7 @@ msgid "RT for %1"
 msgstr "RT untuk %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6458,7 +6458,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6994,7 +6994,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7508,7 +7508,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7521,7 +7521,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7627,7 +7627,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8416,7 +8416,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "To generate a diff of this commit:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Untuk menanyakan tentang bantuan, latihan, perkembangan kustom atau izin, silakan hubungi %1."
 
@@ -9341,7 +9341,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9939,7 +9939,7 @@ msgid "weeks"
 msgstr "minggu"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/is.po b/share/po/is.po
index b7ec46d..ccee0d1 100644
--- a/share/po/is.po
+++ b/share/po/is.po
@@ -182,8 +182,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr ""
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Höfundarréttur 1996-%3 %4."
 
@@ -235,7 +235,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 línurit eftir %2"
 
@@ -410,7 +410,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nýtt mál í%2 %3"
 
@@ -1222,7 +1222,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2527,7 +2527,7 @@ msgid "Display Columns"
 msgstr "Sýna Dálka"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2841,7 +2841,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3088,7 +3088,7 @@ msgid "First"
 msgstr "Fyrsta"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3484,7 +3484,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3497,7 +3497,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr ""
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5208,12 +5208,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5740,7 +5740,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5761,7 +5761,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6269,7 +6269,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6727,7 +6727,7 @@ msgid "Shredder"
 msgstr "Tætari"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6740,7 +6740,7 @@ msgid "Sign"
 msgstr "Skrifa undir"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -6842,7 +6842,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7563,7 +7563,7 @@ msgid "To"
 msgstr "Til"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8400,7 +8400,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -8942,7 +8942,7 @@ msgid "weeks"
 msgstr "vikur"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/it.po b/share/po/it.po
index 401617e..d42e686 100644
--- a/share/po/it.po
+++ b/share/po/it.po
@@ -222,8 +222,8 @@ msgid "%1 DashBoards"
 msgstr "Cruscotti del gruppo %1"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -291,7 +291,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "grafico %1 ordinato per %2"
 
@@ -506,7 +506,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Crea un ticket in%2 %3"
 
@@ -1570,7 +1570,7 @@ msgid "CF"
 msgstr "CP"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3251,7 +3251,7 @@ msgid "Display saved searches for this group"
 msgstr "Visualizza le ricerche salvate per questo gruppo"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3649,7 +3649,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Inserisci un massimo di %1 valori, con autocompletamento"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3980,7 +3980,7 @@ msgid "Foo!"
 msgstr "Tizio!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4468,7 +4468,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Se hai già un server RT e un database funzionanti, assicurati che il server database sia attivo, e che le connessioni provenienti dal server RT vadano a buon fine. Quando sei sicuro di questo, riavvia il server RT.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4485,7 +4485,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Se hai aggiornato qualche impostazione, assicurati di premere"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Se il tuo database preferito non è presente nell'elenco sottostante, significa che RT non ha trovato un <i>driver database</i> adatto installato sul server. Puoi rimediare usando %1 per scaricare e installare i moduli DBD::MySQL, DBD::Oracle o DBD::Pg."
 
@@ -6620,12 +6620,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Mostra le approvazioni solo per le richieste create dopo il %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Mostra le approvazioni solo per le richieste create prima del %1"
 
@@ -7344,7 +7344,7 @@ msgid "RT for %1: %2"
 msgstr "RT / %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7381,7 +7381,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Il sistema cercherà qualunque altra cosa inserita nel soggetto dei ticket"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT sostituirà %1 e %2 rispettivamente con l'id del record e il valore del campo personalizzato"
 
@@ -7973,7 +7973,7 @@ msgid "Search for tickets"
 msgstr "Ricerca ticket"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8535,7 +8535,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Lo Shredder necessita di una cartella sul disco del server per archiviare gli oggetti eliminati dal database. Verifica che la cartella <span class=\"file-path\">%1</span> esista, e che sia scrivibile dall'utente impersonato dal server web."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8548,7 +8548,7 @@ msgid "Sign"
 msgstr "Firma"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8674,7 +8674,7 @@ msgid "Start page"
 msgstr "Pagina iniziale"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9587,7 +9587,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Per generare una diff dopo il commit:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Per richieste di supporto, formazione, personalizzazioni o acquisto di licenze, si prega di contattare %1."
 
@@ -10576,7 +10576,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Verrai indirizzato direttamente alla pagina di accesso. Potrai accedere usando %1 come username, e la password specificata precedentemente."
 
@@ -11242,7 +11242,7 @@ msgid "weeks"
 msgstr "settimane"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/ja.po b/share/po/ja.po
index 229e499..ccd40de 100644
--- a/share/po/ja.po
+++ b/share/po/ja.po
@@ -220,8 +220,8 @@ msgid "%1 Dashboards"
 msgstr "%1のダッシュボード"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -277,7 +277,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1は「%2」から「%3」に変更されました"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%2の%1グラフで表示"
 
@@ -464,7 +464,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1チケット登録:%2 %3"
 
@@ -1324,7 +1324,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2673,7 +2673,7 @@ msgid "Display Columns"
 msgstr "コラム表示"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2995,7 +2995,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3266,7 +3266,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3670,7 +3670,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3683,7 +3683,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "変更を反映するにはボタンを押してください"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5502,12 +5502,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "この日よりも後に作成された承認のみ表示 %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "この日よりも前に作成された承認のみ表示 %1"
 
@@ -6070,7 +6070,7 @@ msgid "RT for %1"
 msgstr "RT for %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6095,7 +6095,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "このフォームではあなたがチケットにつけた件名は検索されません."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6615,7 +6615,7 @@ msgid "Search for tickets"
 msgstr "チケットの検索"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7089,7 +7089,7 @@ msgid "Shredder"
 msgstr "シュレッダー"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7102,7 +7102,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7204,7 +7204,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7937,7 +7937,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "サポート、トレーニング、カスタム開発またはライセンス取得については、%1までお問い合わせください"
 
@@ -8802,7 +8802,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9364,7 +9364,7 @@ msgid "weeks"
 msgstr "週間"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/lt.po b/share/po/lt.po
index 47cdb8d..0a54d6d 100644
--- a/share/po/lt.po
+++ b/share/po/lt.po
@@ -197,8 +197,8 @@ msgid "%1 DashBoards"
 msgstr "%1 informacinÄ—s panelÄ—s"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -254,7 +254,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 pakeista iš '%2' į '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 grafikas pagal %2"
 
@@ -437,7 +437,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Naujas praÅ¡ymas eilÄ—je%2 %3"
 
@@ -1310,7 +1310,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2743,7 +2743,7 @@ msgid "Display saved searches for this group"
 msgstr "Parodyti išsaugotas užklausas šiai grupei"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr "Platinama pagal  %1 versijÄ… 2 GNU GPL%2 licencijÄ…."
 
@@ -3093,7 +3093,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Nurodykite iki %1 reikšmių (automatinis užbaigimas)"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3376,7 +3376,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3796,7 +3796,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "If you already have a working RT server and database, you should take this opportunity to make sure that your database server is running and that the RT server can connect to it. Once you've done that, stop and start the RT server.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3813,7 +3813,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Po bet kokių pakeitimų nepamirškite:"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Jeigu jūsų pageidaujama duomenų bazė nėra paminėta pateiktame sąraše, tai reiškia, kad RT neranda tinkamo <i>duomenų bazės draiverio</i>. Jūs gakite tai pataisyti naudodami %1 parsisiųsti ir įdiegti DBD::MySQL, DBD::Oracle arba DBD::Pg."
 
@@ -5716,12 +5716,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Rodyti patvirtinimus prašymams, sukurtiems po %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Rodyti patvirtinimus prašymams, sukurtiems iki %1"
 
@@ -6312,7 +6312,7 @@ msgid "RT for %1"
 msgstr "%1 prašymų valdymo sistema RT"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6337,7 +6337,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Neradęs kitur, RT ieškos prašymų antraštėse."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT pakeis %1 ir %2 prašymo numeriu ir papildomo lauko reikšme atitinkamai"
 
@@ -6877,7 +6877,7 @@ msgid "Search for tickets"
 msgstr "Prašymų paieška"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7407,7 +7407,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Trynimo procedūrai reikalinga direktorija išsaugoti duomenims. Patikrinkite ar egzistuoja <span class=\"file-path\">%1</span> ir web serveris turi ten rašymo teises."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7420,7 +7420,7 @@ msgid "Sign"
 msgstr "Pasirašyti"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7522,7 +7522,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8279,7 +8279,7 @@ msgid "To"
 msgstr "To"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "DÄ—l palaikymo, mokymo, vystymui ar licenzijavimo kreipkitÄ—s %1."
 
@@ -9164,7 +9164,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr "Jūs privalote nurodyti adresą susirašinėjimui, jeigu norite naudoti GnuPG asmeninius raktus."
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 
@@ -9746,7 +9746,7 @@ msgid "weeks"
 msgstr "savaitÄ—s"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/lv.po b/share/po/lv.po
index f6027f3..b5a3698 100644
--- a/share/po/lv.po
+++ b/share/po/lv.po
@@ -199,8 +199,8 @@ msgid "%1 DashBoards"
 msgstr "%1 DashBoardi"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -256,7 +256,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 tabula no %2"
 
@@ -439,7 +439,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Izveidot pieprasÄ«jumu iekÅ¡%2 %3"
 
@@ -1307,7 +1307,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2732,7 +2732,7 @@ msgid "Display saved searches for this group"
 msgstr "Attēlot šīs grupas saglabātos meklējumus"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3070,7 +3070,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "ievadi līdz %1 vērtības ar autotekstu"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3349,7 +3349,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3757,7 +3757,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3774,7 +3774,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Ja kaut tika mainīts, pārliecinies, ka"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5609,12 +5609,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Rādīt pieprasījumu apstiprinājumus, veidotus pēc %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Rādīt pieprasījumu apstiprinājumus, veidotus pirms %1"
 
@@ -6173,7 +6173,7 @@ msgid "RT for %1"
 msgstr "RT %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6194,7 +6194,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6710,7 +6710,7 @@ msgid "Search for tickets"
 msgstr "Meklēt pieprasījumus"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7204,7 +7204,7 @@ msgid "Shredder"
 msgstr "Å rederis"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7217,7 +7217,7 @@ msgid "Sign"
 msgstr "Parakstīt"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7319,7 +7319,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8072,7 +8072,7 @@ msgid "To"
 msgstr "LÄ«dz"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Ar jautājumiem par palīdzību, pamācību utt., kontaktēties ar %1."
 
@@ -8941,7 +8941,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Jūs pārsūtīs uz login lapu. Varēsiet ieiet ar lietotājvārdu %1 un agrāko paroli"
 
@@ -9515,7 +9515,7 @@ msgid "weeks"
 msgstr "nedēļas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/mk.po b/share/po/mk.po
index 7aebbf5..968c0ce 100644
--- a/share/po/mk.po
+++ b/share/po/mk.po
@@ -178,8 +178,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Наведи го модулот за пребарување"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Сите права задржани 1996-%3 %4"
 
@@ -231,7 +231,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 сменето од '%2' vo '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -402,7 +402,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "<input type=\"submit\" class=\"button\" value=Нов тикет во\" /> %1"
 
@@ -1210,7 +1210,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2495,7 +2495,7 @@ msgid "Display Columns"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2801,7 +2801,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3048,7 +3048,7 @@ msgid "First"
 msgstr ""
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3432,7 +3432,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3445,7 +3445,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr ""
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5140,12 +5140,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5672,7 +5672,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5693,7 +5693,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6173,7 +6173,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6615,7 +6615,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6628,7 +6628,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -6730,7 +6730,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7427,7 +7427,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8264,7 +8264,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -8794,7 +8794,7 @@ msgid "weeks"
 msgstr ""
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/nb.po b/share/po/nb.po
index a1d6cc0..0e16d11 100644
--- a/share/po/nb.po
+++ b/share/po/nb.po
@@ -219,8 +219,8 @@ msgid "%1 DashBoards"
 msgstr "%1-utforminger"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996–%3 %4."
 
@@ -289,7 +289,7 @@ msgstr ""
 
 # Har ikke suffikset -diagram, da dette er flyttet til %1-tekstene (for eksempel «Stolpediagram» i stedet for «Stolpe»).
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 av %2"
 
@@ -508,7 +508,7 @@ msgid "%1:%2:%3"
 msgstr "%1.%2.%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Ny sak i%2 %3"
 
@@ -1615,7 +1615,7 @@ msgid "CF"
 msgstr "FF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3280,7 +3280,7 @@ msgid "Display ticket #%1"
 msgstr "Vis saken #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3662,7 +3662,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Skriv inn opptil %1 verdier – med autofullføring"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3989,7 +3989,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4465,7 +4465,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Hvis du alt har en fungerende RT-tjener og RT-database, bør du nå se til at databasetjeneren kjører, og at RT-tjeneren kan koble til den. Når du har gjort dette, bør du stoppe og så starte RT-tjeneren på nytt."
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4482,7 +4482,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Viss du har gjort endringer her, må du huske å"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Hvis din foretrukne database ikke er synlig i feltet nedenfor, betyr det at RT ikke fant en <i>databasedriver</i> for denne installert. Det kan hjelpe å bruke %1 for å laste ned og installere «DBD::MySQL», «DBD::Oracle» eller «DBD::Pg»."
 
@@ -6557,12 +6557,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Vis kun godkjenninger for saker opprettet etter %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Vis kun godkjenninger for saker opprettet før %1"
 
@@ -7278,7 +7278,7 @@ msgid "RT for %1: %2"
 msgstr "RT for %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7323,7 +7323,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT vil behandle denne meldingen som om den var usignert"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT vil automatisk bytte ut %1 og %2 med henholdsvis saksnummeret og verdien til fleksifeltet."
 
@@ -7916,7 +7916,7 @@ msgid "Search for tickets"
 msgstr "Søk etter saker"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8466,7 +8466,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Makulatoren trenger en mappe å lagre databasedumper i. Se til at mappa <span class=\"file-path\">%1</span> finnes, og at vevtjeneren har skrivetilgang til den."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8479,7 +8479,7 @@ msgid "Sign"
 msgstr "Signer"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8605,7 +8605,7 @@ msgid "Start page"
 msgstr "Startside"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9519,7 +9519,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "For å genere en diff av denne bekreftelsen"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Ta kontakt med %1 for forespørsler om<br />opplæring, brukerstøtte, systemtilpassing eller lisensvilkår."
 
@@ -10496,7 +10496,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Du blir tatt til innloggingssiden. Du kan da logge inn med brukernavnet %1 og passordet du valgte tidligere."
 
@@ -11170,7 +11170,7 @@ msgid "weeks"
 msgstr "uker"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/nl.po b/share/po/nl.po
index 42f39d6..0bdc60d 100644
--- a/share/po/nl.po
+++ b/share/po/nl.po
@@ -198,8 +198,8 @@ msgid "%1 DashBoards"
 msgstr "%1 DashBoards"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4"
 
@@ -267,7 +267,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 veranded van '%2' naar '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 gesorteerd op %2"
 
@@ -478,7 +478,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nieuw ticket in%2 %3"
 
@@ -1502,7 +1502,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3075,7 +3075,7 @@ msgid "Display ticket #%1"
 msgstr "Toon ticket #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3429,7 +3429,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3720,7 +3720,7 @@ msgid "Foo!"
 msgstr "Aap!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4160,7 +4160,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4173,7 +4173,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Als u een van de bovenstaande elemented ververst heeft, zorg dan dat u"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -6176,12 +6176,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Toon alleen goedkeuringen voor verzoeken gecreëerd na %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Toon alleen goedkeuringen voor verzoeken gecreëerd voor %1"
 
@@ -6856,7 +6856,7 @@ msgid "RT for %1: %2"
 msgstr "RT voor %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6897,7 +6897,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT zal dit bericht verwerken als of het ongesigneerd is.\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT zal %1 en %2 vervangen met het record id respectievelijk de custom field waarde"
 
@@ -7465,7 +7465,7 @@ msgid "Search for tickets"
 msgstr "Zoeken naar tickets"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8007,7 +8007,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8020,7 +8020,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8142,7 +8142,7 @@ msgid "Start page"
 msgstr "Start pagina"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9011,7 +9011,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Om een verschil van deze uitvoering te genereren:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Voor vragen over support, training, bedrijfsspecifieke software-ontwikkeling of licentieovereenkomsten, gelieve contact op te nemen met %1."
 
@@ -9972,7 +9972,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -10582,7 +10582,7 @@ msgid "weeks"
 msgstr "weken"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/nn.po b/share/po/nn.po
index 1a2c260..5ff0172 100644
--- a/share/po/nn.po
+++ b/share/po/nn.po
@@ -192,8 +192,8 @@ msgid "%1 DashBoards"
 msgstr "%1-utformingar"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996–%3 %4."
 
@@ -250,7 +250,7 @@ msgstr ""
 
 # Har ikke suffikset -diagram, da dette er flyttet til %1-tekstene (for eksempel «Stolpediagram» i stedet for «Stolpe»).
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 av %2"
 
@@ -433,7 +433,7 @@ msgid "%1:%2:%3"
 msgstr "%1.%2.%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Ny sak i%2 %3"
 
@@ -1304,7 +1304,7 @@ msgid "CF"
 msgstr "FF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2743,7 +2743,7 @@ msgid "Display saved searches for this group"
 msgstr "Vis lagra søk for gruppa"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3081,7 +3081,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Skriv inn opptil %1 verdiar – med autofullføring"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3364,7 +3364,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3780,7 +3780,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Viss du alt har ein fungerande RT-tenar og RT-database, bør du no sjå til at databasetenaren køyrer, og at RT-tenaren kan kopla til han. Når du har gjort dette, bør du stoppa og så starta RT-tenaren på nytt."
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3797,7 +3797,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Viss du har gjort endringar her, må du hugsa å"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Viss databasen du føretrekkjer ikkje er synleg i feltet nedanfor, tyder det at RT ikkje fann ein <i>databasedrivar</i> for denne installert. Det kan hjelpa å bruka %1 for å lasta ned og installera «DBD::MySQL», «DBD::Oracle» eller «DBD::Pg»."
 
@@ -5669,12 +5669,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Vis berre godkjenningar for saker oppretta etter %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Vis berre godkjenningar for saker oppretta før %1"
 
@@ -6251,7 +6251,7 @@ msgid "RT for %1"
 msgstr "RT for %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6276,7 +6276,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Alle andre søkjeord vert brukte til søk i emnefeltet til sakene."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT vil automatisk byta ut %1 og %2 med saksnummeret og verdien til fleksifeltet."
 
@@ -6805,7 +6805,7 @@ msgid "Search for tickets"
 msgstr "Søk etter saker"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7311,7 +7311,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Makulatoren treng ei mappe å lagra databasedumpar i. Sjå til at mappa <span class=\"file-path\">%1</span> finst, og at vevtenaren har skrivetilgang til ho."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7324,7 +7324,7 @@ msgid "Sign"
 msgstr "Signer"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7426,7 +7426,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8180,7 +8180,7 @@ msgid "To"
 msgstr "Til"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Ta kontakt med %1 for førespurnader om<br />opplæring, brukarstøtte, systemtilpassing eller lisensvilkår."
 
@@ -9049,7 +9049,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Du vert teken til innloggingssida. Du kan då logga inn med brukarnamnet %1 og passordet du valde tidlegare."
 
@@ -9631,7 +9631,7 @@ msgid "weeks"
 msgstr "veker"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/oc.po b/share/po/oc.po
index 590ef50..cc98128 100644
--- a/share/po/oc.po
+++ b/share/po/oc.po
@@ -178,8 +178,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Precisatz la recèrca que volètz utilizar"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -231,7 +231,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 cambiat de '%2' en '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "grafic %1 per %2"
 
@@ -402,7 +402,7 @@ msgid "%1:%2:%3"
 msgstr "%1 : %2 : %3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Crear un tiquet dins%2 %3"
 
@@ -1190,7 +1190,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2467,7 +2467,7 @@ msgid "Display Columns"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2773,7 +2773,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3020,7 +3020,7 @@ msgid "First"
 msgstr "Primièr"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3404,7 +3404,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3417,7 +3417,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr ""
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5112,12 +5112,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5644,7 +5644,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5665,7 +5665,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6145,7 +6145,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6587,7 +6587,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6600,7 +6600,7 @@ msgid "Sign"
 msgstr "Signar"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -6702,7 +6702,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7399,7 +7399,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8240,7 +8240,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -8770,7 +8770,7 @@ msgid "weeks"
 msgstr "setmanas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/pl.po b/share/po/pl.po
index c12944b..b0703ee 100644
--- a/share/po/pl.po
+++ b/share/po/pl.po
@@ -203,8 +203,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr "%1 - Określ moduł wyszukiwania, którego chcesz użyć"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Wszelkie prawa zastrzeżone 1996-%3 %4"
 
@@ -272,7 +272,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 wykres przez %2"
 
@@ -491,7 +491,7 @@ msgid "%1:%2:%3"
 msgstr ""
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nowe zgÅ‚oszenie w%2 %3"
 
@@ -1555,7 +1555,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3116,7 +3116,7 @@ msgid "Display ticket #%1"
 msgstr "Wyświetl zgłoszenie #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3518,7 +3518,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3834,7 +3834,7 @@ msgid "Foo!"
 msgstr "ble ble"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4298,7 +4298,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4311,7 +4311,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Jeśli zmodyfikowałeś coś powyżej"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -6354,12 +6354,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Wyświetl tylko potwierdzenia dotyczące zgłoszeń zarejestrowanych po %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Wyświetl tylko potwierdzenia dotyczące zgłoszeń zarejestrowanych przed %1"
 
@@ -7054,7 +7054,7 @@ msgid "RT for %1: %2"
 msgstr "RT dla %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7091,7 +7091,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT będzie postępował z tą wiadomością tak, jakby była niepodpisana.\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -7668,7 +7668,7 @@ msgid "Search for tickets"
 msgstr "Wyszukiwanie zgłoszeń"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8210,7 +8210,7 @@ msgid "Shredder"
 msgstr "Niszczarka"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8223,7 +8223,7 @@ msgid "Sign"
 msgstr "Podpisz"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8353,7 +8353,7 @@ msgid "Start page"
 msgstr "Strona powitalna"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9246,7 +9246,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Aby wygenerować różnice tego zatwierdzenia:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Więcej o wsparciu, szkoleniach, rozwoju i licencjonowaniu dostępne jest w %1."
 
@@ -10231,7 +10231,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -10881,7 +10881,7 @@ msgid "weeks"
 msgstr "tygodniami"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/pt.po b/share/po/pt.po
index 55f550b..e0c4fea 100644
--- a/share/po/pt.po
+++ b/share/po/pt.po
@@ -230,8 +230,8 @@ msgid "%1 Dashboards"
 msgstr "%1 Painéis de controle"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -291,7 +291,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 gráfico por %2"
 
@@ -478,7 +478,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Novo Pedido em%2 %3"
 
@@ -1398,7 +1398,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2855,7 +2855,7 @@ msgid "Display saved searches for this group"
 msgstr "Visualizar pesquisas guardadas para este grupo"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3197,7 +3197,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3464,7 +3464,7 @@ msgid "First"
 msgstr "Primeiro"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3896,7 +3896,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Se já tem um servidor RT e base de dados funcionais, deveria aproveitar a oportunidade para se assegurar que o seu servidor de base de dados está a correr e que o servidor do RT consegue-se ligar a ele. Depois disto, pare e inicie o servidor do RT. </p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3913,7 +3913,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Se actualizou algo acima, certifique-se que"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Se a sua base de dados escolhida não está listada abaixo, significa que o RT não conseguiu encontrar um <i>driver /i> para a mesma instalada localmente. Pode contornar este problema ao usar %1 para descarregar e instalar DBD::MySQL, DBD::Oracle ou DBD::Pg."
 
@@ -5832,12 +5832,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -6412,7 +6412,7 @@ msgid "RT for %1"
 msgstr "RT para %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6433,7 +6433,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6961,7 +6961,7 @@ msgid "Search for tickets"
 msgstr "Procurar tickets"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7447,7 +7447,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7460,7 +7460,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7562,7 +7562,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8307,7 +8307,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -9156,7 +9156,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9702,7 +9702,7 @@ msgid "weeks"
 msgstr "semanas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/pt_BR.po b/share/po/pt_BR.po
index fc95a24..69f71f5 100644
--- a/share/po/pt_BR.po
+++ b/share/po/pt_BR.po
@@ -242,8 +242,8 @@ msgid "%1 Dashboards"
 msgstr "%1 Painéis de Indicadores"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Direitos Reservados 1996-%3 %4."
 
@@ -319,7 +319,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 alterado de '%2' para '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "Gráfico de %1 por %2"
 
@@ -534,7 +534,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Novo tíquete em%2 %3"
 
@@ -1650,7 +1650,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3347,7 +3347,7 @@ msgid "Display ticket #%1"
 msgstr "Exibir tíquete #%1"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3749,7 +3749,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Informar até %1 valores com autocomplemento"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -4064,7 +4064,7 @@ msgid "Foo Bar Baz"
 msgstr "Foo Bar Baz"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -4532,7 +4532,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Se você  já tem um servidor RT ativo e o banco de dados, você pode aproveitar estar oportunidade para ter certeza de que seu servidor de banco de dados está rodando e que o servidor RT pode se conectar a ele. Uma vez você tenha feito isto, pare e inicie o servidor RT.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -4549,7 +4549,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Se você alterou qualquer coisa acima, não se esqueça de"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Se seu banco de dados preferido não estiver listado abaixo, isto significa que RT não pode encontrar um <i>driver de banco de dados</i> para ele instalado localmente. Você pode consertar isto usando %1 para baixar e instalar DBD::MySQL, DBD::Oracle ou DBD::Pg."
 
@@ -6672,12 +6672,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Só apresentar aprovações para requisições criadas depois de %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Só apresentar aprovações para requisições criadas antes de %1"
 
@@ -7384,7 +7384,7 @@ msgid "RT for %1: %2"
 msgstr "RT para %1: %2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -7421,7 +7421,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "O RT vai processar esta mensagem como se não fosse assinada.\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT vai substituir  %1 e %2 respectivamente com o id do registro e o valor do campo personalizado"
 
@@ -8013,7 +8013,7 @@ msgid "Search for tickets"
 msgstr "Busca por tíquetes"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -8571,7 +8571,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -8584,7 +8584,7 @@ msgid "Sign"
 msgstr "Assinar"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -8710,7 +8710,7 @@ msgid "Start page"
 msgstr "Página inicial"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -9631,7 +9631,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "Para gerar as diferenças desta transação:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Para pedir informações sobre suporte, treinamento, desenvolvimento personalizado ou licenciamento, por favor, contacte %1."
 
@@ -10632,7 +10632,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Você pode ser direcionado diretamente para uma página de entrada. Você vai estar apto para entrar com o nome de usuário %1 e a senha definida anteriormente."
 
@@ -11302,7 +11302,7 @@ msgid "weeks"
 msgstr "semanas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/pt_PT.po b/share/po/pt_PT.po
index 2ded1a2..17265b4 100644
--- a/share/po/pt_PT.po
+++ b/share/po/pt_PT.po
@@ -194,8 +194,8 @@ msgid "%1 DashBoards"
 msgstr "%1 Paineis"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -251,7 +251,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 gráfico por %2"
 
@@ -434,7 +434,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Novo Pedido em%2 %3"
 
@@ -1294,7 +1294,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2711,7 +2711,7 @@ msgid "Display saved searches for this group"
 msgstr "Visualizar pesquisas guardadas para este grupo"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3049,7 +3049,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Introduza até %1 valores com autocompletion"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3328,7 +3328,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3744,7 +3744,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Se já tem um servidor RT e base de dados funcionais, deveria aproveitar a oportunidade para se assegurar que o seu servidor de base de dados está a correr e que o servidor do RT consegue-se ligar a ele. Depois disto, pare e inicie o servidor do RT. </p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3761,7 +3761,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Se actualizou algo acima, certifique-se que"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Se a sua base de dados escolhida não está listada abaixo, significa que o RT não conseguiu encontrar um <i>driver /i> para a mesma instalada localmente. Pode contornar este problema ao usar %1 para descarregar e instalar DBD::MySQL, DBD::Oracle ou DBD::Pg."
 
@@ -5456,12 +5456,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5988,7 +5988,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6009,7 +6009,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6489,7 +6489,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6931,7 +6931,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6944,7 +6944,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7046,7 +7046,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7743,7 +7743,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8580,7 +8580,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9122,7 +9122,7 @@ msgid "weeks"
 msgstr "semanas"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/rt.pot b/share/po/rt.pot
index 143fee8..8004353 100644
--- a/share/po/rt.pot
+++ b/share/po/rt.pot
@@ -163,8 +163,8 @@ msgid "%1 - Specify the search module you want to use"
 msgstr ""
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr ""
 
@@ -216,7 +216,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -387,7 +387,7 @@ msgid "%1:%2:%3"
 msgstr ""
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr ""
 
@@ -1175,7 +1175,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2452,7 +2452,7 @@ msgid "Display Columns"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -2760,7 +2760,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3007,7 +3007,7 @@ msgid "First"
 msgstr ""
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3391,7 +3391,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3404,7 +3404,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr ""
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5100,12 +5100,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr ""
 
@@ -5632,7 +5632,7 @@ msgid "RT for %1"
 msgstr ""
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -5653,7 +5653,7 @@ msgid "RT will create a user called \"root\" and set this as their password"
 msgstr ""
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr ""
 
@@ -6143,7 +6143,7 @@ msgid "Search for tickets"
 msgstr ""
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -6586,7 +6586,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -6599,7 +6599,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -6701,7 +6701,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -7398,7 +7398,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr ""
 
@@ -8235,7 +8235,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -8765,7 +8765,7 @@ msgid "weeks"
 msgstr ""
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/ru.po b/share/po/ru.po
index e620323..ca52031 100644
--- a/share/po/ru.po
+++ b/share/po/ru.po
@@ -199,8 +199,8 @@ msgid "%1 DashBoards"
 msgstr "Информационные панели %1"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Все права защищены 1996-%3 %4"
 
@@ -256,7 +256,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 изменено с '%2' на '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "график %1 группированный по %2"
 
@@ -439,7 +439,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Создать заявку в очереди%2 %3"
 
@@ -1308,7 +1308,7 @@ msgid "CF"
 msgstr "ДП"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2741,7 +2741,7 @@ msgid "Display saved searches for this group"
 msgstr "Показывать сохранённые запросы для этой группы"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3083,7 +3083,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Введите до %1 значений (с автодополнением)"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3366,7 +3366,7 @@ msgid "Foo!"
 msgstr "Фу!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3786,7 +3786,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Если у вас уже есть работающий RT сервер и база данных, вы можете воспользоваться этим, чтобы убедиться в работоспособности сервера БД и в правильности соединения c RT. После этого остановите и снова запустите сервер RT.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3803,7 +3803,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "После любых изменений необходимо"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Если вы предпочитаете БД, отсутствующую в нижеследующем списке, то это значит, что RT не может найти <i>драйвер базы данных</i> установленный локально. Вы можете исправить это используя %1 для загрузки и установки DBD::MySQL, DBD::Oracle или DBD::Pg."
 
@@ -5702,12 +5702,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Показывать подтверждения только для запросов, созданных после %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Показывать подтверждения только для запросов созданных до %1"
 
@@ -6298,7 +6298,7 @@ msgid "RT for %1"
 msgstr "RT для %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6323,7 +6323,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "Всё остальное, что вы введёте, RT будет искать в темах заявок."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT заменит %1 и %2 идентификатором записи и значением дополнительного поля соответственно"
 
@@ -6859,7 +6859,7 @@ msgid "Search for tickets"
 msgstr "Поиск заявок"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7365,7 +7365,7 @@ msgid "Shredder"
 msgstr "Зачистка"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7378,7 +7378,7 @@ msgid "Sign"
 msgstr "Подписать"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7480,7 +7480,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8233,7 +8233,7 @@ msgid "To"
 msgstr "Для"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Для запроса поддержки, обучения, разработки на заказ или лицензирования обращайтесь %1."
 
@@ -9110,7 +9110,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Вы будете перенаправлены на страницу входа в систему. Вы сможете войти под именем %1 и паролем, который вы установили ранее."
 
@@ -9680,7 +9680,7 @@ msgid "weeks"
 msgstr "недель"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/sl.po b/share/po/sl.po
index bdd72a0..583f758 100644
--- a/share/po/sl.po
+++ b/share/po/sl.po
@@ -190,8 +190,8 @@ msgid "%1 DashBoards"
 msgstr "%1 pregledi"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -247,7 +247,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "Graf %1 po %2"
 
@@ -430,7 +430,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nova zadeva v%2 %3"
 
@@ -1286,7 +1286,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2691,7 +2691,7 @@ msgid "Display saved searches for this group"
 msgstr "Prikaži shranjena iskanja za to skupino"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3029,7 +3029,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "Vnesi največ %1 vrednosti s samodejnim zaključevanjem"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3308,7 +3308,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3720,7 +3720,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Če že imaš delujoč RT strežnik in bazo, svetujem da izkoristiš to priložnost da preveriš ali podatkovna baza deluje in da se RT strežnik lahko poveže nanjo. Ko to opraviš, ustavi in ponovno zaženi RT strežmnik.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3737,7 +3737,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Če si zgoraj karkoli spremenil, se prepričaj da"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "Če tvoja zaželena baza ni v zgornjem seznamu, to pomeni da RT ni našel lokalno nameščenega gonilnika. To lahko popraviš z uporabp %1 za prenos DBD::MySQL, DBD::Oracle ali DBD::Pg."
 
@@ -5576,12 +5576,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Prilaži le odobritve za zahtevke ustvarjene po %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Prikaži le odobritve za zahtevke ustvarjene pred %1"
 
@@ -6140,7 +6140,7 @@ msgid "RT for %1"
 msgstr "RT za %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6165,7 +6165,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT bo iskal karkoli vneseš v iskalno polje."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT bo zamenjal %1 and %2 z id-jem in prilagojenim poljem zapisa"
 
@@ -6693,7 +6693,7 @@ msgid "Search for tickets"
 msgstr "Išči zadeve"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7195,7 +7195,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "Rezalnik potrebuje direktorij v katerega zapisuje svoje izločke. Preveri da <span class=\"file-path\">%1</span> obstaja in da je v ta direktorij možno pisati."
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7208,7 +7208,7 @@ msgid "Sign"
 msgstr "Podpiši"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7310,7 +7310,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8063,7 +8063,7 @@ msgid "To"
 msgstr "Za"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Za vprašanja o podpori, izobraževanju, razvoju ali licenciranju, prosim kontaktiraj %1."
 
@@ -8932,7 +8932,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "Iti bi moral direktno na stran za prijavo. Prijavil se boš lahko z uporabniškim imenom %1 in geslom ki si ga nastavil pred tem."
 
@@ -9506,7 +9506,7 @@ msgid "weeks"
 msgstr "tedni"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/sv.po b/share/po/sv.po
index 9fc3b5b..752210c 100644
--- a/share/po/sv.po
+++ b/share/po/sv.po
@@ -217,8 +217,8 @@ msgid "%1 - Specify the type of a transaction you want to use"
 msgstr "%1 - Specificera den typ av transaktion du vill använda"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 Copyright 1996-%3 %4."
 
@@ -274,7 +274,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 ändrades från '%2' till '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1 diagram enligt %2"
 
@@ -461,7 +461,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Nytt ärende i%2 %3"
 
@@ -1397,7 +1397,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2850,7 +2850,7 @@ msgid "Display saved searches for this group"
 msgstr "Visa sparade sökningar för denna grupp"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3188,7 +3188,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3471,7 +3471,7 @@ msgid "Foo!"
 msgstr "Foo!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3891,7 +3891,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "Om du redan har en fungerande RT-server och databas så bör du kontrollera att din databasserver kör och att RT-servern kan ansluta sig till den. När du har gjort det kan du starta om RT-servern.</p>"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3908,7 +3908,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Om du har uppdaterat någonting av ovanstående, se till att"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5823,12 +5823,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Visa endast godkännanden för förfrågningar som skapats efter %1"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Visa endast godkännanden för förfrågningar som skapats före %1"
 
@@ -6403,7 +6403,7 @@ msgid "RT for %1"
 msgstr "RT för %1"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6428,7 +6428,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT kommer att söka efter allt annat som du skriver in i ärendeämnen."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT kommer att ersätta %1 och %2 med register-ID och extrafältvärde respektive"
 
@@ -6972,7 +6972,7 @@ msgid "Search for tickets"
 msgstr "Sök efter ärenden"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7494,7 +7494,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7507,7 +7507,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7609,7 +7609,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8386,7 +8386,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Förfrågan om support, utbildning, kundutveckling eller licensiering, var god kontakta %1."
 
@@ -9259,7 +9259,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9861,7 +9861,7 @@ msgid "weeks"
 msgstr "veckor"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/tr.po b/share/po/tr.po
index f723a53..087e47c 100644
--- a/share/po/tr.po
+++ b/share/po/tr.po
@@ -199,8 +199,8 @@ msgid "%1 - Specify the type of a transaction you want to use"
 msgstr "%1 - Kullanmak istediğiniz hareket türünü belirtin"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT sürüm %2 Telif Hakkı: 1996-%3 %4."
 
@@ -256,7 +256,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr ""
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr ""
 
@@ -443,7 +443,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1Yeni bilet:%2 %3"
 
@@ -1335,7 +1335,7 @@ msgid "CF"
 msgstr ""
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -2748,7 +2748,7 @@ msgid "Display saved searches for this group"
 msgstr "Bu grup için, kaydedilmiş aramaları görüntüle"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr ""
 
@@ -3082,7 +3082,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr ""
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -3345,7 +3345,7 @@ msgid "First"
 msgstr "Ä°lk"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -3749,7 +3749,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr ""
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -3762,7 +3762,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "Eğer yukarıda herhangi bir şeyi değiştirdiyseniz, mutlaka"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr ""
 
@@ -5673,12 +5673,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "Sadece %1 sonrası oluşturulmuş isteklere ait onayları göster"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "Sadece %1 öncesi oluşturulmuş isteklere ait onayları göster"
 
@@ -6253,7 +6253,7 @@ msgid "RT for %1"
 msgstr "%1: RT"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -6278,7 +6278,7 @@ msgid "RT will look for anything else you enter in ticket subjects."
 msgstr "RT, bilet başlıklarına gireceğiniz herhangi bir şeyi araştıracaktır."
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT, %1 ve %2 değerlerini, kayıt numarası ve özel alan değeri ile değiştirecektir"
 
@@ -6822,7 +6822,7 @@ msgid "Search for tickets"
 msgstr "Biletleri ara"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -7340,7 +7340,7 @@ msgid "Shredder"
 msgstr ""
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -7353,7 +7353,7 @@ msgid "Sign"
 msgstr ""
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -7455,7 +7455,7 @@ msgid "Stall"
 msgstr ""
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -8232,7 +8232,7 @@ msgid "To"
 msgstr ""
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "Destek hakkında soru sormak için, kişisel geliştirim veya lisanslama için, lütfen %1 ile temasa geçin."
 
@@ -9109,7 +9109,7 @@ msgid "You must set a correspondence address for this queue in order to configur
 msgstr ""
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr ""
 
@@ -9703,7 +9703,7 @@ msgid "weeks"
 msgstr "hafta"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/zh_CN.po b/share/po/zh_CN.po
index 6d1fd9c..eb863fe 100644
--- a/share/po/zh_CN.po
+++ b/share/po/zh_CN.po
@@ -249,8 +249,8 @@ msgid "%1 DashBoards"
 msgstr "%1 表单"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT%2版,%4 版权所有,1996-%3。"
 
@@ -322,7 +322,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 已由'%2' 改为 '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1由%2记录"
 
@@ -557,7 +557,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1创建申请单%2 %3"
 
@@ -1937,7 +1937,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3906,7 +3906,7 @@ msgid "Display ticket #%1"
 msgstr "显示第%1号申请单"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr "以 %1GNU GPL%2 第二版发布。"
 
@@ -4384,7 +4384,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "输入最多%1个值(带自动补全功能)"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -4823,7 +4823,7 @@ msgid "Foo!"
 msgstr "甲!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -5455,7 +5455,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "如果已经有了正常工作的RT,在这里您还可以确定数据库正在运行并且RT可以正常访问它。完成之后,请重启RT。"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -5472,7 +5472,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "若已更新以上数据,请记得"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "如果你想用的数据库不再列表里,说明RT找不到<i>数据库驱动</i>。可以尝试使用%1下载并安装DBD::MySQL,DBD::Oracle或者DBD::Pg"
 
@@ -7787,12 +7787,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "仅显示%1之后创建的申请单"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "仅显示%1之前创建的申请单"
 
@@ -8739,7 +8739,7 @@ msgid "RT for %1: %2"
 msgstr "%1 专用 RT 系统:%2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -8780,7 +8780,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT 以未签章方式处理这封邮件。\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT 会将 %1 及 %2 置换成记录编号及自定字段"
 
@@ -9496,7 +9496,7 @@ msgid "Search for tickets"
 msgstr "申请单搜索"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -10106,7 +10106,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "粉碎机需要一个目录来保存信息. 请检查<span class=\"file-path\">%1</span>是否存在以及可被网页服务器执行写操作"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -10119,7 +10119,7 @@ msgid "Sign"
 msgstr "签名"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -10253,7 +10253,7 @@ msgid "Start page"
 msgstr "首页"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -11242,7 +11242,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "产生这次更改的差异档:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "如果需要支持、培训、定制开发或许可,请联系%1。"
 
@@ -12323,7 +12323,7 @@ msgid "You need to restart the Request Tracker service for saved changes to take
 msgstr "您必须重新激活 Request Tracker 服务,保存的更改才会生效。"
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "将会跳转到登录页面,您可以以用户%1和之前设置的密码登录。"
 
@@ -13093,7 +13093,7 @@ msgid "weeks"
 msgstr "周"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 
diff --git a/share/po/zh_TW.po b/share/po/zh_TW.po
index 97b908c..51311be 100644
--- a/share/po/zh_TW.po
+++ b/share/po/zh_TW.po
@@ -250,8 +250,8 @@ msgid "%1 DashBoards"
 msgstr "%1 表單"
 
 #: share/html/Elements/Footer:56 share/html/m/_elements/footer:51
-#. (_unsafe,     '»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
-#. (_unsafe,     '', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('»|«', $RT::VERSION, '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
+#. ('', '', '2012', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>',)
 msgid "%1 RT %2 Copyright 1996-%3 %4."
 msgstr "%1 RT %2 版,%4 版權所有,1996-%3。"
 
@@ -323,7 +323,7 @@ msgid "%1 changed from '%2' to '%3'"
 msgstr "%1 已由'%2' 改為 '%3'"
 
 #: share/html/Search/Chart.html:128
-#. (_unsafe, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
+#. ($m->scomp('Elements/SelectChartType', Name => 'ChartStyle', Default => $ChartStyle), $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $ARGS{Query}, Default => $PrimaryGroupBy))
 msgid "%1 chart by %2"
 msgstr "%1圖, 依%2"
 
@@ -558,7 +558,7 @@ msgid "%1:%2:%3"
 msgstr "%1:%2:%3"
 
 #: share/html/Elements/CreateTicket:54
-#. (_unsafe, $button_start, $button_end, $queue_selector)
+#. ($button_start, $button_end, $queue_selector)
 msgid "%1New ticket in%2 %3"
 msgstr "%1提出申請單%2 %3"
 
@@ -1926,7 +1926,7 @@ msgid "CF"
 msgstr "CF"
 
 #: share/html/Search/Simple.html:87
-#. (_unsafe, '<strong>cf.Name:value</strong>')
+#. ('<strong>cf.Name:value</strong>')
 msgid "CFs may be searched using a similar syntax as above with %1."
 msgstr ""
 
@@ -3919,7 +3919,7 @@ msgid "Display ticket #%1"
 msgstr "顯示第%1號申請單"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
+#. ('<a href="http://www.gnu.org/licenses/gpl-2.0.html">', '</a>')
 msgid "Distributed under %1version 2 of the GNU GPL%2."
 msgstr "以 %1GNU GPL%2 第二版發布。"
 
@@ -4401,7 +4401,7 @@ msgid "Enter up to %1 values with autocompletion"
 msgstr "輸入最多%1個值(帶自動補全功能)"
 
 #: share/html/Search/Simple.html:77
-#. (_unsafe, map { "<strong>$_</strong>" } qw(initial active inactive any))
+#. (map { "<strong>$_</strong>" } qw(initial active inactive any))
 msgid "Entering %1, %2, %3, or %4 limits results to tickets with one of the respective types of statuses.  Any individual status name limits results to just the statuses named."
 msgstr ""
 
@@ -4840,7 +4840,7 @@ msgid "Foo!"
 msgstr "甲!"
 
 #: share/html/Search/Simple.html:91
-#. (_unsafe, $link_start, $link_end)
+#. ($link_start, $link_end)
 msgid "For the full power of RT's searches, please visit the %1search builder interface%2."
 msgstr ""
 
@@ -5472,7 +5472,7 @@ msgid "If you already have a working RT server and database, you should take thi
 msgstr "如果已經有了正常工作的RT,在這里您還可以確定資料庫正在運行並且RT可以正常訪問它。完成之後,請重啟RT。"
 
 #: share/html/Elements/CSRF:59
-#. (_unsafe, $escaped_path, $action, $start, $end)
+#. ($escaped_path, $action, $start, $end)
 msgid "If you really intended to visit %1 and %2, then %3click here to resume your request%4."
 msgstr ""
 
@@ -5489,7 +5489,7 @@ msgid "If you've updated anything above, be sure to"
 msgstr "若您已更新以上資料,請記得按一下"
 
 #: share/html/Install/DatabaseType.html:61
-#. (_unsafe, '<a href="http://search.cpan.org" target="_new">CPAN</a>')
+#. ('<a href="http://search.cpan.org" target="_new">CPAN</a>')
 msgid "If your preferred database isn't listed in the dropdown below, that means RT couldn't find a <i>database driver</i> for it installed locally. You may be able to remedy this by using %1 to download and install DBD::MySQL, DBD::Oracle or DBD::Pg."
 msgstr "如果你想用的資料庫不再列表里,說明RT找不到<i>資料庫驅動</i>。可以嘗試使用%1下載並安裝DBD::MySQL,DBD::Oracle或者DBD::Pg"
 
@@ -7816,12 +7816,12 @@ msgid "Only for entry, not display"
 msgstr ""
 
 #: share/html/Approvals/Elements/PendingMyApproval:68
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.( $created_after->Unix >0 && $created_after->ISO(Timezone => 'user'))."' name='CreatedAfter' id='CreatedAfter' />")
 msgid "Only show approvals for requests created after %1"
 msgstr "僅顯示 %1 之後新增的申請單"
 
 #: share/html/Approvals/Elements/PendingMyApproval:66
-#. (_unsafe, qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
+#. (qq{<input size='15' class="ui-datepicker" value='}.($created_before->Unix > 0 &&$created_before->ISO(Timezone => 'user'))."' name='CreatedBefore' id='CreatedBefore' />")
 msgid "Only show approvals for requests created before %1"
 msgstr "僅顯示 %1 之前新增的申請單"
 
@@ -8768,7 +8768,7 @@ msgid "RT for %1: %2"
 msgstr "%1 專用 RT 系統:%2"
 
 #: share/html/Elements/CSRF:55
-#. (_unsafe, $strong_start, $strong_end, $Reason, $action)
+#. ($strong_start, $strong_end, $Reason, $action)
 msgid "RT has detected a possible %1cross-site request forgery%2 for this request, because %3.  A malicious attacker may be trying to %1%4%2 on your behalf. If you did not initiate this request, then you should alert your security team."
 msgstr ""
 
@@ -8809,7 +8809,7 @@ msgid "RT will process this message as if it were unsigned.\\n"
 msgstr "RT 以未簽章方式處理這封郵件。\\n"
 
 #: share/html/Admin/CustomFields/Modify.html:108 share/html/Admin/CustomFields/Modify.html:116
-#. (_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>')
+#. ('<tt>__id__</tt>', '<tt>__CustomField__</tt>')
 msgid "RT will replace %1 and %2 with the record's id and the custom field's value, respectively."
 msgstr "RT 會將 %1 及 %2 置換成紀錄編號及自訂欄位"
 
@@ -9525,7 +9525,7 @@ msgid "Search for tickets"
 msgstr "申請單查詢"
 
 #: share/html/Search/Simple.html:63
-#. (_unsafe, @strong)
+#. (@strong)
 msgid "Search for tickets by entering %1id%2 numbers, subject words %1\"in quotes\"%2, %1queues%2 by name, Owners by %1username%2, Requestors by %1email address%2, and ticket %1statuses%2."
 msgstr ""
 
@@ -10139,7 +10139,7 @@ msgid "Shredder needs a directory to write dumps to. Please check that you have
 msgstr "粉碎機需要一個目錄來保存資訊. 請檢查<span class=\"file-path\">%1</span>是否存在以及可被網頁伺服器執行寫操作"
 
 #: share/html/Admin/Tools/Shredder/Elements/Error/NoStorage:55
-#. (_unsafe, $path_tag)
+#. ($path_tag)
 msgid "Shredder needs a directory to write dumps to. Please ensure that the directory %1 exists and that it is writable by your web server."
 msgstr ""
 
@@ -10152,7 +10152,7 @@ msgid "Sign"
 msgstr "簽名"
 
 #: share/html/Admin/Queues/Modify.html:123
-#. (_unsafe, "<b>","</b>","<i>","</i>")
+#. ("<b>","</b>","<i>","</i>")
 msgid "Sign all auto-generated mail.  %1Caution%2: Enabling this option alters the signature from providing %3authentication%4 to providing %3integrity%4."
 msgstr ""
 
@@ -10286,7 +10286,7 @@ msgid "Start page"
 msgstr "首頁"
 
 #: share/html/Search/Simple.html:85
-#. (_unsafe, map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
+#. (map { "<strong>$_</strong>" } 'queue:"Example Queue"', 'owner:email at example.com')
 msgid "Start the search term with the name of a supported field followed by a colon, as in %1 and %2, to explicitly specify the search type."
 msgstr ""
 
@@ -11275,7 +11275,7 @@ msgid "To generate a diff of this commit:\\n"
 msgstr "產生這次更動的差異檔:\\n"
 
 #: share/html/Elements/Footer:59
-#. (_unsafe, '<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
+#. ('<a href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>')
 msgid "To inquire about support, training, custom development or licensing, please contact %1."
 msgstr "如果有支援、教育訓練及定製開發的需要,請連絡 %1。"
 
@@ -12356,7 +12356,7 @@ msgid "You need to restart the Request Tracker service for saved changes to take
 msgstr "您必須重新啟動 Request Tracker 服務,儲存的更動纔會生效。"
 
 #: share/html/Install/Finish.html:56
-#. (_unsafe, '<tt>root</tt>')
+#. ('<tt>root</tt>')
 msgid "You should be taken directly to a login page. You'll be able to log in with username of %1 and the password you set earlier."
 msgstr "將會跳轉到登錄頁面,您可以以使用者%1和之前設定的密碼登錄。"
 
@@ -13126,7 +13126,7 @@ msgid "weeks"
 msgstr "週"
 
 #: share/html/Elements/LoginRedirectWarning:17
-#. (_unsafe, "<strong>$consequence</strong>")
+#. ("<strong>$consequence</strong>")
 msgid "which may %1 on your behalf."
 msgstr ""
 

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


More information about the Rt-commit mailing list