diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bd9e6617827818fd043452c08c606f07b78014a0 (patch) | |
tree | 425bb4c3168f9c02f10150f235d2cb998dcc6108 /kbabel/datatools/not-translated/test.po | |
download | tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.tar.gz tdesdk-bd9e6617827818fd043452c08c606f07b78014a0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbabel/datatools/not-translated/test.po')
-rw-r--r-- | kbabel/datatools/not-translated/test.po | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/kbabel/datatools/not-translated/test.po b/kbabel/datatools/not-translated/test.po new file mode 100644 index 00000000..5af47fc5 --- /dev/null +++ b/kbabel/datatools/not-translated/test.po @@ -0,0 +1,48 @@ +# translation of test.po to +# Test file to validate the not-translted checking tool +# Dwayne Bailey <dwayne@translate.org.za>, 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: test-not-translated\n" +"Last-Translator: Dwayne Bailey <dwayne@translate.org.za>\n" +"PO-Revision-Date: 2003-01-09 09:35+0200\n" +"Language-Team: <english@translate.org.za>\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.2\n" + +# msgid has not been translted but copied +# Expected Result = error +msgid "Same" +msgstr "Same" + +# msgid has not been translted but copied +# Expected Result = error +msgid "Some translation string" +msgstr "Some translation string" + +# msgstr contains a sentence that has not been translted +# Expected Result = error +msgid "The first sentence. A second sentence. Lastly a third." +msgstr "Die eerste sin. A second sentence. Lastens 'n derde." + +# A same translation with context information +# Expected Result = error +msgid "_: Some context information\n" +"Same" +msgstr "Same" + +# A KDE plural form with the same translation +# Expected Result == error +msgid "_n: The first string\n" +"The second string" +msgstr "The first string\n" +"The first string has not been translated" + +# A Gettext plural form with the same translation +# Expected Result == error +msgid "The first string" +msgid_plural "The second string" +msgstr[0] "The first string" +msgstr[1] "The first string has not been translated" |