- Update catalogs

This commit is contained in:
Gabor Kovesdan 2012-05-14 09:55:23 +00:00
parent 8818aa392a
commit 131a228a6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235434
2 changed files with 18 additions and 6 deletions

View File

@ -2,9 +2,15 @@ $ $FreeBSD$
$
$set 1
$quote "
1 "you cannot use -%c and -%c together"
1 "mutually exclusive flags"
2 "extra argument not allowed with -c"
3 "Unknown feature: %s\n"
3 "Unknown feature"
4 "Wrong memory buffer specification"
5 "0 field in key specs\n"
6 "0 column in key specs\n"
5 "0 field in key specs"
6 "0 column in key specs"
7 "Wrong file mode"
8 "Cannot open file for reading"
9 "Radix sort cannot be used with these sort options"
10 "The chosen sort method cannot be used with stable and/or unique sort"
11 "Invalid key position"
12 "Usage: %s [-bcCdfigMmnrsuz] [-kPOS1[,POS2] ... ] [+POS1 [-POS2]] [-S memsize] [-T tmpdir] [-t separator] [-o outfile] [--batch-size size] [--files0-from file] [--heapsort] [--mergesort] [--radixsort] [--qsort] [--nthreads thread_no] [--human-numeric-sort] [--version-sort] [--random-sort [--random-source file]] [--compress-program program] [file ...]\n"

View File

@ -2,9 +2,15 @@ $ $FreeBSD$
$
$set 1
$quote "
1 "a -%c és -%c opciók nem használhatók együtt"
1 "egymást kizáró opciók"
2 "extra argumentum a -%c opcióval"
3 "Ismeretlen funkció: %s\n"
3 "Ismeretlen funkció\n"
4 "Rossz memória puffer érték"
5 "0 mezõ a kulcsspecifikációban\n"
6 "0 oszlop a kulcsspecifikációban\n"
7 "Helytelen fájl mód"
8 "A fájl nem nyitható meg olvasásra"
9 "A radix rendezés nem használható a megadott rendezési opciókkal"
10 "A választott rendezési mód nem használható a --stable és --unique opciókkal"
11 "Érvénytelen kulcs pozíció"
12 "Használat: %s [-bcCdfigMmnrsuz] [-kPOS1[,POS2] ... ] [+POS1 [-POS2]] [-S memóriaméret] [-T ideiglenes_könyvtár] [-t elválasztó] [-o kimeneti_fájl] [--batch-size méret] [--files0-from fájl] [--heapsort] [--mergesort] [--radixsort] [--qsort] [--nthreads szálak_száma] [--human-numeric-sort] [--version-sort] [--random-sort [--random-source fájl]] [--compress-program program] [fájl ...]\n"