From 7ad845bdd71805a27c08258f21d4b9727f86d374 Mon Sep 17 00:00:00 2001 From: "Mikhail S. Pobolovets" Date: Tue, 24 Feb 2009 10:46:33 +0200 Subject: [PATCH 01/11] lib/mc.ext.in: command line options fix by adamw (#183) Signed-off-by: Mikhail S. Pobolovets --- ChangeLog | 5 +++++ lib/mc.ext.in | 27 +++++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09736fc69..381fa7115 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ + 2009-02-17 Mikhail Pobolovets * lt.po: update by stikonas (#274) @@ -14,6 +15,10 @@ * mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #240) +2009-02-03 Enrico Weigelt, metux ITS + + * lib/mc.ext.in: command line options fix by adamw (#183) + 2009-02-03 Enrico Weigelt, metux ITS * lib/mc.lib: added patch on #219 by angel_il diff --git a/lib/mc.ext.in b/lib/mc.ext.in index 1f86157c8..9bcd82868 100644 --- a/lib/mc.ext.in +++ b/lib/mc.ext.in @@ -162,23 +162,32 @@ regex/\.(alz|ALZ)$ # cpio shell/.cpio.Z Open=%cd %p#ucpio - View=%view{ascii} gzip -dc '%f' | cpio -itv 2>/dev/null + View=%view{ascii} gzip -dc %f | cpio -itv 2>/dev/null shell/.cpio.gz Open=%cd %p#ucpio - View=%view{ascii} gzip -dc '%f' | cpio -itv 2>/dev/null + View=%view{ascii} gzip -dc %f | cpio -itv 2>/dev/null shell/.cpio Open=%cd %p#ucpio - View=%view{ascii} cpio -itv <'%f' 2>/dev/null + View=%view{ascii} cpio -itv < %f 2>/dev/null # ls-lR -regex/(^|\.)ls-?lR(\.g?z|Z|bz2)?$ +regex/(^|\.)ls-?lR(\.gz|Z|bz2)$ Open=%cd %p#lslR # patch -regex/\.(diff|patch)(\.(bz2|gz|Z))?$ - Open=%cd %p#patchfs +regex/\.(diff|patch)(\.bz2)$ + Open=%cd %p#patchfs + View=%view{ascii} bzip2 -dc %f 2>/dev/null + +regex/\.(diff|patch)(\.(gz|Z))$ + Open=%cd %p#patchfs + View=%view{ascii} gzip -dc %f 2>/dev/null + +regex/\.(diff|patch)$ + Open=%cd %p#patchfs + View=%view{ascii} /bin/cat %f 2>/dev/null # ar library regex/\.s?a$ @@ -530,11 +539,17 @@ type/^gzip Open=gzip -dc %f | %var{PAGER:more} View=%view{ascii} gzip -dc %f 2>/dev/null +regex/\.(gz|Z)?$ + View=%view{ascii} gzip -dc %f 2>/dev/null + # bzip2 type/^bzip2 Open=bzip2 -dc %f | %var{PAGER:more} View=%view{ascii} bzip2 -dc %f 2>/dev/null +regex/\.bz2?$ + View=%view{ascii} bzip2 -dc %f 2>/dev/null + # bzip type/^bzip Open=bzip -dc %f | %var{PAGER:more} From da56ed225deb3a7adceb2526790a56e5bb82c784 Mon Sep 17 00:00:00 2001 From: "Mikhail S. Pobolovets" Date: Tue, 24 Feb 2009 21:02:45 +0200 Subject: [PATCH 02/11] Backport: syntax/spec.syntax: .spec syntax update by adamw (#189) Signed-off-by: Mikhail S. Pobolovets --- ChangeLog | 4 + syntax/spec.syntax | 194 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 192 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 381fa7115..c1485ce2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +2009-02-24 Mikhail Pobolovets + + * syntax/spec.syntax: .spec syntax update by adamw (#189) + 2009-02-17 Mikhail Pobolovets * lt.po: update by stikonas (#274) diff --git a/syntax/spec.syntax b/syntax/spec.syntax index 2f45be451..3f787988e 100644 --- a/syntax/spec.syntax +++ b/syntax/spec.syntax @@ -3,6 +3,7 @@ context default keyword whole Auto\{Rr\}eq\{Pp\}rov: green keyword whole Auto\{Rr\}eq: green keyword whole Build\{Aa\}rch: green + keyword whole Build\{Cc\}onflicts: green keyword whole Build\{Pp\}re\{Rr\}eq: green keyword whole Build\{Rr\}oot: green keyword whole Build\{Rr\}equires: green @@ -16,11 +17,10 @@ context default keyword whole Exclusive\{Aa\}rch: green keyword whole Exclusive\{Oo\}\{Ss\}: green keyword whole Group: green - keyword whole Group(\[abcdefghijklmnopqrstuvwxyz\]): green - keyword whole Group(\[abcdefghijklmnopqrstuvwxyz\]_\[ABCDEFGHIJKLMNOPQRSTUVWXYZ\]): green keyword whole Icon: green keyword whole License: green keyword whole Name: green + keyword whole NoSource\[0123456789\]: green keyword whole Obsoletes: green keyword whole Packager: green keyword whole Patch\[0123456789\]: green @@ -33,10 +33,8 @@ context default keyword whole Root: green keyword whole Serial: white keyword whole Source\[0123456789\]: green + keyword whole Suggests: green keyword whole Summary: green - keyword whole Summary(\[abcdefghijklmnopqrstuvwxyz\]): green - keyword whole Summary(\[abcdefghijklmnopqrstuvwxyz\]_\[ABCDEFGHIJKLMNOPQRSTUVWXYZ\]): green - keyword whole Summary(\[abcdefghijklmnopqrstuvwxyz\]_\[ABCDEFGHIJKLMNOPQRSTUVWXYZ\].\[ABCDEFGHIJKLMNOPQRSTUVWXYZ-1234567890\]): green keyword whole Vendor: green keyword whole Version: green keyword whole U\{Rr\}\{Ll\}: green @@ -82,6 +80,7 @@ context default keyword wholeright $+ brightgreen keyword ftp://+ brightgreen keyword http://+ brightgreen + keyword cvs://+ brightgreen keyword whole missingok brightcyan keyword whole noreplace brightcyan @@ -89,6 +88,189 @@ context default keyword whole PATCH\[0123456789\] cyan keyword whole SOURCE\[0123456789\] cyan +context Group( ): green + keyword whole af yellow + keyword whole az yellow + keyword whole bg yellow + keyword whole br yellow + keyword whole ca yellow + keyword whole ca_ES yellow + keyword whole cs yellow + keyword whole cs_CZ yellow + keyword whole da yellow + keyword whole da_DK yellow + keyword whole de yellow + keyword whole de_AT yellow + keyword whole de_DE yellow + keyword whole el yellow + keyword whole el_GR yellow + keyword whole en yellow + keyword whole en_GB yellow + keyword whole eo yellow + keyword whole es yellow + keyword whole es_ES yellow + keyword whole et yellow + keyword whole et_EE yellow + keyword whole eu yellow + keyword whole fi yellow + keyword whole fi_FI yellow + keyword whole fr yellow + keyword whole fr_FR yellow + keyword whole gl yellow + keyword whole gl_ES yellow + keyword whole gr yellow + keyword whole he yellow + keyword whole he_IL yellow + keyword whole hi yellow + keyword whole hr yellow + keyword whole hr_HR yellow + keyword whole hu yellow + keyword whole hu_HU yellow + keyword whole id yellow + keyword whole is yellow + keyword whole is_IS yellow + keyword whole it yellow + keyword whole it_IT yellow + keyword whole ja yellow + keyword whole ja_JP yellow + keyword whole ja_JP.SJIS yellow + keyword whole ko yellow + keyword whole ko_KR yellow + keyword whole lt yellow + keyword whole lt_LT yellow + keyword whole lv yellow + keyword whole ms yellow + keyword whole nb yellow + keyword whole nl yellow + keyword whole nl_NL yellow + keyword whole nn yellow + keyword whole nn_NO yellow + keyword whole no yellow + keyword whole no_NO yellow + keyword whole pl yellow + keyword whole pl_PL yellow + keyword whole pt yellow + keyword whole pt_BR yellow + keyword whole pt_PT yellow + keyword whole ro yellow + keyword whole ro_RO yellow + keyword whole ru yellow + keyword whole ru_RU yellow + keyword whole sk yellow + keyword whole sk_SK yellow + keyword whole sl yellow + keyword whole sl_SI yellow + keyword whole sr yellow + keyword whole sv yellow + keyword whole sv_SE yellow + keyword whole ta yellow + keyword whole th_TH yellow + keyword whole tr yellow + keyword whole tr_TR yellow + keyword whole uk yellow + keyword whole vi yellow + keyword whole wa yellow + keyword whole zh yellow + keyword whole zh_CN yellow + keyword whole zh_CN.GB2312 yellow + keyword whole zh_TW yellow + keyword whole zh_TW.Big5 yellow + +context Requires( ): green + keyword whole post yellow + keyword whole pre yellow + keyword whole postun yellow + keyword whole preun yellow + keyword , lightgray + +context Summary( ): green + keyword whole af yellow + keyword whole az yellow + keyword whole bg yellow + keyword whole br yellow + keyword whole ca yellow + keyword whole ca_ES yellow + keyword whole cs yellow + keyword whole cs_CZ yellow + keyword whole da yellow + keyword whole da_DK yellow + keyword whole de yellow + keyword whole de_AT yellow + keyword whole de_DE yellow + keyword whole el yellow + keyword whole el_GR yellow + keyword whole en yellow + keyword whole en_GB yellow + keyword whole eo yellow + keyword whole es yellow + keyword whole es_ES yellow + keyword whole et yellow + keyword whole et_EE yellow + keyword whole eu yellow + keyword whole fi yellow + keyword whole fi_FI yellow + keyword whole fr yellow + keyword whole fr_FR yellow + keyword whole gl yellow + keyword whole gl_ES yellow + keyword whole gr yellow + keyword whole he yellow + keyword whole he_IL yellow + keyword whole hi yellow + keyword whole hr yellow + keyword whole hr_HR yellow + keyword whole hu yellow + keyword whole hu_HU yellow + keyword whole id yellow + keyword whole is yellow + keyword whole is_IS yellow + keyword whole it yellow + keyword whole it_IT yellow + keyword whole ja yellow + keyword whole ja_JP yellow + keyword whole ja_JP.SJIS yellow + keyword whole ko yellow + keyword whole ko_KR yellow + keyword whole lt yellow + keyword whole lt_LT yellow + keyword whole lv yellow + keyword whole ms yellow + keyword whole nb yellow + keyword whole nl yellow + keyword whole nl_NL yellow + keyword whole nn yellow + keyword whole nn_NO yellow + keyword whole no yellow + keyword whole no_NO yellow + keyword whole pl yellow + keyword whole pl_PL yellow + keyword whole pt yellow + keyword whole pt_BR yellow + keyword whole pt_PT yellow + keyword whole ro yellow + keyword whole ro_RO yellow + keyword whole ru yellow + keyword whole ru_RU yellow + keyword whole sk yellow + keyword whole sk_SK yellow + keyword whole sl yellow + keyword whole sl_SI yellow + keyword whole sr yellow + keyword whole sv yellow + keyword whole sv_SE yellow + keyword whole ta yellow + keyword whole th_TH yellow + keyword whole tr yellow + keyword whole tr_TR yellow + keyword whole uk yellow + keyword whole vi yellow + keyword whole wa yellow + keyword whole zh yellow + keyword whole zh_CN yellow + keyword whole zh_CN.GB2312 yellow + keyword whole zh_TW yellow + keyword whole zh_TW.Big5 yellow + context linestart # \n brown context %( ) brightcyan @@ -97,7 +279,7 @@ context exclusive whole linestart %changelog EOF lightgray keyword Revision*\n brightgreen keyword \*\s\{MWTFS\}*\n brightgreen keyword \s\s[*] brightgreen - keyword $Log*\n brightred + keyword $Log*$\n brightred #sections context exclusive linestart %build \n yellow From 210ffed4fd9d09fb23da829604aa07829ead735a Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 24 Feb 2009 22:20:21 +0300 Subject: [PATCH 03/11] Fixed menu painting for NCurses screen library. --- ChangeLog | 3 +++ src/menu.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 381fa7115..a7f24ed96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2009-02-24 Andrew Borodin + + * src/menu.c: menubar_paint_idx(): fixed menu painting for NCurses screen library. 2009-02-17 Mikhail Pobolovets diff --git a/src/menu.c b/src/menu.c index f291071a6..ba221fa63 100644 --- a/src/menu.c +++ b/src/menu.c @@ -110,7 +110,7 @@ static void menubar_paint_idx (WMenu *menubar, int idx, int color) widget_move (&menubar->widget, y, x + 1); hline (slow_terminal ? ' ' : ACS_HLINE, menubar->max_entry_len); } else { - const char *text; + const unsigned char *text; addch((unsigned char)menu->entries [idx].first_letter); for (text = menu->entries [idx].text; *text; text++) From 6de4c5aafcb1b6a8ecd4f22aa887a1cb4cbb4e6d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT service" Date: Tue, 3 Feb 2009 03:54:10 +0100 Subject: [PATCH 04/11] mountlist: use fsblkcnt_t when available (fixes #179) When defined 64bit interface to filesystem we do not get overflow when detect FS size. --- ChangeLog | 4 ++++ src/mountlist.c | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2299890e3..49619ed95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,10 @@ * lib/mc.lib: added patch on #219 by angel_il * vfs/extfs/u7z: patch from mandriva (#194) +2009-02-03 Enrico Weigelt, metux ITS + + * src/mountlist.c: fixed #179 (invalid block scale routine, problems with 32bit overflow) + 2009-02-02 Enrico Weigelt, metux ITS * vfs/extfs/iso9660.in: added iso9660 fix by cppgx (#86) diff --git a/src/mountlist.c b/src/mountlist.c index bd9e8d9e5..0f8b20745 100644 --- a/src/mountlist.c +++ b/src/mountlist.c @@ -135,11 +135,11 @@ struct mount_entry struct fs_usage { - long fsu_blocks; /* Total blocks. */ - long fsu_bfree; /* Free blocks available to superuser. */ - long fsu_bavail; /* Free blocks available to non-superuser. */ - long fsu_files; /* Total file nodes. */ - long fsu_ffree; /* Free file nodes. */ + fsblkcnt_t fsu_blocks; /* Total blocks. */ + fsblkcnt_t fsu_bfree; /* Free blocks available to superuser. */ + fsblkcnt_t fsu_bavail; /* Free blocks available to non-superuser. */ + fsfilcnt_t fsu_files; /* Total file nodes. */ + fsfilcnt_t fsu_ffree; /* Free file nodes. */ }; static int get_fs_usage (char *path, struct fs_usage *fsp); @@ -756,8 +756,8 @@ my_statfs (struct my_statfs *myfs_stats, const char *path) BLOCKS FROMSIZE-byte blocks, rounding away from zero. TOSIZE must be positive. Return -1 if FROMSIZE is not positive. */ -static long -fs_adjust_blocks (long blocks, int fromsize, int tosize) +static fsblkcnt_t +fs_adjust_blocks (fsblkcnt_t blocks, int fromsize, int tosize) { if (tosize <= 0) abort (); @@ -769,7 +769,7 @@ fs_adjust_blocks (long blocks, int fromsize, int tosize) else if (fromsize > tosize) /* E.g., from 2048 to 512. */ return blocks * (fromsize / tosize); else /* E.g., from 256 to 512. */ - return (blocks + (blocks < 0 ? -1 : 1)) / (tosize / fromsize); + return blocks / (tosize / fromsize); } #if defined(_AIX) && defined(_I386) From a9d662aa571028262dc628109e9edf7c72e839a0 Mon Sep 17 00:00:00 2001 From: "Mikhail S. Pobolovets" Date: Thu, 12 Mar 2009 10:57:15 +0200 Subject: [PATCH 05/11] =?UTF-8?q?po/sk.po:=20translation=20update=20by=20I?= =?UTF-8?q?van=20Mas=C3=A1r=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikhail S. Pobolovets --- po/sk.po | 741 ++++++++++++++++++++++++++----------------------------- 1 file changed, 349 insertions(+), 392 deletions(-) diff --git a/po/sk.po b/po/sk.po index 6f424d860..f6287a07f 100644 --- a/po/sk.po +++ b/po/sk.po @@ -2,68 +2,68 @@ # Miroslav Baranko , 1999. # Stanislav Visnovsky , 2001,2002. # Marcel Telka , 2002, 2003. +# Ivan Masár , 2009. # msgid "" msgstr "" "Project-Id-Version: mc\n" "Report-Msgid-Bugs-To: mc-devel@gnome.org\n" "POT-Creation-Date: 2009-01-06 13:46+0200\n" -"PO-Revision-Date: 2003-01-22 21:50+0100\n" -"Last-Translator: Marcel Telka \n" +"PO-Revision-Date: 2009-03-11 10:48+0100\n" +"Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" -#, fuzzy msgid " Choose syntax highlighting " -msgstr "zvýraznenie s&Yntaxe" +msgstr " Vyberte zvýraznenie syntaxe" -#, fuzzy msgid "< Auto >" -msgstr " O aplikácii " +msgstr "< Auto >" msgid "< Reload Current Syntax >" -msgstr "" +msgstr "< Znovu načítať aktuálnu syntax >" -#, fuzzy, c-format +#, c-format msgid " Cannot open %s for reading " -msgstr " Neúspešný pokus o otvorenie rúry pre čítanie: " +msgstr " Nepodarilo sa otvoriť %s na čítanie " msgid "Error" msgstr "Chyba" -#, fuzzy, c-format +#, c-format msgid " Error reading from pipe: %s " -msgstr " Chyba pri čítaní z rúry: " +msgstr " Chyba pri čítaní z rúry: %s " -#, fuzzy, c-format +#, c-format msgid " Cannot open pipe for reading: %s " -msgstr " Neúspešný pokus o otvorenie rúry pre čítanie: " +msgstr " Nepodarilo sa otvoriť rúru na čítanie: %s " -#, fuzzy, c-format +#, c-format msgid " Cannot get size/permissions for %s " -msgstr " Nemôžem získať info súbor o veľkosti/právach: " +msgstr " Nepodarilo sa zistiť veľkosti/práva %s " -#, fuzzy, c-format +#, c-format msgid " %s is not a regular file " -msgstr " Nemôžem nahliadnuť: toto nie je normálny súbor " +msgstr " %s nie je normálny súbor " -#, fuzzy, c-format +#, c-format msgid " File %s is too large " -msgstr " Súbor je príliš veľký: " +msgstr " Súbor %s je príliš veľký" msgid "Macro recursion is too deep" msgstr "Rekurzia makra je príliš hlboká" msgid " Enter file name: " -msgstr " Zadajte meno súbpru: " +msgstr " Zadajte meno súboru: " msgid "Warning" msgstr "Varovanie" msgid " File has hard-links. Detach before saving? " -msgstr "" +msgstr " Súbor má pevné odkazy. Odpojiť pred uložením? " msgid "&Yes" msgstr "Án&o" @@ -75,7 +75,7 @@ msgid "&Cancel" msgstr "&Zrušiť" msgid "The file has been modified in the meantime. Save anyway?" -msgstr "" +msgstr "Súbor bol medzitým zmenený. Uložiť napriek tomu?" msgid " Error writing to pipe: " msgstr " Chyba počas zápisu do rúry: " @@ -99,7 +99,7 @@ msgid "Extension:" msgstr "Prípona:" msgid " Edit Save Mode " -msgstr " Upraviť mód ukladania " +msgstr " Upraviť režim ukladania " msgid " Save As " msgstr " Uložiť ako " @@ -107,9 +107,8 @@ msgstr " Uložiť ako " msgid " A file already exists with this name. " msgstr " Súbor s daným meno už existuje. " -#, fuzzy msgid "&Overwrite" -msgstr "Prepísať" +msgstr "&Prepísať" msgid " Cannot save file. " msgstr " Chyba počas ukladania súboru. " @@ -133,13 +132,13 @@ msgid " Save macro " msgstr " Uložiť makro " msgid " Press the macro's new hotkey: " -msgstr " Stlačte nové makro hotkey: " +msgstr " Stlačte nový kláves pre makro: " msgid " Press macro hotkey: " msgstr " Stlačte kláves pre makro: " msgid " Load macro " -msgstr " Nahrať makro " +msgstr " Načítať makro " msgid " Confirm save file? : " msgstr " Potvrdiť uloženie súboru? : " @@ -157,9 +156,8 @@ msgstr "" " Aktuálny text bol modifikovaný bez uloženia súboru. \n" " Pokračovať zrušením týchto zmien. " -#, fuzzy msgid "C&ontinue" -msgstr "Pokračovať" +msgstr "P&okračovať" msgid " Load " msgstr " Nahrať " @@ -221,16 +219,14 @@ msgstr " Nahradiť " msgid "Search" msgstr "Hľadať" -msgid "" -" Invalid regular expression, or scanf expression with too many conversions " +msgid " Invalid regular expression, or scanf expression with too many conversions " msgstr " Nesprávny výraz, alebo scanf výraz s mnohými zmenami " msgid " Error in replacement format string. " msgstr " Chyba vo formáte nahradzovaného reťazca. " -#, fuzzy msgid " Replacement too long. " -msgstr " Zadajte reťazec pre nahradenie:" +msgstr " Reťazec pre nahradenie je príliš dlhý." #, c-format msgid " %ld replacements made. " @@ -249,28 +245,26 @@ msgstr "Skončiť" msgid " File was modified, Save with exit? " msgstr " Súbor bol zmenený, uložiť a skončiť? " -#, fuzzy msgid "&Cancel quit" -msgstr "Zrušiť ukončenie" +msgstr "&Zrušiť ukončenie" -#, fuzzy msgid " Error " -msgstr "Chyba" +msgstr " Chyba" msgid " This function is not implemented. " -msgstr "" +msgstr " Táto funkcia nie je implementovaná. " msgid " Copy to clipboard " msgstr " Kopírovať do schránky " msgid " Unable to save to file. " -msgstr " Nemôžem uložiť do súboru. " +msgstr " Nepodarilo sa uložiť do súboru. " msgid " Cut to clipboard " -msgstr " Vystrihnuť do schránky " +msgstr " Vystrihnúť do schránky " msgid " Goto line " -msgstr " Choď na riadok " +msgstr " Prejsť na riadok " msgid " Enter line: " msgstr " Zadajte riadok: " @@ -294,8 +288,7 @@ msgid " Run Sort " msgstr " Spustiť triedenie " msgid " Enter sort options (see manpage) separated by whitespace: " -msgstr "" -" Zadajte voľby pre triedenie oddelené prázdnym miestom (pozri man stránku): " +msgstr " Zadajte voľby pre triedenie oddelené prázdnym miestom (pozri man stránku): " msgid " Sort " msgstr " Triediť " @@ -307,34 +300,31 @@ msgid " Sort returned non-zero: " msgstr " Triedenie vrátilo nenulovú hodnotu: " msgid "Paste output of external command" -msgstr "" +msgstr "Vložiť výstup externého príkazu" -#, fuzzy msgid "Enter shell command(s):" -msgstr " Zadajte návestie pre príkaz: " +msgstr "Zadajte príkaz shellu:" -#, fuzzy msgid "External command" -msgstr "Další príkaz" +msgstr "Externý príkaz" -#, fuzzy msgid "Cannot execute command" -msgstr " Chyba počas pokusu vykonať príkaz pre triedenie " +msgstr "Nie je možné vykonať príkaz" msgid "Error creating script:" -msgstr "Chyba pri vytvárení skriptu:" +msgstr "Chyba pri vytváraní skriptu:" msgid "Error reading script:" msgstr "Chyba pri čítaní skriptu:" msgid "Error closing script:" -msgstr "Chyba pri zatvárení skriptu:" +msgstr "Chyba pri zatváraní skriptu:" msgid "Script created:" msgstr "Vytvorený skript:" msgid "Process block" -msgstr "Spracovávam blok " +msgstr "Spracovať blok " msgid " Mail " msgstr " Pošta " @@ -355,7 +345,7 @@ msgid " Insert Literal " msgstr " Vložiť znak " msgid " Press any key: " -msgstr " Stlačte nejakú klávesu: " +msgstr " Stlačte ľubovoľný kláves: " msgid " Execute Macro " msgstr " Spustiť makro " @@ -372,15 +362,18 @@ msgid "" "User: %s\n" "Process ID: %d" msgstr "" +"Na súbore \"%s\" už prebiehajú úpravy\n" +"Používateľ: %s\n" +"ID procesu: %d" msgid "File locked" -msgstr "" +msgstr "Súbor zamknutý" msgid "&Grab lock" -msgstr "" +msgstr "&Získať zámok" msgid "&Ignore lock" -msgstr "" +msgstr "&Ignorovať zámok" msgid " About " msgstr " O aplikácii " @@ -399,7 +392,7 @@ msgstr "" "\n" " Copyright (C) 1996 the Free Software Foundation\n" "\n" -" Používateľský prístupný textový editor napísaný\n" +" Používateľsky prívetivý textový editor napísaný\n" " pre Midnight Commander.\n" msgid "&Open file..." @@ -508,10 +501,10 @@ msgid "Sor&t... M-t" msgstr "&Usporiadať... M-t" msgid "Paste o&utput of... M-u" -msgstr "" +msgstr "Vložiť výst&up... M-u" msgid "E&xternal Formatter F19" -msgstr "Externý &Formátor F19" +msgstr "Externý &Formátovač F19" msgid "&Mail... " msgstr "&Pošta... " @@ -520,25 +513,22 @@ msgid "&Execute macro... C-x e, KEY" msgstr "&Vykonať makro... C-x e, KEY" msgid "'ispell' s&pell check M-$" -msgstr "'isp&ell' jazyková kontrola M-$" +msgstr "kontrola pravopisu 'isp&ell' M-$" msgid "&General... " -msgstr "&Všeobecne... " +msgstr "&Všeobecné... " msgid "&Save mode..." -msgstr "&Ukladací mód..." +msgstr "Režim &Ukladania..." -#, fuzzy msgid "Learn &Keys..." -msgstr "uč&Enie kláves..." +msgstr "Uč&Enie kláves..." -#, fuzzy msgid "Syntax &Highlighting..." -msgstr "zvýraznenie s&Yntaxe" +msgstr "Zvýraznenie s&Yntaxe..." -#, fuzzy msgid "Save setu&p..." -msgstr "&Uložiť nastavenie" +msgstr "&Uložiť nastavenie..." msgid " File " msgstr " Súbor " @@ -561,9 +551,8 @@ msgstr "Intuitívne" msgid "Emacs" msgstr "Emacs" -#, fuzzy msgid "User-defined" -msgstr "d&Efinovaný používateľom:" +msgstr "d&Efinovaný používateľom" msgid "None" msgstr "Žiaden" @@ -572,13 +561,13 @@ msgid "Dynamic paragraphing" msgstr "Dynamické rob. odstavcov" msgid "Type writer wrap" -msgstr "Napíšte autora zarovnania" +msgstr "Zalamovanie písacieho stroja" msgid "Word wrap line length: " -msgstr "Zarov. textu podľa dĺžky riadku: " +msgstr "Zalamovanie od dĺžky riadka: " msgid "Tab spacing: " -msgstr "Tabelovať vzdialenosť: " +msgstr "Rozostupy tabulátora: " msgid "Synta&x highlighting" msgstr "zvýraznenie s&Yntaxe" @@ -602,7 +591,7 @@ msgid "&Fake half tabs" msgstr "&Spraviť polovičný tabulátor" msgid "Wrap mode" -msgstr "Zarovnávací mód" +msgstr "Zalamovanie riadkov" msgid "Key emulation" msgstr "Emulácia kľúča" @@ -642,7 +631,7 @@ msgid "" " Cannot open file %s \n" " %s " msgstr "" -" Nemôžem otvoriť súbor %s \n" +" Nemôžno otvoriť súbor %s \n" " %s " #, c-format @@ -651,51 +640,51 @@ msgstr " Chyba v súbore %s na riadku %d " #, c-format msgid "bind: Wrong argument number, bind " -msgstr "" +msgstr "bind: Nesprávne číslo argumentu, bind " #, c-format msgid "bind: Bad key value `%s'" -msgstr "" +msgstr "bind: Zlá hodnota klávesu `%s'" #, c-format msgid "bind: Ehh...no key?" -msgstr "" +msgstr "bind: Hmm... žiaden kláves?" #, c-format msgid "bind: Unknown key: `%s'" -msgstr "" +msgstr "bind: neznámy kláves: `%s'" -#, fuzzy, c-format +#, c-format msgid "bind: Unknown command: `%s'" -msgstr " Príkaz zmeny vlastníka " +msgstr "bind: neznámy príkaz: `%s'" #, c-format msgid "%s: Syntax: %s