1
0

Add missing translations (#642)

This commit is contained in:
Rafał Borcz
2020-01-09 00:42:16 +01:00
committed by Mikołaj Pich
parent 15184550f4
commit d706c000b9
3 changed files with 21 additions and 5 deletions

View File

@ -243,7 +243,7 @@
<!--Account-->
<string name="account_add_new">Add account</string>
<string name="account_logout">Logout</string>
<string name="account_confirm">Do you want to log out of this student account?</string>
<string name="account_confirm">Do you want to log out of an active student?</string>
<string name="account_logout_student">Student logout</string>
@ -341,9 +341,10 @@
<!--Errors-->
<string name="error_no_internet">No internet connection</string>
<string name="error_timeout">Connection to the register timed out</string>
<string name="error_login_failed">Login failed. Restart the app and try again</string>
<string name="error_service_unavailable">The service is not available. Try again later</string>
<string name="error_login_failed">Login failed. Try again or restart the app</string>
<string name="error_service_unavailable">The register is not available. Try again later</string>
<string name="error_unknown">An unexpected error occurred</string>
<string name="error_feature_disabled">Feature disabled by your school</string>
<string name="error_feature_not_available">Feature not available in this mode</string>
</resources>