diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-25 22:10:04 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-25 22:10:04 +0300 |
commit | b4e13bb58f644276469a69c4bd93e22381aa0002 (patch) | |
tree | 476693d897b2ac0f26b263bb871f65a2140c6637 /po | |
parent | b80c958840a3ac0f824de3ae12717963ba679b20 (diff) |
Document presentation warnings
Warn the user about missing glyphs and potentially unsupported ANSI escapes.
TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings.
Diffstat (limited to 'po')
-rw-r--r-- | po/en.po | 30 |
1 files changed, 26 insertions, 4 deletions
@@ -647,7 +647,7 @@ msgstr "DELETE IDENTITY" | |||
647 | 647 | ||
648 | #, c-format | 648 | #, c-format |
649 | msgid "dlg.confirm.ident.delete" | 649 | msgid "dlg.confirm.ident.delete" |
650 | msgstr "Do you really want to delete the identity\n%s%s%s\nincluding its certificate and private key files?" | 650 | msgstr "Do you really want to delete the identity %s\"%s\"%s including its certificate and private key files?" |
651 | 651 | ||
652 | msgid "dlg.ident.delete" | 652 | msgid "dlg.ident.delete" |
653 | msgstr "Delete Identity and Files" | 653 | msgstr "Delete Identity and Files" |
@@ -665,7 +665,7 @@ msgstr "UNSUBSCRIBE" | |||
665 | 665 | ||
666 | #, c-format | 666 | #, c-format |
667 | msgid "dlg.confirm.unsub" | 667 | msgid "dlg.confirm.unsub" |
668 | msgstr "Really unsubscribe from feed\n\"%s\"?" | 668 | msgstr "Really unsubscribe from feed \"%s\"?" |
669 | 669 | ||
670 | msgid "dlg.unsub" | 670 | msgid "dlg.unsub" |
671 | msgstr "Unsubscribe" | 671 | msgstr "Unsubscribe" |
@@ -1014,7 +1014,7 @@ msgid "heading.uploadport" | |||
1014 | msgstr "TITAN UPLOAD PORT" | 1014 | msgstr "TITAN UPLOAD PORT" |
1015 | 1015 | ||
1016 | msgid "dlg.uploadport.msg" | 1016 | msgid "dlg.uploadport.msg" |
1017 | msgstr "Set the Titan server port to use for this URL.\nThe port is saved in the site-specific configuration." | 1017 | msgstr "Set the Titan server port to use for this URL. The port is saved in the site-specific configuration." |
1018 | 1018 | ||
1019 | msgid "dlg.uploadport.set" | 1019 | msgid "dlg.uploadport.set" |
1020 | msgstr "Set Port" | 1020 | msgstr "Set Port" |
@@ -1857,6 +1857,18 @@ msgstr "Invalid Certificate" | |||
1857 | msgid "error.cert.invalid.msg" | 1857 | msgid "error.cert.invalid.msg" |
1858 | msgstr "The provided client certificate is expired or invalid." | 1858 | msgstr "The provided client certificate is expired or invalid." |
1859 | 1859 | ||
1860 | msgid "error.ansi" | ||
1861 | msgstr "Terminal Emulation" | ||
1862 | |||
1863 | msgid "error.ansi.msg" | ||
1864 | msgstr "This page may not be displayed correctly. It uses ANSI escape sequences to style text, which is only partially supported. You could try using a terminal emulator to view it." | ||
1865 | |||
1866 | msgid "error.glyphs" | ||
1867 | msgstr "Missing Glyphs" | ||
1868 | |||
1869 | msgid "error.glyphs.msg" | ||
1870 | msgstr "This page could not displayed in full because some characters are missing. You can install additional fonts to fix this." | ||
1871 | |||
1860 | msgid "gempub.cover.viewlocal" | 1872 | msgid "gempub.cover.viewlocal" |
1861 | msgstr "This Gempub book can be viewed after it has been saved locally." | 1873 | msgstr "This Gempub book can be viewed after it has been saved locally." |
1862 | 1874 | ||
@@ -1947,7 +1959,7 @@ msgstr "DELETE FONTPACK" | |||
1947 | 1959 | ||
1948 | #, c-format | 1960 | #, c-format |
1949 | msgid "dlg.fontpack.delete.confirm" | 1961 | msgid "dlg.fontpack.delete.confirm" |
1950 | msgstr "Do you really want to permanently delete\nthe fontpack \"%s\"?" | 1962 | msgstr "Do you really want to permanently delete the fontpack \"%s\"?" |
1951 | 1963 | ||
1952 | msgid "dlg.fontpack.delete" | 1964 | msgid "dlg.fontpack.delete" |
1953 | msgstr "Delete Fontpack" | 1965 | msgstr "Delete Fontpack" |
@@ -1970,3 +1982,13 @@ msgstr "Lagrange attempts to load all individual TrueType files that are copied | |||
1970 | msgid "truetype.help.installed" | 1982 | msgid "truetype.help.installed" |
1971 | msgstr "This font is installed in the user fonts directory." | 1983 | msgstr "This font is installed in the user fonts directory." |
1972 | 1984 | ||
1985 | msgid "heading.dismiss.warning" | ||
1986 | msgstr "DISMISS WARNING" | ||
1987 | |||
1988 | #, c-format | ||
1989 | msgid "dlg.dismiss.ansi" | ||
1990 | msgstr "Permanently dismiss warning about terminal emulation on %s?" | ||
1991 | |||
1992 | msgid "dlg.dismiss.warning" | ||
1993 | msgstr "Dismiss Warning" | ||
1994 | |||