From 7e4be202f78b8a3cba820bff413129cc223ca504 Mon Sep 17 00:00:00 2001 From: Piotrek Date: Wed, 15 Sep 2010 10:01:52 +0200 Subject: [PATCH] Added shortcuts in menu --- data/translations/pl_PL.qm | Bin 5175 -> 5451 bytes src/desktopWidget/en_US.ts | 12 ++ src/desktopWidget/pl_PL.ts | 12 ++ src/mdictionary/en_US.ts | 334 ++++++++++++++++++++++++++++++++++++++++++ src/mdictionary/pl_PL.ts | 335 +++++++++++++++++++++++++++++++++++++++++++ src/plugins/google/en_US.ts | 62 ++++++++ src/plugins/google/pl_PL.ts | 62 ++++++++ src/plugins/xdxf/en_US.ts | 160 +++++++++++++++++++++ src/plugins/xdxf/pl_PL.ts | 161 +++++++++++++++++++++ 9 files changed, 1138 insertions(+) create mode 100644 src/desktopWidget/en_US.ts create mode 100644 src/desktopWidget/pl_PL.ts create mode 100644 src/mdictionary/en_US.ts create mode 100644 src/mdictionary/pl_PL.ts create mode 100644 src/plugins/google/en_US.ts create mode 100644 src/plugins/google/pl_PL.ts create mode 100644 src/plugins/xdxf/en_US.ts create mode 100644 src/plugins/xdxf/pl_PL.ts diff --git a/data/translations/pl_PL.qm b/data/translations/pl_PL.qm index a65241ae1e22d146b7a097a25893257cc9fadc2a..82a44d997595cf09277426415b2028518e10bf3d 100644 GIT binary patch delta 565 zcmXAlT}TvB7>3`O*)wxy=FF@+{cKAan(I_Tg@hOVgI0TEDhT~ugl190)(*6w6x3eS zMPZ^f6|O-BMHx|1%ND5JtacH_A_PGgcCmpsf>+&D^lfwC@bG=-J@5DPZquixk(Id# zAoUoCtVQI>MIiPEZ1e-5)`qOfgFWv7tTr?^b^y){Quk(2J^#tKpgn&Q5GSzMxE;`5 zOZ)EZrPp0jvDgOiartRgukDZ*lQUGOBcvgP%vtZ1$l;$ozYu2THa7)(~kxYK;} zUC<_cajio7m?jrCB@I8#@laX_&e(LP1A>j2duah%=4{Q0{neg~j(6ZmaL7&-Y$PXEj=*aj4hJ9Pu)z`~gX!xGL3{L&YAl&=iWOrkt9kp^0Ocd3lz!ESO}%WPNa~Xl`N)^XvmbGW+)bB zL}Xza3LArk6iNxnX4I4vB|FK-Ih*Hv=lkCGyx(Q5chcq_{CTd02x-_jZW&Oen3G>3Zt$DmZRP))B@QaoM|pLxZ_;Bs;4GZ~yQrM?Kzn%GPu1!2o zbJtjf^0N|dSf7eQ4ACjfS IKDAEAFL57f0RR91 diff --git a/src/desktopWidget/en_US.ts b/src/desktopWidget/en_US.ts new file mode 100644 index 0000000..6b7b3de --- /dev/null +++ b/src/desktopWidget/en_US.ts @@ -0,0 +1,12 @@ + + + + + HomeWidget + + + Search + + + + diff --git a/src/desktopWidget/pl_PL.ts b/src/desktopWidget/pl_PL.ts new file mode 100644 index 0000000..6b7b3de --- /dev/null +++ b/src/desktopWidget/pl_PL.ts @@ -0,0 +1,12 @@ + + + + + HomeWidget + + + Search + + + + diff --git a/src/mdictionary/en_US.ts b/src/mdictionary/en_US.ts new file mode 100644 index 0000000..0a40fb3 --- /dev/null +++ b/src/mdictionary/en_US.ts @@ -0,0 +1,334 @@ + + + + + AboutWidget + + + About + + + + + Backbone + + + You have to specify where You want to look for translations + + + + + %1 folder doesn't exist. + + + + + %1 plugin cannot be loaded: %2. + + + + + + %1 configuration file doesn't exist. + + + + + Configuration file error. %2 plugin doesn't exist. + + + + + BookmarksWidget + + + Bookmarks + + + + + Show all bookmarks + + + + + Remove all bookmarks + + + + + DictManagerWidget + + + Dictionaries + + + + + Add + + + + + Remove + + + + + Settings + + + + + + + + Save + + + + + + + Do you want to save changes? + + + + + Remove dictionary + + + + + Do you want to remove selected dictionary? + + + + + DictTypeSelectDialog + + + Select dictionary type + + + + + HistoryListDialog + + + + History + + + + + MainWindow + + + Settings + + + + + Dictionaries + + + + + Bookmarks + + + + + About + + + + + &Dictionaries + + + + + &Settings + + + + + &Bookmarks + + + + + Show all + + + + + Remove all + + + + + &About + + + + + Can't find any matching words + + + + + Can't find exactly matching word + + + + + Delete all bookmarks + + + + + Do you want to delete all bookmarks? (This action cannot be revoked, and will clear current word list) + + + + + NotifyManager + + + Information + + + + + Warning + + + + + Error + + + + + SearchBarWidget + + + + Search + + + + + Stop + + + + + SettingsWidget + + + Settings + + + + + Limits maximum number of words saved in history + + + + + Unlimited + + + + + Limits maximum number of found words, affects only when searching in file. + + + + + Search result size + + + + + History size + + + + + Search in: + + + + + Bookmarks + + + + + Dictionaries + + + + + + Save + + + + + Do you want to save changes? + + + + + TranslationTextEdit + + + Search + + + + + Copy + + + + + Select All + + + + + TranslationWidget + + + <?xml version="1.0" encoding="UTF-8"?> + + + + + + <ar> + + + + + + </ar> + + + + + WelcomeScreenWidget + + + <center><h1>Welcome in mDictionary!</h1></center> + + + + diff --git a/src/mdictionary/pl_PL.ts b/src/mdictionary/pl_PL.ts new file mode 100644 index 0000000..8cf399d --- /dev/null +++ b/src/mdictionary/pl_PL.ts @@ -0,0 +1,335 @@ + + + + + AboutWidget + + + About + O programie + + + + Backbone + + + You have to specify where You want to look for translations + Musisz określić gdzie chcesz szukać tłumaczeń + + + + %1 folder doesn't exist. + Folder %1 nie istnieje. + + + + %1 plugin cannot be loaded: %2. + Nie można załadować pluginu %1: %2. + + + + + %1 configuration file doesn't exist. + Plik konfiguracyjny %1 nie istnieje. + + + + Configuration file error. %2 plugin doesn't exist. + Błąd pliku konfiguracyjnego. Plugin %2 nie istnieje. + + + + BookmarksWidget + + + Bookmarks + Zakładki + + + + Show all bookmarks + Pokaż wszystkie zakładki + + + + Remove all bookmarks + Usuń wszystkie zakładki + + + + DictManagerWidget + + + Dictionaries + Słowniki + + + + Add + Dodaj + + + + Remove + Usuń + + + + Settings + Ustawienia + + + + + + + Save + Zapisz + + + + + + Do you want to save changes? + Czy chcesz zapisać zmiany? + + + + Remove dictionary + Usuń słownik + + + + Do you want to remove selected dictionary? + Czy chcesz usunąć wybrany słownik? + + + + DictTypeSelectDialog + + + Select dictionary type + Wybierz typ słownika + + + + HistoryListDialog + + + + History + Historia + + + + MainWindow + + + Settings + Ustawienia + + + + Dictionaries + Słowniki + + + + Bookmarks + Zakładki + + + + About + O programie + + + + &Dictionaries + &Słowniki + + + + &Settings + &Ustawienia + + + + &Bookmarks + &Zakładki + + + + Show all + Pokaż wszystkie + + + + Remove all + Usuń wszystkie + + + + &About + &O Programie + + + + Can't find any matching words + Nie znaleziono pasujących słów + + + + Can't find exactly matching word + 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) + + + + NotifyManager + + + Information + Informacja + + + + Warning + Ostrzeżenie + + + + Error + Błąd + + + + SearchBarWidget + + + + Search + Szukaj + + + + Stop + Zatrzymaj + + + + SettingsWidget + + + Settings + Ustawienia + + + + Limits maximum number of words saved in history + Ogranicza maksymalną liczbę słów zapisanych w historii + + + + Unlimited + Nieograniczony + + + + Limits maximum number of found words, affects only when searching in file. + Ogranicza maksymalną liczbę znalezionych słów, działa tylko przy wyszukiwaniu w pliku. + + + + Search result size + Liczba wyników +wyszukiwania + + + + History size + Rozmiar historii + + + + Search in: + Szukaj w: + + + + Bookmarks + Zakładkach + + + + Dictionaries + Słownikach + + + + + Save + Zapisz + + + + Do you want to save changes? + Czy chcesz zapisać zmiany? + + + + TranslationTextEdit + + + Search + Szukaj + + + + Copy + Kopiuj + + + + Select All + Wybierz wszystkie + + + + TranslationWidget + + + <?xml version="1.0" encoding="UTF-8"?> + + + + + + <ar> + + + + + + </ar> + + + + + WelcomeScreenWidget + + + <center><h1>Welcome in mDictionary!</h1></center> + <center><h1>Witamy w mDictionary!</h1></center> + + + diff --git a/src/plugins/google/en_US.ts b/src/plugins/google/en_US.ts new file mode 100644 index 0000000..834a994 --- /dev/null +++ b/src/plugins/google/en_US.ts @@ -0,0 +1,62 @@ + + + + + GoogleDialog + + + Google Plugin Settings + + + + + From: + + + + + + To: + + + + + Plugin: GoogleTranslator + + + + + + From: + + + + + Google plugin makes use of Internet connection, so it may cost You. + + + + + Add + + + + + Save settings + + + + + GooglePlugin + + + GooglePlugin: %1 + + + + + GooglePlugin: can't parse Json + + + + diff --git a/src/plugins/google/pl_PL.ts b/src/plugins/google/pl_PL.ts new file mode 100644 index 0000000..9f804c2 --- /dev/null +++ b/src/plugins/google/pl_PL.ts @@ -0,0 +1,62 @@ + + + + + GoogleDialog + + + Google Plugin Settings + Ustawienia Google + + + + From: + Z: + + + + + To: + Na: + + + + Plugin: GoogleTranslator + + + + + + From: + Z: + + + + Google plugin makes use of Internet connection, so it may cost You. + Plugin Google korzysta z połączenia z Internetem, może ono być płatne. + + + + Add + Dodaj + + + + Save settings + Zapisz ustawienia + + + + GooglePlugin + + + GooglePlugin: %1 + Plugin Google: %1 + + + + GooglePlugin: can't parse Json + Plugin Google: błąd parsowania Json + + + diff --git a/src/plugins/xdxf/en_US.ts b/src/plugins/xdxf/en_US.ts new file mode 100644 index 0000000..2eb225e --- /dev/null +++ b/src/plugins/xdxf/en_US.ts @@ -0,0 +1,160 @@ + + + + + XdxfCachingDialog + + + Caching dictionary, please wait + + + + + Cancel + + + + + Estimated time left: + + + + + %n second(s) + + %n second + %n seconds + + + + + XdxfDialog + + + Optimize for quicker searches (may take some time) + + + + + Strip accents (searching takes more time, but spelling doesn't have to be exact) + + + + + Add new XDXF dictionary + + + + + Browse + + + + + Dictionary file: not selected + + + + + XDXF Settings + + + + + Plugin: + + + + + From: + + + + + To: + + + + + Description: + + + + + Strip accents + + + + + Optimize + + + + + Add + + + + + Save settings + + + + + Select dictionary file + + + + + XDXF Files (*.xdxf) + + + + + Dictionary file: %1 + + + + + File path is not set + + + + + XdxfPlugin + + + + + Cache database cannot be opened for %1 dictionary. Searching in XDXF file. You may want to recache. + + + + + + XDXF file cannot be read for %1 + + + + + XDXF file is in wrong format + + + + + XDXF dictionary cannot be read from file + + + + + + XDXF file cannot be read for %1 dictionary + + + + + Database caching error, please try again. + + + + diff --git a/src/plugins/xdxf/pl_PL.ts b/src/plugins/xdxf/pl_PL.ts new file mode 100644 index 0000000..4650232 --- /dev/null +++ b/src/plugins/xdxf/pl_PL.ts @@ -0,0 +1,161 @@ + + + + + XdxfCachingDialog + + + Caching dictionary, please wait + Optymalizacja słownika, proszę czekać + + + + Cancel + Anuluj + + + + Estimated time left: + Pozostały czas: + + + + %n second(s) + + %n sekunda + %n sekundy + %n sekund + + + + + XdxfDialog + + + Optimize for quicker searches (may take some time) + Optymalizuj dla szybszego wyszukiwania (może zająć trochę czasu) + + + + Strip accents (searching takes more time, but spelling doesn't have to be exact) + Usuń akcenty (wyszukiwanie trwa dłużej, ale szukane słowo nie musi być wpisane dokładnie) + + + + Add new XDXF dictionary + Dodaj nowy słownik XDXF + + + + Browse + Przeglądaj + + + + Dictionary file: not selected + Plik ze słownikiem nie został wybrany + + + + XDXF Settings + Ustawienia XDXF + + + + Plugin: + + + + + From: + Z: + + + + To: + Na: + + + + Description: + Opis: + + + + Strip accents + Usuń akcenty + + + + Optimize + Optymalizuj + + + + Add + Dodaj + + + + Save settings + Zapisz ustawienia + + + + Select dictionary file + Wybierz plik ze słownikiem + + + + XDXF Files (*.xdxf) + Pliki XDXF (*.xdxf) + + + + Dictionary file: %1 + Plik ze słownikiem: %1 + + + + File path is not set + Ścieżka do pliku nie jest ustawiona + + + + XdxfPlugin + + + + + Cache database cannot be opened for %1 dictionary. Searching in XDXF file. You may want to recache. + Nie można otworzyć bazy danych dla słownika %1. Szukanie w pliku XDXF. Możesz spróbować ponownie włączyć optymalizację. + + + + + XDXF file cannot be read for %1 + Nie można odczytać pliku XDXF dla %1 + + + + XDXF file is in wrong format + Niewłaściwy format pliku XDXF + + + + XDXF dictionary cannot be read from file + Nie można odczytać słownika XDXF z pliku + + + + + XDXF file cannot be read for %1 dictionary + Nie mozna odczytać pliku XDXF dla słownika %1 + + + + Database caching error, please try again. + Błąd optymalizacji, proszę spróbować ponownie. + + + -- 1.7.9.5