msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-09-05 14:12+0600\n" "PO-Revision-Date: 2010-10-21 23:56+0600\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):7 msgid "Nano Basics Guide" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(author:title):9 msgid "Gentoo Doc Editor" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(author):9 msgid "Sherman Boyd" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(author:title):12 msgid "Editor" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(mail:link):13 msgid "swift@gentoo.org" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(mail):13 msgid "Sven Vermeulen" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(abstract):16 msgid "" "This guide is meant to be a simple introduction to nano. It will quickly " "help you to become familiar with its basic operation." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(version):21 msgid "1.6" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(date):22 msgid "2006-01-05" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):25 msgid "Nano Basics" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):27 msgid "Purpose" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):30 msgid "" "This guide was written to cover basic operations in nano, and is meant to be " "very concise. For more information about nano check out:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(uri):36 #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(uri):153 msgid "http://www.nano-editor.org" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):42 msgid "Opening and creating files" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):45 msgid "Opening and creating files is simple in nano, simply type:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(pre:caption):49 msgid "Creating or opening a file" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(pre):49 #, no-wrap msgid "" "\n" "# nano filename\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):53 msgid "" "Nano is a modeless editor so you can start typing immediately to insert " "text. If you are editing a configuration file like /etc/fstab " "use the -w switch, for example:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(pre:caption):59 msgid "Disable the word wrapping" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(pre):59 #, no-wrap msgid "" "\n" "# nano -w /etc/fstab\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(warn):63 msgid "" "It is very, very important that you use the -w switch when opening a " "config file. Failure to do so may keep your system from booting or cause " "other bad things." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):72 msgid "Saving and exiting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):75 msgid "" "If you want to save the changes you've made, press Ctrl+O. To exit " "nano, type Ctrl+X. If you ask nano to exit from a modified file, it " "will ask you if you want to save it. Just press N in case you don't, " "or Y in case you do. It will then ask you for a filename. Just type " "it in and press Enter." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):83 msgid "" "If you accidentally confirmed that you want to save the file but you " "actually don't, you can always cancel by pressing Ctrl+C when you're " "prompted for a filename." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):92 msgid "Cutting and pasting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):95 msgid "" "To cut a single line, you use Ctrl+K (hold down Ctrl and then " "press K). The line disappears. To paste it, you simply move the " "cursor to where you want to paste it and punch Ctrl+U. The line " "reappears. To move multiple lines, simply cut them with several Ctrl+Ks in a row, then paste them with a single Ctrl+U. The whole " "paragraph appears wherever you want it." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):104 msgid "" "If you need a little more fine-grained control, then you have to mark the " "text. Move the cursor to the beginning of the text you want to cut. Hit " "Ctrl+6 (or Alt+A). Now move your cursor to the end of the text " "you want to cut: the marked text gets highlighted. If you need to cancel " "your text marking, simply hit Ctrl+6 again. Press Ctrl+K to " "cut the marked text. Use Ctrl+U to paste it." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):116 msgid "Searching for text" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):119 msgid "" "Searching for a string is easy as long as you think \"WhereIs\" " "instead of \"Search\". Simply hit Ctrl+W, type in your search " "string, and press Enter. To search for the same string again, hit " "Alt+W." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(note):125 msgid "" "In nano's help texts the Ctrl-key is represented by a caret (^), so " "Ctrl+W is shown as ^W, and so on. The Alt-key is represented " "by an M (from \"Meta\"), so Alt+W is shown as M-W." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):134 msgid "More options" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):137 msgid "" "If you're interested in tweaking nano, be sure to read /etc/nanorc." msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(title):144 msgid "Wrap up" msgstr "" #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(p):147 msgid "" "That is all! Thanks to kiyose and quazion from #gentoo. Again, for more " "information about nano check out:" msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en//nano-basics-guide.xml(None):0 msgid "translator-credits" msgstr ""