24 lines
936 B
Plaintext
24 lines
936 B
Plaintext
/*
|
|
Localizable.strings
|
|
WebIdCellCheckPlugin
|
|
|
|
Created by Milan Seel on 14.11.25.
|
|
|
|
*/
|
|
|
|
"start_button" = "Start Meta Plugin";
|
|
"log_headline" = "Log:";
|
|
"log_placeholder" = "Nog niets…";
|
|
"choose_plugins" = "Plug-ins selecteren:";
|
|
"creating_core_sdk" = "Core SDK wordt gemaakt…";
|
|
"starting" = "Meta Plugin wordt gestart…";
|
|
"core_sdk_creation_successful" = "Core SDK succesvol aangemaakt";
|
|
"validate_action_id" = "Valideer transactienummer…";
|
|
"action_id_not_valid" = "Fout: het actienummer (ActionID) is in het bestand “MainActivity.kt” niet ingesteld op een reeks van 9 cijfers.";
|
|
"verification_successful" = "Verificatie geslaagd";
|
|
"verification_failed" = "Verificatie mislukt:";
|
|
"start_failed" = "Start mislukt:\n";
|
|
"product_journey_finished_successfully" = "De Product Journey is met succes voltooid";
|
|
"product_journey_finished_with_failure" = "De Product Journey is met een fout beëindigd:";
|
|
"success" = "Success: ";
|