summaryrefslogtreecommitdiffstats
path: root/public/help/hr
Commit message (Collapse)AuthorAgeFilesLines
* Updates wiki help: Link to an anchor of the current wikipage (#16313).Go MAEDA2018-06-062-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the value of "pre" button in Markdown toolbar from "~~~" to "```" ↵Go MAEDA2018-04-112-3/+3
| | | | | | | | | (#22843). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add user link documentation (#26188).Jean-Philippe Lang2017-06-252-0/+20
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Complement external URL documentation (#21375).Jean-Philippe Lang2017-06-252-2/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Working external URLs not documented (#21375).Jean-Philippe Lang2017-04-032-2/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16447 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove old and obsolete 'Content-Style-Type' meta tag (#24800).Jean-Philippe Lang2017-01-152-2/+0
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax internal style sheets into an external one (#24800).Jean-Philippe Lang2017-01-152-26/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract wiki_syntax_detailed internal style sheets into an external one ↵Jean-Philippe Lang2017-01-152-54/+2
| | | | | | | | (#24800). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Update the CodeRay Ruby syntax highlight example.Toshi MARUYAMA2015-08-142-50/+40
| | | | | | | | | | | | | | | | This commit changes the following: * Remove line numbering from syntax highlight example. * Add span with 'CodeRay' class around the syntax highlight example. * Fix span classes in the syntax highlight example: ** Ruby scanner changed from ':reserved' to ':keyword' with CodeRay 1.0.0. * Remove obsolete line numbering styles. * Fix internal stylesheet to match CodeRay 1.1.0 (preserving r10132's changes). * Sort internal styles and remove superfluous newlines between styles. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Make clear that syntax highlighting cannot only be used in wiki pages.Toshi MARUYAMA2015-08-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | Regarding the i18n: I used English as the base language. The changed sentence was the same in 93 out of 98 language files, public\help\xx[-xx]\wiki_syntax_detailed_[markdown||textile].html. The only five exceptions were: * cs; public\help\cs\wiki_syntax_detailed_textile.html * fr; public\help\fr\wiki_syntax_detailed_textile.html * ja; public\help\ja\wiki_syntax_detailed_textile.html * ru; public\help\ru\qiki_syntax_detailed_textile.html * zh-tw; public\help\zh-tw\wiki_syntax_detailed_textile.html In the above given files, the changed sentence is translated. I have replaced the whole translated sentence with the new English base sentence, as such leaving new translations up to translators. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Add a note about case-insensitivity of CodeRay language names/aliases.Toshi MARUYAMA2015-08-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | Regarding the i18n: I used English as the base language. The changed sentence was the same in 93 out of 98 language files, public\help\xx[-xx]\wiki_syntax_detailed_[markdown||textile].html. The only five exceptions were: * cs; public\help\cs\wiki_syntax_detailed_textile.html * fr; public\help\fr\wiki_syntax_detailed_textile.html * ja; public\help\ja\wiki_syntax_detailed_textile.html * ru; public\help\ru\qiki_syntax_detailed_textile.html * zh-tw; public\help\zh-tw\wiki_syntax_detailed_textile.html In the above given files, the changed sentence is translated. I have replaced the whole translated sentence with the new English base sentence, as such leaving new translations up to translators. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* [#20288] Update the i18n'ed core doc to match CodeRay 1.1.0 capabilities.Toshi MARUYAMA2015-08-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes: <pre> 1. an update of the list of languages supported by CodeRay: * added: + clojure [added in CodeRay 1.0.x] + diff (patch) [added in CodeRay 0.8.x] + go [added in CodeRay 1.1.x] + haml [added in CodeRay 1.0.x] + lua [added in CodeRay 1.1.x] + sass [added in CodeRay 1.1.x] + taskpaper [added in CodeRay 1.1.x] + text (plain, plaintext) [never been documented in Redmine] * removed: - scheme [removed from CodeRay 1.0.x] * renamed: ~ erb (eruby, rhtml) [renamed from rhtml in CodeRay 1.0.x] 2. the inclusion of additional, comma-separated language mappings (aliases) inside parentheses: * cpp (c++, cplusplus) * delphi (pascal) * diff (patch) * erb (eruby, rhtml) * html (xhtml) * javascript (ecmascript, ecma_script, java_script, js) * ruby (irb) * text (plain, plaintext) * yaml (yml) </pre> Regarding the i18n: I used English as the base language. The changed sentence was the same in 94 out of 98 language files, public\help\xx[-xx]\wiki_syntax_detailed_[markdown||textile].html. The only four exceptions were: * cs; public\help\cs\wiki_syntax_detailed_textile.html * fr; public\help\fr\wiki_syntax_detailed_textile.html * ja; public\help\ja\wiki_syntax_detailed_textile.html * zh-tw; public\help\zh-tw\wiki_syntax_detailed_textile.html In the above given files, the sentence containing the supported languages is translated (and/or stylized). I have chosen to replace the whole translated sentence with the new English base sentence, as such leaving decisions about stylizing language names to translators and the people that actually use the respective languages. In general (and for English, as it's the base language) I think we can better stick to non-capitalized language names to prevent any formatting confusion. Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes textile references in markdown help (#16373).Jean-Philippe Lang2015-07-241-3/+3
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-3/+3
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix indent of wiki_syntax_detailed_markdown.htmlToshi MARUYAMA2015-04-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* copy English markdown wiki syntax help to other languages (#16373)Toshi MARUYAMA2015-04-202-0/+411
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rename textile wiki syntax help files (#16373)Toshi MARUYAMA2015-04-202-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo in wiki_syntax_detailed.html (#19444).Jean-Philippe Lang2015-04-111-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14157 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381).Jean-Philippe Lang2015-03-151-4/+4
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14102 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds table reference to textile help (#12734).Toshi MARUYAMA2015-01-031-0/+19
| | | | | | Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r13762 because character encodings are broken (#12734)Toshi MARUYAMA2015-01-031-6/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds News and Forum link documentation (#13497).Jean-Philippe Lang2014-12-241-2/+20
| | | | | | Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds table reference to textile help (#12734).Jean-Philippe Lang2014-12-141-0/+6
| | | | | | Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki formatting documentation for nested lists (#4518).Jean-Philippe Lang2014-12-131-2/+2
| | | | | | Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include new standard macros in wiki syntax detailed help pages (#17847).Jean-Baptiste Barth2014-09-111-4/+32
| | | | | | | Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaping html in wiki_syntax_detailed.htmlToshi MARUYAMA2013-11-251-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12340 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix wiki syntax "bold italic" (#15391, #15401)Toshi MARUYAMA2013-11-191-1/+1
| | | | | | Contributed by Karel Pičman. git-svn-id: http://svn.redmine.org/redmine/trunk@12302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaping html in wiki_syntax.htmlToshi MARUYAMA2013-08-131-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix icon image paths of wiki syntax help (#14630)Toshi MARUYAMA2013-08-091-13/+13
| | | | | | Contributed by Go MAEDA. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12100 e93f8b46-1217-0410-a6f0-8f06a7374b81
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-082-0/+353
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12096 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r12094 (#14630)Toshi MARUYAMA2013-08-082-353/+0
| | | | | | r12094 lost "svn copy". git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* copy English wiki syntax helps to other languages (#14630)Toshi MARUYAMA2013-08-082-0/+353
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12094 e93f8b46-1217-0410-a6f0-8f06a7374b81
/option> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/l10n/pt_BR.js
blob: 91558548b2d54791cc62d164beb5ee510875b7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355