From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- kbabel/datatools/not-translated/test.po | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 kbabel/datatools/not-translated/test.po (limited to 'kbabel/datatools/not-translated/test.po') 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 , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: test-not-translated\n" +"Last-Translator: Dwayne Bailey \n" +"PO-Revision-Date: 2003-01-09 09:35+0200\n" +"Language-Team: \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" -- cgit v1.2.1