2019-03-15 08:41:10 +01:00
<?xml version="1.0" encoding="utf-8"?>
2015-09-24 17:27:43 +02:00
<resources >
2017-01-29 20:48:55 +01:00
<string name= "app_name" translatable= "false" > Tachiyomi</string>
2015-09-24 17:27:43 +02:00
2017-04-04 17:42:17 +02:00
<!-- Models -->
2015-12-28 01:13:52 +01:00
<string name= "name" > Name</string>
2017-04-04 17:42:17 +02:00
<string name= "categories" > Categories</string>
<string name= "manga" > Manga</string>
2020-02-23 10:47:05 +01:00
<string name= "manhwa" > Manhwa</string>
2020-03-02 11:18:48 +01:00
<string name= "manhua" > Manhua</string>
<string name= "comic" > Comic</string>
2017-04-04 17:42:17 +02:00
<string name= "chapters" > Chapters</string>
2020-03-05 08:27:39 +01:00
<string name= "tracking" > Tracking</string>
2017-04-04 17:42:17 +02:00
<string name= "history" > History</string>
2015-12-28 01:13:52 +01:00
2015-11-16 19:33:33 +01:00
<!-- Activities and fragments labels (toolbar title) -->
<string name= "label_settings" > Settings</string>
<string name= "label_download_queue" > Download queue</string>
2020-02-11 07:40:38 +01:00
<string name= "label_library" > Library</string>
2016-06-06 15:26:56 +02:00
<string name= "label_recent_manga" > Recently read</string>
2015-11-16 19:33:33 +01:00
<string name= "label_catalogues" > Catalogues</string>
2020-02-05 04:01:17 +01:00
<string name= "label_recent_updates" > Recently updated</string>
2015-12-28 01:13:52 +01:00
<string name= "label_selected" > Selected: %1$d</string>
2018-01-12 22:02:05 +01:00
<string name= "label_migration" > Source migration</string>
2018-02-05 22:50:56 +01:00
<string name= "label_extensions" > Extensions</string>
2020-02-05 09:32:50 +01:00
<string name= "label_extension_info" > Extension info</string>
<string name= "label_help" > Help</string>
2020-03-02 02:44:24 +01:00
<string name= "unlock" > Unlock</string>
2020-02-05 09:32:50 +01:00
<string name= "unlock_library" > Unlock to access Library</string>
2020-03-11 08:28:47 +01:00
<plurals name= "updates_available" >
2020-02-02 01:28:45 +01:00
<item quantity= "one" > Update available</item>
<item quantity= "other" > %d updates available</item>
2020-02-01 10:29:26 +01:00
</plurals>
2020-03-11 08:28:47 +01:00
<plurals name= "extensions_updates_available" >
<item quantity= "one" > Extension update available</item>
<item quantity= "other" > %d extension updates available</item>
</plurals>
2020-02-05 09:32:50 +01:00
<plurals name= "downloads_pending" >
<item quantity= "one" > 1 in queue</item>
<item quantity= "other" > %d in queue</item>
</plurals>
2018-02-05 22:50:56 +01:00
2015-11-16 19:33:33 +01:00
<!-- Actions -->
2016-03-03 23:56:57 +01:00
<string name= "action_filter" > Filter</string>
2020-03-11 08:46:55 +01:00
<string name= "action_view_all_sources" > View all sources</string>
2020-02-29 10:22:54 +01:00
<string name= "action_view_options" > View options</string>
2016-03-03 23:56:57 +01:00
<string name= "action_filter_downloaded" > Downloaded</string>
2020-02-06 13:54:28 +01:00
<string name= "action_filter_not_downloaded" > Not downloaded</string>
2016-11-06 13:33:00 +01:00
<string name= "action_filter_bookmarked" > Bookmarked</string>
2016-03-03 23:56:57 +01:00
<string name= "action_filter_unread" > Unread</string>
2020-02-06 13:54:28 +01:00
<string name= "action_filter_not_started" > Not started</string>
<string name= "action_filter_in_progress" > In progress</string>
2016-09-05 11:08:16 +02:00
<string name= "action_filter_read" > Read</string>
2020-02-06 13:54:28 +01:00
<string name= "action_filter_tracked" > Tracked</string>
<string name= "action_filter_not_tracked" > Not tracked</string>
2020-02-08 21:46:45 +01:00
<string name= "action_hide_categories" > Hide categories</string>
2020-02-06 15:20:50 +01:00
<string name= "hiding_categories" > Hiding categories</string>
2020-02-07 01:54:37 +01:00
<string name= "manga_only" > Manga only</string>
2020-02-23 10:47:05 +01:00
<string name= "manhwa_only" > Manhwa only</string>
2020-02-23 02:05:39 +01:00
<string name= "action_unlock_trackers" > Unlock to access trackers</string>
2020-02-06 13:54:28 +01:00
2020-02-06 14:52:00 +01:00
<string name= "sorting_by_" > Sorting by %1$s</string>
2020-02-07 12:27:57 +01:00
<string name= "sort_by_" > Sort by: %1$s</string>
2020-02-08 23:39:56 +01:00
<string name= "sort_library_by_" > Sort library by: %1$s</string>
<string name= "sort_category_by_" > Sort category by: %1$s</string>
2016-03-03 23:56:57 +01:00
<string name= "action_filter_empty" > Remove filter</string>
2016-12-04 20:22:12 +01:00
<string name= "action_sort_alpha" > Alphabetically</string>
2019-12-17 09:18:19 +01:00
<string name= "action_sort_enabled" > Enabled</string>
2017-05-31 21:50:21 +02:00
<string name= "action_sort_total" > Total chapters</string>
2016-12-04 20:22:12 +01:00
<string name= "action_sort_last_read" > Last read</string>
2020-01-06 08:04:29 +01:00
<string name= "action_sort_drag_and_drop" > Drag & Drop</string>
2015-09-30 19:03:11 +02:00
<string name= "action_search" > Search</string>
2020-01-07 03:01:42 +01:00
<string name= "action_skip_manga" > Don\'t migrate</string>
2015-11-16 19:33:33 +01:00
<string name= "action_select_all" > Select all</string>
<string name= "action_mark_as_read" > Mark as read</string>
2020-03-05 07:56:26 +01:00
<string name= "action_mark_all_as_read" > Mark all as read</string>
2020-03-07 19:52:49 +01:00
<string name= "action_mark_all_as_unread" > Mark all as unread</string>
2015-11-16 19:33:33 +01:00
<string name= "action_mark_as_unread" > Mark as unread</string>
2016-01-19 16:35:36 +01:00
<string name= "action_mark_previous_as_read" > Mark previous as read</string>
2020-03-03 09:26:17 +01:00
<string name= "action_mark_multiple" > Mark multiple</string>
2015-11-16 19:33:33 +01:00
<string name= "action_download" > Download</string>
2016-11-06 13:33:00 +01:00
<string name= "action_bookmark" > Bookmark</string>
<string name= "action_remove_bookmark" > Remove bookmark</string>
2015-10-02 18:27:25 +02:00
<string name= "action_delete" > Delete</string>
2020-03-02 02:44:24 +01:00
<string name= "action_remove_download" > Remove download</string>
2019-11-11 02:16:39 +01:00
<string name= "action_update_library" > Update library</string>
2015-11-25 16:08:24 +01:00
<string name= "action_edit" > Edit</string>
2017-01-08 20:07:19 +01:00
<string name= "action_add" > Add</string>
2015-12-28 01:13:52 +01:00
<string name= "action_add_category" > Add category</string>
<string name= "action_edit_categories" > Edit categories</string>
2015-12-28 18:06:07 +01:00
<string name= "action_rename_category" > Rename category</string>
2015-12-29 01:00:05 +01:00
<string name= "action_move_category" > Move to categories</string>
2019-11-06 09:26:30 +01:00
<string name= "action_view_chapters" > View chapters</string>
2015-12-19 14:58:36 +01:00
<string name= "action_start" > Start</string>
<string name= "action_stop" > Stop</string>
2016-02-09 16:25:36 +01:00
<string name= "action_pause" > Pause</string>
2020-01-14 06:06:41 +01:00
<string name= "action_cancel_all" > Cancel all</string>
<string name= "action_clear" > Clear</string>
2017-04-04 17:42:17 +02:00
<string name= "action_close" > Close</string>
2016-01-06 20:55:52 +01:00
<string name= "action_previous_chapter" > Previous chapter</string>
<string name= "action_next_chapter" > Next chapter</string>
2016-01-07 21:21:42 +01:00
<string name= "action_retry" > Retry</string>
2016-06-06 15:26:56 +02:00
<string name= "action_remove" > Remove</string>
<string name= "action_resume" > Resume</string>
2017-04-04 17:42:17 +02:00
<string name= "action_move" > Move</string>
2016-02-23 20:02:49 +01:00
<string name= "action_open_in_browser" > Open in browser</string>
2019-04-08 02:08:40 +02:00
<string name= "action_open_in_web_view" > Open in web view</string>
2016-09-29 18:38:29 +02:00
<string name= "action_add_to_home_screen" > Add to home screen</string>
2020-01-26 23:35:48 +01:00
<string name= "action_display_mode" > Display mode</string>
2016-12-11 12:43:44 +01:00
<string name= "action_display" > Display</string>
2020-02-26 07:55:25 +01:00
<string name= "action_display_comfy_grid" > Comfy Grid</string>
2020-02-15 11:48:47 +01:00
<string name= "action_display_grid" > Compact Grid</string>
2016-12-11 12:43:44 +01:00
<string name= "action_display_list" > List</string>
2017-10-22 18:58:31 +02:00
<string name= "action_display_download_badge" > Download badges</string>
2020-02-16 04:51:41 +01:00
<string name= "action_display_unread_badge" > Unread badges</string>
2016-08-28 22:59:00 +02:00
<string name= "action_set_filter" > Set filter</string>
2016-03-06 20:58:15 +01:00
<string name= "action_cancel" > Cancel</string>
2016-03-18 00:13:29 +01:00
<string name= "action_sort" > Sort</string>
2016-04-18 00:20:58 +02:00
<string name= "action_install" > Install</string>
2016-09-22 21:36:40 +02:00
<string name= "action_share" > Share</string>
2016-10-11 17:04:47 +02:00
<string name= "action_save" > Save</string>
2017-01-02 12:09:23 +01:00
<string name= "action_reset" > Reset</string>
2017-01-13 19:35:20 +01:00
<string name= "action_undo" > Undo</string>
2020-03-03 21:37:28 +01:00
<string name= "action_use_default" > Use Default</string>
2017-04-04 17:42:17 +02:00
<string name= "action_create" > Create</string>
<string name= "action_restore" > Restore</string>
2019-11-18 03:46:12 +01:00
<string name= "action_webview_back" > Back</string>
<string name= "action_webview_forward" > Forward</string>
2019-12-22 08:28:02 +01:00
<string name= "action_auto_check_extensions" > Auto-check for updates</string>
2020-01-04 11:28:43 +01:00
<string name= "action_search_manually" > Search manually</string>
<string name= "action_migrate_now" > Migrate now</string>
<string name= "action_copy_now" > Copy now</string>
2020-01-08 08:32:30 +01:00
<string name= "action_reorganize_by" > Reorder</string>
2020-01-28 06:04:11 +01:00
<string name= "action_reverse_order" > Reverse order</string>
2020-03-07 19:52:49 +01:00
<string name= "action_sort_last_updated" > Last Updated</string>
<string name= "action_sort_latest_chapter" > Latest chapter</string>
2020-01-08 08:32:30 +01:00
<string name= "action_hide_title" > Hide title</string>
<string name= "action_show_title" > Show title</string>
<string name= "action_newest" > Newest</string>
<string name= "action_oldest" > Oldest</string>
<string name= "action_move_to_top" > Move to top</string>
<string name= "action_move_to_bottom" > Move to bottom</string>
2020-01-14 06:06:41 +01:00
<string name= "action_track" > Track</string>
2020-01-15 06:29:32 +01:00
<string name= "action_sort_by" > Sort category by…</string>
2020-02-19 06:27:24 +01:00
<string name= "action_switch" > Switch</string>
2020-02-24 01:01:30 +01:00
<string name= "action_bug_report" > Report a Bug</string>
2020-03-11 08:28:47 +01:00
<string name= "action_dismiss" > Dismiss</string>
2016-01-06 20:55:52 +01:00
2015-12-07 15:53:01 +01:00
<!-- Operations -->
<string name= "loading" > Loading…</string>
2015-11-25 16:08:24 +01:00
2017-04-04 17:42:39 +02:00
<!-- Shortcuts -->
2020-01-09 03:35:41 +01:00
<string name= "app_not_available" > App not available</string>
2017-04-04 17:42:39 +02:00
<string name= "short_recent_updates" > Updates</string>
2020-02-05 04:01:17 +01:00
<string name= "short_recents" > Recents</string>
2020-02-01 10:29:26 +01:00
<string name= "short_catalogues" > Browse</string>
2017-04-04 17:42:39 +02:00
2015-10-26 01:41:10 +01:00
<!-- Preferences -->
2015-11-16 19:33:33 +01:00
<!-- Subsections -->
2015-12-27 14:58:36 +01:00
<string name= "pref_category_general" > General</string>
2020-01-05 10:09:10 +01:00
<string name= "pref_category_library" > Library</string>
2015-10-26 01:41:10 +01:00
<string name= "pref_category_reader" > Reader</string>
2015-11-03 20:04:07 +01:00
<string name= "pref_category_downloads" > Downloads</string>
2016-03-09 18:47:03 +01:00
<string name= "pref_category_sources" > Sources</string>
2019-12-17 09:18:19 +01:00
<string name= "pref_category_all_sources" > All Sources</string>
2016-12-18 22:56:28 +01:00
<string name= "pref_category_tracking" > Tracking</string>
2016-01-02 21:09:46 +01:00
<string name= "pref_category_advanced" > Advanced</string>
2015-12-12 02:08:47 +01:00
<string name= "pref_category_about" > About</string>
2015-10-26 01:41:10 +01:00
2015-12-27 14:58:36 +01:00
<!-- General section -->
2020-01-10 03:22:58 +01:00
<string name= "pref_theme" > App theme</string>
2020-02-05 10:10:08 +01:00
<string name= "light_theme" > Light Blue</string>
2020-01-10 03:22:58 +01:00
<string name= "dark_theme" > Dark</string>
<string name= "amoled_theme" > AMOLED dark</string>
<string name= "darkblue_theme" > Dark blue</string>
2020-02-01 11:47:25 +01:00
<string name= "system_theme" > System default (Light + Dark)</string>
<string name= "white_theme" > Pure White</string>
<string name= "sysyem_white_theme" > System default (White + Dark)</string>
2020-02-05 10:10:08 +01:00
<string name= "system_amoled_theme" > System default (Light + AMOLED)</string>
<string name= "system_darkblue_theme" > System default (All blue)</string>
2020-01-10 03:22:58 +01:00
<string name= "pref_start_screen" > Start screen</string>
<string name= "pref_language" > Language</string>
<string name= "system_default" > System default</string>
2020-02-03 00:04:50 +01:00
<string name= "pref_date_format" > Date format</string>
2020-02-04 10:13:37 +01:00
<string name= "pref_enable_automatic_updates" > Check for updates</string>
<string name= "pref_enable_automatic_updates_summary" > Automatically check for new app versions</string>
2020-02-23 02:05:39 +01:00
<string name= "pref_secure_screen" > Secure screen</string>
2020-02-23 21:04:16 +01:00
<string name= "pref_secure_screen_summary" > Hide Tachiyomi from the recents screen</string>
2020-02-23 02:05:39 +01:00
<string name= "pref_category_security" > Security</string>
2020-01-10 03:22:58 +01:00
<!-- Library section -->
2020-02-03 00:04:50 +01:00
<string name= "pref_category_library_display" > Display</string>
2016-01-12 00:31:04 +01:00
<string name= "pref_library_columns" > Library manga per row</string>
2015-12-27 14:58:36 +01:00
<string name= "portrait" > Portrait</string>
<string name= "landscape" > Landscape</string>
<string name= "default_columns" > Default</string>
2020-02-17 02:02:07 +01:00
<string name= "create_new_category" > Create new category</string>
2020-02-03 00:04:50 +01:00
<string name= "pref_category_library_update" > Updates</string>
2016-01-29 16:12:20 +01:00
<string name= "pref_library_update_interval" > Library update frequency</string>
2016-01-10 17:47:43 +01: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 17:42:17 +02:00
<string name= "update_weekly" > Weekly</string>
2020-02-03 00:04:50 +01:00
<string name= "update_monthly" > Monthly</string>
2019-06-09 14:32:12 +02:00
<string name= "pref_library_update_prioritization" > Library update order</string>
2020-01-13 10:05:04 +01:00
<string name= "pref_library_update_prioritization_summary" > Select the order in which Tachiyomi checks for update</string>
2016-04-18 00:20:58 +02: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 14:42:41 +02:00
<string name= "pref_update_only_non_completed" > Only update ongoing manga</string>
2016-01-29 16:12:20 +01:00
<string name= "pref_auto_update_manga_sync" > Sync chapters after reading</string>
2020-01-03 23:03:34 +01:00
<string name= "pref_remove_articles" > Sort by ignoring articles</string>
2020-02-19 06:27:24 +01:00
<string name= "pref_library_single_list" > Show library as a single list</string>
2020-02-23 00:20:11 +01:00
<string name= "pref_library_single_list_summary" > Show all categories under a single,
2020-02-19 06:27:24 +01:00
sectioned list</string>
2020-01-03 23:03:34 +01:00
<string name= "pref_remove_articles_summary" > When sorting alphabetically, sort ignoring
articles (a, an, the) at the start of manga titles</string>
2020-01-05 03:19:09 +01:00
<string name= "pref_skip_pre_migration" > Skip pre-migration</string>
<string name= "pref_skip_pre_migration_summary" > Use last saved pre-migration preferences
and sources to mass migrate</string>
2020-02-03 00:04:50 +01:00
<string name= "pref_category_library_categories" > Categories</string>
2017-04-07 20:39:09 +02:00
<string name= "default_category" > Default category</string>
<string name= "default_category_summary" > Always ask</string>
2020-02-03 00:04:50 +01:00
<string name= "pref_library_update_categories" > Categories to include in global update</string>
<string name= "all" > All</string>
2019-12-18 08:12:05 +01:00
<string name= "lock_with_biometrics" > Lock with biometrics</string>
<string name= "lock_when_idle" > Lock when idle</string>
<string name= "lock_always" > Always</string>
<string name= "lock_never" > Never</string>
2020-01-12 22:17:06 +01:00
<plurals name= "lock_after_mins" >
2020-03-03 09:26:17 +01:00
<item quantity= "one" > After %1$s minute</item>
2020-01-12 22:17:06 +01:00
<item quantity= "other" > After %1$s minutes</item>
</plurals>
2020-01-11 22:22:39 +01:00
<string name= "search_hint" > Search title, tags, source</string>
2020-01-11 23:27:36 +01:00
<string name= "pref_refresh_covers_too" > Automatically refresh covers</string>
<string name= "pref_refresh_covers_too_summary" > Refresh covers in library as well
when updating library (overwrites local covers)</string>
2016-03-12 14:22:40 +01:00
2020-02-03 00:04:50 +01:00
<string name= "pref_category_library_migration" > Migration</string>
2020-02-22 09:01:26 +01:00
<string name= "pref_keep_category_sorting" > Change category sorting when moving</string>
<string name= "pref_keep_category_sorting_summary" > In single list mode, should dragging and
dropping an entry into a new category change the category\'s sorting to drag &
drop?</string>
<string name= "always_ask" > Always ask</string>
<string name= "option_keep_category_sort" > Keep current sorting method</string>
<string name= "option_switch_to_dnd" > Switch to Drag & Drop</string>
2020-02-03 00:04:50 +01:00
2018-02-05 22:50:56 +01:00
<!-- Extension section -->
<string name= "all_lang" > All</string>
<string name= "ext_details" > Details</string>
<string name= "ext_update" > Update</string>
2020-01-13 00:27:04 +01:00
<string name= "ext_obsolete" > Obsolete</string>
2018-02-05 22:50:56 +01:00
<string name= "ext_install" > Install</string>
<string name= "ext_pending" > Pending</string>
<string name= "ext_downloading" > Downloading</string>
<string name= "ext_installing" > Installing</string>
<string name= "ext_installed" > Installed</string>
<string name= "ext_trust" > Trust</string>
<string name= "ext_untrusted" > Untrusted</string>
<string name= "ext_uninstall" > Uninstall</string>
<string name= "untrusted_extension" > Untrusted extension</string>
2020-01-09 03:53:08 +01:00
<string name= "untrusted_extension_message" > This extension was signed with an untrusted certificate and wasn\'t activated.\n\nA malicious extension could read any login credentials stored in Tachiyomi or execute arbitrary code.\n\nBy trusting this certificate you accept these risks.</string>
2020-01-13 00:27:04 +01:00
<string name= "obsolete_extension_message" > This extension is no longer available.</string>
2018-02-05 22:50:56 +01:00
<string name= "ext_version_info" > Version: %1$s</string>
<string name= "ext_language_info" > Language: %1$s</string>
2020-01-09 03:53:08 +01:00
<string name= "ext_empty_preferences" > No preferences to edit for this extension</string>
2018-02-05 22:50:56 +01:00
2015-11-16 19:33:33 +01:00
<!-- Reader section -->
2016-06-27 16:46:31 +02:00
<string name= "pref_fullscreen" > Fullscreen</string>
2017-02-12 00:30:32 +01:00
<string name= "pref_page_transitions" > Page transitions</string>
2018-01-26 20:22:31 +01:00
<string name= "pref_double_tap_anim_speed" > Double tap animation speed</string>
2015-11-22 20:03:48 +01:00
<string name= "pref_show_page_number" > Show page number</string>
2019-03-30 14:21:35 +01:00
<string name= "pref_true_color" > 32-bit color</string>
2017-02-12 00:30:32 +01:00
<string name= "pref_crop_borders" > Crop borders</string>
2015-11-22 20:03:48 +01:00
<string name= "pref_custom_brightness" > Use custom brightness</string>
2016-09-21 21:26:08 +02:00
<string name= "pref_custom_color_filter" > Use custom color filter</string>
2019-04-29 19:32:49 +02:00
<string name= "pref_color_filter_mode" > Color filter blend mode</string>
<string name= "filter_mode_default" > Default</string>
<string name= "filter_mode_overlay" > Overlay</string>
<string name= "filter_mode_multiply" > Multiply</string>
<string name= "filter_mode_screen" > Screen</string>
<string name= "filter_mode_lighten" > Dodge / Lighten</string>
<string name= "filter_mode_darken" > Burn / Darken</string>
2016-01-02 21:09:46 +01:00
<string name= "pref_keep_screen_on" > Keep screen on</string>
2019-04-03 10:22:32 +02:00
<string name= "pref_skip_read_chapters" > Skip chapters marked read</string>
2016-04-18 17:29:46 +02:00
<string name= "pref_reader_navigation" > Navigation</string>
<string name= "pref_read_with_volume_keys" > Volume keys</string>
2017-06-11 11:36:12 +02:00
<string name= "pref_read_with_volume_keys_inverted" > Invert volume keys</string>
2016-04-18 17:29:46 +02:00
<string name= "pref_read_with_tapping" > Tapping</string>
2019-03-14 17:32:08 +01:00
<string name= "pref_read_with_long_tap" > Long tap dialog</string>
2016-01-02 21:09:46 +01:00
<string name= "pref_reader_theme" > Background color</string>
2016-03-12 14:22:40 +01:00
<string name= "white_background" > White</string>
<string name= "black_background" > Black</string>
2020-01-12 02:06:11 +01:00
<string name= "smart_background" > Smart (by page)</string>
<string name= "smart_theme_background" > Smart (by theme)</string>
2015-10-24 22:47:34 +02:00
<string name= "pref_viewer_type" > Default viewer</string>
2015-11-19 18:56:46 +01:00
<string name= "default_viewer" > Default</string>
2015-10-24 22:47:34 +02: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>
2020-03-07 19:52:49 +01:00
<string name= "webtoon" > Webtoon</string>
2018-04-28 10:40:08 +02:00
<string name= "pager_viewer" > Pager</string>
2016-01-27 01:48:40 +01: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 18:26:43 +01:00
<string name= "scale_type_smart_fit" > Smart fit</string>
2016-02-04 17:16:47 +01: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>
2018-01-26 20:22:31 +01:00
<string name= "double_tap_anim_speed_0" > No animation</string>
<string name= "double_tap_anim_speed_normal" > Normal</string>
<string name= "double_tap_anim_speed_fast" > Fast</string>
2016-02-12 19:36:00 +01: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 21:26:08 +02: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>
2020-01-12 02:06:11 +01:00
<string name= "reader_theme_smart" > Smart (based on page)</string>
<string name= "reader_theme_smart_theme" > Smart (based on page and theme)</string>
2020-03-09 19:36:29 +01:00
<string name= "pref_always_show_chapter_transition" > Always show chapter transition</string>
2016-09-21 21:26:08 +02:00
2015-11-16 19:33:33 +01:00
<!-- Downloads section -->
2020-02-05 03:23:35 +01:00
<string name= "pref_download_directory" > Download location</string>
2016-01-17 21:59:21 +01:00
<string name= "pref_download_only_over_wifi" > Only download over Wi-Fi</string>
2016-03-21 21:06:20 +01:00
<string name= "pref_remove_after_marked_as_read" > Remove when marked as read</string>
2016-03-21 22:30:30 +01:00
<string name= "pref_remove_after_read" > Remove after read</string>
2020-02-05 03:23:35 +01:00
<string name= "custom_dir" > Custom location</string>
2016-09-05 11:08:16 +02: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 17:22:03 +01:00
<string name= "pref_download_new" > Download new chapters</string>
2017-03-18 18:09:40 +01:00
<string name= "pref_download_new_categories" > Categories to include in download</string>
2016-03-21 22:30:30 +01:00
2016-03-09 18:47:03 +01:00
<!-- Sync section -->
<string name= "services" > Services</string>
2017-04-04 17:42:17 +02: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>
2020-02-05 03:23:35 +01:00
<string name= "pref_backup_directory" > Backup location</string>
2017-04-04 17:42:17 +02:00
<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= "backup_created" > Backup created</string>
<string name= "restore_completed" > Restore completed</string>
2020-01-11 08:31:29 +01:00
<string name= "restore_error" > Restore error</string>
2020-01-11 09:56:24 +01:00
<string name= "restore_completed_content" > %1$s Restored. %2$s errors found</string>
2020-01-11 08:31:29 +01:00
<string name= "restore_completed_content_2" > %1$d skipped</string>
<string name= "backup_restore_content" > Restore uses the network to fetch data, carrier costs may apply.\n\nMake sure you have installed all necessary extensions and are logged in to sources and tracking services before restoring.</string>
2017-04-04 17:42:17 +02:00
<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>
2020-01-11 22:22:39 +01:00
<string name= "backup_restoring_progress" > Restoring (%1$d/%2$d)</string>
2020-01-12 20:33:08 +01:00
<plurals name= "sources_missing" >
<item quantity= "one" > %d source missing</item>
<item quantity= "other" > %d sources missing</item>
</plurals>
2020-01-12 23:39:07 +01:00
<plurals name= "licensed_manga" >
<item quantity= "one" > %d manga is now licensed and could not be restored</item>
<item quantity= "other" > %d manga are now licensed and could not be restored</item>
</plurals>
2020-01-11 08:31:29 +01:00
<string name= "not_logged_into" > Not logged into %1$s</string>
2017-04-04 17:42:17 +02:00
2016-01-02 21:09:46 +01:00
<!-- Advanced section -->
2015-12-07 15:53:01 +01:00
<string name= "pref_clear_chapter_cache" > Clear chapter cache</string>
<string name= "used_cache" > Used: %1$s</string>
2020-01-12 20:33:08 +01:00
<plurals name= "cache_deleted" >
<item quantity= "one" > Cache cleared. %d file has been deleted</item>
<item quantity= "other" > Cache cleared. %d files have been deleted</item>
</plurals>
2016-01-17 21:59:21 +01:00
<string name= "cache_delete_error" > An error occurred while clearing cache</string>
2016-05-10 15:09:44 +02:00
<string name= "pref_clear_cookies" > Clear cookies</string>
<string name= "cookies_cleared" > Cookies cleared</string>
2016-01-02 21:09:46 +01:00
<string name= "pref_clear_database" > Clear database</string>
2016-01-17 21:59:21 +01: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 15:09:44 +02:00
<string name= "clear_database_completed" > Entries deleted</string>
2016-10-06 19:23:59 +02: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>
2017-05-17 13:36:42 +02:00
<string name= "pref_refresh_library_tracking" > Refresh tracking metadata</string>
<string name= "pref_refresh_library_tracking_summary" > Updates status, score and last chapter read from the tracking services</string>
2020-01-11 08:31:29 +01:00
<string name= "pref_clean_downloads" > Clean up downloaded chapters</string>
2020-01-13 09:03:22 +01:00
<string name= "pref_clean_downloads_summary" > Delete non-existent, partially downloaded,
2020-01-12 23:39:07 +01:00
and read chapter folders</string>
2015-12-07 15:53:01 +01:00
2020-01-13 09:03:22 +01:00
<string name= "starting_cleanup" > Starting cleanup</string>
<string name= "no_cleanup_done" > No folders to cleanup</string>
<plurals name= "cleanup_done" >
<item quantity= "one" > Cleanup done. Removed %d folder</item>
<item quantity= "other" > Cleanup done. Removed %d folders</item>
</plurals>
2015-12-12 02:08:47 +01:00
<!-- About section -->
<string name= "version" > Version</string>
<string name= "build_time" > Build time</string>
2015-12-08 19:39:57 +01:00
<!-- ACRA -->
<string name= "pref_enable_acra" > Send crash reports</string>
2016-01-28 04:14:07 +01:00
<string name= "pref_acra_summary" > Helps fix any bugs. No sensitive data will be sent</string>
2015-12-08 19:39:57 +01:00
2015-12-07 15:53:01 +01:00
2015-11-16 19:33:33 +01:00
<!-- Login dialog -->
2020-03-09 19:36:29 +01:00
<string name= "login_title" > Log in to %1$s</string>
2015-10-26 01:41:10 +01:00
<string name= "username" > Username</string>
2020-03-08 04:19:45 +01:00
<string name= "email" > Email address</string>
2015-10-26 01:41:10 +01:00
<string name= "password" > Password</string>
<string name= "show_password" > Show password</string>
2015-10-26 18:50:11 +01:00
<string name= "login" > Login</string>
2020-01-17 08:26:20 +01:00
<string name= "logout" > Logout</string>
2020-02-03 04:22:54 +01:00
<string name= "logout_title" > Logout from %1$s?</string>
2020-01-09 03:53:08 +01:00
<string name= "login_success" > Successfully logged in</string>
2020-01-17 08:26:20 +01:00
<string name= "logout_success" > You are now logged out</string>
2020-01-09 03:35:41 +01:00
<string name= "invalid_login" > Could not log in</string>
2015-11-11 19:15:56 +01:00
<string name= "unknown_error" > Unknown error</string>
2015-11-03 20:04:07 +01:00
2015-11-16 19:33:33 +01:00
<!-- Library fragment -->
2019-11-11 02:16:39 +01:00
<string name= "updating_library" > Updating library</string>
2020-02-09 05:47:19 +01:00
<string name= "updating_category_x" > Updating %1$s</string>
<string name= "adding_category_to_queue" > Adding %1$s to update queue</string>
<string name= "category_already_in_queue" > %1$s is already in queue</string>
2017-10-21 17:08:49 +02:00
<string name= "local_source_badge" > Local</string>
2020-02-09 04:35:56 +01:00
<string name= "confirm_manga_deletion" > Remove from library?</string>
2020-02-19 06:27:24 +01:00
<string name= "switch_to_dnd" > Switch to Drag & Drop mode?</string>
<string name= "keep_current_sort" > Keep sorting by %1$s</string>
2020-02-17 02:02:07 +01:00
<string name= "confirm_category_deletion" > Delete category?</string>
<string name= "confirm_category_deletion_message" > Manga in this category will moved into the
default category.</string>
2020-02-13 07:03:28 +01:00
<plurals name= "unread_count" >
<item quantity= "one" > New chapter</item>
2020-02-14 07:49:32 +01:00
<item quantity= "other" > %d unread</item>
2020-02-13 07:03:28 +01:00
</plurals>
<string name= "new_chapter" > New</string>
2020-02-14 07:49:32 +01:00
<plurals name= "download_count" >
<item quantity= "one" > 1 downloaded</item>
<item quantity= "other" > %d downloaded</item>
</plurals>
2020-02-22 09:01:26 +01:00
<string name= "remember_choice" > Remember this choice</string>
<string name= "already_in_category" > Manga already in category</string>
2020-02-23 09:03:14 +01:00
<string name= "category" > Category</string>
2020-03-05 10:12:01 +01:00
<string name= "uniform_grid" > Uniform covers</string>
2020-02-29 10:22:54 +01:00
<string name= "small" > Small</string>
<string name= "medium" > Medium</string>
<string name= "large" > Large</string>
<string name= "grid_options" > Grid options</string>
<string name= "badges" > Badges</string>
<string name= "hide_unread" > Hide unread badges</string>
<string name= "show_unread" > Show unread badges</string>
<string name= "show_unread_count" > Show unread count</string>
2020-02-23 09:03:14 +01:00
2015-11-03 20:04:07 +01:00
2015-11-16 19:33:33 +01:00
<!-- Catalogue fragment -->
2018-01-23 18:50:48 +01:00
<string name= "source_search_options" > Search filters</string>
2017-01-17 20:13:29 +01:00
<string name= "no_more_results" > No more results</string>
2019-12-22 21:48:36 +01:00
<string name= "no_results_found" > No results found</string>
2017-01-29 20:48:55 +01:00
<string name= "local_source" > Local manga</string>
2017-09-23 13:11:39 +02:00
<string name= "other_source" > Other</string>
<string name= "action_global_search_hint" > Global search…</string>
<string name= "latest" > Latest</string>
<string name= "browse" > Browse</string>
2020-02-13 07:03:28 +01:00
<string name= "in_library" > In Library</string>
2020-03-11 08:28:47 +01:00
<string name= "search_extensions" > Search extensions…</string>
2015-10-26 01:41:10 +01:00
2016-12-18 16:35:39 +01:00
<!-- Manga activity -->
2020-01-09 03:35:41 +01:00
<string name= "manga_not_in_db" > This manga has been removed from the database.</string>
2016-12-18 16:35:39 +01:00
2015-11-16 19:33:33 +01:00
<!-- Manga info fragment -->
<string name= "manga_detail_tab" > Info</string>
<string name= "description" > Description</string>
2016-01-03 01:20:31 +01:00
<string name= "ongoing" > Ongoing</string>
<string name= "unknown" > Unknown</string>
2020-03-02 11:18:48 +01:00
<string name= "unknown_status" > Unknown Status</string>
<string name= "last_updated" > Last updated %1$s</string>
<string name= "last_update_unknown" > Last update unknown</string>
2016-01-03 01:20:31 +01:00
<string name= "licensed" > Licensed</string>
2018-01-18 19:15:33 +01:00
<string name= "manga_info_full_title_label" > Title</string>
2018-01-08 14:08:48 +01:00
<string name= "manga_added_library" > Added to library</string>
2020-03-02 02:44:24 +01:00
<string name= "add_to_library" > Add to Library</string>
2018-01-08 14:08:48 +01:00
<string name= "manga_removed_library" > Removed from library</string>
2016-02-14 14:00:44 +01:00
<string name= "manga_info_author_label" > Author</string>
<string name= "manga_info_artist_label" > Artist</string>
2017-05-14 19:55:48 +02:00
<string name= "manga_info_last_chapter_label" > Last chapter</string>
2018-01-18 19:15:33 +01:00
<string name= "manga_info_latest_data_label" > Updated</string>
2016-02-14 14:00:44 +01:00
<string name= "manga_info_status_label" > Status</string>
<string name= "manga_info_source_label" > Source</string>
2020-01-09 03:53:08 +01:00
<string name= "circular_icon" > Circular</string>
<string name= "rounded_icon" > Rounded</string>
<string name= "square_icon" > Square</string>
<string name= "star_icon" > Star</string>
2017-10-10 12:05:33 +02:00
<string name= "shortcut_created" > Shortcut was added to home screen.</string>
2016-09-29 18:38:29 +02:00
<string name= "icon_shape" > Icon shape</string>
2020-01-09 03:53:08 +01:00
<string name= "icon_creation_fail" > Could not create shortcut</string>
2018-01-18 19:15:33 +01:00
<string name= "copied_to_clipboard" > %1$s copied to clipboard</string>
2018-06-30 19:55:46 +02:00
<string name= "source_not_installed" > Source not installed: %1$s</string>
2020-03-02 11:18:48 +01:00
<string name= "about_this" > About this %1$s</string>
2020-03-03 09:26:17 +01:00
<plurals name= "chapters" >
<item quantity= "one" > %1$d chapter</item>
<item quantity= "other" > %1$d chapters</item>
</plurals>
<string name= "no_description" > No description</string>
2020-03-05 07:56:26 +01:00
<string name= "mark_all_as_read_message" > Mark all chapters as read?</string>
2020-03-07 19:52:49 +01:00
<string name= "remove_from_library" > Remove from library</string>
2020-03-11 05:02:19 +01:00
<string name= "all_caught_up" > All caught up</string>
2015-11-16 19:33:33 +01:00
<!-- Manga chapters fragment -->
2020-03-02 11:18:48 +01:00
<string name= "start_reading" > Start reading</string>
2020-03-10 05:11:09 +01:00
<string name= "start_reading_x" > Start reading %1$s</string>
<string name= "continue_reading_x" > Continue reading %1$s</string>
<string name= "start_reading_chapter" > Start reading Chapter %1$s</string>
2020-03-02 11:18:48 +01:00
<string name= "continue_reading_chapter" > Continue reading Chapter %1$s</string>
<string name= "continue_reading" > Continue reading</string>
2015-11-16 19:33:33 +01:00
<string name= "manga_chapters_tab" > Chapters</string>
2016-01-25 19:57:13 +01:00
<string name= "display_mode_chapter" > Chapter %1$s</string>
2015-12-02 10:17:08 +01:00
<string name= "chapter_downloaded" > Downloaded</string>
<string name= "chapter_queued" > Queued</string>
<string name= "chapter_downloading" > Downloading</string>
2015-12-05 23:58:03 +01:00
<string name= "chapter_downloading_progress" > Downloading (%1$d/%2$d)</string>
2015-12-02 10:17:08 +01:00
<string name= "chapter_error" > Error</string>
2017-01-20 21:18:15 +01:00
<string name= "chapter_paused" > Paused</string>
2020-01-26 23:35:48 +01:00
<string name= "show_title" > Title</string>
<string name= "show_chapter_number" > Chapter number</string>
2016-05-20 18:07:18 +02:00
<string name= "sorting_mode" > Sorting mode</string>
2020-02-10 10:50:06 +01:00
<string name= "drag_handle" > Drag handle</string>
2016-05-20 18:07:18 +02:00
<string name= "sort_by_source" > By source</string>
<string name= "sort_by_number" > By chapter number</string>
2016-02-09 16:01:11 +01:00
<string name= "manga_download" > Download</string>
2018-01-23 21:18:55 +01:00
<string name= "custom_download" > Download custom amount</string>
2020-01-09 03:53:08 +01:00
<string name= "download_1" > Next chapter</string>
<string name= "download_5" > Next 5 chapters</string>
<string name= "download_10" > Next 10 chapters</string>
<string name= "download_custom" > Custom</string>
<string name= "download_all" > All</string>
<string name= "download_unread" > Unread</string>
2016-05-08 14:58:21 +02:00
<string name= "confirm_delete_chapters" > Are you sure you want to delete selected chapters?</string>
2020-01-20 23:37:07 +01:00
<plurals name= "confirm_migration" >
<item quantity= "one" > Migrate %1$d%2$s manga?</item>
<item quantity= "other" > Migrate %1$d%2$s manga?</item>
</plurals>
<plurals name= "confirm_copy" >
<item quantity= "one" > Copy %1$d%2$s manga?</item>
<item quantity= "other" > Copy %1$d%2$s manga?</item>
</plurals>
2020-01-04 11:28:43 +01:00
<string name= "skipping_x" > (skipping %1$d)</string>
2020-01-12 23:39:07 +01:00
<plurals name= "manga_migrated" >
<item quantity= "one" > %d manga migrated</item>
<item quantity= "other" > %d manga migrated</item>
</plurals>
2020-01-05 07:19:47 +01:00
<string name= "error_fetching_migration" > No chapters found, this manga cannot be used for
migration</string>
<string name= "no_alternatives_found" > No Alternatives Found</string>
2020-01-09 09:48:44 +01:00
<string name= "stop_migration" > Stop migrating?</string>
2020-02-05 03:23:35 +01:00
<string name= "invalid_download_dir" > Invalid download location</string>
2015-11-02 14:42:08 +01:00
2018-02-17 13:04:49 +01:00
<!-- Tracking Screen -->
2016-12-18 22:56:28 +01:00
<string name= "manga_tracking_tab" > Tracking</string>
2015-12-20 20:10:04 +01:00
<string name= "reading" > Reading</string>
2020-01-20 22:14:05 +01:00
<string name= "currently_reading" > Currently Reading</string>
2015-12-20 20:10:04 +01:00
<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>
2020-01-20 22:14:05 +01:00
<string name= "want_to_read" > Want to Read</string>
<string name= "paused" > Paused</string>
<string name= "repeating" > Rereading</string>
2015-12-20 20:10:04 +01:00
<string name= "score" > Score</string>
2016-12-18 22:56:28 +01:00
<string name= "title" > Title</string>
2016-02-14 14:00:44 +01:00
<string name= "status" > Status</string>
2018-02-17 13:04:49 +01:00
<string name= "track_status" > Status</string>
<string name= "track_start_date" > Started</string>
<string name= "track_type" > Type</string>
2020-01-09 03:35:41 +01:00
<string name= "url_not_set" > Manga URL not set, please click title and select manga again</string>
2016-02-14 14:00:44 +01:00
2016-12-01 20:34:30 +01:00
<!-- Category activity -->
<string name= "error_category_exists" > A category with this name already exists!</string>
2020-02-17 02:02:07 +01:00
<string name= "snack_category_deleted" > Category deleted</string>
2016-12-01 20:34:30 +01:00
2017-01-08 20:07:19 +01: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 15:26:56 +02:00
2016-09-27 00:15:21 +02:00
<!-- Image notifier -->
<string name= "picture_saved" > Picture saved</string>
2016-10-13 17:54:07 +02:00
<string name= "options" > Options</string>
2015-12-20 20:10:04 +01:00
2015-11-16 19:33:33 +01:00
<!-- Reader activity -->
2016-10-15 11:50:07 +02:00
<string name= "custom_filter" > Custom filter</string>
2016-10-06 21:51:51 +02:00
<string name= "set_as_cover" > Set as cover</string>
<string name= "cover_updated" > Cover updated</string>
2015-11-16 19:33:33 +01:00
<string name= "chapter_progress" > Page: %1$d</string>
2020-03-02 11:18:48 +01:00
<plurals name= "pages_left" >
<item quantity= "one" > %1$d page left</item>
<item quantity= "other" > %1$d pages left</item>
</plurals>
2015-11-28 10:48:01 +01:00
<string name= "no_next_chapter" > Next chapter not found</string>
2018-10-09 13:46:44 +02:00
<string name= "decode_image_error" > The image could not be decoded</string>
2020-01-09 03:53:08 +01:00
<string name= "confirm_set_image_as_cover" > Use this image as cover art?</string>
2016-06-27 16:46:31 +02:00
<string name= "viewer_for_this_series" > Viewer for this series</string>
2018-10-09 13:46:44 +02:00
<string name= "transition_finished" > Finished:</string>
<string name= "transition_current" > Current:</string>
<string name= "transition_next" > Next:</string>
<string name= "transition_previous" > Previous:</string>
2018-09-01 17:12:59 +02:00
<string name= "transition_no_next" > There\'s no next chapter</string>
<string name= "transition_no_previous" > There\'s no previous chapter</string>
<string name= "transition_pages_loading" > Loading pages…</string>
<string name= "transition_pages_error" > Failed to load pages: %1$s</string>
2019-03-15 08:48:12 +01:00
<string name= "reader_pull_up_for_more_options" > Pull up for more options</string>
2020-03-03 21:37:28 +01:00
<string name= "reading_mode" > Reading %1$s</string>
<string name= "webtoon_style" > webtoon style</string>
2015-11-16 19:33:33 +01:00
2016-06-06 15:26:56 +02:00
<!-- Recent manga fragment -->
<string name= "recent_manga_source" > %1$s - Ch.%2$s</string>
2018-01-12 22:02:05 +01:00
<!-- Source migration screen -->
<string name= "migration_dialog_what_to_include" > Select data to include</string>
2019-12-22 21:48:36 +01:00
<string name= "migration_selection_prompt" > Select a source to migrate from</string>
2018-01-12 22:02:05 +01:00
<string name= "select" > Select</string>
<string name= "migrate" > Migrate</string>
<string name= "copy" > Copy</string>
2020-01-05 10:09:10 +01:00
<string name= "migration" > Migration</string>
2020-01-04 11:28:43 +01:00
<string name= "latest_x" > Latest: %1$s</string>
2018-01-12 22:02:05 +01:00
2016-01-13 22:31:12 +01:00
<!-- Downloads activity and service -->
2020-01-09 03:35:41 +01:00
<string name= "download_queue_error" > Could not download chapters. You can try again in the downloads section</string>
2016-01-13 22:31:12 +01:00
2015-11-16 19:33:33 +01:00
<!-- Library update service notifications -->
2017-03-25 21:38:46 +01:00
<string name= "notification_new_chapters" > New chapters found</string>
2020-01-12 20:33:08 +01:00
<plurals name= "notification_new_chapters_text" >
2020-01-20 23:37:07 +01:00
<item quantity= "one" > For %d title</item>
2020-01-12 20:33:08 +01:00
<item quantity= "other" > For %d titles</item>
</plurals>
2020-01-20 23:37:07 +01:00
<plurals name= "notification_and_n_more" >
2020-02-05 10:10:08 +01:00
<item quantity= "one" > and %1$d more chapter</item>
<item quantity= "other" > and %1$d more chapters</item>
2020-01-20 23:37:07 +01:00
</plurals>
<plurals name= "notification_and_n_more_ext" >
2020-02-05 10:10:08 +01:00
<item quantity= "one" > and %1$d more extension</item>
<item quantity= "other" > and %1$d more extensions</item>
2020-01-20 23:37:07 +01:00
</plurals>
2016-10-13 17:54:07 +02:00
<string name= "notification_cover_update_failed" > Failed to update cover</string>
2016-01-28 19:54:04 +01:00
<string name= "notification_first_add_to_library" > Please add the manga to your library before doing this</string>
2020-01-11 08:31:29 +01:00
<string name= "notification_action_error_log" > View all errors</string>
2016-01-28 19:54:04 +01:00
<!-- File Picker Titles -->
<string name= "file_select_cover" > Select cover image</string>
2016-04-14 17:24:34 +02:00
<string name= "file_select_backup" > Select backup file</string>
2015-11-02 17:25:06 +01:00
2016-01-30 21:16:30 +01:00
<!-- UpdateCheck -->
2020-01-09 03:35:41 +01:00
<string name= "update_check_title" > New version available!</string>
2016-01-30 21:16:30 +01:00
<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>
2020-01-09 03:35:41 +01:00
<string name= "update_check_look_for_updates" > Searching for updates…</string>
2016-01-30 21:16:30 +01:00
2016-04-18 00:20:58 +02:00
<!-- UpdateCheck Notifications -->
2020-01-09 03:35:41 +01:00
<string name= "update_check_notification_download_in_progress" > Downloading…</string>
2016-04-18 00:20:58 +02:00
<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>
2020-01-12 20:33:08 +01:00
<plurals name= "update_check_notification_ext_updates" >
2020-01-12 22:17:06 +01:00
<item quantity= "one" > Extension update available</item>
2020-01-12 20:33:08 +01:00
<item quantity= "other" > %d extension updates available</item>
</plurals>
2016-04-18 00:20:58 +02:00
2016-02-14 14:00:44 +01:00
<!-- Content Description -->
2020-03-09 19:36:29 +01:00
<string name= "description_backdrop" > Backdrop image of manga</string>
2016-06-06 15:26:56 +02:00
<string name= "description_cover" > Cover of manga</string>
2016-02-14 14:00:44 +01:00
2016-03-08 21:22:45 +01:00
<!-- Information Text -->
2016-03-29 13:47:32 +02:00
<string name= "information_no_downloads" > No downloads</string>
<string name= "information_no_recent" > No recent chapters</string>
2016-06-06 15:26:56 +02:00
<string name= "information_no_recent_manga" > No recently read manga</string>
2020-01-09 03:35:41 +01:00
<string name= "information_empty_library" > Your library is empty, add series to your library from the catalogues.</string>
2020-03-04 05:31:17 +01:00
<string name= "information_empty_library_filtered" > No matches found for your current
filters</string>
2018-01-01 14:57:20 +01:00
<string name= "information_empty_category" > You have no categories. Hit the plus button to create one for organizing your library.</string>
2020-03-09 19:36:29 +01:00
<string name= "information_cloudflare_bypass_failure" > Failed to bypass Cloudflare</string>
<string name= "information_webview_outdated" > Please update the WebView app for better compatibility</string>
2016-03-08 21:22:45 +01:00
2016-05-07 23:09:14 +02:00
<!-- Download Notification -->
2016-11-20 11:20:57 +01:00
<string name= "download_notifier_downloader_title" > Downloader</string>
2016-05-07 23:09:14 +02:00
<string name= "download_notifier_title_error" > Error</string>
2020-01-09 03:35:41 +01:00
<string name= "download_notifier_unkown_error" > Could not download chapter due to unexpected error</string>
<string name= "download_notifier_text_only_wifi" > No Wi-Fi connection available</string>
2016-11-20 11:20:57 +01:00
<string name= "download_notifier_no_network" > No network connection available</string>
2017-01-20 21:18:15 +01:00
<string name= "download_notifier_download_paused" > Download paused</string>
2017-10-10 14:15:41 +02:00
<!-- Notification channels -->
<string name= "channel_common" > Common</string>
<string name= "channel_downloader" > Downloader</string>
2019-12-22 08:28:02 +01:00
<string name= "channel_ext_updates" > Extension Updates</string>
2020-01-11 08:31:29 +01:00
<string name= "channel_backup_restore" > Restore Backup</string>
2019-11-02 09:26:14 +01:00
<string name= "channel_library_updates" > Updating Library</string>
<string name= "channel_new_chapters" > New Chapters</string>
2020-01-05 03:19:09 +01:00
2020-01-04 01:48:24 +01:00
<string name= "data_to_include_in_migration" > Data to include in migration</string>
<string name= "search_parameter" > Search parameter (e.g. language:english)</string>
<string name= "include_extra_search_parameter" > Include extra search parameter when searching</string>
2020-01-04 13:14:40 +01:00
<string name= "migrating_to" > migrating to</string>
2020-01-05 03:19:09 +01:00
<string name= "use_most_chapters" > Use source with the most chapters (slower)</string>
<string name= "use_first_source" > Use first source with alternative</string>
<string name= "skip_this_step_next_time" > Skip this step next time</string>
2020-01-05 10:09:10 +01:00
<string name= "pre_migration_skip_toast" > To show this screen again, go to Settings -> Library.</string>
2020-01-20 10:04:36 +01:00
<string name= "reset_tags" > Reset Tags</string>
2020-02-15 11:48:47 +01:00
<string name= "display_as" > Display as</string>
2020-02-17 02:02:07 +01:00
<string name= "action_auto" > Auto</string>
2020-03-03 09:26:17 +01:00
<string name= "more" > More</string>
<string name= "less" > Less</string>
2020-03-05 07:56:26 +01:00
<string name= "more_options" > More options</string>
<string name= "show_bookmarked_chapters" > Show bookmarked chapters</string>
<string name= "show_downloaded_chapters" > Show downloaded chapters</string>
<string name= "show_unread_chapters" > Show unread chapters</string>
<string name= "show_read_chapters" > Show read chapters</string>
<string name= "show_all" > Show All</string>
<string name= "hide_chapter_titles" > Hide chapter titles</string>
<string name= "sort_by_source_s_order" > Sort by source\'s order</string>
<string name= "sort_by_chapter_number" > Sort by chapter number</string>
<string name= "newest_first" > Newest to oldest</string>
<string name= "oldest_first" > Oldest to newest</string>
2018-01-18 19:15:33 +01:00
2019-03-15 08:48:12 +01:00
</resources>