Project

General

Profile

« Previous | Next » 

Revision 7edc41ed

Added by Patrick Plitzner about 9 years ago

  • added i18n for german to plugin.xml

View differences:

eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle.properties
8 8
menu.label.2 = Set Marker Type
9 9
view.name = Referencing Objects
10 10
page.name = Marker Types
11
page.name.0 = Bulk Editor
11
page.name.0 = Bulk Editor
12
command.label = Open in taxon editor
13
command.label.0 = Set Current Line as Target for Duplicate Removal
14
command.label.1 = Set as Candidate(s) for Duplicate Removal
15
command.label.2 = Remove as Candidate(s) for Duplicate Removal
16
command.label.3 = De-Duplicate Group
17
command.label.4 = Delete
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_de.properties
8 8
menu.label.2 = W\u00e4hle Markertyp
9 9
view.name = Referenzierende Objekte
10 10
page.name = Markertyp
11
page.name.0 = Bulk Editor
11
page.name.0 = Bulk Editor
12
command.label = \u00D6ffnen im Taxon-Editor
13
command.label.0 = Markiere Zeile als Ziel f\u00fcr Duplikatenentfernung
14
command.label.1 = Markiere als Kandidat(en) f\u00fcr Duplikatenentfernung
15
command.label.2 = Entferne Kandidat von Duplikatenentfernung
16
command.label.3 = Dedupliziere Gruppe
17
command.label.4 = L\u00D6schen
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml
84 84
            locationURI="popup:#BulkEditorContext">
85 85
         <command
86 86
               commandId="eu.etaxonomy.taxeditor.navigation.command.update.editSelection"
87
               label="Edit"
87
               label="%command.label"
88 88
               style="push">
89 89
            <visibleWhen>
90 90
               <reference
......
120 120
         </separator>
121 121
         <command
122 122
               commandId="bulkeditor.commands.setmergetarget"
123
               label="Set Current Line as Target for Duplicate Removal"
123
               label="%command.label.0"
124 124
               style="push">
125 125
            <visibleWhen>
126 126
               <reference
......
130 130
         </command>
131 131
         <command
132 132
               commandId="bulkeditor.commands.setmergecandidate"
133
               label="Set as Candidate(s) for Duplicate Removal"
133
               label="%command.label.1"
134 134
               style="push">
135 135
            <visibleWhen>
136 136
               <reference
......
140 140
         </command>
141 141
         <command
142 142
               commandId="bulkeditor.commands.removemergecandidate"
143
               label="Remove as Candidate(s) for Duplicate Removal"
143
               label="%command.label.2"
144 144
               style="push">
145 145
            <visibleWhen>
146 146
               <reference
......
152 152
            locationURI="popup:org.eclipse.ui.popup.any"-->            
153 153
         <command
154 154
               commandId="bulkeditor.commands.mergegroup"
155
               label="De-Duplicate Group"
155
               label="%command.label.3"
156 156
               style="push">
157 157
            <visibleWhen>
158 158
               <reference
......
183 183
         </separator>
184 184
         <command
185 185
               commandId="eu.etaxonomy.taxeditor.bulkeditor.delete"
186
               label="Delete"
186
               label="%command.label.4"
187 187
               style="push">
188 188
            <visibleWhen
189 189
                  checkEnabled="true">

Also available in: Unified diff