@@ -1,277 +1,277 | |||||
1 | # Redmine - project management software |
|
1 | # Redmine - project management software | |
2 | # Copyright (C) 2006-2015 Jean-Philippe Lang |
|
2 | # Copyright (C) 2006-2015 Jean-Philippe Lang | |
3 | # |
|
3 | # | |
4 | # This program is free software; you can redistribute it and/or |
|
4 | # This program is free software; you can redistribute it and/or | |
5 | # modify it under the terms of the GNU General Public License |
|
5 | # modify it under the terms of the GNU General Public License | |
6 | # as published by the Free Software Foundation; either version 2 |
|
6 | # as published by the Free Software Foundation; either version 2 | |
7 | # of the License, or (at your option) any later version. |
|
7 | # of the License, or (at your option) any later version. | |
8 | # |
|
8 | # | |
9 | # This program is distributed in the hope that it will be useful, |
|
9 | # This program is distributed in the hope that it will be useful, | |
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | # GNU General Public License for more details. |
|
12 | # GNU General Public License for more details. | |
13 | # |
|
13 | # | |
14 | # You should have received a copy of the GNU General Public License |
|
14 | # You should have received a copy of the GNU General Public License | |
15 | # along with this program; if not, write to the Free Software |
|
15 | # along with this program; if not, write to the Free Software | |
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
17 |
|
17 | |||
18 |
|
18 | |||
19 | # DO NOT MODIFY THIS FILE !!! |
|
19 | # DO NOT MODIFY THIS FILE !!! | |
20 | # Settings can be defined through the application in Admin -> Settings |
|
20 | # Settings can be defined through the application in Admin -> Settings | |
21 |
|
21 | |||
22 | app_title: |
|
22 | app_title: | |
23 | default: Redmine |
|
23 | default: Redmine | |
24 | app_subtitle: |
|
24 | app_subtitle: | |
25 | default: Project management |
|
25 | default: Project management | |
26 | welcome_text: |
|
26 | welcome_text: | |
27 | default: |
|
27 | default: | |
28 | login_required: |
|
28 | login_required: | |
29 | default: 0 |
|
29 | default: 0 | |
30 | security_notifications: 1 |
|
30 | security_notifications: 1 | |
31 | self_registration: |
|
31 | self_registration: | |
32 | default: '2' |
|
32 | default: '2' | |
33 | security_notifications: 1 |
|
33 | security_notifications: 1 | |
34 | lost_password: |
|
34 | lost_password: | |
35 | default: 1 |
|
35 | default: 1 | |
36 | security_notifications: 1 |
|
36 | security_notifications: 1 | |
37 | unsubscribe: |
|
37 | unsubscribe: | |
38 | default: 1 |
|
38 | default: 1 | |
39 | password_min_length: |
|
39 | password_min_length: | |
40 | format: int |
|
40 | format: int | |
41 | default: 8 |
|
41 | default: 8 | |
42 | security_notifications: 1 |
|
42 | security_notifications: 1 | |
43 | # Maximum password age in days |
|
43 | # Maximum password age in days | |
44 | password_max_age: |
|
44 | password_max_age: | |
45 | format: int |
|
45 | format: int | |
46 | default: 0 |
|
46 | default: 0 | |
47 | security_notifications: 1 |
|
47 | security_notifications: 1 | |
48 | # Maximum number of additional email addresses per user |
|
48 | # Maximum number of additional email addresses per user | |
49 | max_additional_emails: |
|
49 | max_additional_emails: | |
50 | format: int |
|
50 | format: int | |
51 | default: 5 |
|
51 | default: 5 | |
52 | # Maximum lifetime of user sessions in minutes |
|
52 | # Maximum lifetime of user sessions in minutes | |
53 | session_lifetime: |
|
53 | session_lifetime: | |
54 | format: int |
|
54 | format: int | |
55 | default: 0 |
|
55 | default: 0 | |
56 | security_notifications: 1 |
|
56 | security_notifications: 1 | |
57 | # User session timeout in minutes |
|
57 | # User session timeout in minutes | |
58 | session_timeout: |
|
58 | session_timeout: | |
59 | format: int |
|
59 | format: int | |
60 | default: 0 |
|
60 | default: 0 | |
61 | security_notifications: 1 |
|
61 | security_notifications: 1 | |
62 | attachment_max_size: |
|
62 | attachment_max_size: | |
63 | format: int |
|
63 | format: int | |
64 | default: 5120 |
|
64 | default: 5120 | |
65 | attachment_extensions_allowed: |
|
65 | attachment_extensions_allowed: | |
66 | default: |
|
66 | default: | |
67 | attachment_extensions_denied: |
|
67 | attachment_extensions_denied: | |
68 | default: |
|
68 | default: | |
69 | issues_export_limit: |
|
69 | issues_export_limit: | |
70 | format: int |
|
70 | format: int | |
71 | default: 500 |
|
71 | default: 500 | |
72 | activity_days_default: |
|
72 | activity_days_default: | |
73 | format: int |
|
73 | format: int | |
74 | default: 30 |
|
74 | default: 30 | |
75 | per_page_options: |
|
75 | per_page_options: | |
76 | default: '25,50,100' |
|
76 | default: '25,50,100' | |
77 | search_results_per_page: |
|
77 | search_results_per_page: | |
78 | default: 10 |
|
78 | default: 10 | |
79 | mail_from: |
|
79 | mail_from: | |
80 | default: redmine@example.net |
|
80 | default: redmine@example.net | |
81 | bcc_recipients: |
|
81 | bcc_recipients: | |
82 | default: 1 |
|
82 | default: 1 | |
83 | plain_text_mail: |
|
83 | plain_text_mail: | |
84 | default: 0 |
|
84 | default: 0 | |
85 | text_formatting: |
|
85 | text_formatting: | |
86 | default: textile |
|
86 | default: textile | |
87 | cache_formatted_text: |
|
87 | cache_formatted_text: | |
88 | default: 0 |
|
88 | default: 0 | |
89 | wiki_compression: |
|
89 | wiki_compression: | |
90 | default: "" |
|
90 | default: "" | |
91 | default_language: |
|
91 | default_language: | |
92 | default: en |
|
92 | default: en | |
93 | force_default_language_for_anonymous: |
|
93 | force_default_language_for_anonymous: | |
94 | default: 0 |
|
94 | default: 0 | |
95 | force_default_language_for_loggedin: |
|
95 | force_default_language_for_loggedin: | |
96 | default: 0 |
|
96 | default: 0 | |
97 | host_name: |
|
97 | host_name: | |
98 | default: localhost:3000 |
|
98 | default: localhost:3000 | |
99 | protocol: |
|
99 | protocol: | |
100 | default: http |
|
100 | default: http | |
101 | security_notifications: 1 |
|
101 | security_notifications: 1 | |
102 | feeds_limit: |
|
102 | feeds_limit: | |
103 | format: int |
|
103 | format: int | |
104 | default: 15 |
|
104 | default: 15 | |
105 | gantt_items_limit: |
|
105 | gantt_items_limit: | |
106 | format: int |
|
106 | format: int | |
107 | default: 500 |
|
107 | default: 500 | |
108 | # Maximum size of files that can be displayed |
|
108 | # Maximum size of files that can be displayed | |
109 | # inline through the file viewer (in KB) |
|
109 | # inline through the file viewer (in KB) | |
110 | file_max_size_displayed: |
|
110 | file_max_size_displayed: | |
111 | format: int |
|
111 | format: int | |
112 | default: 512 |
|
112 | default: 512 | |
113 | diff_max_lines_displayed: |
|
113 | diff_max_lines_displayed: | |
114 | format: int |
|
114 | format: int | |
115 | default: 1500 |
|
115 | default: 1500 | |
116 | enabled_scm: |
|
116 | enabled_scm: | |
117 | serialized: true |
|
117 | serialized: true | |
118 | default: |
|
118 | default: | |
119 | - Subversion |
|
119 | - Subversion | |
120 | - Darcs |
|
120 | - Darcs | |
121 | - Mercurial |
|
121 | - Mercurial | |
122 | - Cvs |
|
122 | - Cvs | |
123 | - Bazaar |
|
123 | - Bazaar | |
124 | - Git |
|
124 | - Git | |
125 | security_notifications: 1 |
|
125 | security_notifications: 1 | |
126 | autofetch_changesets: |
|
126 | autofetch_changesets: | |
127 | default: 1 |
|
127 | default: 1 | |
128 | sys_api_enabled: |
|
128 | sys_api_enabled: | |
129 | default: 0 |
|
129 | default: 0 | |
130 | security_notifications: 1 |
|
130 | security_notifications: 1 | |
131 | sys_api_key: |
|
131 | sys_api_key: | |
132 | default: '' |
|
132 | default: '' | |
133 | security_notifications: 1 |
|
133 | security_notifications: 1 | |
134 | commit_cross_project_ref: |
|
134 | commit_cross_project_ref: | |
135 | default: 0 |
|
135 | default: 0 | |
136 | commit_ref_keywords: |
|
136 | commit_ref_keywords: | |
137 | default: 'refs,references,IssueID' |
|
137 | default: 'refs,references,IssueID' | |
138 | commit_update_keywords: |
|
138 | commit_update_keywords: | |
139 | serialized: true |
|
139 | serialized: true | |
140 | default: [] |
|
140 | default: [] | |
141 | commit_logtime_enabled: |
|
141 | commit_logtime_enabled: | |
142 | default: 0 |
|
142 | default: 0 | |
143 | commit_logtime_activity_id: |
|
143 | commit_logtime_activity_id: | |
144 | format: int |
|
144 | format: int | |
145 | default: 0 |
|
145 | default: 0 | |
146 | # autologin duration in days |
|
146 | # autologin duration in days | |
147 | # 0 means autologin is disabled |
|
147 | # 0 means autologin is disabled | |
148 | autologin: |
|
148 | autologin: | |
149 | format: int |
|
149 | format: int | |
150 | default: 0 |
|
150 | default: 0 | |
151 | # date format |
|
151 | # date format | |
152 | date_format: |
|
152 | date_format: | |
153 | default: '' |
|
153 | default: '' | |
154 | time_format: |
|
154 | time_format: | |
155 | default: '' |
|
155 | default: '' | |
156 | user_format: |
|
156 | user_format: | |
157 | default: :firstname_lastname |
|
157 | default: :firstname_lastname | |
158 | format: symbol |
|
158 | format: symbol | |
159 | cross_project_issue_relations: |
|
159 | cross_project_issue_relations: | |
160 | default: 0 |
|
160 | default: 0 | |
161 | # Enables subtasks to be in other projects |
|
161 | # Enables subtasks to be in other projects | |
162 | cross_project_subtasks: |
|
162 | cross_project_subtasks: | |
163 | default: 'tree' |
|
163 | default: 'tree' | |
164 | parent_issue_dates: |
|
164 | parent_issue_dates: | |
165 | default: 'derived' |
|
165 | default: 'derived' | |
166 | parent_issue_priority: |
|
166 | parent_issue_priority: | |
167 | default: 'derived' |
|
167 | default: 'derived' | |
168 | parent_issue_done_ratio: |
|
168 | parent_issue_done_ratio: | |
169 | default: 'derived' |
|
169 | default: 'derived' | |
170 | link_copied_issue: |
|
170 | link_copied_issue: | |
171 | default: 'ask' |
|
171 | default: 'ask' | |
172 | issue_group_assignment: |
|
172 | issue_group_assignment: | |
173 | default: 0 |
|
173 | default: 0 | |
174 | default_issue_start_date_to_creation_date: |
|
174 | default_issue_start_date_to_creation_date: | |
175 | default: 1 |
|
175 | default: 1 | |
176 | notified_events: |
|
176 | notified_events: | |
177 | serialized: true |
|
177 | serialized: true | |
178 | default: |
|
178 | default: | |
179 | - issue_added |
|
179 | - issue_added | |
180 | - issue_updated |
|
180 | - issue_updated | |
181 | mail_handler_body_delimiters: |
|
181 | mail_handler_body_delimiters: | |
182 | default: '' |
|
182 | default: '' | |
183 | mail_handler_excluded_filenames: |
|
183 | mail_handler_excluded_filenames: | |
184 | default: '' |
|
184 | default: '' | |
185 | mail_handler_api_enabled: |
|
185 | mail_handler_api_enabled: | |
186 | default: 0 |
|
186 | default: 0 | |
187 | security_notifications: 1 |
|
187 | security_notifications: 1 | |
188 | mail_handler_api_key: |
|
188 | mail_handler_api_key: | |
189 | default: |
|
189 | default: | |
190 | security_notifications: 1 |
|
190 | security_notifications: 1 | |
191 | issue_list_default_columns: |
|
191 | issue_list_default_columns: | |
192 | serialized: true |
|
192 | serialized: true | |
193 | default: |
|
193 | default: | |
194 | - tracker |
|
194 | - tracker | |
195 | - status |
|
195 | - status | |
196 | - priority |
|
196 | - priority | |
197 | - subject |
|
197 | - subject | |
198 | - assigned_to |
|
198 | - assigned_to | |
199 | - updated_on |
|
199 | - updated_on | |
200 | issue_list_default_totals: |
|
200 | issue_list_default_totals: | |
201 | serialized: true |
|
201 | serialized: true | |
202 | default: [] |
|
202 | default: [] | |
203 | display_subprojects_issues: |
|
203 | display_subprojects_issues: | |
204 | default: 1 |
|
204 | default: 1 | |
205 | issue_done_ratio: |
|
205 | issue_done_ratio: | |
206 | default: 'issue_field' |
|
206 | default: 'issue_field' | |
207 | default_projects_public: |
|
207 | default_projects_public: | |
208 | default: 1 |
|
208 | default: 1 | |
209 | default_projects_modules: |
|
209 | default_projects_modules: | |
210 | serialized: true |
|
210 | serialized: true | |
211 | default: |
|
211 | default: | |
212 | - issue_tracking |
|
212 | - issue_tracking | |
213 | - time_tracking |
|
213 | - time_tracking | |
214 | - news |
|
214 | - news | |
215 | - documents |
|
215 | - documents | |
216 | - files |
|
216 | - files | |
217 | - wiki |
|
217 | - wiki | |
218 | - repository |
|
218 | - repository | |
219 | - boards |
|
219 | - boards | |
220 | - calendar |
|
220 | - calendar | |
221 | - gantt |
|
221 | - gantt | |
222 | default_projects_tracker_ids: |
|
222 | default_projects_tracker_ids: | |
223 | serialized: true |
|
223 | serialized: true | |
224 |
default: |
|
224 | default: | |
225 | # Role given to a non-admin user who creates a project |
|
225 | # Role given to a non-admin user who creates a project | |
226 | new_project_user_role_id: |
|
226 | new_project_user_role_id: | |
227 | format: int |
|
227 | format: int | |
228 | default: '' |
|
228 | default: '' | |
229 | sequential_project_identifiers: |
|
229 | sequential_project_identifiers: | |
230 | default: 0 |
|
230 | default: 0 | |
231 | # encodings used to convert repository files content to UTF-8 |
|
231 | # encodings used to convert repository files content to UTF-8 | |
232 | # multiple values accepted, comma separated |
|
232 | # multiple values accepted, comma separated | |
233 | default_users_hide_mail: |
|
233 | default_users_hide_mail: | |
234 | default: 1 |
|
234 | default: 1 | |
235 | repositories_encodings: |
|
235 | repositories_encodings: | |
236 | default: '' |
|
236 | default: '' | |
237 | # encoding used to convert commit logs to UTF-8 |
|
237 | # encoding used to convert commit logs to UTF-8 | |
238 | commit_logs_encoding: |
|
238 | commit_logs_encoding: | |
239 | default: 'UTF-8' |
|
239 | default: 'UTF-8' | |
240 | repository_log_display_limit: |
|
240 | repository_log_display_limit: | |
241 | format: int |
|
241 | format: int | |
242 | default: 100 |
|
242 | default: 100 | |
243 | ui_theme: |
|
243 | ui_theme: | |
244 | default: '' |
|
244 | default: '' | |
245 | emails_footer: |
|
245 | emails_footer: | |
246 | default: |- |
|
246 | default: |- | |
247 | You have received this notification because you have either subscribed to it, or are involved in it. |
|
247 | You have received this notification because you have either subscribed to it, or are involved in it. | |
248 | To change your notification preferences, please click here: http://hostname/my/account |
|
248 | To change your notification preferences, please click here: http://hostname/my/account | |
249 | gravatar_enabled: |
|
249 | gravatar_enabled: | |
250 | default: 0 |
|
250 | default: 0 | |
251 | openid: |
|
251 | openid: | |
252 | default: 0 |
|
252 | default: 0 | |
253 | security_notifications: 1 |
|
253 | security_notifications: 1 | |
254 | gravatar_default: |
|
254 | gravatar_default: | |
255 | default: '' |
|
255 | default: '' | |
256 | start_of_week: |
|
256 | start_of_week: | |
257 | default: '' |
|
257 | default: '' | |
258 | rest_api_enabled: |
|
258 | rest_api_enabled: | |
259 | default: 0 |
|
259 | default: 0 | |
260 | security_notifications: 1 |
|
260 | security_notifications: 1 | |
261 | jsonp_enabled: |
|
261 | jsonp_enabled: | |
262 | default: 0 |
|
262 | default: 0 | |
263 | security_notifications: 1 |
|
263 | security_notifications: 1 | |
264 | default_notification_option: |
|
264 | default_notification_option: | |
265 | default: 'only_my_events' |
|
265 | default: 'only_my_events' | |
266 | emails_header: |
|
266 | emails_header: | |
267 | default: '' |
|
267 | default: '' | |
268 | thumbnails_enabled: |
|
268 | thumbnails_enabled: | |
269 | default: 0 |
|
269 | default: 0 | |
270 | thumbnails_size: |
|
270 | thumbnails_size: | |
271 | format: int |
|
271 | format: int | |
272 | default: 100 |
|
272 | default: 100 | |
273 | non_working_week_days: |
|
273 | non_working_week_days: | |
274 | serialized: true |
|
274 | serialized: true | |
275 | default: |
|
275 | default: | |
276 | - '6' |
|
276 | - '6' | |
277 | - '7' |
|
277 | - '7' |
General Comments 0
You need to be logged in to leave comments.
Login now