Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

  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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
#, c-format, no-wrap
msgid ""
"Copyright (C) %s Free Software Foundation, Inc.\n"
"This is free software; see the source for copying conditions.  There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""

#, c-format
msgid "Written by %s.\n"
msgstr ""

#, c-format
msgid "%s and %s are mutually exclusive"
msgstr ""

msgid "--join-existing cannot be used when output is written to stdout"
msgstr ""

msgid "xgettext cannot work without keywords to look for"
msgstr ""

msgid "no input file given"
msgstr ""

#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(), and iconv() does "
"not support this conversion."
msgstr ""

#, c-format
msgid ""
"Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). This version was "
"built without iconv()."
msgstr ""

#, c-format
msgid "warning: file `%s' extension `%s' is unknown; will try C"
msgstr ""

#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""

#, c-format
msgid "Usage: %s [OPTION] [INPUTFILE]...\n"
msgstr ""

#, c-format
msgid "Extract translatable strings from given input files.\n"
msgstr ""

#, c-format, no-wrap
msgid ""
"Mandatory arguments to long options are mandatory for short options too.\n"
"Similarly for optional arguments.\n"
msgstr ""

#, c-format
msgid "Input file location:\n"
msgstr ""

#, c-format
msgid "  INPUTFILE ...               input files\n"
msgstr ""

#, c-format
msgid "  -f, --files-from=FILE       get list of input files from FILE\n"
msgstr ""

#, c-format
msgid ""
"  -D, --directory=DIRECTORY   add DIRECTORY to list for input files search\n"
msgstr ""

#, c-format
msgid "If input file is -, standard input is read.\n"
msgstr ""

#, c-format
msgid "Output file location:\n"
msgstr ""

#, c-format
msgid ""
"  -d, --default-domain=NAME   use NAME.po for output (instead of messages."
"po)\n"
msgstr ""

#, c-format
msgid "  -o, --output=FILE           write output to specified file\n"
msgstr ""

#, c-format
msgid ""
"  -p, --output-dir=DIR        output files will be placed in directory DIR\n"
msgstr ""

#, c-format
msgid "If output file is -, output is written to standard output.\n"
msgstr ""

#, c-format
msgid "Choice of input file language:\n"
msgstr ""

#, c-format
msgid ""
"  -L, --language=NAME         recognise the specified language\n"
"                                (C, C++, ObjectiveC, PO, Shell, Python, "
"Lisp,\n"
"                                EmacsLisp, librep, Scheme, Smalltalk, Java,\n"
"                                JavaProperties, C#, awk, YCP, Tcl, Perl, "
"PHP,\n"
"                                GCC-source, NXStringTable, RST, Glade)\n"
msgstr ""

#, c-format
msgid "  -C, --c++                   shorthand for --language=C++\n"
msgstr ""

#, c-format
msgid ""
"By default the language is guessed depending on the input file name "
"extension.\n"
msgstr ""

#, c-format
msgid "Input file interpretation:\n"
msgstr ""

#, c-format
msgid ""
"      --from-code=NAME        encoding of input files\n"
"                                (except for Python, Tcl, Glade)\n"
msgstr ""

#, c-format
msgid "By default the input files are assumed to be in ASCII.\n"
msgstr ""

#, c-format
msgid "Operation mode:\n"
msgstr ""

#, c-format
msgid "  -j, --join-existing         join messages with existing file\n"
msgstr ""

#, c-format
msgid "  -x, --exclude-file=FILE.po  entries from FILE.po are not extracted\n"
msgstr ""

#, c-format
msgid ""
"  -c, --add-comments[=TAG]    place comment block with TAG (or those\n"
"                              preceding keyword lines) in output file\n"
msgstr ""

#, c-format
msgid "Language specific options:\n"
msgstr ""

#, c-format
msgid "  -a, --extract-all           extract all strings\n"
msgstr ""

#, c-format
msgid ""
"                                (only languages C, C++, ObjectiveC, Shell,\n"
"                                Python, Lisp, EmacsLisp, librep, Scheme, "
"Java,\n"
"                                C#, awk, Tcl, Perl, PHP, GCC-source, Glade)\n"
msgstr ""

