From 81ba755693c13fa9437353568c90b78a4d8e3191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 9 Nov 2024 19:07:24 +0100 Subject: [PATCH] Czech translation updated --- .../flash/gui/locales/MainFrame_cs.properties | 14 +++++++++++- .../soleditor/SolEditorFrame_cs.properties | 22 +++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/soleditor/SolEditorFrame_cs.properties diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties index 2f8521ba4..0446e4266 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties @@ -987,4 +987,16 @@ menu.file.export.vsCode = Exportovat do VS Code #after 21.1.0 contextmenu.convertShapeType = Konvertovat typ tvaru -contextmenu.convertPlaceObjectType = Konvertovat typ place objektu \ No newline at end of file +contextmenu.convertPlaceObjectType = Konvertovat typ place objektu + +work.decompiling.allScripts.ucf = Dekompilov\u00e1n\u00ed v\u0161ech skript\u016f pro z\u00edsk\u00e1n\u00ed neinicializovan\u00fdch atribut\u016f t\u0159\u00eddy. Tohle m\u016f\u017ee chv\u00edli trvat + +#after 21.1.1 +menu.file.view.easy = Jednoduch\u00fd editor + +#after 21.1.3 +menu.tools.solEditor = Editor sol cookies +node.cookies = cookies + +menu.help.wiki = Nav\u0161t\u00edvit FFDec Wiki +message.wiki = Nav\u0161tivte FFDec Wiki na: \r\n%url% \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/soleditor/SolEditorFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/soleditor/SolEditorFrame_cs.properties new file mode 100644 index 000000000..e65c7a8ad --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/soleditor/SolEditorFrame_cs.properties @@ -0,0 +1,22 @@ +dialog.title = Editor sol cookies + +button.new = Nov\u00e1 +button.open = Otev\u0159\u00edt... +button.open.npapi = Otev\u0159\u00edt NPAPI... +button.open.ppapi = Otev\u0159\u00edt PPAPI... +button.save = Ulo\u017eit +button.saveAs = Ulo\u017eit jako... + +filter.sol = SOL soubory (*.sol) + +error.cannotOpen = Nelze otev\u0159\u00edt soubor. +error.parse = Chyba parsov\u00e1n\u00ed. %reason% na \u0159\u00e1dku %line%. + +info.saved = Soubor \u00fasp\u011b\u0161n\u011b ulo\u017een. + +filename = N\u00e1zev souboru: +amfVersion = Verze AMF: + +warning.loseChanges = Aktu\u00e1ln\u00ed soubor je zm\u011bn\u011bn. Opravdu chcete p\u0159ij\u00edt o zm\u011bny? + +untitled = Bez n\u00e1zvu \ No newline at end of file