@@ -2,7 +2,7 | |||||
2 |
|
2 | |||
3 | <%= form_tag({}, :method => :delete) do %> |
|
3 | <%= form_tag({}, :method => :delete) do %> | |
4 | <div class="box"> |
|
4 | <div class="box"> | |
5 | <p><strong><%= l(:text_enumeration_destroy_question, @enumeration.objects_count) %></strong></p> |
|
5 | <p><strong><%= l(:text_enumeration_destroy_question, :name => @enumeration.name, :count => @enumeration.objects_count) %></strong></p> | |
6 | <p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label> |
|
6 | <p><label for='reassign_to_id'><%= l(:text_enumeration_category_reassign_to) %></label> | |
7 | <%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p> |
|
7 | <%= select_tag 'reassign_to_id', (content_tag('option', "--- #{l(:actionview_instancetag_blank_option)} ---", :value => '') + options_from_collection_for_select(@enumerations, 'id', 'name')) %></p> | |
8 | </div> |
|
8 | </div> |
@@ -1089,7 +1089,7 en: | |||||
1089 | text_assign_time_entries_to_project: Assign reported hours to the project |
|
1089 | text_assign_time_entries_to_project: Assign reported hours to the project | |
1090 | text_reassign_time_entries: 'Reassign reported hours to this issue:' |
|
1090 | text_reassign_time_entries: 'Reassign reported hours to this issue:' | |
1091 | text_user_wrote: "%{value} wrote:" |
|
1091 | text_user_wrote: "%{value} wrote:" | |
1092 |
text_enumeration_destroy_question: "%{count} objects are assigned to th |
|
1092 | text_enumeration_destroy_question: "%{count} objects are assigned to the value “%{name}”." | |
1093 | text_enumeration_category_reassign_to: 'Reassign them to this value:' |
|
1093 | text_enumeration_category_reassign_to: 'Reassign them to this value:' | |
1094 | 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." |
|
1094 | 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." | |
1095 | 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." |
|
1095 | 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: | |||||
1107 | text_assign_time_entries_to_project: Reporter les heures sur le projet |
|
1107 | text_assign_time_entries_to_project: Reporter les heures sur le projet | |
1108 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' |
|
1108 | text_reassign_time_entries: 'Reporter les heures sur cette demande:' | |
1109 | text_user_wrote: "%{value} a écrit :" |
|
1109 | text_user_wrote: "%{value} a écrit :" | |
1110 |
text_enumeration_destroy_question: " |
|
1110 | text_enumeration_destroy_question: "La valeur « %{name} » est affectée à %{count} objet(s)." | |
1111 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' |
|
1111 | text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:' | |
1112 | 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." |
|
1112 | 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." | |
1113 | 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." |
|
1113 | 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." |
General Comments 0
You need to be logged in to leave comments.
Login now