#, c-format
msgid ""
"  -k, --keyword[=WORD]        additional keyword to be looked for (without\n"
"                              WORD means not to use default keywords)\n"
msgstr ""

#, c-format
msgid ""
"      --flag=WORD:ARG:FLAG    additional flag for strings inside the "
"argument\n"
"                              number ARG of keyword WORD\n"
msgstr ""

#, c-format
msgid ""
"                                (only languages C, C++, ObjectiveC, Shell,\n"
"                                Python, Lisp, EmacsLisp, librep, Scheme, "
"Java,\n"
"                                C#, awk, YCP, Tcl, Perl, PHP, GCC-source)\n"
msgstr ""

#, c-format
msgid "  -T, --trigraphs             understand ANSI C trigraphs for input\n"
msgstr ""

#, c-format
msgid "                                (only languages C, C++, ObjectiveC)\n"
msgstr ""

#, c-format
msgid "      --qt                    recognize Qt format strings\n"
msgstr ""

#, c-format
msgid "                                (only language C++)\n"
msgstr ""

#, c-format
msgid "      --boost                 recognize Boost format strings\n"
msgstr ""

#, c-format
msgid ""
"      --debug                 more detailed formatstring recognition result\n"
msgstr ""

#, c-format
msgid "Output details:\n"
msgstr ""

#, c-format
msgid ""
"  -e, --no-escape             do not use C escapes in output (default)\n"
msgstr ""

#, c-format
msgid ""
"  -E, --escape                use C escapes in output, no extended chars\n"
msgstr ""

#, c-format
msgid "      --force-po              write PO file even if empty\n"
msgstr ""

#, c-format
msgid "  -i, --indent                write the .po file using indented style\n"
msgstr ""

#, c-format
msgid "      --no-location           do not write '#: filename:line' lines\n"
msgstr ""

#, c-format
msgid ""
"  -n, --add-location          generate '#: filename:line' lines (default)\n"
msgstr ""

#, c-format
msgid ""
"      --strict                write out strict Uniforum conforming .po file\n"
msgstr ""

#, c-format
msgid "      --properties-output     write out a Java .properties file\n"
msgstr ""

#, c-format
msgid ""
"      --stringtable-output    write out a NeXTstep/GNUstep .strings file\n"
msgstr ""

#, c-format
msgid "  -w, --width=NUMBER          set output page width\n"
msgstr ""

#, c-format
msgid ""
"      --no-wrap               do not break long message lines, longer than\n"
"                              the output page width, into several lines\n"
msgstr ""

#, c-format
msgid "  -s, --sort-output           generate sorted output\n"
msgstr ""

#, c-format
msgid "  -F, --sort-by-file          sort output by file location\n"
msgstr ""

#, c-format
msgid ""
"      --omit-header           don't write header with `msgid \"\"' entry\n"
msgstr ""

#, c-format
msgid "      --copyright-holder=STRING  set copyright holder in output\n"
msgstr ""

#, c-format
msgid ""
"      --foreign-user          omit FSF copyright in output for foreign user\n"
msgstr ""

#, c-format
msgid ""
"      --msgid-bugs-address=EMAIL@ADDRESS  set report address for msgid bugs\n"
msgstr ""

#, c-format
msgid ""
"  -m, --msgstr-prefix[=STRING]  use STRING or \"\" as prefix for msgstr "
"entries\n"
msgstr ""

#, c-format
msgid ""
"  -M, --msgstr-suffix[=STRING]  use STRING or \"\" as suffix for msgstr "
"entries\n"
msgstr ""

#, c-format
msgid "Informative output:\n"
msgstr ""

#, c-format
msgid "  -h, --help                  display this help and exit\n"
msgstr ""

#, c-format
msgid "  -V, --version               output version information and exit\n"
msgstr ""

msgid "Report bugs to <bug-gnu-gettext@gnu.org>.\n"
msgstr ""

msgid "this file may not contain domain directives"
msgstr ""

