1 # Përkthimi i mesazheve të libiconv në shqip.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 # Laurent Dhima <laurenti@alblinux.net>, 2004.
7 "Project-Id-Version: libiconv 1.9.1\n"
8 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
9 "POT-Creation-Date: 2019-04-26 21:02+0200\n"
10 "PO-Revision-Date: 2004-08-08 00:36+0200\n"
11 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
12 "Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Bugs: Report translation errors to the Language-Team address.\n"
19 #. TRANSLATORS: The first line of the short usage message.
21 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
22 msgstr "Përdorimi: iconv [-c] [-s] [-f ngakodi] [-t tekkodi] [file ...]"
24 #. TRANSLATORS: The second line of the short usage message.
25 #. Align it correctly against the first line.
28 msgstr "ose: iconv -l"
32 msgid "Try '%s --help' for more information.\n"
35 #. TRANSLATORS: The first line of the long usage message.
36 #. The %s placeholder expands to the program name.
39 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
42 #. TRANSLATORS: The second line of the long usage message.
43 #. Align it correctly against the first line.
44 #. The %s placeholder expands to the program name.
46 #, fuzzy, c-format, no-wrap
47 #| msgid "or: iconv -l"
49 msgstr "ose: iconv -l"
51 #. TRANSLATORS: Description of the iconv program.
54 msgid "Converts text from one encoding to another encoding.\n"
59 msgid "Options controlling the input and output format:\n"
65 " -f ENCODING, --from-code=ENCODING\n"
66 " the encoding of the input\n"
72 " -t ENCODING, --to-code=ENCODING\n"
73 " the encoding of the output\n"
78 msgid "Options controlling conversion problems:\n"
83 msgid " -c discard unconvertible characters\n"
89 " --unicode-subst=FORMATSTRING\n"
90 " substitution for unconvertible Unicode characters\n"
95 msgid " --byte-subst=FORMATSTRING substitution for unconvertible bytes\n"
101 " --widechar-subst=FORMATSTRING\n"
102 " substitution for unconvertible wide characters\n"
107 msgid "Options controlling error output:\n"
112 msgid " -s, --silent suppress error messages about conversion problems\n"
117 msgid "Informative output:\n"
122 msgid " -l, --list list the supported encodings\n"
127 msgid " --help display this help and exit\n"
132 msgid " --version output version information and exit\n"
135 #. TRANSLATORS: The placeholder indicates the bug-reporting address
136 #. for this package. Please add _another line_ saying
137 #. "Report translation bugs to <...>\n" with the address for translation
138 #. bugs (typically your translation team's web or email address).
140 msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
146 "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n"
147 "This is free software: you are free to change and redistribute it.\n"
148 "There is NO WARRANTY, to the extent permitted by law.\n"
151 #. TRANSLATORS: The %s placeholder expands to an author's name.
154 msgid "Written by %s.\n"
155 msgstr "Shkruar nga %s.\n"
157 #. TRANSLATORS: An error message.
158 #. The %s placeholder expands to a command-line option.
162 "%s argument: A format directive with a variable width is not allowed here."
165 #. TRANSLATORS: An error message.
166 #. The %s placeholder expands to a command-line option.
170 "%s argument: A format directive with a variable precision is not allowed "
174 #. TRANSLATORS: An error message.
175 #. The %s placeholder expands to a command-line option.
178 msgid "%s argument: A format directive with a size is not allowed here."
181 #. TRANSLATORS: An error message.
182 #. The %s placeholder expands to a command-line option.
185 msgid "%s argument: The string ends in the middle of a directive."
188 #. TRANSLATORS: An error message.
189 #. The %s placeholder expands to a command-line option.
190 #. The %c placeholder expands to an unknown format directive.
193 msgid "%s argument: The character '%c' is not a valid conversion specifier."
196 #. TRANSLATORS: An error message.
197 #. The %s placeholder expands to a command-line option.
201 "%s argument: The character that terminates the format directive is not a "
202 "valid conversion specifier."
205 #. TRANSLATORS: An error message.
206 #. The %s placeholder expands to a command-line option.
207 #. The %u placeholder expands to the number of arguments consumed by the format string.
211 "%s argument: The format string consumes more than one argument: %u argument."
213 "%s argument: The format string consumes more than one argument: %u arguments."
217 #. TRANSLATORS: An error message.
218 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
221 msgid "cannot convert byte substitution to Unicode: %s"
224 #. TRANSLATORS: An error message.
225 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
228 msgid "cannot convert unicode substitution to target encoding: %s"
231 #. TRANSLATORS: An error message.
232 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
235 msgid "cannot convert byte substitution to wide string: %s"
238 #. TRANSLATORS: An error message.
239 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
242 msgid "cannot convert widechar substitution to target encoding: %s"
245 #. TRANSLATORS: An error message.
246 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
249 msgid "cannot convert byte substitution to target encoding: %s"
252 #. TRANSLATORS: An error message.
253 #. The placeholders expand to the input file name, a line number, and a column number.
256 #| msgid "iconv: %s: cannot convert\n"
257 msgid "%s:%u:%u: cannot convert"
258 msgstr "iconv: %s: konvertimi është i pamundur\n"
260 #. TRANSLATORS: An error message.
261 #. The placeholders expand to the input file name, a line number, and a column number.
262 #. A "shift sequence" is a sequence of bytes that changes the state of the converter;
263 #. this concept exists only for "stateful" encodings like ISO-2022-JP.
266 #| msgid "iconv: %s: incomplete character or shift sequence\n"
267 msgid "%s:%u:%u: incomplete character or shift sequence"
268 msgstr "iconv: %s: simbol apo sekuencë ndryshuesish e paplotë\n"
270 #. TRANSLATORS: The first part of an error message.
271 #. It is followed by a colon and a detail message.
272 #. The placeholders expand to the input file name, a line number, and a column number.
278 #. TRANSLATORS: An error message.
279 #. The placeholder expands to the input file name.
282 #| msgid "iconv: %s: I/O error\n"
283 msgid "%s: I/O error"
284 msgstr "iconv: %s: gabim I/O\n"
286 #. TRANSLATORS: An error message.
287 #. The placeholder expands to the encoding name, specified through --from-code.
290 #| msgid "iconv: conversion from %s unsupported\n"
291 msgid "conversion from %s unsupported"
292 msgstr "iconv: konvertimi nga %s nuk suportohet\n"
294 #. TRANSLATORS: An error message.
295 #. The placeholder expands to the encoding name, specified through --to-code.
298 #| msgid "iconv: conversion to %s unsupported\n"
299 msgid "conversion to %s unsupported"
300 msgstr "iconv: konvertimi në %s nuk suportohet\n"
302 #. TRANSLATORS: An error message.
303 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
306 #| msgid "iconv: conversion from %s to %s unsupported\n"
307 msgid "conversion from %s to %s unsupported"
308 msgstr "iconv: konvertimi nga %s në %s nuk suportohet\n"
310 #. TRANSLATORS: Additional advice after an error message.
311 #. The %s placeholder expands to the program name.
314 msgid "try '%s -l' to get the list of supported encodings"
317 #. TRANSLATORS: A filename substitute denoting standard input.
322 #. TRANSLATORS: The first part of an error message.
323 #. It is followed by a colon and a detail message.
324 #. The %s placeholder expands to the input file name.
330 #. TRANSLATORS: An error message.
333 #| msgid "iconv: I/O error\n"
335 msgstr "iconv: gabim I/O\n"
338 #~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
340 #~ "Përdorimi: iconv [--binary] [-c] [-s] [-f ngakodi] [-t tekkodi] [file ...]"
343 #~ "This is free software; see the source for copying conditions. There is "
345 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
348 #~ "Ky është software i lirë; shiko burimin për kushtet e kopjimit. NUK "
350 #~ "garanci; as për TREGËTI apo PËRDORIM PËR NJË QËLLIM TË VEÇANTË.\n"
353 #~ msgid "iconv: %s: "
354 #~ msgstr "iconv: %s: "