summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/en.po127
1 files changed, 120 insertions, 7 deletions
diff --git a/po/en.po b/po/en.po
index dcbcc67f..cc6ea545 100644
--- a/po/en.po
+++ b/po/en.po
@@ -448,6 +448,16 @@ msgid_plural "num.bytes.n"
448msgstr[0] "%zu byte" 448msgstr[0] "%zu byte"
449msgstr[1] "%zu bytes" 449msgstr[1] "%zu bytes"
450 450
451msgid "num.files"
452msgid_plural "num.files.n"
453msgstr[0] "%zu file"
454msgstr[1] "%zu files"
455
456msgid "num.fonts"
457msgid_plural "num.fonts.n"
458msgstr[0] "%zu font"
459msgstr[1] "%zu fonts"
460
451# strftime() formatted, split on two lines 461# strftime() formatted, split on two lines
452#, c-format 462#, c-format
453msgid "page.timestamp" 463msgid "page.timestamp"
@@ -1195,6 +1205,9 @@ msgstr "YYYY-MM-DD Links"
1195msgid "dlg.feed.type.headings" 1205msgid "dlg.feed.type.headings"
1196msgstr "New Headings" 1206msgstr "New Headings"
1197 1207
1208msgid "dlg.feed.ignoreweb"
1209msgstr "Ignore HTTP(S) links:"
1210
1198msgid "dlg.feed.save" 1211msgid "dlg.feed.save"
1199msgstr "Save Settings" 1212msgstr "Save Settings"
1200 1213
@@ -1451,8 +1464,17 @@ msgstr "Text Color"
1451msgid "prefs.imagestyle.preformat" 1464msgid "prefs.imagestyle.preformat"
1452msgstr "Preformatted Color" 1465msgstr "Preformatted Color"
1453 1466
1454msgid "prefs.headingfont" 1467msgid "prefs.font.ui"
1455msgstr "Heading font:" 1468msgstr "UI:"
1469
1470msgid "prefs.font.heading"
1471msgstr "Headings:"
1472
1473msgid "prefs.font.body"
1474msgstr "Body:"
1475
1476msgid "prefs.font.mono"
1477msgstr "Preformatted:"
1456 1478
1457msgid "prefs.font" 1479msgid "prefs.font"
1458msgstr "Body font:" 1480msgstr "Body font:"
@@ -1460,6 +1482,10 @@ msgstr "Body font:"
1460msgid "prefs.mono" 1482msgid "prefs.mono"
1461msgstr "Monospace body:" 1483msgstr "Monospace body:"
1462 1484
1485# Font to use for headings and body when Monospace body is enabled.
1486msgid "prefs.font.monodoc"
1487msgstr "Monospace font:"
1488
1463msgid "prefs.mono.gemini" 1489msgid "prefs.mono.gemini"
1464msgstr "Gemini" 1490msgstr "Gemini"
1465 1491
@@ -1469,6 +1495,9 @@ msgstr "Gopher"
1469msgid "prefs.boldlink" 1495msgid "prefs.boldlink"
1470msgstr "Bold links:" 1496msgstr "Bold links:"
1471 1497
1498msgid "prefs.boldlink.visited"
1499msgstr "Visited"
1500
1472# Interpretation: (Bold links) on dark (background). 1501# Interpretation: (Bold links) on dark (background).
1473msgid "prefs.boldlink.dark" 1502msgid "prefs.boldlink.dark"
1474msgstr "On Dark" 1503msgstr "On Dark"
@@ -1477,11 +1506,17 @@ msgstr "On Dark"
1477msgid "prefs.boldlink.light" 1506msgid "prefs.boldlink.light"
1478msgstr "On Light" 1507msgstr "On Light"
1479 1508
1480msgid "prefs.userfont" 1509msgid "prefs.gemtext.ansi"
1481msgstr "Symbol font:" 1510msgstr "ANSI escapes:"
1511
1512msgid "prefs.gemtext.ansi.fg"
1513msgstr "FG Color"
1482 1514
1483msgid "hint.prefs.userfont" 1515msgid "prefs.gemtext.ansi.fontstyle"
1484msgstr "path of a TrueType font" 1516msgstr "Font Style"
1517
1518msgid "prefs.font.smooth"
1519msgstr "Smoothing:"
1485 1520
1486msgid "prefs.linewidth" 1521msgid "prefs.linewidth"
1487msgstr "Line width:" 1522msgstr "Line width:"
@@ -1850,4 +1885,82 @@ msgid "gempub.meta.lang"
1850msgstr "Language" 1885msgstr "Language"
1851 1886
1852msgid "gempub.meta.license" 1887msgid "gempub.meta.license"
1853msgstr "License" \ No newline at end of file 1888msgstr "License"
1889
1890msgid "heading.fontpack.meta"
1891msgstr "Fonts"
1892
1893msgid "heading.fontpack.meta.enabled"
1894msgstr "Enabled fontpacks"
1895
1896msgid "heading.fontpack.meta.disabled"
1897msgstr "Disabled fontpacks"
1898
1899# Action label
1900msgid "fontpack.meta.viewfile"
1901msgstr "View file"
1902
1903#, c-format
1904msgid "fontpack.meta.version"
1905msgstr "Version %d"
1906
1907msgid "fontpack.meta.installed"
1908msgstr "Installed"
1909
1910msgid "fontpack.meta.notinstalled"
1911msgstr "Not installed"
1912
1913msgid "fontpack.meta.disabled"
1914msgstr ", disabled"
1915
1916#, c-format
1917msgid "fontpack.enable"
1918msgstr "Enable \"%s\""
1919
1920#, c-format
1921msgid "fontpack.disable"
1922msgstr "Disable \"%s\""
1923
1924msgid "fontpack.export"
1925msgstr "View fontpack.ini template"
1926
1927#, c-format
1928msgid "fontpack.install"
1929msgstr "Install \"%s\""
1930
1931#, c-format
1932msgid "fontpack.upgrade"
1933msgstr "Upgrade \"%s\" to version %d"
1934
1935#, c-format
1936msgid "fontpack.delete"
1937msgstr "Permanently delete \"%s\""
1938
1939msgid "heading.fontpack.delete"
1940msgstr "DELETE FONTPACK"
1941
1942#, c-format
1943msgid "dlg.fontpack.delete.confirm"
1944msgstr "Do you really want to permanently delete\nthe fontpack \"%s\"?"
1945
1946msgid "dlg.fontpack.delete"
1947msgstr "Delete Fontpack"
1948
1949msgid "fontpack.help"
1950msgstr "Lagrange fontpacks are ZIP archives that contain a set of font files and associated configuration parameters. Once installed, the fonts can be used for document content and the UI. The active fonts are selected using Preferences > Fonts."
1951
1952msgid "fontpack.install.ttf"
1953msgstr "Install TrueType Font"
1954
1955msgid "fontpack.open.fontsdir"
1956msgstr "Open User Fonts Directory"
1957
1958msgid "fontpack.open.aboutfonts"
1959msgstr "Show Installed Fonts"
1960
1961msgid "truetype.help"
1962msgstr "Lagrange attempts to load all individual TrueType files that are copied to the user fonts directory."
1963
1964msgid "truetype.help.installed"
1965msgstr "This font is installed in the user fonts directory."
1966