Index: trunk/extensions/Translate/groups/Mifos/Mifos.yaml |
— | — | @@ -50,6 +50,43 @@ |
51 | 51 | |
52 | 52 | --- |
53 | 53 | BASIC: |
| 54 | + id: out-mifos-apt |
| 55 | + label: Mifos - Accepted Payment Type |
| 56 | + class: FileBasedMessageGroup |
| 57 | + |
| 58 | +MANGLER: |
| 59 | + class: StringMatcher |
| 60 | + prefix: apt- |
| 61 | + patterns: |
| 62 | + - "*" |
| 63 | + |
| 64 | +FILES: |
| 65 | + class: JavaFFS |
| 66 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources_%CODE%.properties |
| 67 | + |
| 68 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources.properties |
| 69 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources_%CODE%.properties |
| 70 | + |
| 71 | +--- |
| 72 | +BASIC: |
| 73 | + id: out-mifos-cmb |
| 74 | + label: Mifos - Column Mapping Bundle |
| 75 | + class: FileBasedMessageGroup |
| 76 | + |
| 77 | +MANGLER: |
| 78 | + class: StringMatcher |
| 79 | + prefix: cmb- |
| 80 | + patterns: |
| 81 | + - "*" |
| 82 | + |
| 83 | +FILES: |
| 84 | + class: JavaFFS |
| 85 | + sourcePattern: %GROUPROOT%/mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle_%CODE%.properties |
| 86 | + definitionFile: %GROUPROOT%/mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle.properties |
| 87 | + targetPattern: mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle_%CODE%.properties |
| 88 | + |
| 89 | +--- |
| 90 | +BASIC: |
54 | 91 | id: out-mifos-questionnaire |
55 | 92 | label: Mifos - Questionnaire |
56 | 93 | class: FileBasedMessageGroup |
— | — | @@ -70,3 +107,4 @@ |
71 | 108 | ignored: |
72 | 109 | - questionnaire-questionnaire.create.question.* |
73 | 110 | - questionnaire-questionnaire.create.question.group.* |
| 111 | + |