File tree Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,22 @@ This plugin adds configurable text blocks for replying to issues.
13
13
## Installation
14
14
15
15
To install Redmine text blocks plugin, download or clone this repository in your Redmine installation plugins directory!
16
- ```
16
+
17
+ ``` sh
17
18
cd path/to/plugin/directory
18
19
git clone https://github.com/gtt-project/redmine_text_blocks.git
19
20
```
20
21
21
22
Then run
22
23
23
- ```
24
+ ``` sh
24
25
bundle install
25
26
bundle exec rake redmine:plugins:migrate
26
27
```
27
28
28
29
After restarting Redmine, you should be able to see the Redmine Text Blocks plugin in the Plugins page.
29
30
30
- More information on installing (and uninstalling) Redmine plugins can be found here: http://www.redmine.org/wiki/redmine/Plugins
31
+ More information on installing (and uninstalling) Redmine plugins can be found in [ Redmine Plugins ] ( http://www.redmine.org/wiki/redmine/Plugins ) documentation.
31
32
32
33
## How to use
33
34
@@ -48,11 +49,11 @@ See [all releases](https://github.com/gtt-project/redmine_text_blocks/releases)
48
49
49
50
## Authors
50
51
51
- - [ Jens Kraemer] ( https://github.com/jkraemer )
52
- - [ Daniel Kastl] ( https://github.com/dkastl )
53
- - [ Thibault Mutabazi] ( https://github.com/eyewritecode )
54
- - [ Ko Nagase] ( https://github.com/sanak )
55
- - ... [ and others] ( https://github.com/gtt-project/redmine_text_blocks/graphs/contributors )
52
+ - [ Jens Kraemer] ( https://github.com/jkraemer )
53
+ - [ Daniel Kastl] ( https://github.com/dkastl )
54
+ - [ Thibault Mutabazi] ( https://github.com/eyewritecode )
55
+ - [ Ko Nagase] ( https://github.com/sanak )
56
+ - ... [ and others] ( https://github.com/gtt-project/redmine_text_blocks/graphs/contributors )
56
57
57
58
## LICENSE
58
59
Original file line number Diff line number Diff line change
1
+ de :
2
+ field_text_block_text : Text
3
+ label_select_text_block : " Textbaustein auswählen…"
4
+ label_text_block_name : Name
5
+ label_text_block_text : Text
6
+ label_text_block_plural : Textbausteine
7
+ label_text_block_new : Neuer Textbaustein
8
+ permission_view_text_blocks : " Textbausteine ansehen"
9
+ permission_manage_text_blocks : " Textbausteine verwalten"
10
+ project_module_text_blocks : " Textbausteine"
11
+ model :
12
+ text_block :
13
+ name_uniqueness : Ein Textbaustein mit diesem Namen ist bereits vorhanden.
Original file line number Diff line number Diff line change 1
1
en :
2
2
field_text_block_text : Text
3
- label_select_text_block : " Select text block... "
3
+ label_select_text_block : " Select text block… "
4
4
label_text_block_name : Name
5
5
label_text_block_text : Text
6
6
label_text_block_plural : Text blocks
Original file line number Diff line number Diff line change 1
1
ja :
2
2
field_text_block_text : テンプレート
3
- label_select_text_block : " テンプレートを選択... "
3
+ label_select_text_block : " テンプレートを選択… "
4
4
label_text_block_name : タイトル
5
5
label_text_block_text : テンプレート
6
6
label_text_block_plural : テンプレート
Original file line number Diff line number Diff line change 17
17
author_url 'https://github.com/georepublic'
18
18
url 'https://github.com/gtt-project/redmine_text_blocks'
19
19
description 'Adds configurable text blocks for replying to issues'
20
- version '2.0.0 '
20
+ version '2.0.1 '
21
21
22
22
requires_redmine version_or_higher : '4.0.0'
23
23
37
37
{ controller : 'text_blocks' , action : 'index' } ,
38
38
caption : :label_text_block_plural , :html => { :class => 'icon icon-text-blocks' }
39
39
end
40
-
You can’t perform that action at this time.
0 commit comments