Skip to content
Snippets Groups Projects

feat(bibliographies): [AOU-1785] import german translations of labels

1 unresolved thread
Edited by Florent Poittevin

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
287 296 AouConstants.DEPOSIT_SUBTYPE_MASTER_NAME);
297 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Masterarbeit");
288 298 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_SPANISH, "Tesina de máster");
289 299 break;
290 300 case AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME:
291 301 valueWithTranslations = this
292 302 .newValueWithEngFreTranslations(AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME, SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME_EN,
293 303 AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME);
304 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Habilitation");
294 305 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_SPANISH, "Tesis \"privat-docent\"");
295 306 break;
296 307 case AouConstants.DEPOSIT_SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME:
297 308 valueWithTranslations = this
298 309 .newValueWithEngFreTranslations(AouConstants.DEPOSIT_SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME,
299 310 SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME_EN, SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME_FR);
311 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Doctoral thesis of advanced professional studies (DAPS)");
  • added 7 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading