- Add header bar with nav toggle, prev/next, rotate and flip buttons - Extract header rendering to view/header.rs (MVU architecture) - Add RotateCW, RotateCCW, FlipHorizontal, FlipVertical messages - Add PrevDocument, NextDocument navigation messages - Persist nav_bar_visible and context_drawer_visible in config - Update properties panel with document info display"
66 lines
1.5 KiB
Text
66 lines
1.5 KiB
Text
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# i18n/en/noctua.ftl
|
|
#
|
|
# Localization strings for Noctua's user interface (English).
|
|
|
|
|
|
## Application metadata
|
|
noctua-app-name = Noctua
|
|
noctua-app-description = A wise document and image viewer for the COSMIC™ desktop
|
|
|
|
## Main window
|
|
window-title = { $filename ->
|
|
*[none] Noctua
|
|
*[some] { $filename } — Noctua
|
|
}
|
|
|
|
## Menu entries
|
|
menu-file-open = Open…
|
|
menu-file-quit = Quit
|
|
menu-view-zoom-in = Zoom In
|
|
menu-view-zoom-out = Zoom Out
|
|
menu-view-zoom-reset = Reset Zoom
|
|
menu-view-flip-horizontal = Flip Horizontally
|
|
menu-view-flip-vertical = Flip Vertically
|
|
menu-view-rotate-cw = Rotate Clockwise
|
|
menu-view-rotate-ccw = Rotate Counter-Clockwise
|
|
|
|
## Placeholders / empty states
|
|
no-document = No document loaded
|
|
|
|
## Labels
|
|
zoom = Zoom
|
|
tools = Tools
|
|
crop = Crop
|
|
scale = Scale
|
|
|
|
## Error messages
|
|
error-failed-to-open = Failed to open "{ $path }".
|
|
error-unsupported-format = Unsupported file format.
|
|
|
|
## Properties panel
|
|
panel-properties = Properties
|
|
meta-section-file = File Information
|
|
meta-section-exif = Camera Information
|
|
|
|
## Basic metadata
|
|
meta-filename = Name
|
|
meta-format = Format
|
|
meta-dimensions = Dimensions
|
|
meta-filesize = Size
|
|
meta-colortype = Color Type
|
|
meta-path = Path
|
|
meta-pages = Pages
|
|
meta-current-page = Current Page
|
|
|
|
## EXIF metadata
|
|
meta-camera = Camera
|
|
meta-datetime = Date Taken
|
|
meta-exposure = Exposure
|
|
meta-aperture = Aperture
|
|
meta-iso = ISO
|
|
meta-focal = Focal Length
|
|
meta-gps = GPS Location
|
|
|
|
## States
|
|
loading-metadata = Loading...
|