mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
Remove hard-coded strings (#30838).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18072 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
abb8274a98
commit
4eecc027b1
@ -18,7 +18,7 @@
|
|||||||
<em class="info"><%= l(:text_comma_separated) %>
|
<em class="info"><%= l(:text_comma_separated) %>
|
||||||
<%= l(:label_example) %>: smime.p7s, *.vcf</em>
|
<%= l(:label_example) %>: smime.p7s, *.vcf</em>
|
||||||
</p>
|
</p>
|
||||||
<p><%= setting_select :mail_handler_preferred_body_part, [['Text', 'plain'], ['HTML', 'html']] %></p>
|
<p><%= setting_select :mail_handler_preferred_body_part, [[l(:label_preferred_body_part_text), 'plain'], [l(:label_preferred_body_part_html), 'html']] %></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box tabular settings">
|
<div class="box tabular settings">
|
||||||
|
|||||||
@ -1045,6 +1045,8 @@ en:
|
|||||||
label_inherited_from_group: "Inherited from group %{name}"
|
label_inherited_from_group: "Inherited from group %{name}"
|
||||||
label_trackers_description: Trackers description
|
label_trackers_description: Trackers description
|
||||||
label_open_trackers_description: View all trackers description
|
label_open_trackers_description: View all trackers description
|
||||||
|
label_preferred_body_part_text: Text
|
||||||
|
label_preferred_body_part_html: HTML (experimental)
|
||||||
|
|
||||||
button_login: Login
|
button_login: Login
|
||||||
button_submit: Submit
|
button_submit: Submit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user