Skip to content

Commit

Permalink
chore: add extracted translation source files from openedx-app-android
Browse files Browse the repository at this point in the history
  • Loading branch information
openedx-transifex-bot committed Sep 4, 2024
1 parent fc597f3 commit 9e4a16f
Showing 1 changed file with 111 additions and 111 deletions.
222 changes: 111 additions & 111 deletions translations/openedx-app-android/i18n/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="dashboard.dashboard_courses">Courses</string>
<string name="dashboard.dashboard_you_are_not_enrolled">You are not enrolled in any courses yet.</string>
<string name="dashboard.dashboard_learn">Learn</string>
<string name="dashboard.dashboard_programs">Programs</string>
<string name="dashboard.dashboard_course_date">Course %1$s</string>
<string name="dashboard.dashboard_start_course">Start Course</string>
<string name="dashboard.dashboard_resume_course">Resume Course</string>
<string name="dashboard.dashboard_view_all_with_count">View All Courses (%1$d)</string>
<string name="dashboard.dashboard_view_all">View All</string>
<string name="dashboard.dashboard_course_filter_all">All</string>
<string name="dashboard.dashboard_course_filter_in_progress">In Progress</string>
<string name="dashboard.dashboard_course_filter_completed">Completed</string>
<string name="dashboard.dashboard_course_filter_expired">Expired</string>
<string name="dashboard.dashboard_all_courses">All Courses</string>
<string name="dashboard.dashboard_all_courses_empty_title">No Courses</string>
<string name="dashboard.dashboard_all_courses_empty_description">You are not currently enrolled in any courses, would you like to explore the course catalog?</string>
<string name="dashboard.dashboard_find_a_course">Find a Course</string>
<string name="dashboard.dashboard_no_status_courses">No %1$s Courses</string>
<plurals name="dashboard.dashboard_past_due_assignment">
<item quantity="one">%1$d Past Due Assignment</item>
<item quantity="other">%1$d Past Due Assignments</item>
</plurals>

<string name="core.core_results">Results</string>
<string name="core.core_error_invalid_grant">Invalid credentials</string>
<string name="core.core_error_no_connection">Slow or no internet connection</string>
Expand Down Expand Up @@ -115,6 +92,48 @@
<string name="core.core_not_synced">Not Synced</string>
<string name="core.core_syncing_to_calendar">Syncing to calendar…</string>

<string name="discovery.discovery_Discovery">Discover</string>
<string name="discovery.discovery_discovery_new">Discover new</string>
<string name="discovery.discovery_lets_find">Let\'s find something new for you</string>
<string name="discovery.discovery_search_results">Search results</string>
<string name="discovery.discovery_start_typing_to_find">Start typing to find the course</string>
<string name="discovery.discovery_course_details">Course details</string>
<string name="discovery.discovery_enroll_now">Enroll now</string>
<string name="discovery.discovery_view_course">View course</string>
<string name="discovery.discovery_you_cant_enroll">You cannot enroll in this course because the enrollment date is over.</string>
<string name="discovery.discovery_no_internet_label">To enroll in this course, please make sure you are connected to the internet.</string>
<string name="discovery.discovery_enrolled_successfully">You have been successfully enrolled in this course.</string>
<string name="discovery.discovery_you_are_already_enrolled">You are already enrolled in this course.</string>
<plurals name="discovery.discovery_found_courses">
<item quantity="one">Found %s course on your request</item>
<item quantity="other">Found %s courses on your request</item>
</plurals>
<!-- Accessibility -->
<string name="discovery.discovery_accessibility_play_video">Play video</string>

