Commit a0874d46 authored by Frank Bergmann's avatar Frank Bergmann

- Updated Localization - incorporated issues reported by Marco Cevoli

  about untranslatable strings
parent 0ca325f0
...@@ -813,7 +813,7 @@ ad_proc -public im_helpdesk_home_component { ...@@ -813,7 +813,7 @@ ad_proc -public im_helpdesk_home_component {
set table_body_html " set table_body_html "
<tr><td colspan=\"$colspan\"><ul><li><b> <tr><td colspan=\"$colspan\"><ul><li><b>
There are currently no tickets matching the selected criteria [lang::message::lookup "" intranet-core.lt_There_are_currently_n "There are currently no entries matching the selected criteria"]
</b></ul></td></tr> </b></ul></td></tr>
" "
} }
......
...@@ -551,7 +551,10 @@ db_foreach tickets_info_query $selection -bind $form_vars { ...@@ -551,7 +551,10 @@ db_foreach tickets_info_query $selection -bind $form_vars {
# Show a reasonable message when there are no result rows: # Show a reasonable message when there are no result rows:
if { [empty_string_p $table_body_html] } { if { [empty_string_p $table_body_html] } {
set table_body_html " set table_body_html "
<tr><td colspan=$colspan><ul><li><b>There are currently no tickets matching the selected criteria</b></ul></td></tr>" <tr><td colspan=$colspan><ul><li><b>
[lang::message::lookup "" intranet-core.lt_There_are_currently_n "There are currently no entries matching the selected criteria"]
</b></ul></td></tr>
"
} }
if { $end_idx < $total_in_limited } { if { $end_idx < $total_in_limited } {
......
...@@ -433,7 +433,10 @@ db_foreach tickets_info_query $selection -bind $form_vars { ...@@ -433,7 +433,10 @@ db_foreach tickets_info_query $selection -bind $form_vars {
# Show a reasonable message when there are no result rows: # Show a reasonable message when there are no result rows:
if { [empty_string_p $table_body_html] } { if { [empty_string_p $table_body_html] } {
set table_body_html " set table_body_html "
<tr><td colspan=$colspan><ul><li><b>There are currently no tickets matching the selected criteria</b></ul></td></tr>" <tr><td colspan=$colspan><ul><li><b>
[lang::message::lookup "" intranet-core.lt_There_are_currently_n "There are currently no entries matching the selected criteria"]
</b></ul></td></tr>
"
} }
if { $end_idx < $total_in_limited } { if { $end_idx < $total_in_limited } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment