diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-30 11:07:24 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-07-30 11:07:24 +0000 |
| commit | 2759539b90ee90ca97692ce4f622a1045873ec0f (patch) | |
| tree | ffa96fd0c2e335d758289f3f53a4cdf8f7cdffa8 | |
| parent | 654969d14952e6e9af012ee1115d1d636614e543 (diff) | |
Notes
| -rw-r--r-- | usr.bin/grep/nls/Makefile.inc | 1 | ||||
| -rw-r--r-- | usr.bin/grep/nls/uk_UA.UTF-8.msg | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/grep/nls/Makefile.inc b/usr.bin/grep/nls/Makefile.inc index 526e82905472..bb6b95778c38 100644 --- a/usr.bin/grep/nls/Makefile.inc +++ b/usr.bin/grep/nls/Makefile.inc @@ -9,6 +9,7 @@ NLS+= ja_JP.SJIS NLS+= ja_JP.UTF-8 NLS+= pt_BR.ISO8859-1 NLS+= ru_RU.KOI8-R +NLS+= uk_UA.UTF-8 NLSSRCDIR= ${.CURDIR}/nls .for lang in ${NLS} diff --git a/usr.bin/grep/nls/uk_UA.UTF-8.msg b/usr.bin/grep/nls/uk_UA.UTF-8.msg new file mode 100644 index 000000000000..dcd0fcdfd148 --- /dev/null +++ b/usr.bin/grep/nls/uk_UA.UTF-8.msg @@ -0,0 +1,12 @@ +$ $FreeBSD$ +$set 1 +$quote " +1 "(стандартний ввод)" +2 "не можу прочитати стислий bzip2 файл" +3 "невiдома опція %s" +4 "використання: %s [-abcDEFGHhIiJLlmnOoPqRSsUVvwxZ] [-A чис] [-B чис] [-C[чис]]\n" +5 "\t[-e шаблон] [-f файл] [--binary-files=значення] [--color=коли]\n" +6 "\t[--context[=чис] [--directories=дія] [--label] [--line-buffered]\n" +7 "\t[--null] [шаблон] [файл ...]\n" +8 "двійковий файл %s співпадає\n" +9 "%s (BSD grep) %s\n" |
