Ignore:
Timestamp:
May 28, 2010, 3:07:14 AM (14 years ago)
Author:
kde-how-scripter
Message:

SF-KDE: Ažuriranje datoteka bazirano na zadnjim template datotekama + padeži.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde-croatia/kde4/summit/hr/summit/messages/kdesdk/kate.po

    r335 r338  
    77"Project-Id-Version: kate 0\n"
    88"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
    9 "POT-Creation-Date: 2010-05-25 11:29+0200\n"
     9"POT-Creation-Date: 2010-05-27 10:24+0200\n"
    1010"PO-Revision-Date: 2010-03-15 15:31+0100\n"
    1111"Last-Translator: Andrej Dundovic <adundovi@gmail.com>\n"
     
    182182msgstr "Dokument zapisan na disk"
    183183
     184#. +> trunk
     185#: app/kateappcommands.cpp:144
     186msgid ""
     187"<p><b>w/wa &mdash; write document(s) to disk</b></p>"
     188"<p>Usage: <tt><b>w[a]</b></tt></p>"
     189"<p>Writes the current document(s) to disk. It can be called in two ways:<br />"
     190" <tt>w</tt> &mdash; writes the current document to disk<br />"
     191" <tt>wa</tt> &mdash; writes all document to disk.</p>"
     192"<p>If no file name is associated with the document, a file dialog will be shown.</p>"
     193msgstr ""
     194
     195#. +> trunk
     196#: app/kateappcommands.cpp:155
     197msgid ""
     198"<p><b>q/qa/wq/wqa &mdash; [write and] quit</b></p>"
     199"<p>Usage: <tt><b>[w]q[a]</b></tt></p>"
     200"<p>Quits the application. If <tt>w</tt> is prepended, it also writes the document(s) to disk. This command can be called in several ways:<br />"
     201" <tt>q</tt> &mdash; closes the current view..<br />"
     202" <tt>qa</tt> &mdash; closes all view, effectively quitting the application.<br />"
     203" <tt>wq</tt> &mdash; writes the current document to disk and closes its view.<br />"
     204" <tt>wqa</tt> &mdash; writes all document to disk and quits.</p>"
     205"<p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p>"
     206msgstr ""
     207
     208#. +> trunk
     209#: app/kateappcommands.cpp:170
     210msgid ""
     211"<p><b>x/xa &mdash; write and quit</b></p>"
     212"<p>Usage: <tt><b>x[a]</b></tt></p>"
     213"<p>Saves document(s) and quits (e<b>x</b>its). This command can be called in two ways:<br />"
     214" <tt>x</tt> &mdash; closes the current view..<br />"
     215" <tt>xa</tt> &mdash; closes all view, effectively quitting the application.</p>"
     216"<p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p>"
     217"<p>Unlike the 'w' commands, this command only writes the doucment if it is modified.</p>"
     218msgstr ""
     219
     220#. +> trunk
     221#: app/kateappcommands.cpp:184
     222msgid ""
     223"<p><b>bp/bn &mdash; switch no previous/next document</b></p>"
     224"<p>Usage: <tt><b>bp/bn</b></tt></p>"
     225"<p>Goes to <b>p</b>revious or <b>n</b>ext document (\"<b>b</b>uffer\"). The two commands are:<br />"
     226" <tt>bp</tt> &mdash; goes to the document before the current one in the document list.<br />"
     227" <tt>bn</tt> &mdash; goes to the document after the current one in the document list.<br />"
     228"<p>Both commands wrap around, i.e., if you go past the last document you and up at the first and vice versa.</p>"
     229msgstr ""
     230
     231#. +> trunk
     232#: app/kateappcommands.cpp:197
     233msgid ""
     234"<p><b>[v]new &mdash; split view and create new document</b></p>"
     235"<p>Usage: <tt><b>[v]new</b></tt></p>"
     236"<p>Splits the current view and opens a new document in the new view. This command can be called in two ways:<br />"
     237" <tt>new</tt> &mdash; splits the view horizontally and opens a new document.<br />"
     238" <tt>vnew</tt> &mdash; splits the view vertically and opens a new document.<br />"
     239"</p>"
     240msgstr ""
     241
     242#. +> trunk
     243#: app/kateappcommands.cpp:207
     244msgid ""
     245"<p><b>e[dit] &mdash; reload current document</b></p>"
     246"<p>Usage: <tt><b>e[dit]</b></tt></p>"
     247"<p>Starts <b>e</b>diting the current document again. This is useful to re-edit the current file, when it has been changed by another program.</p>"
     248msgstr ""
     249
    184250#. +> trunk stable
    185251#: app/kateconfigdialog.cpp:59
Note: See TracChangeset for help on using the changeset viewer.