@@ -1,16 +1,16 | |||
|
1 | 1 | <h2><%=l(:label_information_plural)%></h2> |
|
2 | 2 | |
|
3 |
<p> |
|
|
3 | <p><strong><%= Redmine::Info.versioned_name %></strong> (<%= @db_adapter_name %>)</p> | |
|
4 | 4 | |
|
5 | 5 | <table class="list"> |
|
6 |
<tr class="odd"><td> |
|
|
7 |
<tr class="even"><td> |
|
|
8 |
<tr class="odd"><td> |
|
|
6 | <tr class="odd"><td><%= l(:text_default_administrator_account_changed) %></td><td><%= image_tag (@flags[:default_admin_changed] ? 'true.png' : 'false.png'), :style => "vertical-align:bottom;" %></td></tr> | |
|
7 | <tr class="even"><td><%= l(:text_file_repository_writable) %></td><td><%= image_tag (@flags[:file_repository_writable] ? 'true.png' : 'false.png'), :style => "vertical-align:bottom;" %></td></tr> | |
|
8 | <tr class="odd"><td><%= l(:text_rmagick_available) %></td><td><%= image_tag (@flags[:rmagick_available] ? 'true.png' : 'false.png'), :style => "vertical-align:bottom;" %></td></tr> | |
|
9 | 9 | </table> |
|
10 | 10 | |
|
11 | 11 | <% if @plugins.any? %> |
|
12 | 12 | |
|
13 |
<h3 class="icon22 icon22-plugin"> |
|
|
13 | <h3 class="icon22 icon22-plugin"><%= l(:label_plugins) %></h3> | |
|
14 | 14 | <table class="list"> |
|
15 | 15 | <% @plugins.keys.sort {|x,y| x.to_s <=> y.to_s}.each do |plugin| %> |
|
16 | 16 | <tr class="<%= cycle('odd', 'even') %>"> |
@@ -18,7 +18,7 | |||
|
18 | 18 | <td><%=h @plugins[plugin].description %></td> |
|
19 | 19 | <td><%=h @plugins[plugin].author %></td> |
|
20 | 20 | <td><%=h @plugins[plugin].version %></td> |
|
21 |
<td><%= link_to( |
|
|
21 | <td><%= link_to(l(:button_configure), :controller => 'settings', :action => 'plugin', :id => plugin.to_s) if @plugins[plugin].configurable? %></td> | |
|
22 | 22 | </tr> |
|
23 | 23 | <% end %> |
|
24 | 24 | </table> |
@@ -12,7 +12,7 | |||
|
12 | 12 | <th><%=l(:field_filename)%></th> |
|
13 | 13 | <th><%=l(:label_date)%></th> |
|
14 | 14 | <th><%=l(:field_filesize)%></th> |
|
15 | <th>D/L</th> | |
|
15 | <th><%=l(:label_downloads_abbr)%></th> | |
|
16 | 16 | <th>MD5</th> |
|
17 | 17 | <% if delete_allowed %><th></th><% end %> |
|
18 | 18 | </tr></thead> |
@@ -4,9 +4,10 | |||
|
4 | 4 | |
|
5 | 5 | <div class=box> |
|
6 | 6 | <strong><%= l(:text_select_project_modules) %></strong> |
|
7 | <br /> | |
|
7 | ||
|
8 | 8 | <% Redmine::AccessControl.available_project_modules.each do |m| %> |
|
9 |
<p><label><%= check_box_tag 'enabled_modules[]', m, @project.module_enabled?(m) %> |
|
|
9 | <p><label><%= check_box_tag 'enabled_modules[]', m, @project.module_enabled?(m) -%> | |
|
10 | <%= (l_has_string?("project_module_#{m}".to_sym) ? l("project_module_#{m}".to_sym) : m.to_s.humanize) %></label></p> | |
|
10 | 11 | <% end %> |
|
11 | 12 | </div> |
|
12 | 13 |
@@ -20,7 +20,7 | |||
|
20 | 20 | </div> |
|
21 | 21 | |
|
22 | 22 | <div style="float:right;"> |
|
23 |
<%= link_to |
|
|
23 | <%= link_to l(:label_ldap_authentication), :controller => 'auth_sources', :action => 'list' %> | |
|
24 | 24 | </div> |
|
25 | 25 | |
|
26 | 26 | <%= submit_tag l(:button_save) %> |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -206,6 +206,15 setting_protocol: Protocol | |||
|
206 | 206 | setting_per_page_options: Objects per page options |
|
207 | 207 | setting_user_format: Users display format |
|
208 | 208 | |
|
209 | project_module_issue_tracking: Issue tracking | |
|
210 | project_module_time_tracking: Time tracking | |
|
211 | project_module_news: News | |
|
212 | project_module_documents: Documents | |
|
213 | project_module_files: Files | |
|
214 | project_module_wiki: Wiki | |
|
215 | project_module_repository: Repository | |
|
216 | project_module_boards: Boards | |
|
217 | ||
|
209 | 218 | label_user: User |
|
210 | 219 | label_user_plural: Users |
|
211 | 220 | label_user_new: New user |
@@ -477,6 +486,9 label_change_properties: Change properties | |||
|
477 | 486 | label_general: General |
|
478 | 487 | label_more: More |
|
479 | 488 | label_scm: SCM |
|
489 | label_plugins: Plugins | |
|
490 | label_ldap_authentication: LDAP authentication | |
|
491 | label_downloads_abbr: D/L | |
|
480 | 492 | |
|
481 | 493 | button_login: Login |
|
482 | 494 | button_submit: Submit |
@@ -514,6 +526,7 button_change_password: Change password | |||
|
514 | 526 | button_copy: Copy |
|
515 | 527 | button_annotate: Annotate |
|
516 | 528 | button_update: Update |
|
529 | button_configure: Configure | |
|
517 | 530 | |
|
518 | 531 | status_active: active |
|
519 | 532 | status_registered: registered |
@@ -551,6 +564,9 text_load_default_configuration: Load the default configuration | |||
|
551 | 564 | text_status_changed_by_changeset: Applied in changeset %s. |
|
552 | 565 | text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?' |
|
553 | 566 | text_select_project_modules: 'Select modules to enable for this project:' |
|
567 | text_default_administrator_account_changed: Default administrator account changed | |
|
568 | text_file_repository_writable: File repository writable | |
|
569 | text_rmagick_available: RMagick available (optional) | |
|
554 | 570 | |
|
555 | 571 | default_role_manager: Manager |
|
556 | 572 | default_role_developper: Developer |
@@ -580,3 +580,18 label_document_added: Document added | |||
|
580 | 580 | label_message_posted: Message added |
|
581 | 581 | label_file_added: File added |
|
582 | 582 | label_news_added: News added |
|
583 | project_module_boards: Boards | |
|
584 | project_module_issue_tracking: Issue tracking | |
|
585 | project_module_wiki: Wiki | |
|
586 | project_module_files: Files | |
|
587 | project_module_documents: Documents | |
|
588 | project_module_repository: Repository | |
|
589 | project_module_news: News | |
|
590 | project_module_time_tracking: Time tracking | |
|
591 | text_file_repository_writable: File repository writable | |
|
592 | text_default_administrator_account_changed: Default administrator account changed | |
|
593 | text_rmagick_available: RMagick available (optional) | |
|
594 | button_configure: Configure | |
|
595 | label_plugins: Plugins | |
|
596 | label_ldap_authentication: LDAP authentication | |
|
597 | label_downloads_abbr: D/L |
@@ -581,3 +581,18 label_file_added: File added | |||
|
581 | 581 | label_scm: SCM |
|
582 | 582 | text_select_project_modules: 'Select modules to enable for this project:' |
|
583 | 583 | label_news_added: News added |
|
584 | project_module_boards: Boards | |
|
585 | project_module_issue_tracking: Issue tracking | |
|
586 | project_module_wiki: Wiki | |
|
587 | project_module_files: Files | |
|
588 | project_module_documents: Documents | |
|
589 | project_module_repository: Repository | |
|
590 | project_module_news: News | |
|
591 | project_module_time_tracking: Time tracking | |
|
592 | text_file_repository_writable: File repository writable | |
|
593 | text_default_administrator_account_changed: Default administrator account changed | |
|
594 | text_rmagick_available: RMagick available (optional) | |
|
595 | button_configure: Configure | |
|
596 | label_plugins: Plugins | |
|
597 | label_ldap_authentication: LDAP authentication | |
|
598 | label_downloads_abbr: D/L |
@@ -206,6 +206,15 setting_protocol: Protocole | |||
|
206 | 206 | setting_per_page_options: Options d'objets affichés par page |
|
207 | 207 | setting_user_format: Format d'affichage des utilisateurs |
|
208 | 208 | |
|
209 | project_module_issue_tracking: Suivi des demandes | |
|
210 | project_module_time_tracking: Suivi du temps passé | |
|
211 | project_module_news: Publication d'annonces | |
|
212 | project_module_documents: Publication de documents | |
|
213 | project_module_files: Publication de fichiers | |
|
214 | project_module_wiki: Wiki | |
|
215 | project_module_repository: Dépôt de sources | |
|
216 | project_module_boards: Forums de discussion | |
|
217 | ||
|
209 | 218 | label_user: Utilisateur |
|
210 | 219 | label_user_plural: Utilisateurs |
|
211 | 220 | label_user_new: Nouvel utilisateur |
@@ -477,6 +486,9 label_change_properties: Changer les propriétés | |||
|
477 | 486 | label_general: Général |
|
478 | 487 | label_more: Plus |
|
479 | 488 | label_scm: SCM |
|
489 | label_plugins: Plugins | |
|
490 | label_ldap_authentication: Authentification LDAP | |
|
491 | label_downloads_abbr: D/L | |
|
480 | 492 | |
|
481 | 493 | button_login: Connexion |
|
482 | 494 | button_submit: Soumettre |
@@ -514,6 +526,7 button_change_password: Changer de mot de passe | |||
|
514 | 526 | button_copy: Copier |
|
515 | 527 | button_annotate: Annoter |
|
516 | 528 | button_update: Mettre à jour |
|
529 | button_configure: Configurer | |
|
517 | 530 | |
|
518 | 531 | status_active: actif |
|
519 | 532 | status_registered: enregistré |
@@ -551,6 +564,9 text_load_default_configuration: Charger le paramétrage par défaut | |||
|
551 | 564 | text_status_changed_by_changeset: Appliqué par commit %s. |
|
552 | 565 | text_issues_destroy_confirmation: 'Etes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?' |
|
553 | 566 | text_select_project_modules: 'Selectionner les modules à activer pour ce project:' |
|
567 | text_default_administrator_account_changed: Compte administrateur par défaut changé | |
|
568 | text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture | |
|
569 | text_rmagick_available: Bibliothèque RMagick présente (optionnelle) | |
|
554 | 570 | |
|
555 | 571 | default_role_manager: Manager |
|
556 | 572 | default_role_developper: Développeur |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -578,3 +578,18 label_document_added: Document added | |||
|
578 | 578 | label_message_posted: Message added |
|
579 | 579 | label_file_added: File added |
|
580 | 580 | label_news_added: News added |
|
581 | project_module_boards: Boards | |
|
582 | project_module_issue_tracking: Issue tracking | |
|
583 | project_module_wiki: Wiki | |
|
584 | project_module_files: Files | |
|
585 | project_module_documents: Documents | |
|
586 | project_module_repository: Repository | |
|
587 | project_module_news: News | |
|
588 | project_module_time_tracking: Time tracking | |
|
589 | text_file_repository_writable: File repository writable | |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
|
591 | text_rmagick_available: RMagick available (optional) | |
|
592 | button_configure: Configure | |
|
593 | label_plugins: Plugins | |
|
594 | label_ldap_authentication: LDAP authentication | |
|
595 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -578,3 +578,18 label_document_added: Dokumentas pridėtas | |||
|
578 | 578 | label_message_posted: Pranešimas pridėtas |
|
579 | 579 | label_file_added: Byla pridėta |
|
580 | 580 | label_news_added: Naujiena pridėta |
|
581 | project_module_boards: Boards | |
|
582 | project_module_issue_tracking: Issue tracking | |
|
583 | project_module_wiki: Wiki | |
|
584 | project_module_files: Files | |
|
585 | project_module_documents: Documents | |
|
586 | project_module_repository: Repository | |
|
587 | project_module_news: News | |
|
588 | project_module_time_tracking: Time tracking | |
|
589 | text_file_repository_writable: File repository writable | |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
|
591 | text_rmagick_available: RMagick available (optional) | |
|
592 | button_configure: Configure | |
|
593 | label_plugins: Plugins | |
|
594 | label_ldap_authentication: LDAP authentication | |
|
595 | label_downloads_abbr: D/L |
@@ -578,3 +578,18 label_document_added: Document added | |||
|
578 | 578 | label_message_posted: Message added |
|
579 | 579 | label_file_added: File added |
|
580 | 580 | label_news_added: News added |
|
581 | project_module_boards: Boards | |
|
582 | project_module_issue_tracking: Issue tracking | |
|
583 | project_module_wiki: Wiki | |
|
584 | project_module_files: Files | |
|
585 | project_module_documents: Documents | |
|
586 | project_module_repository: Repository | |
|
587 | project_module_news: News | |
|
588 | project_module_time_tracking: Time tracking | |
|
589 | text_file_repository_writable: File repository writable | |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
|
591 | text_rmagick_available: RMagick available (optional) | |
|
592 | button_configure: Configure | |
|
593 | label_plugins: Plugins | |
|
594 | label_ldap_authentication: LDAP authentication | |
|
595 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 label_document_added: Document added | |||
|
577 | 577 | label_message_posted: Message added |
|
578 | 578 | label_file_added: File added |
|
579 | 579 | label_news_added: News added |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -581,3 +581,18 label_news_added: Новость добавлена | |||
|
581 | 581 | label_calendar_filter: Включая |
|
582 | 582 | label_calendar_no_assigned: не мои |
|
583 | 583 | label_timelog_today: Расход времени за сегодня |
|
584 | project_module_boards: Boards | |
|
585 | project_module_issue_tracking: Issue tracking | |
|
586 | project_module_wiki: Wiki | |
|
587 | project_module_files: Files | |
|
588 | project_module_documents: Documents | |
|
589 | project_module_repository: Repository | |
|
590 | project_module_news: News | |
|
591 | project_module_time_tracking: Time tracking | |
|
592 | text_file_repository_writable: File repository writable | |
|
593 | text_default_administrator_account_changed: Default administrator account changed | |
|
594 | text_rmagick_available: RMagick available (optional) | |
|
595 | button_configure: Configure | |
|
596 | label_plugins: Plugins | |
|
597 | label_ldap_authentication: LDAP authentication | |
|
598 | label_downloads_abbr: D/L |
@@ -578,3 +578,18 label_document_added: Document added | |||
|
578 | 578 | label_message_posted: Message added |
|
579 | 579 | label_file_added: File added |
|
580 | 580 | label_news_added: News added |
|
581 | project_module_boards: Boards | |
|
582 | project_module_issue_tracking: Issue tracking | |
|
583 | project_module_wiki: Wiki | |
|
584 | project_module_files: Files | |
|
585 | project_module_documents: Documents | |
|
586 | project_module_repository: Repository | |
|
587 | project_module_news: News | |
|
588 | project_module_time_tracking: Time tracking | |
|
589 | text_file_repository_writable: File repository writable | |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
|
591 | text_rmagick_available: RMagick available (optional) | |
|
592 | button_configure: Configure | |
|
593 | label_plugins: Plugins | |
|
594 | label_ldap_authentication: LDAP authentication | |
|
595 | label_downloads_abbr: D/L |
@@ -578,3 +578,18 label_document_added: Document added | |||
|
578 | 578 | label_message_posted: Message added |
|
579 | 579 | label_file_added: File added |
|
580 | 580 | label_news_added: News added |
|
581 | project_module_boards: Boards | |
|
582 | project_module_issue_tracking: Issue tracking | |
|
583 | project_module_wiki: Wiki | |
|
584 | project_module_files: Files | |
|
585 | project_module_documents: Documents | |
|
586 | project_module_repository: Repository | |
|
587 | project_module_news: News | |
|
588 | project_module_time_tracking: Time tracking | |
|
589 | text_file_repository_writable: File repository writable | |
|
590 | text_default_administrator_account_changed: Default administrator account changed | |
|
591 | text_rmagick_available: RMagick available (optional) | |
|
592 | button_configure: Configure | |
|
593 | label_plugins: Plugins | |
|
594 | label_ldap_authentication: LDAP authentication | |
|
595 | label_downloads_abbr: D/L |
@@ -579,3 +579,18 text_no_configuration_data: "Roles, trackers, issue statuses and workflow have n | |||
|
579 | 579 | label_news_added: News added |
|
580 | 580 | label_repository_plural: Repositories |
|
581 | 581 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" |
|
582 | project_module_boards: Boards | |
|
583 | project_module_issue_tracking: Issue tracking | |
|
584 | project_module_wiki: Wiki | |
|
585 | project_module_files: Files | |
|
586 | project_module_documents: Documents | |
|
587 | project_module_repository: Repository | |
|
588 | project_module_news: News | |
|
589 | project_module_time_tracking: Time tracking | |
|
590 | text_file_repository_writable: File repository writable | |
|
591 | text_default_administrator_account_changed: Default administrator account changed | |
|
592 | text_rmagick_available: RMagick available (optional) | |
|
593 | button_configure: Configure | |
|
594 | label_plugins: Plugins | |
|
595 | label_ldap_authentication: LDAP authentication | |
|
596 | label_downloads_abbr: D/L |
@@ -577,3 +577,18 default_activity_development: 開發 | |||
|
577 | 577 | enumeration_issue_priorities: 項目優先權 |
|
578 | 578 | enumeration_doc_categories: 文件分類 |
|
579 | 579 | enumeration_activities: 活動 (time tracking) |
|
580 | project_module_boards: Boards | |
|
581 | project_module_issue_tracking: Issue tracking | |
|
582 | project_module_wiki: Wiki | |
|
583 | project_module_files: Files | |
|
584 | project_module_documents: Documents | |
|
585 | project_module_repository: Repository | |
|
586 | project_module_news: News | |
|
587 | project_module_time_tracking: Time tracking | |
|
588 | text_file_repository_writable: File repository writable | |
|
589 | text_default_administrator_account_changed: Default administrator account changed | |
|
590 | text_rmagick_available: RMagick available (optional) | |
|
591 | button_configure: Configure | |
|
592 | label_plugins: Plugins | |
|
593 | label_ldap_authentication: LDAP authentication | |
|
594 | label_downloads_abbr: D/L |
@@ -580,3 +580,18 label_document_added: Document added | |||
|
580 | 580 | label_message_posted: Message added |
|
581 | 581 | label_file_added: File added |
|
582 | 582 | label_news_added: News added |
|
583 | project_module_boards: Boards | |
|
584 | project_module_issue_tracking: Issue tracking | |
|
585 | project_module_wiki: Wiki | |
|
586 | project_module_files: Files | |
|
587 | project_module_documents: Documents | |
|
588 | project_module_repository: Repository | |
|
589 | project_module_news: News | |
|
590 | project_module_time_tracking: Time tracking | |
|
591 | text_file_repository_writable: File repository writable | |
|
592 | text_default_administrator_account_changed: Default administrator account changed | |
|
593 | text_rmagick_available: RMagick available (optional) | |
|
594 | button_configure: Configure | |
|
595 | label_plugins: Plugins | |
|
596 | label_ldap_authentication: LDAP authentication | |
|
597 | label_downloads_abbr: D/L |
General Comments 0
You need to be logged in to leave comments.
Login now