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

Default strings (DEV) (#3412)

parent 3f15b6d8
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</plurals> </plurals>
<!-- XTXT: Vaccination QR code scan error message--> <!-- XTXT: Vaccination QR code scan error message-->
<string name="error_vc_invalid">"This QR code is not a valid vaccination certificate."</string> <string name="error_vc_invalid">"This QR code is not a valid vaccination certificate.\n\nFor more information about how to receive your vaccination certificate, please see our FAQ page."</string>
<!-- XTXT: Vaccination QR code scan error message--> <!-- XTXT: Vaccination QR code scan error message-->
<string name="error_vc_not_yet_supported">"This vaccination certificate is not supported in your app version yet. Please update your app or contact the technical hotline under “App Information”."</string> <string name="error_vc_not_yet_supported">"This vaccination certificate is not supported in your app version yet. Please update your app or contact the technical hotline under “App Information”."</string>
<!-- XTXT: Vaccination QR code scan error message--> <!-- XTXT: Vaccination QR code scan error message-->
...@@ -112,8 +112,8 @@ ...@@ -112,8 +112,8 @@
<!-- XBUT: Text for vaccination consent accept button --> <!-- XBUT: Text for vaccination consent accept button -->
<string name="vaccination_consent_accept_button">"Continue"</string> <string name="vaccination_consent_accept_button">"Continue"</string>
<!-- XBUT: Text for invalid vaccination certificate error button, linking to FAQ--> <!-- XBUT: Text for invalid vaccination certificate error button, linking to FAQ-->
<string name="error_button_vc_faq">FAQ zu Impfzertifikaten</string> <string name="error_button_vc_faq">"FAQ for Vaccination Certificates"</string>
<!-- XTXT: Explains user about vaccination 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 vaccination 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="error_button_vc_faq_link">https://www.coronawarn.app/en/faq/#vac_cert_invalid</string> <string name="error_button_vc_faq_link">"https://www.coronawarn.app/en/faq/#vac_cert_invalid"</string>
</resources> </resources>
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