Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
74e5108f
Commit
74e5108f
authored
Feb 25, 2002
by
Joel Rosdahl
Browse files
Print Written/Skrivet instead of Date/Datum in review lists.
parent
503cf933
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
74e5108f
2002-02-25 Joel Rosdahl <joel@lysator.liu.se>
* commands2.el (lyskom-do-list-summary): Print Written/Skrivet
instead of Date/Datum in review lists.
* swedish-strings.el (lyskom-message): Datum --> Skrivet.
* english-strings.el (lyskom-message): Date --> Written.
2002-02-24 Joel Rosdahl <joel@lysator.liu.se>
* copyright: Ditto.
...
...
src/commands2.el
View file @
74e5108f
...
...
@@ -989,7 +989,7 @@ on one line."
(
int-to-string
author-width
)
"#4s %#5s\n"
)
(
lyskom-get-string
'Texts
)
(
lyskom-get-string
'
Da
te
)
(
lyskom-get-string
'
Writ
te
n
)
(
lyskom-get-string
'Lines
)
(
lyskom-get-string
'Author
)
(
lyskom-get-string
'Subject
))
...
...
@@ -1088,7 +1088,7 @@ on one line."
(
int-to-string
author-width
)
"#4s %#5s\n"
)
(
lyskom-get-string
'Texts
)
(
lyskom-get-string
'
Da
te
)
(
lyskom-get-string
'
Writ
te
n
)
(
lyskom-get-string
'Lines
)
(
lyskom-get-string
'Author
)
(
lyskom-get-string
'Subject
)
...
...
src/english-strings.el
View file @
74e5108f
...
...
@@ -687,7 +687,7 @@ The message you were sending to %#1M was:
(have-to-be-in-conf-with-unread . "
You
must
go
to
a
non-empty
conference
first.\n
")
(Texts . "
Text
")
(
Da
te . "
Da
te
")
(
Writ
te
n
. "
Writ
te
n
")
(Lines . "
Len.
")
(Author . "
Author
")
(Subject . "
Subject
")
...
...
src/swedish-strings.el
View file @
74e5108f
...
...
@@ -666,7 +666,7 @@ Meddelandet du f
(have-to-be-in-conf-with-unread . "
Du
mste
g
till
ett
icketomt
mte
frst.\n
")
(Texts . "
Inlgg
")
(
Da
te . "
Datum
")
(
Writ
te
n
. "
Skrivet
")
(Lines . "
Rad.
")
(Author . "
Frfattare
")
(Subject . "
rende
")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment