mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-31 04:24:48 +01:00
- updated docs.
This commit is contained in:
parent
9c09ed1fad
commit
e8f3dba9e9
@ -1,3 +1,12 @@
|
||||
2021-05-28 Omar Polo
|
||||
|
||||
* src/os-utils.lisp,
|
||||
* src/software-configuration.lisp:
|
||||
|
||||
- looking for values of environment variables EDITOR and VISUAL if
|
||||
the user did not specified an editor in the config file. If both
|
||||
variables are empty use "ed".
|
||||
|
||||
2021-05-23 cage
|
||||
|
||||
* etc/init.lisp:
|
||||
|
8
NEWS.org
8
NEWS.org
@ -1,4 +1,4 @@
|
||||
* 2021-05-23
|
||||
* 2021-05-23 version 0.8.0
|
||||
- New features
|
||||
- [gemini]
|
||||
- Added a table of contents (TOC) window when a gemini stream is completed.
|
||||
@ -18,7 +18,11 @@
|
||||
- When the user try to authenticate the program on a server a
|
||||
success message is returned on the browser (thanks op!).
|
||||
- do not load configuration files if cli options '-h' or '-v' are
|
||||
used.
|
||||
used;
|
||||
- if no editor is specified in the config file the program look
|
||||
for values of environment variables EDITOR or VISUAL and
|
||||
fallback to ed if the variables are not setted or have empty
|
||||
value.
|
||||
|
||||
|
||||
* 2021-05-06 version 0.7.0
|
||||
|
10
po/it.po
10
po/it.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: tinmop 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://notabug.org/cage/tinmop/\n"
|
||||
"POT-Creation-Date: 2021-05-22 14:02+0200\n"
|
||||
"POT-Creation-Date: 2021-05-23 18:08+0200\n"
|
||||
"PO-Revision-Date: 2021-05-22 14:04+0200\n"
|
||||
"Last-Translator: cage <cage@invalid.org>\n"
|
||||
"Language-Team: Italian\n"
|
||||
@ -596,22 +596,22 @@ msgstr "Menzioni: "
|
||||
msgid "Subject: "
|
||||
msgstr "Oggetto del messaggio: "
|
||||
|
||||
#: src/software-configuration.lisp:534
|
||||
#: src/software-configuration.lisp:537
|
||||
#, lisp-format
|
||||
msgid "fatal error: The file ~a is empty"
|
||||
msgstr "errore fatale: il file ~a è vuoto."
|
||||
|
||||
#: src/software-configuration.lisp:557
|
||||
#: src/software-configuration.lisp:560
|
||||
#, lisp-format
|
||||
msgid "The configuration (*.conf) file is missing the value for ~s"
|
||||
msgstr ""
|
||||
"Il file di configurazione (*.conf) manca del valore corrispondente a: ~s"
|
||||
|
||||
#: src/software-configuration.lisp:569
|
||||
#: src/software-configuration.lisp:572
|
||||
msgid "(directory)"
|
||||
msgstr "(directory)"
|
||||
|
||||
#: src/software-configuration.lisp:670
|
||||
#: src/software-configuration.lisp:673
|
||||
msgid "This message was crypted."
|
||||
msgstr "Questo messaggion era cifrato."
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: tinmop 0.7.0\n"
|
||||
"Project-Id-Version: tinmop 0.8.0\n"
|
||||
"Report-Msgid-Bugs-To: https://notabug.org/cage/tinmop/\n"
|
||||
"POT-Creation-Date: 2021-05-22 14:02+0200\n"
|
||||
"POT-Creation-Date: 2021-05-23 18:08+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -577,21 +577,21 @@ msgstr ""
|
||||
msgid "Subject: "
|
||||
msgstr ""
|
||||
|
||||
#: src/software-configuration.lisp:534
|
||||
#: src/software-configuration.lisp:537
|
||||
#, lisp-format
|
||||
msgid "fatal error: The file ~a is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/software-configuration.lisp:557
|
||||
#: src/software-configuration.lisp:560
|
||||
#, lisp-format
|
||||
msgid "The configuration (*.conf) file is missing the value for ~s"
|
||||
msgstr ""
|
||||
|
||||
#: src/software-configuration.lisp:569
|
||||
#: src/software-configuration.lisp:572
|
||||
msgid "(directory)"
|
||||
msgstr ""
|
||||
|
||||
#: src/software-configuration.lisp:670
|
||||
#: src/software-configuration.lisp:673
|
||||
msgid "This message was crypted."
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user