<string name="dashboard.dashboard_courses">Courses</string>
<string name="dashboard.dashboard_you_are_not_enrolled">You are not enrolled in any courses yet.</string>
<string name="dashboard.dashboard_learn">Learn</string>
<string name="dashboard.dashboard_programs">Programs</string>
<string name="dashboard.dashboard_course_date">Course %1$s</string>
<string name="dashboard.dashboard_start_course">Start Course</string>
<string name="dashboard.dashboard_resume_course">Resume Course</string>
<string name="dashboard.dashboard_view_all_with_count">View All Courses (%1$d)</string>
<string name="dashboard.dashboard_view_all">View All</string>
<string name="dashboard.dashboard_course_filter_all">All</string>
<string name="dashboard.dashboard_course_filter_in_progress">In Progress</string>
<string name="dashboard.dashboard_course_filter_completed">Completed</string>
<string name="dashboard.dashboard_course_filter_expired">Expired</string>
<string name="dashboard.dashboard_all_courses">All Courses</string>
<string name="dashboard.dashboard_all_courses_empty_title">No Courses</string>
<string name="dashboard.dashboard_all_courses_empty_description">You are not currently enrolled in any courses, would you like to explore the course catalog?</string>
<string name="dashboard.dashboard_find_a_course">Find a Course</string>
<string name="dashboard.dashboard_no_status_courses">No %1$s Courses</string>
<plurals name="dashboard.dashboard_past_due_assignment">
<item quantity="one">%1$d Past Due Assignment</item>
<item quantity="other">%1$d Past Due Assignments</item>
</plurals>

<string name="discussion.discussion_discussions">Discussions</string>
<string name="discussion.discussion_all_posts">All Posts</string>
<string name="discussion.discussion_unread">Unread</string>
Expand Down Expand Up @@ -177,6 +196,71 @@
<item quantity="other">Found %s posts</item>
</plurals>

<string name="course.course_outline">Course Outline</string>
<string name="course.course_content">Course content</string>
<string name="course.course_units">Course units</string>
<string name="course.course_subsections">Course subsections</string>
<string name="course.course_videos">Videos</string>
<string name="course.course_you_earned_certificate">Congratulations, you have earned this course certificate in \"%s\".</string>
<string name="course.course_view_certificate">View certificate</string>
<string name="course.course_navigation_prev">Prev</string>
<string name="course.course_navigation_prev_unit">Previous Unit</string>
<string name="course.course_navigation_next">Next</string>
<string name="course.course_navigation_next_unit">Next Unit</string>
<string name="course.course_navigation_finish">Finish</string>
<string name="course.course_does_not_include_videos">This course does not include any videos.</string>
<string name="course.course_resume_unit_title">Last unit:</string>
<string name="course.course_resume_unit_btn">Resume</string>
<string name="course.course_discussion">Discussion</string>
<string name="course.course_handouts">Handouts</string>
<string name="course.course_announcements">Announcements</string>
<string name="course.course_find_important_info">Find important course information</string>
<string name="course.course_latest_news">Keep up with the latest news</string>
<string name="course.course_good_job">Good job!</string>
<string name="course.course_section_finished">You\'ve completed \"%s\".</string>
<string name="course.course_back_to_outline">Back to outline</string>
<string name="course.course_next_section">Next section</string>
<string name="course.course_not_started">This course hasn’t started yet.</string>
<string name="course.course_not_connected_to_internet">You are not connected to the Internet. Please check your Internet connection.</string>
<string name="course.course_can_download_only_with_wifi">You can download content only from Wi-fi</string>
<string name="course.course_this_interactive_component">This interactive component isn\'t available on mobile.</string>
<string name="course.course_explore_other_parts">Explore other parts of this course or view this on web.</string>
<string name="course.course_open_in_browser">Open in browser</string>
<string name="course.course_subtitles">Subtitles</string>
<string name="course.course_continue_with">Continue with:</string>
<string name="course.course_resume">Resume</string>
<string name="course.course_to_proceed">To proceed with \"%s\" press \"Next section\".</string>
<string name="course.course_gated_content_label">Some content in this part of the course is locked for upgraded users only.</string>
<string name="course.course_change_quality_when_downloading">You cannot change the download video quality when all videos are downloading</string>
<string name="course.course_dates_shifted_message">Dates Shifted</string>
<string name="course.course_container_nav_home">Home</string>
<string name="course.course_container_nav_videos">Videos</string>
<string name="course.course_container_nav_discussions">Discussions</string>
<string name="course.course_container_nav_more">More</string>
<string name="course.course_container_nav_dates">Dates</string>
<!-- Accessibility -->
<string name="course.course_accessibility_video_player">Video player</string>
<string name="course.course_accessibility_remove_course_section">Remove course section</string>
<string name="course.course_accessibility_download_course_section">Download course section</string>
<string name="course.course_accessibility_stop_downloading_course_section">Stop downloading course section</string>
<string name="course.course_accessibility_section_completed">Section completed</string>
<string name="course.course_accessibility_section_uncompleted">Section uncompleted</string>
<string name="course.course_download_queue_title">Downloads</string>
<string name="course.course_download_untitled">(Untitled)</string>
<string name="course.course_download_big_files_confirmation_title">Download</string>
<string name="course.course_download_big_files_confirmation_text">The videos you\'ve selected are larger than 1 GB. Do you want to download these videos?</string>
<string name="course.course_delete_while_downloading_confirmation_text" formatted="false">Turning off the switch will stop downloading and delete all downloaded videos for \"%s\"?</string>
<string name="course.course_delete_downloads_confirmation_text" formatted="false">Are you sure you want to delete all video(s) for \"%s\"?</string>
<string name="course.course_delete_download_confirmation_text" formatted="false">Are you sure you want to delete video(s) for \"%s\"?</string>

