Skip to content

Commit 4b751b6

Browse files
authored
[27539] Medforms Dialogtexte und Titel komplett internationalisiert (#918)
1 parent 3c85950 commit 4b751b6

6 files changed

Lines changed: 495 additions & 0 deletions

File tree

bundles/ch.elexis.core.l10n/src/ch/elexis/core/l10n/Messages.java

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,6 +5565,51 @@ public class Messages extends NLS {
55655565
public static String ImageViewAll_CreateThumbnailFor;
55665566
public static String ImageViewAll_EnterNewFilename;
55675567
public static String ImageViewAll_PleaseEnterNewFilename;
5568+
public static String CreateSelectedMedform_FormSelection;
5569+
public static String CreateSelectedMedform_SelectRecipientMessage;
5570+
public static String CreateSelectedMedform_ContinueWithoutRecipientTitle;
5571+
public static String CreateSelectedMedform_ContinueWithoutRecipientMessage;
5572+
public static String CreateSelectedMedform_Error;
5573+
public static String CreateSelectedMedform_ErrorSavingPdf;
5574+
public static String CreateSelectedMedform_ErrorCreatingPdf;
5575+
public static String CreateSelectedMedform_ErrorQueryingMedforms;
5576+
public static String CreateSelectedMedform_ErrorNoApiKey;
5577+
public static String CreateSelectedMedform_ErrorOpeningPdf;
5578+
public static String MedformListSelectionDialog_RemoveFromFavorites;
5579+
public static String MedformListSelectionDialog_AddToFavorites;
5580+
public static String MedformListSelectionDialog_DeactivateAddressQuery;
5581+
public static String MedformListSelectionDialog_ActivateAddressQuery;
5582+
public static String MedformDialogTitleHelper_SelectPhysio;
5583+
public static String MedformDialogTitleHelper_SelectErgo;
5584+
public static String MedformDialogTitleHelper_SelectLogo;
5585+
public static String MedformDialogTitleHelper_SelectNutritionist;
5586+
public static String MedformDialogTitleHelper_SelectPodiatrist;
5587+
public static String MedformDialogTitleHelper_SelectMassage;
5588+
public static String MedformDialogTitleHelper_SelectChiro;
5589+
public static String MedformDialogTitleHelper_SelectSpitex;
5590+
public static String MedformDialogTitleHelper_SelectCardio;
5591+
public static String MedformDialogTitleHelper_SelectRadio;
5592+
public static String MedformDialogTitleHelper_SelectOphthalmo;
5593+
public static String MedformDialogTitleHelper_SelectNeuro;
5594+
public static String MedformDialogTitleHelper_SelectPediatrician;
5595+
public static String MedformDialogTitleHelper_SelectENT;
5596+
public static String MedformDialogTitleHelper_SelectOnco;
5597+
public static String MedformDialogTitleHelper_SelectPneumo;
5598+
public static String MedformDialogTitleHelper_SelectRheuma;
5599+
public static String MedformDialogTitleHelper_SelectUro;
5600+
public static String MedformDialogTitleHelper_SelectAngio;
5601+
public static String MedformDialogTitleHelper_SelectDermato;
5602+
public static String MedformDialogTitleHelper_SelectEndo;
5603+
public static String MedformDialogTitleHelper_SelectGastro;
5604+
public static String MedformDialogTitleHelper_SelectGyn;
5605+
public static String MedformDialogTitleHelper_SelectPsych;
5606+
public static String MedformDialogTitleHelper_SelectOrthoTech;
5607+
public static String MedformDialogTitleHelper_SelectSurgeon;
5608+
public static String MedformDialogTitleHelper_SelectLab;
5609+
public static String MedformDialogTitleHelper_SelectInsurance;
5610+
public static String MedformDialogTitleHelper_SelectAuthority;
5611+
public static String MedformDialogTitleHelper_SelectHospital;
5612+
public static String MedformDialogTitleHelper_SelectRecipient;
55685613
public static String AgendaDefinitionen_useColorizedPatientSearch;
55695614
public static String Zeitvorgaben_LegendBlueDeviations;
55705615
public static String Zeitvorgaben_HintRightClickReset;

bundles/ch.elexis.core.l10n/src/ch/elexis/core/l10n/messages.properties

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,26 @@ CreatePrescriptionHelper_WarninigNoConsText = Keine Konsultation selektiert, ode
25432543

25442544
CreatePrescriptionHelper_WarninigNoConsTitle = Konsultation ung\u00FCltig
25452545

2546+
CreateSelectedMedform_FormSelection = Form Selection
2547+
2548+
CreateSelectedMedform_SelectRecipientMessage = Please select the recipient. \n(Click 'Cancel' to generate the form with an empty recipient field)
2549+
2550+
CreateSelectedMedform_ContinueWithoutRecipientTitle = Continue without recipient?
2551+
2552+
CreateSelectedMedform_ContinueWithoutRecipientMessage = You have not selected a recipient.\n\nDo you still want to create the form (the recipient field will remain empty)?
2553+
2554+
CreateSelectedMedform_Error = Error
2555+
2556+
CreateSelectedMedform_ErrorSavingPdf = Error saving the PDF.
2557+
2558+
CreateSelectedMedform_ErrorCreatingPdf = Error creating the PDFs from medforms.
2559+
2560+
CreateSelectedMedform_ErrorQueryingMedforms = Error querying medforms.
2561+
2562+
CreateSelectedMedform_ErrorNoApiKey = Please configure a medforms API-key in the settings.
2563+
2564+
CreateSelectedMedform_ErrorOpeningPdf = Error opening the PDF.\nPlease ensure that a PDF viewer is installed.
2565+
25462566
CstCategoryDialog_lblNewLabel_text = Attribute von Profil \u00FCbernehmen
25472567

25482568
CstCategory_description = Beschreibung
@@ -6305,6 +6325,76 @@ McProviderSelectionDialog_Titel = Leistungserbringer Auswahl
63056325
63066326
McProviderSelectionDialog_ToContact = Zu Kontakt
63076327
6328+
MedformDialogTitleHelper_SelectPhysio = Select physiotherapist
6329+
6330+
MedformDialogTitleHelper_SelectErgo = Select occupational therapist
6331+
6332+
MedformDialogTitleHelper_SelectLogo = Select speech therapist
6333+
6334+
MedformDialogTitleHelper_SelectNutritionist = Select nutritionist/dietitian
6335+
6336+
MedformDialogTitleHelper_SelectPodiatrist = Select podiatrist
6337+
6338+
MedformDialogTitleHelper_SelectMassage = Select massage therapist
6339+
6340+
MedformDialogTitleHelper_SelectChiro = Select chiropractor
6341+
6342+
MedformDialogTitleHelper_SelectSpitex = Select Spitex / nursing staff
6343+
6344+
MedformDialogTitleHelper_SelectCardio = Select cardiologist
6345+
6346+
MedformDialogTitleHelper_SelectRadio = Select radiology / institute
6347+
6348+
MedformDialogTitleHelper_SelectOphthalmo = Select ophthalmologist
6349+
6350+
MedformDialogTitleHelper_SelectNeuro = Select neurologist
6351+
6352+
MedformDialogTitleHelper_SelectPediatrician = Select pediatrician
6353+
6354+
MedformDialogTitleHelper_SelectENT = Select ENT specialist
6355+
6356+
MedformDialogTitleHelper_SelectOnco = Select oncologist
6357+
6358+
MedformDialogTitleHelper_SelectPneumo = Select pulmonologist
6359+
6360+
MedformDialogTitleHelper_SelectRheuma = Select rheumatologist
6361+
6362+
MedformDialogTitleHelper_SelectUro = Select urologist
6363+
6364+
MedformDialogTitleHelper_SelectAngio = Select angiologist
6365+
6366+
MedformDialogTitleHelper_SelectDermato = Select dermatologist
6367+
6368+
MedformDialogTitleHelper_SelectEndo = Select endocrinologist / diabetologist
6369+
6370+
MedformDialogTitleHelper_SelectGastro = Select gastroenterologist
6371+
6372+
MedformDialogTitleHelper_SelectGyn = Select gynecologist
6373+
6374+
MedformDialogTitleHelper_SelectPsych = Select psychiatrist / psychologist
6375+
6376+
MedformDialogTitleHelper_SelectOrthoTech = Select orthopedic technician / supplier
6377+
6378+
MedformDialogTitleHelper_SelectSurgeon = Select surgeon / orthopedist
6379+
6380+
MedformDialogTitleHelper_SelectLab = Select laboratory
6381+
6382+
MedformDialogTitleHelper_SelectInsurance = Select insurance
6383+
6384+
MedformDialogTitleHelper_SelectAuthority = Select authority
6385+
6386+
MedformDialogTitleHelper_SelectHospital = Select hospital / clinic
6387+
6388+
MedformDialogTitleHelper_SelectRecipient = Select recipient
6389+
6390+
MedformListSelectionDialog_RemoveFromFavorites = Remove from favorites
6391+
6392+
MedformListSelectionDialog_AddToFavorites = Add to favorites
6393+
6394+
MedformListSelectionDialog_DeactivateAddressQuery = Deactivate address query
6395+
6396+
MedformListSelectionDialog_ActivateAddressQuery = Activate address query
6397+
63086398
MediDetailDialog_btnReserveMedication = Reservemedikation
63096399
63106400
MediDetailDialog_evening = eve

bundles/ch.elexis.core.l10n/src/ch/elexis/core/l10n/messages_de.properties

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,26 @@ CreatePrescriptionHelper_WarninigNoConsText = Keine Konsultation selektiert, ode
25192519

25202520
CreatePrescriptionHelper_WarninigNoConsTitle = Konsultation ung\u00FCltig
25212521

2522+
CreateSelectedMedform_FormSelection = Formular Auswahl
2523+
2524+
CreateSelectedMedform_SelectRecipientMessage = Bitte w\u00E4hlen Sie den Empf\u00E4nger aus. \n(Klicken Sie auf 'Abbrechen', um das Formular mit leerem Empf\u00E4ngerfeld zu generieren)
2525+
2526+
CreateSelectedMedform_ContinueWithoutRecipientTitle = Ohne Empf\u00E4nger fortfahren?
2527+
2528+
CreateSelectedMedform_ContinueWithoutRecipientMessage = Sie haben keinen Empf\u00E4nger ausgew\u00E4hlt.\n\nM\u00F6chten Sie das Formular trotzdem erstellen (das Empf\u00E4ngerfeld bleibt dann leer)?
2529+
2530+
CreateSelectedMedform_Error = Fehler
2531+
2532+
CreateSelectedMedform_ErrorSavingPdf = Fehler beim Speichern des Pdf.
2533+
2534+
CreateSelectedMedform_ErrorCreatingPdf = Fehler bei der Erstellung der pdfs von medforms.
2535+
2536+
CreateSelectedMedform_ErrorQueryingMedforms = Fehler bei der Abfrage von medforms.
2537+
2538+
CreateSelectedMedform_ErrorNoApiKey = Bitte in den Einstellungen einen medforms API-Key konfigurieren.
2539+
2540+
CreateSelectedMedform_ErrorOpeningPdf = Fehler beim \u00D6ffnen des Pdf.\nBitte sicher stellen das ein Programm zum \u00D6ffnen von pdf installatiert ist.
2541+
25222542
CstCategoryDialog_lblNewLabel_text = Attribute von Profil \u00FCbernehmen
25232543

25242544
CstCategory_description = Beschreibung
@@ -6275,6 +6295,76 @@ McProviderSelectionDialog_Titel = Leistungserbringer Auswahl
62756295

62766296
McProviderSelectionDialog_ToContact = Zu Kontakt
62776297

6298+
MedformDialogTitleHelper_SelectPhysio = Physiotherapeut/in ausw\u00E4hlen
6299+
6300+
MedformDialogTitleHelper_SelectErgo = Ergotherapeut/in ausw\u00E4hlen
6301+
6302+
MedformDialogTitleHelper_SelectLogo = Logop\u00E4d/in ausw\u00E4hlen
6303+
6304+
MedformDialogTitleHelper_SelectNutritionist = Ern\u00E4hrungsberater/in ausw\u00E4hlen
6305+
6306+
MedformDialogTitleHelper_SelectPodiatrist = Podolog/in ausw\u00E4hlen
6307+
6308+
MedformDialogTitleHelper_SelectMassage = Massagetherapeut/in ausw\u00E4hlen
6309+
6310+
MedformDialogTitleHelper_SelectChiro = Chiropraktiker/in ausw\u00E4hlen
6311+
6312+
MedformDialogTitleHelper_SelectSpitex = Spitex / Pflegefachperson ausw\u00E4hlen
6313+
6314+
MedformDialogTitleHelper_SelectCardio = Kardiolog/in ausw\u00E4hlen
6315+
6316+
MedformDialogTitleHelper_SelectRadio = Radiologie / Institut ausw\u00E4hlen
6317+
6318+
MedformDialogTitleHelper_SelectOphthalmo = Augenarzt/-\u00E4rztin ausw\u00E4hlen
6319+
6320+
MedformDialogTitleHelper_SelectNeuro = Neurolog/in ausw\u00E4hlen
6321+
6322+
MedformDialogTitleHelper_SelectPediatrician = Kinderarzt/-\u00E4rztin ausw\u00E4hlen
6323+
6324+
MedformDialogTitleHelper_SelectENT = HNO-Arzt/\u00C4rztin ausw\u00E4hlen
6325+
6326+
MedformDialogTitleHelper_SelectOnco = Onkolog/in ausw\u00E4hlen
6327+
6328+
MedformDialogTitleHelper_SelectPneumo = Pneumolog/in ausw\u00E4hlen
6329+
6330+
MedformDialogTitleHelper_SelectRheuma = Rheumatolog/in ausw\u00E4hlen
6331+
6332+
MedformDialogTitleHelper_SelectUro = Urolog/in ausw\u00E4hlen
6333+
6334+
MedformDialogTitleHelper_SelectAngio = Angiolog/in ausw\u00E4hlen
6335+
6336+
MedformDialogTitleHelper_SelectDermato = Dermatolog/in ausw\u00E4hlen
6337+
6338+
MedformDialogTitleHelper_SelectEndo = Endokrinolog/in / Diabetolog/in ausw\u00E4hlen
6339+
6340+
MedformDialogTitleHelper_SelectGastro = Gastroenterolog/in ausw\u00E4hlen
6341+
6342+
MedformDialogTitleHelper_SelectGyn = Gyn\u00E4kolog/in ausw\u00E4hlen
6343+
6344+
MedformDialogTitleHelper_SelectPsych = Psychiater/in / Psycholog/in ausw\u00E4hlen
6345+
6346+
MedformDialogTitleHelper_SelectOrthoTech = Ortho-Techniker/in / Lieferant ausw\u00E4hlen
6347+
6348+
MedformDialogTitleHelper_SelectSurgeon = Chirurg/in / Orthop\u00E4d/in ausw\u00E4hlen
6349+
6350+
MedformDialogTitleHelper_SelectLab = Labor ausw\u00E4hlen
6351+
6352+
MedformDialogTitleHelper_SelectInsurance = Versicherung ausw\u00E4hlen
6353+
6354+
MedformDialogTitleHelper_SelectAuthority = Beh\u00F6rde ausw\u00E4hlen
6355+
6356+
MedformDialogTitleHelper_SelectHospital = Spital / Klinik ausw\u00E4hlen
6357+
6358+
MedformDialogTitleHelper_SelectRecipient = Empf\u00E4nger ausw\u00E4hlen
6359+
6360+
MedformListSelectionDialog_RemoveFromFavorites = aus Favoriten entfernen
6361+
6362+
MedformListSelectionDialog_AddToFavorites = zu Favoriten hinzuf\u00FCgen
6363+
6364+
MedformListSelectionDialog_DeactivateAddressQuery = Adressabfrage deaktivieren
6365+
6366+
MedformListSelectionDialog_ActivateAddressQuery = Adressabfrage aktivieren
6367+
62786368
MediDetailDialog_btnReserveMedication = Reservemedikation
62796369

62806370
MediDetailDialog_evening = Abend

bundles/ch.elexis.core.l10n/src/ch/elexis/core/l10n/messages_en.properties

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,6 +2477,26 @@ CreatePrescriptionHelper_WarninigNoConsText = No consultation selected, or the s
24772477
24782478
CreatePrescriptionHelper_WarninigNoConsTitle = Consultation invalid
24792479
2480+
CreateSelectedMedform_FormSelection = Form Selection
2481+
2482+
CreateSelectedMedform_SelectRecipientMessage = Please select the recipient. \n(Click 'Cancel' to generate the form with an empty recipient field)
2483+
2484+
CreateSelectedMedform_ContinueWithoutRecipientTitle = Continue without recipient?
2485+
2486+
CreateSelectedMedform_ContinueWithoutRecipientMessage = You have not selected a recipient.\n\nDo you still want to create the form (the recipient field will remain empty)?
2487+
2488+
CreateSelectedMedform_Error = Error
2489+
2490+
CreateSelectedMedform_ErrorSavingPdf = Error saving the PDF.
2491+
2492+
CreateSelectedMedform_ErrorCreatingPdf = Error creating the PDFs from medforms.
2493+
2494+
CreateSelectedMedform_ErrorQueryingMedforms = Error querying medforms.
2495+
2496+
CreateSelectedMedform_ErrorNoApiKey = Please configure a medforms API-key in the settings.
2497+
2498+
CreateSelectedMedform_ErrorOpeningPdf = Error opening the PDF.\nPlease ensure that a PDF viewer is installed.
2499+
24802500
CstCategoryDialog_lblNewLabel_text = Apply attributes of profile
24812501
24822502
CstCategory_description = description
@@ -6207,6 +6227,76 @@ McProviderSelectionDialog_Titel = Leistungserbringer Auswahl
62076227
62086228
McProviderSelectionDialog_ToContact = Zu Kontakt
62096229
6230+
MedformDialogTitleHelper_SelectPhysio = Select physiotherapist
6231+
6232+
MedformDialogTitleHelper_SelectErgo = Select occupational therapist
6233+
6234+
MedformDialogTitleHelper_SelectLogo = Select speech therapist
6235+
6236+
MedformDialogTitleHelper_SelectNutritionist = Select nutritionist/dietitian
6237+
6238+
MedformDialogTitleHelper_SelectPodiatrist = Select podiatrist
6239+
6240+
MedformDialogTitleHelper_SelectMassage = Select massage therapist
6241+
6242+
MedformDialogTitleHelper_SelectChiro = Select chiropractor
6243+
6244+
MedformDialogTitleHelper_SelectSpitex = Select Spitex / nursing staff
6245+
6246+
MedformDialogTitleHelper_SelectCardio = Select cardiologist
6247+
6248+
MedformDialogTitleHelper_SelectRadio = Select radiology / institute
6249+
6250+
MedformDialogTitleHelper_SelectOphthalmo = Select ophthalmologist
6251+
6252+
MedformDialogTitleHelper_SelectNeuro = Select neurologist
6253+
6254+
MedformDialogTitleHelper_SelectPediatrician = Select pediatrician
6255+
6256+
MedformDialogTitleHelper_SelectENT = Select ENT specialist
6257+
6258+
MedformDialogTitleHelper_SelectOnco = Select oncologist
6259+
6260+
MedformDialogTitleHelper_SelectPneumo = Select pulmonologist
6261+
6262+
MedformDialogTitleHelper_SelectRheuma = Select rheumatologist
6263+
6264+
MedformDialogTitleHelper_SelectUro = Select urologist
6265+
6266+
MedformDialogTitleHelper_SelectAngio = Select angiologist
6267+
6268+
MedformDialogTitleHelper_SelectDermato = Select dermatologist
6269+
6270+
MedformDialogTitleHelper_SelectEndo = Select endocrinologist / diabetologist
6271+
6272+
MedformDialogTitleHelper_SelectGastro = Select gastroenterologist
6273+
6274+
MedformDialogTitleHelper_SelectGyn = Select gynecologist
6275+
6276+
MedformDialogTitleHelper_SelectPsych = Select psychiatrist / psychologist
6277+
6278+
MedformDialogTitleHelper_SelectOrthoTech = Select orthopedic technician / supplier
6279+
6280+
MedformDialogTitleHelper_SelectSurgeon = Select surgeon / orthopedist
6281+
6282+
MedformDialogTitleHelper_SelectLab = Select laboratory
6283+
6284+
MedformDialogTitleHelper_SelectInsurance = Select insurance
6285+
6286+
MedformDialogTitleHelper_SelectAuthority = Select authority
6287+
6288+
MedformDialogTitleHelper_SelectHospital = Select hospital / clinic
6289+
6290+
MedformDialogTitleHelper_SelectRecipient = Select recipient
6291+
6292+
MedformListSelectionDialog_RemoveFromFavorites = Remove from favorites
6293+
6294+
MedformListSelectionDialog_AddToFavorites = Add to favorites
6295+
6296+
MedformListSelectionDialog_DeactivateAddressQuery = Deactivate address query
6297+
6298+
MedformListSelectionDialog_ActivateAddressQuery = Activate address query
6299+
62106300
MediDetailDialog_btnReserveMedication = reserve medication
62116301
62126302
MediDetailDialog_evening = Eve

0 commit comments

Comments
 (0)