OLD | NEW |
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 | 2 |
3 [inherit] | 3 [inherit] |
4 file = /home/trac/trac.ini | 4 file = /home/trac/trac.ini |
5 | 5 |
6 [header_logo] | 6 [header_logo] |
7 alt = <%= @description %> | 7 alt = <%= @description %> |
8 height = 80 | 8 height = 80 |
9 link = / | 9 link = / |
10 src = logo.png | 10 src = logo.png |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 blockedby = text | 186 blockedby = text |
187 blockedby.label = Blocked By | 187 blockedby.label = Blocked By |
188 review_url = textarea | 188 review_url = textarea |
189 review_url.rows = 3 | 189 review_url.rows = 3 |
190 review_url.cols = 68 | 190 review_url.cols = 68 |
191 review_url.label = Review URL(s) | 191 review_url.label = Review URL(s) |
192 review_url.order = 1 | 192 review_url.order = 1 |
193 review_url.format = wiki | 193 review_url.format = wiki |
194 platform = select | 194 platform = select |
195 platform.label = Platform | 195 platform.label = Platform |
196 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Br
owser | 196 platform.options = Unknown / Cross platform|Adblock Browser for Android|Adblock
Browser for iOS|Android|Chrome|Firefox|Firefox Mobile|Internet Explorer|Maxthon|
Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Browser |
197 platform.value = Unknown | 197 platform.value = Unknown / Cross platform |
198 tester = select | 198 tester = select |
199 tester.label = Tester | 199 tester.label = Tester |
200 tester.options = Unknown|Ross|Shikitita | 200 tester.options = Unknown|Ross|Shikitita |
201 tester.value = Unknown | 201 tester.value = Unknown |
202 | 202 |
OLD | NEW |