diff --git a/source/ChanSort.Loader.LG/Resource.hu.resx b/source/ChanSort.Loader.LG/Resource.hu.resx index 80b4a92..c597dff 100644 --- a/source/ChanSort.Loader.LG/Resource.hu.resx +++ b/source/ChanSort.Loader.LG/Resource.hu.resx @@ -141,4 +141,23 @@ A régebbi LG firmware webOS alapú TV-modelleknél nem kezeli megfelelően a cs Mégse + + !!! FIGYELEM !!! + +Az LG csatornalistákat CSAK akkor lehet visszaimportálni a tévékészülékbe, ha a csatornakeresési folyamat során speciális beállítások voltak kiválasztva: +- Szolgáltató: Nincs/Egyéb KELL (NE válasszon ki a kábelszolgáltatót vagy az Astra 19.2E -t) +- Blindscan: ki KELL jelölni +- Hálózati keresés: opcionális (kiválasztható) + +TV -je nem fogja megfelelően feldolgozni a listát, ha nem követi ezeket a lépéseket! + + + A webOS5 támogatásáról szóló információkat olvassa el a github.com-on + + + A csatorna keresés a fent leírtak szerint történt + + + A betöltési folyamat leállítva + \ No newline at end of file diff --git a/source/ChanSort.Loader.Philips/Resources.hu.resx b/source/ChanSort.Loader.Philips/Resources.hu.resx index 3e618b8..b1ffd23 100644 --- a/source/ChanSort.Loader.Philips/Resources.hu.resx +++ b/source/ChanSort.Loader.Philips/Resources.hu.resx @@ -120,4 +120,26 @@ Mégse + + Lehet, hogy a TV hibásan mutatja, hogy az importálás sikertelen volt, de ezt figyelmen kívül lehet hagyni. + + + INFORMÁCIÓ: Miután importálta a listát a TV -be, húzza ki a hálózati csatlakozót, majd néhány másodperc múlva csatlakoztassa újra. + + + FIGYELEM: Ellenőrző összeg hibák voltak a betöltött listában! + +Ez két esetben fordul elő: + +- A TV belső csatornalistája sérült (pl. Firmware frissítés után) + Ez megoldható új csatornakeresés újrafuttatásával vagy a TV alaphelyzetbe állításával. + Ezt követően újra exportálja a listát, és nyissa meg a ChanSort segítségével. + A jelenleg meghibásodott fájl szerkesztésének és importálásának kísérlete a TV -készülék váratlan viselkedéséhez vezethet. + +- Hibás USB-stick (rossz memóriacellák vagy nem kompatibilis fájlformátum) + Próbáljon meg egy 16 GB-osnál nem nagyobb, FAT32 -es (nem NTFS és exFAT) formátumú pendrive-ot használni + + + Hiba figyelmenkívül hagyása és a lista szerkesztése + \ No newline at end of file diff --git a/source/ChanSort.Loader.Sony/ChanSort.Loader.Sony.csproj b/source/ChanSort.Loader.Sony/ChanSort.Loader.Sony.csproj index 2e21874..8e78715 100644 --- a/source/ChanSort.Loader.Sony/ChanSort.Loader.Sony.csproj +++ b/source/ChanSort.Loader.Sony/ChanSort.Loader.Sony.csproj @@ -23,6 +23,7 @@ prompt 4 false + latest pdbonly @@ -32,6 +33,7 @@ prompt 4 false + latest true @@ -42,6 +44,7 @@ prompt MinimumRecommendedRules.ruleset false + latest ..\Release\ @@ -52,6 +55,7 @@ prompt MinimumRecommendedRules.ruleset false + latest diff --git a/source/ChanSort.Loader.Sony/Serializer.cs b/source/ChanSort.Loader.Sony/Serializer.cs index 8c71585..ae8e99d 100644 --- a/source/ChanSort.Loader.Sony/Serializer.cs +++ b/source/ChanSort.Loader.Sony/Serializer.cs @@ -36,6 +36,7 @@ namespace ChanSort.Loader.Sony private string format; private bool isEFormat; private string newline; + private readonly StringBuilder fileInfo = new(); private readonly Dictionary channeListNodes = new Dictionary(); private ChannelList mixedFavList; @@ -514,7 +515,7 @@ namespace ChanSort.Loader.Sony uint crc = CalcChecksum(this.content, this.textContent); if (crc != expectedCrc) - throw new FileLoadException($"Invalid checksum: expected 0x{expectedCrc:x8}, calculated 0x{crc:x8}"); + this.fileInfo.AppendLine($"Invalid checksum: expected 0x{expectedCrc:x8}, calculated 0x{crc:x8}. This could indicate that the file is corrupted or it was modified with the Sony channel editor."); } #endregion @@ -574,6 +575,13 @@ namespace ChanSort.Loader.Sony } #endregion + #region GetFileInformation() + public override string GetFileInformation() + { + var txt = base.GetFileInformation(); + return txt + "\n\n" + this.fileInfo; + } + #endregion #region Save() diff --git a/source/ChanSort/AboutForm.cs.resx b/source/ChanSort/AboutForm.cs.resx index df38b02..6fceaf3 100644 --- a/source/ChanSort/AboutForm.cs.resx +++ b/source/ChanSort/AboutForm.cs.resx @@ -135,13 +135,4 @@ Webové stránky projektu: - - http://github.com/PredatH0r/ChanSort - - - horst@beham.biz - - - GNU GPLv3 - \ No newline at end of file diff --git a/source/ChanSort/AboutForm.es.resx b/source/ChanSort/AboutForm.es.resx index 5c05cde..9d0981e 100644 --- a/source/ChanSort/AboutForm.es.resx +++ b/source/ChanSort/AboutForm.es.resx @@ -120,21 +120,12 @@ Sitio Web: - - http://github.com/PredatH0r/ChanSort - - - horst@beham.biz - Autor: Licencia: - - GNU GPLv3 - Créditos: diff --git a/source/ChanSort/AboutForm.hu.resx b/source/ChanSort/AboutForm.hu.resx index 2b36764..9c3cb19 100644 --- a/source/ChanSort/AboutForm.hu.resx +++ b/source/ChanSort/AboutForm.hu.resx @@ -120,30 +120,18 @@ Projekt weboldala: - - http://github.com/PredatH0r/ChanSort - - - horst@beham.biz - A program készítője: Licenc: - - GNU GPLv3 - Közreműködők: Bezár/Mégse - - Horst Beham - TV beállítások diff --git a/source/ChanSort/AboutForm.pl.resx b/source/ChanSort/AboutForm.pl.resx index ef5814b..c189d70 100644 --- a/source/ChanSort/AboutForm.pl.resx +++ b/source/ChanSort/AboutForm.pl.resx @@ -120,21 +120,12 @@ Strona projektu: - - http://github.com/PredatH0r/ChanSort - - - horst@beham.biz - Autor programu: Licencja: - - GNU GPLv3 - Kredyty: diff --git a/source/ChanSort/AboutForm.tr.resx b/source/ChanSort/AboutForm.tr.resx index 267bc13..50bc21e 100644 --- a/source/ChanSort/AboutForm.tr.resx +++ b/source/ChanSort/AboutForm.tr.resx @@ -120,21 +120,12 @@ Proje web sitesi: - - http://github.com/PredatH0r/ChanSort - - - horst@beham.biz - Programcı: Lisans: - - GNU GPLv3 - Yapım: diff --git a/source/ChanSort/ActionBox.es.resx b/source/ChanSort/ActionBox.es.resx index 32b42f7..420dbd3 100644 --- a/source/ChanSort/ActionBox.es.resx +++ b/source/ChanSort/ActionBox.es.resx @@ -121,6 +121,6 @@ ¿Como desea continuar? - Seleccione una opción… + Seleccione una opción... \ No newline at end of file diff --git a/source/ChanSort/ActionBox.hu.resx b/source/ChanSort/ActionBox.hu.resx index 740d47a..aeef7dd 100644 --- a/source/ChanSort/ActionBox.hu.resx +++ b/source/ChanSort/ActionBox.hu.resx @@ -121,6 +121,6 @@ Hogyan szeretné folytatni? - Válasszon egy műveletet… + Válasszon egy műveletet... \ No newline at end of file diff --git a/source/ChanSort/ActionBox.tr.resx b/source/ChanSort/ActionBox.tr.resx index 7b70e45..d14beba 100644 --- a/source/ChanSort/ActionBox.tr.resx +++ b/source/ChanSort/ActionBox.tr.resx @@ -121,6 +121,6 @@ Nasıl devam etmek istersiniz? - Bir eylem seçin… + Bir eylem seçin... \ No newline at end of file diff --git a/source/ChanSort/ChanSort.csproj b/source/ChanSort/ChanSort.csproj index 24c2a2d..0f66069 100644 --- a/source/ChanSort/ChanSort.csproj +++ b/source/ChanSort/ChanSort.csproj @@ -426,6 +426,9 @@ ReferenceListForm.cs + + ReferenceListForm.cs + ReferenceListForm.cs diff --git a/source/ChanSort/MainForm.cs.resx b/source/ChanSort/MainForm.cs.resx index 9aafbef..1591ae9 100644 --- a/source/ChanSort/MainForm.cs.resx +++ b/source/ChanSort/MainForm.cs.resx @@ -418,7 +418,7 @@ &Soubor - Informace o souboru + Informace o souboru... &Filtr levého seznamu @@ -600,9 +600,6 @@ splitContainerControl1 - - \d{1,4} - Přepnout oblíbené F diff --git a/source/ChanSort/MainForm.es.resx b/source/ChanSort/MainForm.es.resx index 0df710e..e7ccf75 100644 --- a/source/ChanSort/MainForm.es.resx +++ b/source/ChanSort/MainForm.es.resx @@ -175,7 +175,7 @@ Restaurar copia de seguridad - Archivo e información… + Archivo e información... &Guardar @@ -193,10 +193,10 @@ Guardar lista de referencia… - Exportar lista de Excel + Exportar lista de Excel... - &Imprimir + &Imprimir... &Salir @@ -358,7 +358,7 @@ Wiki - Sitio Web de ChanSort… + Sitio Web de ChanSort... &Acerca de ChanSort… @@ -399,9 +399,6 @@ Insertar o definir posición del canal - - \d{1,4} - ChanSort {0} - Editor de lista de canales de TV diff --git a/source/ChanSort/MainForm.hu.resx b/source/ChanSort/MainForm.hu.resx index f362d21..4d26519 100644 --- a/source/ChanSort/MainForm.hu.resx +++ b/source/ChanSort/MainForm.hu.resx @@ -187,7 +187,7 @@ &Mentés - Mentés m&ásként + Mentés m&ásként... Rendezés alkalmazása referencia listából... @@ -408,9 +408,6 @@ Programszám a beszúrás és beállítás műveletekhez - - \d{1,4} - ChanSort {0} - TV csatornalista szerkesztő @@ -484,13 +481,13 @@ Mozgassa a kijelölt csatornát lefelé - Mozgassa a kijelölt csatornát lefelé + Mozgassa a kijelölt csatornákat lefelé Mozgassa a kijelölt csatornát felfelé - Mozgassa a kijelölt csatornát felfelé + Mozgassa a kijelölt csatornákat felfelé Távolítsa el a kijelölt csatornákat a rendezett listából @@ -634,7 +631,7 @@ Távolítsa el a kijelölt csatornákat a rendezett listáról - #N/A + Az összes jelenleg nem rendezett csatorna hozzáfűzése a lista végéhez << Hozzáad mind @@ -669,4 +666,28 @@ Színösszeállítás + + Egy csatorna keresése + + + Osztott nézet + + + &Nyelv + + + Alaphelyzetbe állítás és újraindítás + + + Töröl minden egyéni beállítást és újraindítja a programot + + + Csatorna keresése név alapján + + + Egy csatorna keresése + + + Csatorna keresése név alapján + \ No newline at end of file diff --git a/source/ChanSort/MainForm.pl.resx b/source/ChanSort/MainForm.pl.resx index 68519b7..d685873 100644 --- a/source/ChanSort/MainForm.pl.resx +++ b/source/ChanSort/MainForm.pl.resx @@ -408,9 +408,6 @@ Numer programu dla operacji wstawiania i ustawiania - - \d{1,4} - ChanSort {0} - Edytor list kanałów telewizyjnych diff --git a/source/ChanSort/MainForm.resx b/source/ChanSort/MainForm.resx index 284fbd1..5ab5836 100644 --- a/source/ChanSort/MainForm.resx +++ b/source/ChanSort/MainForm.resx @@ -580,60 +580,70 @@ English + @Invariant 0 Česky + @Invariant 41 &Deutsch + @Invariant 1 Español + @Invariant 44 Magyar + @Invariant 47 Polski + @Invariant 45 Português + @Invariant 2 Română + @Invariant 42 ру́сский + @Invariant 35 Türkçe + @Invariant 46 @@ -652,15 +662,18 @@ UTF-8 (Unicode) + @Invariant ISO character sets UTF-16 Big Endian (Unicode MSB first) + @Invariant UTF-16 Little Endian (Unicode LSB first) + @Invariant Theme @@ -745,18 +758,23 @@ S - Tahoma 8pt + @Invariant M - Segoe UI 9pt + @Invariant L - Segoe UI 10pt + @Invariant XL - Segoe UI 11pt + @Invariant XXL - Segoe UI 12pt + @Invariant &Help @@ -1145,6 +1163,7 @@ \d{1,4} + @Invariant RegEx diff --git a/source/ChanSort/MainForm.ro.resx b/source/ChanSort/MainForm.ro.resx index 580772a..2d23143 100644 --- a/source/ChanSort/MainForm.ro.resx +++ b/source/ChanSort/MainForm.ro.resx @@ -387,9 +387,6 @@ Numărul programului pentru operațiile de inserare și setare - - \d{1,4} - ChanSort {0} - Editorul de canale TV diff --git a/source/ChanSort/MainForm.tr.resx b/source/ChanSort/MainForm.tr.resx index 3cacf9e..ed571db 100644 --- a/source/ChanSort/MainForm.tr.resx +++ b/source/ChanSort/MainForm.tr.resx @@ -172,7 +172,7 @@ Dosya - TV veri dosyasını aç… + TV veri dosyasını aç... Tekrar yükle @@ -181,7 +181,7 @@ Yedeği geri yükle - Dosya bilgisi + Dosya bilgisi... Kaydet @@ -190,7 +190,7 @@ Farklı Kaydet… - Referans listesinden düzen uygula… + Referans listesinden düzen uygula... Referans listesinden kanal ekle… @@ -199,10 +199,10 @@ Referans listesini kaydet… - Excel listesini dışa aktar… + Excel listesini dışa aktar... - Yazdır + Yazdır... Çıkış @@ -367,7 +367,7 @@ Wiki - ChanSort sayfası + ChanSort sayfası... ChanSort Hakkında @@ -408,9 +408,6 @@ Ekleme ve ayar işlemleri için program numarası - - \d{1,4} - ChanSort {0} - TV Kanal Listesi Editörü diff --git a/source/ChanSort/Printing/ReportOptionsDialog.es.resx b/source/ChanSort/Printing/ReportOptionsDialog.es.resx index 3eb988d..d42d2a7 100644 --- a/source/ChanSort/Printing/ReportOptionsDialog.es.resx +++ b/source/ChanSort/Printing/ReportOptionsDialog.es.resx @@ -130,7 +130,7 @@ Fuente: - Previsualizar… + Previsualizar... Cancelar diff --git a/source/ChanSort/ReferenceListForm.cs.resx b/source/ChanSort/ReferenceListForm.cs.resx index d58980a..bbedf45 100644 --- a/source/ChanSort/ReferenceListForm.cs.resx +++ b/source/ChanSort/ReferenceListForm.cs.resx @@ -1,4 +1,4 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/source/ChanSort/SkinPickerForm.hu.resx b/source/ChanSort/SkinPickerForm.hu.resx index 87162f5..fcc18b6 100644 --- a/source/ChanSort/SkinPickerForm.hu.resx +++ b/source/ChanSort/SkinPickerForm.hu.resx @@ -126,4 +126,7 @@ Színösszeállítás + + Alapértelmezett téme használata + \ No newline at end of file diff --git a/source/Translation.xlsx b/source/Translation.xlsx index 220efa2..92f34dd 100644 Binary files a/source/Translation.xlsx and b/source/Translation.xlsx differ diff --git a/source/changelog.md b/source/changelog.md index ad6f58c..1e82137 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -1,6 +1,12 @@ ChanSort Change Log =================== +TBD +- Sony: Files with incorrect checksum are no longer rejected. Information about a bad checksum is visible + unter File / File Information. (The TV seems to ignore bad checksums during the import and the official + Sony PC Editor ignores bad checksums and write incorrect ones, depending on the file format version) +- Updated Hungarian translation. Thanks to efi99 on Github! + 2021-07-27 - Philips ChannelMap\_100: fixed reading/writing favorites - updated Swiss reference lists with new ONID-TSID-SID for SRF info HD and RSI LA HD