Skip to content
GitLab
Menu
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
68e1a8de
Commit
68e1a8de
authored
Jun 30, 1999
by
Per Cederqvist
Browse files
Fixed broken format strings.
parent
607f256c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
68e1a8de
1999-06-30 Per Cederqvist <ceder@signum.se>
* swedish-strings.el, english-strings.el (lyskom-message): Added
missing %-signs in review-many-comments and view-many-comments.
1999-06-29 David Byers <davby@ida.liu.se>
* vars.el.in (lyskom-face-schemes): Added kom-warning-face.
...
...
src/english-strings.el
View file @
68e1a8de
...
...
@@ -696,8 +696,8 @@ Mark the envelope with \"LysKOM bug report\"\n\n")
(review-n-texts . "
Review
%#1d
articles.\n
")
(review-marked . "
Review
%#1d
marked
articles.\n
")
(review-text-no . "
Review
article
%#1n\n
")
(review-many-comments . "
Review
%#2?d%[one%]%[%#2d]
comment%#2?d%[%]%[s%]
to
article
%#1n.\n
")
(view-many-comments . "
Read
%#2?d%[one%]%[%#2d]
comment%#2?d%[%]%[s%]
to
%#1n.\n
")
(review-many-comments . "
Review
%#2?d%[one%]%[%#2d
%
]
comment%#2?d%[%]%[s%]
to
article
%#1n.\n
")
(view-many-comments . "
Read
%#2?d%[one%]%[%#2d
%
]
comment%#2?d%[%]%[s%]
to
%#1n.\n
")
(view-texts-in-conf . "
Grand
total
of
%#1d
articles
to
read
in
%#2M.\n
")
(not-reading-anywhere . "
You
are
not
reading
in
any
conference.\n
")
...
...
src/swedish-strings.el
View file @
68e1a8de
...
...
@@ -706,8 +706,8 @@ M
(review-n-texts . "
terse
%#1d
inlgg.\n
")
(review-marked . "
terse
%#1d
markerade.\n
")
(review-text-no . "
terse
text
nummer
%#1n\n
")
(review-many-comments . "
terse
%#2?d%[en%]%[%#2d]
kommentar%#2?d%[%]%[er%]
till
inlgg
%#1n.\n
")
(view-many-comments . "
Ls
%#2?d%[en%]%[%#2d]
kommentar%#2?d%[%]%[er%]
till
%#1n.\n
")
(review-many-comments . "
terse
%#2?d%[en%]%[%#2d
%
]
kommentar%#2?d%[%]%[er%]
till
inlgg
%#1n.\n
")
(view-many-comments . "
Ls
%#2?d%[en%]%[%#2d
%
]
kommentar%#2?d%[%]%[er%]
till
%#1n.\n
")
(view-texts-in-conf . "
Totalt
%#1d
inlgg
att
lsa
i
%#2M.\n
")
(not-reading-anywhere . "
Du
lser
inte
i
ngot
mte.\n
")
(read-normally-read . "
Hur
mnga
vill
du
se
igen?
")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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