2025-11-14 14:21:55 +01:00
|
|
|
/*
|
|
|
|
|
Localizable.strings
|
|
|
|
|
WebIdCellCheckPlugin
|
|
|
|
|
|
|
|
|
|
Created by Milan Seel on 14.11.25.
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
"start_button" = "Start Meta Plugin";
|
|
|
|
|
"log_headline" = "Log:";
|
|
|
|
|
"log_placeholder" = "Nothing yet…";
|
|
|
|
|
"choose_plugins" = "Choose Plugins To Add:";
|
|
|
|
|
"creating_core_sdk" = "Creating the Core SDK…";
|
|
|
|
|
"starting" = "Starting Meta Plugin…";
|
|
|
|
|
"core_sdk_creation_successful" = "Core SDK creation successful";
|
|
|
|
|
"validate_action_id" = "Validate Action-ID…";
|
|
|
|
|
"action_id_not_valid" = "Failure: The transaction number (Action-ID) was not set to 9-digit number string in MainActivity.kt file.";
|
2025-11-19 16:10:16 +01:00
|
|
|
"verification_successful" = "Verification successful";
|
|
|
|
|
"verification_failed" = "Verification failed:";
|
|
|
|
|
"start_failed" = "Start Failed:\n";
|
|
|
|
|
"product_journey_finished_successfully" = "Product Journey finished successfully";
|
|
|
|
|
"product_journey_finished_with_failure" = "Product journey finished with failure:";
|
|
|
|
|
"success" = "Success: "
|