mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Merge branch '2980_doc_hints'
* 2980_doc_hints: Add the hint-files synchronization with Transifex. Ticket #2980: Add missing doc/hints french translation
This commit is contained in:
commit
fe511b661f
@ -18,3 +18,4 @@ m4_include([m4.include/ac-glib.m4])
|
||||
m4_include([m4.include/mc-vfs.m4])
|
||||
m4_include([m4.include/mc-version.m4])
|
||||
m4_include([m4.include/mc-tests.m4])
|
||||
m4_include([m4.include/mc-i18n.m4])
|
||||
|
19
configure.ac
19
configure.ac
@ -274,21 +274,7 @@ dnl ############################################################################
|
||||
AM_GNU_GETTEXT(no-libtool, need-ngettext)
|
||||
AM_GNU_GETTEXT_VERSION(0.14.3)
|
||||
|
||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
||||
fi
|
||||
|
||||
dnl User visible support for charset conversion.
|
||||
AC_ARG_ENABLE([charset],
|
||||
AS_HELP_STRING([--enable-charset], [Support for charset selection and conversion @<:@yes@:>@]))
|
||||
have_charset=
|
||||
charset_msg="no"
|
||||
if test "x$enable_charset" != "xno"; then
|
||||
AC_DEFINE(HAVE_CHARSET, 1, [Define to enable charset selection and conversion])
|
||||
have_charset=yes
|
||||
charset_msg="yes"
|
||||
fi
|
||||
|
||||
MC_I18N
|
||||
|
||||
dnl ############################################################################
|
||||
dnl OS specific flags
|
||||
@ -616,7 +602,10 @@ misc/syntax/Makefile
|
||||
misc/syntax/Syntax
|
||||
|
||||
doc/Makefile
|
||||
|
||||
doc/hints/Makefile
|
||||
doc/hints/l10n/Makefile
|
||||
|
||||
doc/man/Makefile
|
||||
doc/man/es/Makefile
|
||||
doc/man/hu/Makefile
|
||||
|
@ -1,14 +1,14 @@
|
||||
if USE_NLS
|
||||
SUBDIRS = l10n
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = l10n
|
||||
|
||||
HINTFILE = mc.hint
|
||||
HINTFILES_LANG = \
|
||||
mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it mc.hint.nl \
|
||||
mc.hint.pl mc.hint.ru mc.hint.sr mc.hint.uk mc.hint.zh
|
||||
|
||||
hintdir = $(pkgdatadir)/hints
|
||||
|
||||
hint_DATA = $(HINTFILE)
|
||||
if USE_NLS
|
||||
hint_DATA += $(HINTFILES_LANG)
|
||||
endif
|
||||
|
||||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = $(HINTFILE) $(HINTFILES_LANG)
|
||||
EXTRA_DIST = $(HINTFILE)
|
||||
|
8
doc/hints/l10n/Makefile.am
Normal file
8
doc/hints/l10n/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
hintdir = $(pkgdatadir)/hints
|
||||
|
||||
HINTFILES_LANG = $(srcdir)/mc.hint.*
|
||||
|
||||
hint_DATA = $(HINTFILES_LANG)
|
||||
|
||||
# Files processed by configure don't need to be here
|
||||
EXTRA_DIST = $(HINTFILES_LANG)
|
4
doc/hints/l10n/README.txt
Normal file
4
doc/hints/l10n/README.txt
Normal file
@ -0,0 +1,4 @@
|
||||
ATTENTION! Don't edit hint-files in this directory!
|
||||
|
||||
Remember that all these files is a TARGET for files originally placed on Transifex:
|
||||
https://www.transifex.com/projects/p/mc/resource/mc_hint/
|
93
doc/hints/l10n/mc.hint.az
Normal file
93
doc/hints/l10n/mc.hint.az
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
95
doc/hints/l10n/mc.hint.be
Normal file
95
doc/hints/l10n/mc.hint.be
Normal file
@ -0,0 +1,95 @@
|
||||
Намінка. «C-x t» перапісвае ў загадны радок назвы пазначаных файлаў.
|
||||
|
||||
Намінка. «C-x p» перапісвае у загадны радок дзейны шлях.
|
||||
|
||||
Намінка. «M-Tab» ці «Esc+Tab» дапаўняе набранае. Каб убачыць сьпіс,
|
||||
націсьніце двойчы.
|
||||
|
||||
Намінка. «M-p» і «M-n» дае доступ да гісторыі загадаў.
|
||||
|
||||
Намінка. Трэба ўставіць знак літаральна? Цісьніце «Control-q» і знак.
|
||||
|
||||
Намінка. Стаміліся ад намінкаў? Забараніце іх у мэню «Налады» → «Выгляд».
|
||||
|
||||
Намінка. Каб пазначыць каталёґі, дадайце касую рыску ў канец шаблёну.
|
||||
|
||||
Намінка. Калі тэрмінал ня мае функцыянальных клявішаў, ужывайце «ESC+лічба».
|
||||
|
||||
Намінка. Бачына «Міднайт Камандэра» — http://www.midnight-commander.org/.
|
||||
|
||||
Намінка. Пра хібы паведамляйце на mc-devel@gnome.org.
|
||||
|
||||
Намінка. «Tab» зьмяняе дзейную панэль.
|
||||
|
||||
Намінка. VFS — гэта зручна: націсьніце «Ўвод» на архіве, і ўбачыце
|
||||
зьмесьціва.
|
||||
|
||||
Намінка. У нас ёсьць добрае правадніцтва.
|
||||
|
||||
Намінка. Хочаце перасоўвацца, як у «Lynx»? Вызначце гэта ў «Настаўленьнях».
|
||||
|
||||
Намінка. Макрасы «%» працуюць нават у загадным радку.
|
||||
|
||||
Намінка. «M-!» дазваляе выконваць праґрамы,\ а вывад бачыць у праглядніку.
|
||||
|
||||
Намінка. Выгляд пераліку файлаў можна зьмяніць — глядзіце «man mc».
|
||||
|
||||
Намінка. «%D» і «%T» выводзіць каталёґ насупраць і пазначаныя ў ім файлы.
|
||||
|
||||
Намінка. Хочаце звычайную абалонку? Цісьніце «C-o»,\ а каб вярнуцца — «C-o»
|
||||
яшчэ раз.
|
||||
|
||||
Намінка. Каб хутчэй набіраць загады «cd …»,\ вызначце зьменную «CDPATH».
|
||||
|
||||
Намінка. Калі хочаце бачыць схаваныя файлы «.*», вызначце гэта ў
|
||||
«Настаўленьнях».
|
||||
|
||||
Намінка. Хочаце бачыць файлы адноўкі «*~»? Вызначце гэта ў «Настаўленьнях».
|
||||
|
||||
Намінка. Ва ўсіх радках уводу і дыялёґах можна дапаўняць: націсьніце
|
||||
«M-Tab».
|
||||
|
||||
Намінка. На павольных тэрміналах можа дапамагчы пазнака «-s».
|
||||
|
||||
Намінка. Шукаць файл:\ кнопка «На панэль» дазваляе працаваць са знойдзеным.
|
||||
|
||||
Намінка. Калі трэба шукаць складана, ужывайце загад «На вонкавую панэль».
|
||||
|
||||
Намінка. Каб хутка зьмяніць каталёґ, калі набіраеце загад, цісьніце «M-c».
|
||||
|
||||
Уважце: загады абалонкі могуць не працаваць на немясцовых файлавых сыстэмах.
|
||||
|
||||
Намінка. «C-y» вяртае страчаны тэкст.
|
||||
|
||||
Намінка. Пэўныя клявішы не працуюць? Зірніце «Налады» → «Вывучыць клявішы».
|
||||
|
||||
Намінка. Каб пабачыць вывад загаду ў праглядніку, цісьніце «M-!»
|
||||
|
||||
Намінка. «F13» (або «Shift-F3») праглядае файл наўпрост.
|
||||
|
||||
Намінка. Зьменная «EDITOR» вызначае рэдактар, які выклікаецца па «F4».
|
||||
|
||||
Намінка. Зьменныя «VIEWER» або «PAGER» вызначаюць вонкавы прагляднік.
|
||||
|
||||
Намінка. Забараніць пытацца пацьвярджаць можна ў «Наладах» → «Пацьвярджаць».
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Намінка. Можна ўвайсьці FTP безыменным,\ набраўшы «cd ftp://machine.edu»
|
||||
|
||||
Намінка. «Міднайт Камандэр» мае ўбудаваны FTP — глядзіце «Панэль» →
|
||||
«Злучыцца праз FTP».
|
||||
|
||||
Намінка. «M-t» хутка зьмяняе выгляд пераліку ў панэлі.
|
||||
|
||||
Намінка. На FTPS можна пазначаць імя карыстальніка:\ «cd
|
||||
ftp://user@machine.edu».
|
||||
|
||||
Намінка. Можна зірнуць зьмесьціва архіву RPM, калі націснуць на ім «Увод».
|
||||
|
||||
Намінка. Каб у дыялёґу выбару пазначыць каталёґі, дадайце касую рыску.
|
||||
|
||||
Намінка. Каб выразаць і ўстаўляць мышкаю, можа спатрэбіцца трымаць «Shift».
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.bg
Normal file
93
doc/hints/l10n/mc.hint.bg
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.ca
Normal file
93
doc/hints/l10n/mc.hint.ca
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,42 +1,93 @@
|
||||
Tip: C-x t vloží na příkazovou řádku označené soubory.
|
||||
|
||||
Tip: C-x p vloží na příkazovou řádku jméno aktuálního adresáře.
|
||||
Tip: Doplňování: použijte M-Tab (nebo Esc+Tab). Dvojitým zadáním získáte seznam.
|
||||
|
||||
Tip: Doplňování: použijte M-Tab (nebo Esc+Tab). Dvojitým zadáním získáte
|
||||
seznam.
|
||||
|
||||
Tip: Použitím M-p nebo M-n se pohybujete v historii příkazů.
|
||||
Tip: Chcete zadat speciální znak (např. tabulátor)? Použijte Ctrl-q a daný znak.
|
||||
Tip: Nechcete již vidět tipy? Vypněte je v Nastavení/Zobrazení/Další nastavení.
|
||||
|
||||
Tip: Chcete zadat speciální znak (např. tabulátor)? Použijte Ctrl-q a daný
|
||||
znak.
|
||||
|
||||
Tip: Nechcete již vidět tipy? Vypněte je v Nastavení/Zobrazení/Další
|
||||
nastavení.
|
||||
|
||||
Tip: Adresáře vyberete přidáním lomítka na konec vzorku.
|
||||
|
||||
Tip: Pokud Váš terminál nezná nebo nemá funkční klávesy, použijte Esc+číslo.
|
||||
|
||||
Tip: Stránka GNU Midnight Commanderu je http://www.midnight-commander.org/
|
||||
|
||||
Tip: Zprávy o chybách posílejte na mc-devel@gnome.org (anglicky).
|
||||
|
||||
Tip: Pomocí klávesy Tab změníte aktuální panel.
|
||||
|
||||
Tip: Stiskem Enter na souboru .tar nebo .tar.gz si prohlédnete obsah.
|
||||
|
||||
Tip: Existuje také manuálová stránka [mc(1)].
|
||||
|
||||
Tip: Přejete si klávesy stejně jako v lynxu? Nastavte to v Nastavení.
|
||||
|
||||
Tip: Makra uvozená % pracují na příkazové řádce.
|
||||
|
||||
Tip: Pomocí M-! můžete spustit příkaz a prohlédnout si výstup v okně.
|
||||
|
||||
Tip: Zobrazení v panelech může být upraveno. Z „man mc“ se dozvíte více.
|
||||
|
||||
Tip: %D/%T se rozvine na soubory označené v druhém panelu.
|
||||
|
||||
Tip: Chcete opět váš shell? Stiskněte C-o. Do MC se vrátíte opět přes C-o.
|
||||
|
||||
Tip: Nastavením proměnné CDPATH můžete šetřit klávesnici.
|
||||
|
||||
Tip: Pokud chcete vidět soubory začínající tečkou, řekněte to v Nastavení.
|
||||
|
||||
Tip: Chcete vidět zálohy svých souborů (končí ~). Použijte Nastavení.
|
||||
|
||||
Tip: Doplňování funguje ve vstupních řádkách všech dialogů. Použijte M-Tab.
|
||||
|
||||
Tip: Na terminálech s pomalou odezvou zkuste parametr -s (mc -s).
|
||||
|
||||
Tip: S nalezenými soubory můžete pracovat. Stiskněte tlačítko Panelizace.
|
||||
|
||||
Tip: Pro opravdu složité operace zkuste příkaz Příkaz/Externí panelizace.
|
||||
|
||||
Tip: Pokud chcete změnit adresář při práci na příkazové řádce, zkuste M-c.
|
||||
Pozn.: Příkazy shellu nefungují, pokud nepracujete na lokálním systému souborů.
|
||||
|
||||
Pozn.: Příkazy shellu nefungují, pokud nepracujete na lokálním systému
|
||||
souborů.
|
||||
|
||||
Tip: Smazaný text obnovíte C-y.
|
||||
|
||||
Tip: Pokud některé klávesy nefungují, použijte menu Nastavení/Učení kláves.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Tip: F13 (nebo Shift-F3) vyvolá prohlížení bez zpracování obsahu souboru.
|
||||
|
||||
Tip: Editor pro klávesu F4 určíte pomocí proměnné prostředí EDITOR.
|
||||
Tip: Externí prohlížeč určíte proměnnými VIEWER nebo PAGER.
|
||||
|
||||
Tip: Externí prohlížeč určíte proměnnými VIEWER nebo PAGER
|
||||
|
||||
Tip: Všechny žádosti o potvrzení můžete zakázat v Nastavení/Potvrzování.
|
||||
Tip: K seznamu často používaných adresářů se můžete dostat i přes C-\.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Tip: Na anonymní FTP se připojíte pomocí „cd ftp://stroj.domena.cz“.
|
||||
|
||||
Tip: MC má vestavěný FTP. Podívejte se do menu Levý/FTP spojení na počítač.
|
||||
|
||||
Tip: M-t rychle mění formát zobrazení panelů.
|
||||
|
||||
Tip: Při FTP spojení můžete zadat i jméno: „cd ftp://jmeno@stroj.domena.cz“.
|
||||
|
||||
Tip: RPM soubory si prohlédnete stiskem Enter.
|
||||
Tip: Chcete-li použít myš pro zkopírování nebo vložení textu, stiskněte Shift.
|
||||
Tip: V seznamu adresářů můžete mít i často navštěvované FTP servery. Zkuste C-\.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Tip: Chcete-li použít myš pro zkopírování nebo vložení textu, stiskněte
|
||||
Shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.da
Normal file
93
doc/hints/l10n/mc.hint.da
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Fif: Brug M-p og M-n for at tilgå kommando-historikken.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Fif: Træt af disse meddelelser? Slå dem fra i Indstillinger/Udseende menuen.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.de
Normal file
93
doc/hints/l10n/mc.hint.de
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.de_CH
Normal file
93
doc/hints/l10n/mc.hint.de_CH
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
107
doc/hints/l10n/mc.hint.el
Normal file
107
doc/hints/l10n/mc.hint.el
Normal file
@ -0,0 +1,107 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Συμβουλή: Χρησιμοποιήστε το C-x p για να αντιγράψετε την τρέχουσα διαδρομή
|
||||
στη γραμμή εντολών.
|
||||
|
||||
Συμβουλή: Συμπλήρωση: χρησιμοποιήστε M-Tab (ή Esc+Tab). Πατήστε το δύο
|
||||
φορές για να δείτε μια λίστα.
|
||||
|
||||
Συμβουλή: Χρησιμοποιήστε M-p και M-n για να δείτε το ιστορικό εντολών.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Συμβουλή: Η ιστοσελίδα του GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Συμβουλή: Παρακαλούμε στείλτε μας αναφορές σφαλμάτων στο mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Συμβουλή: Θέλετε περιήγηση στο στυλ του lynx; Ρυθμίστε το στο διάλογο
|
||||
Ρυθμίσεις.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Συμβουλή: Το M-! θα σας επιτρέψει να εκτελέσετε προγράμματα και να δείτε την
|
||||
έξοδο στον προβολέα.
|
||||
|
||||
Συμβουλή: Η μορφή της λίστας αρχείων μπορεί να προσαρμοστεί. Πατήστε "man
|
||||
mc" για λεπτομέρειες.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Συμβουλή: Θέλετε ένα σκέτο κέλυφος; Πατήστε C-o, και ελάτε πίσω στο MC με
|
||||
C-o ξανά.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Συμβουλή: Αν θέλετε να βλέπετε τα αρχεία .* , πείτε το στο διάλογο
|
||||
ρυθμίσεων.
|
||||
|
||||
Συμβουλή: Θέλετε να βλέπετε τα αρχεία *~; Ρυθμίστε το στο διάλογο ρυθμίσεων
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Συμβουλή: Για αργά τερματικά ίσως μπορεί να βοηθήσει η σημαία -s.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Συμβουλή: Για να αλλάξετε κατάλογο ενώ έχετε ήδη ξεκινήσει να πληκτρολογείτε
|
||||
μία εντολή, χρησιμοποιήστε το M-c (γρήγορο cd).
|
||||
|
||||
Σημείωση: Οι εντολές κελύφους δε θα λειτουργήσουν όταν βρίσκεστε σε ένα μη
|
||||
τοπικό σύστημα αρχείων.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Συμβουλή: Μήπως κάποια από τα πλήκτρα σας δε λειτουργούν; Δείτε το
|
||||
Επιλογές/Εκμάθηση πλήκτρων.
|
||||
|
||||
Συμβουλή: Για να δείτε την έξοδο μιας εντολής στον προβολέα, χρησιμοποιήστε
|
||||
το M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Συμβουλή: Μπορείτε να ρυθμίσετε τον εξωτερικό προβολέα με τις μεταβλητές
|
||||
κελύφους VIEWER ή PAGER.
|
||||
|
||||
Συμβουλή: Μπορείτε να απενεργοποιήσετε όλα τα ερωτήματα επιβεβαίωσης στο
|
||||
Επιλογές/Επιβεβαίωση
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Συμβουλή: Μπορείτε να κάνετε ανώνυμο FTP με το mc πληκτρολογώντας 'cd
|
||||
ftp://machine.edu'
|
||||
|
||||
Συμβουλή: Το Midnight Commander έχει ενσωματωμένο FTP, δείτε το μενού
|
||||
Αρχείο/FTP.
|
||||
|
||||
Συμβουλή: Το M-t αλλάζει γρήγορα τη λειτουργία λίστας.
|
||||
|
||||
Συμβουλή: Μπορείτε να ρυθμίσετε το όνομα χρήστη όταν κάνετε ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Συμβουλή: Μπορείτε να περιηγηθείτε σε αρχεία RPM πατώντας enter πάνω σε ένα
|
||||
αρχείο rpm.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Συμβουλή: Η χρήση αντιγραφής και επικόλλησης με το ποντίκι μπορεί να απαιτεί
|
||||
να πατάτε το πλήκτρο shift
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
100
doc/hints/l10n/mc.hint.eo
Normal file
100
doc/hints/l10n/mc.hint.eo
Normal file
@ -0,0 +1,100 @@
|
||||
Konsilo: Stir-x t por kopii markitajn dosiernomojn al la komandlinio.
|
||||
|
||||
Konsilo: Stir-x p por kopii la aktualan vojnomon al la komandlinio.
|
||||
|
||||
Konsilo: Alt-Tabo (aŭ Esk-Tabo) por finigi tajpatan frazon. Dufoje por
|
||||
listo.
|
||||
|
||||
Konsilo: Alt-p kaj Alt-n por atingi la komandan historion.
|
||||
|
||||
Konsilo: Stir-q por citi signon.
|
||||
|
||||
Konsilo: Ĉu vi ne plu volas vidi ĉi tiujn mesaĝojn. Malaktivigi ilin en
|
||||
Agordo/Aranĝo.
|
||||
|
||||
Konsilo: Aldoni oblikvon al la fino de ŝablono por elekti dosierujon.
|
||||
|
||||
Konsilo: Se via terminalo malhavas funkciajn klavojn, uzu la kombinon
|
||||
Esk+numero.
|
||||
|
||||
Konsilo: La ĉefpaĝo de
|
||||
|
||||
Konsilo: Sendi raportojn pri eraroj (anglalingve) al mc-devel@gnome.org
|
||||
|
||||
Konsilo: Tabo ŝanĝas la aktualan flankon.
|
||||
|
||||
Konsilo: Mirinde, klavi la Enen-klavon super tar-dosiero por esplori ĝian
|
||||
enhavon.
|
||||
|
||||
Konsilo: Ankaŭ ekzistas manlibra paĝo.
|
||||
|
||||
Konsilo: Ĉu vi volas navigadon laŭ la modelo de Lynx? Agordi en la agorda
|
||||
dialogujo.
|
||||
|
||||
Konsilo: makrooj kun % funkcias eĉ ĉe la komandlinio.
|
||||
|
||||
Konsilo: Alt-! por plenumigi programon kaj vidi la eligon en la
|
||||
dokumento-legilo.
|
||||
|
||||
Konsilo: La aranĝon en la dosiera listo eblas agordi.
|
||||
|
||||
Konsilo: %D/%T etendiĝas al la markitaj dosieroj en la kontraŭa dosierujo.
|
||||
|
||||
Konsilo: Stir-o por inversigi inter la flankoj kaj ŝelo.
|
||||
|
||||
Konsilo: Agordi la medivariablon CDPATH por malmulta klavado.
|
||||
|
||||
Konsilo: Deklari ke vi volas vidi kaŝitajn dosierojn en la agorda dialogujo.
|
||||
|
||||
Konsilo: Deklari ke vi volas vidi provizorajn dosierojn en la agorda
|
||||
dialogujo.
|
||||
|
||||
Konsilo: Finigo funkcias ĉe tekstaj kampoj en ĉiuj dialogujo. Premu:
|
||||
Alt-Tabo.
|
||||
|
||||
Konsilo: La komandlinia parametro -s por pli malrapidaj terminaloj.
|
||||
|
||||
Konsilo: Eblas prilabori la trovitajn dosierojn per la butono "Flankigi".
|
||||
|
||||
Konsilo: Ĉu vi volas fari malsimplajn serĉojn. "Eksterigi Flankojn" estas
|
||||
ebla esti uzata.
|
||||
|
||||
Konsilo: Alt-c por ŝanĝi dosierujon dum tajpi komandon.
|
||||
|
||||
Noto: Ŝelaj komandoj ne funkcias ĉe foraj dosiersistemoj.
|
||||
|
||||
Konsilo: Stir-y por revivigi tekston.
|
||||
|
||||
Konsilo: Agordi/Lerni klavojn por certigi, ke ĉiuj klavoj funkcias.
|
||||
|
||||
Konsilo: Alt-! por rigardi la eligon de komando en la dokumento-legilo.
|
||||
|
||||
Konsilo: F13 (aŭ Reg-F3) por la dokumento-legilo en nuda reĝimo.
|
||||
|
||||
Konsilo: Specifi la tekstoredaktilon por F4 per la medivariablo EDITOR.
|
||||
|
||||
Konsilo: Specifi la eksteran dokumento-legilon per la medivariablon VIEWER
|
||||
aŭ PAGO.
|
||||
|
||||
Konsilo: Ĉiuj konfirmo-petoj estas malaktivigeblaj en Agordo/Konfirmo.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Konsilo: 'cd ftp://machine.edu' por sennoma FTP-konekto al machine.org
|
||||
|
||||
Konsilo: Dosiero/FTP por ena FTP-kliento
|
||||
|
||||
Konsilo: Alt-t por rapide ŝanĝi la listan reĝimon
|
||||
|
||||
Konsilo: Specifi la salutnomon ĉe FTP-servilo per 'cd
|
||||
ftp://salutnomo@machine.edu'
|
||||
|
||||
Konsilo: Klavi la enen-klavon super RPM-dosieron por rigardi ĝian enhavon.
|
||||
|
||||
Konsilo: Por marki dosierujojn ĉe elektiloj almetu oblikvon.
|
||||
|
||||
Konsilo: Eble vi devas premadi la registrumon por kopii kaj alglui per la
|
||||
muso.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
99
doc/hints/l10n/mc.hint.es
Normal file
99
doc/hints/l10n/mc.hint.es
Normal file
@ -0,0 +1,99 @@
|
||||
Consejo: Ctrl-x t pone los archivos marcados en la línea de órdenes.
|
||||
|
||||
Consejo: Ctrl-x p copia la trayectoria completa en la línea de órdenes.
|
||||
|
||||
Consejo: Alt-Tab (o Esc+Tab) completa nombres; dos veces y muestra una
|
||||
lista.
|
||||
|
||||
Consejo: Alt-p y Alt-n permiten acceder a la historia de órdenes.
|
||||
|
||||
Consejo: Para introducir un carácter especial: Ctrl-q y el carácter.
|
||||
|
||||
Consejo: ¿Harto de mensajitos? Se quitan en el menú Opciones/Presentación.
|
||||
|
||||
Consejo: Para seleccionar directorios añadir «/» tras el patrón a buscar.
|
||||
|
||||
Consejo: Si no funcionan las teclas de función, ESC+número sirve.
|
||||
|
||||
Consejo: El sitio oficial del Midnight Commander es
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Consejo: Comunique cualquier defecto a mc-devel@gnome.org
|
||||
|
||||
Consejo: El tabulador cambia de panel.
|
||||
|
||||
Consejo: ¡El mejor VFS! Al «entrar» en un archivo comprimido se ve su
|
||||
contenido.
|
||||
|
||||
Consejo: El Midnight Commander tiene manual: «man mc»
|
||||
|
||||
Consejo: ¿Desea navegar con las flechas al estilo Lynx? Está en
|
||||
Configuración.
|
||||
|
||||
Consejo: Las macros con % funcionan incluso en la línea de órdenes.
|
||||
|
||||
Consejo: Con Alt-! puede ejecutar programas y ver la salida en el visor.
|
||||
|
||||
Consejo: El formato del listado se puede personalizar; «man mc» para ver
|
||||
pistas.
|
||||
|
||||
Consejo: %D/%T representa los archivos seleccionados en el panel opuesto.
|
||||
|
||||
Consejo: Con C-o se puede ir y volver a la shell de siempre.
|
||||
|
||||
Consejo: La variable CDPATH ahorra teclas al cambiar de directorios.
|
||||
|
||||
Consejo: Para ver los archivos «.*» basta indicarlo en Configuración.
|
||||
|
||||
Consejo: Para ver los archivos de seguridad tipo *~ ir a Configuración.
|
||||
|
||||
Consejo: Se puede auto-completar nombres también en los diálogos con
|
||||
Alt-Tab.
|
||||
|
||||
Consejo: En terminales lentos la opción -s puede ayudar.
|
||||
|
||||
Consejo: Puede «Llevar al panel» los resultados de «Buscar archivos» y
|
||||
usarlos.
|
||||
|
||||
Consejo: Puede hacer y guardar búsquedas complejas con «Búsquedas externas».
|
||||
|
||||
Consejo: Con M-c cambiar de directorio es un poco más cómodo.
|
||||
|
||||
Nota: Las instrucciones de la Shell no funcionan fuera del sistema local.
|
||||
|
||||
Consejo: Con C-y puede recuperar texto eliminado.
|
||||
|
||||
Consejo: ¿Alguna tecla rebelde? Puede educarla con «Redefinir teclas».
|
||||
|
||||
Consejo: Para ver la salida de una orden por el visor M-!
|
||||
|
||||
Consejo: F13 (o Mayúsculas-F3) invoca el visor en modo primitivo, sin
|
||||
formatos.
|
||||
|
||||
Consejo: F4 puede usar cualquier editor que indiquemos en la variable
|
||||
EDITOR.
|
||||
|
||||
Consejo: Se puede usar un visor externo indicado en la variable PAGER.
|
||||
|
||||
Consejo: Para deshabilitar los mensajes de Confirmación vaya al menú
|
||||
Opciones.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Consejo: Para hacer un FTP anónimo con mc: «cd ftp://maquina.dominio»
|
||||
|
||||
Consejo: FTP está integrado en Midnight Commander, en «conexión por FTP...»
|
||||
|
||||
Consejo: M-t permite cambiar rápidamente entre varios modos de listado.
|
||||
|
||||
Consejo: Para hacer un FTP no-anónimo: «cd ftp://usuario@maquina.dominio»
|
||||
|
||||
Consejo: Para examinar un archivo RPM basta pulsar «intro» sobre él.
|
||||
|
||||
Consejo: Para marcar directorios en el dialogo de selección, añadirle «/».
|
||||
|
||||
Consejo: Para copiar y pegar con ratón mantener presionada la tecla
|
||||
MAYÚSCULAS.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
100
doc/hints/l10n/mc.hint.eu
Normal file
100
doc/hints/l10n/mc.hint.eu
Normal file
@ -0,0 +1,100 @@
|
||||
Aholkua: Erabili C-x t etiketatutako fitxategi izenak komando lerrora
|
||||
kopiatzeko.
|
||||
|
||||
Aholkua: Erabili C-x p uneko bide-izena komando lerrora kopiatzeko.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Aholkua: Erabili M-p eta M-n komandoen historia atzitzeko.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Aholkua: Zure terminalari funtzio teklak falta bazaizkio, erabili
|
||||
Ihes+zenbakia sekuentzia.
|
||||
|
||||
Hint: GNU Midnight Commander-ren atariko orria:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Aholkua: Mesedez bidali akats txosten oro hona mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Aholkua: Eskuliburu orrialde ederra ere badaukagu.
|
||||
|
||||
Aholkua: Lynx tankerako nabigazioa nahi duzu? Ezarri ezazu Konfigurazio
|
||||
elkarrizketan.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Aholkua: Zure shell soila nahi duzu? Sakatu C-o, eta itzuli MC-ra C-o berriz
|
||||
erabiliz.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Aholkua: Zure .* fitxategiak ikusi nahi badituzu, horrela adierazi
|
||||
Konfigurazio elkarrizketan.
|
||||
|
||||
Aholkua: Zure *~backup fitxategiak ikusi nahi dituzu? Ezarri ezazu
|
||||
Konfigurazio elkarrizketan.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Aholkua: Terminal moteletan -s banderak lagundu dezake.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Aholkua: F4-rentzako editorea zehaztu dezakezu EDITOR shell aldagaiarekin.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Aholkua: Saguaren ebaki eta itsatsi erabiltzeko maius tekla sakatu behar
|
||||
izan dezakezu
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
106
doc/hints/l10n/mc.hint.fa
Normal file
106
doc/hints/l10n/mc.hint.fa
Normal file
@ -0,0 +1,106 @@
|
||||
راهنمایی: از ترکیب C-x t برای کپی کردن نام فایلهای انتخاب شده به خط فرمان
|
||||
استفاده کنید.
|
||||
|
||||
راهنمایی: از ترکیب C-x p برای کپی کردن مسیر پوشهی فعلی به خط فرمان استفاده
|
||||
کنید.
|
||||
|
||||
راهنمایی: تکمیل: از ترکیب M-Tab (یا Esc+Tab) استفاده کنید. | دوبار تایپ کنید
|
||||
تا فهرستی نشان داده شود.
|
||||
|
||||
راهنمایی: برای دسترسی به تاریخچهی فرمانها از M-p و M-n استفاده کنید.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
راهنمایی: از این راهنماییها خسته شدهاید؟ در منوی تنظیمات/طرحبندی آنها را
|
||||
خاموش کنید.
|
||||
|
||||
راهنمایی: برای انتخاب پوشهها در آخر الگوی تطبیق یک کاراکتر خط مورب اضافه
|
||||
کنید.
|
||||
|
||||
راهنمایی: اگر ترمینال شما از کلیدهای فانکشن پشتیبانی نمیکند، از Esc+عدد
|
||||
استفاده کنید.
|
||||
|
||||
راهنمایی: نشانی وبگاه فرماندار نیمهشب: http://www.midnight-commander.org/
|
||||
|
||||
راهنمایی: لطفا هرگونه باگ را به mc-devel@gnome.org گزارش دهید.
|
||||
|
||||
راهنمایی: Tab قاب فعلی را عوض میکند.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
راهنمایی: ما همچنین یه صفحهی راهنمای Manual داریم.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
راهنمایی: خط فرمان سادهی خودتان را میخواهید؟ با فشردن C-o بین خط فرمان و
|
||||
MC جابجا شوید.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
راهنمایی: میخواهید فایلهای پنهان را که با . شروع میشوند ببینید، به
|
||||
پنجرهی پیکربندی بروید.
|
||||
|
||||
راهنمایی: میخواهید فایلهای پشتیبان را که با ~ به پایان میرسند را ببینید؟
|
||||
به پنجرهی پیکربندی بروید.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
راهنمایی: اگر خواستید در حین تایپ یک دستور پوشه را عوض کنید از ترکیب M-c
|
||||
استفاده کنید (quick cd).
|
||||
|
||||
راهنمایی: زمانی که در یک فایل سیستم غیر محلی باشید دستورات شل کار نمیکنند.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
راهنمایی: برخی از کلیدهای شما کار نمیکنند؟ به منوی تنظیمات/یادگیری کلیدها
|
||||
بروید.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
راهنمایی: برای تعیین ویرایشگری که با F4 باز میشود متغیر EDITOR را در شل
|
||||
مقداردهی کنید.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
راهنمایی: شما میتوانید تمام درخواستهای تایید را در منوی تنظیمات/تایید
|
||||
غیرفعال کنید.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
راهنمایی: FTP در فرماندار نیمهشب گنجانده شده است. منوی فایل/FTP link را
|
||||
ببینید.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
راهنمایی: برای بریدن و چسباندن با استفاده از موشواره باید دکمهی shift را
|
||||
نگهدارید
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.fi
Normal file
93
doc/hints/l10n/mc.hint.fi
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.fi_FI
Normal file
93
doc/hints/l10n/mc.hint.fi_FI
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
117
doc/hints/l10n/mc.hint.fr
Normal file
117
doc/hints/l10n/mc.hint.fr
Normal file
@ -0,0 +1,117 @@
|
||||
Astuce: Faire C-x t pour copier les noms des fichiers sélectionnés vers la
|
||||
ligne de commande.
|
||||
|
||||
Astuce: Faire C-x p pour copier le chemin courant vers la ligne de commande.
|
||||
|
||||
Astuce: Complétion: faire M-Tab (ou Esc+Tab). Réfaire une deuxième fois pour
|
||||
avoir une liste.
|
||||
|
||||
Astuce: Faire M-p et M-n pour accéder à l'historique des commandes.
|
||||
|
||||
Astuce: Besoin de quoter un caractère? Faire C-q suivi du caractère.
|
||||
|
||||
Astuce: Lassé de lire ces messages? Désactivez les dans le menu
|
||||
Options/Présentation.
|
||||
|
||||
Astuce: Sélection de répertoires: ajouter une barre oblique à la fin de
|
||||
motif de recherche.
|
||||
|
||||
Astuce: Si votre clavier n'a pas de touche de fonction, utilisez la
|
||||
combinaison ESC+nombre.
|
||||
|
||||
Astuce: Site officiel de GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Astuce: Envoyez vos rapports de bogues à l'adresse mc-devel@gnome.org
|
||||
|
||||
Astuce: La touche Tab permute le panneau courant.
|
||||
|
||||
Astuce: VFS: taper Entrée sur une archive tar pour en visualiser son
|
||||
contenu.
|
||||
|
||||
Astuce: Une documentation complète est disponible: "man mc".
|
||||
|
||||
Astuce: Vous cherchez une navigation à la Lynx? Activez-là dans le menu
|
||||
Options/Configuration.
|
||||
|
||||
Astuce: Les macros % fonctionnent également dans la ligne de commande.
|
||||
|
||||
Astuce: M-! permet d'executer un programme et d'afficher le résultat dans le
|
||||
viewer.
|
||||
|
||||
Astuce: Le listing des fichiers peut-être customisée; consultez "man mc"
|
||||
pour plus d'informations.
|
||||
|
||||
Astuce: %D/%T substitue le répertoire et la liste des fichiers sélectionnés
|
||||
dans le panneau opposé.
|
||||
|
||||
Astuce: Vous voulez un shell plein écran? Taper C-o, puis revenez à MC en
|
||||
tapant C-o à nouveau.
|
||||
|
||||
Astuce: Assigner des répertoires à la variable d'environnement CDPATH peut
|
||||
rendre plus concise la commande cd.
|
||||
|
||||
Astuce: Pour visualiser les fichiers cachés, paramétrez-le dans le menu
|
||||
Options/Configuration.
|
||||
|
||||
Astuce: Visualiser les fichiers de sauvegardes *~ ? Paramétrez-le dans le
|
||||
menu Options/Configuration.
|
||||
|
||||
Astuce: La complétion fonctionne sur toutes les saisies dans toutes les
|
||||
fenêtres. Taper M-Tab.
|
||||
|
||||
Astuce: Pour les terminaux lents, lancer MC avec l'argument -s peut aider.
|
||||
|
||||
Astuce: Recherche de fichier: travaillez avec les fichiers trouvés en
|
||||
utilisant la fonction "Mettre en panneau".
|
||||
|
||||
Astuce: Vous souhaitez faire des recherches complexes? Rendez-vous dans le
|
||||
menu Commande/Panneau externe.
|
||||
|
||||
Astuce: Pour changer de répertoire rapidement, utiliser M-c (cd rapide).
|
||||
|
||||
Astuce: Les commandes shell ne fonctionnent que sur des systèmes de fichiers
|
||||
locaux.
|
||||
|
||||
Astuce: Coller du texte dans la ligne de commande avec C-y.
|
||||
|
||||
Astuce: Tous les raccourcis claviers ne fonctionnent pas? Vérifier dans le
|
||||
menu Options/Apprendre les touches.
|
||||
|
||||
Astuce: Pour voir le résultat d'une commande dans le visionneur, faire M-!.
|
||||
|
||||
Astuce: F13 (ou Shift-F3) exécute le visionneur interne (raw viewer).
|
||||
|
||||
Astuce: Vous pouvez définir l'editeur utilisé avec la touche F4 via la
|
||||
variable d'environnement EDITOR.
|
||||
|
||||
Astuce: Vous pouvez définir le visionneur externe utilisé par le shell via
|
||||
la variable d'environnement VIEWER ou PAGER.
|
||||
|
||||
Astuce: Vous pouvez désactiver toutes les demandes de confirmation dans le
|
||||
menu Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Astuce: Vous pouvez faire du FTP anonyme avec MC en tapant 'cd
|
||||
ftp://machine.edu'.
|
||||
|
||||
Astuce: Le support FTP est intégré à Midnight Commander, voir le menu "Lien
|
||||
FTP...".
|
||||
|
||||
Astuce: M-t change le mode de listing courant.
|
||||
|
||||
Astuce: Vous pouvez définir l'utilisateur en utilisant FTP: 'cd
|
||||
ftp://utilisateur@machine.edu'.
|
||||
|
||||
Astuce: VFS: parcourez le contenu des fichiers RPM en tapant Entrée sur le
|
||||
fichier.
|
||||
|
||||
Astuce: Pour ne sélectionner que les répertoires (dans la fenêtre
|
||||
"Selectionner"), taper le caractère oblique '/'.
|
||||
|
||||
Astuce: Le copier-coller par la souris peut nécessiter de maintenir la
|
||||
touche Shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
101
doc/hints/l10n/mc.hint.gl
Normal file
101
doc/hints/l10n/mc.hint.gl
Normal file
@ -0,0 +1,101 @@
|
||||
Consello: C-x t copia os nomes dos ficheiros marcados na liña de ordes.
|
||||
|
||||
Consello: C-x p copia a ruta actual na liña de ordes.
|
||||
|
||||
Consello: M-Tab (ou ESC+Tab) completa ordes/nomes Dúas veces devolve unha
|
||||
lista.
|
||||
|
||||
Consello: M-p e M-n accede ao historial de ordes.
|
||||
|
||||
Consello: para introducir un carácter especial: Ctrl-q e o carácter.
|
||||
|
||||
Consello: canso desas mensaxes? Desactíveos desde o menú Opcións/Deseño.
|
||||
|
||||
Consello: para seleccionar directorios: engada unha barra «/» na fin do
|
||||
patrón de busca.
|
||||
|
||||
Consello: se o seu terminal non ten teclas de función, use ESC+número.
|
||||
|
||||
Consello: a páxina principal de GNU Midnight Commander é:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Consello: informe de calquera erro a mc-devel@gnome.org
|
||||
|
||||
Consello: a tecla Tab cambia o seu panel actual.
|
||||
|
||||
Consello: o mellor VFS! Prema Intro nun arquivo «tar» para examinar o seu
|
||||
contido.
|
||||
|
||||
Suxestión: temos tamén unha páxina de manual: «man mc»
|
||||
|
||||
Consello: quere navegar ao estilo «Lynx» coas frechas? axústeo no cadro de
|
||||
diálogo de configuración.
|
||||
|
||||
Consello: as macros con % funcionan incluso na liña de ordes.
|
||||
|
||||
Consello: con M-! poderá executar programas e ver a saída no visor.
|
||||
|
||||
Consello: pode personalizar o formato de listado de ficheiros; vexa «man.mc»
|
||||
para obter máis detalles.
|
||||
|
||||
Consello: %D/%T expande os ficheiros marcados no panel oposto.
|
||||
|
||||
Consello: quere o shell normal? prema C-o, e para volver a MC prema C-o de
|
||||
novo.
|
||||
|
||||
Consello: configurar a variable CDPATH pode aforrarlle escritura nas ordes
|
||||
«cd».
|
||||
|
||||
Consello: para ver os ficheiros «.*» abonda indicalo no dialogo de
|
||||
configuración.
|
||||
|
||||
Consello: para ver os ficheiros de copia de seguranza tipo *~ fagao no
|
||||
dialogo de configuración.
|
||||
|
||||
Consello: Tamén se poden auto-completar nomes nos diálogos con lt-Tab.
|
||||
|
||||
Consello: en terminais lentos pode ser de axuda a opción -s.
|
||||
|
||||
Consello: pode poñer no panel os resultados de «Buscar ficheiro» e usalos.
|
||||
|
||||
Consello: pode facer e gardar buscas complexas con «Buscas externas».
|
||||
|
||||
Consello: escribindo M-c cambiar de directorio é un chisco máis doado.
|
||||
|
||||
Nota: as ordes da consola non funcionan fora do sistema local.
|
||||
|
||||
Consello: Con C-y pode recuperar texto eliminado.
|
||||
|
||||
Consello: algunha tecla rebelde? Pode educala con «Redefinir teclas».
|
||||
|
||||
Consello: para ver a saída dunha orde, use M-!
|
||||
|
||||
Consello: F13 (ou Maiús-F3) invoca ao visor en modo «sen formato».
|
||||
|
||||
Consello: F4 pode usar calquera editor que lle indiquemos na variábel
|
||||
EDITOR.
|
||||
|
||||
Consello: pódese empregar un visor externo indicándoo na variábel PAGER.
|
||||
|
||||
Consello: Para desactivar as mensaxes de confirmación fagao no menú Opcións.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Consello: para facer un FTP anónimo con mc: «cd ftp://maquina.dominio»
|
||||
|
||||
Consello: FTP está integrado en Midnight Commander, en «Conexión por FTP».
|
||||
|
||||
Consello: M-t cambia rapidamente entre varios modos de listaxe.
|
||||
|
||||
Consello: para especificar o nome de usuario ao facer un FTP: «cd
|
||||
ftp://usuario@maquina.dominio»
|
||||
|
||||
Consello: pode examinar un ficheiro RPM premendo Intro sobre del.
|
||||
|
||||
Consello: para marcar os directorios no cadro de diálogo de selección,
|
||||
engada unha barra «/».
|
||||
|
||||
Consello: para cortar e pegar co rato manteña premida a tecla Maiús.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.hr
Normal file
93
doc/hints/l10n/mc.hint.hr
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,44 +1,105 @@
|
||||
Tipp: A kijelölt fájlnevek parancssorba való másolása: C-x t
|
||||
|
||||
Tipp: Az aktuális elérési út parancssorba való másolása: C-x p
|
||||
|
||||
Tipp: Kiegészítés: M-Tab (vagy Esc Tab). Kétszer lenyomva listát ad.
|
||||
|
||||
Tipp: Korábbi parancsok előhozása: M-p illetve M-n
|
||||
Tipp: Speciális karakter beírásához használja ezt: Control-q <karakter>
|
||||
Tipp: Az itt megjelenő üzenetek kikapcsolhatók a "Beállítások/Megjelenés"-nél.
|
||||
|
||||
Tipp: Speciális karakter beírásához használja ezt: Control-q
|
||||
<karakter>
|
||||
|
||||
Tipp: Az itt megjelenő üzenetek kikapcsolhatók a
|
||||
"Beállítások/Megjelenés"-nél.
|
||||
|
||||
Tipp: Könyvtárak kijelölése a minta végére / jelet írva lehetséges.
|
||||
Tipp: Ha a terminálon nincsenek funkcióbillentyűk, használja ezt: Esc <szám>
|
||||
|
||||
Tipp: Ha a terminálon nincsenek funkcióbillentyűk, használja ezt: Esc
|
||||
<szám>
|
||||
|
||||
Tipp: A Midnight Commander honlapja: http://www.midnight-commander.org/
|
||||
|
||||
Tipp: Hibabejelentéseket a következő címre lehet küldeni: mc-devel@gnome.org
|
||||
|
||||
Tipp: A Tab billentyűvel lehet panelt váltani.
|
||||
|
||||
Tipp: VFS-funkció: egy Tar-fájlon Entert nyomva megjelenik annak tartalma.
|
||||
|
||||
Tipp: A Midnight Commandernek van "man" (kézikönyv) lapja is.
|
||||
Tipp: Szeretne Lynx-stílusú navigációt? Be lehet állítani az Alapbeállításoknál.
|
||||
|
||||
Tipp: Szeretne Lynx-stílusú navigációt? Be lehet állítani az
|
||||
Alapbeállításoknál.
|
||||
|
||||
Tipp: A % makrók még a parancssorban is használhatók.
|
||||
Tipp: Program végrehajtása a kimenetnek a fájlmegjelenítőbe való küldésével: M-!
|
||||
|
||||
Tipp: Program végrehajtása a kimenetnek a fájlmegjelenítőbe való küldésével:
|
||||
M-!
|
||||
|
||||
Tipp: A fájlok listázási módja beállítható; részletek a "man mc" paranccsal.
|
||||
|
||||
Tipp: A %D/%T sztring a másik panel kijelölt fájljaival lesz helyettesítve.
|
||||
Tipp: A sima shell-t szeretné? Használja ezt: C-o (visszatérés MC-be: ugyanígy).
|
||||
Tipp: A CDPATH változó beállításával egyszerűbbé tehető a "cd" parancsok kiadása.
|
||||
Tipp: Ha látni szeretné a .* rejtett fájlokat, állítsa be az Alapbeállításoknál.
|
||||
Tipp: Ha látni szeretné a *~ másolatfájlokat, állítsa be az Alapbeállításoknál.
|
||||
|
||||
Tipp: A sima shell-t szeretné? Használja ezt: C-o (visszatérés MC-be:
|
||||
ugyanígy).
|
||||
|
||||
Tipp: A CDPATH változó beállításával egyszerűbbé tehető a "cd" parancsok
|
||||
kiadása.
|
||||
|
||||
Tipp: Ha látni szeretné a .* rejtett fájlokat, állítsa be az
|
||||
Alapbeállításoknál.
|
||||
|
||||
Tipp: Ha látni szeretné a *~ másolatfájlokat, állítsa be az
|
||||
Alapbeállításoknál.
|
||||
|
||||
Tipp: A kiegészítés minden ablak összes beviteli mezőjében működik: M-Tab
|
||||
|
||||
Tipp: Lassú terminálokon a -s opció hasznos lehet.
|
||||
Tipp: Fájlkeresés: műveletek végzése a megtalált fájlokkal: "Listát a panelra".
|
||||
|
||||
Tipp: Fájlkeresés: műveletek végzése a megtalált fájlokkal: "Listát a
|
||||
panelra".
|
||||
|
||||
Tipp: Komplex keresések végzéséhez a "Külső panel-parancs" funkció javasolt.
|
||||
Tipp: Könyvtárváltás egy parancs begépelése közben: M-c (gyors könyvtárváltás).
|
||||
|
||||
Tipp: Könyvtárváltás egy parancs begépelése közben: M-c (gyors
|
||||
könyvtárváltás).
|
||||
|
||||
Megjegyzés: A shell-parancsok távoli fájlrendszereken nem használhatók.
|
||||
|
||||
Tipp: A pufferben levő (például "C-k"-val oda tett) szöveg visszahozása: C-y
|
||||
|
||||
Tipp: Ha nem működnek bizonyos billentyűk: "Beállítások/Billentyűk".
|
||||
|
||||
Tipp: Egy parancs kimenetének megjelenítése a fájlmegjelenítőben: M-!
|
||||
|
||||
Tipp: Az F13 (vagy Shift-F3) a fájlmegjelenítőt "nyers" módban indítja el.
|
||||
Tipp: Az F4-re használandó szerkesztőt az EDITOR shell-változóval lehet megadni.
|
||||
|
||||
Tipp: Az F4-re használandó szerkesztőt az EDITOR shell-változóval lehet
|
||||
megadni.
|
||||
|
||||
Tipp: A külső fájlmegjelenítőt a PAGER shell-változóval lehet megadni.
|
||||
|
||||
Tipp: Az összes megerősítéskérés kikapcsolható: "Beállítások/Megerősítések".
|
||||
Tipp: Egyszerű módon elérhetők a gyakran használt könyvtárak: C-\
|
||||
Tipp: "Anonymous" FTP-zés végezhető ezzel a paranccsal: "cd ftp://gépnév.edu".
|
||||
Tipp: Az FTP be van építve a Midnight Commanderbe: "FTP-kapcsolat" menüpontok.
|
||||
Tipp: A listázási mód gyorsan váltható a következő billentyűkombinációval: M-t
|
||||
Tipp: FTP-zésnél felhasználónév is megadható: "cd ftp://felhasználó@gépnév.edu".
|
||||
Tipp: Az RPM-csomagfájlok böngészhetők, ehhez Entert kell nyomni az adott fájlon.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Tipp: "Anonymous" FTP-zés végezhető ezzel a paranccsal: "cd
|
||||
ftp://gépnév.edu".
|
||||
|
||||
Tipp: Az FTP be van építve a Midnight Commanderbe: "FTP-kapcsolat"
|
||||
menüpontok.
|
||||
|
||||
Tipp: A listázási mód gyorsan váltható a következő billentyűkombinációval:
|
||||
M-t
|
||||
|
||||
Tipp: FTP-zésnél felhasználónév is megadható: "cd
|
||||
ftp://felhasználó@gépnév.edu".
|
||||
|
||||
Tipp: Az RPM-csomagfájlok böngészhetők, ehhez Entert kell nyomni az adott
|
||||
fájlon.
|
||||
|
||||
Tipp: Könyvtárak kijelölése a "Kijelölés" ablakban: / jel hozzáfűzésével.
|
||||
|
||||
Tipp: Az egérrel való szövegkimásoláshoz szükség lehet a Shift lenyomására.
|
||||
Tipp: A gyakran látogatott FTP-helyek betehetők a gyorslistába: C-\
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.ia
Normal file
93
doc/hints/l10n/mc.hint.ia
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
94
doc/hints/l10n/mc.hint.id
Normal file
94
doc/hints/l10n/mc.hint.id
Normal file
@ -0,0 +1,94 @@
|
||||
Petunjuk: Gunakan C-x untuk mengkopi nama berkas yang ditandai ke command
|
||||
line.
|
||||
|
||||
Petunjuk: Gunakan C-x untuk mengkopi nama path saat ini ke command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Petunjuk: Kami juga memiliki halaman manual yang bagus.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
111
doc/hints/l10n/mc.hint.it
Normal file
111
doc/hints/l10n/mc.hint.it
Normal file
@ -0,0 +1,111 @@
|
||||
Aiuto: Ctrl-x t per copiare i nomi di file selezionati nella linea di
|
||||
comando.
|
||||
|
||||
Aiuto: Ctrl-x p per copiare il percorso attuale nella linea di comando.
|
||||
|
||||
Aiuto: Completamento: M-Tab (o Esc+Tab). Due volte per ottenere la lista.
|
||||
|
||||
Aiuto: M-p e M-n per accedere alla storia dei comandi.
|
||||
|
||||
Aiuto: Quotare un carattere? Ctrl-q seguito dal carattere.
|
||||
|
||||
Aiuto: Disattivare questi messaggi? Opzioni/menu di Layout/
|
||||
barra aiuti.
|
||||
|
||||
Aiuto: Selezionare cartelle: aggiungere una barra dopo i caratteri di
|
||||
confronto.
|
||||
|
||||
Aiuto: Se nel terminale mancano i tasti di funzione, utilizzare la sequenza
|
||||
ESC+numero.
|
||||
|
||||
Aiuto: La pagina principale su Internet di GNU Midnight Commander é:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Aiuto: Inviare i rapporti d'errore a mc-devel@gnome.org
|
||||
|
||||
Aiuto: Tab modifica il pannello corrente.
|
||||
|
||||
Aiuto: La forza dei VFS: Invio su un tar file permette di esaminarne il
|
||||
contenuto.
|
||||
|
||||
Aiuto: Abbiamo anche un bel manuale manpage.
|
||||
|
||||
Aiuto: Si vuole una navigazione stile Lynx? Basta settarla in
|
||||
Opzioni/Configurazione/movimenti tipo Lynx.
|
||||
|
||||
Aiuto: le % macro funzionano anche nella linea di comando.
|
||||
|
||||
Aiuto: M-! permette l'esecuzione di programmi avendo mostrato l'output nel
|
||||
visualizzatore.
|
||||
|
||||
Aiuto: Il formato di visualizzazione dei documenti è personalizzabile; "man
|
||||
mc" per i dettagli
|
||||
|
||||
Aiuto: %D/%T espande i documenti selezionati nella cartella opposta.
|
||||
|
||||
Aiuto: Si vuole la shell intera? Ctrl-o, e ancora Ctrl-o per tornare a mc.
|
||||
|
||||
Aiuto: Impostare la variabile CDPATH permette di salvare la sequenza di
|
||||
tasti premuti nei comandi cd.
|
||||
|
||||
Aiuto: Se si vogliono vedere i propri file .*, specificarlo nel menù
|
||||
Opzioni/Configurazione.
|
||||
|
||||
Aiuto: Se si vogliono vedere i propri file di backup *~, specificarlo nel
|
||||
menù Opzioni/Configurazione.
|
||||
|
||||
Aiuto: Il completamento funziona su tutte le righe di immissione, in tutti i
|
||||
menù. Basta premere M-Tab.
|
||||
|
||||
Aiuto: L'opzione -s aiuta con i terminali lenti.
|
||||
|
||||
Aiuto: Trovare documento: è possibile lavorare sui documenti trovati tramite
|
||||
il pulsante Pannellizza.
|
||||
|
||||
Aiuto: Si vogliono eseguire ricerche complicate? Usare il comando
|
||||
Pannellizza Esternamente.
|
||||
|
||||
Aiuto: Per cambiare la cartella attuale mentre si sta componendo un comando:
|
||||
M-c (cd rapido).
|
||||
|
||||
Nota: I comandi della shell non sono disponibili in un file-system non
|
||||
locale.
|
||||
|
||||
Aiuto: Riprendere del testo con Ctrl-y.
|
||||
|
||||
Aiuto: Qualche tasto non funziona? Guarda Opzioni/Impara tasti.
|
||||
|
||||
Aiuto: Per leggere l'output del comando nel visualizzatore usare M-!.
|
||||
|
||||
Aiuto: F13 (o Shift-F13) invoca il visualizzatore in modalità base.
|
||||
|
||||
Aiuto: Si può specificare l'editor richiamabile con F4, tramite la variabile
|
||||
d'ambiente EDITOR.
|
||||
|
||||
Aiuto: Si può specificare il visualizzatore esterno tramite le variabili
|
||||
d'ambiente VIEWER o PAGER.
|
||||
|
||||
Aiuto: È possibile disabilitare tutte le richieste di conferma
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Aiuto: È possibile creare una connessione FTP anonima con mc digitando 'cd
|
||||
ftp://host.edu'.
|
||||
|
||||
Aiuto: L'FTP è implementato in mc nel menu DESTRO/SINISTRO/FTP Link.
|
||||
|
||||
Aiuto: M-t modifica velocemente la modalità di lista.
|
||||
|
||||
Aiuto: È possibile specificare il nome utente per una sessione FTP: 'cd
|
||||
ftp://utente@host.edu'.
|
||||
|
||||
Aiuto: È possibile vedere il contenuto di un file RPM mediante Invio.
|
||||
|
||||
Aiuto: Per segnare delle cartelle nel riquadro di selezione, appendere una
|
||||
barra.
|
||||
|
||||
Aiuto: per utilizzare il mouse per il taglia e incolla premere il tasto
|
||||
Shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,45 +1,96 @@
|
||||
Dritta: usa C-x t per copiare i file selezionati sulla linea di comando.
|
||||
|
||||
Dritta: usa C-x p per copiare il percorso corrente sulla linea di comando.
|
||||
|
||||
Dritta: completamento: usa M-Tab (o Esc+Tab). Due volte per la lista.
|
||||
|
||||
Dritta: usa M-p e M-n per accedere alla storia dei comandi.
|
||||
|
||||
Dritta: devi inserire un carattere speciale? Usa C-q e il carattere.
|
||||
|
||||
Dritta: stanco di questi messaggi? Disattivali dal menu Opzioni/Aspetto.
|
||||
|
||||
Dritta: selezione directory: inserisci uno slash alla fine della selezione.
|
||||
|
||||
Dritta: se al tuo terminale mancano i tasti funzione usa ESC+numero tasto.
|
||||
Dritta: l'URL del Midnight Commander è: http://www.midnight-commander.org/
|
||||
Dritta: la home page del Midnight Commander: http://www.midnight-commander.org/
|
||||
|
||||
Dritta: la home page del Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Dritta: prego spedire i bug report a mc-devel@gnome.org
|
||||
|
||||
Dritta: tab cambia il pannello corrente.
|
||||
|
||||
Dritta: magico VFS; premi invio su un file tar per esaminarne il contenuto.
|
||||
|
||||
Dritta: c'è anche un bel manuale.
|
||||
|
||||
Dritta: navigazione stile lynx? Impostala in finestra di configurazione.
|
||||
|
||||
Dritta: le macro % funzionano anche sulla linea di comando!
|
||||
|
||||
Dritta: M-! permette di eseguire programmi e vedere il risultato nel viewer.
|
||||
|
||||
Dritta: il formato della lista file è impostabile; "man mc" per i dettagli.
|
||||
|
||||
Dritta: %D/%T espande i file selezionati nella directory opposta.
|
||||
|
||||
Dritta: vuoi la tua shell? Premi C-o e torna nuovamente a MC con C-o.
|
||||
Dritta: impostare la variabile CDPATH può far risparmiare tasti nei comandi cd.
|
||||
|
||||
Dritta: impostare la variabile CDPATH può far risparmiare tasti nei comandi
|
||||
cd.
|
||||
|
||||
Dritta: se vuoi vedere i tuoi file .* impostalo nella Configurazione.
|
||||
Dritta: vuoi vedere i tuoi *~ file di backup? Impostalo nella Configurazione.
|
||||
|
||||
Dritta: vuoi vedere i tuoi *~ file di backup? Impostalo nella
|
||||
Configurazione.
|
||||
|
||||
Dritta: il completamento funziona su tutti gli input. Basta premere M-Tab.
|
||||
|
||||
Dritta: con terminali lenti può aiutare la flag -s.
|
||||
Dritta: trova file: puoi elaborare i file trovati usando il bottone Pannellizza.
|
||||
|
||||
Dritta: trova file: puoi elaborare i file trovati usando il bottone
|
||||
Pannellizza.
|
||||
|
||||
Dritta: vuoi fare ricerche complesse? Usa il comando Pannellizza.
|
||||
|
||||
Dritta: per cambiare directory mentre batti un comando, usa M-c (cd rapido).
|
||||
|
||||
Nota: i comandi di shell non funzionano se non sei in un file system locale.
|
||||
|
||||
Dritta: riesuma il testo nell'editor integrato con C-u.
|
||||
|
||||
Dritta: non ti funzionano alcuni tasti? Guarda in Opzioni/Impara tasti.
|
||||
|
||||
Dritta: per vedere il risultato di un comando nel visualizzatore, usa M-!
|
||||
|
||||
Dritta: F13 (o Shift-F3) invoca il visualizzatore in modo 'raw'.
|
||||
|
||||
Dritta: puoi specificare l'editor per F4 con la variabile shell EDITOR.
|
||||
Dritta: puoi specificare il visualizzatore esterno con la variabile shell PAGER.
|
||||
Dritta: puoi disabilitare tutte le richieste di conferma in Opzioni/Conferme.
|
||||
Dritta: salta nelle directory usate frequentemente in un colpo con C-\.
|
||||
|
||||
Dritta: puoi specificare il visualizzatore esterno con la variabile shell
|
||||
PAGER.
|
||||
|
||||
Dritta: puoi disabilitare tutte le richieste di conferma in
|
||||
Opzioni/Conferme.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Dritta: puoi fare FTP anonimo con mc battendo 'cd ftp://macchina.edu'
|
||||
|
||||
Dritta: l'FTP è integrato nel Midnight Commander, controlla il menu FTP.
|
||||
|
||||
Dritta: M-t cambia velocemente il modo listato.
|
||||
|
||||
Dritta: puoi dare il nome utente facendo ftp: 'cd ftp://utente@macchina.edu'
|
||||
|
||||
Dritta: puoi navigare attraverso i file RPM battendo invio su di essi.
|
||||
Dritta: per selezionare directory in Seleziona, aggiungere uno slash in fondo.
|
||||
Dritta: per usare il taglia incolla del mouse devi tener premuto il tasto shift.
|
||||
Dritta: tasto siti ftp visitati recentemente: batti C-\.
|
||||
|
||||
Dritta: per selezionare directory in Seleziona, aggiungere uno slash in
|
||||
fondo.
|
||||
|
||||
Dritta: per usare il taglia incolla del mouse devi tener premuto il tasto
|
||||
shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.ja
Normal file
93
doc/hints/l10n/mc.hint.ja
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.ka
Normal file
93
doc/hints/l10n/mc.hint.ka
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.ko
Normal file
93
doc/hints/l10n/mc.hint.ko
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.lt
Normal file
93
doc/hints/l10n/mc.hint.lt
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,45 +1,105 @@
|
||||
Hint: C-x t zet de geselecteerde filenamen in de commando lijn.
|
||||
|
||||
Hint: Gebruik C-x p om de huidige padnaam naar de commando lijn te kopieren.
|
||||
|
||||
Hint: Completeren: gebruik M-Tab (of Esc+Tab). Herhaal voor een lijst.
|
||||
|
||||
Hint: Gebruik M-p en M-n voor de commando lijn historie.
|
||||
|
||||
Hint: Een character quoten? Gebruik Control-q en dan het character.
|
||||
|
||||
Hint: Moe van deze hints? Zet ze uit in het Opties/Vormgeving menu.
|
||||
Hint: Directories selecteren: zet een slash aan het eind van het zoekpatroon.
|
||||
Hint: Als je terminal geen functietoetsen ondersteunt, gebruik dan ESC+nummer.
|
||||
Hint: Er is een Midnight Commander URL: http://www.midnight-commander.org/
|
||||
|
||||
Hint: Directories selecteren: zet een slash aan het eind van het
|
||||
zoekpatroon.
|
||||
|
||||
Hint: Als je terminal geen functietoetsen ondersteunt, gebruik dan
|
||||
ESC+nummer.
|
||||
|
||||
Hint: Midnight Commander home page: http://www.midnight-commander.org/
|
||||
|
||||
Hint: Stuur bug rapporten naar mc-devel@gnome.org
|
||||
|
||||
Hint: Tab verandert huidig paneel.
|
||||
Hint: VFS coolheid: druk op enter op een tar file om zijn inhoud te onderzoeken.
|
||||
|
||||
Hint: VFS coolheid: druk op enter op een tar file om zijn inhoud te
|
||||
onderzoeken.
|
||||
|
||||
Hint: We hebben ook een aardige handleiding.
|
||||
|
||||
Hint: Wil je lynx-achtige navigatie? Stel het in in de Configuratie dialoog.
|
||||
|
||||
Hint: % macros werken zelf op de commando lijn.
|
||||
|
||||
Hint: Met M-! kun je programmas draaien en de uitvoer in de viewer bekijken.
|
||||
Hint: Het bestandslijst formaat kan aangepast worden; doe "man mc" voor details.
|
||||
|
||||
Hint: Het bestandslijst formaat kan aangepast worden; doe "man mc" voor
|
||||
details.
|
||||
|
||||
Hint: %D/%T expandeert naar de geselcterde bestanden in de andere directory.
|
||||
Hint: Wil je een gewone shell? Druk C-o, en ga terug naar MC met nogmaals C-o.
|
||||
Hint: De CDPATH variabele kan je een hoop typewerk met cd commandos besparen.
|
||||
Hint: Als je .* bestanden wilt zien, stel dat dan in in het Configuratie scherm.
|
||||
|
||||
Hint: Wil je een gewone shell? Druk C-o, en ga terug naar MC met nogmaals
|
||||
C-o.
|
||||
|
||||
Hint: De CDPATH variabele kan je een hoop typewerk met cd commandos
|
||||
besparen.
|
||||
|
||||
Hint: Als je .* bestanden wilt zien, stel dat dan in in het Configuratie
|
||||
scherm.
|
||||
|
||||
Hint: Wil je *~ backup bestanden zien? Ga naar het Configuratie scherm.
|
||||
|
||||
Hint: Completering met M-Tab werkt op alle invoer regels in alle dialogen.
|
||||
|
||||
Hint: Op trage terminals zou de -s vlag weleens kunnen helpen.
|
||||
Hint: Vind bestanden: gebruik de gevonden bestanden met de Extern Venster optie.
|
||||
|
||||
Hint: Vind bestanden: gebruik de gevonden bestanden met de Extern Venster
|
||||
optie.
|
||||
|
||||
Hint: Wil je complexe zoekopdrachten? Gebruik het Externe Venster commando.
|
||||
Hint: M-c (snelle cd) is om middenin een commando van directorie te wisselen.
|
||||
|
||||
Hint: M-c (snelle cd) is om middenin een commando van directorie te
|
||||
wisselen.
|
||||
|
||||
NB: Shell commandos werken niet in niet-locale bestandssystemen.
|
||||
|
||||
Hint: Laat tekst herleven met C-y.
|
||||
|
||||
Hint: Werken sommige toetsen niet? Kijk naar Opties/Leer toetsen.
|
||||
Hint: Om naar de uitvoer van een commando in d viewer te kijken, drukke men M-!
|
||||
|
||||
Hint: Om naar de uitvoer van een commando in d viewer te kijken, drukke men
|
||||
M-!
|
||||
|
||||
Hint: F13 (of Shift-F3) roept de viewer aan in ruwe modus.
|
||||
Hint: Je kunt een editor onder F4 specificeren met de shell variabele EDITOR.
|
||||
|
||||
Hint: Je kunt een editor onder F4 specificeren met de shell variabele
|
||||
EDITOR.
|
||||
|
||||
Hint: Je kunt een externe viewer specificeren met de shell variabele PAGER.
|
||||
Hint: Je kunt alle aanvragen voor bevestiging instellen in Opties/Bevestiging.
|
||||
Hint: Spring naar veel gebruikte directories in een keer met C-\.
|
||||
Hint: Je kunt anonieme FTP draaien met mc door middel van 'cd ftp://machine.edu'
|
||||
Hint: FTP is in de Midnight Commander gebouwd, check het Bestand/FTP link menu.
|
||||
|
||||
Hint: Je kunt alle aanvragen voor bevestiging instellen in
|
||||
Opties/Bevestiging.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: Je kunt anonieme FTP draaien met mc door middel van 'cd
|
||||
ftp://machine.edu'
|
||||
|
||||
Hint: FTP is in de Midnight Commander gebouwd, check het Bestand/FTP link
|
||||
menu.
|
||||
|
||||
Hint: M-t verandert snel van lijst modus.
|
||||
Hint: Geef als volgt je gebruikersnaam op met ftps: 'cd ftp://naam@machine.edu'
|
||||
|
||||
Hint: Geef als volgt je gebruikersnaam op met ftps: 'cd
|
||||
ftp://naam@machine.edu'
|
||||
|
||||
Hint: Je kunt RPM bestanden bekijken door er op te enteren.
|
||||
Hint: Om directories toe te voegen aan de selectie, moet je een slash toevoegen.
|
||||
Hint: Voor de normale cut and paste muisfuncties moet je de shift key inhouden.
|
||||
Hint: Voer frequent bezochte ftp sites toe aan je hotlist: type C-\.
|
||||
|
||||
Hint: Om directories toe te voegen aan de selectie, moet je een slash
|
||||
toevoegen.
|
||||
|
||||
Hint: Voor de normale cut and paste muisfuncties moet je de shift key
|
||||
inhouden.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,44 +1,105 @@
|
||||
Porada: C-x t skopiuje nazwy zaznaczonych plików do wiersza poleceń.
|
||||
|
||||
Porada: C-x p skopiuje nazwę bieżącej ścieżki do wiersza poleceń.
|
||||
Porada: uzupełnianie: M-Tab (lub Esc+Tab). Dwukrotne naciśnięcie wywołuje listę.
|
||||
|
||||
Porada: uzupełnianie: M-Tab (lub Esc+Tab). Dwukrotne naciśnięcie wywołuje
|
||||
listę.
|
||||
|
||||
Porada: M-p i M-n udostępni historię poleceń.
|
||||
|
||||
Porada: cytowanie znaku można uzyskać przez Ctrl-q i odpowiedni znak.
|
||||
|
||||
Porada: te komunikaty można wyłączyć w menu Opcje/Układ.
|
||||
Porada: zaznaczanie katalogów: należy dodać ukośnik na końcu wzorca dopasowania.
|
||||
|
||||
Porada: zaznaczanie katalogów: należy dodać ukośnik na końcu wzorca
|
||||
dopasowania.
|
||||
|
||||
Porada: jeśli w terminalu nie ma klawiszy funkcyjnych, można użyć Esc+numer.
|
||||
Porada: strona domowa GNU Midnight Commander: http://www.midnight-commander.org
|
||||
Porada: raporty błędów (w języku angielskim) proszę wysłać na mc-devel@gnome.org
|
||||
|
||||
Porada: strona domowa GNU Midnight Commander:
|
||||
http://www.midnight-commander.org
|
||||
|
||||
Porada: raporty błędów (w języku angielskim) proszę wysłać na
|
||||
mc-devel@gnome.org
|
||||
|
||||
Porada: klawisz Tab zmienia bieżący panel.
|
||||
Porada: VFS: naciśnięcie klawisza Enter na pliku tar wyświetli jego zawartość.
|
||||
|
||||
Porada: VFS: naciśnięcie klawisza Enter na pliku tar wyświetli jego
|
||||
zawartość.
|
||||
|
||||
Porada: warto zajrzeć także na stronę podręcznika.
|
||||
|
||||
Porada: nawigację w stylu programu Lynx można ustawić w oknie konfiguracji.
|
||||
|
||||
Porada: makra % działają także w wierszu poleceń.
|
||||
Porada: M-! umożliwia wyświetlenie wyjścia wykonywanych programów w podglądzie.
|
||||
Porada: format wyświetlania listy plików można dostosować (więcej w "man mc").
|
||||
|
||||
Porada: M-! umożliwia wyświetlenie wyjścia wykonywanych programów w
|
||||
podglądzie.
|
||||
|
||||
Porada: format wyświetlania listy plików można dostosować (więcej w "man
|
||||
mc").
|
||||
|
||||
Porada: %D/%T oznacza zaznaczone pliki w drugim panelu.
|
||||
Porada: dostęp do zwykłej powłoki można uzyskać przez C-o, a powrót tak samo.
|
||||
|
||||
Porada: dostęp do zwykłej powłoki można uzyskać przez C-o, a powrót tak
|
||||
samo.
|
||||
|
||||
Porada: ustawienie zmiennej CDPATH może zaoszczędzić pisania przy cd.
|
||||
|
||||
Porada: wyświetlanie plików .* można wybrać w oknie konfiguracji.
|
||||
Porada: wyświetlanie plików zapasowych *~ można ustawić w oknie konfiguracji.
|
||||
|
||||
Porada: wyświetlanie plików zapasowych *~ można ustawić w oknie
|
||||
konfiguracji.
|
||||
|
||||
Porada: uzupełnianie działa wszędzie. Wystarczy nacisnąć M-Tab.
|
||||
|
||||
Porada: na powolnych terminalach może pomóc flaga -s.
|
||||
Porada: wyszukanie plików: można pracować na znalezionych plikach przez Filtruj.
|
||||
Porada: złożone wyszukiwanie można wykonać używając polecenia Filtr zewnętrzny.
|
||||
|
||||
Porada: wyszukanie plików: można pracować na znalezionych plikach przez
|
||||
Filtruj.
|
||||
|
||||
Porada: złożone wyszukiwanie można wykonać używając polecenia Filtr
|
||||
zewnętrzny.
|
||||
|
||||
Porada: można zmienić katalog w połowie podawania polecenia, używając M-c.
|
||||
|
||||
Uwaga: polecenia powłoki działają tylko na lokalnych systemach plików.
|
||||
|
||||
Porada: można przywrócić usunięty tekst za pomocą C-y.
|
||||
Porada: jeśli jakiś klawisz nie działa, należy zobaczyć Opcje/Określ klawisze.
|
||||
|
||||
Porada: jeśli jakiś klawisz nie działa, należy zobaczyć Opcje/Określ
|
||||
klawisze.
|
||||
|
||||
Porada: aby zobaczyć wyjście polecenia w podglądzie, należy użyć M-!.
|
||||
|
||||
Porada: F13 (lub Shift-F3) wywołuje podgląd w trybie oryginalnym.
|
||||
Porada: można określić edytor dla klawisza F4 za pomocą zmiennej powłoki EDITOR.
|
||||
Porada: można określić zewnętrzny podgląd za pomocą zmiennych VIEWER lub PAGER.
|
||||
Porada: można wyłączyć wszystkie żądania potwierdzenia w Opcje/Potwierdzenia.
|
||||
Porada: do listy często używanych katalogów można przejść za pomocą C-\.
|
||||
Porada: można połączyć się z anonimowym FTP wpisując "cd ftp://komputer.edu".
|
||||
|
||||
Porada: można określić edytor dla klawisza F4 za pomocą zmiennej powłoki
|
||||
EDITOR.
|
||||
|
||||
Porada: można określić zewnętrzny podgląd za pomocą zmiennych VIEWER lub
|
||||
PAGER.
|
||||
|
||||
Porada: można wyłączyć wszystkie żądania potwierdzenia w
|
||||
Opcje/Potwierdzenia.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Porada: można połączyć się z anonimowym FTP wpisując "cd
|
||||
ftp://komputer.edu".
|
||||
|
||||
Porada: FTP jest wbudowane w mc, proszę zobaczyć menu Plik/Połączenie FTP.
|
||||
|
||||
Porada: M-t szybko zmienia tryb wyświetlania.
|
||||
Porada: można podać użytkownika dla ftps: "cd ftp://użytkownik@komputer.edu".
|
||||
|
||||
Porada: można podać użytkownika dla ftps: "cd
|
||||
ftp://użytkownik@komputer.edu".
|
||||
|
||||
Porada: można przeglądać pakiety RPM naciskając na nich klawisz Enter.
|
||||
|
||||
Porada: aby zaznaczyć katalogi w oknie zaznaczania, należy dodać ukośnik.
|
||||
|
||||
Porada: użycie wycinania i wklejania za pomocą myszy wymaga klawisza Shift.
|
||||
Porada: wpisując C-\ można dodać często używane zasoby FTP do listy podręcznej.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
107
doc/hints/l10n/mc.hint.pt
Normal file
107
doc/hints/l10n/mc.hint.pt
Normal file
@ -0,0 +1,107 @@
|
||||
Dica: Use C-x t para copiar nomes de ficheiro etiquetados para a linha de
|
||||
comandos
|
||||
|
||||
Dica: Use C-x p para copiar o caminho atual para a linha de comandos
|
||||
|
||||
Dica: Preenchimento: use M-Tab (ou Esc+Tab). Duas vezes para obter a lista.
|
||||
|
||||
Dica: Use M-p e M-n para aceder ao histórico de comandos.
|
||||
|
||||
Dica: Necessita colocar carater entre plicas? Use Control-q e o carater.
|
||||
|
||||
Dica: Cansado destas mensagens? Desligue-as no menu Opções/Disposição.
|
||||
|
||||
Dica: Seleção de diretórios: adicione uma barra no fim do padrão
|
||||
correspondente.
|
||||
|
||||
Dica: Se o seu terminal não tem algumas teclas de função, use a sequência
|
||||
ESC+número.
|
||||
|
||||
Dica: A página do GNU Midnight Commander: http://www.midnight-commander.org/
|
||||
|
||||
Dica: Por favor envie relatórios de bugs para mc-devel@gnome.org
|
||||
|
||||
Dica: O tab altera o painel atual.
|
||||
|
||||
Dica: VFS coolness: pressione enter num ficheiro tar para examinar o seu
|
||||
conteúdo.
|
||||
|
||||
Dica: Também temos uma página manual interessante.
|
||||
|
||||
Dica: Deseja navegação tipo lynx? Ative-a no diálogo de Configuração.
|
||||
|
||||
Dica: % macros funcionam mesmo na linha de comandos.
|
||||
|
||||
Dica: M-! irá permitir-lhe a execução de programas e ver o output no
|
||||
visualizador.
|
||||
|
||||
Dica: A listagem de formato de ficheiros pode ser personalizada; faça "man
|
||||
mc" para detalhes.
|
||||
|
||||
Dica: %D/%T expande para os ficheiros etiquetados no diretório oposto.
|
||||
|
||||
Dica: Deseja a sua simples shell? Pressione C-o, e volte para o MC com C-o
|
||||
outra vez.
|
||||
|
||||
Dica: Definir a variável CDPATH pode poupar-lhe escrita nos comandos cd.
|
||||
|
||||
Dica: Se deseja ver os seus ficheiros .*, faça isso no diálogo de
|
||||
Configuração.
|
||||
|
||||
Dica: Deseja ver os seus ficheiros de backup *~? Ative isso no diálogo de
|
||||
Configuração.
|
||||
|
||||
Dica: Preenchimento funciona em todas as linhas de entrada em todos os
|
||||
diálogos. Pressione apenas M-Tab.
|
||||
|
||||
Dica: Em terminais lentos a flag -s pode ajudar.
|
||||
|
||||
Dica: Procurar Ficheiro: pode trabalhar nos ficheiros encontrados usando o
|
||||
botão Panelize.
|
||||
|
||||
Dica: Deseja efetuar procuras complexas? Use o comando Externo Panelize.
|
||||
|
||||
Dica: Para mudar de diretório a meio de um comando, use M-c (cd rápido).
|
||||
|
||||
Note: Comandos shell não funcionarão quando estiver num sistema de ficheiros
|
||||
não local.
|
||||
|
||||
Dica: Traga de volta o texto dos mortos com C-y.
|
||||
|
||||
Dica: Algumas das suas teclas não funcionam? Veja em Opções/Aprender teclas.
|
||||
|
||||
Dica: Para ver o output de um comando no visualizador, use M-!
|
||||
|
||||
Dica: F13 (ou Shift-F3) invoca o visualizador em modo raw.
|
||||
|
||||
Dica: Pode especificar o editor para F4 com a variável de shell EDITOR.
|
||||
|
||||
Dica: Pode especificar o visualizador externo com as vars de shell VIEWER ou
|
||||
PAGER.
|
||||
|
||||
Dica: Pode desabilitar todos os pedidos de confirmação em
|
||||
Opções/Confirmação.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Dica: Pode efetuar FTP anónimo com o mc digitando 'cd ftp://machine.edu'
|
||||
|
||||
Dica: FTP está incluído no Midnight Commander, verifique o menu
|
||||
Ficheiro/FTP.
|
||||
|
||||
Dica: M-t muda rapidamente o modo de listagem.
|
||||
|
||||
Dica: Pode especificar o nome de utilizador ao efetuar ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Dica: Pode fazer browse em ficheiros RPM pressionando enter num ficheiro
|
||||
rpm.
|
||||
|
||||
Dica: Para marcar diretórios na caixa de diálogo de seleção, acrescente uma
|
||||
barra slash.
|
||||
|
||||
Dica: Para usar o rato cortar e colar pode ser necessário prender a tecla
|
||||
shift
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
110
doc/hints/l10n/mc.hint.pt_BR
Normal file
110
doc/hints/l10n/mc.hint.pt_BR
Normal file
@ -0,0 +1,110 @@
|
||||
Dica: Use C-x para copiar nome de arquivos marcados para linha de comando.
|
||||
|
||||
Dica: Use C-x para copiar o nome de caminho atual para a linha de comando
|
||||
|
||||
Dica: Completion: use M-Tab (ou Esc+Tab). Pressione duas vezes para ter uma
|
||||
lista.
|
||||
|
||||
Dica: Use M-p e M-n para acessar o histórico de comandos.
|
||||
|
||||
Dica: Para inserir um caractere especial, use Control-q e o caractere,
|
||||
|
||||
Dica: Cansado dessas mensagens? Desabilite-as no menu Opções/Layout.
|
||||
|
||||
Dica: Selecionando diretórios: adicione uma barra ao final do padrão
|
||||
correspondente.
|
||||
|
||||
Dica: Se seu terminal falha teclas de função, use sequências com ESC+número.
|
||||
|
||||
Dica: A página web do GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Dica: Favor enviar quaisquer relatórios de bug para mc-devel@gnome.org
|
||||
|
||||
Dica: Tab altera seu painel atual.
|
||||
|
||||
Dica: Coisas legais do VFS: pressione enter em um arquivo tar para examinar
|
||||
seu conteúdo.
|
||||
|
||||
Dica: Nós também temos uma ótima página man.
|
||||
|
||||
Dica: Você gostaria de navegação estilo lynx? Defina isso no diálogo de
|
||||
Configuração.
|
||||
|
||||
Dica: macros % funcionam mesmo na linha de comando.
|
||||
|
||||
Dica: M-! vai permitir que você execute programas e veja a saída no
|
||||
visualizador.
|
||||
|
||||
Dica: O formato de listagem de arquivos pode ser personalizada; execute "man
|
||||
mc" para mais detalhes.
|
||||
|
||||
Dica: %D/%T expande para os arquivos marcados no diretório oposto.
|
||||
|
||||
Dica: Quer sua shell básica? Pressione C-o e volte para o MC com C-o
|
||||
novamente.
|
||||
|
||||
Dica: Ao definir a variável CDPATH você economizará digitações nos comandos
|
||||
cd.
|
||||
|
||||
Dica: Se você quer ver seus .* arquivos, avise isso no diálogo de
|
||||
Configurações.
|
||||
|
||||
Dica: Quer ver seus arquivos backup *~ ? Defina isso no diálogo de
|
||||
Configuração.
|
||||
|
||||
Dica: Completion funciona em todas as linhas de entrada em todos
|
||||
diálogos. Basta pressionar M-Tab.
|
||||
|
||||
Dica: Em terminais lentos a opção -s pode ajudar.
|
||||
|
||||
Dica: Encontrar Arquivo: você pode trabalhar em arquivos encontrados usando
|
||||
o botão de Painelização.
|
||||
|
||||
Dica: Você faz pesquisas complexas? Use o comando de Panelização Externa.
|
||||
|
||||
Dica: Para alterar o diretório por meio de um comando, use M-c (cd rápido).
|
||||
|
||||
Nota: Comandos de shell não vão funcionar quando você está em um sistema de
|
||||
arquivos não-local.
|
||||
|
||||
Dica: Traga texto de volta dos mortos com C-y
|
||||
|
||||
Dica: Algumas de suas teclas não estão funcionando? Dê uma olhada em
|
||||
Opções/Aprender teclas.
|
||||
|
||||
Dica: Para ver a saída de um comando no visualizador, use M-!
|
||||
|
||||
Dica: F13 (ou Shift-F3) chama o visualizador no modo crú.
|
||||
|
||||
Dica: você pode especificar o editor para F4 com a variável shell EDITOR.
|
||||
|
||||
Dica: Você pode especificar o visualizador externo com as variáveis shell
|
||||
VIEWER ou PAGER.
|
||||
|
||||
Dica: você pode disabilitar todas requisições por confirmação em
|
||||
Opções/Confirmação.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Dica: Você pode usar FTP anonimamente com mc digitando 'cd
|
||||
ftp://maquina.edu'
|
||||
|
||||
Dica: FTP está embutido no Midight Commander, verifique o menu Arquivo/FTP
|
||||
|
||||
Dica: M-t altera rapidamente o modo de listagem.
|
||||
|
||||
Dica: Você pode especificar o nome de usuário quando utilizando ftps: 'cd
|
||||
ftp://usuario@maquina.edu'
|
||||
|
||||
Dica: Você pode acessar arquivos RPM digitando enter em cima de um arquivo
|
||||
rpm.
|
||||
|
||||
Dica: Para marcar diretórios na caixa de diálogo selecionada, adicione ao
|
||||
final uma barra.
|
||||
|
||||
Dica: Para usar o recortar e colar com mouse, pode ser necessário estar
|
||||
segurando a tecla shift
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
99
doc/hints/l10n/mc.hint.ro
Normal file
99
doc/hints/l10n/mc.hint.ro
Normal file
@ -0,0 +1,99 @@
|
||||
Sfat: Utilizați C-x t pentru a copia în linia de comandă numele fișierelor
|
||||
marcate.
|
||||
|
||||
Sfat: Utilizați C-x p pentru a copia în linia de comandă calea curentă.
|
||||
|
||||
Sfat: Completare: Utilizați M-Tab (sau Esc+Tab). Tastați de doua ori pentru
|
||||
a obține lista.
|
||||
|
||||
Sfat: Utilizați M-p și M-n pentru a accesa istoricul comenzilor.
|
||||
|
||||
Sfat: Trebuie sa citați un caracter? Folosiți Control-q și caracterul.
|
||||
|
||||
Sfat: Aceste mesaje sunt obositoare? Puteți sa le opriți din meniul
|
||||
Options/Layout.
|
||||
|
||||
Sfat: Selectarea directoarelor: adaugați slash la sfârșitul criteriului de
|
||||
selectare
|
||||
|
||||
Sfat: Dacă terminalul nu dispune de taste funcționale, folosiți ESC+ numărul
|
||||
de ordine.
|
||||
|
||||
Sfat: Pagină de start pentru GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Sfat: Vă rugăm semnalați orice bug la adresa mc-devel@gnome.org
|
||||
|
||||
Sfat: Tasta Tab schimbă panoul curent.
|
||||
|
||||
Sfat: facilități VFS: Apăsați ENTER pe un fișier tar pentru a examina
|
||||
conținutul său.
|
||||
|
||||
Sfat: Avem de asemenea și un manual.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,44 +1,108 @@
|
||||
Совет: Используйте C-x t для копирования помеченных файлов в командную строку.
|
||||
Совет: Используйте C-x t для копирования помеченных файлов в командную
|
||||
строку.
|
||||
|
||||
Совет: Используйте C-x p для копирования текущего пути в командную строку.
|
||||
Совет: Автодополнение: M-Tab (или Esc+Tab). Для получения списка нажать дважды.
|
||||
|
||||
Совет: Автодополнение: M-Tab (или Esc+Tab). Для получения списка нажать
|
||||
дважды.
|
||||
|
||||
Совет: Используйте M-p и M-n для доступа к истории команд.
|
||||
Совет: Требуется вставить литерал? Нажмите Control-q и литерал.
|
||||
Совет: Устали от этих сообщений? Отключите их в меню Настройки/Внешний вид.
|
||||
Совет: Отметка каталогов: добавьте косую черту в конец соответствующего шаблона.
|
||||
Совет: Если ваш терминал без функц. клавиш, вам поможет ESC + цифра.
|
||||
Совет: Домашняя страница Midnight Commander: http://www.midnight-commander.org/
|
||||
|
||||
Совет: Требуется вставить литерал? Нажмите Control-q и литерал.
|
||||
|
||||
Совет: Устали от этих сообщений? Отключите их в меню Настройки/Внешний вид.
|
||||
|
||||
Совет: Отметка каталогов: добавьте косую черту в конец соответствующего
|
||||
шаблона.
|
||||
|
||||
Совет: Если ваш терминал без функц. клавиш, вам поможет ESC+цифра.
|
||||
|
||||
Совет: Домашняя страница Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Совет: Пожалуйста, шлите любые сообщения об ошибках на mc-devel@gnome.org
|
||||
|
||||
Совет: Tab сменяет текущую панель.
|
||||
Совет: Удобство ВФС: нажать Enter на файле TAR для получения его содержимого.
|
||||
|
||||
Совет: Удобство ВФС: нажать Enter на файле TAR для получения его
|
||||
содержимого.
|
||||
|
||||
Совет: У нас также имеется толковая страница руководства.
|
||||
Совет: Вы хотите навигацию в стиле lynx? Установите это в диалоге Конфигурация.
|
||||
|
||||
Совет: Вы хотите навигацию в стиле lynx? Установите это в диалоге
|
||||
Конфигурация.
|
||||
|
||||
Совет: Макросы % работают даже в командной строке.
|
||||
|
||||
Совет: M-! позволит вам выполнять программы и видеть вывод в просмотрщике.
|
||||
Совет: Формат списка файлов может быть изменен; наберите "man mc" для деталей.
|
||||
Совет: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Совет: Формат списка файлов может быть изменен; наберите "man mc" для
|
||||
деталей.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Совет: Хотите простую оболочку? Нажмите C-o, и снова C-o для возврата в МС.
|
||||
Совет: Установив переменную CDPATH, вы сбережете усилия при наборе команды cd.
|
||||
Совет: Вы сможете видеть скрытые файлы .*, установив опцию в меню Конфигурация.
|
||||
Совет: Хотите видеть резервные файлы .~ - установите опцию в меню Конфигурация.
|
||||
|
||||
Совет: Установив переменную CDPATH, вы сбережете усилия при наборе команды
|
||||
cd.
|
||||
|
||||
Совет: Вы сможете видеть скрытые файлы .*, установив опцию в меню
|
||||
Конфигурация.
|
||||
|
||||
Совет: Хотите видеть резервные файлы .~ - установите опцию в меню
|
||||
Конфигурация.
|
||||
|
||||
Совет: Автодополнение работает во всех строках ввода. Просто нажмите M-Tab.
|
||||
|
||||
Совет: На медленных терминалах может помочь флаг -s.
|
||||
|
||||
Совет: Поиск файла: вы можете работать с найденными файлами при Панелизации.
|
||||
Совет: Want to do complex searches? Use the External Panelize command.
|
||||
Совет: Для смены каталога во время набора команды, нажмите M-c (быстрая смена).
|
||||
Заметка: Команды оболочки не выполняются, если вы не в локальной файл. системе.
|
||||
|
||||
Совет: Используйте команду "Внешняя панелизация" для сложного поиска.
|
||||
|
||||
Совет: Для смены каталога во время набора команды, нажмите M-c (быстрая
|
||||
смена).
|
||||
|
||||
Заметка: Команды оболочки не выполняются, если вы не в локальной
|
||||
файл. системе.
|
||||
|
||||
Совет: Удаленный текст можно вернуть с помощью C-y.
|
||||
Совет: Некоторые клавиши не работают? Зайдите в Настройки/Распознавание клавиш.
|
||||
|
||||
Совет: Некоторые клавиши не работают? Зайдите в Настройки/Распознавание
|
||||
клавиш.
|
||||
|
||||
Совет: Для получения вывода команды в окне просмотра, наберите M-!
|
||||
Совет: F13 (или Shift-F3) вызывают просмотрщик в режиме необработанных данных.
|
||||
Совет: Вы можете выбрать редактор для F4 с помощью переменной оболочки EDITOR.
|
||||
Совет: Внешний просмотрщик можно выбрать с помощью переменной оболочки PAGER.
|
||||
Совет: Вы можете отменить запросы на подтверждение в Настройки/Подтверждение.
|
||||
Совет: Переходите к часто используемым каталогам из справочника, набрав C-\.
|
||||
Совет: Вы можете использовать анонимный FTP с mc набрав 'cd ftp://machine.edu'
|
||||
|
||||
Совет: F13 (или Shift-F3) вызывают просмотрщик в режиме необработанных
|
||||
данных.
|
||||
|
||||
Совет: Вы можете выбрать редактор для F4 с помощью переменной оболочки
|
||||
EDITOR.
|
||||
|
||||
Совет: Внешний просмотрщик можно выбрать с помощью переменной оболочки
|
||||
PAGER.
|
||||
|
||||
Совет: Вы можете отменить запросы на подтверждение в
|
||||
Настройки/Подтверждение.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Совет: Вы можете использовать анонимный FTP с mc набрав 'cd
|
||||
ftp://machine.edu'
|
||||
|
||||
Совет: FTP встроен в Midnight Commander, меню Панель/FTP-соединение.
|
||||
|
||||
Совет: M-t быстро изменяет формат списка панели.
|
||||
Совет: Вы можете задать имя пользователя в команде: 'cd ftp://user@machine.edu'.
|
||||
|
||||
Совет: Вы можете задать имя пользователя в команде: 'cd
|
||||
ftp://user@machine.edu'.
|
||||
|
||||
Совет: Вы можете просматривать файлы RPM нажав Enter на файле RPM.
|
||||
|
||||
Совет: Для отметки каталогов в диалоге выбора, добавьте косую черту.
|
||||
Совет: Вырезание и вставка с помощью мыши может требовать держать клавишу Shift.
|
||||
Совет: Храните список часто посещаемых FTP в справочнике каталогов: нажмите C-\.
|
||||
|
||||
Совет: Вырезание и вставка с помощью мыши может требовать держания клавиши
|
||||
Shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.sk
Normal file
93
doc/hints/l10n/mc.hint.sk
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.sl
Normal file
93
doc/hints/l10n/mc.hint.sl
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.sr
Normal file
93
doc/hints/l10n/mc.hint.sr
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.sv
Normal file
93
doc/hints/l10n/mc.hint.sv
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.sv_SE
Normal file
93
doc/hints/l10n/mc.hint.sv_SE
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
93
doc/hints/l10n/mc.hint.tr
Normal file
93
doc/hints/l10n/mc.hint.tr
Normal file
@ -0,0 +1,93 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the
|
||||
viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick
|
||||
cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or
|
||||
PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd
|
||||
ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
117
doc/hints/l10n/mc.hint.uk
Normal file
117
doc/hints/l10n/mc.hint.uk
Normal file
@ -0,0 +1,117 @@
|
||||
Підказка. Натисніть C-x t, щоб скопіювати позначені файли в командний рядок.
|
||||
|
||||
Підказка. Натисніть C-x p, щоб скопіювати поточний шлях у командний рядок.
|
||||
|
||||
Підказка. Автодоповнення: натисніть M-Tab (Esc+Tab). Щоб отримати список,
|
||||
натисніть двічі.
|
||||
|
||||
Підказка. Натисніть M-p і M-n, щоб отримати доступ до історії команд.
|
||||
|
||||
Підказка. Потрібно вставити літерал? Натисніть Control+q, а потім літерал.
|
||||
|
||||
Підказка. Набридли ці підказки? Вимкніть їх у вікні Параметри|Зовнішній
|
||||
вигляд.
|
||||
|
||||
Підказка. Щоб вибрати каталоги, додайте скісну риску в кінець відповідного
|
||||
шаблону.
|
||||
|
||||
Підказка. Якщо термінал не має функціональних клавіш, використовуйте
|
||||
комбінацію клавіш Esc+цифра.
|
||||
|
||||
Підказка. Домашня сторінка Midnight Commander:
|
||||
http://www.midnight-commander.org/
|
||||
|
||||
Підказка. Надсилайте повідомлення про помилки на адресу mc-devel@gnome.org
|
||||
|
||||
Підказка. Клавіша Tab змінює поточну панель.
|
||||
|
||||
Підказка. Зручність VFS: щоб отримати вміст файлу tar, натисніть клавішу
|
||||
Enter на файлі.
|
||||
|
||||
Підказка. Можна прочитати непогану сторінку посібника.
|
||||
|
||||
Підказка. Щоб увімкнути навігацію у стилі lynx, виберіть параметр у вікні
|
||||
Параметри|Конфігурація.
|
||||
|
||||
Підказка. Макроси % працюють навіть у командному рядку.
|
||||
|
||||
Підказка. Щоб виконати програму й побачити результат у вікні перегляду,
|
||||
натисніть M-!.
|
||||
|
||||
Підказка. Формат списку файлів можна змінити. Введіть «man mc», щоб
|
||||
дізнатися більше.
|
||||
|
||||
Підказка. %D/%T означає вибрані файли на протилежній панелі.
|
||||
|
||||
Підказка. Щоб отримати звичайний shell, натисніть C-o, а потім знову C-o для
|
||||
повернення в МС.
|
||||
|
||||
Підказка. Щоб зберегти зусилля під час набору команди cd, установіть змінну
|
||||
оточення CDPATH
|
||||
|
||||
Підказка. Щоб побачити приховані файли .*, увімкніть параметр у вікні
|
||||
Параметри|Конфігурація.
|
||||
|
||||
Підказка. Щоб побачити резервні файли .*~, увімкніть параметр у вікні
|
||||
Параметри|Конфігурація.
|
||||
|
||||
Підказка. Автодоповнення працює у всіх рядках введення. Просто натисніть
|
||||
M-Tab.
|
||||
|
||||
Підказка. На повільних терміналах скористайтеся опцією -s.
|
||||
|
||||
Підказка. Щоб працювати із знайденими файлами після їх пошуку, виберіть
|
||||
команду «Панелізувати».
|
||||
|
||||
Підказка. Щоб виконати складний пошук, скористайтеся командою «Зовнішня
|
||||
панелізація».
|
||||
|
||||
Підказка. Щоб змінити каталог під час набору команди, натисніть M-c (швидка
|
||||
зміна).
|
||||
|
||||
Підказка. Команди shell не виконуються, якщо ви не в локальній файловій
|
||||
системі.
|
||||
|
||||
Підказка. Видалений текст можна повернути за допомогою C-y.
|
||||
|
||||
Підказка. Якщо деякі клавіші не працюють, скористайтеся вікном
|
||||
Параметри|Вивчення клавіш.
|
||||
|
||||
Підказка. Щоб отримати результат виконання команди у вікні перегляду,
|
||||
натисніть M-!
|
||||
|
||||
Підказка. F13 (або Shift-F3) відкриває переглядач у режимі необроблених
|
||||
даних.
|
||||
|
||||
Підказка. Можна вибрати редактор для F4 за допомогою змінної оточення
|
||||
EDITOR.
|
||||
|
||||
Підказка. Зовнішній переглядач можна вибрати за допомогою змінної оточення
|
||||
PAGER.
|
||||
|
||||
Підказка. Можна вимкнути запити на підтвердження дій у вікні
|
||||
Параметри|Підтвердження.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
Підказка. Щоб відкрити анонімний FTP, введіть команду «cd
|
||||
ftp://machine.edu».
|
||||
|
||||
Підказка. Щоб скористатися вбудованим у Midnight Commander клієнтом FTP,
|
||||
відкрийте вікно Панель|FTP-з’єднання.
|
||||
|
||||
Підказка. Щоб швидко змінити формат списку панелі, натисніть M-t.
|
||||
|
||||
Підказка. Щоб указати ім’я користувача ftpfs, введіть «cd
|
||||
ftp://user@machine.edu».
|
||||
|
||||
Підказка. Щоб переглянути файл RPM, натисніть на ньому Enter.
|
||||
|
||||
Підказка. Щоб відмітити каталоги в діалоговому вікні вибору, додайте похилу
|
||||
риску.
|
||||
|
||||
Підказка. Щоб вирізати або вставити за допомогою мишки, утримуйте клавішу
|
||||
Shift.
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,45 +1,90 @@
|
||||
提示:使用 C-x t 來複製已選擇的檔案名稱到指令列。
|
||||
|
||||
提示:使用 C-x p 來將目前的路徑名稱複製到指令列。
|
||||
|
||||
提示:補齊:使用 M-Tab(或 Esc+Tab)。按兩次看整個列表。
|
||||
|
||||
提示:使用 M-p 和 M-n 來存取指令使用紀錄。
|
||||
|
||||
提示:要使用跳出字元(escape cahracter)?可使用 Control-q 再加上要輸入的字元。
|
||||
|
||||
提示:是否對這些訊息厭倦了?可在「選項/配置」選單中關閉它。
|
||||
|
||||
提示:選擇目錄:在要找尋的樣式後加入 "/"。
|
||||
|
||||
提示:如果你的終端機沒有功能鍵,可以使用 ESC + 數字按鍵。
|
||||
|
||||
提示:Midnight Commander URL:http://www.midnight-commander.org/
|
||||
|
||||
提示:Midnight Commander 網頁:http://www.midnight-commander.org/
|
||||
|
||||
提示:請送出錯誤報告到 mc-devel@gnome.org
|
||||
|
||||
提示:Tab 會切換使用中的面板。
|
||||
|
||||
提示:VFS 的好處:在 tar 檔案上按 enter 可查看它的內容。
|
||||
|
||||
提示:我們有一個不錯的手冊頁。
|
||||
|
||||
提示:你是否想使用 lynx 的瀏覽方式?請到設定對話窗中設定。
|
||||
|
||||
提示:% 巨集在指令列也可使用。
|
||||
|
||||
提示:M-! 可讓你執行指令並在檢視器看到它的輸出。
|
||||
|
||||
提示:你可自訂檔案列表的格式;輸入 "man mc" 可獲得更多細節。
|
||||
|
||||
提示:%D/%T 會擴展成另一邊面板中已標記的檔案。
|
||||
|
||||
提示:想使用平常的命令殼?可按 C-o,再按一次就會返回 MC。
|
||||
|
||||
提示:設定 CDPATH 環境變數可以令使用 cd 指令時省卻一點按鍵。
|
||||
|
||||
提示:若想看你的 .* 檔案,請到設定對話窗中設定。
|
||||
|
||||
提示:想看你的 *~ 備份檔?請到設定對話窗中設定。
|
||||
|
||||
提示:補齊可在任何對話窗中的任何輸入欄位中使用。只要按下 M-Tab 就可以了。
|
||||
|
||||
提示:在緩慢的終端機裡使用 -s 選項或會有幫助。
|
||||
|
||||
提示:搜尋檔案:你可以使用「面板化」選項來處理搜尋到的檔案。
|
||||
|
||||
提示:想處理較複雜的檔案搜尋?可使用「外部面板化」指令。
|
||||
|
||||
提示:要在輸入指令途早改變目錄,可使用 M-c(快速切換目錄)。
|
||||
|
||||
注意:在非本機的檔案系統裡無法使用命令殼指令。
|
||||
|
||||
提示:可用 C-y 將已刪除的文字重新顯示出來。
|
||||
|
||||
提示:是否有些按鍵無法使用?可看看「選項/認識按鍵」中的按鍵。
|
||||
|
||||
提示:要在檢視器裡看到指令的輸出,使用 M-!
|
||||
|
||||
提示:F13(或 Shift-F3)會使用原始模式開啟檢視器。
|
||||
|
||||
提示:你可以使用環境變數 EDITOR 來指定按下 F4 後開啟的編輯器。
|
||||
|
||||
提示:你可以使用環境變數 PAGER 來指定外部的檢視器。
|
||||
|
||||
提示:你可以在「選項/確認」裡關閉所有確認的要求。
|
||||
|
||||
提示:使用 C-\ 可以即時跳到經常使用的目錄。
|
||||
|
||||
提示:你可以在 mc 使用無名氏模式 FTP,方法是輸入 'cd ftp://machine.edu'
|
||||
|
||||
提示:FTP 是 Midnight Commander 的內建功能,請檢查「檔案/FTP 連線」選單。
|
||||
|
||||
提示:M-t 可快速地切換列表模式。
|
||||
|
||||
提示:你可以在使用 ftp 時指定使用者名稱,例如:'cd ftp://user@machine.edu'
|
||||
|
||||
提示:你可以在 rpm 檔上按 enter 來瀏覽 rpm 裡的檔案。
|
||||
|
||||
提示:在選擇對話盒中選取目錄時,要在後面加一 "/"。
|
||||
|
||||
提示:要使用滑鼠剪貼功能需要你按下 shift 鍵
|
||||
|
||||
提示:要將常到的網站輸入常用列表裡:鍵入 C-\。
|
||||
|
88
doc/hints/l10n/mc.hint.zh_CN
Normal file
88
doc/hints/l10n/mc.hint.zh_CN
Normal file
@ -0,0 +1,88 @@
|
||||
提示:使用 C-x t 來複製已選擇的檔案名稱到指令列。
|
||||
|
||||
提示:使用 C-x p 來將目前的路徑名稱複製到指令列。
|
||||
|
||||
提示:補齊:使用 M-Tab(或 Esc+Tab)。按兩次看整個列表。
|
||||
|
||||
提示:使用 M-p 和 M-n 來存取指令使用紀錄。
|
||||
|
||||
提示:要使用跳出字元(escape cahracter)?可使用 Control-q 再加上要輸入的字元。
|
||||
|
||||
提示:是否對這些訊息厭倦了?可在「選項/配置」選單中關閉它。
|
||||
|
||||
提示:選擇目錄:在要找尋的樣式後加入 "/"。
|
||||
|
||||
提示:如果你的終端機沒有功能鍵,可以使用 ESC + 數字按鍵。
|
||||
|
||||
提示:Midnight Commander 網頁:http://www.midnight-commander.org/
|
||||
|
||||
提示:請送出錯誤報告到 mc-devel@gnome.org
|
||||
|
||||
提示:Tab 會切換使用中的面板。
|
||||
|
||||
提示:VFS 的好處:在 tar 檔案上按 enter 可查看它的內容。
|
||||
|
||||
提示:我們有一個不錯的手冊頁。
|
||||
|
||||
提示:你是否想使用 lynx 的瀏覽方式?請到設定對話窗中設定。
|
||||
|
||||
提示:% 巨集在指令列也可使用。
|
||||
|
||||
提示:M-! 可讓你執行指令並在檢視器看到它的輸出。
|
||||
|
||||
提示:你可自訂檔案列表的格式;輸入 "man mc" 可獲得更多細節。
|
||||
|
||||
提示:%D/%T 會擴展成另一邊面板中已標記的檔案。
|
||||
|
||||
提示:想使用平常的命令殼?可按 C-o,再按一次就會返回 MC。
|
||||
|
||||
提示:設定 CDPATH 環境變數可以令使用 cd 指令時省卻一點按鍵。
|
||||
|
||||
提示:若想看你的 .* 檔案,請到設定對話窗中設定。
|
||||
|
||||
提示:想看你的 *~ 備份檔?請到設定對話窗中設定。
|
||||
|
||||
提示:補齊可在任何對話窗中的任何輸入欄位中使用。只要按下 M-Tab 就可以了。
|
||||
|
||||
提示:在緩慢的終端機裡使用 -s 選項或會有幫助。
|
||||
|
||||
提示:搜尋檔案:你可以使用「面板化」選項來處理搜尋到的檔案。
|
||||
|
||||
提示:想處理較複雜的檔案搜尋?可使用「外部面板化」指令。
|
||||
|
||||
提示:要在輸入指令途早改變目錄,可使用 M-c(快速切換目錄)。
|
||||
|
||||
注意:在非本機的檔案系統裡無法使用命令殼指令。
|
||||
|
||||
提示:可用 C-y 將已刪除的文字重新顯示出來。
|
||||
|
||||
提示:是否有些按鍵無法使用?可看看「選項/認識按鍵」中的按鍵。
|
||||
|
||||
提示:要在檢視器裡看到指令的輸出,使用 M-!
|
||||
|
||||
提示:F13(或 Shift-F3)會使用原始模式開啟檢視器。
|
||||
|
||||
提示:你可以使用環境變數 EDITOR 來指定按下 F4 後開啟的編輯器。
|
||||
|
||||
提示:你可以使用環境變數 PAGER 來指定外部的檢視器。
|
||||
|
||||
提示:你可以在「選項/確認」裡關閉所有確認的要求。
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-.
|
||||
|
||||
提示:你可以在 mc 使用無名氏模式 FTP,方法是輸入 'cd ftp://machine.edu'
|
||||
|
||||
提示:FTP 是 Midnight Commander 的內建功能,請檢查「檔案/FTP 連線」選單。
|
||||
|
||||
提示:M-t 可快速地切換列表模式。
|
||||
|
||||
提示:你可以在使用 ftp 時指定使用者名稱,例如:'cd ftp://user@machine.edu'
|
||||
|
||||
提示:你可以在 rpm 檔上按 enter 來瀏覽 rpm 裡的檔案。
|
||||
|
||||
提示:在選擇對話盒中選取目錄時,要在後面加一 "/"。
|
||||
|
||||
提示:要使用滑鼠剪貼功能需要你按下 shift 鍵
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-.
|
||||
|
@ -1,44 +1,88 @@
|
||||
Hint: Use C-x t to copy tagged file names to the command line.
|
||||
|
||||
Hint: Use C-x p to copy the current pathname to the command line.
|
||||
|
||||
Hint: Completion: use M-Tab (or Esc+Tab). Type it twice to get a list.
|
||||
|
||||
Hint: Use M-p and M-n to access the command history.
|
||||
|
||||
Hint: Need to quote a character? Use Control-q and the character.
|
||||
|
||||
Hint: Tired of these messages? Turn them off from the Options/Layout menu.
|
||||
|
||||
Hint: Selecting directories: add a slash to the end of the matching pattern.
|
||||
|
||||
Hint: If your terminal lacks functions keys, use the ESC+number sequence.
|
||||
|
||||
Hint: The homepage of GNU Midnight Commander: http://www.midnight-commander.org/
|
||||
|
||||
Hint: Please send any bug reports to mc-devel@gnome.org
|
||||
|
||||
Hint: Tab changes your current panel.
|
||||
|
||||
Hint: VFS coolness: tap enter on a tar file to examine its contents.
|
||||
|
||||
Hint: We also have a nice manual page.
|
||||
|
||||
Hint: Do you want lynx-style navigation? Set it in the Configuration dialog.
|
||||
|
||||
Hint: % macros work even on the command line.
|
||||
|
||||
Hint: M-! will allow you to execute programs and see the output in the viewer.
|
||||
|
||||
Hint: The file listing format can be customized; do "man mc" for details.
|
||||
|
||||
Hint: %D/%T expands to the tagged files in the opposite directory.
|
||||
|
||||
Hint: Want your plain shell? Press C-o, and get back to MC with C-o again.
|
||||
|
||||
Hint: Setting the CDPATH variable can save you keystrokes in cd commands.
|
||||
|
||||
Hint: If you want to see your .* files, say so in the Configuration dialog.
|
||||
|
||||
Hint: Want to see your *~ backup files? Set it in the Configuration dialog.
|
||||
|
||||
Hint: Completion works on all input lines in all dialogs. Just press M-Tab.
|
||||
|
||||
Hint: On slow terminals the -s flag may help.
|
||||
|
||||
Hint: Find File: you can work on the files found using the Panelize button.
|
||||
|
||||
Hint: Want to do complex searches? Use the External Panelize command.
|
||||
|
||||
Hint: To change directory halfway through typing a command, use M-c (quick cd).
|
||||
|
||||
Note: Shell commands will not work when you are on a non-local file system.
|
||||
|
||||
Hint: Bring text back from the dead with C-y.
|
||||
|
||||
Hint: Are some of your keys not working? Look at Options/Learn keys.
|
||||
|
||||
Hint: To look at the output of a command in the viewer, use M-!
|
||||
|
||||
Hint: F13 (or Shift-F3) invokes the viewer in raw mode.
|
||||
|
||||
Hint: You may specify the editor for F4 with the shell variable EDITOR.
|
||||
|
||||
Hint: You may specify the external viewer with the shell vars VIEWER or PAGER.
|
||||
|
||||
Hint: You can disable all requests for confirmation in Options/Confirmation.
|
||||
|
||||
Hint: Leap to frequently used directories in a single bound with C-\.
|
||||
|
||||
Hint: You can do anonymous FTP with mc by typing 'cd ftp://machine.edu'
|
||||
|
||||
Hint: FTP is built in the Midnight Commander, check the File/FTP link menu.
|
||||
|
||||
Hint: M-t changes quickly the listing mode.
|
||||
|
||||
Hint: You can specify the username when doing ftps: 'cd ftp://user@machine.edu'
|
||||
|
||||
Hint: You can browse RPM files by tapping enter on top of an rpm file.
|
||||
|
||||
Hint: To mark directories on the select dialog box, append a slash.
|
||||
|
||||
Hint: To use the mouse cut and paste may require holding the shift key
|
||||
|
||||
Hint: Key frequently visited ftp sites in the hotlist: type C-\.
|
||||
|
||||
|
@ -1,45 +0,0 @@
|
||||
Ayudita: C-x t pone los archivos marcados en la línea de órdenes.
|
||||
Ayudita: C-x p copia la trayectoria completa en la línea de órdenes.
|
||||
Ayudita: C-x C-p copia la trayectoria del panel opuesto en la línea de órdenes.
|
||||
Ayudita: M-Tab (o Esc+Tab) completa nombres; dos veces y muestra una lista.
|
||||
Ayudita: M-p y M-n permiten acceder a la historia de órdenes.
|
||||
Ayudita: Para introducir un carácter especial: C-q y el caracter.
|
||||
Ayudita: ¿Harto de mensajitos? Se quitan en el menú Opciones/Presentación.
|
||||
Ayudita: Para seleccionar directorios añadir "/" tras el patrón a buscar.
|
||||
Ayudita: Si no funcionan las teclas de función, ESC+número sirve.
|
||||
Ayudita: El web del Midnight Commander está en http://www.midnight-commander.org/
|
||||
Ayudita: El sitio oficial del Midnight Commander es http://www.midnight-commander.org/
|
||||
Ayudita: Comunique cualquier defecto a mc-devel@gnome.org
|
||||
Ayudita: El tabulador cambia de panel.
|
||||
Ayudita: ¡El mejor VFS! Al <entrar> en un archivo comprimido se ve su contenido.
|
||||
Ayudita: El Midnight Commander tiene manual: "man mc"
|
||||
Ayudita: ¿Desea navegar con las flechas al estilo lynx? Está en Configuración.
|
||||
Ayudita: Las macros con % funcionan incluso en la línea de órdenes.
|
||||
Ayudita: Con M-! puede ejecutar programas y ver la salida en el visor.
|
||||
Ayudita: El formato del listado se puede personalizar; "man mc" para ver pistas.
|
||||
Ayudita: %D/%T representa los archivos seleccionados en el panel opuesto.
|
||||
Ayudita: Con C-o se puede ir y volver a la shell de siempre.
|
||||
Ayudita: La variable CDPATH ahorra teclas al cambiar de directorios.
|
||||
Ayudita: Para ver los archivos .* basta indicarlo en Configuración.
|
||||
Ayudita: Para ver los archivos de seguridad tipo *~ ir a Configuración.
|
||||
Ayudita: Se puede auto-completar nombres también en los diálogos con M-Tab.
|
||||
Ayudita: En terminales lentos la opción -s puede ayudar.
|
||||
Ayudita: Puede "Llevar al panel" los resultados de "Buscar archivos" y usarlos.
|
||||
Ayudita: Puede hacer y guardar búsquedas complejas con "Búsquedas externas".
|
||||
Ayudita: Con M-c cambiar de directorio es un poco más cómodo.
|
||||
Nota: Las instrucciones de la Shell no funcionan fuera del sistema local.
|
||||
Ayudita: Con C-y puede recuperar texto eliminado.
|
||||
Ayudita: ¿Alguna tecla rebelde? Puede educarla con "Redefinir teclas".
|
||||
Ayudita: Para ver la salida de una orden por el visor M-!
|
||||
Ayudita: F13 (o Mayúsculas-F3) invoca el visor en modo primitivo, sin formatos.
|
||||
Ayudita: F4 puede usar cualquier editor que indiquemos en la variable EDITOR.
|
||||
Ayudita: Se puede usar un visor externo indicado en la variable PAGER.
|
||||
Ayudita: Para deshabilitar los mensajes de Confirmación vaya al menú Opciones.
|
||||
Ayudita: Apunte los directorios y sitios más usados en "Favoritos".
|
||||
Ayudita: Para hacer un FTP anónimo con mc: 'cd ftp://maquina.dominio'
|
||||
Ayudita: FTP está integrado en Midnight Commander, en "conexión por FTP..."
|
||||
Ayudita: M-t permite cambiar rápidamente entre varios modos de listado.
|
||||
Ayudita: Para hacer un FTP no-anónimo: 'cd ftp://usuario@maquina.dominio'
|
||||
Ayudita: Para examinar un archivo RPM basta pulsar <intro> sobre él.
|
||||
Ayudita: Para copiar y pegar con ratón mantener presionada la tecla MAYÚSCULAS.
|
||||
Ayudita: Los ftp habituales se pueden guardar en "Favoritos".
|
@ -1,44 +0,0 @@
|
||||
Савет: Користите C-x t да бисте пренели изабране називе датотека у наредбени ред.
|
||||
Савет: Користите C-x p да бисте пренели текућу путању у наредбени ред.
|
||||
Савет: Допуна: користите M-Tab (или Esc+Tab). Притисните ово двапут да бисте добили списак.
|
||||
Савет: Користите M-p и M-n да бисте добили историју наредби.
|
||||
Савет: Хоћете да наведете знак? Користите Control-q и дотични знак.
|
||||
Савет: Сити сте ових порука? Искључите их из менија Избори/Поглед.
|
||||
Савет: Означавање директоријума: додајте косу црту на крај обрасца за претрагу.
|
||||
Савет: Ако ваш терминал не поседује функцијске тастере, користите комбинацију ESC+број.
|
||||
Савет: Домаћа страница ГНУ-овог Поноћног наредника: http://www.midnight-commander.org/
|
||||
Савет: Молимо да пошаљете пријаве грешака на mc-devel@gnome.org
|
||||
Савет: Тастер `Tab' мења текуће окно.
|
||||
Савет: Фазон ВСД-а: куцните `enter' над датотеком врсте tar да бисте прегледали њен садржај.
|
||||
Савет: Имамо и пристојну страницу упутства.
|
||||
Савет: Желите ли lynx-олико кретање? Подесите га у дијалогу Подешавања.
|
||||
Савет: Макрои `%' функционишу чак и у наредбеном реду.
|
||||
Савет: M-! ће вам омогућити да извршавате програме и прегледате излаз у прегледачу.
|
||||
Савет: Формат списка датотека се може подесити; извршите `man mc' за детаље.
|
||||
Савет: %D/%T се замењује списком означених датотека у супротном директоријуму.
|
||||
Савет: Желите ли вашу обичну љуску? Притисните C-o, а вратите се назад опет преко C-o.
|
||||
Савет: Постављање променљиве CDPATH вам може уштедети куцање у наредбама `cd'.
|
||||
Савет: Ако желите да видите ваше датотеке врсте `.*', реците то у дијалогу `Подешавање'.
|
||||
Савет: Желите ли да видите ваше резервне датотеке (*~)? Поставите ово у дијалогу `Подешавање'.
|
||||
Савет: Допуна функционише у свим редовима за унос у свим дијалозима. Само притисните M-Tab.
|
||||
Савет: на спорим терминалима може вам помоћи прекидач -s.
|
||||
Савет: Тражење датотека: можете радити са нађеним датотекама преко дугмета `Претвори у окно'.
|
||||
Савет: Желите ли сложене претраге? Користите наредбу `Критеријум попуне окна'.
|
||||
Савет: Да бисте променили директоријум у сред куцања наредбе, користите M-c (брза пром.дир.).
|
||||
Пажња: Наредбе љуске неће функционисати на не-локалном систему датотека.
|
||||
Савет: Васкрсните текст преко C-y.
|
||||
Савет: Неки од ваших тастера не функционишу? Погледајте Избори/Научи тастере.
|
||||
Савет: Да бисте погледали излаз наредбе у прегледачу, користите M-!
|
||||
Савет: F13 (или Shift-F3) покреће прегледач у сировом режиму.
|
||||
Савет: Можете задати уређивач за F4 преко променљиве љуске EDITOR.
|
||||
Савет: Можете задати спољашњи уређивач преко променљиве љуске PAGER.
|
||||
Савет: Можете искључити све захтеве за потврду преко ставке Избори/Потврда.
|
||||
Савет: Скочите на често коришћене директоријуме једним кораком преко C-\.
|
||||
Савет: Можете се анонимно пријавити на FTP куцајући `cd ftp://machine.edu'
|
||||
Савет: FTP је уграђен у Поноћног наредника, погледајте мени Лево/Повезивање FTP-а.
|
||||
Савет: M-t брзо мења режим списка.
|
||||
Савет: Можете задати корисничко име за ftps: `cd ftp://user@machine.edu'
|
||||
Савет: Можете прегледати датотеке врсте RPM куцнувши `enter' над датотеком врсте `rpm'.
|
||||
Савет: Да бисте означили директоријуме у дијалогу за избор, додајте косу црту.
|
||||
Савет: Да бисте исецали и лепили помоћу миша, можда ће бити потребно да држите тастер `shift'
|
||||
Савет: Укуцајте често посећивана места ftp-а у брзи списак: притисните C-\.
|
@ -1,45 +0,0 @@
|
||||
Порада: Користуйтесь C-x t для копіювання позначених файлів у командний рядок.
|
||||
Порада: Користуйтесь C-x p для копіювання поточного шляху в командний рядок.
|
||||
Порада: Автодоповнення: M-Tab (Esc+Tab). Для одержання списку натисніть двічі.
|
||||
Порада: Користуйтесь M-p і M-n для доступу до історії команд.
|
||||
Порада: Потрібно вставити літерал? Натисніть Control-q та літерал.
|
||||
Порада: Набридли ці поради? Відключіть їх у меню Options|Layout.
|
||||
Порада: Відмітка каталогів: додайте похилу риску в кінець відповідного шаблону.
|
||||
Порада: Якщо вашому терміналу бракує функц. клавіш, використовуйте ESC+цифра.
|
||||
Порада: Сайт Midnight Commander в Інтернеті: http://www.midnight-commander.org/
|
||||
Порада: Домашня сторінка Midnight Commander: http://www.midnight-commander.org/
|
||||
Порада: Будь ласка, шліть повідомлення про помилки на mc-devel@gnome.org
|
||||
Порада: Tab змінює поточну панель.
|
||||
Порада: Зручність ВФС: натисніть Enter на файлі TAR для одержання його змісту.
|
||||
Порада: У нас також є непогана сторінка підручника.
|
||||
Порада: Ви хочете навігацію в стилі lynx? Встановіть це в Options|Configuration.
|
||||
Порада: Макроси % працюють навіть у командному рядку.
|
||||
Порада: M-! дозволить виконати програму і бачити результат у вікні перегляду.
|
||||
Порада: Формат списку файлів може бути змінений; наберіть "man mc" для деталей.
|
||||
Порада: %D/%T означає позначені файли на протилежній панелі.
|
||||
Порада: Бажаєте звичайний shell? Натисніть C-o, і знову C-o для повернення в МС.
|
||||
Порада: Встановивши змінну CDPATH, ви збережете зусилля при наборі команди cd.
|
||||
Порада: Щоб бачити приховані файли .*, встановіть опцію в Options|Configuration.
|
||||
Порада: Щоб бачити резервні файли .*~, встановіть опцію в Options|Configuration.
|
||||
Порада: Автодоповнення працює у всіх рядках уведення. Просто натисніть M-Tab.
|
||||
Порада: На повільних терміналах може допомогти опція -s.
|
||||
Порада: Пошук файлу: щоб працювати із знайденими файлами, натисніть Panelize.
|
||||
Порада: Бажаєте виконати складний пошук? Скористайтеся Extermal Panelize.
|
||||
Порада: Для зміни каталогу під час набору команди, натисніть M-c (швидка зміна).
|
||||
Порада: Команди shell не виконуються, якщо ви не в локальній файловій системі.
|
||||
Порада: Вилучений текст можна повернути за допомогою C-u.
|
||||
Порада: Деякі клавіші не працюють? Скористайтесь меню Options|Learn keys.
|
||||
Порада: Для одержання результату команди у вікні перегляду, наберіть M-!
|
||||
Порада: F13 (або Shift-F3) викликають переглядач у режимі необроблених даних.
|
||||
Порада: Ви можете вибрати редактор для F4 за допомогою змінної оболонки EDITOR.
|
||||
Порада: Зовнішній переглядач можна вибрати за допомогою змінної оболонки PAGER.
|
||||
Порада: Ви можете скасувати запити на підтвердження в Options|Confirmation.
|
||||
Порада: Переходьте до часто використовуваних каталогів набравши C-\.
|
||||
Порада: Анонімний FTP можна виконати з mc набравши 'cd ftp://machine.edu'
|
||||
Порада: FTP вбудований у Midnight Commander, меню Панель/FTP-з'єднання.
|
||||
Порада: M-t швидко змінює формат списку панелі.
|
||||
Порада: Ви можете задати ім'я користувача ftpfs: 'cd ftp://user@machine.edu'.
|
||||
Порада: Файли RPM можна переглядати натиснувши Enter на файлі RPM.
|
||||
Порада: Для відмітки каталогів у діалоговому вікні вибору, додайте похилу риску.
|
||||
Порада: Для вирізання і вставки за допомогою миші тримайте клавішу Shift.
|
||||
Порада: Зберігайте часто відвідувані FTP у списку каталогів: натисніть C-\.
|
26
m4.include/mc-i18n.m4
Normal file
26
m4.include/mc-i18n.m4
Normal file
@ -0,0 +1,26 @@
|
||||
dnl @synopsis MC_DOC_LINGUAS
|
||||
dnl
|
||||
dnl Check if environment is ready for get translations of docs from transifex
|
||||
dnl
|
||||
dnl @author Slava Zanko <slavazanko@gmail.com>
|
||||
dnl @version 2011-02-10
|
||||
dnl @license GPL
|
||||
dnl @copyright Free Software Foundation, Inc.
|
||||
|
||||
AC_DEFUN([MC_I18N],[
|
||||
|
||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||
CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/intl -I\$(top_srcdir)/intl"
|
||||
fi
|
||||
|
||||
dnl User visible support for charset conversion.
|
||||
AC_ARG_ENABLE([charset],
|
||||
AS_HELP_STRING([--enable-charset], [Support for charset selection and conversion @<:@yes@:>@]))
|
||||
have_charset=
|
||||
charset_msg="no"
|
||||
if test "x$enable_charset" != "xno"; then
|
||||
AC_DEFINE(HAVE_CHARSET, 1, [Define to enable charset selection and conversion])
|
||||
have_charset=yes
|
||||
charset_msg="yes"
|
||||
fi
|
||||
])
|
1
maint/sync-transifex/.gitignore
vendored
Normal file
1
maint/sync-transifex/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
var.d
|
4
maint/sync-transifex/config.d/mc.hint/po4a.cfg
Normal file
4
maint/sync-transifex/config.d/mc.hint/po4a.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
[po4a_langs] @translations@
|
||||
[po4a_paths] var.d/$master/mc.doc.pot $lang:var.d/$master/$lang.po
|
||||
|
||||
[type:man] @srcdir@/doc/hints/$(docfile) $lang:@srcdir@/doc/hints/l10n/$(docfile).$lang
|
8
maint/sync-transifex/config.d/mc.hint/tx.config
Normal file
8
maint/sync-transifex/config.d/mc.hint/tx.config
Normal file
@ -0,0 +1,8 @@
|
||||
[main]
|
||||
host = https://www.transifex.net
|
||||
|
||||
[mc.mc_hint]
|
||||
file_filter = <lang>.po
|
||||
source_file = mc.doc.pot
|
||||
source_lang = en
|
||||
|
160
maint/sync-transifex/functions
Normal file
160
maint/sync-transifex/functions
Normal file
@ -0,0 +1,160 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Midnight Commander - common functions for playing with translations.
|
||||
#
|
||||
# Copyright (C) 2013
|
||||
# The Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by:
|
||||
# Slava Zanko <slavazanko@gmail.com>, 2013
|
||||
#
|
||||
# This file is part of the Midnight Commander.
|
||||
#
|
||||
# The Midnight Commander is free software: you can redistribute it
|
||||
# and/or modify it under the terms of the GNU General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the License,
|
||||
# or (at your option) any later version.
|
||||
#
|
||||
# The Midnight Commander is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#*** include section (source functions, for example) *******************
|
||||
|
||||
#*** file scope functions **********************************************
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Returns name of working directory.
|
||||
##
|
||||
## @param sync_file_name file name which will be sync'ed with Transifex
|
||||
## @return name of working directory
|
||||
|
||||
getSyncDirName() {
|
||||
sync_file_name=$1; shift
|
||||
echo "${SYNC_TX_CURRENT_DIR}/var.d/${sync_file_name}"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Returns config file name as full path.
|
||||
##
|
||||
## @param sync_file_name file name which will be sync'ed with Transifex
|
||||
## @param config_file_name config file name
|
||||
## @return config file name
|
||||
|
||||
getConfigFile() {
|
||||
sync_file_name=$1; shift
|
||||
config_file_name=$1; shift
|
||||
|
||||
echo "${MC_SOURCE_ROOT_DIR}/maint/sync-transifex/config.d/${sync_file_name}/${config_file_name}"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
|
||||
## Returns name of working directory. Init the directory, if needed.
|
||||
##
|
||||
## @param sync_file_name file name which will be sync'ed with Transifex
|
||||
## @return name of working directory
|
||||
|
||||
initSyncDirIfNeeded() {
|
||||
sync_file_name=$1; shift
|
||||
|
||||
sync_dir_name=$(getSyncDirName "${sync_file_name}")
|
||||
|
||||
[ ! -e "${sync_dir_name}" ] && mkdir -p "${sync_dir_name}/.tx"
|
||||
cp \
|
||||
"$(getConfigFile ${sync_file_name} 'tx.config')" \
|
||||
"${sync_dir_name}/.tx/config"
|
||||
|
||||
echo "${sync_dir_name}"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Convert file from plain text to POT-file format.
|
||||
##
|
||||
## @param source_file path to plain text file
|
||||
## @param destination_file path to po-file
|
||||
|
||||
convertFromTextToPo() {
|
||||
source_file=$1; shift
|
||||
destination_file=$1; shift
|
||||
|
||||
po4a-gettextize -f text -m "${source_file}" -p "${destination_file}"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Send POT-file to Transifex.
|
||||
##
|
||||
## @param tx_work_dir working directory where placed the POT file and
|
||||
## a config-file for tx utility
|
||||
|
||||
sendSourceToTransifex() {
|
||||
tx_work_dir=$1; shift
|
||||
|
||||
tx -r "${tx_work_dir}" push -s
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Reveive translations from Transifex.
|
||||
##
|
||||
## @param tx_work_dir working directory where placed the POT file and
|
||||
## a config-file for tx utility
|
||||
|
||||
receiveTranslationsFromTransifex() {
|
||||
tx_work_dir=$1; shift
|
||||
|
||||
pushd "${tx_work_dir}" >/dev/null
|
||||
tx pull --all --force
|
||||
popd >/dev/null
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Create po4a.cfg file.
|
||||
##
|
||||
## @param sync_file_name file name which will be sync'ed with Transifex
|
||||
|
||||
createPo4A() {
|
||||
sync_file_name=$1; shift
|
||||
|
||||
sync_dir_name=$(getSyncDirName "${sync_file_name}")
|
||||
[ ! -e "${sync_dir_name}" ] && mkdir -p "${sync_dir_name}"
|
||||
|
||||
pushd $sync_dir_name >/dev/null
|
||||
translations=$(ls *.po| sed -e 's/.po//g'| tr '\n' ' ')
|
||||
popd >/dev/null
|
||||
sed -e 's!@srcdir@!'"${MC_SOURCE_ROOT_DIR}"'!g' \
|
||||
-e 's!@translations@!'"${translations}"'!g' \
|
||||
"$(getConfigFile ${sync_file_name} 'po4a.cfg')" \
|
||||
> "${sync_dir_name}/po4a.cfg"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
## Create po4a.cfg file.
|
||||
##
|
||||
## @param sync_dir_name working directory where placed translations
|
||||
## @param sync_file_name file name which will be sync'ed with Transifex
|
||||
|
||||
convertFromPoToText() {
|
||||
sync_dir_name=$1; shift
|
||||
sync_file_name=$1; shift
|
||||
|
||||
po4a -k 0 -q \
|
||||
-M UTF-8 -L UTF-8 \
|
||||
--variable docfile="${sync_file_name}" \
|
||||
"${sync_dir_name}/po4a.cfg"
|
||||
}
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
#*** main code *********************************************************
|
||||
|
||||
SYNC_TX_CURRENT_DIR=${SYNC_TX_CURRENT_DIR:-$(pwd)}
|
50
maint/sync-transifex/mc.hint-fromTransifex.sh
Executable file
50
maint/sync-transifex/mc.hint-fromTransifex.sh
Executable file
@ -0,0 +1,50 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Midnight Commander - fetch doc/hints/mc.hint translations from Transifex
|
||||
#
|
||||
# Copyright (C) 2013
|
||||
# The Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by:
|
||||
# Slava Zanko <slavazanko@gmail.com>, 2013
|
||||
#
|
||||
# This file is part of the Midnight Commander.
|
||||
#
|
||||
# The Midnight Commander is free software: you can redistribute it
|
||||
# and/or modify it under the terms of the GNU General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the License,
|
||||
# or (at your option) any later version.
|
||||
#
|
||||
# The Midnight Commander is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set -e
|
||||
|
||||
MC_SOURCE_ROOT_DIR=${MC_SOURCE_ROOT_DIR:-$(dirname $(dirname $(pwd)))}
|
||||
|
||||
#*** include section (source functions, for example) *******************
|
||||
|
||||
source "${MC_SOURCE_ROOT_DIR}/maint/sync-transifex/functions"
|
||||
|
||||
#*** file scope functions **********************************************
|
||||
|
||||
removeExtraBackSlash() {
|
||||
sed -i -e 's/\\-/-/g' ${MC_SOURCE_ROOT_DIR}/doc/hints/l10n/mc.hint.*
|
||||
}
|
||||
|
||||
#*** main code *********************************************************
|
||||
|
||||
WORK_DIR=$(initSyncDirIfNeeded "mc.hint")
|
||||
|
||||
receiveTranslationsFromTransifex "${WORK_DIR}"
|
||||
|
||||
createPo4A "mc.hint"
|
||||
|
||||
convertFromPoToText "${WORK_DIR}" "mc.hint"
|
||||
|
||||
removeExtraBackSlash
|
43
maint/sync-transifex/mc.hint-toTransifex.sh
Executable file
43
maint/sync-transifex/mc.hint-toTransifex.sh
Executable file
@ -0,0 +1,43 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Midnight Commander - push doc/hints/mc.hint file to Transifex
|
||||
#
|
||||
# Copyright (C) 2013
|
||||
# The Free Software Foundation, Inc.
|
||||
#
|
||||
# Written by:
|
||||
# Slava Zanko <slavazanko@gmail.com>, 2013
|
||||
#
|
||||
# This file is part of the Midnight Commander.
|
||||
#
|
||||
# The Midnight Commander is free software: you can redistribute it
|
||||
# and/or modify it under the terms of the GNU General Public License as
|
||||
# published by the Free Software Foundation, either version 3 of the License,
|
||||
# or (at your option) any later version.
|
||||
#
|
||||
# The Midnight Commander is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set -e
|
||||
|
||||
MC_SOURCE_ROOT_DIR=${MC_SOURCE_ROOT_DIR:-$(dirname $(dirname $(pwd)))}
|
||||
|
||||
#*** include section (source functions, for example) *******************
|
||||
|
||||
source "${MC_SOURCE_ROOT_DIR}/maint/sync-transifex/functions"
|
||||
|
||||
#*** file scope functions **********************************************
|
||||
|
||||
#*** main code *********************************************************
|
||||
|
||||
WORK_DIR=$(initSyncDirIfNeeded "mc.hint")
|
||||
|
||||
convertFromTextToPo "${MC_SOURCE_ROOT_DIR}/doc/hints/mc.hint" "${WORK_DIR}/mc.doc.pot"
|
||||
|
||||
sendSourceToTransifex "${WORK_DIR}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Midmight Commander - <one line comment what the file is for>
|
||||
# Midnight Commander - <one line comment what the file is for>
|
||||
#
|
||||
# Copyright (C) <YEARS>
|
||||
# The Free Software Foundation, Inc.
|
||||
|
@ -1454,7 +1454,7 @@ user_file_menu_cmd (void)
|
||||
char *
|
||||
get_random_hint (int force)
|
||||
{
|
||||
char *data, *result = NULL, *eol;
|
||||
char *data, *result = NULL, *eop;
|
||||
int len;
|
||||
int start;
|
||||
static int last_sec;
|
||||
@ -1474,18 +1474,27 @@ get_random_hint (int force)
|
||||
/* get a random entry */
|
||||
srand (tv.tv_sec);
|
||||
len = strlen (data);
|
||||
start = rand () % len;
|
||||
start = rand () % (len - 1);
|
||||
|
||||
/* Search the start of paragraph */
|
||||
for (; start != 0; start--)
|
||||
if (data[start] == '\n')
|
||||
if (data[start] == '\n' && data[start + 1] == '\n')
|
||||
{
|
||||
start++;
|
||||
start += 2;
|
||||
break;
|
||||
}
|
||||
|
||||
eol = strchr (data + start, '\n');
|
||||
if (eol != NULL)
|
||||
*eol = '\0';
|
||||
/* Search the end of paragraph */
|
||||
for (eop = data + start; *eop != '\0'; eop++)
|
||||
{
|
||||
if (*eop == '\n' && *(eop + 1) == '\n')
|
||||
{
|
||||
*eop = '\0';
|
||||
break;
|
||||
}
|
||||
if (*eop == '\n')
|
||||
*eop = ' ';
|
||||
}
|
||||
|
||||
/* hint files are stored in utf-8 */
|
||||
/* try convert hint file from utf-8 to terminal encoding */
|
||||
@ -1501,6 +1510,8 @@ get_random_hint (int force)
|
||||
g_string_free (buffer, TRUE);
|
||||
str_close_conv (conv);
|
||||
}
|
||||
else
|
||||
result = g_strdup (&data[start]);
|
||||
|
||||
g_free (data);
|
||||
return result;
|
||||
|
@ -1,8 +1,8 @@
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
$(GLIB_CFLAGS) \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/lib/vfs \
|
||||
-DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
|
||||
@CHECK_CFLAGS@
|
||||
|
||||
AM_LDFLAGS = @TESTS_LDFLAGS@
|
||||
@ -16,11 +16,13 @@ if ENABLE_VFS_SMB
|
||||
LIBS += $(top_builddir)/src/vfs/smbfs/helpers/libsamba.a
|
||||
endif
|
||||
|
||||
EXTRA_DIST = hints/mc.hint
|
||||
|
||||
TESTS = \
|
||||
do_cd_command \
|
||||
examine_cd \
|
||||
exec_get_export_variables_ext
|
||||
exec_get_export_variables_ext \
|
||||
cmd__get_random_hint
|
||||
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
@ -32,3 +34,6 @@ examine_cd_SOURCES = \
|
||||
|
||||
exec_get_export_variables_ext_SOURCES = \
|
||||
exec_get_export_variables_ext.c
|
||||
|
||||
cmd__get_random_hint_SOURCES = \
|
||||
cmd__get_random_hint.c
|
||||
|
189
tests/src/filemanager/cmd__get_random_hint.c
Normal file
189
tests/src/filemanager/cmd__get_random_hint.c
Normal file
@ -0,0 +1,189 @@
|
||||
/*
|
||||
src/filemanager - filemanager functions.
|
||||
Tests for getting random hints.
|
||||
|
||||
Copyright (C) 2013
|
||||
The Free Software Foundation, Inc.
|
||||
|
||||
Written by:
|
||||
Slava Zanko <slavazanko@gmail.com>, 2013
|
||||
|
||||
This file is part of the Midnight Commander.
|
||||
|
||||
The Midnight Commander is free software: you can redistribute it
|
||||
and/or modify it under the terms of the GNU General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the License,
|
||||
or (at your option) any later version.
|
||||
|
||||
The Midnight Commander is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define TEST_SUITE_NAME "/src/filemanager"
|
||||
|
||||
#include "tests/mctest.h"
|
||||
|
||||
#include "lib/strutil.h"
|
||||
#include "lib/util.h"
|
||||
|
||||
#include "src/filemanager/cmd.h"
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
/* mocked functions */
|
||||
|
||||
/* @Mock */
|
||||
char *
|
||||
guess_message_value (void)
|
||||
{
|
||||
return g_strdup ("not_exists");
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
int rand (void);
|
||||
|
||||
/* @ThenReturnValue */
|
||||
static gboolean rand__return_value = 0;
|
||||
|
||||
/* @Mock */
|
||||
int
|
||||
rand (void)
|
||||
{
|
||||
return rand__return_value;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
static void
|
||||
setup (void)
|
||||
{
|
||||
mc_global.share_data_dir = (char *) TEST_SHARE_DIR;
|
||||
str_init_strings (NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
teardown (void)
|
||||
{
|
||||
str_uninit_strings ();
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
START_TEST (test_not_force)
|
||||
/* *INDENT-ON* */
|
||||
{
|
||||
// given
|
||||
char *first_hint_for_ignore;
|
||||
char *actual_hint1;
|
||||
char *actual_hint2;
|
||||
char *actual_hint3;
|
||||
|
||||
// when
|
||||
first_hint_for_ignore = get_random_hint (FALSE);
|
||||
actual_hint1 = get_random_hint (FALSE);
|
||||
actual_hint2 = get_random_hint (FALSE);
|
||||
actual_hint3 = get_random_hint (FALSE);
|
||||
|
||||
// then
|
||||
mctest_assert_ptr_ne (first_hint_for_ignore, NULL);
|
||||
mctest_assert_str_eq (actual_hint1, "");
|
||||
mctest_assert_str_eq (actual_hint2, "");
|
||||
mctest_assert_str_eq (actual_hint3, "");
|
||||
|
||||
g_free (actual_hint3);
|
||||
g_free (actual_hint2);
|
||||
g_free (actual_hint1);
|
||||
g_free (first_hint_for_ignore);
|
||||
}
|
||||
/* *INDENT-OFF* */
|
||||
END_TEST
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
#define MC_HINT_FILE_SIZE 58
|
||||
/* @DataSource("get_random_ds") */
|
||||
/* *INDENT-OFF* */
|
||||
static const struct get_random_ds
|
||||
{
|
||||
int input_random_value;
|
||||
|
||||
const char *expected_value;
|
||||
} get_random_ds[] =
|
||||
{
|
||||
{ /* 0. */
|
||||
MC_HINT_FILE_SIZE + 2,
|
||||
"Para_1",
|
||||
},
|
||||
{ /* 1. */
|
||||
MC_HINT_FILE_SIZE + 10,
|
||||
"Para_2_line_1 Para_2_line_2",
|
||||
},
|
||||
{ /* 2. */
|
||||
MC_HINT_FILE_SIZE + 25,
|
||||
"Para_2_line_1 Para_2_line_2",
|
||||
},
|
||||
{ /* 3. */
|
||||
MC_HINT_FILE_SIZE + 40,
|
||||
"Para_3",
|
||||
},
|
||||
{ /* 4. */
|
||||
MC_HINT_FILE_SIZE + 50,
|
||||
"P A R A _ 4 ", /* the trailing space it's a bug, but not critical and may be ommited */
|
||||
},
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
/* @Test(dataSource = "get_random_ds") */
|
||||
/* *INDENT-OFF* */
|
||||
START_PARAMETRIZED_TEST (get_random, get_random_ds)
|
||||
/* *INDENT-ON* */
|
||||
{
|
||||
/* given */
|
||||
char *actual_value;
|
||||
|
||||
rand__return_value = data->input_random_value;
|
||||
|
||||
/* when */
|
||||
actual_value = get_random_hint (TRUE);
|
||||
|
||||
/* then */
|
||||
mctest_assert_str_eq (actual_value, data->expected_value);
|
||||
g_free (actual_value);
|
||||
}
|
||||
/* *INDENT-OFF* */
|
||||
END_PARAMETRIZED_TEST
|
||||
/* *INDENT-ON* */
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
int
|
||||
main (void)
|
||||
{
|
||||
int number_failed;
|
||||
|
||||
Suite *s = suite_create (TEST_SUITE_NAME);
|
||||
TCase *tc_core = tcase_create ("Core");
|
||||
SRunner *sr;
|
||||
|
||||
tcase_add_checked_fixture (tc_core, setup, teardown);
|
||||
|
||||
/* Add new tests here: *************** */
|
||||
tcase_add_test (tc_core, test_not_force);
|
||||
mctest_add_parameterized_test (tc_core, get_random, get_random_ds);
|
||||
/* *********************************** */
|
||||
|
||||
suite_add_tcase (s, tc_core);
|
||||
sr = srunner_create (s);
|
||||
srunner_set_log (sr, "cmd__get_random_hint.log");
|
||||
srunner_run_all (sr, CK_NORMAL);
|
||||
number_failed = srunner_ntests_failed (sr);
|
||||
srunner_free (sr);
|
||||
return (number_failed == 0) ? 0 : 1;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
14
tests/src/filemanager/hints/mc.hint
Normal file
14
tests/src/filemanager/hints/mc.hint
Normal file
@ -0,0 +1,14 @@
|
||||
Para_1
|
||||
|
||||
Para_2_line_1
|
||||
Para_2_line_2
|
||||
|
||||
|
||||
Para_3
|
||||
|
||||
P
|
||||
A
|
||||
R
|
||||
A
|
||||
_
|
||||
4
|
Loading…
Reference in New Issue
Block a user