[moulette] switched to boost::signals2
[ozulis.git] / po / ozulis.pot
blob31f73274e8ee8596536863826c7dd576bfa93748
1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: ozulis 0.6\n"
9 "Report-Msgid-Bugs-To: bique.alexandre@gmail.com\n"
10 "POT-Creation-Date: 2009-05-19 17:12+0100\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: ../src/ozulis/core/ref-counted-object.cc:12
19 #, c-format
20 msgid "refCount_ should be equals to 0 not to %d"
21 msgstr ""
23 #: ../src/ozulis/core/process-unix.cc:98
24 #, c-format
25 msgid "execution of `%s' failed: %s"
26 msgstr ""
28 #: ../src/ozulis/core/process-unix.cc:110
29 msgid "stopped is not handled yet"
30 msgstr ""
32 #: ../src/ozulis/plugin-manager.cc:88
33 msgid "No plugin to handle `%1%' file extension."
34 msgstr ""
36 #: ../src/ozulis/parser.cc:24
37 msgid "%1%: no such file."
38 msgstr ""
40 #: ../src/ozulis/parser.cc:31
41 msgid "%1%: %2%."
42 msgstr ""
44 #: ../src/ozulis/ast/scope.cc:48
45 msgid "multiple definition of the variable %1%"
46 msgstr ""
48 #: ../src/ozulis/ast/scope.cc:80
49 msgid "multiple definition of the type %1%"
50 msgstr ""
52 #: ../src/ozulis/visitors/type-checker.cc:159
53 msgid "you can't dereference a non pointer type"
54 msgstr ""
56 #: ../src/ozulis/visitors/type-checker.cc:174
57 msgid "Error: you can't dereference a non pointer or array type"
58 msgstr ""
60 #: ../src/ozulis/visitors/type-checker.cc:191
61 msgid "you can't do pointer arithmetics on a non pointer type"
62 msgstr ""
64 #: ../src/ozulis/visitors/type-checker.cc:339
65 #: ../src/ozulis/visitors/type-checker.cc:387
66 #: ../src/ozulis/visitors/type-checker.cc:409
67 #: ../src/ozulis/visitors/type-checker.cc:419
68 msgid "you can't do bitwise operation with floating point value."
69 msgstr ""
71 #: ../src/ozulis/visitors/llvm-asm-generator.cc:93
72 msgid "Should not come here, use Alloca."
73 msgstr ""
75 #: ../src/ozulis/visitors/llvm-asm-generator.cc:141
76 msgid "should not get here"
77 msgstr ""
79 #: ../src/ozulis/visitors/llvm-asm-generator.cc:318
80 #: ../src/ozulis/visitors/llvm-asm-generator.cc:326
81 msgid "address should never be empty"
82 msgstr ""
84 #: ../src/ozulis/main.cc:27 ../src/moulette/main.cc:18
85 msgid "produce help message"
86 msgstr ""
88 #: ../src/ozulis/main.cc:28
89 msgid "specify the output"
90 msgstr ""
92 #: ../src/ozulis/main.cc:29
93 msgid "include path"
94 msgstr ""
96 #: ../src/ozulis/main.cc:30
97 msgid "input sources"
98 msgstr ""
100 #: ../src/ozulis/main.cc:31
101 msgid "dump the AST at each pass"
102 msgstr ""
104 #: ../src/ozulis/main.cc:32
105 msgid "dump the AST after the parser"
106 msgstr ""
108 #: ../src/ozulis/main.cc:33
109 msgid "dump the AST after scope-builder"
110 msgstr ""
112 #: ../src/ozulis/main.cc:34
113 msgid "dump the AST after the type checker"
114 msgstr ""
116 #: ../src/ozulis/main.cc:35
117 msgid "dump the AST after the simplification"
118 msgstr ""
120 #: ../src/ozulis/compiler.cc:51
121 msgid "Error: "
122 msgstr ""
124 #: ../src/moulette/main.cc:19
125 msgid "xml output file"
126 msgstr ""
128 #: ../src/moulette/main.cc:20
129 msgid "json output file"
130 msgstr ""
132 #: ../src/moulette/main.cc:21
133 msgid "test files"
134 msgstr ""
136 #: ../src/moulette/testable.cc:26
137 #, c-format
138 msgid "unknown key `%s' (with value: `%s')."
139 msgstr ""
141 #: ../src/moulette/test-parser.cc:29 ../src/moulette/test-parser.cc:50
142 msgid "parse error"
143 msgstr ""