blob: 218d9719ae3334a9377b04c28e5346e5f4a86f6f (
plain)
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
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# Cristian Gafton <gafton@redhat.com>, 1998.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: POPT\n"
"POT-Creation-Date: 1999-04-08 16:15-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../popthelp.c:35
msgid "Show this help message"
msgstr "Afisare mesaj de help"
#: ../popthelp.c:36
msgid "Display brief usage message"
msgstr "Afisare mesaj sintaxa sumar"
#~ msgid "unknown errno"
#~ msgstr "eroare necunoscuta"
#~ msgid "option type (%d) not implemented in popt\n"
#~ msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
#~ msgid "missing argument"
#~ msgstr "argument lipsa"
#~ msgid "unknown option"
#~ msgstr "optiune necunoscuta"
#~ msgid "aliases nested too deeply"
#~ msgstr "recursivitate infinita la optiunile sinonime"
#~ msgid "error in paramter quoting"
#~ msgstr "eroare la insertie parametru"
#~ msgid "invalid numeric value"
#~ msgstr "valoare numarica invalida"
#~ msgid "number too large or too small"
#~ msgstr "numar prea mare sau prea mic"
#~ msgid "unknown error"
#~ msgstr "eroare necuinoscuta"
#~ msgid "Usage:"
#~ msgstr "Sintaxa:"
#~ msgid "[OPTION...]"
#~ msgstr "[OPTIUNE...]"
|