Skip to content

Commit afb1863

Browse files
committed
[Strings] Fix compilation problem.
1 parent d822874 commit afb1863

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/src/main/res/values-en/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@
12871287
<string name="attendance_details_time">Time</string>
12881288
<string name="settings_about_github_subtext">Help with app development on GitHub</string>
12891289
<string name="build_platform">Distribution</string>
1290-
<string name="build_validate_progress">Build verification in progress...</string>
1290+
<string name="build_validate_progress">Build verification in progress</string>
12911291
<string name="attendance_tab_months">By months</string>
12921292
<string name="attendance_tab_summary">Summary</string>
12931293
<string name="attendance_details_type">Type</string>
@@ -1307,7 +1307,7 @@
13071307
<string name="settings_about_homepage_subtext">Get help or support authors</string>
13081308
<string name="build_invalid_title">Information about application version</string>
13091309
<string name="home_archive_close_no_target_title">No current profile</string>
1310-
<string name="login_platform_list_loading">Loading e-registers list...</string>
1310+
<string name="login_platform_list_loading">Loading e-registers list</string>
13111311
<string name="login_mode_podlasie_api">Log in using token</string>
13121312
<string name="login_mode_podlasie_api_guide">Provide mobile app token.</string>
13131313
<string name="attendance_config_title">Attendance configuration</string>
@@ -1321,10 +1321,10 @@
13211321
<string name="login_mode_vulcan_api">Use token, symbol and PIN code</string>
13221322
<string name="login_mode_vulcan_api_hint">Register device on journal VULCAN® page</string>
13231323
<string name="login_mode_vulcan_web">Use e-mail/username and password</string>
1324-
<string name="edziennik_progress_login_podlasie_api">Logging in to PPE...</string>
1324+
<string name="edziennik_progress_login_podlasie_api">Logging in to PPE</string>
13251325
<string name="login_type_podlasie">Podlaska Platforma Edukacyjna</string>
13261326
<string name="login_mode_edudziennik_web">Log in using e-mail and password</string>
1327-
<string name="edziennik_progress_login_vulcan_web_main">Logging in to VULCAN® register...</string>
1327+
<string name="edziennik_progress_login_vulcan_web_main">Logging in to VULCAN® register</string>
13281328
<string name="login_mode_librus_jst">Login via VULCAN® platform</string>
13291329
<string name="login_mode_librus_email">Log in using e-mail</string>
13301330
<string name="attendance_details_id">Attendance ID</string>
@@ -1438,9 +1438,9 @@
14381438
<string name="notes_editor_body_error">Enter the note text</string>
14391439
<string name="color_none">None</string>
14401440
<string name="notification_type_new_shared_note">Note shared</string>
1441-
<string name="notes_editor_confirmation_text">Do you want to delete this note?\n\nIt will be deleted on your device and on classmates' devices.</string>
1442-
<string name="notes_editor_progress_unsharing">Deleting shared note...</string>
1443-
<string name="notes_editor_progress_sharing">Sharing the note...</string>
1441+
<string name="notes_editor_confirmation_text">Do you want to delete this note?\n\nIt will be deleted on your device and on classmates\' devices.</string>
1442+
<string name="notes_editor_progress_unsharing">Deleting shared note</string>
1443+
<string name="notes_editor_progress_sharing">Sharing the note</string>
14441444
<string name="notes_editor_replace_text">Replace original content</string>
14451445
<string name="card_notes_header_title">Newest notes</string>
14461446
<string name="messages_compose_save_draft_title">Save changes</string>

0 commit comments

Comments
 (0)