1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- removed colon fron a translatable string.

This commit is contained in:
cage 2023-07-15 14:50:28 +02:00
parent 730f229a99
commit ff747f5694
3 changed files with 7 additions and 10 deletions

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: tinmop 0.0.1\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2023-07-15 14:34+0200\n"
"PO-Revision-Date: 2023-07-15 14:40+0200\n"
"POT-Creation-Date: 2023-07-15 14:46+0200\n"
"PO-Revision-Date: 2023-07-15 14:49+0200\n"
"Last-Translator: cage <cage@invalid.org>\n"
"Language-Team: Italian\n"
"Language: it\n"
@ -262,11 +262,8 @@ msgstr "~,1f Gib"
#: src/follow-requests.lisp:67
msgid ""
"Please evaluate the following requests, only items shown below will be "
"accepted, deleted ones will be rejected:"
msgstr ""
"Per favore, prendi in considerazione le richieste qui sotto riportate. Se "
"cancelli un elemento la corrispondente richiesta sarà scartata altrimenti "
"verrà accettata."
"accepted, deleted ones will be rejected"
msgstr "Per favore, prendi in considerazione le richieste qui sotto riportate. Se cancelli un elemento la corrispondente richiesta sarà scartata altrimenti verrà accettata"
#: src/gemini-client-certificates-window.lisp:47
msgid "address: "

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tinmop 0.9.9.1414\n"
"Report-Msgid-Bugs-To: https://codeberg.org/cage/tinmop/\n"
"POT-Creation-Date: 2023-07-15 14:34+0200\n"
"POT-Creation-Date: 2023-07-15 14:46+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"
@ -256,7 +256,7 @@ msgstr ""
#: src/follow-requests.lisp:67
msgid ""
"Please evaluate the following requests, only items shown below will be "
"accepted, deleted ones will be rejected:"
"accepted, deleted ones will be rejected"
msgstr ""
#: src/gemini-client-certificates-window.lisp:47

View File

@ -64,7 +64,7 @@
(setf style theme-style)
(win-resize object width height)
(win-move object x y)
(let* ((header (_ "Please evaluate the following requests, only items shown below will be accepted, deleted ones will be rejected:"))
(let* ((header (_ "Please evaluate the following requests, only items shown below will be accepted, deleted ones will be rejected"))
(header-words (text-utils:split-words header))
(header-lines (text-utils:flush-left-mono-text header-words
(win-width-no-border object)))