From cd9ed90720b9695d4bf6194d54a49d78ffe39710 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 3 Jan 2017 19:41:37 +0000 Subject: added Indonesian translation (Wantoyo) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6932 90c681e8-e032-0410-971d-27865f9a5e38 --- .../converter/translations/converter_plugin_id.ts | 304 +++++++++++++++++++++ .../converter/translations/translations.qrc | 1 + 2 files changed, 305 insertions(+) create mode 100644 src/plugins/General/converter/translations/converter_plugin_id.ts (limited to 'src/plugins/General/converter') diff --git a/src/plugins/General/converter/translations/converter_plugin_id.ts b/src/plugins/General/converter/translations/converter_plugin_id.ts new file mode 100644 index 000000000..3d5013ce9 --- /dev/null +++ b/src/plugins/General/converter/translations/converter_plugin_id.ts @@ -0,0 +1,304 @@ + + + + + Converter + + + + Cancelled + Dibatalkan + + + + + Error + Galat + + + + Converting + Mengkonversi + + + + Encoding + Mengenkode + + + + Finished + Selesai + + + + ConverterDialog + + + Audio Converter + Pengkonversi Audio + + + + Progress + Progres + + + + State + Keadaan + + + + Output directory: + Direktori keluaran: + + + + Output file name: + Nama file keluaran: + + + + Preset: + Preset: + + + + Overwrite existing files + Timpa file yang ada + + + + Convert + Konversi + + + + Stop + Henti + + + + Choose a directory + Memilih sebuah direktori + + + + Artist + Artist + + + + Album + Album + + + + Album Artist + Album Artist + + + + + Title + Judul + + + + Track Number + Nomor Trek + + + + Two-digit Track Number + Nomor Track Dua-digit + + + + Disc Number + Nomor Cakram + + + + File Name + Nama File + + + + File Path + Alur File + + + + Create a Copy + Ciptakan sebuah Salinan + + + + Genre + Genre + + + + + + Error + Galat + + + + Waiting + Menunggu + + + + Comment + Komentar + + + + Composer + Pengarang + + + + Duration + Durasi + + + + Year + Tahun + + + + Condition + Kondisi + + + + Create + Ciptakan + + + + Edit + Edit + + + + Delete + Hapus + + + + Unable to execute "%1". Program not found. + Tak dapat mengeksekusi "%1" Program tidak ditemukan. + + + + Process "%1" finished with error. + Proses "%1" selesai dengan galat. + + + + ConverterFactory + + + Converter Plugin + Plugin Converter + + + + About Converter Plugin + Tentang Plugin Converter + + + + Qmmp Converter Plugin + Qmmp Plugin Converter + + + + This plugin converts supported audio files to other file formats using external command-line encoders + Plugin ini mengkonversi file audio yang didukung ke format file lainnya menggunakan enkoder baris-perintah eksternal + + + + Written by: Ilya Kotov <forkotov02@hotmail.ru> + Ditulis oleh: Ilya Kotov <forkotov02@hotmail.ru> + + + + ConverterHelper + + + Convert + Konversi + + + + Meta+C + Meta+C + + + + PresetEditor + + + Preset Editor + Pengedit Preset + + + + General + Umum + + + + Name: + Nama: + + + + Extension: + Ekstensi: + + + + Command + Perintah + + + + Options + Pilihan + + + + Write tags + Tulis tag + + + + Convert to 16 bit + Konversi ke 16 bit + + + + %1 (Read Only) + %1 (Hanya Baca) + + + + Output file + File keluaran + + + + Input file + File masukan + + + diff --git a/src/plugins/General/converter/translations/translations.qrc b/src/plugins/General/converter/translations/translations.qrc index 4f4a316d8..9b2f86652 100644 --- a/src/plugins/General/converter/translations/translations.qrc +++ b/src/plugins/General/converter/translations/translations.qrc @@ -26,5 +26,6 @@ converter_plugin_sr_RS.qm converter_plugin_bg.qm converter_plugin_el.qm + converter_plugin_id.qm -- cgit v1.2.3-13-gbd6f