#, c-format
msgid ""
"A --flag argument doesn't have the <keyword>:<argnum>:[pass-]<flag> syntax: %"
"s"
msgstr ""

msgid "standard input"
msgstr ""

#, c-format
msgid "error while opening \"%s\" for reading"
msgstr ""

#, c-format
msgid ""
"Non-ASCII string at %s%s.\n"
"Please specify the source encoding through --from-code.\n"
msgstr ""

#, c-format
msgid "%s%s: warning: "
msgstr ""

#, c-format
msgid ""
"Although being used in a format string position, the %s is not a valid %s "
"format string. Reason: %s\n"
msgstr ""

#, c-format
msgid ""
"Although declared as such, the %s is not a valid %s format string. Reason: %"
"s\n"
msgstr ""

#, c-format
msgid ""
"'%s' format string with unnamed arguments cannot be properly localized:\n"
"The translator cannot reorder the arguments.\n"
"Please consider using a format string with named arguments,\n"
"and a mapping instead of a tuple for the arguments.\n"
msgstr ""

msgid ""
"Empty msgid.  It is reserved by GNU gettext:\n"
"gettext(\"\") returns the header entry with\n"
"meta information, not the empty string.\n"
msgstr ""

#, c-format
msgid "ambiguous argument specification for keyword '%.*s'"
msgstr ""

#, c-format
msgid "warning: missing context for keyword '%.*s'"
msgstr ""

#, c-format
msgid "warning: missing context for plural argument of keyword '%.*s'"
msgstr ""

msgid "context mismatch between singular and plural form"
msgstr ""

msgid "warning: "
msgstr ""

msgid ""
"The option --msgid-bugs-address was not specified.\n"
"If you are using a `Makevars' file, please specify\n"
"the MSGID_BUGS_ADDRESS variable there; otherwise please\n"
"specify an --msgid-bugs-address command line option.\n"
msgstr ""

#, c-format
msgid "language `%s' unknown"
msgstr ""

#, c-format
msgid "the argument to %s should be a single punctuation character"
msgstr ""

#, c-format
msgid "invalid endianness: %s"
msgstr ""

#, c-format
msgid "%s requires a \"-d directory\" specification"
msgstr ""

#, c-format
msgid "%s requires a \"-l locale\" specification"
msgstr ""

#, c-format
msgid "%s is only valid with %s or %s"
msgstr ""

#, c-format
msgid "%s is only valid with %s, %s or %s"
msgstr ""

#, c-format
msgid "found %d fatal error"
msgid_plural "found %d fatal errors"
msgstr[0] ""
msgstr[1] ""

#, c-format
msgid "%d translated message"
msgid_plural "%d translated messages"
msgstr[0] ""
msgstr[1] ""

#, c-format
msgid ", %d fuzzy translation"
msgid_plural ", %d fuzzy translations"
msgstr[0] ""
msgstr[1] ""

#, c-format
msgid ", %d untranslated message"
msgid_plural ", %d untranslated messages"
msgstr[0] ""
msgstr[1] ""

#, c-format
msgid "Usage: %s [OPTION] filename.po ...\n"
msgstr ""

#, c-format
msgid "Generate binary message catalog from textual translation description.\n"
msgstr ""

#, c-format
msgid "  filename.po ...             input files\n"
msgstr ""

#, c-format
msgid ""
"  -j, --java                  Java mode: generate a Java ResourceBundle "
"class\n"
msgstr ""

#, c-format
msgid ""
"      --java2                 like --java, and assume Java2 (JDK 1.2 or "
"higher)\n"
msgstr ""

#, c-format
msgid "      --csharp                C# mode: generate a .NET .dll file\n"
msgstr ""

#, c-format
msgid ""
"      --csharp-resources      C# resources mode: generate a .NET .resources "
"file\n"
msgstr ""

#, c-format
msgid ""
"      --tcl                   Tcl mode: generate a tcl/msgcat .msg file\n"
msgstr ""

#, c-format
msgid "      --qt                    Qt mode: generate a Qt .qm file\n"
msgstr ""

