|
453 | 453 | "enum.eh_setting.display_mode.value.minimal" = "Minimal"; |
454 | 454 | "enum.eh_setting.display_mode.value.minimalPlus" = "Minimal+"; |
455 | 455 |
|
| 456 | +"eh_setting_view.section.title.optional_UI_elements" = "Optional UI Elements"; |
| 457 | +"eh_setting_view.description.optional_UI_elements" = "Some historic UI elements are now disabled by default. You can enable those here."; |
| 458 | +"eh_setting_view.title.enable_gallery_thumbnail_selector" = "Enable thumbnail selector on gallery screen"; |
| 459 | + |
456 | 460 | "eh_setting_view.section.title.favorites" = "Favorites"; |
457 | 461 | "eh_setting_view.description.favorite_categories" = "Here you can choose and rename your favorite categories."; |
458 | 462 | "eh_setting_view.title.favorites_sort_order" = "Favorites sort order"; |
|
507 | 511 | // EhSetting.ThumbnailSize |
508 | 512 | "enum.eh_setting.thumbnail_size.value.normal" = "Normal"; |
509 | 513 | "enum.eh_setting.thumbnail_size.value.large" = "Large"; |
| 514 | +"enum.eh_setting.thumbnail_size.value.small" = "Small"; |
| 515 | +"enum.eh_setting.thumbnail_size.value.auto" = "Auto"; |
510 | 516 |
|
511 | 517 | "eh_setting_view.section.title.thumbnail_scaling" = "Thumbnail Scaling"; |
| 518 | +"eh_setting_view.section.title.cover_scaling" = "Cover Scaling"; |
512 | 519 | "eh_setting_view.title.scale_factor" = "Scale factor"; |
513 | | -"eh_setting_view.description.scale_factor" = "Thumbnails on the thumbnail and extended gallery list views can be scaled to a custom value between 75%% and 150%%."; |
| 520 | +"eh_setting_view.description.thumbnail_scale_factor" = "Thumbnails on the thumbnail and extended gallery list views can be scaled to a custom value between 75%% and 150%%."; |
| 521 | +"eh_setting_view.description.cover_scale_factor" = "The cover size in gallery list views can be scaled to between 75%% and 150%% when using the Thumbnail or Extended display modes."; |
514 | 522 |
|
515 | 523 | "eh_setting_view.section.title.viewport_override" = "Viewport Override"; |
516 | 524 | "eh_setting_view.title.virtual_width" = "Virtual width"; |
|
534 | 542 | "enum.eh_setting.tags_sort_order.value.tag_power" = "By tag power"; |
535 | 543 |
|
536 | 544 | "eh_setting_view.section.title.gallery_page_numbering" = "Gallery Page Numbering"; |
| 545 | +"eh_setting_view.section.title.gallery_page_thumbnail_labeling" = "Gallery Page Thumbnail Labeling"; |
537 | 546 | "eh_setting_view.title.show_gallery_page_numbers" = "Show gallery page numbers"; |
| 547 | +"eh_setting_view.title.show_label_below_gallery_thumbnails" = "Show label below gallery thumbnails"; |
538 | 548 |
|
539 | 549 | "eh_setting_view.section.title.hath_local_network_host" = "Hath Local Network Host"; |
540 | 550 | "eh_setting_view.title.ip_address_port" = "IP address:Port"; |
541 | 551 | "eh_setting_view.description.ip_address_port" = "This setting can be used if you have a H@H client running on your local network with the same public IP you browse the site with. Some routers are buggy and cannot route requests back to its own IP; this allows you to work around this problem.\nIf you are running the client on the same device you browse from, use the loopback address (127.0.0.1:port). If the client is running on another device on your network, use its local network IP. Some browser configurations prevent external web sites from accessing URLs with local network IPs, the site must then be whitelisted for this to work."; |
542 | 552 |
|
543 | | -"eh_setting_view.section.title.original_images" = "Original Images"; |
| 553 | +"eh_setting_view.section.title.original_images" = "Use original images instead of the resampled versions? Resampled images will still be used if you select a horizontal resolution different than \"Auto\" above and the image in question is wider, or if the original image is larger than 10 MiB (or 4 MiB for galleries older than one year)."; |
544 | 554 | "eh_setting_view.title.use_original_images" = "Use original images"; |
545 | 555 |
|
546 | 556 | "eh_setting_view.section.title.multi_page_viewer" = "Multi-Page Viewer"; |
|
551 | 561 | "enum.eh_setting.multiple_page_viewer_style.value.align_left_scale_if_over_width" = "Align left, scale if overwidth"; |
552 | 562 | "enum.eh_setting.multiple_page_viewer_style.value.align_center_scale_if_over_width" = "Align center, scale if overwidth"; |
553 | 563 | "enum.eh_setting.multiple_page_viewer_style.value.align_center_always_scale" = "Align center, always scale"; |
| 564 | +// EhSetting.GalleryPageNumbering |
| 565 | +"enum.eh_setting.gallery_page_numbering.value.none" = "None"; |
| 566 | +"enum.eh_setting.gallery_page_numbering.value.page_number_only" = "Page Number Only"; |
| 567 | +"enum.eh_setting.gallery_page_numbering.value.page_number_and_name" = "Page Number + Name"; |
| 568 | +"enum.eh_setting.gallery_page_numbering.value.yes" = "Yes"; |
| 569 | +"enum.eh_setting.gallery_page_numbering.value.no" = "No"; |
554 | 570 |
|
555 | 571 | // MARK: Category |
556 | 572 | "enum.category.value.doujinshi" = "Doujinshi"; |
|
0 commit comments