31 lines
1000 B
TOML
31 lines
1000 B
TOML
version = 1
|
|||
|
|
source_language = "en"
|
||
|
|
|
||
|
|
[strings.name]
|
||
|
|
msgid = "Pineapple Pictures"
|
||
|
|
comment = "Display name of the application."
|
||
|
|
|
||
|
|
[strings.summary]
|
||
|
|
msgid = "Image Viewer"
|
||
|
|
comment = "One-line summary shown in software centers."
|
||
|
|
|
||
|
|
[strings.description]
|
||
|
|
msgid = "Pineapple Pictures is a lightweight and easy-to-use image viewer that comes with a handy navigation thumbnail when zoom-in, and doesn't contain any image management support."
|
||
|
|
comment = "Description paragraph shown in the details page."
|
||
|
|
|
||
|
|
[strings.developer_name]
|
||
|
|
msgid = "Gary (BLumia) Wang et al."
|
||
|
|
comment = "Name of the application developers."
|
||
|
|
|
||
|
|
[strings.screenshot_caption_main]
|
||
|
|
msgid = "Main window when an image file is loaded"
|
||
|
|
comment = "Caption of the primary screenshot."
|
||
|
|
|
||
|
|
[strings.screenshot_caption_raster]
|
||
|
|
msgid = "Zooming in a raster image"
|
||
|
|
comment = "Caption of the raster image zooming screenshot."
|
||
|
|
|
||
|
|
[strings.screenshot_caption_vector]
|
||
|
|
msgid = "Zooming in a vector image"
|
||
|
|
comment = "Caption of the vector image zooming screenshot."
|