<string name="app.action_settings">Settings</string>
<string name="app.next">Next</string>
<string name="app.previous">Previous</string>
<string name="app.app_navigation_discovery">Discover</string>
<string name="app.app_navigation_learn">Learn</string>
<string name="app.app_navigation_programs">Programs</string>
<string name="app.app_navigation_profile">Profile</string>

<string name="profile.profile_prof_info">Profile info</string>
<string name="profile.profile_bio">Bio: %1$s</string>
<string name="profile.profile_year_of_birth">Year of Birth: %1$s</string>
Expand Down Expand Up @@ -256,13 +340,10 @@
<string name="profile.profile_no_sync_courses">No courses are currently being synced to your calendar.</string>
<string name="profile.profile_no_courses_with_current_filter">No courses match the current filter.</string>

<string name="app.action_settings">Settings</string>
<string name="app.next">Next</string>
<string name="app.previous">Previous</string>
<string name="app.app_navigation_discovery">Discover</string>
<string name="app.app_navigation_learn">Learn</string>
<string name="app.app_navigation_programs">Programs</string>
<string name="app.app_navigation_profile">Profile</string>
<string name="whatsnew.whats_new_title">What\'s New</string>
<string name="whatsnew.whats_new_navigation_previous">Previous</string>
<string name="whatsnew.whats_new_navigation_next">Next</string>
<string name="whatsnew.whats_new_navigation_done">Done</string>

<string name="auth.auth_sign_up">Sign up</string>
<string name="auth.auth_forgot_password">Forgot password?</string>
Expand All @@ -286,85 +367,4 @@
<string name="auth.auth_agreement_signin_in">By signing in to this app, you agree to the %1$s and %2$s and you acknowledge that %3$s and each Member process your personal data in accordance with the %4$s.</string>
<string name="auth.auth_accessibility_show_password">Show password</string>
<string name="auth.auth_accessibility_hide_password">Hide password</string>

<string name="discovery.discovery_Discovery">Discover</string>
<string name="discovery.discovery_discovery_new">Discover new</string>
<string name="discovery.discovery_lets_find">Let\'s find something new for you</string>
<string name="discovery.discovery_search_results">Search results</string>
<string name="discovery.discovery_start_typing_to_find">Start typing to find the course</string>
<string name="discovery.discovery_course_details">Course details</string>
<string name="discovery.discovery_enroll_now">Enroll now</string>
<string name="discovery.discovery_view_course">View course</string>
<string name="discovery.discovery_you_cant_enroll">You cannot enroll in this course because the enrollment date is over.</string>
<string name="discovery.discovery_no_internet_label">To enroll in this course, please make sure you are connected to the internet.</string>
<string name="discovery.discovery_enrolled_successfully">You have been successfully enrolled in this course.</string>
<string name="discovery.discovery_you_are_already_enrolled">You are already enrolled in this course.</string>
<plurals name="discovery.discovery_found_courses">
<item quantity="one">Found %s course on your request</item>
<item quantity="other">Found %s courses on your request</item>
</plurals>
<!-- Accessibility -->
<string name="discovery.discovery_accessibility_play_video">Play video</string>

