Index: trunk/extensions/Translate/groups/Mifos/Mifos.yaml |
— | — | @@ -202,3 +202,67 @@ |
203 | 203 | - center-Center.s |
204 | 204 | - center-Center.Colon |
205 | 205 | |
| 206 | +--- |
| 207 | +BASIC: |
| 208 | + id: out-mifos-checklist |
| 209 | + label: Mifos - Checklists |
| 210 | + |
| 211 | +MANGLER: |
| 212 | + class: StringMatcher |
| 213 | + prefix: checklist- |
| 214 | + patterns: |
| 215 | + - "*" |
| 216 | + |
| 217 | +FILES: |
| 218 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/CheckListUIResources_%CODE%.properties |
| 219 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/CheckListUIResources.properties |
| 220 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/CheckListUIResources_%CODE%.properties |
| 221 | + |
| 222 | +TAGS: |
| 223 | + ignored: |
| 224 | + - checklist-errors.footer |
| 225 | + - checklist-errors.header |
| 226 | + - checklist-errors.prefix |
| 227 | + - checklist-errors.suffix |
| 228 | + |
| 229 | +--- |
| 230 | +BASIC: |
| 231 | + id: out-mifos-client |
| 232 | + label: Mifos - Clients |
| 233 | + |
| 234 | +MANGLER: |
| 235 | + class: StringMatcher |
| 236 | + prefix: client- |
| 237 | + patterns: |
| 238 | + - "*" |
| 239 | + |
| 240 | +FILES: |
| 241 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ClientUIResources_%CODE%.properties |
| 242 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ClientUIResources.properties |
| 243 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/ClientUIResources_%CODE%.properties |
| 244 | + |
| 245 | +TAGS: |
| 246 | + ignored: |
| 247 | + - client-client.EditRemoveSeparator |
| 248 | + |
| 249 | +--- |
| 250 | +BASIC: |
| 251 | + id: out-mifos-cfg |
| 252 | + label: Mifos - Configuration |
| 253 | + |
| 254 | +MANGLER: |
| 255 | + class: StringMatcher |
| 256 | + prefix: cfg- |
| 257 | + patterns: |
| 258 | + - "*" |
| 259 | + |
| 260 | +FILES: |
| 261 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ConfigurationUIResources_%CODE%.properties |
| 262 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ConfigurationUIResources.properties |
| 263 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/ConfigurationUIResources_%CODE%.properties |
| 264 | + |
| 265 | +TAGS: |
| 266 | + ignored: |
| 267 | + - cfg-errors.prefix |
| 268 | + - cfg-errors.suffix |
| 269 | + |