From b5a4521858cc10972617a1a291d184a73bc86310 Mon Sep 17 00:00:00 2001
From: TDE Weblate 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."
+"the beginning of a line The following repetition operators exist: Furthermore, "
+"backreferences to bracketed subexpressions are available via the notation "
+" See the grep(1) documentation for the full documentation."
msgstr ""
#: app/kategrepdialog.cpp:233
@@ -796,7 +796,8 @@ msgstr "&Skrivañ ..."
#: 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
@@ -1219,7 +1220,7 @@ msgstr ""
msgid ""
" You can enable/disable plugins to suit your needs in the configuration "
"dialog,\n"
-"choose Settings ->configure to launch that.
. - Matches any character
^ - Matches "
-"the beginning of a line
$ - Matches the end of a line
\\<"
-"b> - 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 "
-"times
{n} - The preceding item is matched exactly n "
-"times
{n,} - The preceding item is matched n or more "
-"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.\\#
."
-"
$ - 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 times
{n} - The preceding item is matched exactly "
+"n times
{n,} - The preceding item is matched n"
+"i> or more 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.\\#
.
You can export the current document as a HTML file, including\n" "syntax highlighting.
\n" -"Just choose File -> Export -> HTML...
\n" +"Just choose File -> Export -> HTML...
\n" msgstr "" #: data/tips:24 @@ -1753,7 +1754,7 @@ 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.
\n" -"Just choose Just choose You can open the currently edited file in any other application from "
"within\n"
"Kate. Choose File -> Open With for the list of programs\n"
+" Choose File -> Open With for the list of programs\n"
"configured\n"
"for the document type. There is also an option Other... to\n"
"choose any application on your system.
View -> Split [ Horizontal | Vertical ]"
+"
View -> Split [ Horizontal | Vertical ]"
"strong>
For example, press F7 and enter s /oldtext/newtext/"
"g
\n"
-"to replace "oldtext" with "newtext" throughout the current\n"
+"to replace "oldtext" with "newtext" throughout the "
+"current\n"
"line.