1 # Ukrainian translation of libiconv.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the libiconv package.
5 # Volodymyr M. Lisivka <lvm@mystery.lviv.net>, 2003.
6 # Yuri Chornoivan <yurchor@ukr.net>, 2011.
9 "Project-Id-Version: libiconv 1.12\n"
10 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
11 "POT-Creation-Date: 2011-08-07 15:24+0200\n"
12 "PO-Revision-Date: 2011-02-05 20:28+0200\n"
13 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
14 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
20 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21 "X-Generator: Lokalize 1.2\n"
23 #. TRANSLATORS: The first line of the short usage message.
25 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
27 "Використання: iconv [-c] [-s] [-f з_кодування] [-t у_кодування] [файл ...]"
29 #. TRANSLATORS: The second line of the short usage message.
30 #. Align it correctly against the first line.
33 msgstr "або: iconv -l"
37 msgid "Try `%s --help' for more information.\n"
38 msgstr "Щоб дізнатися більше, віддайте команду «%s --help».\n"
40 #. TRANSLATORS: The first line of the long usage message.
41 #. The %s placeholder expands to the program name.
44 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
45 msgstr "Використання: %s [ПАРАМЕТР...] [-f КОДУВАННЯ] [-t КОДУВАННЯ] [ФАЙЛ ВХІДНИХ ДАНИХ...]\n"
47 #. TRANSLATORS: The second line of the long usage message.
48 #. Align it correctly against the first line.
49 #. The %s placeholder expands to the program name.
55 #. TRANSLATORS: Description of the iconv program.
58 msgid "Converts text from one encoding to another encoding.\n"
59 msgstr "Перетворює текст у одному кодуванні на текст у іншому кодуванні.\n"
63 msgid "Options controlling the input and output format:\n"
64 msgstr "Параметри керування форматом вхідних та вихідних даних:\n"
69 " -f ENCODING, --from-code=ENCODING\n"
70 " the encoding of the input\n"
72 " -f КОДУВАННЯ, --from-code=КОДУВАННЯ\n"
73 " кодування вхідних даних\n"
78 " -t ENCODING, --to-code=ENCODING\n"
79 " the encoding of the output\n"
81 " -t КОДУВАННЯ, --to-code=КОДУВАННЯ\n"
82 " кодування вихідних даних\n"
86 msgid "Options controlling conversion problems:\n"
87 msgstr "Параметри керування обробкою помилок під час перетворення:\n"
91 msgid " -c discard unconvertible characters\n"
92 msgstr " -c викидати символи, непридатні до перетворення\n"
97 " --unicode-subst=FORMATSTRING\n"
98 " substitution for unconvertible Unicode characters\n"
100 " --unicode-subst=РЯДОК_ФОРМАТУВАННЯ\n"
101 " заміна непридатних до перетворення символів Unicode\n"
105 msgid " --byte-subst=FORMATSTRING substitution for unconvertible bytes\n"
106 msgstr " --byte-subst=РЯДОК_ФОРМАТУВАННЯ заміна непридатних до перетворення байтів\n"
111 " --widechar-subst=FORMATSTRING\n"
112 " substitution for unconvertible wide characters\n"
114 " --wide-subst=РЯДОК_ФОРМАТУВАННЯ\n"
115 " заміна непридатних до перетворення «широких» символів\n"
119 msgid "Options controlling error output:\n"
120 msgstr "Параметри керування показом повідомлень про помилки:\n"
124 msgid " -s, --silent suppress error messages about conversion problems\n"
125 msgstr " -s, --silent придушити повідомлення щодо проблем під час перетворення\n"
129 msgid "Informative output:\n"
130 msgstr "Показ інформації:\n"
134 msgid " -l, --list list the supported encodings\n"
135 msgstr " -l, --list показати список підтримуваних кодувань\n"
139 msgid " --help display this help and exit\n"
140 msgstr " --help показати ці довідкові дані і завершити роботу\n"
144 msgid " --version output version information and exit\n"
145 msgstr " --version показати дані щодо версії і завершити роботу\n"
147 #. TRANSLATORS: The placeholder indicates the bug-reporting address
148 #. for this package. Please add _another line_ saying
149 #. "Report translation bugs to <...>\n" with the address for translation
150 #. bugs (typically your translation team's web or email address).
152 msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
153 msgstr "Про вади слід повідомляти на адресу <bug-gnu-libiconv@gnu.org>.\n"
158 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
159 "This is free software: you are free to change and redistribute it.\n"
160 "There is NO WARRANTY, to the extent permitted by law.\n"
162 "Умови ліцензування викладено у GPLv2+: GNU GPL версії 2 або новішій, <http://gnu.org/licenses/gpl.html>\n"
163 "Це вільне програмне забезпечення: ви можете вільно змінювати і поширювати його.\n"
164 "Вам не надається ЖОДНИХ ГАРАНТІЙ, окрім гарантій передбачених законодавством.\n"
166 #. TRANSLATORS: The %s placeholder expands to an author's name.
169 msgid "Written by %s.\n"
170 msgstr "Автор — %s.\n"
172 #. TRANSLATORS: An error message.
173 #. The %s placeholder expands to a command-line option.
177 "%s argument: A format directive with a variable width is not allowed here."
179 "Аргумент %s: тут не можна використовувати команду форматування з визначенням "
182 #. TRANSLATORS: An error message.
183 #. The %s placeholder expands to a command-line option.
187 "%s argument: A format directive with a variable precision is not allowed "
190 "Аргумент %s: тут не можна використовувати команду форматування з визначенням "
193 #. TRANSLATORS: An error message.
194 #. The %s placeholder expands to a command-line option.
197 msgid "%s argument: A format directive with a size is not allowed here."
199 "Аргумент %s: тут не можна використовувати команду форматування з визначенням "
202 #. TRANSLATORS: An error message.
203 #. The %s placeholder expands to a command-line option.
206 msgid "%s argument: The string ends in the middle of a directive."
207 msgstr "Аргумент %s: завершення рядка посередині команди."
209 #. TRANSLATORS: An error message.
210 #. The %s placeholder expands to a command-line option.
211 #. The %c placeholder expands to an unknown format directive.
214 msgid "%s argument: The character '%c' is not a valid conversion specifier."
216 "Аргумент %s: символ «%c» не є коректним символом визначення перетворення."
218 #. TRANSLATORS: An error message.
219 #. The %s placeholder expands to a command-line option.
223 "%s argument: The character that terminates the format directive is not a "
224 "valid conversion specifier."
226 "Аргумент %s: символ, що перериває команду форматування не є коректним "
227 "символом визначення перетворення."
229 #. TRANSLATORS: An error message.
230 #. The %s placeholder expands to a command-line option.
231 #. The %u placeholder expands to the number of arguments consumed by the format string.
235 "%s argument: The format string consumes more than one argument: %u argument."
237 "%s argument: The format string consumes more than one argument: %u arguments."
239 "Аргумент %s: слід вказати декілька аргументів, а саме %u аргументів."
241 "Аргумент %s: слід вказати декілька аргументів, а саме %u аргументів."
243 "Аргумент %s: слід вказати декілька аргументів, а саме %u аргументів."
245 "Аргумент %s: слід вказати декілька аргументів, а саме %u аргументів."
247 #. TRANSLATORS: An error message.
248 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
251 msgid "cannot convert byte substitution to Unicode: %s"
252 msgstr "не вдалося перетворити замінник байтів у символ Unicode: %s"
254 #. TRANSLATORS: An error message.
255 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
258 msgid "cannot convert unicode substitution to target encoding: %s"
259 msgstr "не вдалося перетворити замінник unicode у кодування призначення: %s"
261 #. TRANSLATORS: An error message.
262 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
265 msgid "cannot convert byte substitution to wide string: %s"
266 msgstr "не вдалося перетворити замінник байтів у «широкий» рядок: %s"
268 #. TRANSLATORS: An error message.
269 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
272 msgid "cannot convert widechar substitution to target encoding: %s"
274 "не вдалося перетворити замінник «широкого» символу у кодування призначення: "
277 #. TRANSLATORS: An error message.
278 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
281 msgid "cannot convert byte substitution to target encoding: %s"
282 msgstr "не вдалося перетворити замінник байтів у кодування призначення: %s"
284 #. TRANSLATORS: An error message.
285 #. The placeholders expand to the input file name, a line number, and a column number.
288 msgid "%s:%u:%u: cannot convert"
289 msgstr "%s:%u:%u: не вдалося перетворити"
291 #. TRANSLATORS: An error message.
292 #. The placeholders expand to the input file name, a line number, and a column number.
293 #. A "shift sequence" is a sequence of bytes that changes the state of the converter;
294 #. this concept exists only for "stateful" encodings like ISO-2022-JP.
297 msgid "%s:%u:%u: incomplete character or shift sequence"
298 msgstr "%s:%u:%u: незавершений символ чи послідовність зміни регістру"
300 #. TRANSLATORS: The first part of an error message.
301 #. It is followed by a colon and a detail message.
302 #. The placeholders expand to the input file name, a line number, and a column number.
308 #. TRANSLATORS: An error message.
309 #. The placeholder expands to the input file name.
312 msgid "%s: I/O error"
313 msgstr "%s: помилка вводу-виводу"
315 #. TRANSLATORS: An error message.
316 #. The placeholder expands to the encoding name, specified through --from-code.
319 msgid "conversion from %s unsupported"
320 msgstr "підтримки перетворення з %s не передбачено"
322 #. TRANSLATORS: An error message.
323 #. The placeholder expands to the encoding name, specified through --to-code.
326 msgid "conversion to %s unsupported"
327 msgstr "підтримки перетворення у %s не передбачено"
329 #. TRANSLATORS: An error message.
330 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
333 msgid "conversion from %s to %s unsupported"
334 msgstr "підтримки перетворення з %s у %s не передбачено"
336 #. TRANSLATORS: Additional advice after an error message.
337 #. The %s placeholder expands to the program name.
340 msgid "try '%s -l' to get the list of supported encodings"
342 "список кодувань, які підтримуються програмою, можна отримати командою «%s -l»"
344 #. TRANSLATORS: A filename substitute denoting standard input.
349 #. TRANSLATORS: The first part of an error message.
350 #. It is followed by a colon and a detail message.
351 #. The %s placeholder expands to the input file name.
357 #. TRANSLATORS: An error message.
361 msgstr "помилка вводу-виводу"
364 #~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
367 #~ " iconv [--binary] [-c] [-s] [-f з_кодування] [-t у_кодування] [файл ...]"
370 #~ "This is free software; see the source for copying conditions. There is "
372 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
375 #~ "Це вільне програмне забезпечення; умови копіювання приведені у\n"
376 #~ "джерельних текстах програми. Нема НІЯКИХ гарантій; навіть гарантії "
378 #~ "ЦІННОСТІ або ПРИДАТНОСТІ ДЛЯ КОНКРЕТНОЇ ЦІЛІ.\n"
380 #~ msgid "iconv: %s: "
381 #~ msgstr "iconv: %s: "