[#9489] corrected labels and translations for reassign forms
Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7696 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
62f87e3091
commit
7fab60cdd2
|
@ -6,7 +6,7 @@
|
||||||
<p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_issue_category_destroy_assignments) %></label><br />
|
<p><label><%= radio_button_tag 'todo', 'nullify', true %> <%= l(:text_issue_category_destroy_assignments) %></label><br />
|
||||||
<% if @categories.size > 0 %>
|
<% if @categories.size > 0 %>
|
||||||
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>:
|
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_issue_category_reassign_to) %></label>:
|
||||||
<%= label_tag "reassign_to_id", l(:description_ticket_reassign), :class => "hidden-for-sighted" %>
|
<%= label_tag "reassign_to_id", l(:description_issue_category_reassign), :class => "hidden-for-sighted" %>
|
||||||
<%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p>
|
<%= select_tag 'reassign_to_id', options_from_collection_for_select(@categories, 'id', 'name') %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<% if @reassignable_to.any? %>
|
<% if @reassignable_to.any? %>
|
||||||
<br />
|
<br />
|
||||||
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>:
|
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>:
|
||||||
<%= label_tag "reassign_to_id", l(:description_wiki_reassign), :class => "hidden-for-sighted" %>
|
<%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %>
|
||||||
<%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
|
<%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
|
||||||
:onclick => "$('todo_reassign').checked = true;" %>
|
:onclick => "$('todo_reassign').checked = true;" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -1011,8 +1011,8 @@ de:
|
||||||
description_user_mail_notification: Mailbenachrichtigungseinstellung
|
description_user_mail_notification: Mailbenachrichtigungseinstellung
|
||||||
description_available_columns: Verfügbare Spalten
|
description_available_columns: Verfügbare Spalten
|
||||||
description_selected_columns: Ausgewählte Spalten
|
description_selected_columns: Ausgewählte Spalten
|
||||||
description_ticket_reassign: Ticketzuordnung
|
description_issue_category_reassign: Neue Kategorie wählen
|
||||||
description_wiki_reassign: Wikiseitenzuordnung
|
description_wiki_subpages_reassign: Neue Elternseite wählen
|
||||||
description_date_range_list: Zeitraum aus einer Liste wählen
|
description_date_range_list: Zeitraum aus einer Liste wählen
|
||||||
description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen
|
description_date_range_interval: Zeitraum durch Start- und Enddatum festlegen
|
||||||
description_date_from: Startdatum eintragen
|
description_date_from: Startdatum eintragen
|
||||||
|
|
|
@ -989,8 +989,8 @@ en:
|
||||||
description_user_mail_notification: Mail notification settings
|
description_user_mail_notification: Mail notification settings
|
||||||
description_available_columns: Available Columns
|
description_available_columns: Available Columns
|
||||||
description_selected_columns: Selected Spalten
|
description_selected_columns: Selected Spalten
|
||||||
description_ticket_reassign: Assign issues to
|
description_issue_category_reassign: Choose issue category
|
||||||
description_wiki_reassign: Assign page to
|
description_wiki_subpages_reassign: Choose new parent page
|
||||||
description_date_range_list: Choose range from list
|
description_date_range_list: Choose range from list
|
||||||
description_date_range_interval: Choose range by selecting start and end date
|
description_date_range_interval: Choose range by selecting start and end date
|
||||||
description_date_from: Enter start date
|
description_date_from: Enter start date
|
||||||
|
|
Loading…
Reference in New Issue