~ubuntu-l10n-en-au/+junk/en_AU-precise

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# English (Australia) translation for indent
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the indent package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: indent\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-01-31 17:27+0100\n"
"PO-Revision-Date: 2011-10-04 05:17+0000\n"
"Last-Translator: Joel Pickett <jlkpcktt@gmail.com>\n"
"Language-Team: English (Australia) <en_AU@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-01-02 10:26+0000\n"
"X-Generator: Launchpad (build 14560)\n"

#: src/args.c:611
msgid ""
"usage: indent file [-o outfile ] [ options ]\n"
"       indent file1 file2 ... fileN [ options ]\n"
msgstr ""
"usage: indent file [-o outfile ] [ options ]\n"
"       indent file1 file2 ... fileN [ options ]\n"

#: src/args.c:677
#, c-format
msgid "%s: missing argument to parameter %s\n"
msgstr "%s: missing argument to parameter %s\n"

#: src/args.c:802
#, c-format
msgid "%s: unknown option \"%s\"\n"
msgstr "%s: unknown option \"%s\"\n"

#: src/args.c:812
#, c-format
msgid "option: %s\n"
msgstr "option: %s\n"

#: src/args.c:828
#, c-format
msgid "GNU indent %s\n"
msgstr "GNU indent %s\n"

#: src/args.c:913
#, c-format
msgid "%s: option ``%s'' requires a numeric parameter\n"
msgstr "%s: option ``%s'' requires a numeric parameter\n"

#: src/args.c:921
#, c-format
msgid "set_option: internal error: p_type %d\n"
msgstr "set_option: internal error: p_type %d\n"

#: src/args.c:977
msgid "Profile contains an unterminated comment"
msgstr "Profile contains an unterminated comment"

#: src/args.c:1015
msgid "Profile contains unpalatable characters"
msgstr "Profile contains unpalatable characters"

#: src/args.c:1183
#, c-format
msgid ""
"File named by environment variable %s does not exist or is not readable"
msgstr ""
"File named by environment variable %s does not exist or is not readable"

#: src/backup.c:466
#, c-format
msgid "indent:  Strange version-control value\n"
msgstr "indent:  Strange version-control value\n"

#: src/backup.c:467
#, c-format
msgid "indent:  Using numbered-existing\n"
msgstr "indent:  Using numbered-existing\n"

#: src/backup.c:498
#, c-format
msgid "indent: Can't make backup filename of %s\n"
msgstr "indent: Can't make backup filename of %s\n"

#: src/backup.c:506
#, c-format
msgid "Can't open backup file %s"
msgstr "Can't open backup file %s"

#: src/backup.c:513
#, c-format
msgid "Can't write to backup file %s"
msgstr "Can't write to backup file %s"

#: src/backup.c:526
#, c-format
msgid "Can't preserve modification time on backup file %s"
msgstr "Can't preserve modification time on backup file %s"

#: src/globs.c:49 src/globs.c:74
#, c-format
msgid "indent: Virtual memory exhausted.\n"
msgstr "indent: Virtual memory exhausted.\n"

#: src/globs.c:93
#, c-format
msgid "indent: %s:%d: %s:"
msgstr "indent: %s:%d: %s:"

#: src/globs.c:109
#, c-format
msgid "indent: Fatal Error: "
msgstr "indent: Fatal Error: "

#: src/globs.c:119
#, c-format
msgid "indent: System Error: "
msgstr "indent: System Error: "

#: src/globs.h:27
msgid "Warning"
msgstr "Warning"

#: src/globs.h:31
msgid "Error"
msgstr "Error"

#: src/indent.c:284
msgid "EOF encountered in comment"
msgstr "EOF encountered in comment"

#: src/indent.c:345
msgid "Line broken"
msgstr "Line broken"

#: src/indent.c:522
msgid "Unexpected end of file"
msgstr "Unexpected end of file"

#: src/indent.c:528
#, c-format
msgid "There were %d non-blank output lines and %d comments\n"
msgstr "There were %d non-blank output lines and %d comments\n"

