Skip to content
Snippets Groups Projects
Unverified Commit 3cedb71f authored by harambasicluka's avatar harambasicluka Committed by GitHub
Browse files

default strings (#3483)

parent a321627f
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
<string name="request_gc_dialog_title">"Cancel Registration"</string> <string name="request_gc_dialog_title">"Cancel Registration"</string>
<!-- XTXT: Request green certificate exit dialog message --> <!-- XTXT: Request green certificate exit dialog message -->
<string name="request_gc_dialog_message">"If you cancel the test registration, you cannot receive your test result in the app."</string> <string name="request_gc_dialog_message">"If you cancel the test registration, you cannot receive your test result in the app."</string>
<!-- XBUT: Request green certificate exit dialog positive button -->
<string name="request_gc_dialog_positive_button">"Cancel Registration"</string>
<!-- XBUT: Request green certificate exit dialog negative button --> <!-- XBUT: Request green certificate exit dialog negative button -->
<string name="request_gc_dialog_positive_button">"OK"</string> <string name="request_gc_dialog_negative_button">"Continue Registration"</string>
<!-- XBUT: Request green certificate exit dialog negative button -->
<string name="request_gc_dialog_negative_button">"Cancel"</string>
<!-- XTXT: Detail green certificate title --> <!-- XTXT: Detail green certificate title -->
<string name="detail_green_certificate_title">"EU Digital COVID Test Certificate"</string> <string name="detail_green_certificate_title">"EU Digital COVID Test Certificate"</string>
<!-- XTXT: Detail green certificate test type --> <!-- XTXT: Detail green certificate test type -->
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<!-- XTXT: Test error card body refreshing --> <!-- XTXT: Test error card body refreshing -->
<string name="test_certificate_error_refreshing_status">"Your certificate is being requested. This may take a few minutes..."</string> <string name="test_certificate_error_refreshing_status">"Your certificate is being requested. This may take a few minutes..."</string>
<!-- XBUT: Text for invalid test certificate error button, linking to FAQ--> <!-- XBUT: Text for invalid test certificate error button, linking to FAQ-->
<string name="test_certificate_error_invalid_labid_faq"></string> <string name="test_certificate_error_invalid_labid_faq">"FAQ for Test Certificates"</string>
<!-- XTXT: Explains user about test certificate: URL, has to be "translated" into english (relevant for all languages except german) - https://www.coronawarn.app/en/faq/#vac_cert_invalid --> <!-- XTXT: Explains user about test certificate: URL, has to be "translated" into english (relevant for all languages except german) - https://www.coronawarn.app/en/faq/#vac_cert_invalid -->
<string name="test_certificate_error_invalid_labid_faq_link"></string> <string name="test_certificate_error_invalid_labid_faq_link">"https://www.coronawarn.app/en/faq/#test_cert"</string>
</resources> </resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment