mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 05:39:40 +00:00
Display enumeration name in confirmation message.
git-svn-id: http://svn.redmine.org/redmine/trunk@14750 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
18579303a2
commit
25b96457c1
@ -2,7 +2,7 @@
|
||||
|
||||
<%= form_tag({}, :method => :delete) do %>
|
||||
<div class="box">
|
||||
<p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p>
|
||||
<p><strong><%= l(:text_enumeration_destroy_question, :name => @enumeration.name, :count => @enumeration.objects_count) %></strong></p>
|
||||
<p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label>
|
||||
<%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p>
|
||||
</div>
|
||||
|
||||
@ -1089,7 +1089,7 @@ en:
|
||||
text_assign_time_entries_to_project: Assign reported hours to the project
|
||||
text_reassign_time_entries: 'Reassign reported hours to this issue:'
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to the value “%{name}”."
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
|
||||
text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
|
||||
@ -1107,7 +1107,7 @@ fr:
|
||||
text_assign_time_entries_to_project: Reporter les heures sur le projet
|
||||
text_reassign_time_entries: 'Reporter les heures sur cette demande:'
|
||||
text_user_wrote: "%{value} a écrit :"
|
||||
text_enumeration_destroy_question: "Cette valeur est affectée à %{count} objets."
|
||||
text_enumeration_destroy_question: "La valeur « %{name} » est affectée à %{count} objet(s)."
|
||||
text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:'
|
||||
text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/configuration.yml et redémarrez l'application pour les activer."
|
||||
text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user