Commits
Tim Donohue authored and GitHub committed 3cd69dd1a9e Merge
198 198 | |
199 199 | # Languages. DSpace Angular holds a message catalog for each of the following languages. |
200 200 | # When set to active, users will be able to switch to the use of this language in the user interface. |
201 201 | languages |
202 202 | code en |
203 203 | label English |
204 204 | active true |
205 205 | code ar |
206 206 | label العربية |
207 207 | active true |
208 + | code bn |
209 + | label বাংলা |
210 + | active true |
208 211 | code ca |
209 212 | label Català |
210 213 | active true |
211 214 | code cs |
212 215 | label Čeština |
213 216 | active true |
214 217 | code de |
215 218 | label Deutsch |
216 219 | active true |
220 + | code el |
221 + | label Ελληνικά |
222 + | active true |
217 223 | code es |
218 224 | label Español |
219 225 | active true |
226 + | code fi |
227 + | label Suomi |
228 + | active true |
220 229 | code fr |
221 230 | label Français |
222 231 | active true |
223 232 | code gd |
224 233 | label Gàidhlig |
225 234 | active true |
235 + | code hi |
236 + | label हिंदी |
237 + | active true |
238 + | code hu |
239 + | label Magyar |
240 + | active true |
226 241 | code it |
227 242 | label Italiano |
228 243 | active true |
244 + | code kk |
245 + | label Қазақ |
246 + | active true |
229 247 | code lv |
230 248 | label Latviešu |
231 249 | active true |
232 - | code hu |
233 - | label Magyar |
234 - | active true |
235 250 | code nl |
236 251 | label Nederlands |
237 252 | active true |
238 253 | code pl |
239 254 | label Polski |
240 255 | active true |
241 256 | code pt-PT |
242 257 | label Português |
243 258 | active true |
244 259 | code pt-BR |
245 260 | label Português do Brasil |
246 261 | active true |
247 262 | code sr-lat |
248 263 | label Srpski (lat) |
249 264 | active true |
250 - | code fi |
251 - | label Suomi |
265 + | code sr-cyr |
266 + | label Српски |
252 267 | active true |
253 268 | code sv |
254 269 | label Svenska |
255 270 | active true |
256 271 | code tr |
257 272 | label Türkçe |
258 273 | active true |
259 - | code vi |
260 - | label Tiếng Việt |
261 - | active true |
262 - | code kk |
263 - | label Қазақ |
264 - | active true |
265 - | code bn |
266 - | label বাংলা |
267 - | active true |
268 - | code hi |
269 - | label हिंदी |
270 - | active true |
271 - | code el |
272 - | label Ελληνικά |
273 - | active true |
274 - | code sr-cyr |
275 - | label Српски |
276 - | active true |
277 274 | code uk |
278 275 | label Yкраї́нська |
279 276 | active true |
277 + | code vi |
278 + | label Tiếng Việt |
279 + | active true |
280 280 | |
281 281 | |
282 282 | # Browse-By Pages |
283 283 | browseBy |
284 284 | # Amount of years to display using jumps of one year (current year - oneYearLimit) |
285 285 | oneYearLimit 10 |
286 286 | # Limit for years to display using jumps of five years (current year - fiveYearLimit) |
287 287 | fiveYearLimit 30 |
288 288 | # The absolute lowest year to display in the dropdown (only used when no lowest date can be found for all items) |
289 289 | defaultLowerLimit 1900 |