19 lines
525 B
TOML
19 lines
525 B
TOML
version = 1
|
|
source_language = "en"
|
|
|
|
[strings.name]
|
|
msgid = "Pineapple Pictures"
|
|
comment = "Display name of the application."
|
|
|
|
[strings.generic_name]
|
|
msgid = "Image Viewer"
|
|
comment = "Generic name describing the application category."
|
|
|
|
[strings.comment]
|
|
msgid = "Pineapple Pictures is a lightweight image viewer"
|
|
comment = "Tooltip-like description of the application."
|
|
|
|
[strings.keywords]
|
|
msgid = "Picture;Image;Viewer;Jpg;Jpeg;Png;"
|
|
comment = "Search keywords. Semicolon separated list; the trailing semicolon is required."
|