<string name="course.course_outline">Course Outline</string>
<string name="course.course_content">Course content</string>
<string name="course.course_units">Course units</string>
<string name="course.course_subsections">Course subsections</string>
<string name="course.course_videos">Videos</string>
<string name="course.course_you_earned_certificate">Congratulations, you have earned this course certificate in \"%s\".</string>
<string name="course.course_view_certificate">View certificate</string>
<string name="course.course_navigation_prev">Prev</string>
<string name="course.course_navigation_prev_unit">Previous Unit</string>
<string name="course.course_navigation_next">Next</string>
<string name="course.course_navigation_next_unit">Next Unit</string>
<string name="course.course_navigation_finish">Finish</string>
<string name="course.course_does_not_include_videos">This course does not include any videos.</string>
<string name="course.course_resume_unit_title">Last unit:</string>
<string name="course.course_resume_unit_btn">Resume</string>
<string name="course.course_discussion">Discussion</string>
<string name="course.course_handouts">Handouts</string>
<string name="course.course_announcements">Announcements</string>
<string name="course.course_find_important_info">Find important course information</string>
<string name="course.course_latest_news">Keep up with the latest news</string>
<string name="course.course_good_job">Good job!</string>
<string name="course.course_section_finished">You\'ve completed \"%s\".</string>
<string name="course.course_back_to_outline">Back to outline</string>
<string name="course.course_next_section">Next section</string>
<string name="course.course_not_started">This course hasn’t started yet.</string>
<string name="course.course_not_connected_to_internet">You are not connected to the Internet. Please check your Internet connection.</string>
<string name="course.course_can_download_only_with_wifi">You can download content only from Wi-fi</string>
<string name="course.course_this_interactive_component">This interactive component isn\'t available on mobile.</string>
<string name="course.course_explore_other_parts">Explore other parts of this course or view this on web.</string>
<string name="course.course_open_in_browser">Open in browser</string>
<string name="course.course_subtitles">Subtitles</string>
<string name="course.course_continue_with">Continue with:</string>
<string name="course.course_resume">Resume</string>
<string name="course.course_to_proceed">To proceed with \"%s\" press \"Next section\".</string>
<string name="course.course_gated_content_label">Some content in this part of the course is locked for upgraded users only.</string>
<string name="course.course_change_quality_when_downloading">You cannot change the download video quality when all videos are downloading</string>
<string name="course.course_dates_shifted_message">Dates Shifted</string>
<string name="course.course_container_nav_home">Home</string>
<string name="course.course_container_nav_videos">Videos</string>
<string name="course.course_container_nav_discussions">Discussions</string>
<string name="course.course_container_nav_more">More</string>
<string name="course.course_container_nav_dates">Dates</string>
<!-- Accessibility -->
<string name="course.course_accessibility_video_player">Video player</string>
<string name="course.course_accessibility_remove_course_section">Remove course section</string>
<string name="course.course_accessibility_download_course_section">Download course section</string>
<string name="course.course_accessibility_stop_downloading_course_section">Stop downloading course section</string>
<string name="course.course_accessibility_section_completed">Section completed</string>
<string name="course.course_accessibility_section_uncompleted">Section uncompleted</string>
<string name="course.course_download_queue_title">Downloads</string>
<string name="course.course_download_untitled">(Untitled)</string>
<string name="course.course_download_big_files_confirmation_title">Download</string>
<string name="course.course_download_big_files_confirmation_text">The videos you\'ve selected are larger than 1 GB. Do you want to download these videos?</string>
<string name="course.course_delete_while_downloading_confirmation_text" formatted="false">Turning off the switch will stop downloading and delete all downloaded videos for \"%s\"?</string>
<string name="course.course_delete_downloads_confirmation_text" formatted="false">Are you sure you want to delete all video(s) for \"%s\"?</string>
<string name="course.course_delete_download_confirmation_text" formatted="false">Are you sure you want to delete video(s) for \"%s\"?</string>

<string name="whatsnew.whats_new_title">What\'s New</string>
<string name="whatsnew.whats_new_navigation_previous">Previous</string>
<string name="whatsnew.whats_new_navigation_next">Next</string>
<string name="whatsnew.whats_new_navigation_done">Done</string>
</resources>

0 comments on commit 9e4a16f

Please sign in to comment.