Project

General

Profile

Exported UTF-8 Vietnamese looks strange » settings.yml

Hung Nguyen Vu, 2010-01-22 09:20

 
1
# redMine - project management software
2
# Copyright (C) 2006-2007  Jean-Philippe Lang
3
#
4
# This program is free software; you can redistribute it and/or
5
# modify it under the terms of the GNU General Public License
6
# as published by the Free Software Foundation; either version 2
7
# of the License, or (at your option) any later version.
8
# 
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
# 
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
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17

    
18

    
19
# DO NOT MODIFY THIS FILE !!!
20
# Settings can be defined through the application in Admin -> Settings
21

    
22
app_title:
23
  default: Redmine
24
app_subtitle:
25
  default: Project management
26
welcome_text:
27
  default:
28
login_required:
29
  default: 0
30
self_registration:
31
  default: '2'
32
lost_password:
33
  default: 1
34
attachment_max_size:
35
  format: int
36
  default: 5120
37
issues_export_limit:
38
  format: int
39
  default: 500
40
activity_days_default:
41
  format: int
42
  default: 30
43
per_page_options:
44
  default: '25,50,100'
45
mail_from:
46
  default: redmine@example.net
47
bcc_recipients:
48
  default: 1
49
plain_text_mail:
50
  default: 0
51
text_formatting:
52
  default: textile
53
wiki_compression:
54
  default: ""
55
default_language:
56
  default: vi
57
host_name:
58
#  default: localhost:8080
59
  default: localhost:3000
60
protocol:
61
  default: http
62
feeds_limit:
63
  format: int
64
  default: 15
65
diff_max_lines_displayed:
66
  format: int
67
  default: 1500
68
enabled_scm:
69
  serialized: true
70
  default: 
71
  - Subversion
72
  - Darcs
73
  - Mercurial
74
  - Cvs
75
  - Bazaar
76
  - Git
77
autofetch_changesets:
78
  default: 1
79
sys_api_enabled:
80
  default: 0
81
commit_ref_keywords:
82
  default: 'refs,references,IssueID'
83
commit_fix_keywords:
84
  default: 'fixes,closes'
85
commit_fix_status_id:
86
  format: int
87
  default: 0
88
commit_fix_done_ratio:
89
  default: 100
90
# autologin duration in days
91
# 0 means autologin is disabled 
92
autologin:
93
  format: int
94
  default: 0
95
# date format
96
date_format:
97
  default: ''
98
time_format:
99
  default: ''
100
user_format:
101
  default: :firstname_lastname
102
  format: symbol
103
cross_project_issue_relations:
104
  default: 0
105
notified_events:
106
  serialized: true
107
  default: 
108
  - issue_added
109
  - issue_updated
110
mail_handler_api_enabled:
111
  default: 0
112
mail_handler_api_key:
113
  default: 
114
issue_list_default_columns:
115
  serialized: true
116
  default: 
117
  - tracker
118
  - status
119
  - priority
120
  - subject
121
  - assigned_to
122
  - updated_on
123
display_subprojects_issues:
124
  default: 1
125
default_projects_public:
126
  default: 1
127
sequential_project_identifiers:
128
  default: 0
129
# encodings used to convert repository files content to UTF-8
130
# multiple values accepted, comma separated
131
repositories_encodings:
132
  default: ''
133
# encoding used to convert commit logs to UTF-8
134
commit_logs_encoding:
135
  default: 'UTF-8'
136
ui_theme:
137
  default: ''
138
emails_footer:
139
  default: |-
140
    You have received this notification because you have either subscribed to it, or are involved in it.
141
    To change your notification preferences, please click here: http://hostname/my/account
142
gravatar_enabled:  
143
  default: 0
(2-2/3)