[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