2015-09-24 11:27:43 -04:00
|
|
|
<resources>
|
2015-09-25 06:44:11 -04:00
|
|
|
<string name="app_name">Mangafeed</string>
|
2015-09-24 11:27:43 -04:00
|
|
|
|
2015-12-27 19:13:52 -05:00
|
|
|
<string name="name">Name</string>
|
|
|
|
|
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>
|
|
|
|
<string name="label_recent_updates">Recent updates</string>
|
|
|
|
<string name="label_catalogues">Catalogues</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>
|
2015-11-16 13:33:33 -05:00
|
|
|
|
|
|
|
<!-- Actions -->
|
2015-09-26 08:25:18 -04:00
|
|
|
<string name="action_settings">Settings</string>
|
2015-09-30 13:03:11 -04:00
|
|
|
<string name="action_search">Search</string>
|
|
|
|
<string name="action_refresh">Refresh</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>
|
|
|
|
<string name="action_download">Download</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>
|
|
|
|
<string name="action_edit">Edit</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>
|
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>
|
2015-10-25 20:41:10 -04:00
|
|
|
|
2015-11-25 10:08:24 -05:00
|
|
|
<!-- Buttons -->
|
2015-12-01 12:16:55 -05:00
|
|
|
<string name="button_ok">OK</string>
|
2015-11-25 10:08:24 -05:00
|
|
|
<string name="button_cancel">Cancel</string>
|
2016-01-02 15:09:46 -05:00
|
|
|
<string name="button_yes">Yes</string>
|
|
|
|
<string name="button_no">No</string>
|
2015-11-25 10:08:24 -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
|
|
|
|
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>
|
|
|
|
<string name="pref_category_accounts">Accounts</string>
|
2015-11-03 14:04:07 -05:00
|
|
|
<string name="pref_category_downloads">Downloads</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 -->
|
|
|
|
<string name="pref_library_columns">Number of columns</string>
|
|
|
|
<string name="portrait">Portrait</string>
|
|
|
|
<string name="landscape">Landscape</string>
|
|
|
|
<string name="default_columns">Default</string>
|
|
|
|
|
2015-11-16 13:33:33 -05:00
|
|
|
<!-- Reader section -->
|
2015-11-18 15:54:33 -05:00
|
|
|
<string name="pref_hide_status_bar">Hide status bar</string>
|
2015-11-22 14:03:48 -05:00
|
|
|
<string name="pref_lock_orientation">Lock orientation</string>
|
|
|
|
<string name="pref_enable_transitions">Enable transitions</string>
|
|
|
|
<string name="pref_show_page_number">Show page number</string>
|
|
|
|
<string name="pref_custom_brightness">Use custom brightness</string>
|
2016-01-02 15:09:46 -05:00
|
|
|
<string name="pref_keep_screen_on">Keep screen on</string>
|
|
|
|
<string name="pref_reader_theme">Background color</string>
|
2015-12-15 07:34:14 -05:00
|
|
|
<string name="white_theme">White</string>
|
|
|
|
<string name="black_theme">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>
|
|
|
|
<string name="webtoon_viewer">Webtoon (experimental)</string>
|
2015-09-24 11:27:43 -04: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>
|
2015-11-03 14:04:07 -05:00
|
|
|
|
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>
|
|
|
|
<string name="cache_delete_error">An error occurred clearing cache</string>
|
2016-01-02 15:09:46 -05:00
|
|
|
<string name="pref_clear_database">Clear database</string>
|
|
|
|
<string name="pref_clear_database_summary">Delete mangas and chapters that are not in your library</string>
|
|
|
|
<string name="clear_database_confirmation">Are you sure? Read chapters and progress of non library mangas will be lost</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>
|
|
|
|
|
2015-12-08 13:39:57 -05:00
|
|
|
<!-- ACRA -->
|
|
|
|
<string name="pref_enable_acra">Send crash reports</string>
|
|
|
|
<string name="pref_acra_summary">Help fixing bugs. Sensitive data is not sent</string>
|
|
|
|
|
2015-12-07 09:53:01 -05:00
|
|
|
|
2015-11-16 13:33:33 -05:00
|
|
|
<!-- Login dialog -->
|
2015-10-25 20:41:10 -04:00
|
|
|
<string name="accounts_login_title">Login for %1$s</string>
|
|
|
|
<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>
|
|
|
|
<string name="library_selection_title">Selected</string>
|
2015-11-03 14:04:07 -05:00
|
|
|
|
2015-11-16 13:33:33 -05:00
|
|
|
<!-- Catalogue fragment -->
|
2015-11-01 16:04:48 -05:00
|
|
|
<string name="source_requires_login">This source requires login</string>
|
2015-12-14 10:51:12 -05:00
|
|
|
<string name="select_source">Select a source</string>
|
2015-10-25 20:41:10 -04:00
|
|
|
|
2015-11-16 13:33:33 -05:00
|
|
|
<!-- Manga info fragment -->
|
|
|
|
<string name="manga_detail_tab">Info</string>
|
|
|
|
<string name="author">Author</string>
|
|
|
|
<string name="chapters">Chapters</string>
|
|
|
|
<string name="genres">Genres</string>
|
|
|
|
<string name="artist">Artist</string>
|
|
|
|
<string name="description">Description</string>
|
2016-01-02 19:20:31 -05:00
|
|
|
<string name="status">Status</string>
|
|
|
|
<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>
|
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>
|
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>
|
2015-12-03 07:57:25 -05:00
|
|
|
<string name="fetch_chapters_error">Error while fetching chapters</string>
|
2015-11-02 08:42:08 -05:00
|
|
|
|
2015-12-20 14:10:04 -05:00
|
|
|
<!-- MyAnimeList fragment -->
|
|
|
|
<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>
|
2015-12-31 13:15:24 -05:00
|
|
|
<string name="title_hint">Title…</string>
|
2015-12-20 14:10:04 -05:00
|
|
|
|
2015-11-16 13:33:33 -05:00
|
|
|
<!-- Reader activity -->
|
|
|
|
<string name="downloading">Downloading…</string>
|
|
|
|
<string name="download_progress">Downloaded %1$d%%</string>
|
|
|
|
<string name="chapter_progress">Page: %1$d</string>
|
|
|
|
<string name="page_list_error">Error fetching page list. Is network available?</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>
|
2015-11-16 13:33:33 -05:00
|
|
|
|
|
|
|
<!-- Library update service notifications -->
|
2015-11-02 11:25:06 -05:00
|
|
|
<string name="notification_progress">Update progress: %1$d/%2$d</string>
|
|
|
|
<string name="notification_completed">Update completed</string>
|
|
|
|
<string name="notification_no_new_chapters">No new chapters found</string>
|
|
|
|
<string name="notification_new_chapters">Found new chapters for:</string>
|
|
|
|
|
2015-09-24 11:27:43 -04:00
|
|
|
</resources>
|