File: msgcat_fr.tcl

package info (click to toggle)
tcllib 1.21%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 69,456 kB
  • sloc: tcl: 266,493; ansic: 14,259; sh: 2,936; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 112; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (29 lines) | stat: -rw-r--r-- 1,814 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
# -*- 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 docidx/char/syntax             {Bad character in string}
mcset fr docidx/cmd/illegal		{Illegal command "%1$s", not a docidx command}       ; # Details: cmdname
mcset fr docidx/cmd/nested		{Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
mcset fr docidx/cmd/toomanyargs		{Too many args for "%1$s", at most %2$d allowed}     ; # Details: cmdname, max#args
mcset fr docidx/cmd/wrongargs		{Wrong#args for "%1$s", need at least %2$d}          ; # Details: cmdname, min#args
mcset fr docidx/eof/syntax              {Bad <eof>}
mcset fr docidx/include/path/notfound	{Include file "%1$s" not found}                      ; # Details: file name
mcset fr docidx/include/read-failed	{Unable to read include file "%1$s", %2$s}           ; # Details: file name and error msg
mcset fr docidx/include/syntax		{Errors in include file "%1$s"}
mcset fr docidx/plaintext		{Plain text beyond whitespace is not allowed}
mcset fr docidx/vset/varname/unknown	{Unknown variable "%1$s"}                            ; # Details: variable name

mcset fr docidx/index_begin/missing	{Expected [index_begin], not found}
mcset fr docidx/index_begin/syntax	{Unexpected [index_begin], not allowed here}
mcset fr docidx/index_end/missing	{Expected [index_end], not found}
mcset fr docidx/index_end/syntax	{Unexpected [index_end], not allowed here}
mcset fr docidx/key/missing		{Expected [key], not found}
mcset fr docidx/key/syntax		{Unexpected [key], not allowed here}

mcset fr docidx/ref/redef               {Bad redefinition of reference "%1$s", first (%2$s "%3$s"), now (%4$s "%5$s")}

package provide doctools::msgcat::idx::fr 0.1