From 459f376ad3aee62a25b820d225a09eb4d26f3c9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mateusz=20P=C3=B3=C5=82rola?= Date: Wed, 22 Sep 2010 14:36:44 +0200 Subject: [PATCH] Add translations --- data/translations/pl_PL.qm | Bin 5571 -> 5819 bytes src/mdictionary/en_US.ts | 24 ++++++++------------ src/mdictionary/gui/TranslationWidget.cpp | 4 ++-- src/mdictionary/pl_PL.ts | 34 ++++++++++++----------------- 4 files changed, 25 insertions(+), 37 deletions(-) diff --git a/data/translations/pl_PL.qm b/data/translations/pl_PL.qm index 1efc9b357376dd8c6cadec9fd9809bb0ad0ab0c8..1bdb8c4081944bf895f00c61c7d04fa6200089a2 100644 GIT binary patch delta 289 zcmX@Cy<2yJ2;+f?qIyii^C!BRF^Pmtto3BKdga2vAhdnr(FzXEHGwS*48j_dZ5g|n zL@sSU#kgCj-i#rbA)6tep@1P1NR~4sGUNei1%@ghs|v_YWJm_m`9M}BP_%?06{xzH zp@f402-tvF)H%PPGBY(rp*S@sHMs=HC`qj-VF$_xh7={{73U delta 43 zcmV+`0M!4xEyF926alc26)pl2w~<9Q0uyeLeMyndcau#4ivknsv)Tc>60?03J^@*% B577Vs diff --git a/src/mdictionary/en_US.ts b/src/mdictionary/en_US.ts index a03aa53..7c0c994 100644 --- a/src/mdictionary/en_US.ts +++ b/src/mdictionary/en_US.ts @@ -184,12 +184,12 @@ - + Delete all bookmarks - + Do you want to delete all bookmarks? (This action cannot be revoked, and will clear current word list) @@ -197,12 +197,12 @@ NotifyManager - + Information - + Warning @@ -306,20 +306,14 @@ TranslationWidget - - <?xml version="1.0" encoding="UTF-8"?> + + + No text is selected - - - <ar> - - - - - - </ar> + + Copyied selected text diff --git a/src/mdictionary/gui/TranslationWidget.cpp b/src/mdictionary/gui/TranslationWidget.cpp index 729a906..797b4fb 100644 --- a/src/mdictionary/gui/TranslationWidget.cpp +++ b/src/mdictionary/gui/TranslationWidget.cpp @@ -80,8 +80,8 @@ void TranslationWidget::show(QStringList translations) { trans += t + "\n"; } - trans=tr("") + tr("\n ") - + trans + tr("\n "); + trans="" + "\n " + + trans + "\n "; trans=XslConversion(trans); diff --git a/src/mdictionary/pl_PL.ts b/src/mdictionary/pl_PL.ts index d998814..59492f1 100644 --- a/src/mdictionary/pl_PL.ts +++ b/src/mdictionary/pl_PL.ts @@ -184,12 +184,12 @@ Nie znaleziono dokładnego dopasowania - + Delete all bookmarks Usuń wszystkie zakładki - + Do you want to delete all bookmarks? (This action cannot be revoked, and will clear current word list) Czy chcesz usunąć wszystkie zakładki? (Ta akcja nie będzie mogła być cofnięta i wyczyści bieżącą listę słów) @@ -197,12 +197,12 @@ NotifyManager - + Information Informacja - + Warning Ostrzeżenie @@ -306,37 +306,31 @@ wyszukiwania Search - Szukaj + Szukaj Copy - Kopiuj + Kopiuj Select All - Wybierz wszystkie + Wybierz wszystkie TranslationWidget - - <?xml version="1.0" encoding="UTF-8"?> - - - - - - <ar> - + + + No text is selected + Żaden tekst nie jest zaznaczony - - - </ar> - + + Copyied selected text + Skopiowano zaznaczony tekst -- 1.7.9.5