From db5033a0585ec1ee966205b0c1e9bcdce1fa80b4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Mar 2016 09:29:12 +0000 Subject: file dialog: added empty .ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6152 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/translations.qrc | 30 ++++++++ .../two_panel_file_dialog_plugin_bg.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_cs.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_de.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_el.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_en.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_es.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_fr.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_gl_ES.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_he.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_hu.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_it.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_ja.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_kk.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_lt.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_nl.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_pl_PL.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_pt.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_pt_BR.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_ru.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_sk.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_sr_BA.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_sr_RS.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_tr.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_uk_UA.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_zh_CN.ts | 86 ++++++++++++++++++++++ .../two_panel_file_dialog_plugin_zh_TW.ts | 86 ++++++++++++++++++++++ utils/update_ts.sh | 3 + 28 files changed, 2269 insertions(+) create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/translations.qrc create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_bg.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_cs.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_de.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_el.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_es.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_fr.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_gl_ES.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_he.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_hu.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_it.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ja.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_kk.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_lt.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_nl.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pl_PL.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt_BR.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ru.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sk.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_BA.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_RS.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_tr.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_uk_UA.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_CN.ts create mode 100644 src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_TW.ts diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/translations.qrc b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/translations.qrc new file mode 100644 index 000000000..db76805c3 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/translations.qrc @@ -0,0 +1,30 @@ + + + + two_panel_file_dialog_plugin_ru.qm + two_panel_file_dialog_plugin_uk_UA.qm + two_panel_file_dialog_plugin_zh_CN.qm + two_panel_file_dialog_plugin_zh_TW.qm + two_panel_file_dialog_plugin_tr.qm + two_panel_file_dialog_plugin_cs.qm + two_panel_file_dialog_plugin_pt_BR.qm + two_panel_file_dialog_plugin_pt.qm + two_panel_file_dialog_plugin_de.qm + two_panel_file_dialog_plugin_pl_PL.qm + two_panel_file_dialog_plugin_fr.qm + two_panel_file_dialog_plugin_it.qm + two_panel_file_dialog_plugin_kk.qm + two_panel_file_dialog_plugin_lt.qm + two_panel_file_dialog_plugin_hu.qm + two_panel_file_dialog_plugin_nl.qm + two_panel_file_dialog_plugin_ja.qm + two_panel_file_dialog_plugin_sk.qm + two_panel_file_dialog_plugin_es.qm + two_panel_file_dialog_plugin_he.qm + two_panel_file_dialog_plugin_gl_ES.qm + two_panel_file_dialog_plugin_sr_BA.qm + two_panel_file_dialog_plugin_sr_RS.qm + two_panel_file_dialog_plugin_bg.qm + two_panel_file_dialog_plugin_el.qm + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_bg.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_bg.ts new file mode 100644 index 000000000..dc3bf3953 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_bg.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_cs.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_cs.ts new file mode 100644 index 000000000..2ab6f1a2d --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_cs.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_de.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_de.ts new file mode 100644 index 000000000..3b352835b --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_de.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_el.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_el.ts new file mode 100644 index 000000000..89a53c5f4 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_el.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts new file mode 100644 index 000000000..6bc3e8e33 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_en.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_es.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_es.ts new file mode 100644 index 000000000..d73aca8fc --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_es.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_fr.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_fr.ts new file mode 100644 index 000000000..74a61ea63 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_fr.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_gl_ES.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_gl_ES.ts new file mode 100644 index 000000000..adf6cbd5e --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_gl_ES.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_he.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_he.ts new file mode 100644 index 000000000..3d8065ca6 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_he.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_hu.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_hu.ts new file mode 100644 index 000000000..e120d046c --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_hu.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_it.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_it.ts new file mode 100644 index 000000000..66efe1e46 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_it.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ja.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ja.ts new file mode 100644 index 000000000..e2b28b6bc --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ja.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_kk.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_kk.ts new file mode 100644 index 000000000..ce2e1afa5 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_kk.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_lt.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_lt.ts new file mode 100644 index 000000000..f8ee23ca8 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_lt.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_nl.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_nl.ts new file mode 100644 index 000000000..24a61fadc --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_nl.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pl_PL.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pl_PL.ts new file mode 100644 index 000000000..a5375479e --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pl_PL.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt.ts new file mode 100644 index 000000000..c65ae7e2b --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt_BR.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt_BR.ts new file mode 100644 index 000000000..39d1c5906 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_pt_BR.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ru.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ru.ts new file mode 100644 index 000000000..993a57b62 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_ru.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sk.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sk.ts new file mode 100644 index 000000000..0745a4662 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sk.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_BA.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_BA.ts new file mode 100644 index 000000000..aa25b7a4b --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_BA.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_RS.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_RS.ts new file mode 100644 index 000000000..5cd30f858 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_sr_RS.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_tr.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_tr.ts new file mode 100644 index 000000000..baa9f147a --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_tr.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_uk_UA.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_uk_UA.ts new file mode 100644 index 000000000..2a0bc9372 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_uk_UA.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_CN.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_CN.ts new file mode 100644 index 000000000..4dde215bd --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_CN.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_TW.ts b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_TW.ts new file mode 100644 index 000000000..470e46869 --- /dev/null +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/translations/two_panel_file_dialog_plugin_zh_TW.ts @@ -0,0 +1,86 @@ + + + + + TwoPanelFileDialog + + + Add Files + + + + + File name: + + + + + Files of type: + + + + + Play + + + + + Add + + + + + Close + + + + + TwoPanelFileDialogFactory + + + + Two-panel File Dialog + + + + + About Two-panel File Dialog + + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + + + + + Based on code from the Qt library + + + + + TwoPanelFileDialogImpl + + + + Add + + + + + Directories + + + + + Save + + + + + %1 already exists. +Do you want to replace it? + + + + diff --git a/utils/update_ts.sh b/utils/update_ts.sh index fcc70eb6d..cdbc34e44 100755 --- a/utils/update_ts.sh +++ b/utils/update_ts.sh @@ -34,6 +34,9 @@ do QmmpFileDialog) plug_name="qmmp_file_dialog" ;; + TwoPanelFileDialog) + plug_name="two_panel_file_dialog" + ;; qmmpui) plug_name="libqmmpui" ;; -- cgit v1.2.3-13-gbd6f