Index: trunk/extensions/Translate/groups/Mifos/Mifos.yaml |
— | — | @@ -1,10 +1,12 @@ |
2 | 2 | TEMPLATE: |
3 | 3 | BASIC: |
4 | 4 | namespace: NS_MIFOS |
| 5 | + class: FileBasedMessageGroup |
5 | 6 | description: > |
6 | 7 | {{int:translate-group-desc-mifos}} |
7 | 8 | |
8 | 9 | FILES: |
| 10 | + class: JavaFFS |
9 | 11 | codeMap: |
10 | 12 | zh-hans: zh_CN |
11 | 13 | |
— | — | @@ -31,10 +33,8 @@ |
32 | 34 | BASIC: |
33 | 35 | id: out-mifos-core |
34 | 36 | label: Mifos core messages |
35 | | - class: FileBasedMessageGroup |
36 | 37 | |
37 | 38 | FILES: |
38 | | - class: JavaFFS |
39 | 39 | sourcePattern: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages_%CODE%.properties |
40 | 40 | definitionFile: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages.properties |
41 | 41 | targetPattern: mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages_%CODE%.properties |
— | — | @@ -52,7 +52,6 @@ |
53 | 53 | BASIC: |
54 | 54 | id: out-mifos-apt |
55 | 55 | label: Mifos - Accepted Payment Type |
56 | | - class: FileBasedMessageGroup |
57 | 56 | |
58 | 57 | MANGLER: |
59 | 58 | class: StringMatcher |
— | — | @@ -61,9 +60,7 @@ |
62 | 61 | - "*" |
63 | 62 | |
64 | 63 | FILES: |
65 | | - class: JavaFFS |
66 | 64 | sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources_%CODE%.properties |
67 | | - |
68 | 65 | definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources.properties |
69 | 66 | targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/AcceptedPaymentTypeUIResources_%CODE%.properties |
70 | 67 | |
— | — | @@ -71,7 +68,6 @@ |
72 | 69 | BASIC: |
73 | 70 | id: out-mifos-cmb |
74 | 71 | label: Mifos - Column Mapping Bundle |
75 | | - class: FileBasedMessageGroup |
76 | 72 | |
77 | 73 | MANGLER: |
78 | 74 | class: StringMatcher |
— | — | @@ -80,7 +76,6 @@ |
81 | 77 | - "*" |
82 | 78 | |
83 | 79 | FILES: |
84 | | - class: JavaFFS |
85 | 80 | sourcePattern: %GROUPROOT%/mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle_%CODE%.properties |
86 | 81 | definitionFile: %GROUPROOT%/mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle.properties |
87 | 82 | targetPattern: mifos/appdomain/src/main/resources/org/mifos/config/localizedResources/ColumnMappingBundle_%CODE%.properties |
— | — | @@ -89,7 +84,6 @@ |
90 | 85 | BASIC: |
91 | 86 | id: out-mifos-questionnaire |
92 | 87 | label: Mifos - Questionnaire |
93 | | - class: FileBasedMessageGroup |
94 | 88 | |
95 | 89 | MANGLER: |
96 | 90 | class: StringMatcher |
— | — | @@ -98,7 +92,6 @@ |
99 | 93 | - "*" |
100 | 94 | |
101 | 95 | FILES: |
102 | | - class: JavaFFS |
103 | 96 | sourcePattern: %GROUPROOT%/mifos/questionnaire/src/main/resources/org/mifos/platform/questionnaire/ui/localizedProperties/questionnaire_messages_%CODE%.properties |
104 | 97 | definitionFile: %GROUPROOT%/mifos/questionnaire/src/main/resources/org/mifos/platform/questionnaire/ui/localizedProperties/questionnaire_messages.properties |
105 | 98 | targetPattern: mifos/questionnaire/src/main/resources/org/mifos/platform/questionnaire/ui/localizedProperties/questionnaire_messages_%CODE%.properties |
— | — | @@ -108,3 +101,82 @@ |
109 | 102 | - questionnaire-questionnaire.create.question.* |
110 | 103 | - questionnaire-questionnaire.create.question.group.* |
111 | 104 | |
| 105 | +--- |
| 106 | +BASIC: |
| 107 | + id: out-mifos-as |
| 108 | + label: Mifos - Account Status |
| 109 | + |
| 110 | +MANGLER: |
| 111 | + class: StringMatcher |
| 112 | + prefix: as- |
| 113 | + patterns: |
| 114 | + - "*" |
| 115 | + |
| 116 | +FILES: |
| 117 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AccountStatusUIResources_%CODE%.properties |
| 118 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AccountStatusUIResources.properties |
| 119 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/AccountStatusUIResources_%CODE%.properties |
| 120 | + |
| 121 | +TAGS: |
| 122 | + optional: |
| 123 | + - as-accountStatus.hierarchydelimiter |
| 124 | + |
| 125 | +# Many strings need documentation |
| 126 | +# --- |
| 127 | +# BASIC: |
| 128 | +# id: out-mifos-ad |
| 129 | +# label: Mifos - Admin Documents |
| 130 | +# |
| 131 | +# MANGLER: |
| 132 | +# class: StringMatcher |
| 133 | +# prefix: ad- |
| 134 | +# patterns: |
| 135 | +# - "*" |
| 136 | +# |
| 137 | +# FILES: |
| 138 | +# sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AdmindocumentsUIResources_%CODE%.properties |
| 139 | +# definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/AdmindocumentsUIResources.properties |
| 140 | +# targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/AdmindocumentsUIResources_%CODE%.properties |
| 141 | +# |
| 142 | +# TAGS: |
| 143 | +# ignored: |
| 144 | +# - ad-accounts.allowed_amount |
| 145 | +# - ad-accounts.allowed_interest |
| 146 | +# - ad-accounts.allowed_no_of_inst |
| 147 | +# - ad-errors.prefix |
| 148 | +# - ad-errors.suffix |
| 149 | +# optional: |
| 150 | +# - ad-accounts.colon |
| 151 | + |
| 152 | +# No .properties file |
| 153 | +# --- |
| 154 | +# BASIC: |
| 155 | +# id: out-mifos-app |
| 156 | +# label: Mifos - Application |
| 157 | +# |
| 158 | +# MANGLER: |
| 159 | +# class: StringMatcher |
| 160 | +# prefix: app- |
| 161 | +# patterns: |
| 162 | +# - "*" |
| 163 | +# |
| 164 | +# FILES: |
| 165 | +# sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ApplicationResources_%CODE%.properties |
| 166 | +# definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/ApplicationResources.properties |
| 167 | +# targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/ApplicationResources_%CODE%.properties |
| 168 | + |
| 169 | +--- |
| 170 | +BASIC: |
| 171 | + id: out-mifos-cse |
| 172 | + label: Mifos - Collection Sheet Entry |
| 173 | + |
| 174 | +MANGLER: |
| 175 | + class: StringMatcher |
| 176 | + prefix: cse- |
| 177 | + patterns: |
| 178 | + - "*" |
| 179 | + |
| 180 | +FILES: |
| 181 | + sourcePattern: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/BulkEntryUIResources_%CODE%.properties |
| 182 | + definitionFile: %GROUPROOT%/mifos/application/src/main/resources/org/mifos/config/localizedResources/BulkEntryUIResources.properties |
| 183 | + targetPattern: mifos/application/src/main/resources/org/mifos/config/localizedResources/BulkEntryUIResources_%CODE%.properties |