summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorUrs Fässler <urs@bitzgi.ch>2013-02-21 16:43:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-02-26 21:09:28 +0000
commit40421ffc4ea119943fca8acbc1760c280e1140c5 (patch)
tree81c9fc20bc128bd49544a231ca7ea40fe6961e5b /dtrans
parent5495184e96f1607ca78002ffd4e8d5eeb0333d3a (diff)
Translation of messages in test program
Change-Id: I8588f5bad12561b891956cde44daeb4c81f815c3
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/wbench/testcnttype.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx
index 61a91e608533..e7fe844e2c31 100644
--- a/dtrans/source/cnttype/wbench/testcnttype.cxx
+++ b/dtrans/source/cnttype/wbench/testcnttype.cxx
@@ -116,7 +116,7 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
{
try
{
- fprintf( fstream, "Gelesen: %s\n", iter->c_str( ) );
+ fprintf( fstream, "Read: %s\n", iter->c_str( ) );
Reference< XMimeContentType > xMCntTyp = cnttypeFactory->createMimeContentType( OUString::createFromAscii( iter->c_str( ) ) );
@@ -134,15 +134,15 @@ sal_Bool processCntTypesAndWriteResultIntoFile( char* fname, vector< string >& v
}
catch( IllegalArgumentException& ex )
{
- fwprintf( fstream, OUString("Fehlerhafter Content-Type gelesen!!!\n\n") );
+ fwprintf( fstream, OUString("Read incorrect content type!\n\n") );
}
catch( NoSuchElementException& )
{
- fwprintf( fstream, OUString("Parameterwert nicht vorhanden\n") );
+ fwprintf( fstream, OUString("Value of parameter not available\n") );
}
catch( ... )
{
- fwprintf( fstream, OUString("Unbekannter Fehler!!!\n\n") );
+ fwprintf( fstream, OUString("Unknown error!\n\n") );
}
fwprintf( fstream, OUString("\n#############################################\n\n") );