#, c-format
msgid "  -o, --output-file=FILE      write output to specified file\n"
msgstr ""

#, c-format
msgid "      --strict                enable strict Uniforum mode\n"
msgstr ""

#, c-format
msgid "Output file location in Java mode:\n"
msgstr ""

#, c-format
msgid "  -r, --resource=RESOURCE     resource name\n"
msgstr ""

#, c-format
msgid ""
"  -l, --locale=LOCALE         locale name, either language or "
"language_COUNTRY\n"
msgstr ""

#, c-format
msgid ""
"  -d DIRECTORY                base directory of classes directory hierarchy\n"
msgstr ""

#, c-format
msgid ""
"The class name is determined by appending the locale name to the resource "
"name,\n"
"separated with an underscore.  The -d option is mandatory.  The class is\n"
"written under the specified directory.\n"
msgstr ""

#, c-format
msgid "Output file location in C# mode:\n"
msgstr ""

#, c-format
msgid ""
"  -d DIRECTORY                base directory for locale dependent .dll "
"files\n"
msgstr ""

#, c-format
msgid ""
"The -l and -d options are mandatory.  The .dll file is written in a\n"
"subdirectory of the specified directory whose name depends on the locale.\n"
msgstr ""

#, c-format
msgid "Output file location in Tcl mode:\n"
msgstr ""

#, c-format
msgid "  -d DIRECTORY                base directory of .msg message catalogs\n"
msgstr ""

#, c-format
msgid ""
"The -l and -d options are mandatory.  The .msg file is written in the\n"
"specified directory.\n"
msgstr ""

#, c-format
msgid "Input file syntax:\n"
msgstr ""

#, c-format
msgid ""
"  -P, --properties-input      input files are in Java .properties syntax\n"
msgstr ""

#, c-format
msgid ""
"      --stringtable-input     input files are in NeXTstep/GNUstep .strings\n"
"                              syntax\n"
msgstr ""

#, c-format
msgid ""
"  -c, --check                 perform all the checks implied by\n"
"                                --check-format, --check-header, --check-"
"domain\n"
msgstr ""

#, c-format
msgid "      --check-format          check language dependent format strings\n"
msgstr ""

#, c-format
msgid ""
"      --check-header          verify presence and contents of the header "
"entry\n"
msgstr ""

#, c-format
msgid ""
"      --check-domain          check for conflicts between domain directives\n"
"                                and the --output-file option\n"
msgstr ""

#, c-format
msgid ""
"  -C, --check-compatibility   check that GNU msgfmt behaves like X/Open "
"msgfmt\n"
msgstr ""

#, c-format
msgid ""
"      --check-accelerators[=CHAR]  check presence of keyboard accelerators "
"for\n"
"                                menu items\n"
msgstr ""

#, c-format
msgid "  -f, --use-fuzzy             use fuzzy entries in output\n"
msgstr ""

#, c-format
msgid ""
"  -a, --alignment=NUMBER      align strings to NUMBER bytes (default: %d)\n"
msgstr ""

#, c-format
msgid ""
"      --no-hash               binary file will not include the hash table\n"
msgstr ""

#, c-format
msgid "      --statistics            print statistics about translations\n"
msgstr ""

#, c-format
msgid "  -v, --verbose               increase verbosity level\n"
msgstr ""

msgid "warning: PO file header missing or invalid\n"
msgstr ""

msgid "warning: charset conversion will not work\n"
msgstr ""

msgid "warning: PO file header fuzzy\n"
msgstr ""

msgid "warning: older versions of msgfmt will give an error on this\n"
msgstr ""

#, c-format
msgid "domain name \"%s\" not suitable as file name"
msgstr ""

#, c-format
msgid "domain name \"%s\" not suitable as file name: will use prefix"
msgstr ""

#, c-format
msgid "`domain %s' directive ignored"
msgstr ""

msgid "empty `msgstr' entry ignored"
msgstr ""

msgid "fuzzy `msgstr' entry ignored"
msgstr ""

#, c-format
msgid "%s: warning: source file contains fuzzy translation"
msgstr ""