diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-en_GB/messages/tdepim/libksieve.po | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-en_GB/messages/tdepim/libksieve.po')
-rw-r--r-- | tde-i18n-en_GB/messages/tdepim/libksieve.po | 183 |
1 files changed, 183 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/messages/tdepim/libksieve.po b/tde-i18n-en_GB/messages/tdepim/libksieve.po new file mode 100644 index 00000000000..890895a042d --- /dev/null +++ b/tde-i18n-en_GB/messages/tdepim/libksieve.po @@ -0,0 +1,183 @@ +# translation of libksieve.po to British English +# Copyright (C) 2003 Free Software Foundation, Inc. +# Malcolm Hunter <malcolm.hunter@gmx.co.uk>, 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: libksieve\n" +"POT-Creation-Date: 2004-10-12 01:17+0200\n" +"PO-Revision-Date: 2003-11-02 16:11+0000\n" +"Last-Translator: Malcolm Hunter <malcolm.hunter@gmx.co.uk>\n" +"Language-Team: British English <kde-en-gb@kde.me.uk>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.0.1\n" + +#: shared/error.cpp:112 +msgid "Parse error: Carriage Return (CR) without Line Feed (LF)" +msgstr "Parse error: Carriage Return (CR) without Line Feed (LF)" + +#: shared/error.cpp:115 +msgid "" +"Parse error: Unquoted Slash ('/') without Asterisk ('*'). Broken Comment?" +msgstr "" +"Parse error: Unquoted Slash ('/') without Asterisk ('*'). Broken Comment?" + +#: shared/error.cpp:119 +msgid "Parse error: Illegal Character" +msgstr "Parse error: Illegal Character" + +#: shared/error.cpp:122 +msgid "Parse error: Unexpected Character, probably a missing space?" +msgstr "Parse error: Unexpected Character, probably a missing space?" + +#: shared/error.cpp:125 +msgid "Parse error: Tag Name has leading Digits" +msgstr "Parse error: Tag Name has leading Digits" + +#: shared/error.cpp:128 +msgid "" +"Parse error: Only whitespace and #comments may follow \"text:\" on the same " +"line" +msgstr "" +"Parse error: Only whitespace and #comments may follow \"text:\" on the same " +"line" + +#: shared/error.cpp:132 +msgid "Parse error: Number out of Range (must be smaller than %1)" +msgstr "Parse error: Number out of Range (must be smaller than %1)" + +#: shared/error.cpp:135 +msgid "Parse error: Invalid UTF-8 sequence" +msgstr "Parse error: Invalid UTF-8 sequence" + +#: shared/error.cpp:138 +msgid "" +"Parse error: Premature end of Multiline String (did you forget the '.'?)" +msgstr "" +"Parse error: Premature end of Multiline String (did you forget the '.'?)" + +#: shared/error.cpp:141 +msgid "Parse error: Premature end of Quoted String (missing closing '\"')" +msgstr "Parse error: Premature end of Quoted String (missing closing '\"')" + +#: shared/error.cpp:144 +msgid "Parse error: Premature end of String List (missing closing ']')" +msgstr "Parse error: Premature end of String List (missing closing ']')" + +#: shared/error.cpp:147 +msgid "Parse error: Premature end of Test List (missing closing ')')" +msgstr "Parse error: Premature end of Test List (missing closing ')')" + +#: shared/error.cpp:150 +msgid "Parse error: Premature end of Block (missing closing '}')" +msgstr "Parse error: Premature end of Block (missing closing '}')" + +#: shared/error.cpp:153 +msgid "Parse error: Missing Whitespace" +msgstr "Parse error: Missing Whitespace" + +#: shared/error.cpp:156 +msgid "Parse error: Missing ';' or Block" +msgstr "Parse error: Missing ';' or Block" + +#: shared/error.cpp:159 +msgid "Parse error: Expected ';' or '{', got something else" +msgstr "Parse error: Expected ';' or '{', got something else" + +#: shared/error.cpp:162 shared/error.cpp:177 +msgid "Parse error: Expected Command, got something else" +msgstr "Parse error: Expected Command, got something else" + +#: shared/error.cpp:165 +msgid "Parse error: Trailing, Leading or Duplicate Commas in String List" +msgstr "Parse error: Trailing, Leading or Duplicate Commas in String List" + +#: shared/error.cpp:168 +msgid "Parse error: Trailing, Leading or Duplicate Commas in Test List" +msgstr "Parse error: Trailing, Leading or Duplicate Commas in Test List" + +#: shared/error.cpp:171 +msgid "Parse error: Missing ',' between Strings in String List" +msgstr "Parse error: Missing ',' between Strings in String List" + +#: shared/error.cpp:174 +msgid "Parse error: Missing ',' between Tests in Test List" +msgstr "Parse error: Missing ',' between Tests in Test List" + +#: shared/error.cpp:180 +msgid "Parse error: Only Strings allowed in String Lists" +msgstr "Parse error: Only Strings allowed in String Lists" + +#: shared/error.cpp:183 +msgid "Parse error: Only Tests allowed in Test Lists" +msgstr "Parse error: Only Tests allowed in Test Lists" + +#: shared/error.cpp:188 +msgid "\"require\" must be first command" +msgstr "\"require\" must be first command" + +#: shared/error.cpp:191 +msgid "\"require\" missing for command \"%1\"" +msgstr "\"require\" missing for command \"%1\"" + +#: shared/error.cpp:194 +msgid "\"require\" missing for test \"%1\"" +msgstr "\"require\" missing for test \"%1\"" + +#: shared/error.cpp:197 +msgid "\"require\" missing for comparator \"%1\"" +msgstr "\"require\" missing for comparator \"%1\"" + +#: shared/error.cpp:200 +msgid "Command \"%1\" not supported" +msgstr "Command \"%1\" not supported" + +#: shared/error.cpp:203 +msgid "Test \"%1\" not supported" +msgstr "Test \"%1\" not supported" + +#: shared/error.cpp:206 +msgid "Comparator \"%1\" not supported" +msgstr "Comparator \"%1\" not supported" + +#: shared/error.cpp:209 +msgid "Site Policy Limit Violation: Test nesting too deep (max. %1)" +msgstr "Site Policy Limit Violation: Test nesting too deep (max. %1)" + +#: shared/error.cpp:212 +msgid "Site Policy Limit Violation: Block nesting too deep (max. %1)" +msgstr "Site Policy Limit Violation: Block nesting too deep (max. %1)" + +#: shared/error.cpp:215 +msgid "Invalid Argument \"%1\" to \"%2\"" +msgstr "Invalid Argument \"%1\" to \"%2\"" + +#: shared/error.cpp:218 +msgid "Conflicting Arguments: \"%1\" and \"%2\"" +msgstr "Conflicting Arguments: \"%1\" and \"%2\"" + +#: shared/error.cpp:221 +msgid "Argument \"%1\" Repeated" +msgstr "Argument \"%1\" Repeated" + +#: shared/error.cpp:224 +msgid "Command \"%1\" violates command ordering constraints" +msgstr "Command \"%1\" violates command ordering constraints" + +#: shared/error.cpp:229 +msgid "Incompatible Actions \"%1\" and \"%2\" requested" +msgstr "Incompatible Actions \"%1\" and \"%2\" requested" + +#: shared/error.cpp:232 +msgid "Mail Loop detected" +msgstr "Mail Loop detected" + +#: shared/error.cpp:235 +msgid "Site Policy Limit Violation: Too many Actions requested (max. %1)" +msgstr "Site Policy Limit Violation: Too many Actions requested (max. %1)" + +#: shared/error.cpp:238 +msgid "Unknown error" +msgstr "Unknown error" |