File: msgcat_fr.tcl

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (31 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- tcl -*-
package require    msgcat
namespace import ::msgcat::*

# The texts are in english because I have do not have enough knowledge
# of french to make the translation.

mcset fr doctoc/char/syntax             {Bad character in string}
mcset fr doctoc/cmd/illegal		{Illegal command "%1$s", not a doctoc command}       ; # Details: cmdname
mcset fr doctoc/cmd/nested		{Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
mcset fr doctoc/cmd/toomanyargs		{Too many args for "%1$s", at most %2$d allowed}     ; # Details: cmdname, max#args
mcset fr doctoc/cmd/wrongargs		{Wrong#args for "%1$s", need at least %2$d}          ; # Details: cmdname, min#args
mcset fr doctoc/eof/syntax              {Bad <eof>}
mcset fr doctoc/include/path/notfound	{Include file "%1$s" not found}                      ; # Details: file name
mcset fr doctoc/include/read-failed	{Unable to read include file "%1$s", %2$s}           ; # Details: file name and error msg
mcset fr doctoc/include/syntax		{Errors in include file "%1$s"}
mcset fr doctoc/plaintext		{Plain text beyond whitespace is not allowed}
mcset fr doctoc/vset/varname/unknown	{Unknown variable "%1$s"}                            ; # Details: variable name

mcset fr doctoc/division_end/missing	{Expected [division_end], not found}
mcset fr doctoc/division_end/syntax	{Unexpected [division_end], not allowed here}
mcset fr doctoc/division_start/syntax	{Expected [division_start], not found}
mcset fr doctoc/item/syntax		{Unexpected [item], not allowed here}
mcset fr doctoc/toc_begin/missing	{Expected [toc_begin], not found}
mcset fr doctoc/toc_begin/syntax	{Unexpected [toc_begin], not allowed here}
mcset fr doctoc/toc_end/missing		{Expected [toc_end], not found}
mcset fr doctoc/toc_end/syntax		{Unexpected [toc_end], not allowed here}

mcset fr doctoc/redef                   {Bad reuse of label "%1$s"}

package provide doctools::msgcat::toc::fr 0.1