mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-11 00:26:18 +02:00
17
plugins/box/backup/languages/id.lang.php
Normal file
17
plugins/box/backup/languages/id.lang.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Cadangan',
|
||||
'Backup date' => 'Tanggal Cadangan',
|
||||
'Create Backup' => 'Buat Cadangan',
|
||||
'Delete' => 'Hapus',
|
||||
'storage' => 'Penyimpanan',
|
||||
'public' => 'Umum',
|
||||
'plugins' => 'Plugins',
|
||||
'Size' => 'Ukuran',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete backup: :backup' => 'Hapus Cadangan: :backup',
|
||||
'Creating...' => 'Dibuat...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/id.lang.php
Normal file
29
plugins/box/blocks/languages/id.lang.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Block',
|
||||
'Blocks manager' => 'Pengelolaan Block',
|
||||
'Delete' => 'Hapus',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Name' => 'Nama',
|
||||
'Create New Block' => 'Buat Block Baru',
|
||||
'New Block' => 'Block Baru',
|
||||
'Edit Block' => 'Edit Block',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'Actions' => 'Tindakan',
|
||||
'Required field' => 'Isian yang Dibutuhkan',
|
||||
'This block already exists' => 'Block ini sudah ada',
|
||||
'This block does not exist' => 'Block ini belum ada',
|
||||
'Delete block: :block' => 'Hapus Block: :block',
|
||||
'Block content' => 'Isi Block',
|
||||
'Block <i>:name</i> deleted' => 'Block <i>:nama</i> dihapus',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Perubahan pada block <i>:nama</i> telah disimpan.',
|
||||
'Delete block: :block' => 'Hapus Block: :block',
|
||||
'View Embed Code' => 'Lihat Embed Code',
|
||||
'Embed Code' => 'Embed Code',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'File',
|
||||
'Files manager' => 'Pengaturan File',
|
||||
'Name' => 'Nama',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Upload' => 'Unduh',
|
||||
'directory' => 'Direktori',
|
||||
'Delete directory: :dir' => 'Hapus Direktori: :dir',
|
||||
'Delete file: :file' => 'Hapus File: :file',
|
||||
'Extension' => 'Tambahan',
|
||||
'Size' => 'Ukuran',
|
||||
'Select file' => 'Pilih File',
|
||||
'Change' => 'Ubah',
|
||||
)
|
||||
);
|
38
plugins/box/information/languages/id.lang.php
Normal file
38
plugins/box/information/languages/id.lang.php
Normal file
@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informasi',
|
||||
'Debuging' => 'Debugging',
|
||||
'Name' => 'Nama',
|
||||
'Value' => 'Value',
|
||||
'Security' => 'Keamanan',
|
||||
'System' => 'Sistem',
|
||||
'on' => 'Nyala',
|
||||
'off'=> 'Mati',
|
||||
'Server' => 'Server',
|
||||
'PHP version' => 'Versi PHP',
|
||||
'SimpleXML module' => 'Modul SimpleXML',
|
||||
'DOM module' => 'Modul DOM',
|
||||
'Installed' => 'Sudah terpasang',
|
||||
'Not Installed' => 'Belum terpasang',
|
||||
'Security check results' => 'Hasil Cek Keamanan',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'File Konfigurasi ditemukan writable . Disarankan untuk menghilangkan semua izin write pada defines.php di sistem produksi.',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'File .htaccess Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'File index.php Monstra ditemukan writable. Disarankan untuk menghilangkan semua izin write. <br/>Anda bisa melakukannya pada sistem unix dengan: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Dikarenakan jenis dan jumlah informasi ada potensial kerusakan saat Monstra::$environment = Monstra::DEVELOPMENT, disarankan untuk melakukan pengaturan Monstra::PRODUCTION pada sistem produksi.',
|
||||
'Monstra version' => 'Versi Monstra',
|
||||
'Directory Permissions' => 'Direktori Perizinan',
|
||||
'Directory' => 'Direktori',
|
||||
'Writable' => 'Beschreibbar',
|
||||
'Unwritable' => 'Nicht beschreibbar',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'PHP Built On',
|
||||
'Web Server' => 'Web Server',
|
||||
'WebServer to PHP Interface' => 'WebServer ke PHP Interface',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/id.lang.php
Normal file
27
plugins/box/menu/languages/id.lang.php
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Pengelolaan Menu',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Name' => 'Nama',
|
||||
'Delete' => 'Hapus',
|
||||
'Order' => 'Urutan',
|
||||
'Actions' => 'Tindakan',
|
||||
'Create New Item' => 'Buat Perihal Baru',
|
||||
'New item' => 'Perihal Baru',
|
||||
'Item name' => 'Nama Perihal',
|
||||
'Item order' => 'Urutan Perihal',
|
||||
'Item target' => 'Target Perihal',
|
||||
'Item link' => 'Link Perihal',
|
||||
'Item category' => 'Kategori Perihal',
|
||||
'Save' => 'Simpan',
|
||||
'Edit item' => 'Perbaiki Perihal',
|
||||
'Delete item :name' => 'Hapus perihal :nama',
|
||||
'Select page' => 'Pilih Halaman',
|
||||
'Category' => 'Kategori',
|
||||
'Select category' => 'Pilih Kategori',
|
||||
'Required field' => 'Isian yang Dibutuhkan',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/id.lang.php
Normal file
54
plugins/box/pages/languages/id.lang.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => array(
|
||||
'Pages' => 'Halaman',
|
||||
'Pages manager' => 'Pengelolaan Halaman',
|
||||
'Content' => 'Isi',
|
||||
'Create New Page' => 'Buat Halaman Baru',
|
||||
'New Page' => 'Halaman Baru',
|
||||
'Edit Page' => 'Perbaiki Halaman',
|
||||
'Date' => 'Tanggal',
|
||||
'Clone' => 'Duplikasi',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Delete' => 'Hapus',
|
||||
'Delete page: :page' => 'Hapus Halaman: :page',
|
||||
'Title' => 'Judul',
|
||||
'Name' => 'Nama',
|
||||
'Author' => 'Penulis',
|
||||
'Name (slug)' => 'Nama (slug)',
|
||||
'Description' => 'Deskripsi',
|
||||
'Keywords' => 'Kata Kunci',
|
||||
'Parent' => 'Induk',
|
||||
'Template' => 'Contoh',
|
||||
'Year' => 'Tahun',
|
||||
'Day' => 'Hari',
|
||||
'Month' => 'Bulan',
|
||||
'Hour' => 'Jam',
|
||||
'Minute' => 'Menit',
|
||||
'Second' => 'Detik',
|
||||
'This field should not be empty' => 'Isian ini tidak boleh kosong',
|
||||
'This page already exists' => 'Halaman ini sudah ada',
|
||||
'Extra' => 'Extra',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'Your changes to the page <i>:page</i> have been saved.' => 'Perubahan pada halaman <i> :page </i> telah disimpan.',
|
||||
'The page <i>:page</i> cloned.' => 'Halaman ini <i>:page</i> telah diduplikasi.',
|
||||
'Status' => 'Status',
|
||||
'Actions' => 'Tindakan',
|
||||
'Add' => 'Tambah',
|
||||
'Published' => 'Dimuat',
|
||||
'Draft' => 'Konsep',
|
||||
'Published on' => 'Dimuat pada',
|
||||
'Edit 404 Page' => 'Perbaiki Halaman 404',
|
||||
'Page <i>:page</i> deleted' => 'Halaman <i>:page</i> dihapus',
|
||||
'Search Engines Robots' => 'Mesin Pencari Otomatis',
|
||||
'Page' => 'Halaman',
|
||||
'Metadata' => 'Metadata',
|
||||
'Settings' => 'Pengaturan',
|
||||
'Required field' => 'Isian yang Diperlukan',
|
||||
'Access' => 'Akses',
|
||||
'Public' => 'Umum',
|
||||
'Registered' => 'Terdaftar',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/id.lang.php
Normal file
20
plugins/box/plugins/languages/id.lang.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Plugins',
|
||||
'Name' => 'Nama',
|
||||
'Actions' => 'Tindakan',
|
||||
'Description' => 'Deskripsi',
|
||||
'Installed' => 'Terpasang',
|
||||
'Install New' => 'Pemasangan Baru',
|
||||
'Delete' => 'Hapus',
|
||||
'Delete plugin :plugin' => 'Hapus Plugin :plugin',
|
||||
'This plugins does not exist' => 'Plugin ini tidak ada',
|
||||
'Version' => 'Versi',
|
||||
'Author' => 'Penulis',
|
||||
'Get More Plugins' => 'Cari Plugins Baru',
|
||||
'Install' => 'Memasangkan',
|
||||
'Uninstall' => 'Menghapus Program',
|
||||
)
|
||||
);
|
29
plugins/box/snippets/languages/id.lang.php
Normal file
29
plugins/box/snippets/languages/id.lang.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Snippets',
|
||||
'Snippets manager' => 'Pengelolaan Snippets',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Name' => 'Nama',
|
||||
'Create New Snippet' => 'Buat Snippet Baru',
|
||||
'New Snippet' => 'Snippet Baru',
|
||||
'Edit snippet' => 'Perbaiki Snippet',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'This snippet already exists' => 'Snippet ini sudah ada',
|
||||
'This snippet does not exist' => 'Snippet ini belum ada',
|
||||
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
|
||||
'Snippet content' => 'Isi snippet',
|
||||
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> dihapus',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Perubahan pada snippet <i>:name</i> telah disimpan.',
|
||||
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
|
||||
'Required field' => 'Isian yang Diperlukan',
|
||||
'View Embed Code' => 'Lihat Kodingan yang Disisipkan',
|
||||
'Embed Code' => 'Kode Sisipan',
|
||||
'Shortcode' => 'Shortcode',
|
||||
'PHP Code' => 'PHP Code',
|
||||
)
|
||||
);
|
82
plugins/box/system/languages/id.lang.php
Normal file
82
plugins/box/system/languages/id.lang.php
Normal file
@ -0,0 +1,82 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'System',
|
||||
'Published a new version of the :monstra' => 'Memuat versi baru dari :monstra',
|
||||
'Sitemap created' => 'Sitemap dibuat',
|
||||
'Create Sitemap' => 'Buat Sitemap',
|
||||
'on' => 'Nyala',
|
||||
'off'=> 'Mati',
|
||||
'Site Url' => 'URL Situs',
|
||||
'Maintenance Mode' => 'Mode Perbaikan',
|
||||
'Maintenance Mode On' => 'Nyalakan Mode Perbaikan',
|
||||
'Maintenance Mode Off' => 'Matikan Mode Perbaikan',
|
||||
'Site Settings' => 'Pengaturan Situs',
|
||||
'System Settings' => 'Pengaturan Situs',
|
||||
'Site Name' => 'Nama Situs',
|
||||
'Site Description' => 'Deskripsi Situs',
|
||||
'Site Keywords' => 'Kata Kunci Situs',
|
||||
'Site Slogan' => 'Slogan Situs',
|
||||
'Default Page' => 'Halaman Standart',
|
||||
'Time zone' => 'Zona Waktu',
|
||||
'Language' => 'Bahasa',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Simpan',
|
||||
'Site' => 'Situs',
|
||||
'System version' => 'Versi Sistem',
|
||||
'System version ID' => 'ID Versi Sistem',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Debugging',
|
||||
'Plugin API' => 'Plugin API',
|
||||
'Plugins active' => 'Plugins aktif',
|
||||
'Actions registered' => 'Tindakan telah terdaftar',
|
||||
'Filters registered' => 'Filter telah terdaftar',
|
||||
'Log Out' => 'Keluar',
|
||||
'Site' => 'Situs',
|
||||
'Delete Temporary Files' => 'Hapus File Sementara',
|
||||
'Download the latest version' => 'Unduh Versi Terbaru',
|
||||
'Powered by' => 'Didukung oleh',
|
||||
'Administration' => 'Administrasi',
|
||||
'Settings' => 'Pengaturan',
|
||||
'Temporary files deleted' => 'Hapus File Sementara',
|
||||
'Extends' => 'Ekstensi',
|
||||
'View Site' => 'Lihat Situs',
|
||||
'Welcome, :username' => 'Selamat datang, :username',
|
||||
'Reset Password' => 'Reset Password',
|
||||
'< Back to Website' => '< Kembali ke Situs Web',
|
||||
'Forgot your password? >' => 'Lupa Password? >',
|
||||
'Administration >' => 'Administrasi >',
|
||||
'Send New Password' => 'Kirim Password Baru',
|
||||
'This user does not exist' => 'Pengguna ini tidak terdaftar',
|
||||
'Version' => 'Versi',
|
||||
|
||||
'Install script writable' => 'Skrip Instalasi writable',
|
||||
'Install script not writable' => 'Skrip Instalasi tidak writable',
|
||||
'Directory: <b> :dir </b> writable' => 'Direktori: <b> :dir </b> writable',
|
||||
'Directory: <b> :dir </b> not writable' => 'Direktori: <b> :dir </b> tidak writable',
|
||||
'PHP Version' => 'Versi PHP',
|
||||
'Module DOM is installed' => 'Modul DOM telah terpasang',
|
||||
'Module DOM is required' => 'diperlukan Modul DOM',
|
||||
'Module Mod Rewrite is installed' => 'Modul Mod Rewrite telah terpasang',
|
||||
'Module SimpleXML is installed' => 'Modul SimpleXML telah terpasang',
|
||||
'PHP 5.2 or greater is required' => 'diperlukan PHP 5.2 atau yang lebih baru',
|
||||
'Apache Mod Rewrite is required' => 'diperlukan Apache Mod Rewrite',
|
||||
'SimpleXML module is required' => 'diperlukan Modul simpleXML',
|
||||
'Field "Site name" is empty' => 'Isian "Nama Situs" kosong',
|
||||
'Field "Email" is empty' => 'Isian "Email" kosong',
|
||||
'Field "Username" is empty' => 'Isian "Nama Pengguna" kosong',
|
||||
'Field "Password" is empty' => 'Isian "Password" kosong',
|
||||
'Field "Site url" is empty' => 'Isian "Situs URL" kosong',
|
||||
'Email not valid' => 'E-Mail tidak cocok',
|
||||
'Install' => 'Memasangkan',
|
||||
'...Monstra says...' => '...Katanya Monstra...',
|
||||
'Sitemap file writable' => 'File sitemap writable',
|
||||
'Sitemap file not writable' => 'File sitemap tidak writable',
|
||||
'Main .htaccess file writable' => 'File .htaccess-Datei writable',
|
||||
'Main .htaccess file not writable' => 'File .htaccess tidak writable',
|
||||
'Official Support Forum' => 'Forum Support Resmi',
|
||||
'Documentation' => 'Dokumentasi',
|
||||
'Your changes have been saved.' => 'Perubahan Telah Disimpan.',
|
||||
)
|
||||
);
|
51
plugins/box/themes/languages/id.lang.php
Normal file
51
plugins/box/themes/languages/id.lang.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Tema',
|
||||
'Themes manager' => 'Pengelolaan Tema',
|
||||
'Select Theme' => 'Pilih Tema',
|
||||
'Save' => 'Simpan',
|
||||
'Save and Exit' => 'Simpan dan Keluar',
|
||||
'Name' => 'Nama',
|
||||
'Create New Template' => 'Buat Template Baru',
|
||||
'New Template' => 'Template Baru',
|
||||
'Delete template: :name' => 'Hapus Template: :name',
|
||||
'Delete chunk: :name' => 'Hapus chunk: :name',
|
||||
'Delete styles: :name' => 'Hapus model: :name',
|
||||
'Templates' => 'Template',
|
||||
'Clone' => 'Duplikasi',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Delete' => 'Hapus',
|
||||
'Actions' => 'Tindakan',
|
||||
'Create New Chunk' => 'Buat Chunk Baru',
|
||||
'New chunk' => 'Chunk Baru',
|
||||
'Chunks' => 'chunks',
|
||||
'Create New Styles' => 'Buat Model Baru',
|
||||
'New Styles' => 'Model Baru',
|
||||
'Styles' => 'Model',
|
||||
'Template Content' => 'Isi Template',
|
||||
'Styles Content' => 'Model Template',
|
||||
'Chunk content' => 'Isi Chunk',
|
||||
'Edit Cemplate' => 'Perbaiki Template',
|
||||
'Edit Chunk' => 'Perbaiki Chunk',
|
||||
'Edit Styles' => 'Perbaiki Model',
|
||||
'Site Theme' => 'Tema Situs',
|
||||
'Admin Theme' => 'Tema Admin',
|
||||
'Current Site Theme' => 'Tema Situs Sekarang',
|
||||
'Current Admin Theme' => 'Tema Admin Sekarang',
|
||||
'This template already exists' => 'Template ini sudah ada',
|
||||
'This chunk already exists' => 'Chunk ini sudah ada',
|
||||
'This styles already exist' => 'Model ini sudah ada',
|
||||
'Components Templates' => 'Komponen template',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Perubahan pada chunk <i>:name</i> telah disimpan.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Perubahan pada model <i>:name</i> telah disimpan.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Perubahan pada template <i>:name</i> telah disimpan.',
|
||||
'Required field' => 'Isian yang Diperlukan',
|
||||
'Scripts' => 'Skrip',
|
||||
'Create New Script' => 'Buat Skrip Baru',
|
||||
'Script Content' => 'Isi Skrip',
|
||||
'New Script' => 'Skrip Baru',
|
||||
'Edit Script' => 'Perbaiki Skrip',
|
||||
)
|
||||
);
|
68
plugins/box/users/languages/id.lang.php
Normal file
68
plugins/box/users/languages/id.lang.php
Normal file
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Pengguna',
|
||||
'Login' => 'Masuk',
|
||||
'Username' => 'Pengguna',
|
||||
'Password' => 'Password',
|
||||
'Registered' => 'Terdaftar',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Peran',
|
||||
'Roles' => 'Peranan',
|
||||
'Edit' => 'Perbaiki',
|
||||
'Actions' => 'Tindakan',
|
||||
'Delete' => 'Hapus',
|
||||
'Enter' => 'Masukkan',
|
||||
'Logout' => 'Keluar',
|
||||
'Register New User' => 'Daftarkan Pengguna Baru',
|
||||
'New User Registration' => 'Pendaftaran Pengguna Baru',
|
||||
'Delete user: :user' => 'Hapus pengguna: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Pengguna <i>:user</i> telah dihapus.',
|
||||
'This user already exists' => 'Pengguna ini sudah terdaftar',
|
||||
'This email already exists' => 'Email',
|
||||
'Changes saved' => 'Perubahan disimpan',
|
||||
'Wrong old password' => 'Password lama salah',
|
||||
'Admin' => 'Admin',
|
||||
'User' => 'Pengguna',
|
||||
'Editor' => 'Editor',
|
||||
'Register' => 'Daftar',
|
||||
'Edit profile' => 'Perbaiki Profil',
|
||||
'Save' => 'Simpan',
|
||||
'Firstname' => 'Nama Pertama',
|
||||
'Lastname' => 'Nama Terakhir',
|
||||
'Old password' => 'Password Lama',
|
||||
'New password' => 'Password Baru',
|
||||
'Welcome' => 'Selamat Datang',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Kesalahan <b>nama pengguna</b> atau <b>password</b>',
|
||||
'Your changes have been saved.' => 'Perubahan telah disimpan.',
|
||||
'New user have been registered.' => 'Pengguna baru telah terdaftar.',
|
||||
'Captcha' => 'Verifikasi',
|
||||
'Registration' => 'Pendaftaran',
|
||||
'Username' => 'Nama Pengguna',
|
||||
'User email is invalid' => 'Email tidak cocok',
|
||||
'Reset Password' => 'Mengganti Password',
|
||||
'Send New Password' => 'Mengirim password baru',
|
||||
'This user doesnt alredy exist' => 'Pengguna ini belum ada',
|
||||
'Users - Profile' => 'Pengguna - Profil',
|
||||
'Users - Edit Profile' => 'Pengguna - Perbaiki Profil',
|
||||
'Users - Login' => 'Pengguna - Masuk',
|
||||
'Users - Registration' => 'Pengguna - Pendaftaran',
|
||||
'Users - Password Recover' => 'Pengguna - Mendapatkan Kembali Password',
|
||||
'New Password' => 'Password Baru',
|
||||
'Forgot your password?' => 'Lupa Password Anda?',
|
||||
'New password has been sent' => 'Password baru telah dikirim',
|
||||
'Monstra says: This is not your profile...' => 'Katanya Monstra: Ini bukan profil Anda ...',
|
||||
'User registration is closed.' => 'Pendaftaran pengguna telah ditutup.',
|
||||
'Allow user registration' => 'Izinkan pendaftaran pengguna',
|
||||
'Required field' => 'Isian yang diperlukan',
|
||||
'This user doesnt exist' => 'Pengguna ini tidak terdaftar',
|
||||
'Captcha code is wrong' => 'Kode verifikasi salah',
|
||||
'Your login details for :site_name has been sent' => 'Rincian data :site_name telah dikirim',
|
||||
'Your new password for :site_name' => 'Password baru untuk :site_name',
|
||||
'Your login details for :site_name' => 'Rincian data untuk :site_name',
|
||||
'About Me' => 'Tentang Saya',
|
||||
'Profile' => 'Profil',
|
||||
'You are banned for 10 minutes. Try again later' => 'Anda dilarang masuk selama 10 menit. Silahkan dicoba lagi nanti',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/id.lang.php
Normal file
9
plugins/captcha/languages/id.lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Verifikasi',
|
||||
'Captcha plugin for Monstra' => 'Verifikasi plugin untuk Monstra',
|
||||
'Captcha code is wrong' => 'Kode Verifikasi salah',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/id.lang.php
Normal file
10
plugins/sandbox/languages/id.lang.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Plugin Sandbox untuk Monstra',
|
||||
'Sandbox template' => 'Template Sandbox',
|
||||
'Save' => 'Simpan',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user