summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/messages
diff options
context:
space:
mode:
authorAutomated System <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
commita8af094f637b78ba2dcaa30cf3849aa5d19f8d6d (patch)
treed387c93b69fb1366a3aa322fdf83098a1c5c97ff /tde-i18n-en_GB/messages
parente1717010d2d0e87e944f0490dda76778cbd34820 (diff)
downloadtde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.tar.gz
tde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.zip
Merge translation files from master branch.
Diffstat (limited to 'tde-i18n-en_GB/messages')
-rw-r--r--tde-i18n-en_GB/messages/tdeartwork/twin_art_clients.po14
-rw-r--r--tde-i18n-en_GB/messages/tdebase/kate.po50
-rw-r--r--tde-i18n-en_GB/messages/tdebase/kicker.po8
-rw-r--r--tde-i18n-en_GB/messages/tdeutils/kgpg.po8
-rw-r--r--tde-i18n-en_GB/messages/tdewebdev/tdefilereplace.po4
5 files changed, 84 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/messages/tdeartwork/twin_art_clients.po b/tde-i18n-en_GB/messages/tdeartwork/twin_art_clients.po
index f9ec1bde8c2..f1fb0f640bc 100644
--- a/tde-i18n-en_GB/messages/tdeartwork/twin_art_clients.po
+++ b/tde-i18n-en_GB/messages/tdeartwork/twin_art_clients.po
@@ -392,6 +392,20 @@ msgid ""
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "Clicking on the link above will cause a window to appear showing the TDE "
+#~ "IceWM theme folder. You can add or remove native IceWM themes by "
+#~ "installing theme files into this folder or by creating folder symlinks to "
+#~ "existing IceWM themes on your system. You can get extra-themes here: "
+#~ "<b>https://github.com/bbidulock/icewm-extra-themes</b>"
+#~ msgstr ""
+#~ "Clicking on the link above will cause a window to appear showing the TDE "
+#~ "IceWM theme folder. You can add or remove native IceWM themes by "
+#~ "uncompressing <b>http://icewm.themes.org/</b> theme files into this "
+#~ "folder, or by creating folder symlinks to existing IceWM themes on your "
+#~ "system."
+
+#, fuzzy
#~ msgid "Center"
#~ msgstr "Centred"
diff --git a/tde-i18n-en_GB/messages/tdebase/kate.po b/tde-i18n-en_GB/messages/tdebase/kate.po
index f5fd1d23fd3..56635475f96 100644
--- a/tde-i18n-en_GB/messages/tdebase/kate.po
+++ b/tde-i18n-en_GB/messages/tdebase/kate.po
@@ -1917,10 +1917,52 @@ msgstr ""
#~ msgstr "Hide Side&bars"
#, fuzzy
+#~ msgid ""
+#~ "<p>Enter the expression you want to search for here.<p>If 'regular "
+#~ "expression' is unchecked, all characters that are not letters in your "
+#~ "expression will be escaped with a backslash character.<p>Possible meta "
+#~ "characters are:<br><b>.</b> - Matches any character<br><b>^</b> - Matches "
+#~ "the beginning of a line<br><b>$</b> - Matches the end of a line<br><b>"
+#~ "\\&lt;</b> - Matches the beginning of a word<br><b>\\&gt;</b> - Matches "
+#~ "the end of a word<p>The following repetition operators exist:<br><b>?</b> "
+#~ "- The preceding item is matched at most once<br><b>*</b> - The preceding "
+#~ "item is matched zero or more times<br><b>+</b> - The preceding item is "
+#~ "matched one or more times<br><b>{<i>n</i>}</b> - The preceding item is "
+#~ "matched exactly <i>n</i> times<br><b>{<i>n</i>,}</b> - The preceding item "
+#~ "is matched <i>n</i> or more times<br><b>{,<i>n</i>}</b> - The preceding "
+#~ "item is matched at most <i>n</i> times<br><b>{<i>n</i>,<i>m</i>}</b> - "
+#~ "The preceding item is matched at least <i>n</i>, but at most <i>m</i> "
+#~ "times.<p>Furthermore, backreferences to bracketed subexpressions are "
+#~ "available via the notation <code>\\#</code>.<p>See the grep(1) "
+#~ "documentation for the full documentation."
+#~ msgstr ""
+#~ "<p>Enter the expression you want to search for here.<p>If 'regular "
+#~ "expression' is unticked, any non-space letters in your expression will be "
+#~ "escaped with a backslash character.<p>Possible meta characters are:"
+#~ "<br><b>.</b> - Matches any character<br><b>^</b> - Matches the beginning "
+#~ "of a line<br><b>$</b> - Matches the end of a line<br><b>\\&lt;</b> - "
+#~ "Matches the beginning of a word<br><b>\\&gt;</b> - Matches the end of a "
+#~ "word<p>The following repetition operators exist:<br><b>?</b> - The "
+#~ "preceding item is matched at most once<br><b>*</b> - The preceding item "
+#~ "is matched zero or more times<br><b>+</b> - The preceding item is matched "
+#~ "one or more times<br><b>{<i>n</i>}</b> - The preceding item is matched "
+#~ "exactly <i>n</i> times<br><b>{<i>n</i>,}</b> - The preceding item is "
+#~ "matched <i>n</i> or more times<br><b>{,<i>n</i>}</b> - The preceding item "
+#~ "is matched at most <i>n</i> times<br><b>{<i>n</i>,<i>m</i>}</b> - The "
+#~ "preceding item is matched at least <i>n</i>, but at most <i>m</i> times."
+#~ "<p>Furthermore, backreferences to bracketed subexpressions are available "
+#~ "via the notation <code>\\#</code>.<p>See the grep(1) documentation for "
+#~ "the full documentation."
+
+#, fuzzy
#~ msgid "&New"
#~ msgstr "&New..."
#, fuzzy
+#~ msgid "&Rename"
+#~ msgstr "&Rename..."
+
+#, fuzzy
#~ msgid "Acti&vate"
#~ msgstr "Activate Next Tab"
@@ -1973,6 +2015,14 @@ msgstr ""
#~ msgstr "Move To"
#, fuzzy
+#~ msgid "Delete session"
+#~ msgstr "Default Session"
+
+#, fuzzy
+#~ msgid "Save Session"
+#~ msgstr "Save Session?"
+
+#, fuzzy
#~ msgid "Save As"
#~ msgstr "Save &As..."
diff --git a/tde-i18n-en_GB/messages/tdebase/kicker.po b/tde-i18n-en_GB/messages/tdebase/kicker.po
index 4f511f087d4..ace5b58ab1d 100644
--- a/tde-i18n-en_GB/messages/tdebase/kicker.po
+++ b/tde-i18n-en_GB/messages/tdebase/kicker.po
@@ -1179,6 +1179,14 @@ msgstr "&Description:"
#~ msgstr "Log Out..."
#, fuzzy
+#~ msgid "End current session"
+#~ msgstr "Save Session"
+
+#, fuzzy
+#~ msgid "Lock computer screen"
+#~ msgstr "Lock Session"
+
+#, fuzzy
#~ msgid "Bookmarks"
#~ msgstr "&Edit Bookmarks"
diff --git a/tde-i18n-en_GB/messages/tdeutils/kgpg.po b/tde-i18n-en_GB/messages/tdeutils/kgpg.po
index 6bdc0953be5..eb68e5d403c 100644
--- a/tde-i18n-en_GB/messages/tdeutils/kgpg.po
+++ b/tde-i18n-en_GB/messages/tdeutils/kgpg.po
@@ -3165,6 +3165,14 @@ msgstr ""
"Kgpg's editor.</p>\n"
#, fuzzy
+#~ msgid ""
+#~ "This passphrase is not secure enough.\n"
+#~ "Minimum length = 5 characters"
+#~ msgstr ""
+#~ "This passphrase is not secure enough.\n"
+#~ "Minimum length= 5 characters"
+
+#, fuzzy
#~ msgid "Untitled"
#~ msgstr "untitled"
diff --git a/tde-i18n-en_GB/messages/tdewebdev/tdefilereplace.po b/tde-i18n-en_GB/messages/tdewebdev/tdefilereplace.po
index 47cb368f0ea..fe58cc5ff6d 100644
--- a/tde-i18n-en_GB/messages/tdewebdev/tdefilereplace.po
+++ b/tde-i18n-en_GB/messages/tdewebdev/tdefilereplace.po
@@ -1072,6 +1072,10 @@ msgstr "Scanned files:"
#~ msgstr "There are no strings to search and replace."
#, fuzzy
+#~ msgid "Scanned folders:"
+#~ msgstr "Scanned files:"
+
+#, fuzzy
#~ msgid "Files:"
#~ msgstr "All Files"