mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 303645: [strings only] add support for media feeds and objects; Patch by Will Guaraldi, ui-r=beltzner, a=beltzner
This commit is contained in:
parent
09aa589030
commit
61c8617b50
@ -8,6 +8,18 @@ subscribeNow=Subscribe Now
|
||||
chooseApplicationMenuItem=Choose Application…
|
||||
chooseApplicationDialogTitle=Choose Application
|
||||
alwaysUse=Always use %S to subscribe to feeds
|
||||
mediaLabel=Media files
|
||||
|
||||
# LOCALIZATION NOTE: The next string is for the size of the enclosed media.
|
||||
# e.g. enclosureSizeText : "50.23 MB"
|
||||
# %1$S = size (in bytes or megabytes, ...)
|
||||
# %2$S = unit of measure (bytes, KB, MB, ...)
|
||||
enclosureSizeText=%1$S %2$S
|
||||
|
||||
bytes=bytes
|
||||
kilobyte=KB
|
||||
megabyte=MB
|
||||
gigabyte=GB
|
||||
|
||||
# Protocol Handling
|
||||
# "Add %appName (%appDomain) as an application for %protocolType links?"
|
||||
|
Loading…
Reference in New Issue
Block a user