2015-09-24 11:27:43 -04:00
<resources >
2017-01-29 14:48:55 -05:00
<string name= "app_name" translatable= "false" > Tachiyomi</string>
2015-09-24 11:27:43 -04:00
2017-04-04 11:42:17 -04:00
<!-- Models -->
2015-12-27 19:13:52 -05:00
<string name= "name" > Name</string>
2017-04-04 11:42:17 -04:00
<string name= "categories" > Categories</string>
<string name= "manga" > Manga</string>
<string name= "chapters" > Chapters</string>
<string name= "track" > Tracking</string>
<string name= "history" > History</string>
2015-12-27 19:13:52 -05:00
2015-11-16 13:33:33 -05:00
<!-- Activities and fragments labels (toolbar title) -->
<string name= "label_settings" > Settings</string>
<string name= "label_download_queue" > Download queue</string>
<string name= "label_library" > My library</string>
2016-06-06 09:26:56 -04:00
<string name= "label_recent_manga" > Recently read</string>
2015-11-16 13:33:33 -05:00
<string name= "label_catalogues" > Catalogues</string>
2016-09-30 15:11:51 -04:00
<string name= "label_recent_updates" > Library updates</string>
<string name= "label_latest_updates" > Latest updates</string>
2015-12-30 08:10:31 -05:00
<string name= "label_categories" > Categories</string>
2015-12-27 19:13:52 -05:00
<string name= "label_selected" > Selected: %1$d</string>
2016-01-24 10:16:28 -05:00
<string name= "label_backup" > Backup</string>
2015-11-16 13:33:33 -05:00
<!-- Actions -->
2015-09-26 08:25:18 -04:00
<string name= "action_settings" > Settings</string>
2016-03-03 17:56:57 -05:00
<string name= "action_filter" > Filter</string>
<string name= "action_filter_downloaded" > Downloaded</string>
2016-11-06 07:33:00 -05:00
<string name= "action_filter_bookmarked" > Bookmarked</string>
2016-03-03 17:56:57 -05:00
<string name= "action_filter_unread" > Unread</string>
2016-09-05 05:08:16 -04:00
<string name= "action_filter_read" > Read</string>
2016-03-03 17:56:57 -05:00
<string name= "action_filter_empty" > Remove filter</string>
2016-12-04 14:22:12 -05:00
<string name= "action_sort_alpha" > Alphabetically</string>
<string name= "action_sort_last_read" > Last read</string>
<string name= "action_sort_last_updated" > Last updated</string>
2015-09-30 13:03:11 -04:00
<string name= "action_search" > Search</string>
2015-11-16 13:33:33 -05:00
<string name= "action_select_all" > Select all</string>
<string name= "action_mark_as_read" > Mark as read</string>
<string name= "action_mark_as_unread" > Mark as unread</string>
2016-01-19 10:35:36 -05:00
<string name= "action_mark_previous_as_read" > Mark previous as read</string>
2015-11-16 13:33:33 -05:00
<string name= "action_download" > Download</string>
2016-11-06 07:33:00 -05:00
<string name= "action_bookmark" > Bookmark</string>
<string name= "action_remove_bookmark" > Remove bookmark</string>
2015-10-02 12:27:25 -04:00
<string name= "action_delete" > Delete</string>
2015-11-25 10:08:24 -05:00
<string name= "action_update" > Update</string>
2016-05-04 18:37:03 -04:00
<string name= "action_update_library" > Update library</string>
2015-11-25 10:08:24 -05:00
<string name= "action_edit" > Edit</string>
2017-01-08 14:07:19 -05:00
<string name= "action_add" > Add</string>
2015-12-27 19:13:52 -05:00
<string name= "action_add_category" > Add category</string>
<string name= "action_edit_categories" > Edit categories</string>
2015-12-28 12:06:07 -05:00
<string name= "action_rename_category" > Rename category</string>
2015-12-28 19:00:05 -05:00
<string name= "action_move_category" > Move to categories</string>
2016-02-14 08:00:44 -05:00
<string name= "action_edit_cover" > Edit the cover picture</string>
2015-11-24 12:45:53 -05:00
<string name= "action_sort_up" > Sort up</string>
<string name= "action_sort_down" > Sort down</string>
2015-12-01 12:16:55 -05:00
<string name= "action_show_unread" > Unread</string>
<string name= "action_show_downloaded" > Downloaded</string>
<string name= "action_next_unread" > Next unread</string>
2015-12-19 08:58:36 -05:00
<string name= "action_start" > Start</string>
<string name= "action_stop" > Stop</string>
2016-02-09 10:25:36 -05:00
<string name= "action_pause" > Pause</string>
2016-02-09 10:34:41 -05:00
<string name= "action_clear" > Clear</string>
2017-04-04 11:42:17 -04:00
<string name= "action_close" > Close</string>
2016-01-06 14:55:52 -05:00
<string name= "action_previous_chapter" > Previous chapter</string>
<string name= "action_next_chapter" > Next chapter</string>
2016-01-07 15:21:42 -05:00
<string name= "action_retry" > Retry</string>
2016-06-06 09:26:56 -04:00
<string name= "action_remove" > Remove</string>
<string name= "action_resume" > Resume</string>
2017-04-04 11:42:17 -04:00
<string name= "action_move" > Move</string>
2016-02-23 14:02:49 -05:00
<string name= "action_open_in_browser" > Open in browser</string>
2016-09-29 12:38:29 -04:00
<string name= "action_add_to_home_screen" > Add to home screen</string>
2016-01-22 11:37:23 -05:00
<string name= "action_display_mode" > Change display mode</string>
2016-12-11 06:43:44 -05:00
<string name= "action_display" > Display</string>
<string name= "action_display_grid" > Grid</string>
<string name= "action_display_list" > List</string>
2016-08-28 16:59:00 -04:00
<string name= "action_set_filter" > Set filter</string>
2016-03-06 14:58:15 -05:00
<string name= "action_cancel" > Cancel</string>
2016-03-17 19:13:29 -04:00
<string name= "action_sort" > Sort</string>
2016-04-17 18:20:58 -04:00
<string name= "action_install" > Install</string>
2016-09-22 15:36:40 -04:00
<string name= "action_share" > Share</string>
2016-10-11 11:04:47 -04:00
<string name= "action_save" > Save</string>
2017-01-02 06:09:23 -05:00
<string name= "action_reset" > Reset</string>
2017-01-13 13:35:20 -05:00
<string name= "action_undo" > Undo</string>
2017-04-04 11:42:17 -04:00
<string name= "action_export" > Export</string>
<string name= "action_open_log" > Open log</string>
<string name= "action_create" > Create</string>
<string name= "action_restore" > Restore</string>
2016-01-06 14:55:52 -05:00
2015-12-07 09:53:01 -05:00
<!-- Operations -->
2015-12-07 12:01:44 -05:00
<string name= "deleting" > Deleting…</string>
2015-12-07 09:53:01 -05:00
<string name= "loading" > Loading…</string>
2015-11-25 10:08:24 -05:00
2017-04-04 11:42:39 -04:00
<!-- Shortcuts -->
<string name= "app_not_available" > Application not available</string>
<string name= "short_recent_updates" > Updates</string>
2015-10-25 20:41:10 -04:00
<!-- Preferences -->
2015-11-16 13:33:33 -05:00
<!-- Subsections -->
2015-12-27 08:58:36 -05:00
<string name= "pref_category_general" > General</string>
2015-10-25 20:41:10 -04:00
<string name= "pref_category_reader" > Reader</string>
2015-11-03 14:04:07 -05:00
<string name= "pref_category_downloads" > Downloads</string>
2016-03-09 12:47:03 -05:00
<string name= "pref_category_sources" > Sources</string>
2016-12-18 16:56:28 -05:00
<string name= "pref_category_tracking" > Tracking</string>
2016-01-02 15:09:46 -05:00
<string name= "pref_category_advanced" > Advanced</string>
2015-12-11 20:08:47 -05:00
<string name= "pref_category_about" > About</string>
2015-10-25 20:41:10 -04:00
2015-12-27 08:58:36 -05:00
<!-- General section -->
2016-01-11 18:31:04 -05:00
<string name= "pref_library_columns" > Library manga per row</string>
2015-12-27 08:58:36 -05:00
<string name= "portrait" > Portrait</string>
<string name= "landscape" > Landscape</string>
<string name= "default_columns" > Default</string>
2016-01-29 10:12:20 -05:00
<string name= "pref_library_update_interval" > Library update frequency</string>
2016-01-10 11:47:43 -05:00
<string name= "update_never" > Manual</string>
<string name= "update_1hour" > Hourly</string>
<string name= "update_2hour" > Every 2 hours</string>
<string name= "update_3hour" > Every 3 hours</string>
<string name= "update_6hour" > Every 6 hours</string>
<string name= "update_12hour" > Every 12 hours</string>
<string name= "update_24hour" > Daily</string>
<string name= "update_48hour" > Every 2 days</string>
2017-04-04 11:42:17 -04:00
<string name= "update_weekly" > Weekly</string>
<string name= "update_monthly" > Monthly</string>
2016-09-15 12:00:54 -04:00
<string name= "pref_library_update_categories" > Categories to include in global update</string>
2016-09-15 12:39:16 -04:00
<string name= "all" > All</string>
2016-04-17 18:20:58 -04:00
<string name= "pref_library_update_restriction" > Library update restrictions</string>
<string name= "pref_library_update_restriction_summary" > Update only when the conditions are met</string>
<string name= "wifi" > Wi-Fi</string>
<string name= "charging" > Charging</string>
2016-06-02 08:42:41 -04:00
<string name= "pref_update_only_non_completed" > Only update ongoing manga</string>
2016-01-29 10:12:20 -05:00
<string name= "pref_auto_update_manga_sync" > Sync chapters after reading</string>
<string name= "pref_ask_update_manga_sync" > Confirm before updating</string>
2016-03-29 07:47:32 -04:00
<string name= "pref_theme" > Application theme</string>
<string name= "light_theme" > Main theme</string>
<string name= "dark_theme" > Dark theme</string>
2017-05-07 06:36:25 -04:00
<string name= "amoled_theme" > AMOLED theme</string>
2016-07-18 13:58:18 -04:00
<string name= "pref_start_screen" > Start screen</string>
2016-12-13 14:47:46 -05:00
<string name= "pref_language" > Language</string>
2016-12-26 09:44:59 -05:00
<string name= "system_default" > System default</string>
2017-04-07 14:39:09 -04:00
<string name= "default_category" > Default category</string>
<string name= "default_category_summary" > Always ask</string>
2016-03-12 08:22:40 -05:00
2015-11-16 13:33:33 -05:00
<!-- Reader section -->
2016-06-27 10:46:31 -04:00
<string name= "pref_fullscreen" > Fullscreen</string>
2015-11-22 14:03:48 -05:00
<string name= "pref_lock_orientation" > Lock orientation</string>
2017-02-11 18:30:32 -05:00
<string name= "pref_page_transitions" > Page transitions</string>
2015-11-22 14:03:48 -05:00
<string name= "pref_show_page_number" > Show page number</string>
2017-02-11 18:30:32 -05:00
<string name= "pref_crop_borders" > Crop borders</string>
2015-11-22 14:03:48 -05:00
<string name= "pref_custom_brightness" > Use custom brightness</string>
2016-09-21 15:26:08 -04:00
<string name= "pref_custom_color_filter" > Use custom color filter</string>
2016-01-02 15:09:46 -05:00
<string name= "pref_keep_screen_on" > Keep screen on</string>
2016-04-18 11:29:46 -04:00
<string name= "pref_reader_navigation" > Navigation</string>
<string name= "pref_read_with_volume_keys" > Volume keys</string>
<string name= "pref_read_with_tapping" > Tapping</string>
2016-01-02 15:09:46 -05:00
<string name= "pref_reader_theme" > Background color</string>
2016-03-12 08:22:40 -05:00
<string name= "white_background" > White</string>
<string name= "black_background" > Black</string>
2015-10-24 16:47:34 -04:00
<string name= "pref_viewer_type" > Default viewer</string>
2015-11-19 12:56:46 -05:00
<string name= "default_viewer" > Default</string>
2015-10-24 16:47:34 -04:00
<string name= "left_to_right_viewer" > Left to right</string>
<string name= "right_to_left_viewer" > Right to left</string>
<string name= "vertical_viewer" > Vertical</string>
2016-02-04 11:16:47 -05:00
<string name= "webtoon_viewer" > Webtoon</string>
2016-01-08 14:16:17 -05:00
<string name= "pref_image_decoder" > Image decoder</string>
2016-01-26 19:48:40 -05:00
<string name= "pref_image_scale_type" > Scale type</string>
<string name= "scale_type_fit_screen" > Fit screen</string>
<string name= "scale_type_stretch" > Stretch</string>
<string name= "scale_type_fit_width" > Fit width</string>
<string name= "scale_type_fit_height" > Fit height</string>
<string name= "scale_type_original_size" > Original size</string>
2016-01-28 12:26:43 -05:00
<string name= "scale_type_smart_fit" > Smart fit</string>
2016-02-04 11:16:47 -05:00
<string name= "pref_zoom_start" > Zoom start position</string>
<string name= "zoom_start_automatic" > Automatic</string>
<string name= "zoom_start_left" > Left</string>
<string name= "zoom_start_right" > Right</string>
<string name= "zoom_start_center" > Center</string>
2016-02-12 13:36:00 -05:00
<string name= "pref_rotation_type" > Rotation</string>
<string name= "rotation_free" > Free</string>
<string name= "rotation_lock" > Lock</string>
<string name= "rotation_force_portrait" > Force portrait</string>
<string name= "rotation_force_landscape" > Force landscape</string>
2016-09-21 15:26:08 -04:00
<string name= "color_filter_r_value" > R</string>
<string name= "color_filter_g_value" > G</string>
<string name= "color_filter_b_value" > B</string>
<string name= "color_filter_a_value" > A</string>
2016-02-12 13:36:00 -05:00
2015-11-16 13:33:33 -05:00
<!-- Downloads section -->
2015-11-03 14:04:07 -05:00
<string name= "pref_download_directory" > Downloads directory</string>
2015-12-14 07:24:05 -05:00
<string name= "pref_download_slots" > Simultaneous downloads</string>
2016-01-17 15:59:21 -05:00
<string name= "pref_download_only_over_wifi" > Only download over Wi-Fi</string>
2016-03-21 16:06:20 -04:00
<string name= "pref_remove_after_marked_as_read" > Remove when marked as read</string>
2016-03-21 17:30:30 -04:00
<string name= "pref_remove_after_read" > Remove after read</string>
2016-03-01 17:29:07 -05:00
<string name= "custom_dir" > Custom directory</string>
2016-09-05 05:08:16 -04:00
<string name= "disabled" > Disabled</string>
<string name= "last_read_chapter" > Last read chapter</string>
<string name= "second_to_last" > Second to last chapter</string>
<string name= "third_to_last" > Third to last chapter</string>
<string name= "fourth_to_last" > Fourth to last chapter</string>
<string name= "fifth_to_last" > Fifth to last chapter</string>
2016-12-06 11:22:03 -05:00
<string name= "pref_download_new" > Download new chapters</string>
2017-03-18 13:09:40 -04:00
<string name= "pref_download_new_categories" > Categories to include in download</string>
2016-03-21 17:30:30 -04:00
2016-03-09 12:47:03 -05:00
<!-- Sync section -->
<string name= "services" > Services</string>
2017-04-04 11:42:17 -04:00
<!-- Backup section -->
<string name= "backup" > Backup</string>
<string name= "pref_create_backup" > Create backup</string>
<string name= "pref_create_backup_summ" > Can be used to restore current library</string>
<string name= "pref_restore_backup" > Restore backup</string>
<string name= "pref_restore_backup_summ" > Restore library from backup file</string>
<string name= "pref_backup_directory" > Backup directory</string>
<string name= "pref_backup_service_category" > Service</string>
<string name= "pref_backup_interval" > Backup frequency</string>
<string name= "pref_backup_slots" > Max automatic backups</string>
<string name= "dialog_restoring_backup" > Restoring backup\n%1$s added to library</string>
<string name= "source_not_found" > Source not found</string>
<string name= "dialog_restoring_source_not_found" > Restoring backup\n%1$s source not found</string>
<string name= "backup_created" > Backup created</string>
<string name= "restore_completed" > Restore completed</string>
<string name= "error_opening_log" > Could not open log</string>
<string name= "restore_completed_content" > Restore took %1$s.\n%2$s errors found.</string>
<string name= "backup_restore_content" > Restore uses source to fetch data, carrier costs may apply.\nAlso make sure you are properly logged in sources that require so before restoring.</string>
<string name= "file_saved" > File saved at %1$s</string>
<string name= "backup_choice" > What do you want to backup?</string>
<string name= "restoring_backup" > Restoring backup</string>
<string name= "creating_backup" > Creating backup</string>
2016-01-02 15:09:46 -05:00
<!-- Advanced section -->
2015-12-07 09:53:01 -05:00
<string name= "pref_clear_chapter_cache" > Clear chapter cache</string>
<string name= "used_cache" > Used: %1$s</string>
<string name= "cache_deleted" > Cache cleared. %1$d files have been deleted</string>
2016-01-17 15:59:21 -05:00
<string name= "cache_delete_error" > An error occurred while clearing cache</string>
2016-05-10 09:09:44 -04:00
<string name= "pref_clear_cookies" > Clear cookies</string>
<string name= "cookies_cleared" > Cookies cleared</string>
2017-01-08 14:07:19 -05:00
<string name= "choices_reset" > Dialog choices reset</string>
2016-01-02 15:09:46 -05:00
<string name= "pref_clear_database" > Clear database</string>
2016-01-17 15:59:21 -05:00
<string name= "pref_clear_database_summary" > Delete manga and chapters that are not in your library</string>
<string name= "clear_database_confirmation" > Are you sure? Read chapters and progress of non-library manga will be lost</string>
2016-05-10 09:09:44 -04:00
<string name= "clear_database_completed" > Entries deleted</string>
2016-10-06 13:23:59 -04:00
<string name= "pref_refresh_library_metadata" > Refresh library metadata</string>
<string name= "pref_refresh_library_metadata_summary" > Updates covers, genres, description and manga status information</string>
2015-12-07 09:53:01 -05:00
2015-12-11 20:08:47 -05:00
<!-- About section -->
<string name= "version" > Version</string>
<string name= "build_time" > Build time</string>
2016-04-17 18:20:58 -04:00
<string name= "pref_enable_automatic_updates" > Check for updates</string>
<string name= "pref_enable_automatic_updates_summary" > Automatically check for application updates</string>
2015-12-08 13:39:57 -05:00
<!-- ACRA -->
<string name= "pref_enable_acra" > Send crash reports</string>
2016-01-27 22:14:07 -05:00
<string name= "pref_acra_summary" > Helps fix any bugs. No sensitive data will be sent</string>
2015-12-08 13:39:57 -05:00
2015-12-07 09:53:01 -05:00
2015-11-16 13:33:33 -05:00
<!-- Login dialog -->
2016-03-09 12:47:03 -05:00
<string name= "login_title" > Login for %1$s</string>
2015-10-25 20:41:10 -04:00
<string name= "username" > Username</string>
<string name= "password" > Password</string>
<string name= "show_password" > Show password</string>
2015-10-26 13:50:11 -04:00
<string name= "login" > Login</string>
2015-11-11 13:15:56 -05:00
<string name= "login_success" > Login successful</string>
2015-10-26 13:50:11 -04:00
<string name= "invalid_login" > Login error</string>
2015-11-11 13:15:56 -05:00
<string name= "unknown_error" > Unknown error</string>
2015-11-03 14:04:07 -05:00
2015-11-16 13:33:33 -05:00
<!-- Library fragment -->
<string name= "library_search_hint" > Title or author…</string>
2016-05-08 11:27:49 -04:00
<string name= "updating_category" > Updating category</string>
2016-06-05 17:40:27 -04:00
<string name= "confirm_delete_manga" > Are you sure you want to remove selected manga?</string>
2017-02-03 14:14:33 -05:00
<string name= "also_delete_chapters" > Also delete downloaded chapters</string>
2015-11-03 14:04:07 -05:00
2015-11-16 13:33:33 -05:00
<!-- Catalogue fragment -->
2016-01-27 22:14:07 -05:00
<string name= "source_requires_login" > This source requires you to log in</string>
2015-12-14 10:51:12 -05:00
<string name= "select_source" > Select a source</string>
2016-09-18 15:12:12 -04:00
<string name= "no_valid_sources" > Please enable at least one valid source</string>
2017-01-17 14:13:29 -05:00
<string name= "no_more_results" > No more results</string>
2017-01-29 14:48:55 -05:00
<string name= "local_source" > Local manga</string>
2017-04-07 14:39:09 -04:00
<string name= "invalid_combination" > Default can\'t be selected with other categories</string>
2017-04-07 15:17:21 -04:00
<string name= "added_to_library" > The manga has been added to your library</string>
2015-10-25 20:41:10 -04:00
2016-12-18 10:35:39 -05:00
<!-- Manga activity -->
<string name= "manga_not_in_db" > This manga was removed from the database!</string>
2015-11-16 13:33:33 -05:00
<!-- Manga info fragment -->
<string name= "manga_detail_tab" > Info</string>
<string name= "description" > Description</string>
2016-01-02 19:20:31 -05:00
<string name= "ongoing" > Ongoing</string>
<string name= "unknown" > Unknown</string>
<string name= "licensed" > Licensed</string>
2015-11-24 12:45:53 -05:00
<string name= "add_to_library" > Add to library</string>
<string name= "remove_from_library" > Remove from library</string>
2016-02-14 08:00:44 -05:00
<string name= "manga_info_author_label" > Author</string>
<string name= "manga_info_artist_label" > Artist</string>
<string name= "manga_info_chapters_label" > Chapters</string>
2017-05-14 13:55:48 -04:00
<string name= "manga_info_last_chapter_label" > Last chapter</string>
2016-02-14 08:00:44 -05:00
<string name= "manga_info_status_label" > Status</string>
<string name= "manga_info_source_label" > Source</string>
<string name= "manga_info_genres_label" > Genres</string>
2016-09-22 15:36:40 -04:00
<string name= "share_text" > Check out %1$s! at %2$s</string>
2016-09-29 12:38:29 -04:00
<string name= "circular_icon" > Circular icon</string>
<string name= "rounded_icon" > Rounded icon</string>
<string name= "square_icon" > Square icon</string>
<string name= "star_icon" > Star icon</string>
<string name= "shortcut_title" > Shortcut title</string>
<string name= "icon_shape" > Icon shape</string>
<string name= "icon_creation_fail" > Failed to create shortcut!</string>
2017-02-03 14:14:33 -05:00
<string name= "delete_downloads_for_manga" > Delete downloaded chapters?</string>
2015-11-16 13:33:33 -05:00
<!-- Manga chapters fragment -->
<string name= "manga_chapters_tab" > Chapters</string>
2015-11-24 12:45:53 -05:00
<string name= "manga_chapter_no_title" > No title</string>
2016-01-25 13:57:13 -05:00
<string name= "display_mode_chapter" > Chapter %1$s</string>
2015-12-02 04:17:08 -05:00
<string name= "chapter_downloaded" > Downloaded</string>
<string name= "chapter_queued" > Queued</string>
<string name= "chapter_downloading" > Downloading</string>
2015-12-05 17:58:03 -05:00
<string name= "chapter_downloading_progress" > Downloading (%1$d/%2$d)</string>
2015-12-02 04:17:08 -05:00
<string name= "chapter_error" > Error</string>
2017-01-20 15:18:15 -05:00
<string name= "chapter_paused" > Paused</string>
2015-12-03 07:57:25 -05:00
<string name= "fetch_chapters_error" > Error while fetching chapters</string>
2016-01-25 13:57:13 -05:00
<string name= "show_title" > Show title</string>
<string name= "show_chapter_number" > Show chapter number</string>
2016-05-20 12:07:18 -04:00
<string name= "sorting_mode" > Sorting mode</string>
<string name= "sort_by_source" > By source</string>
<string name= "sort_by_number" > By chapter number</string>
2016-02-09 10:01:11 -05:00
<string name= "manga_download" > Download</string>
2016-03-21 13:51:40 -04:00
<string name= "download_1" > Download next chapter</string>
<string name= "download_5" > Download next 5 chapters</string>
<string name= "download_10" > Download next 10 chapters</string>
2016-02-09 10:01:11 -05:00
<string name= "download_all" > Download all</string>
<string name= "download_unread" > Download unread</string>
2016-05-08 08:58:21 -04:00
<string name= "confirm_delete_chapters" > Are you sure you want to delete selected chapters?</string>
2015-11-02 08:42:08 -05:00
2015-12-20 14:10:04 -05:00
<!-- MyAnimeList fragment -->
2016-12-18 16:56:28 -05:00
<string name= "manga_tracking_tab" > Tracking</string>
2015-12-20 14:10:04 -05:00
<string name= "reading" > Reading</string>
<string name= "completed" > Completed</string>
<string name= "dropped" > Dropped</string>
<string name= "on_hold" > On hold</string>
<string name= "plan_to_read" > Plan to read</string>
<string name= "score" > Score</string>
2016-12-18 16:56:28 -05:00
<string name= "title" > Title</string>
2016-02-14 08:00:44 -05:00
<string name= "status" > Status</string>
2016-12-01 14:34:30 -05:00
<!-- Category activity -->
<string name= "error_category_exists" > A category with this name already exists!</string>
2017-01-13 13:35:20 -05:00
<string name= "snack_categories_deleted" > Categories deleted</string>
2016-12-01 14:34:30 -05:00
2017-01-08 14:07:19 -05:00
<!-- Dialog option with checkbox view -->
<string name= "dialog_with_checkbox_remove_description" > This will remove the read date of this chapter. Are you sure?</string>
<string name= "dialog_with_checkbox_reset" > Reset all chapters for this manga</string>
<!-- SnackBar -->
<string name= "snack_add_to_library" > Add manga to library?</string>
2016-06-06 09:26:56 -04:00
2016-09-26 18:15:21 -04:00
<!-- Image notifier -->
<string name= "picture_saved" > Picture saved</string>
<string name= "saving_picture" > Saving picture</string>
2016-10-13 11:54:07 -04:00
<string name= "options" > Options</string>
2015-12-20 14:10:04 -05:00
2015-11-16 13:33:33 -05:00
<!-- Reader activity -->
2016-10-15 05:50:07 -04:00
<string name= "custom_filter" > Custom filter</string>
2016-10-06 15:51:51 -04:00
<string name= "set_as_cover" > Set as cover</string>
<string name= "cover_updated" > Cover updated</string>
<string name= "page_downloaded" > Page copied to %1$s</string>
2015-11-16 13:33:33 -05:00
<string name= "downloading" > Downloading…</string>
<string name= "download_progress" > Downloaded %1$d%%</string>
<string name= "chapter_progress" > Page: %1$d</string>
2015-11-18 15:54:33 -05:00
<string name= "chapter_subtitle" > Chapter %1$s</string>
2015-11-28 04:48:01 -05:00
<string name= "no_next_chapter" > Next chapter not found</string>
<string name= "no_previous_chapter" > Previous chapter not found</string>
2016-02-23 14:02:49 -05:00
<string name= "decode_image_error" > Image could not be loaded.\nTry changing the image decoder or with one of the options below</string>
2016-01-11 12:21:17 -05:00
<string name= "confirm_update_manga_sync" > Update last chapter read in enabled services to %1$d?</string>
2016-12-10 17:16:46 -05:00
<string name= "confirm_set_image_as_cover" > Do you want to set this image as the cover?</string>
2016-06-27 10:46:31 -04:00
<string name= "viewer_for_this_series" > Viewer for this series</string>
2015-11-16 13:33:33 -05:00
2016-06-06 09:26:56 -04:00
<!-- Recent manga fragment -->
<string name= "recent_manga_source" > %1$s - Ch.%2$s</string>
2016-01-13 16:31:12 -05:00
<!-- Downloads activity and service -->
2016-01-27 22:14:07 -05:00
<string name= "download_queue_error" > An error occurred while downloading chapters. You can try again in the downloads section</string>
2016-01-13 16:31:12 -05:00
2015-11-16 13:33:33 -05:00
<!-- Library update service notifications -->
2016-01-10 11:47:43 -05:00
<string name= "notification_update_progress" > Update progress: %1$d/%2$d</string>
2017-03-25 16:38:46 -04:00
<string name= "notification_new_chapters" > New chapters found</string>
2017-03-30 14:02:48 -04:00
<string name= "notification_new_chapters_text" > For %1$d titles</string>
2016-10-13 11:54:07 -04:00
<string name= "notification_cover_update_failed" > Failed to update cover</string>
2016-01-28 13:54:04 -05:00
<string name= "notification_first_add_to_library" > Please add the manga to your library before doing this</string>
2016-04-13 08:08:07 -04:00
<string name= "notification_not_connected_to_ac_title" > Sync canceled</string>
<string name= "notification_not_connected_to_ac_body" > Not connected to AC power</string>
<string name= "notification_no_connection_title" > Sync canceled</string>
<string name= "notification_no_connection_body" > Connection not available</string>
2016-01-28 13:54:04 -05:00
<!-- File Picker Titles -->
<string name= "file_select_cover" > Select cover image</string>
2016-04-14 11:24:34 -04:00
<string name= "file_select_backup" > Select backup file</string>
2016-09-29 12:38:29 -04:00
<string name= "file_select_icon" > Select shortcut icon</string>
2015-11-02 11:25:06 -05:00
2016-01-30 15:16:30 -05:00
<!-- UpdateCheck -->
<string name= "update_check_title" > New update available!</string>
<string name= "update_check_confirm" > Download</string>
<string name= "update_check_ignore" > Ignore</string>
<string name= "update_check_no_new_updates" > No new updates available</string>
2016-03-29 07:47:32 -04:00
<string name= "update_check_download_started" > Download started</string>
2016-01-30 15:16:30 -05:00
<string name= "update_check_look_for_updates" > Looking for updates</string>
2016-04-17 18:20:58 -04:00
<!-- UpdateCheck Notifications -->
<string name= "update_check_notification_file_download" > Download update</string>
<string name= "update_check_notification_download_in_progress" > Download in progress</string>
<string name= "update_check_notification_download_complete" > Download complete</string>
<string name= "update_check_notification_download_error" > Download error</string>
<string name= "update_check_notification_update_available" > Update available</string>
2016-02-14 08:00:44 -05:00
<!-- Content Description -->
2016-06-06 09:26:56 -04:00
<string name= "description_backdrop" > Backdrop image of manga</string>
<string name= "description_cover" > Cover of manga</string>
2016-02-14 08:00:44 -05:00
2016-03-08 15:22:45 -05:00
<!-- Information Text -->
2016-03-29 07:47:32 -04:00
<string name= "information_no_downloads" > No downloads</string>
<string name= "information_no_recent" > No recent chapters</string>
2016-06-06 09:26:56 -04:00
<string name= "information_no_recent_manga" > No recently read manga</string>
2016-03-29 07:47:32 -04:00
<string name= "information_empty_library" > Empty library</string>
2016-03-08 15:22:45 -05:00
2016-05-07 17:09:14 -04:00
<!-- Download Notification -->
2016-11-20 05:20:57 -05:00
<string name= "download_notifier_downloader_title" > Downloader</string>
2016-05-07 17:09:14 -04:00
<string name= "download_notifier_title_error" > Error</string>
<string name= "download_notifier_unkown_error" > An unexpected error occurred while downloading chapter</string>
<string name= "download_notifier_page_error" > A page is missing in directory</string>
<string name= "download_notifier_page_ready_error" > A page is not loaded</string>
<string name= "download_notifier_text_only_wifi" > No wifi connection available</string>
2016-11-20 05:20:57 -05:00
<string name= "download_notifier_no_network" > No network connection available</string>
2017-01-20 15:18:15 -05:00
<string name= "download_notifier_download_paused" > Download paused</string>
2016-06-06 09:26:56 -04:00
2015-09-24 11:27:43 -04:00
</resources>