1# NDesk.Options localization example.
2# Copyright (C) 2008 Novell, Inc.
3# This file is distributed under the same license as the NDesk.Options package.
4# Jonathan Pryor  <jonpryor@vt.edu>, 2008
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: NDesk.Options localization demo 1.0\n"
10"Report-Msgid-Bugs-To: jonpryor@vt.edu\n"
11"POT-Creation-Date: 2008-01-19 13:59-0500\n"
12"PO-Revision-Date: 2008-01-19 02:43+EST\n"
13"Last-Translator: Google\n"
14"Language-Team: http://translate.google.com/translate_t?langpair=en|es\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: localization.cs:16
20msgid "with-unix"
21msgstr ""
22
23#: localization.cs:19
24msgid "with-hello"
25msgstr ""
26
27#: localization.cs:20
28msgid "hello:"
29msgstr ""
30
31#: localization.cs:21
32msgid "with-default"
33msgstr ""
34
35#: localization.cs:26
36msgid "localization"
37msgstr ""
38
39#: localization.cs:28
40msgid "locale"
41msgstr ""
42
43#: localization.cs:34
44msgid "h|?|help"
45msgstr ""
46
47#: localization.cs:34
48msgid "show this message and exit."
49msgstr "A mostrar este mensaje y salir."
50
51#: localization.cs:36
52msgid "v|verbose"
53msgstr ""
54
55#: localization.cs:36
56msgid "increase message verbosity."
57msgstr "Aumento mensaje verbosidad."
58
59#: localization.cs:38
60msgid "n="
61msgstr ""
62
63#: localization.cs:38
64msgid "must be an int"
65msgstr "Debe ser un int"
66
67#: localization.cs:40
68msgid "V|version"
69msgstr ""
70
71#: localization.cs:40
72msgid "output version information and exit."
73msgstr "Salida de información de versión y sale."
74
75#: localization.cs:47
76msgid "localization: "
77msgstr ""
78
79#: localization.cs:54
80msgid "NDesk.Options Localizer Demo 1.0"
81msgstr ""
82
83#: localization.cs:56
84#, csharp-format
85msgid "Message level: {0}"
86msgstr ""
87