@@ -59,12 +59,12 | |||||
59 |
|
59 | |||
60 | <fieldset class="box"><legend><%= l(:text_issues_ref_in_commit_messages) %></legend> |
|
60 | <fieldset class="box"><legend><%= l(:text_issues_ref_in_commit_messages) %></legend> | |
61 | <p><label><%= l(:setting_commit_ref_keywords) %></label> |
|
61 | <p><label><%= l(:setting_commit_ref_keywords) %></label> | |
62 | <%= text_field_tag 'settings[commit_ref_keywords]', Setting.commit_ref_keywords, :size => 30 %><br /><em><%= l(:text_coma_separated) %></em></p> |
|
62 | <%= text_field_tag 'settings[commit_ref_keywords]', Setting.commit_ref_keywords, :size => 30 %><br /><em><%= l(:text_comma_separated) %></em></p> | |
63 |
|
63 | |||
64 | <p><label><%= l(:setting_commit_fix_keywords) %></label> |
|
64 | <p><label><%= l(:setting_commit_fix_keywords) %></label> | |
65 | <%= text_field_tag 'settings[commit_fix_keywords]', Setting.commit_fix_keywords, :size => 30 %> |
|
65 | <%= text_field_tag 'settings[commit_fix_keywords]', Setting.commit_fix_keywords, :size => 30 %> | |
66 | <%= l(:label_applied_status) %>: <%= select_tag 'settings[commit_fix_status_id]', options_for_select( [["", 0]] + IssueStatus.find(:all).collect{|status| [status.name, status.id.to_s]}, Setting.commit_fix_status_id) %> |
|
66 | <%= l(:label_applied_status) %>: <%= select_tag 'settings[commit_fix_status_id]', options_for_select( [["", 0]] + IssueStatus.find(:all).collect{|status| [status.name, status.id.to_s]}, Setting.commit_fix_status_id) %> | |
67 | <br /><em><%= l(:text_coma_separated) %></em></p> |
|
67 | <br /><em><%= l(:text_comma_separated) %></em></p> | |
68 | </fieldset> |
|
68 | </fieldset> | |
69 |
|
69 | |||
70 | <%= submit_tag l(:button_save) %> |
|
70 | <%= submit_tag l(:button_save) %> |
@@ -372,7 +372,7 label_applied_status: Промени статуса на | |||||
372 | label_loading: Зареждане... |
|
372 | label_loading: Зареждане... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: До %d символа. | |||||
445 | text_length_between: От %d до %d символа. |
|
445 | text_length_between: От %d до %d символа. | |
446 | text_tracker_no_workflow: Няма дефиниран workflow за този тракер |
|
446 | text_tracker_no_workflow: Няма дефиниран workflow за този тракер | |
447 | text_unallowed_characters: Непозволени символи |
|
447 | text_unallowed_characters: Непозволени символи | |
448 | text_coma_separated: Позволено е изброяване (с разделител запетая). |
|
448 | text_comma_separated: Позволено е изброяване (с разделител запетая). | |
449 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от commit съобщения |
|
449 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от commit съобщения | |
450 |
|
450 | |||
451 | default_role_manager: Мениджър |
|
451 | default_role_manager: Мениджър |
@@ -372,7 +372,7 label_applied_status: Applied status | |||||
372 | label_loading: Loading... |
|
372 | label_loading: Loading... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: %d characters maximum. | |||||
445 | text_length_between: Length between %d and %d characters. |
|
445 | text_length_between: Length between %d and %d characters. | |
446 | text_tracker_no_workflow: No workflow defined for this tracker |
|
446 | text_tracker_no_workflow: No workflow defined for this tracker | |
447 | text_unallowed_characters: Unallowed characters |
|
447 | text_unallowed_characters: Unallowed characters | |
448 | text_coma_separated: Multiple values allowed (coma separated). |
|
448 | text_comma_separated: Multiple values allowed (comma separated). | |
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
450 |
|
450 | |||
451 | default_role_manager: Manager |
|
451 | default_role_manager: Manager |
@@ -372,7 +372,7 label_applied_status: Applied status | |||||
372 | label_loading: Loading... |
|
372 | label_loading: Loading... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: %d characters maximum. | |||||
445 | text_length_between: Length between %d and %d characters. |
|
445 | text_length_between: Length between %d and %d characters. | |
446 | text_tracker_no_workflow: No workflow defined for this tracker |
|
446 | text_tracker_no_workflow: No workflow defined for this tracker | |
447 | text_unallowed_characters: Unallowed characters |
|
447 | text_unallowed_characters: Unallowed characters | |
448 | text_coma_separated: Multiple values allowed (coma separated). |
|
448 | text_comma_separated: Multiple values allowed (comma separated). | |
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
450 |
|
450 | |||
451 | default_role_manager: Manager |
|
451 | default_role_manager: Manager |
@@ -372,7 +372,7 label_applied_status: Applied status | |||||
372 | label_loading: Loading... |
|
372 | label_loading: Loading... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: %d characters maximum. | |||||
445 | text_length_between: Length between %d and %d characters. |
|
445 | text_length_between: Length between %d and %d characters. | |
446 | text_tracker_no_workflow: No workflow defined for this tracker |
|
446 | text_tracker_no_workflow: No workflow defined for this tracker | |
447 | text_unallowed_characters: Unallowed characters |
|
447 | text_unallowed_characters: Unallowed characters | |
448 | text_coma_separated: Multiple values allowed (coma separated). |
|
448 | text_comma_separated: Multiple values allowed (comma separated). | |
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
450 |
|
450 | |||
451 | default_role_manager: Manager |
|
451 | default_role_manager: Manager |
@@ -445,7 +445,7 text_caracters_maximum: %d caractères maximum. | |||||
445 | text_length_between: Longueur comprise entre %d et %d caractères. |
|
445 | text_length_between: Longueur comprise entre %d et %d caractères. | |
446 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker |
|
446 | text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker | |
447 | text_unallowed_characters: Caractères non autorisés |
|
447 | text_unallowed_characters: Caractères non autorisés | |
448 | text_coma_separated: Plusieurs valeurs possibles (séparées par des virgules). |
|
448 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). | |
449 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires SVN |
|
449 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires SVN | |
450 |
|
450 | |||
451 | default_role_manager: Manager |
|
451 | default_role_manager: Manager |
@@ -372,7 +372,7 label_applied_status: Applied status | |||||
372 | label_loading: Loading... |
|
372 | label_loading: Loading... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: massimo %d caratteri. | |||||
445 | text_length_between: Lunghezza compresa tra %d e %d caratteri. |
|
445 | text_length_between: Lunghezza compresa tra %d e %d caratteri. | |
446 | text_tracker_no_workflow: Nessun workflow definito per questo tracker |
|
446 | text_tracker_no_workflow: Nessun workflow definito per questo tracker | |
447 | text_unallowed_characters: Unallowed characters |
|
447 | text_unallowed_characters: Unallowed characters | |
448 | text_coma_separated: Multiple values allowed (coma separated). |
|
448 | text_comma_separated: Multiple values allowed (comma separated). | |
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
450 |
|
450 | |||
451 | default_role_manager: Manager |
|
451 | default_role_manager: Manager |
@@ -373,7 +373,7 label_applied_status: Applied status | |||||
373 | label_loading: Loading... |
|
373 | label_loading: Loading... | |
374 | label_relation_new: New relation |
|
374 | label_relation_new: New relation | |
375 | label_relation_delete: Delete relation |
|
375 | label_relation_delete: Delete relation | |
376 |
label_relates_to: related t |
|
376 | label_relates_to: related to | |
377 | label_duplicates: duplicates |
|
377 | label_duplicates: duplicates | |
378 | label_blocks: blocks |
|
378 | label_blocks: blocks | |
379 | label_blocked_by: blocked by |
|
379 | label_blocked_by: blocked by | |
@@ -446,7 +446,7 text_caracters_maximum: 最大 %d 文字です。 | |||||
446 | text_length_between: 長さは %d から %d 文字までです。 |
|
446 | text_length_between: 長さは %d から %d 文字までです。 | |
447 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません |
|
447 | text_tracker_no_workflow: このトラッカーにワークフローが定義されていません | |
448 | text_unallowed_characters: Unallowed characters |
|
448 | text_unallowed_characters: Unallowed characters | |
449 | text_coma_separated: Multiple values allowed (coma separated). |
|
449 | text_comma_separated: Multiple values allowed (comma separated). | |
450 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
450 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
451 |
|
451 | |||
452 | default_role_manager: 管理者 |
|
452 | default_role_manager: 管理者 |
@@ -372,7 +372,7 label_applied_status: Applied status | |||||
372 | label_loading: Loading... |
|
372 | label_loading: Loading... | |
373 | label_relation_new: New relation |
|
373 | label_relation_new: New relation | |
374 | label_relation_delete: Delete relation |
|
374 | label_relation_delete: Delete relation | |
375 |
label_relates_to: related t |
|
375 | label_relates_to: related to | |
376 | label_duplicates: duplicates |
|
376 | label_duplicates: duplicates | |
377 | label_blocks: blocks |
|
377 | label_blocks: blocks | |
378 | label_blocked_by: blocked by |
|
378 | label_blocked_by: blocked by | |
@@ -445,7 +445,7 text_caracters_maximum: %d maximo de caracteres | |||||
445 | text_length_between: Tamanho entre %d e %d caracteres. |
|
445 | text_length_between: Tamanho entre %d e %d caracteres. | |
446 | text_tracker_no_workflow: Sem workflow definido para este tipo. |
|
446 | text_tracker_no_workflow: Sem workflow definido para este tipo. | |
447 | text_unallowed_characters: Unallowed characters |
|
447 | text_unallowed_characters: Unallowed characters | |
448 | text_coma_separated: Multiple values allowed (coma separated). |
|
448 | text_comma_separated: Multiple values allowed (comma separated). | |
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
449 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
450 |
|
450 | |||
451 | default_role_manager: Analista de Negocio ou Gerente de Projeto |
|
451 | default_role_manager: Analista de Negocio ou Gerente de Projeto |
@@ -445,7 +445,7 text_caracters_maximum: %d móximo de caracteres | |||||
445 | text_length_between: Tamanho entre %d e %d caracteres. |
|
445 | text_length_between: Tamanho entre %d e %d caracteres. | |
446 | text_tracker_no_workflow: Sem workflow definido para este tipo. |
|
446 | text_tracker_no_workflow: Sem workflow definido para este tipo. | |
447 | text_unallowed_characters: Caracteres não permitidos |
|
447 | text_unallowed_characters: Caracteres não permitidos | |
448 | text_coma_separated: Permitido múltiplos valores (separados por vírgula). |
|
448 | text_comma_separated: Permitido múltiplos valores (separados por vírgula). | |
449 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit |
|
449 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit | |
450 |
|
450 | |||
451 | default_role_manager: Analista de Negócio ou Gerente de Projeto |
|
451 | default_role_manager: Analista de Negócio ou Gerente de Projeto |
@@ -375,7 +375,7 label_applied_status: Applied status | |||||
375 | label_loading: Loading... |
|
375 | label_loading: Loading... | |
376 | label_relation_new: New relation |
|
376 | label_relation_new: New relation | |
377 | label_relation_delete: Delete relation |
|
377 | label_relation_delete: Delete relation | |
378 |
label_relates_to: related t |
|
378 | label_relates_to: related to | |
379 | label_duplicates: duplicates |
|
379 | label_duplicates: duplicates | |
380 | label_blocks: blocks |
|
380 | label_blocks: blocks | |
381 | label_blocked_by: blocked by |
|
381 | label_blocked_by: blocked by | |
@@ -448,7 +448,7 text_caracters_maximum: %d characters maximum. | |||||
448 | text_length_between: Length between %d and %d characters. |
|
448 | text_length_between: Length between %d and %d characters. | |
449 | text_tracker_no_workflow: No workflow defined for this tracker |
|
449 | text_tracker_no_workflow: No workflow defined for this tracker | |
450 | text_unallowed_characters: Unallowed characters |
|
450 | text_unallowed_characters: Unallowed characters | |
451 | text_coma_separated: Multiple values allowed (coma separated). |
|
451 | text_comma_separated: Multiple values allowed (comma separated). | |
452 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
452 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
453 |
|
453 | |||
454 | default_role_manager: 管理员 |
|
454 | default_role_manager: 管理员 |
General Comments 0
You need to be logged in to leave comments.
Login now