summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-05 12:21:28 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-05 12:21:28 +0300
commitfe0167daef135089a32c64254c1a90dd2aa42172 (patch)
tree9c815b52bac698bce52f4774ac91e3545c64dee8 /po
parent6000db343bb2c1b44bed9eb4b14a179f839f3aa7 (diff)
Added new language strings for media, feeds list
"about:feeds", inline downloads, and media player UI didn't have translations.
Diffstat (limited to 'po')
-rw-r--r--po/en.po87
1 files changed, 87 insertions, 0 deletions
diff --git a/po/en.po b/po/en.po
index 12702b8d..45b3118a 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1,6 +1,90 @@
1msgid "doc.pre.nocaption" 1msgid "doc.pre.nocaption"
2msgstr "Preformatted text without a caption" 2msgstr "Preformatted text without a caption"
3 3
4# Link download progress message.
5msgid "doc.fetching"
6msgstr "Fetching"
7
8# Inline download status message.
9msgid "media.download.warnclose"
10msgstr "Download will be cancelled if this tab is closed."
11
12# Inline download status message.
13msgid "media.download.complete"
14msgstr "Download completed."
15
16# Used in inline audio player metadata popup.
17msgid "audio.meta.title"
18msgstr "Title"
19
20# Used in inline audio player metadata popup.
21msgid "audio.meta.artist"
22msgstr "Artist"
23
24# Used in inline audio player metadata popup.
25msgid "audio.meta.genre"
26msgstr "Genre"
27
28# Used in inline audio player metadata popup.
29msgid "audio.meta.date"
30msgstr "Date"
31
32# used as adjective, n is 8, 16, 24, 32, or 64
33#, c-format
34msgid "n.bit"
35msgstr "%d-bit"
36
37msgid "numbertype.integer"
38msgstr "integer"
39
40msgid "numbertype.float"
41msgstr "float"
42
43# Hertz, unit for frequency values
44msgid "hz"
45msgstr "Hz"
46
47# Used in about:feeds.
48msgid "feeds.list.title"
49msgstr "Feed entries"
50
51#, c-format
52msgid "feeds.list.counts"
53msgid_plural "feeds.list.counts.n"
54msgstr[0] "You are subscribed to %zu feed that contains %%s.\n"
55msgstr[1] "You are subscribed to %zu feeds that contain %%s.\n"
56
57#, c-format
58msgid "feeds.list.entrycount"
59msgid_plural "feeds.list.entrycount.n"
60msgstr[0] " a total of %zu entry"
61msgstr[1] " a total of %zu entries"
62
63msgid "feeds.list.refreshtime.now"
64msgstr "The latest refresh occurred just a moment ago."
65
66#, c-format
67msgid "feeds.list.refreshtime"
68msgstr "The latest refresh occurred %s."
69
70#, c-format
71msgid "minutes.ago"
72msgid_plural "minutes.ago.n"
73msgstr[0] "%d minute ago"
74msgstr[1] "%d minutes ago"
75
76#, c-format
77msgid "hours.ago"
78msgid_plural "hours.ago.n"
79msgstr[0] "%d hour ago"
80msgstr[1] "%d hours ago"
81
82#, c-format
83msgid "days.ago"
84msgid_plural "days.ago.n"
85msgstr[0] "%d day ago"
86msgstr[1] "%d days ago"
87
4# Alt-text of the preformatted logo. 88# Alt-text of the preformatted logo.
5msgid "about.logo" 89msgid "about.logo"
6msgstr "ASCII art: the word \"Lagrange\" using a large font" 90msgstr "ASCII art: the word \"Lagrange\" using a large font"
@@ -269,6 +353,9 @@ msgstr "Updating Feeds"
269msgid "mb" 353msgid "mb"
270msgstr "MB" 354msgstr "MB"
271 355
356msgid "mb.per.sec"
357msgstr "MB/s"
358
272# kilobytes, used as the unit after a number 359# kilobytes, used as the unit after a number
273msgid "kb" 360msgid "kb"
274msgstr "KB" 361msgstr "KB"