From 7a6b3830304e3cdef4015378de3c1ea9ad479113 Mon Sep 17 00:00:00 2001
From: Automated System NOTE: "
-"If you set this lower than the current value, the list will be "
+" NOTE: "
+"strong>If you set this lower than the current value, the list will be "
"truncated and some items forgotten. The script to execute to invoke the tool. The script is passed to /bin/sh "
-"for execution. The following macros will be "
-"expanded:
"
+"for execution. The following macros will be expanded:%URL
- the URL of the current "
-"document.%URLs
- a list of the URLs of all open "
-"documents.%directory
- the URL of the directory containing "
-"the current document.%filename
- the filename of the "
-"current document.%line
- the current line of the text "
-"cursor in the current view.%column
- the column of the text "
-"cursor in the current view.%selection
- the selected text "
-"in the current view.%text
- the text of the current "
-"document.
%URL"
+"code> - the URL of the current document.%URLs
- a list of "
+"the URLs of all open documents.%directory
- the URL of the "
+"directory containing the current document.%filename
- the "
+"filename of the current document.%line
- the current line "
+"of the text cursor in the current view.%column
- the column "
+"of the text cursor in the current view.%selection
- the "
+"selected text in the current view.%text
- the text of the "
+"current document.
If this option is enabled (default), the current filter will be restored " "when you start Kate.
Note that if the session is handled " -"by the TDE session manager, the filter is always " -"restored.
Note that some of the autosync settings may " -"override the restored location if on." +"by the TDE session manager, the filter is always restored.
Note"
+"strong> that some of the autosync settings may override the restored "
+"location if on."
msgstr ""
#: app/kategrepdialog.cpp:71 app/katemainwindow.cpp:223
@@ -653,10 +652,10 @@ msgstr ""
msgid ""
" Enter the expression you want to search for here. If 'regular "
"expression' is unchecked, any non-space letters in your expression will be "
-"escaped with a backslash character. Possible meta characters "
-"are: The "
+"escaped with a backslash character. Possible meta characters are: The "
"following repetition operators exist: Furthermore, backreferences to "
-"bracketed subexpressions are available via the notation "
-" See the grep(1) documentation for the full documentation."
+"bracketed subexpressions are available via the notation See the grep(1) documentation for the full documentation."
msgstr ""
#: app/kategrepdialog.cpp:224
@@ -743,8 +742,8 @@ msgstr ""
#: app/katemailfilesdialog.cpp:57
msgid ""
" Press Mail... to email the current document. To select "
-"more documents to send, press Show All "
-"Documents >>."
+"more documents to send, press Show All Documents >>"
+"strong>."
msgstr ""
#: app/katemailfilesdialog.cpp:104
@@ -1563,14 +1562,14 @@ msgid ""
" You can split the Kate editor as many times as you like and\n"
"in either direction. Each frame has its own status bar and\n"
"can display any open document. Just choose Just choose You can drag the Tool views (File List and File "
-"Selector)\n"
+" You can drag the Tool views (File List and File Selector"
+"em>)\n"
"to any side that you want them in Kate, or stack them, or even tear them off "
"the\n"
"main window. Kate has a built-in terminal emulator, just click on "
-"\"Terminal\" at\n"
+" Kate has a built-in terminal emulator, just click on \"Terminal"
+"\" at\n"
"the bottom to show or hide it as you desire. You can download new or updated Syntax highlight definitions "
"from\n"
"the Highlighting page in the configuration dialog. Just click the Download... button on the Highlight "
-"Modes\n"
+" Just click the Download... button on the Highlight Modes"
+"em>\n"
"tab (You have to be online, of course...). You can cycle through all open documents by pressing "
-"Alt+Left\n"
+" You can cycle through all open documents by pressing Alt+Left"
+"strong>\n"
"or Alt+Right. The next/previous document will immediately "
"be displayed\n"
"in the active frame. You can do cool sed-like regular expression replacements using "
"Command Line. For example, press F7 and enter For example, press F7 and enter
. - Matches any character
^ - Matches the beginning "
-"of a line
$ - Matches the end of a line
\\< - Matches "
-"the beginning of a word
\\> - Matches the end of a word
."
+"b> - Matches any character
^ - Matches the beginning of a "
+"line
$ - Matches the end of a line
\\< - Matches the "
+"beginning of a word
\\> - Matches the end of a word
? - The preceding item is "
"matched at most once
* - The preceding item is matched zero or "
"more times
+ - The preceding item is matched one or more "
@@ -665,8 +664,8 @@ msgid ""
"times
{,n} - The preceding item is matched at most n "
"times
{n,m} - The preceding item is matched at least "
"n, but at most m times.\\#
.\\#
."
+"
View -> Split [ Horizontal | Vertical "
-"]
View -> Split [ Horizontal | Vertical ]"
+"strong>s "
-"/oldtext/newtext/g
\n"
+"s /oldtext/newtext/"
+"g
\n"
"to replace "oldtext" with "newtext" throughout the "
"current\n"
"line.