blob: 11fc490c4a5050cdb25dd1b0c6eaeefb8995413a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% Finnish Language Bindings for the sTeX problem package
% Translations thanks to Jukka Kohonen <jukka.kohonen@aalto.fi>
% Copyright (c) 2019 Michael Kohlhase, all rights reserved
% this file is released under the
% LaTeX Project Public License (LPPL)
%
% The original of this file is in the public repository at
% http://github.com/sLaTeX/sTeX/
\tl_set:Nn \sproblemautorefname{Tehtävä}
\tl_set:Nn \problem@kw@solution{Ratkaisu}
\tl_set:Nn \problem@kw@hint{Hint}
\tl_set:Nn \problem@kw@note{Note}
\tl_set:Nn \problem@kw@grading{Grading}
\tl_set:Nn \problem@kw@points{pt}
\tl_set:Nn \problem@kw@minutes{min}
\tl_set:Nn \problem@kw@correct{Correct}
\tl_set:Nn \problem@kw@wrong{Wrong}
|