summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values/strings.xml
blob: 51f6d0420c8586e67be088749d636e0f532b85ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<resources>

    <string name="app_name">Pow! Comics Reader</string>
    <string name="hello_world">Hello world!</string>
    <string name="menu_settings">Settings</string>
    <string name="menu_go_location">Go to</string>
    <string name="title_activity_main">Comics Reader</string>
    <string name="title_activity_preferences">Settings</string>
    <string name="prefs_comics_directory">Comics directory</string>
    <string name="prefs_general">General</string>
    <!-- <string name="prefs_dim_status_bar">Dim status bar</string> -->
    <string name="file_progress_info">%1$d of %2$d (%3$d%%)</string>
    <string name="menu_rescan">Reload</string>
    <string name="tab_all_comics">All comics</string>
    <string name="tab_unread">Unread</string>
    <string name="tab_read">Finished</string>
    <string name="dialog_need_prefs_message">Please configure base directory for comics archives.</string>
    <string name="dialog_need_prefs_preferences">Settings</string>
    <string name="cancel">Cancel</string>
    <string name="comics_directory_default">/mnt/sdcard/Comics</string>
    <string name="prefs_reading">Reading</string>
    <string name="prefs_dark_theme">Dark theme</string>
    <string name="dialog_open_location">Open location</string>
    <string name="dialog_location_beginning">Beginning</string>
    <string name="dialog_location_furthest">Furthest read location</string>
    <string name="dialog_location_location">Location…</string>
    <string name="dialog_location_end">End</string>
    <string name="tab_unfinished">Unfinished</string>
    <string name="menu_share">Share</string>
    <string name="prefs_use_full_screen">Fullscreen mode</string>
    <string name="error_could_not_prepare_file_for_sharing">Could not prepare file for sharing</string>
    <string name="error_could_not_open_comic_archive">Could not open comic archive.</string>
    <string name="error_out_of_memory">Out of memory</string>
    <string name="error_loading_image">Error loading image</string>
    <string name="error_could_not_read_folder_contents_">Could not read folder contents.</string>
    <string name="picker_choose">Choose %1$s</string>
    <string name="sync_server_has_further_page">You are currently on page %1$d. Furthest read page stored on the server is %2$d. Open it instead?</string>
    <string name="dialog_open_page">Open page</string>
    <string name="menu_sync_location">Sync to last page read</string>
    <string name="share_comic">Share comic</string>
    <string name="choose">Choose</string>
    <string name="error_no_comic_archives_found_">No comic archives found.</string>
    <string name="prefs_use_position_sync">Sync last read pages</string>
    <string name="prefs_use_position_sync_summary">Requires at least one Google account on the device. No personally identifiable information is sent.</string>
    <string name="error_sync_no_account">Please choose sync account in settings.</string>
    <string name="sync_uploading">Uploading sync data…</string>
    <string name="error_sync_no_data">No information stored or you are on the furthest read page.</string>
    <string name="dialog_clear_data">Clear data</string>
    <string name="dialog_clear_data_title">Clear all remotely stored sync data?</string>
    <string name="prefs_sync">Sync</string>
    <string name="prefs_clear_sync_data">Clear sync data</string>
    <string name="prefs_clear_sync_data_summary">Removes all remotely stored sync data.</string>
    <string name="open_parent">Open parent</string>
    <string name="file_unread">Unread (%1$d pages)</string>
    <string name="file_finished">Finished</string>
    <string name="menu_toggle_orientation_lock">(Un)lock orientation</string>
    <string name="prefs_comics_directory_summary">Base directory for comic archives.</string>
    <string name="prefs_fit_to_width">Fit to width</string>
    <string name="sync_running_in_test_mode">Sync running in test mode.</string>
    <string name="reset_remove_synced_progress">Would you like to remove synced progress too?</string>
    <string name="error_cant_open_file">Can\'t open file: %1$s</string>
    <string name="prefs_prevent_screen_sleep">Keep screen awake</string>
    <string name="error_other_error">Error: unknown error (see log)</string>
    <string name="list_type_directory">Directory</string>
    <string name="list_type_unknown">Unknown</string>
    <string name="prefs_version">%1$s (%2$d)</string>
    <string name="prefs_version_title">Version</string>
    <string name="prefs_build_timestamp">%1$s</string>
    <string name="prefs_build_timestamp_title">Build timestamp</string>
    <string name="crash_dialog_text">Unfortunately, Pow! Comics Reader has stopped. Submit crash report to tt-rss.org?</string>
    <string name="mark_as_read">Mark as read</string>
    <string name="reset_progress">Reset progress</string>
    <string name="menu_open">Open…</string>
    <string name="menu_sync_directory">Synchronize directory</string>
    <string name="permission_denied_storage">Storage permission denied, app might not be able to access your comic archives.</string>
    <string name="permission_denied_accounts">Accounts permission denied, sync disabled</string>
    <string name="privacy_policy">Privacy Policy</string>
    <string name="dialog_close">Close</string>
    <string name="sync_account_not_set">Not specified</string>
    <string name="prefs_use_page_transformer">Enable animations</string>
    <string name="prefs_open_storage_dir_summary">For MicroSD access.</string>
    <string name="prefs_open_storage_dir">Open /storage directory</string>
    <string name="prefs_enable_fab">Enable FAB</string>
    <string name="prefs_enable_fab_summary">Show floating action button</string>
    <string name="prefs_choose_sync_account">Choose sync account</string>
</resources>