#: src/indent.c:532
#, c-format
msgid "(Lines with comments)/(Lines with code): %6.3f\n"
msgstr "(Lines with comments)/(Lines with code): %6.3f\n"

#: src/indent.c:556
msgid "Line broken 2"
msgstr "Line broken 2"

#: src/indent.c:778
#, c-format
msgid "indent: only one output file (2nd was %s)\n"
msgstr "indent: only one output file (2nd was %s)\n"

#: src/indent.c:787 src/indent.c:813
#, c-format
msgid "indent: only one input file when output file is specified\n"
msgstr "indent: only one input file when output file is specified\n"

#: src/indent.c:801 src/indent.c:848
#, c-format
msgid "indent: can't have filenames when specifying standard input\n"
msgstr "indent: can't have filenames when specifying standard input\n"

#: src/indent.c:821
#, c-format
msgid "indent: only one input file when stdout is used\n"
msgstr "indent: only one input file when stdout is used\n"

#: src/indent.c:857
msgid "command line"
msgstr "command line"

#: src/indent.c:1049
#, c-format
msgid "Read profile %s\n"
msgstr "Read profile %s\n"

#: src/code_io.c:169
msgid "Internal buffering error"
msgstr "Internal buffering error"

#: src/code_io.c:262
#, c-format
msgid "Can't open input file %s"
msgstr "Can't open input file %s"

#: src/code_io.c:267
#, c-format
msgid "Can't stat input file %s"
msgstr "Can't stat input file %s"

#: src/code_io.c:272
#, c-format
msgid "Zero-length file %s"
msgstr "Zero-length file %s"

#: src/code_io.c:280
#, c-format
msgid "File %s is too big to read"
msgstr "File %s is too big to read"

#: src/code_io.c:288
#, c-format
msgid "System problem reading file %s"
msgstr "System problem reading file %s"

#: src/code_io.c:312
#, c-format
msgid "Error reading input file %s"
msgstr "Error reading input file %s"

#: src/code_io.c:317
#, c-format
msgid "Error closing input file %s"
msgstr "Error closing input file %s"

#: src/code_io.c:507
#, c-format
msgid "File %s contains NULL-characters: cannot proceed\n"
msgstr "File %s contains NULL-characters: cannot proceed\n"

#: src/lexi.c:786
msgid "Unterminated character constant"
msgstr "Unterminated character constant"

#: src/lexi.c:787
msgid "Unterminated string constant"
msgstr "Unterminated string constant"

#: src/lexi.c:1044
#, c-format
msgid "old style assignment ambiguity in \"=%c\".  Assuming \"= %c\"\n"
msgstr "old style assignment ambiguity in \"=%c\".  Assuming \"= %c\"\n"

#: src/output.c:1315
#, c-format
msgid "indent: can't create %s\n"
msgstr "indent: can't create %s\n"

#: src/output.c:1354
#, c-format
msgid "Can't close output file %s"
msgstr "Can't close output file %s"

#: src/output.c:1367
#, c-format
msgid "Can't preserve modification time on output file %s"
msgstr "Can't preserve modification time on output file %s"

#: src/parse.c:447
msgid "Unmatched 'else'"
msgstr "Unmatched 'else'"

#: src/parse.c:473
msgid "Stmt nesting error."
msgstr "Stmt nesting error."

#: src/parse.c:515
msgid "Unknown code to parser"
msgstr "Unknown code to parser"

#: src/parse.c:525
#, c-format
msgid "ParseStack [%d]:\n"
msgstr "ParseStack [%d]:\n"

#: src/parse.c:529
#, c-format
msgid "  stack[%d] =>   stack: %d   ind_level: %d\n"
msgstr "  stack[%d] =>   stack: %d   ind_level: %d\n"

#: src/wildexp.c:126
msgid "CANNOT FIND '@' FILE!"
msgstr "CANNOT FIND '@' FILE!"