-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathstrings.xml
More file actions
780 lines (780 loc) · 56.1 KB
/
strings.xml
File metadata and controls
780 lines (780 loc) · 56.1 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="app_name">Cool Reader</string>
<string name="mi_search">Search</string>
<string name="mi_exit">Exit</string>
<string name="mi_goto">Go to</string>
<string name="mi_bookmarks">Bookmarks</string>
<string name="mi_file_open">Open file</string>
<string name="mi_options">Options</string>
<string name="mi_font_size_increase">Increase font size </string>
<string name="mi_font_size_decrease">Decrease font size</string>
<string name="mi_font_previous">Previous font</string>
<string name="mi_font_next">Next font</string>
<string name="progress_please_wait">Please wait</string>
<string name="progress_starting_cool_reader">Starting Cool Reader</string>
<string name="progress_loading">Loading document</string>
<string name="progress_formatting">Formatting document</string>
<string name="progress_scanning">Scanning directory</string>
<string name="context_menu_title_bookmark">Bookmark</string>
<string name="context_menu_title_book">Book</string>
<string name="context_menu_title_recent_book">Recent book</string>
<string name="context_menu_title_folder">Folder</string>
<string name="mi_book_open">Open book</string>
<string name="mi_book_recent_books">Recent books</string>
<string name="mi_book_file_remove">Delete book file</string>
<string name="mi_book_recent_remove">Remove from list</string>
<string name="mi_book_recent_goto">Go to directory</string>
<string name="mi_book_sort_order">Sorting order</string>
<string name="mi_book_sort_order_filename">By filename</string>
<string name="mi_book_sort_order_filename_desc">By filename (desc)</string>
<string name="mi_book_sort_order_timestamp">By timestamp</string>
<string name="mi_book_sort_order_timestamp_desc">By timestamp (desc)</string>
<string name="mi_book_sort_order_author">By author</string>
<string name="mi_book_sort_order_author_desc">By author (desc)</string>
<string name="mi_book_sort_order_title">By title</string>
<string name="mi_book_sort_order_title_desc">By title (desc)</string>
<string name="toggle_dict_once">Toggle dictionary (once)</string>
<string name="toggle_dict">Toggle dictionary</string>
<string name="mi_bookmark_set">Set bookmark</string>
<string name="mi_bookmark_goto">Go to bookmark</string>
<string name="mi_goto_page">Go to page #</string>
<string name="mi_goto_percent">Go to position %</string>
<string name="mi_goto_toc">Table of Contents</string>
<string name="mi_folder_open">Open folder</string>
<string name="mi_folder_to_favorites">Add to favorites</string>
<string name="mi_folder_fav_left">Move left</string>
<string name="mi_folder_fav_right">Move right</string>
<string name="mi_folder_fav_remove">Remove</string>
<string name="mi_folder_delete">Delete…</string>
<string name="dir_recent_books">Recent Books</string>
<string name="dir_sd_card">SD Card</string>
<string name="dir_internal_sd_card">Internal SD Card</string>
<string name="dir_internal_memory">Internal memory</string>
<string name="win_title_bookmarks">Bookmarks</string>
<string name="win_title_dicts">Dictionaries</string>
<string name="win_title_toc">Table of Contents</string>
<string name="win_title_options">Options</string>
<string name="win_title_search">Search</string>
<string name="win_title_options_apply">Apply changes?</string>
<string name="win_title_screen_orientation_change_apply">Apply screen orientation change?</string>
<string name="win_title_log">Log</string>
<string name="tab_options_styles">Styles</string>
<string name="tab_options_page">Page</string>
<string name="tab_options_app">App</string>
<string name="tab_options_controls">Controls</string>
<string name="tab_options_css">CSS</string>
<string name="tab_options_clouds">Clouds</string>
<string name="options_font_size">Font size</string>
<string name="options_font_face">Font face</string>
<string name="options_font_weight">Font weight</string>
<string name="options_font_embolden">Embolden font</string>
<string name="options_font_antialias">Font antialiasing</string>
<string name="options_font_antialias_off">No antialias</string>
<string name="options_font_antialias_on_for_big">On for big fonts (shades of gray)</string>
<string name="options_font_antialias_on_for_all">On for all fonts (shades of gray)</string>
<string name="options_font_antialias_lcd_rgb">LCD (RGB)</string>
<string name="options_font_antialias_lcd_bgr">LCD (BGR)</string>
<string name="options_font_antialias_lcd_v_rgb">LCD_V (RGB)</string>
<string name="options_font_antialias_lcd_v_bgr">LCD_V (BGR)</string>
<string name="options_interline_space">Interline space</string>
<string name="options_inverse_view">Night mode</string>
<string name="options_color_text">Text color</string>
<string name="options_color_background">Background color</string>
<string name="options_color_hue">Hue</string>
<string name="options_color_saturation">Saturation</string>
<string name="options_color_brightness">Brightness</string>
<string name="options_background_texture">Background texture</string>
<string name="options_hyphenation_dictionary">Hyphenation dictionary</string>
<string name="options_page_show_titlebar">Show title bar</string>
<string name="options_page_footnotes">Footnotes</string>
<string name="options_page_orientation">Orientation</string>
<string name="options_page_orientation_0">Portrait</string>
<string name="options_page_orientation_90">Landscape</string>
<string name="options_page_orientation_180">Portrait (180)</string>
<string name="options_page_orientation_270">Landscape (270)</string>
<string name="options_page_orientation_sensor">Sensor</string>
<string name="options_page_orientation_system">Use system setting</string>
<string name="options_page_landscape_pages">Landscape pages</string>
<string name="options_page_landscape_pages_one">One page</string>
<string name="options_page_landscape_pages_two">Two pages</string>
<string name="options_ignore_document_margins">Ignore document margins</string>
<string name="options_page_margin_left">Left margin</string>
<string name="options_page_margin_right">Right margin</string>
<string name="options_page_margin_top">Top margin</string>
<string name="options_page_margin_bottom">Bottom margin</string>
<string name="options_rounded_corners_margin">Margin (for devices with rounded corners)</string>
<string name="options_view_mode">View mode</string>
<string name="options_view_mode_pages">Pages</string>
<string name="options_view_mode_scroll">Scroll</string>
<string name="options_app_fullscreen">Fullscreen mode</string>
<string name="options_app_show_cover_pages">Cover pages in browser</string>
<string name="options_value_on">On</string>
<string name="options_value_off">Off</string>
<string name="dlg_search_case_sensitive">Case sensitive</string>
<string name="dlg_search_reverse">Reverse</string>
<string name="dlg_search_hint">Type text here</string>
<string name="dlg_button_ok">OK</string>
<string name="dlg_button_cancel">Cancel</string>
<string name="dlg_button_yes">Yes</string>
<string name="dlg_button_no">No</string>
<string name="dlg_button_find">Find</string>
<string name="options_page_animation">Page animation</string>
<string name="options_controls_enable_volume_keys">Use volume keys for navigation</string>
<string name="options_app_backlight_screen">Screen backlight brightness</string>
<string name="options_app_warm_backlight_screen">Warm Screen backlight brightness</string>
<string name="options_app_backlight_screen_default">Default</string>
<string name="action_backlight_set_default">Set the backlight brightness as in the system</string>
<string name="options_app_tapzones_normal">Tap zone actions</string>
<string name="options_app_key_actions">Key actions</string>
<string name="options_app_trackball_disable">Disable trackball</string>
<string name="dir_sd_card_2">SD Card 2</string>
<string name="mi_book_back_to_reading">Current book</string>
<string name="mi_book_root">Root</string>
<string name="action_none">(No action)</string>
<string name="action_pagedown">Next page</string>
<string name="action_pageup">Previous page</string>
<string name="action_search">Search</string>
<string name="action_recent_books_list">Recent books</string>
<string name="action_exit">Exit</string>
<string name="action_pageup_10">Back by 10 pages</string>
<string name="action_bookmarks">Bookmarks</string>
<string name="action_pagedown_10">Forward by 10 pages</string>
<string name="action_toc">Table of Contents</string>
<string name="action_go_percent">Go to Percent</string>
<string name="action_go_page">Go to Page</string>
<string name="action_go_first_page">First page</string>
<string name="action_go_last_page">Last page</string>
<string name="action_file_browser">Open file</string>
<string name="action_options">Options</string>
<string name="action_toggle_day_night">Day / night</string>
<string name="action_reader_menu">Reader Menu</string>
<string name="options_app_tap_action_short">Tap action</string>
<string name="options_app_tap_action_long">Long tap action</string>
<string name="action_touch_screen_toggle_lock">Lock/unlock touch screen</string>
<string name="action_touch_screen_disabled_toast">Touch screen is locked</string>
<string name="action_touch_screen_enabled_toast">Touch screen is unlocked</string>
<string name="action_repeat">(autorepeat)</string>
<string name="action_logcat">Save log</string>
<string name="options_app_scan_book_props">Scan properties of all books in directory</string>
<string name="options_page_titlebar">Title bar options</string>
<string name="options_page_show_titlebar_chapter_marks">Chapter bound marks</string>
<string name="options_page_show_titlebar_battery_percent">Battery charge as percent</string>
<string name="options_page_titlebar_font_size">Font size</string>
<string name="options_page_titlebar_font_face">Font face</string>
<string name="options_page_titlebar_font_color">Font color</string>
<string name="options_page_show_titlebar_title">Show book title</string>
<string name="options_app_tapzone_hilite">Highlight tap zone on tap</string>
<string name="options_page_animation_paperbook">Paperbook</string>
<string name="options_page_animation_none">No animation</string>
<string name="options_page_animation_slide">Slide</string>
<string name="options_app_key_long_press">(long press)</string>
<string name="options_app_key_double_press">(double press)</string>
<string name="options_app_double_tap_selection">Text selection with double tap</string>
<string name="options_app_double_tap_selection_slowdown">(Slows down the reaction time to single taps)</string>
<string name="mi_select_text">Select text</string>
<string name="action_toggle_selection_mode">Toggle selection mode</string>
<string name="action_toggle_selection_mode_off">Selection mode is off</string>
<string name="action_toggle_selection_mode_on">Selection mode is on. Select text using touch screen.</string>
<string name="action_go_forward">Forward</string>
<string name="action_go_back">Back</string>
<string name="action_toggle_screen_orientation">Toggle screen orientation</string>
<string name="action_toggle_fullscreen">Toggle fullscreen</string>
<string name="action_exit_home_screen">Home screen</string>
<string name="options_color_r">Red</string>
<string name="options_color_g">Green</string>
<string name="options_color_b">Blue</string>
<string name="options_page_show_titlebar_percent">Show position percent</string>
<string name="options_page_show_titlebar_page_count">Page count</string>
<string name="options_show_titlebar_page_number">Page number</string>
<string name="options_controls_flick_brightness">Brightness control by flick</string>
<string name="options_controls_flick_warm">Warm backlight control by flick</string>
<string name="options_controls_flick_cold_and_warm_together">Simultaneously control warm and cold backlight</string>
<string name="options_controls_flick_brightness_right">Right edge</string>
<string name="options_controls_flick_brightness_left">Left edge</string>
<string name="options_controls_flick_brightness_none">Disabled</string>
<string name="options_page_show_titlebar_page_number">Page number</string>
<string name="options_app_dictionary">Dictionary</string>
<string name="options_app_dictionary_not_installed">(not installed)</string>
<string name="options_app_dictionary2">Dictionary 2</string>
<string name="action_zoom_in">Increase font size</string>
<string name="options_text_shaping">Text shaping</string>
<string name="options_text_shaping_simple">Simple (no ligatures, kerning may not work)</string>
<string name="options_text_shaping_light">Light (no ligatures)</string>
<string name="options_text_shaping_full">Full (with ligatures, RTL)</string>
<string name="options_font_kerning">Font kerning</string>
<string name="action_zoom_out">Decrease font size</string>
<string name="options_style_floating_punctuation">Floating punctuation</string>
<string name="action_toggle_document_styles">Toggle document styles</string>
<string name="options_style_document_embedded_styles">Document embedded styles</string>
<string name="options_selection_action_toolbar">Show selection toolbar</string>
<string name="options_selection_action">Single Selection action</string>
<string name="options_multi_selection_action">Multi Selection action</string>
<string name="options_selection_action_bookmark">Add bookmark</string>
<string name="options_selection_action_dictionary">Find in dictionary</string>
<string name="options_selection_action_copy">Copy to clipboard</string>
<string name="options_app_browser_hide_empty_dirs">Hide directories without books</string>
<string name="options_app_browser_hide_empty_genres">Hide genres without books</string>
<string name="dlg_about">About CoolReader</string>
<string name="dlg_book_info">Book Info</string>
<string name="mi_book_styles_enable">Enable document internal styles</string>
<string name="mi_book_styles_disable">Disable document internal styles</string>
<string name="mi_night_mode_disable">Day mode</string>
<string name="mi_night_mode_enable">Night mode</string>
<string name="book_info_file_format">Format</string>
<string name="book_info_section_book_properties">Book properties</string>
<string name="book_info_book_authors">Authors</string>
<string name="book_info_file_path">File path</string>
<string name="book_info_section_file_properties">File properties</string>
<string name="book_info_book_series_name">Series</string>
<string name="book_info_file_arcpath">Archive path</string>
<string name="book_info_book_title">Title</string>
<string name="book_info_file_name">File name</string>
<string name="book_info_file_arcname">Archive name</string>
<string name="book_info_section_current_position">Reading position</string>
<string name="book_info_file_size">File size</string>
<string name="book_info_section_system">System</string>
<string name="book_info_file_arcsize">Archive size</string>
<string name="book_info_system_version">Version</string>
<string name="book_info_system_battery">Battery</string>
<string name="book_info_system_time">Time</string>
<string name="book_info_position_chapter">Chapter</string>
<string name="book_info_position_page">Page</string>
<string name="book_info_position_percent">Percent</string>
<string name="dlg_bookmark_edit_correction">Corrected text</string>
<string name="dlg_bookmark_edit_comment">Comment</string>
<string name="dlg_bookmark_type_correction">Correction</string>
<string name="dlg_bookmark_create">New bookmark</string>
<string name="dlg_bookmark_edit">Edit bookmark</string>
<string name="dlg_bookmark_edit_range_text">Selection text</string>
<string name="dlg_bookmark_type_comment">Comment</string>
<string name="toast_shortcut_bookmark_is_set">Bookmark $1 is set</string>
<string name="toast_position_bookmark_is_set">Added bookmark for page</string>
<string name="mi_bookmark_add">Add</string>
<string name="mi_bookmark_delete">Delete</string>
<string name="mi_bookmark_edit">Edit</string>
<string name="mi_bookmark_export">Export bookmarks</string>
<string name="toast_bookmark_export_ok">Bookmarks were saved to </string>
<string name="toast_bookmark_export_failed">Error while saving bookmarks to </string>
<string name="mi_book_scan_recursive">Scan books in directory</string>
<string name="dlg_scan_title">Scanning directories</string>
<string name="dlg_scan_message">It may take several minutes to finish</string>
<string name="dlg_book_search">Find book</string>
<string name="dlg_book_search_title">Title</string>
<string name="dlg_book_search_series">Series</string>
<string name="dlg_book_search_filename">Filename</string>
<string name="dlg_book_search_author">Author</string>
<string name="dlg_book_search_found">Books found:</string>
<string name="dlg_book_search_prompt">Enter search pattern:</string>
<string name="mi_book_search">Find</string>
<string name="dlg_book_search_not_found">No books found</string>
<string name="dir_search_results">Search results</string>
<string name="dlg_about_donation">Cool Reader is free and will always be free. If you want to support development of this project, you can buy donation package from Android Market.</string>
<string name="dlg_about_donation_bronze">$1: buy Cool Reader Bronze Donation</string>
<string name="dlg_about_donation_silver">$3: buy Cool Reader Silver Donation</string>
<string name="dlg_about_donation_gold">$10: buy Cool Reader Gold Donation</string>
<string name="dlg_about_donation_installed">Installed</string>
<string name="dlg_about_fonts_dirs">Fonts directories:</string>
<string name="dlg_about_textures_dirs">Textures directories:</string>
<string name="dlg_about_backgrounds_dirs">Backgrounds directories:</string>
<string name="dlg_about_hyphenations_dirs">Hyphenation dictionaries directories:</string>
<string name="dlg_about_copyright">© Vadim Lopatin, 1998–2020</string>
<string name="dlg_about_contributors_">and contributors…</string>
<string name="mi_book_browser_normal_mode">Normal mode</string>
<string name="mi_book_browser_simple_mode">Simple file list</string>
<string name="options_page_animation_slide_2_pages">Slide (2 pages)</string>
<string name="progress_downloading">Downloading</string>
<string name="mi_book_opds_root">Online catalogs</string>
<string name="mi_tts_play">Read Aloud</string>
<string name="mi_tts_stop">Stop Read Aloud</string>
<string name="options_format_image_scaling_block_scale">Block image max zoom</string>
<string name="options_format_image_scaling_mode_integer_factor">Integer scale</string>
<string name="options_format_image_scaling_block_mode">Block image scaling mode</string>
<string name="options_format_image_scaling_mode_disabled">Disabled (1:1)</string>
<string name="options_format_image_scaling_mode_arbitrary">Arbitrary scale</string>
<string name="options_format_image_scaling">Image scaling</string>
<string name="options_format_image_scaling_inline_mode">Inline image scaling mode</string>
<string name="options_format_image_scaling_inline_scale">Inline image max zoom</string>
<string name="options_format_image_scaling_scale_auto">Auto</string>
<string name="options_format_image_scaling_scale_3">*3</string>
<string name="options_format_image_scaling_scale_2">*2</string>
<string name="options_format_image_scaling_scale_1">*1</string>
<string name="options_screen_update_mode">Screen update mode</string>
<string name="options_screen_update_mode_fast">Fast</string>
<string name="options_screen_update_mode_fast2">Fast 2</string>
<string name="options_screen_update_mode_onyx_regal">SNOW Field</string>
<string name="options_screen_update_mode_onyx_a2">A2</string>
<string name="options_screen_update_mode_quality">Quality</string>
<string name="options_screen_update_interval">Full screen update interval</string>
<string name="options_screen_update_interval_none">None</string>
<string name="options_render_font_gamma">Font Gamma</string>
<string name="action_toggle_titlebar">Toggle Title Bar</string>
<string name="action_show_position_info">Show position popup</string>
<string name="action_show_dictionary">Show dictionary</string>
<string name="action_open_last_book">Switch to previous book</string>
<string name="mi_catalog_edit">Edit Catalog</string>
<string name="mi_catalog_add">New Catalog</string>
<string name="mi_catalog_delete">Delete Catalog</string>
<string name="mi_catalog_open">Open Catalog</string>
<string name="menu_title_catalog">OPDS Catalog</string>
<string name="dlg_catalog_edit_name">Name</string>
<string name="dlg_catalog_edit_url">URL</string>
<string name="dlg_catalog_edit_title">OPDS Catalog</string>
<string name="dlg_catalog_edit_username">Login</string>
<string name="dlg_catalog_edit_password">Password</string>
<string name="dlg_catalog_add_title">Add Catalog</string>
<string formatted="false" name="options_format_min_space_width_percent">Min space width %</string>
<string name="options_selection_keep_selection_after_dictionary">Keep selection after dictionary</string>
<string name="action_toggle_autoscroll">Autoscroll</string>
<string name="lbl_autoscroll_speed">Speed: $1 chars/minute</string>
<string name="action_autoscroll_speed_increase">Increase autoscroll speed</string>
<string name="action_autoscroll_speed_decrease">Decrease autoscroll speed</string>
<string name="options_controls_tap_secondary_action_type">Tap secondary action type</string>
<string name="options_controls_tap_type_double">Double tap</string>
<string name="options_controls_tap_type_long">Long tap</string>
<string name="options_controls_bonce_protection">Bounce filter</string>
<string name="options_controls_bonce_protection_disabled">Disabled</string>
<string name="options_controls_bonce_protection_100">100 ms (10 Hz)</string>
<string name="options_controls_bonce_protection_143">143 ms (7 Hz)</string>
<string name="options_controls_bonce_protection_200">200 ms (5 Hz)</string>
<string name="options_controls_bonce_protection_333">333 ms (3 Hz)</string>
<string name="mi_bookmark_send">Send</string>
<string name="folder_name_books_by_genre">Genres</string>
<string name="folder_name_books_by_author">Authors</string>
<string name="folder_name_books_by_rating">By Rating</string>
<string name="folder_name_books_by_state_to_read">To Read</string>
<string name="folder_name_books_by_state_reading">Reading</string>
<string name="folder_name_books_by_state_finished">Finished</string>
<string name="options_view_bookmarks_highlight">Highlight bookmarks</string>
<string name="options_css_footnotetitle">Footnote title</string>
<string name="options_css_subtitle">Subtitle</string>
<string name="options_css_textauthor">Text / Cite / Epigraph author</string>
<string name="options_css_poem">Poem</string>
<string name="options_css_footnote">Footnote</string>
<string name="options_css_pre">Preformatted text / code</string>
<string name="options_css_epigraph">Epigraph</string>
<string name="options_css_link">Link</string>
<string name="options_css_cite">Cite / quotation</string>
<string name="options_css_footnotelink">Footnote link</string>
<string name="options_css_title">Title</string>
<string name="options_css_def">Default paragraph formatting</string>
<string name="options_css_font_size">Font size</string>
<string name="options_css_margin_bottom">Margin after</string>
<string name="options_css_text_color">Text color</string>
<string name="options_css_font_face">Font face</string>
<string name="options_css_margin_left">Margin left</string>
<string name="options_css_font_decoration">Font decoration</string>
<string name="options_css_interline_space">Interline space</string>
<string name="options_css_font_style">Font style</string>
<string name="options_css_font_weight">Font weight</string>
<string name="options_css_text_valign">Text vertical alignment</string>
<string name="options_css_text_align">Text alignment</string>
<string name="options_css_text_indent">First line indent</string>
<string name="options_css_margin_right">Margin right</string>
<string name="options_css_margin_top">Margin before</string>
<string name="options_css_text_valign_baseline">Baseline</string>
<string name="options_css_text_decoration_none">None</string>
<string name="options_css_text_decoration_overlineline">Overline</string>
<string name="options_css_font_face_serif">[Default serif font]</string>
<string name="options_css_font_weight_bold">Bold</string>
<string name="options_css_text_indent_small_outdent">Small outdent</string>
<string name="options_css_font_weight_bolder">Bolder</string>
<string name="options_css_text_indent_no_indent">No indent</string>
<string name="options_css_text_indent_big_indent">Big indent</string>
<string name="options_css_font_style_normal">Normal</string>
<string name="options_css_text_decoration_underline">Underline</string>
<string name="options_css_text_indent_small_indent">Small indent</string>
<string name="options_css_text_decoration_line_through">Line through</string>
<string name="options_css_text_valign_subscript">Subscript</string>
<string name="options_css_font_style_italic">Italic</string>
<string name="options_css_font_face_monospace">[Default monospace font]</string>
<string name="options_css_font_weight_lighter">Lighter</string>
<string name="options_css_font_weight_normal">Normal</string>
<string name="options_css_inherited">-</string>
<string name="options_css_text_valign_superscript">Superscript</string>
<string name="options_css_text_indent_big_outdent">Big outdent</string>
<string name="options_css_font_face_sans_serif">[Default sans-serif font]</string>
<string name="options_css_margin_05em">0.5 of line height</string>
<string formatted="false" name="options_css_margin_10p">10% of line width</string>
<string formatted="false" name="options_css_margin_20p">20% of line width</string>
<string formatted="false" name="options_css_margin_30p">30% of line width</string>
<string name="options_css_margin_0">0</string>
<string name="options_css_margin_03em">0.3 of line height</string>
<string formatted="false" name="options_css_margin_15p">15% of line width</string>
<string name="options_css_margin_02em">0.2 of line height</string>
<string name="options_css_margin_4em">4 of line height</string>
<string name="options_css_margin_1em">1 line height</string>
<string name="options_css_margin_2em">2 of line height</string>
<string name="options_css_margin_15em">1.5 of line height</string>
<string formatted="false" name="options_css_margin_5p">5% of line width</string>
<string name="options_css_font_size_130p">Bigger (130%)</string>
<string name="options_css_font_size_120p">Bigger (120%)</string>
<string name="options_css_font_size_110p">Bigger (110%)</string>
<string name="options_css_font_size_150p">Bigger (150%)</string>
<string name="options_css_font_size_60p">Smaller (60%)</string>
<string name="options_css_font_size_90p">Smaller (90%)</string>
<string name="options_css_font_size_70p">Smaller (70%)</string>
<string name="options_css_font_size_80p">Smaller (80%)</string>
<string name="options_app_backlight_timeout_6">6 minutes</string>
<string name="options_app_backlight_timeout_5">5 minutes</string>
<string name="options_app_backlight_timeout_4">4 minutes</string>
<string name="options_app_backlight_timeout_3">3 minutes</string>
<string name="options_app_backlight_timeout_2">2 minutes</string>
<string name="options_app_backlight_timeout_0">Use system default</string>
<string name="options_app_backlight_timeout">Screen backlight timeout</string>
<string name="options_css_annotation">Annotation</string>
<string name="options_app_ui_theme">Interface Theme</string>
<string name="options_app_ui_theme_white">White</string>
<string name="options_app_ui_theme_dark">Dark</string>
<string name="options_app_ui_theme_black">Black</string>
<string name="options_app_ui_theme_gray1">Gray 1</string>
<string name="options_app_ui_theme_gray2">Gray 2</string>
<string name="options_app_ui_theme_light">Light</string>
<string name="options_app_ui_theme_hicontrast1">High Contrast White</string>
<string name="options_app_ui_theme_hicontrast2">High Contrast Black</string>
<string name="options_css_text_align_center">Center</string>
<string name="options_css_text_align_justify">Justify</string>
<string name="options_css_text_align_left">Left</string>
<string name="options_css_text_align_right">Right</string>
<string name="action_switch_settings_profile">Switch profile</string>
<string name="options_app_settings_icons">Icons in settings</string>
<string name="mi_text_autoformat_enable">Enable text autoformat</string>
<string name="mi_text_autoformat_disable">Disable text autoformat</string>
<string name="action_toggle_text_autoformat">Toggle text autoformat</string>
<string name="options_app_key_backlight_off">Turn off key backlight</string>
<string name="action_chapter_next">Next chapter</string>
<string name="action_chapter_prev">Previous chapter</string>
<string name="options_font_hinting_bytecode">Use bytecode</string>
<string name="options_font_hinting">Font hinting</string>
<string name="options_font_hinting_disabled">Disabled</string>
<string name="options_font_hinting_auto">Autohinting</string>
<string name="options_font_fallback_face">Fallback font</string>
<string name="options_font_fallback_face_num">Fallback font #%s</string>
<string name="options_font_fallback_faces">Fallback fonts</string>
<string name="win_title_confirm_catalog_delete">Do you really want to delete this catalog?</string>
<string name="win_title_confirm_history_record_delete">Do you really want to remove this book from recent list?</string>
<string name="win_title_confirm_book_delete">Do you really want to delete this book / archive ?</string>
<string name="win_title_confirm_folder_delete">Do you really want to delete this folder along with all the books?</string>
<string name="book_info_book_language">Language</string>
<string name="folder_name_books_by_series">Series</string>
<string name="folder_name_books_by_title">Titles</string>
<string name="dlg_about_donation_platinum">$30: buy Cool Reader Platinum Donation</string>
<string name="mi_donation">Donate</string>
<string name="dlg_about_donation_inapp_purchase">Cool Reader is free and will always be free. If you want to support development of this project, you can make donation using Android Market in-app purchase:</string>
<string name="dlg_about_donation_total">Total donations from you:</string>
<string name="option_controls_gesture_page_flipping_enabled">Gesture page flipping</string>
<string name="options_font_embedded_document_font_enabled">Document embedded fonts</string>
<string name="options_app_locale_system">System</string>
<string name="options_app_locale">Interface language</string>
<string name="options_app_locale_bg">Български</string>
<string name="options_app_locale_by">Belorussian</string>
<string name="options_app_locale_de">Deutsch</string>
<string name="options_app_locale_cs">Czech</string>
<string name="options_app_locale_en">English</string>
<string name="options_app_locale_es">Español</string>
<string name="options_app_locale_fr">Français</string>
<string name="options_app_locale_hu">Magyar</string>
<string name="options_app_locale_it">Italiano</string>
<string name="options_app_locale_ja">Japanese</string>
<string name="options_app_locale_lt">Lietuvos</string>
<string name="options_app_locale_nl">Nederlands</string>
<string name="options_app_locale_pt">Português</string>
<string name="options_app_locale_pt_rbr">Português do Brasil</string>
<string name="options_app_locale_ru">Русский</string>
<string name="options_app_locale_sk">Slovak</string>
<string name="options_app_locale_tr">Türkçe</string>
<string name="options_app_locale_uk">Українська</string>
<string name="options_app_locale_pl">Polski</string>
<string name="options_app_locale_zh_cn">中文</string>
<string name="mi_goto_manual">Show manual</string>
<string name="options_view_bookmarks_highlight_underline">Underline</string>
<string name="options_view_color_selection">Selection color</string>
<string name="options_view_color_bookmark_comment">Comment color</string>
<string name="options_view_bookmarks_highlight_none">None</string>
<string name="options_view_color_bookmark_correction">Correction color</string>
<string name="options_view_bookmarks_highlight_solid">Solid color</string>
<string name="win_title_confirm_bookmark_delete">Do you really want to delete this bookmark?</string>
<string name="options_app_cover_page_size_big">Big</string>
<string name="options_app_cover_page_size_medium">Medium</string>
<string name="options_app_cover_page_size_small">Small</string>
<string name="options_app_cover_page_size">Cover page size</string>
<string name="dlg_goto_current_position">Current page:</string>
<string name="dlg_goto_input_page_number">Input page number to go:</string>
<string name="dlg_goto_input_percent">Input position percent to go:</string>
<string name="book_state_toread">To read</string>
<string name="book_state_reading">Reading</string>
<string name="book_state_none">No mark</string>
<string name="book_state_finished">Finished</string>
<string name="book_info_rating">Rate</string>
<string name="options_page_show_titlebar_hidden">None</string>
<string name="options_page_show_titlebar_page_header">Page header</string>
<string name="options_page_show_titlebar_page_footer">Page footer</string>
<string name="options_page_show_titlebar_bottom">Bottom</string>
<string name="options_page_show_titlebar_top">Top</string>
<string name="options_view_toolbar_position_short_side">Short side</string>
<string name="options_view_toolbar_position_bottom">Bottom</string>
<string name="options_view_toolbar_position">Toolbar position</string>
<string name="options_view_toolbar_position_top">Top</string>
<string name="options_view_toolbar_position_left">Left</string>
<string name="options_view_toolbar_position_long_side">Long side</string>
<string name="options_view_toolbar_position_none">None</string>
<string name="options_view_toolbar_hide_in_fullscreen">Hide toolbar in fullscreen</string>
<string name="options_view_toolbar_position_right">Right</string>
<string name="options_view_toolbar_appearance">Toolbar appearance (restart required)</string>
<string name="options_view_toolbar_appear_100">100% size</string>
<string name="options_view_toolbar_appear_100_gray">100% size, grayscale</string>
<string name="options_view_toolbar_appear_75">75% size</string>
<string name="options_view_toolbar_appear_75_gray">75% size, grayscale</string>
<string name="options_view_toolbar_appear_50">50% size</string>
<string name="options_view_toolbar_appear_50_gray">50% size, grayscale</string>
<string name="dlg_button_back">Back</string>
<string name="dlg_about_donation_iron">$0.3: buy Cool Reader Iron Donation</string>
<string name="dlg_about_donation_vip">$100: buy Cool Reader VIP Donation</string>
<string name="tb_button_find_prev">Find previous</string>
<string name="tb_button_find_close">Close search</string>
<string name="tb_button_find_next">Find next</string>
<string name="options_selection_action_mail">Share</string>
<string name="tts_play">Play / Pause</string>
<string name="tts_back">Revind</string>
<string name="tts_forward">Forward</string>
<string name="tts_stop">Stop</string>
<string name="tts_options">Options</string>
<string name="tts_volume">Volume</string>
<string name="tts_rate">Rate</string>
<string name="tts_failed">Failure of speech synthesis</string>
<string name="mi_options_tts">TTS Options</string>
<string name="options_tts_engine">TTS Engine</string>
<string name="options_tts_use_doc_lang">Auto set TTS language by the language of the document</string>
<string name="options_tts_language">Language</string>
<string name="options_tts_voice">Voice</string>
<string name="options_tts_voice_quality_very_low">Very low quality</string>
<string name="options_tts_voice_quality_low">Low quality</string>
<string name="options_tts_voice_quality_normal">Normal quality</string>
<string name="options_tts_voice_quality_high">High quality</string>
<string name="options_tts_voice_quality_very_high">Very high quality</string>
<string name="options_tts_google_abbr_workaround">Use a workaround to disable processing of abbreviations at the end of a sentence</string>
<string name="options_tts_google_abbr_workaround_comment">when using "Google Speech Services"</string>
<string name="tts_init_failure">TTS engine \"%s\" init failure, disabling it…</string>
<string name="dlg_button_open_book">Open book</string>
<string name="dlg_button_open_folder">Open containing folder</string>
<string name="dlg_button_recent_delete">Remove from recent books list</string>
<string name="dlg_button_book_delete">Delete book</string>
<string name="btn_toolbar_more">More</string>
<string name="online_store_login">Login</string>
<string name="online_store_plugin_name_litres">LitRes</string>
<string name="online_store_plugin_description_litres">online book store</string>
<string name="online_store_username">User name:</string>
<string name="online_store_password">Password:</string>
<string name="online_store_password_repeat">Repeat password:</string>
<string name="online_store_refill_account_balance_request_litres">Account balance is too low to purchase this book.\nDo you want to refill your account balance?\nLink with account refill page will be opened in external browser.</string>
<string name="online_store_error_successful_login">Logged in successfully.</string>
<string name="online_store_error_cannot_login">Error occurred while trying to login.</string>
<string name="online_store_error_succesful_registration">New account is registered.</string>
<string name="online_store_error_cannot_register">Error occurred while trying to register new account.</string>
<string name="online_store_new_account">Register</string>
<string name="online_store_new_account_param_email">Email:</string>
<string name="online_store_new_account_param_email_description_litres">If you don\'t use email as login, you can specify your email here.</string>
<string name="online_store_new_account_param_first_name">First name:</string>
<string name="online_store_new_account_param_last_name">Last name:</string>
<string name="online_store_new_account_param_middle_name">Middle name:</string>
<string name="online_store_new_account_param_city">City:</string>
<string name="online_store_new_account_param_phone">Phone number:</string>
<string name="online_store_new_account_param_birthday">Date of birth:</string>
<string name="online_store_new_account_param_gender">Gender:</string>
<string name="online_store_new_account_param_subscribe">Receive emails about updates</string>
<string name="online_store_new_account_param_subscribe_description_litres">If you are using email as login or specified email in separate field and subscribed on updates, you will get 10 books for free.</string>
<string name="online_store_genres">Books by Genres</string>
<string name="online_store_authors">Authors</string>
<string name="online_store_my">My books</string>
<string name="online_store_popular">Popular</string>
<string name="online_store_new">Hot new</string>
<string name="online_store_buy">Buy</string>
<string name="online_store_download">Download</string>
<string name="online_store_open">Open</string>
<string name="online_store_download_trial">Download preview</string>
<string name="online_store_open_trial">Open preview</string>
<string name="online_store_account">Account:</string>
<string name="online_store_balance">Balance:</string>
<string name="online_store_status_purchased">purchased</string>
<string name="online_store_status_free">free</string>
<string name="online_store_price">Price:</string>
<string name="online_store_normal_price">Usual price:</string>
<string name="online_store_please_login">please log in</string>
<string name="online_store_confirm_purchase">Do you want to buy this book?</string>
<string name="online_store_purchase_error">Failed to purchase book</string>
<string name="online_store_purchase_success">Book has been purchased.</string>
<string name="online_store_purchase_new_balance">New balance:</string>
<string name="options_app_plugins">Plugins</string>
<string name="note1_reader_menu">WARNING: To support fullscreen mode and dimming of softkeys on Android 3 and 4, target Android version has been changed to Android 4. In this mode legacy Menu soft button is not available anymore. Without reader toolbar, in reading mode you can open menu by tapping at center of screen. Long tap at center of screen shows settings dialog. Turn on toolbar in reading mode now? (You can always change this option in Settings/Page/Toolbar)</string>
<string name="note2_logcat">Added the function of saving the program log. If during the execution of any operation the program terminates abnormally or does not work correctly, you can create a log file. If the program terminated with an error, you need to start it again and select the "Save log" item in the reading menu. A log file will be generated to help resolve the issue.</string>
<string name="root_item_recent">Recent books</string>
<string name="root_item_library">Browse library</string>
<string name="root_item_filesystem">Browse file system</string>
<string name="root_item_online_catalogs">Online catalogs</string>
<string name="black_list_enforced">Cannot add this URL since it is added to black list of catalogs which may violate DMCA by request of LitRes.ru</string>
<string name="black_list_warning">WARNING: this URL is added to black list of catalogs which may violate DMCA by request of LitRes.ru Do you really want to add this catalog?</string>
<string name="error">Error</string>
<string name="cant_open_file">Can\'t open file \"%s\"!</string>
<string name="opened_from_stream">Document opened from stream, file location unknown. Unable to save information about the last opened file!</string>
<string name="options_app_tts_stop_motion_timeout">Stop reading aloud on motion sensor timeout</string>
<string name="motion_timeout_off">"Off"</string>
<string name="motion_timeout_1min">"1 minute"</string>
<string name="motion_timeout_2min">"2 minutes"</string>
<string name="motion_timeout_3min">"3 minutes"</string>
<string name="motion_timeout_4min">"4 minutes"</string>
<string name="motion_timeout_5min">"5 minutes"</string>
<string name="motion_timeout_6min">"6 minutes"</string>
<string name="motion_timeout_7min">"7 minutes"</string>
<string name="motion_timeout_8min">"8 minutes"</string>
<string name="motion_timeout_9min">"9 minutes"</string>
<string name="motion_timeout_10min">"10 minutes"</string>
<string name="motion_timeout_12min">"12 minutes"</string>
<string name="motion_timeout_15min">"15 minutes"</string>
<string name="motion_timeout_20min">"20 minutes"</string>
<string name="motion_timeout_25min">"25 minutes"</string>
<string name="motion_timeout_30min">"30 minutes"</string>
<string name="motion_timeout_35min">"35 minutes"</string>
<string name="motion_timeout_40min">"40 minutes"</string>
<string name="motion_timeout_45min">"45 minutes"</string>
<string name="motion_timeout_50min">"50 minutes"</string>
<string name="motion_timeout_55min">"55 minutes"</string>
<string name="motion_timeout_60min">"60 minutes"</string>
<string name="motion_timeout_65min">"65 minutes"</string>
<string name="motion_timeout_70min">"70 minutes"</string>
<string name="motion_timeout_75min">"75 minutes"</string>
<string name="motion_timeout_80min">"80 minutes"</string>
<string name="motion_timeout_85min">"85 minutes"</string>
<string name="motion_timeout_90min">"90 minutes"</string>
<string name="motion_timeout_95min">"95 minutes"</string>
<string name="motion_timeout_100min">"100 minutes"</string>
<string name="pages_per_full_swipe_off">"Off"</string>
<string name="pages_per_full_swipe_1">"1 page (right to left)"</string>
<string name="pages_per_full_swipe_2">"2 pages (track)"</string>
<string name="pages_per_full_swipe_3">"3 pages (track)"</string>
<string name="pages_per_full_swipe_4">"4 pages (track)"</string>
<string name="pages_per_full_swipe_5">"5 pages (track)"</string>
<string name="pages_per_full_swipe_6">"6 pages (track)"</string>
<string name="pages_per_full_swipe_7">"7 pages (track)"</string>
<string name="pages_per_full_swipe_8">"8 pages (track)"</string>
<string name="pages_per_full_swipe_9">"9 pages (track)"</string>
<string name="pages_per_full_swipe_10">"10 pages (track)"</string>
<string name="pages_per_full_swipe_11">"11 pages (track)"</string>
<string name="pages_per_full_swipe_12">"12 pages (track)"</string>
<string name="pages_per_full_swipe_13">"13 pages (track)"</string>
<string name="pages_per_full_swipe_14">"14 pages (track)"</string>
<string name="pages_per_full_swipe_15">"15 pages (track)"</string>
<string name="pages_per_full_swipe_16">"16 pages (track)"</string>
<string name="pages_per_full_swipe_17">"17 pages (track)"</string>
<string name="pages_per_full_swipe_18">"18 pages (track)"</string>
<string name="pages_per_full_swipe_19">"19 pages (track)"</string>
<string name="pages_per_full_swipe_20">"20 pages (track)"</string>
<string name="error_while_opening">Error while opening document \"%s\"</string>
<string name="datadir_is_removed">Application data directory \"%s\" has been removed by other app.\nPossibly it was some kind of disc space optimizer.\nUnfortunately all the settings were lost.</string>
<string name="font_compat_partial_with_language">Warning: font \"%s\" does not contain the full character set of the language \"%s\". Missing characters will be obtained from fallback fonts.</string>
<string name="font_not_compat_with_language">Warning: the font \"%s\" does not contain any character of the language \"%s\". All necessary characters will be obtained from the fallback fonts.</string>
<string name="fontconfig_language_orthography_database">"Languages character set database by Fontconfig:
https://www.fontconfig.org/ "
</string>
<string name="third_party_components_used">"Third party components used: zlib, libpng, libjpeg, freetype, harfbuzz, fribidi, utf8proc, zstd,
chmlib, antiword, Nook EPD utils by DairyKnight "
</string>
<string name="third_party_farm_fresh_icon_set">Farm-Fresh icon set from http://www.fatcow.com/free-icons</string>
<string name="third_party_tango_mod_icon_set">High-contrast icons based on Tango Icon Library: http://tango.freedesktop.org/Tango_Icon_Library.</string>
<string name="options_rendering_preset">Rendering preset</string>
<string name="options_rendering_preset_legacy">Legacy</string>
<string name="options_rendering_preset_flat">Flat</string>
<string name="options_rendering_preset_book">Book</string>
<string name="options_rendering_preset_web">Web (full)</string>
<string name="options_requested_dom_level">DOM version compatibility level</string>
<string name="options_requested_dom_level_legacy">Legacy</string>
<string name="options_requested_dom_level_newest">Newest</string>
<string name="options_style_multilang">Support for multilingual documents</string>
<string name="options_style_enable_hyphenation">Enable hyphenation</string>
<string name="options_app_googledrive_sync_auto">Auto synchronization with Google Drive</string>
<string name="options_app_cloudsync_confirmations">Ask for confirmation before updating</string>
<string name="options_app_googledrive_sync_settings">Settings on Drive</string>
<string name="options_app_googledrive_sync_bookmarks">Bookmarks and reading position on Drive</string>
<string name="options_app_googledrive_sync_currentbook_info">Current reading book info on Drive</string>
<string name="options_app_googledrive_sync_currentbook_body">Current reading book on Drive</string>
<string name="googledrive_disabled_cleanup_question">You have disabled automatic syncing with Google Drive, delete all application files on Google Drive?"</string>
<string name="googledrive_sync_completed">Synchronization with Google Drive successfully completed.</string>
<string name="googledrive_sync_failed_with">Synchronization with Google Drive failed with error: %s</string>
<string name="googledrive_sync_failed">Synchronization with Google Drive failed!</string>
<string name="googledrive_sync_aborted">Synchronization with Google Drive aborted!</string>
<string name="googledrive_sync_failed_disabled">More than 3 sync failures in a row, auto sync disabled.</string>
<string name="googledrive_localfile_is_newer_confirm">Local file \"%s\" is newer that remote on Google Drive, whatever load remote file or upload local to Drive?</string>
<string name="googledrive_load_remote">Load remote</string>
<string name="googledrive_upload_local">Upload local to Drive</string>
<string name="googledrive_remotefile_is_newer_confirm">Remote file \"%s\" on Google Drive is newer that local file, whatever save local to Drive or load remote?</string>
<string name="cloud_synchronization_to_">Synchronizing to cloud…</string>
<string name="cloud_synchronization_from_">Synchronizing from cloud…</string>
<string name="googledrive_sync_to">Sync to Drive</string>
<string name="googledrive_sync_from">Sync from Drive</string>
<string name="confirmation_title">Confirmation</string>
<string name="sync_confirmation_other_book">Another book (%s) was opened on another device, switch to it?</string>
<string name="sync_confirmation_new_reading_position">New reading position found for this book, update?</string>
<string name="sync_info_no_such_document">No document \"%s\" was found on this device!</string>
<string name="autosave_period">Autosave period</string>
<string name="autosave_period_off">Off</string>
<string name="autosave_period_1min">1 minute</string>
<string name="autosave_period_2min">2 minutes</string>
<string name="autosave_period_3min">3 minutes</string>
<string name="autosave_period_4min">4 minutes</string>
<string name="autosave_period_5min">5 minutes</string>
<string name="autosave_period_10min">10 minutes</string>
<string name="autosave_period_15min">15 minutes</string>
<string name="autosave_period_20min">20 minutes</string>
<string name="autosave_period_30min">30 minutes</string>
<string name="choose_root_sd">Could not delete file, if the file is on External SD, choose ExtSD root in the dialog</string>
<string name="could_not_delete_on_sd">Could not find file, make sure the root of ExtSD was selected</string>
<string name="could_not_delete_file">Could not delete file \"%s\"</string>
<string name="sync_data_keepalive_">Delete sync data older than…</string>
<string name="bookmarks_keepalive_off">Off</string>
<string name="bookmarks_keepalive_1day">1 day</string>
<string name="bookmarks_keepalive_2days">2 days</string>
<string name="bookmarks_keepalive_3days">3 days</string>
<string name="bookmarks_keepalive_4days">4 days</string>
<string name="bookmarks_keepalive_5days">5 days</string>
<string name="bookmarks_keepalive_6days">6 days</string>
<string name="bookmarks_keepalive_1week">1 week</string>
<string name="bookmarks_keepalive_2weeks">2 weeks</string>
<string name="bookmarks_keepalive_1month">1 month</string>
<string name="bookmarks_keepalive_1quarter">1 quarter</string>
<string name="bookmarks_keepalive_half_a_year">half a year</string>
<string name="bookmarks_keepalive_1year">1 year</string>
<string name="book_info_genres">Genre(s)</string>
<string name="including_subgenres">(Including subgenres)</string>
<string name="action_show_onyx_backlight_system_dialog">Show the system dialog for setting the backlight</string>
<string name="confirmation_select_folder_for_log">On the next screen, select a directory to save the log file</string>
<string name="notice_log_saved_to_">The log file was saved in file \"%s\". This file may contain personal data, for example, which books you read, be careful.</string>
<string name="inconsistent_options">Inconsistent options were found: the reading menu was disabled in the "Tap zone actions" section, the reading menu was not associated with any buttons in the "Keys actions" section, and the toolbar was also disabled. In order not to lose the functionality of the program, choose variant: enable the display of the toolbar, or add an action to display the reading menu on the touch screen</string>
<string name="inconsistent_options_toolbar">enable toolbar</string>
<string name="inconsistent_options_tap_reading_menu">add reading menu on the touch screen</string>
<string name="options_hide_empty_dirs_slowdown">(May slow down the listing of directory contents)</string>
<string name="font_weight_thin">Thin</string>
<string name="font_weight_extralight">ExtraLight</string>
<string name="font_weight_light">Light</string>
<string name="font_weight_book">Book</string>
<string name="font_weight_regular">Regular</string>
<string name="font_weight_medium">Medium</string>
<string name="font_weight_semibold">SemiBold</string>
<string name="font_weight_bold">Bold</string>
<string name="font_weight_extrabold">ExtraBold</string>
<string name="font_weight_black">Heavy/Black</string>
<string name="font_weight_extrablack">ExtraBlack</string>
<string name="font_weight_fake">synthetic*</string>
<string name="add_bookmark_to_page">Add bookmark to page</string>
<string name="btn_decrease">decrease</string>
<string name="btn_increase">increase</string>
<string name="options_eink_app_optimization_enabled">disabled because App Optimization is enabled</string>
<string name="options_legacy_rendering_enabled">disabled because legacy rendering is enabled</string>
<string name="options_disabled_document_styles">disabled embedded document styles or unsupported document type</string>
<string name="options_multilingual_enabled">disabled because support for multilingual documents is enabled</string>
<string name="options_multilingual_disabled">disabled because support for multilingual documents is disabled or legacy rendering is enabled</string>
<string name="filter_by_book_language_s">Filter by book language (%s)</string>
<string name="scanning_font_files">Scanning font files…</string>
<string name="undetermined">Undetermined</string>
<string name="failed_to_save_memory_stream">Failed to save memory stream to device storage!</string>
<string name="third_party_hyphenations1_used">Most hyphenation dictionaries - TEX hyphenation patterns http://www.hyphenation.org/</string>
<string name="third_party_hyphenations2_used">Russian hyphenation dictionary - https://github.com/laboratory50/russian-spellpack</string>
</resources>