PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

admin.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/admin.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'auth' => array(
		'allow_anonymous' => 'Izinkan pembacaan anonim artikel pengguna default (%s)',
		'allow_anonymous_refresh' => 'Izinkan refresh artikel anonim',
		'api_enabled' => 'Izinkan <abbr>API</abbr> akses <small>(Diperlukan untuk aplikasi seluler)</small>',	// DIRTY
		'form' => 'Web form (traditional, membutuhkan JavaScript)',
		'http' => 'HTTP (untuk pengguna tingkat lanjut HTTPS)',
		'none' => 'None (berbahaya)',
		'title' => 'Autentikasi',
		'token' => 'Token autentikasi master',
		'token_help' => 'Mengizinkan akses ke semua keluaran output RSS pengguna serta menyegarkan feed tanpa autentikasi:',
		'type' => 'Metode autentikasi',
		'unsafe_autologin' => 'Izinkan login otomatis yang tidak aman menggunakan format: ',
	),
	'check_install' => array(
		'cache' => array(
			'nok' => 'Periksa izin <em>./data/cache</em> direktori. HTTP server harus memiliki izin menulis.',
			'ok' => 'Izin direktori cache bagus',
		),
		'categories' => array(
			'nok' => 'Tabel kategori dikonfigurasi secara tidak tepat.',
			'ok' => 'Tabel kategori baik-baik saja.',
		),
		'connection' => array(
			'nok' => 'Koneksi ke database tidak dapat dibuat.',
			'ok' => 'Koneksi ke database berhasil.',
		),
		'ctype' => array(
			'nok' => 'Tidak dapat menemukan library yang diperlukan untuk pemeriksaan jenis karakter (php-ctype).',
			'ok' => 'Anda memiliki library yang dibutuhkan untuk pemeriksaan jenis karakter (ctype).',
		),
		'curl' => array(
			'nok' => 'Tidak dapat menemukan cURL library (php-curl package).',
			'ok' => 'Kamu punya cURL library.',
		),
		'data' => array(
			'nok' => 'Periksa izin <em>./data</em> direktori. HTTP server harus memiliki izin tulis.',
			'ok' => 'Izin pada direktori data bagus.',
		),
		'database' => 'Instalasi Database',
		'dom' => array(
			'nok' => 'Tidak dapat menemukan library yang diperlukan untuk menelusuri DOM (php-xml package).',
			'ok' => 'Anda memiliki library yang diperlukan untuk menelusuri DOM.',
		),
		'entries' => array(
			'nok' => 'Tabel entri dikonfigurasi secara tidak benar.',
			'ok' => 'Tabel entri baik-baik saja.',
		),
		'favicons' => array(
			'nok' => 'Periksa izin on <em>./data/favicons</em> direktori. HTTP server harus memiliki izin tulis.',
			'ok' => 'Izin di Direktori Favicons bagus.',
		),
		'feeds' => array(
			'nok' => 'Tabel feed dikonfigurasi secara tidak benar.',
			'ok' => 'Table feed bagus.',
		),
		'fileinfo' => array(
			'nok' => 'Tidak dapat menemukan PHP fileinfo library (fileinfo package).',
			'ok' => 'Kamu memiliki library fileinfo.',
		),
		'files' => 'Instalasi File',
		'json' => array(
			'nok' => 'Tidak dapat menemukan JSON (php-json package).',
			'ok' => 'Anda memiliki ekstensi JSON.',
		),
		'mbstring' => array(
			'nok' => 'Tidak dapat menemukan mbstring library untuk Unicode.',
			'ok' => 'Anda memiliki mbstring library untuk Unicode.',
		),
		'pcre' => array(
			'nok' => 'Tidak dapat menemukan library untuk regular expressions (php-pcre).',
			'ok' => 'Anda memiliki library untuk regular expressions (PCRE).',
		),
		'pdo' => array(
			'nok' => 'Tidak dapat menemukan PDO salah satu drivers yang didukung (pdo_mysql, pdo_sqlite, pdo_pgsql).',
			'ok' => 'Anda memiliki PDO dan setidaknya salah satu drivers yang didukung (pdo_mysql, pdo_sqlite, pdo_pgsql).',
		),
		'php' => array(
			'_' => 'instalasi PHP.',
			'nok' => 'Versi php anda adalah %s tapi FreshRSS membutuhkan setidaknya versi %s.',
			'ok' => 'Versi php anda (%s) kompatibel dengan FreshRSS.',
		),
		'tables' => array(
			'nok' => 'Ada satu atau lebih tabel yang hilang dalam database.',
			'ok' => 'Tabel yang sesuai ada dalam database.',
		),
		'title' => 'Pengecekan Instalasi.',
		'tokens' => array(
			'nok' => 'Periksa izin pada <em>./data/tokens</em> direktori. HTTP server harus memiliki izin menulis',
			'ok' => 'Izin pada direktori token bagus.',
		),
		'users' => array(
			'nok' => 'Periksa izin <em>./data/users</em> direktori. HTTP server harus memiliki izin menulis',
			'ok' => 'Izin pada direktori pengguna bagus.',
		),
		'zip' => array(
			'nok' => 'Tidak dapat menemukan ekstensi zip (php-zip package).',
			'ok' => 'Anda memiliki ekstensi zip.',
		),
	),
	'extensions' => array(
		'author' => 'Pengarang',
		'community' => 'Ekstensi komunitas yang tersedia',
		'description' => 'Keterangan',
		'disabled' => 'Dinonaktifkan',
		'empty_list' => 'Tidak ada ekstensi terpasang',
		'enabled' => 'Diaktifkan',
		'latest' => 'Terinstal',
		'name' => 'Nama',
		'no_configure_view' => 'Ekstensi ini tidak dapat dikonfigurasi.',
		'system' => array(
			'_' => 'Ekstensi sistem',
			'no_rights' => 'System extension (Anda tidak memiliki izin yang diperlukan)',
		),
		'title' => 'Ekstensi',
		'update' => 'Pembaruan tersedia',
		'user' => 'Ekstensi User',
		'version' => 'Versi',
	),
	'stats' => array(
		'_' => 'Statistik',
		'all_feeds' => 'Semua feed',
		'category' => 'Kategori',
		'entry_count' => 'Entri masuk',
		'entry_per_category' => 'Entri per kategori',
		'entry_per_day' => 'Entri per hari (30 hari terakhir)',
		'entry_per_day_of_week' => 'Per hari dalam seminggu (rata-rata: %.2f pesan)',
		'entry_per_hour' => 'Per jam (rata-rata %.2f pesan)',
		'entry_per_month' => 'Per bulan (rata -rata: %.2f pesan)',
		'entry_repartition' => 'Mengembalikan entri',
		'feed' => 'Feed',	// TODO
		'feed_per_category' => 'Feed per kategori',
		'idle' => 'Feed idle',
		'main' => 'Statistik utama',
		'main_stream' => 'Aliran utama',
		'no_idle' => 'Tidak ada idle feed!',
		'number_entries' => '%d artikel',
		'percent_of_total' => '% dari total',
		'repartition' => 'Mengembalikan artikel',
		'status_favorites' => 'Favorites',
		'status_read' => 'Terbaca',
		'status_total' => 'Total',	// TODO
		'status_unread' => 'Belum Terbaca',
		'title' => 'Statistik',
		'top_feed' => 'Sepuluh feed teratas',
	),
	'system' => array(
		'_' => 'Sistem konfigurasi',
		'auto-update-url' => 'Otomatis perbarui URL Server',
		'base-url' => array(
			'_' => 'Base URL',	// TODO
			'recommendation' => 'Rekomendasi Otomatis: <kbd>%s</kbd>',
		),
		'cookie-duration' => array(
			'help' => 'dalam hitungan detik',
			'number' => 'Durasi untuk terus masuk',
		),
		'force_email_validation' => 'Validasi alamat email paksa',
		'instance-name' => 'Nama instansi',
		'max-categories' => 'Jumlah kategori maksimal per pengguna',
		'max-feeds' => 'Maksimal Jumlah Feed Per Pengguna',
		'registration' => array(
			'number' => 'Jumlah Akun Maks',
			'select' => array(
				'label' => 'Formulir pendaftaran',
				'option' => array(
					'noform' => 'Disabled: Tidak ada formulir pendaftaran',
					'nolimit' => 'Enabled: Tidak ada batasan akun',
					'setaccountsnumber' => 'Setel Max. jumlah akun',
				),
			),
			'status' => array(
				'disabled' => 'Form dinonaktifkan',
				'enabled' => 'Form diaktifkan',
			),
			'title' => 'Formulir Pendaftaran Pengguna',
		),
		'sensitive-parameter' => 'Parameter sensitif. Edit manual di <kbd>./data/config.php</kbd>',
		'tos' => array(
			'disabled' => 'Tidak diberikan',
			'enabled' => '<a href="./?a=tos">diaktifkan</a>',
			'help' => 'Cara <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">mengaktifkan Ketentuan Layanan.</a>',
		),
		'websub' => array(
			'help' => 'Tentang <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>',
		),
	),
	'update' => array(
		'_' => 'Perbarui sistem',
		'apply' => 'Terapkan',
		'changelog' => 'Log Perubahan',
		'check' => 'Periksa pembaruan baru',
		'copiedFromURL' => 'update.php disalin dari %s ke ./data',
		'current_version' => 'Versi saat ini adalah',
		'last' => 'Verifikasi terakhir',
		'loading' => 'Memperbarui…',
		'none' => 'Tidak ada pembaruan untuk diterapkan',
		'releaseChannel' => array(
			'_' => 'Release channel',	// TODO
			'edge' => 'Rolling release (“edge”)',	// TODO
			'latest' => 'Stable release (“latest”)',	// TODO
		),
		'title' => 'Perbarui Sistem',
		'viaGit' => 'Pembaruan via Git dan Github.com dimulai',
	),
	'user' => array(
		'admin' => 'Administrator',	// TODO
		'article_count' => 'Artikel',
		'back_to_manage' => '← Kembali ke Daftar Pengguna',
		'create' => 'Buat pengguna baru',
		'database_size' => 'Ukuran database',
		'email' => 'Alamat email',
		'enabled' => 'Diaktifkan',
		'feed_count' => 'Feeds',	// TODO
		'is_admin' => 'Is admin',	// TODO
		'language' => 'Bahasa',
		'last_user_activity' => 'Aktivitas pengguna terakhir',
		'list' => 'Daftar pengguna',
		'number' => 'Ada %d akun telah dibuat',
		'numbers' => 'Ada %d akun dibuat',
		'password_form' => 'Password<br /><small>(Untuk metode login bentuk web)</small>',
		'password_format' => 'Setidaknya 7 karakter',
		'title' => 'Kelola pengguna',
		'username' => 'Username',	// TODO
	),
);
conf.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/conf.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'archiving' => array(
		'_' => 'Mengarsipkan',
		'exception' => 'Pengecualian Pembersihan',
		'help' => 'Lebih banyak opsi tersedia di pengaturan umpan individu',
		'keep_favourites' => 'Jangan pernah hapus favorit',
		'keep_labels' => 'Never delete labels',	// TODO
		'keep_max' => 'Jumlah maksimum artikel yang disimpan per umpan',
		'keep_min_by_feed' => 'Jumlah minimum artikel yang harus disimpan per feed',
		'keep_period' => 'Maksimal umur artikel yang harus disimpan',
		'keep_unreads' => 'Jangan hapus artikel yang belum dibaca',
		'maintenance' => 'Pemeliharaan',
		'optimize' => 'Optimalkan basis data',
		'optimize_help' => 'Jalankan sesekali untuk mengurangi ukuran basis data',
		'policy' => 'Kebijakan pembersihan',
		'policy_warning' => 'Jika tidak ada kebijakan pembersihan yang dipilih, setiap artikel akan disimpan.',
		'purge_now' => 'Pembersihan sekarang',
		'title' => 'Arsip',
		'ttl' => 'Jangan perbarui otomatis lebih sering dari',
	),
	'display' => array(
		'_' => 'Tampilan',
		'darkMode' => array(
			'_' => 'Mode gelap otomatis',
			'auto' => 'Otomatis',
			'help' => 'For compatible themes only',	// TODO
			'no' => 'Tidak',
		),
		'icon' => array(
			'bottom_line' => 'Garis bawah',
			'display_authors' => 'Penulis',
			'entry' => 'Ikon artikel',
			'publication_date' => 'Tanggal publikasi',
			'related_tags' => 'Tag artikel',
			'sharing' => 'Berbagi',
			'summary' => 'Ringkasan',
			'top_line' => 'Garis atas',
		),
		'language' => 'Bahasa',
		'notif_html5' => array(
			'seconds' => 'detik (0 berarti tanpa batas waktu)',
			'timeout' => 'Batas waktu pemberitahuan HTML5',
		),
		'show_nav_buttons' => 'Tampilkan tombol navigasi',
		'theme' => array(
			'_' => 'Tema',
			'deprecated' => array(
				'_' => 'Dihentikan',
				'description' => 'Tema ini tidak lagi didukung dan tidak akan tersedia lagi pada <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">rilis mendatang FreshRSS</a>',
			),
		),
		'theme_not_available' => 'Tema "%s" tidak lagi tersedia. Silakan pilih tema lain.',
		'thumbnail' => array(
			'label' => 'Thumbnail',	// TODO
			'landscape' => 'Lanskap',
			'none' => 'Tidak ada',
			'portrait' => 'Potret',
			'square' => 'Persegi',
		),
		'timezone' => 'Zona waktu',
		'title' => 'Tampilan',
		'website' => array(
			'full' => 'Ikon dan nama',
			'icon' => 'Hanya ikon',
			'label' => 'Situs web',
			'name' => 'Hanya nama',
			'none' => 'Tidak ada',
		),
		'width' => array(
			'content' => 'Lebar konten',
			'large' => 'Lebar',
			'medium' => 'Sedang',
			'no_limit' => 'Lebar penuh',
			'thin' => 'Sempit',
		),
	),
	'logs' => array(
		'loglist' => array(
			'level' => 'Level Log',
			'message' => 'Pesan Log',
			'timestamp' => 'Timestamp',	// TODO
		),
		'pagination' => array(
			'first' => 'Pertama',
			'last' => 'Terakhir',
			'next' => 'Selanjutnya',
			'previous' => 'Sebelumnya',
		),
	),
	'profile' => array(
		'_' => 'Manajemen Profil',
		'api' => 'Manajemen API',
		'delete' => array(
			'_' => 'Hapus Akun',
			'warn' => 'Akun Anda dan semua data terkait akan dihapus.',
		),
		'email' => 'Alamat Email',
		'password_api' => 'Password API<br /><small>(contoh: untuk aplikasi mobile)</small>',
		'password_form' => 'Password<br /><small>(untuk metode login formulir web)</small>',
		'password_format' => 'Minimal 7 karakter',
		'title' => 'Profil',
	),
	'query' => array(
		'_' => 'Permintaan Pengguna',
		'deprecated' => 'Permintaan ini tidak valid lagi. Kategori atau feed yang dirujuk telah dihapus.',
		'description' => 'Description',	// TODO
		'filter' => array(
			'_' => 'Filter yang diterapkan:',
			'categories' => 'Tampilkan berdasarkan kategori',
			'feeds' => 'Tampilkan berdasarkan feed',
			'order' => 'Urutkan berdasarkan tanggal',
			'search' => 'Ekspresi Pencarian',
			'shareOpml' => 'Aktifkan berbagi melalui OPML dari kategori dan feed yang sesuai',
			'shareRss' => 'Aktifkan berbagi melalui HTML &amp; RSS',
			'state' => 'Status',
			'tags' => 'Tampilkan berdasarkan label',
			'type' => 'Tipe',
		),
		'get_all' => 'Tampilkan semua artikel',
		'get_all_labels' => 'Tampilkan artikel dengan setiap label',
		'get_category' => 'Tampilkan kategori "%s"',
		'get_favorite' => 'Tampilkan artikel favorit',
		'get_feed' => 'Tampilkan feed "%s"',
		'get_important' => 'Tampilkan artikel dari feed penting',
		'get_label' => 'Tampilkan artikel dengan label "%s"',
		'help' => 'Lihat <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">dokumentasi untuk permintaan pengguna dan berbagi ulang melalui HTML / RSS / OPML</a>.',
		'image_url' => 'Image URL',	// TODO
		'name' => 'Nama',
		'no_filter' => 'Tanpa filter',
		'number' => 'Permintaan n°%d',
		'order_asc' => 'Tampilkan artikel tertua dahulu',
		'order_desc' => 'Tampilkan artikel terbaru dahulu',
		'search' => 'Cari untuk "%s"',
		'share' => array(
			'_' => 'Bagikan permintaan ini melalui tautan',
			'greader' => 'Shareable link to the GReader JSON',	// TODO
			'help' => 'Berikan tautan ini jika Anda ingin berbagi permintaan ini dengan siapa pun',
			'html' => 'Tautan dapat dibagikan ke halaman HTML',
			'opml' => 'Tautan dapat dibagikan ke daftar OPML dari feed',
			'rss' => 'Tautan dapat dibagikan ke feed RSS',
		),
		'state_0' => 'Tampilkan semua artikel',
		'state_1' => 'Tampilkan artikel yang telah dibaca',
		'state_2' => 'Tampilkan artikel yang belum dibaca',
		'state_3' => 'Tampilkan semua artikel',
		'state_4' => 'Tampilkan artikel favorit',
		'state_5' => 'Tampilkan artikel favorit yang telah dibaca',
		'state_6' => 'Tampilkan artikel favorit yang belum dibaca',
		'state_7' => 'Tampilkan artikel favorit',
		'state_8' => 'Tampilkan artikel non-favorit',
		'state_9' => 'Tampilkan artikel non-favorit yang telah dibaca',
		'state_10' => 'Tampilkan artikel non-favorit yang belum dibaca',
		'state_11' => 'Tampilkan artikel non-favorit',
		'state_12' => 'Tampilkan semua artikel',
		'state_13' => 'Tampilkan artikel yang telah dibaca',
		'state_14' => 'Tampilkan artikel yang belum dibaca',
		'state_15' => 'Tampilkan semua artikel',
		'title' => 'Permintaan Pengguna',
	),
	'reading' => array(
		'_' => 'Membaca',
		'after_onread' => 'Setelah “tandai semua sebagai telah dibaca”',
		'always_show_favorites' => 'Selalu tampilkan semua artikel favorit secara default',
		'article' => array(
			'authors_date' => array(
				'_' => 'Penulis dan tanggal',
				'both' => 'Di header dan footer',
				'footer' => 'Di footer',
				'header' => 'Di header',
				'none' => 'Tidak ada',
			),
			'feed_name' => array(
				'above_title' => 'Di atas judul/tag',
				'none' => 'Tidak ada',
				'with_authors' => 'Di baris penulis dan tanggal',
			),
			'feed_title' => 'Judul feed',
			'icons' => array(
				'_' => 'Article icons position<br /><small>(Reading view only)</small>',	// TODO
				'above_title' => 'Above title',	// TODO
				'with_authors' => 'In authors and date row',	// TODO
			),
			'tags' => array(
				'_' => 'Tag',
				'both' => 'Di header dan footer',
				'footer' => 'Di footer',
				'header' => 'Di header',
				'none' => 'Tidak ada',
			),
			'tags_max' => array(
				'_' => 'Jumlah maksimum tag yang ditampilkan',
				'help' => '0 berarti: tampilkan semua tag dan jangan lipat',
			),
		),
		'articles_per_page' => 'Jumlah artikel per halaman',
		'auto_load_more' => 'Muat lebih banyak artikel di bagian bawah halaman',
		'auto_remove_article' => 'Sembunyikan artikel setelah dibaca',
		'confirm_enabled' => 'Tampilkan dialog konfirmasi pada tindakan “tandai semua sebagai telah dibaca”',
		'display_articles_unfolded' => 'Tampilkan artikel terbuka secara default',
		'display_categories_unfolded' => 'Kategori untuk dibuka',
		'headline' => array(
			'articles' => 'Artikel: Buka/Tutup',
			'articles_header_footer' => 'Artikel: header/footer',
			'categories' => 'Navigasi kiri: Kategori',
			'mark_as_read' => 'Tandai artikel sebagai telah dibaca',
			'misc' => 'Lain-lain',
			'view' => 'Tampilan',
		),
		'hide_read_feeds' => 'Sembunyikan kategori & feed yang tidak memiliki artikel belum dibaca (tidak berlaku untuk konfigurasi “Tampilkan semua artikel”)',
		'img_with_lazyload' => 'Gunakan mode “lazy load” untuk memuat gambar',
		'jump_next' => 'loncat ke saudara yang belum dibaca berikutnya (feed atau kategori)',
		'mark_updated_article_unread' => 'Tandai artikel yang diperbarui sebagai belum dibaca',
		'number_divided_when_reader' => 'Bagi dua dalam tampilan baca.',
		'read' => array(
			'article_open_on_website' => 'ketika artikel dibuka di situs web aslinya',
			'article_viewed' => 'ketika artikel dilihat',
			'focus' => 'saat difokuskan (kecuali untuk feed penting)',
			'keep_max_n_unread' => 'Jumlah maksimum artikel yang tetap belum dibaca',
			'scroll' => 'saat menggulir (kecuali untuk feed penting)',
			'upon_gone' => 'saat tidak lagi ada di feed berita atas',
			'upon_reception' => 'saat menerima artikel',
			'when' => 'Tandai artikel sebagai telah dibaca…',
			'when_same_title' => 'jika judul identik sudah ada di <i>n</i> artikel terbaru',
		),
		'show' => array(
			'_' => 'Artikel untuk ditampilkan',
			'active_category' => 'Kategori aktif',
			'adaptive' => 'Penyesuaian tampilan',
			'all_articles' => 'Tampilkan semua artikel',
			'all_categories' => 'Semua kategori',
			'no_category' => 'Tidak ada kategori',
			'remember_categories' => 'Ingat kategori yang terbuka',
			'unread' => 'Hanya tampilkan yang belum dibaca',
		),
		'show_fav_unread_help' => 'Berlaku juga pada label',
		'sides_close_article' => 'Klik di luar area teks artikel untuk menutup artikel',
		'sort' => array(
			'_' => 'Urutan penyortiran',
			'newer_first' => 'Terbaru dulu',
			'older_first' => 'Terlama dulu',
		),
		'star' => array(
			'when' => 'Mark an article as favourite…',	// TODO
		),
		'sticky_post' => 'Tempelkan artikel di bagian atas saat dibuka',
		'title' => 'Membaca',
		'view' => array(
			'default' => 'Tampilan default',
			'global' => 'Tampilan global',
			'normal' => 'Tampilan normal',
			'reader' => 'Tampilan membaca',
		),
	),
	'sharing' => array(
		'_' => 'Sharing',	// TODO
		'add' => 'Add a sharing method',	// TODO
		'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.',	// TODO
		'diaspora' => 'Diaspora*',	// IGNORE
		'email' => 'Email',	// TODO
		'facebook' => 'Facebook',	// IGNORE
		'more_information' => 'More information',	// TODO
		'print' => 'Print',	// TODO
		'raindrop' => 'Raindrop.io',	// IGNORE
		'remove' => 'Remove sharing method',	// TODO
		'shaarli' => 'Shaarli',	// IGNORE
		'share_name' => 'Share name to display',	// TODO
		'share_url' => 'Share URL to use',	// TODO
		'title' => 'Sharing',	// TODO
		'twitter' => 'Twitter',	// IGNORE
		'wallabag' => 'wallabag',	// IGNORE
	),
	'shortcut' => array(
		'_' => 'Pintasan',
		'article_action' => 'Tindakan artikel',
		'auto_share' => 'Bagikan',
		'auto_share_help' => 'Jika hanya ada satu mode berbagi, itu akan digunakan. Jika tidak, mode dapat diakses dengan nomornya.',
		'close_dropdown' => 'Tutup menu',
		'collapse_article' => 'Ciutkan',
		'first_article' => 'Buka artikel pertama',
		'focus_search' => 'Akses kotak pencarian',
		'global_view' => 'Beralih ke tampilan global',
		'help' => 'Tampilkan dokumentasi',
		'javascript' => 'JavaScript harus diaktifkan untuk menggunakan pintasan',
		'last_article' => 'Buka artikel terakhir',
		'load_more' => 'Muat lebih banyak artikel',
		'mark_favorite' => 'Toggle favorit',
		'mark_read' => 'Toggle baca',
		'navigation' => 'Navigasi',
		'navigation_help' => 'Dengan modifikasi <kbd>⇧ Shift</kbd>, pintasan navigasi berlaku pada feed.<br/>Dengan modifikasi <kbd>Alt ⎇</kbd>, pintasan navigasi berlaku pada kategori.',
		'navigation_no_mod_help' => 'Pintasan navigasi berikut tidak mendukung modifikasi.',
		'next_article' => 'Buka artikel berikutnya',
		'next_unread_article' => 'Buka artikel berikutnya yang belum dibaca',
		'non_standard' => 'Beberapa tombol (<kbd>%s</kbd>) mungkin tidak berfungsi sebagai pintasan.',
		'normal_view' => 'Beralih ke tampilan normal',
		'other_action' => 'Tindakan lainnya',
		'previous_article' => 'Buka artikel sebelumnya',
		'reading_view' => 'Beralih ke tampilan membaca',
		'rss_view' => 'Buka sebagai umpan RSS',
		'see_on_website' => 'Lihat di situs web asli',
		'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> untuk menandai artikel sebelumnya sebagai telah dibaca<br />+ <kbd>⇧ Shift</kbd> untuk menandai semua artikel sebagai telah dibaca',
		'skip_next_article' => 'Fokus berikutnya tanpa membuka',
		'skip_previous_article' => 'Fokus sebelumnya tanpa membuka',
		'title' => 'Pintasan',
		'toggle_media' => 'Putar/jeda media',
		'user_filter' => 'Akses kueri pengguna',
		'user_filter_help' => 'Jika hanya ada satu kueri pengguna, itu akan digunakan. Jika tidak, kueri dapat diakses dengan nomornya.',
		'views' => 'Tampilan',
	),
	'user' => array(
		'articles_and_size' => '%s artikel (%s)',
		'current' => 'Pengguna saat ini',
		'is_admin' => 'adalah administrator',
		'users' => 'Pengguna',
	),
);
feedback.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/feedback.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'access' => array(
		'denied' => 'You don’t have permission to access this page',	// TODO
		'not_found' => 'You are looking for a page that doesn’t exist',	// TODO
	),
	'admin' => array(
		'optimization_complete' => 'Optimization complete',	// TODO
	),
	'api' => array(
		'password' => array(
			'failed' => 'Your password cannot be modified',	// TODO
			'updated' => 'Your password has been modified',	// TODO
		),
	),
	'auth' => array(
		'login' => array(
			'invalid' => 'Login is invalid',	// TODO
			'success' => 'You are connected',	// TODO
		),
		'logout' => array(
			'success' => 'You are disconnected',	// TODO
		),
	),
	'conf' => array(
		'error' => 'An error occurred while saving configuration',	// TODO
		'query_created' => 'Query “%s” has been created.',	// TODO
		'shortcuts_updated' => 'Shortcuts have been updated',	// TODO
		'updated' => 'Configuration has been updated',	// TODO
	),
	'extensions' => array(
		'already_enabled' => '%s is already enabled',	// TODO
		'cannot_remove' => '%s cannot be removed',	// TODO
		'disable' => array(
			'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.',	// TODO
			'ok' => '%s is now disabled',	// TODO
		),
		'enable' => array(
			'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.',	// TODO
			'ok' => '%s is now enabled',	// TODO
		),
		'no_access' => 'You have no access on %s',	// TODO
		'not_enabled' => '%s is not enabled',	// TODO
		'not_found' => '%s does not exist',	// TODO
		'removed' => '%s removed',	// TODO
	),
	'import_export' => array(
		'export_no_zip_extension' => 'The ZIP extension is not present on your server. Please try to export files one by one.',	// TODO
		'feeds_imported' => 'Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.',	// TODO
		'feeds_imported_with_errors' => 'Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.',	// TODO
		'file_cannot_be_uploaded' => 'File cannot be uploaded!',	// TODO
		'no_zip_extension' => 'The ZIP extension is not present on your server.',	// TODO
		'zip_error' => 'An error occurred during ZIP processing.',	// TODO
	),
	'profile' => array(
		'error' => 'Your profile cannot be modified',	// TODO
		'updated' => 'Your profile has been modified',	// TODO
	),
	'sub' => array(
		'actualize' => 'Updating',	// TODO
		'articles' => array(
			'marked_read' => 'The selected articles have been marked as read.',	// TODO
			'marked_unread' => 'The articles have been marked as unread.',	// TODO
		),
		'category' => array(
			'created' => 'Category %s has been created.',	// TODO
			'deleted' => 'Category has been deleted.',	// TODO
			'emptied' => 'Category has been emptied',	// TODO
			'error' => 'Category cannot be updated',	// TODO
			'name_exists' => 'Category name already exists.',	// TODO
			'no_id' => 'You must specify the id of the category.',	// TODO
			'no_name' => 'Category name cannot be empty.',	// TODO
			'not_delete_default' => 'You cannot delete the default category!',	// TODO
			'not_exist' => 'The category does not exist!',	// TODO
			'over_max' => 'You have reached your limit of categories (%d)',	// TODO
			'updated' => 'Category has been updated.',	// TODO
		),
		'feed' => array(
			'actualized' => '<em>%s</em> has been updated',	// TODO
			'actualizeds' => 'RSS feeds have been updated',	// TODO
			'added' => 'RSS feed <em>%s</em> has been added',	// TODO
			'already_subscribed' => 'You have already subscribed to <em>%s</em>',	// TODO
			'cache_cleared' => '<em>%s</em> cache has been cleared',	// TODO
			'deleted' => 'Feed has been deleted',	// TODO
			'error' => 'Feed cannot be updated',	// TODO
			'internal_problem' => 'The newsfeed could not be added. <a href="%s">Check FreshRSS logs</a> for details. You can try force adding by appending <code>#force_feed</code> to the URL.',	// TODO
			'invalid_url' => 'URL <em>%s</em> is invalid',	// TODO
			'n_actualized' => '%d feeds have been updated',	// TODO
			'n_entries_deleted' => '%d articles have been deleted',	// TODO
			'no_refresh' => 'There are no feeds to refresh',	// TODO
			'not_added' => '<em>%s</em> could not be added',	// TODO
			'not_found' => 'Feed cannot be found',	// TODO
			'over_max' => 'You have reached your limit of feeds (%d)',	// TODO
			'reloaded' => '<em>%s</em> has been reloaded',	// TODO
			'selector_preview' => array(
				'http_error' => 'Failed to load website content.',	// TODO
				'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.',	// TODO
				'no_feed' => 'Internal error (feed cannot be found).',	// TODO
				'no_result' => 'The selector didn’t match anything. As a fallback the original feed text will be displayed instead.',	// TODO
				'selector_empty' => 'The selector is empty. You need to define one to create a preview.',	// TODO
			),
			'updated' => 'Feed has been updated',	// TODO
		),
		'purge_completed' => 'Purge completed (%d articles deleted)',	// TODO
	),
	'tag' => array(
		'created' => 'Label “%s”has been created.',	// DIRTY
		'error' => 'Label could not be updated!',	// TODO
		'name_exists' => 'Label name already exists.',	// TODO
		'renamed' => 'Label “%s”has been renamed to “%s”.',	// DIRTY
		'updated' => 'Label has been updated.',	// TODO
	),
	'update' => array(
		'can_apply' => 'An update of FreshRSS is available: <strong>Version %s</strong>.',	// TODO
		'error' => 'The update process has encountered an error: %s',	// TODO
		'file_is_nok' => 'An update of FreshRSS is available (<strong>Version %s</strong>), but check permissions on <em>%s</em> directory. HTTP server must have have write permission',	// TODO
		'finished' => 'Update complete!',	// TODO
		'none' => 'No update available',	// TODO
		'server_not_found' => 'Update server cannot be found. [%s]',	// TODO
	),
	'user' => array(
		'created' => array(
			'_' => 'User %s has been created',	// TODO
			'error' => 'User %s cannot be created',	// TODO
		),
		'deleted' => array(
			'_' => 'User %s has been deleted',	// TODO
			'error' => 'User %s cannot be deleted',	// TODO
		),
		'updated' => array(
			'_' => 'User %s has been updated',	// TODO
			'error' => 'User %s has not been updated',	// TODO
		),
	),
);
gen.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/gen.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'action' => array(
		'actualize' => 'Update feeds',	// TODO
		'add' => 'Add',	// TODO
		'back' => '← Go back',	// TODO
		'back_to_rss_feeds' => '← Go back to your RSS feeds',	// TODO
		'cancel' => 'Cancel',	// TODO
		'create' => 'Create',	// TODO
		'delete_muted_feeds' => 'Delete muted feeds',	// TODO
		'demote' => 'Demote',	// TODO
		'disable' => 'Disable',	// TODO
		'empty' => 'Empty',	// TODO
		'enable' => 'Enable',	// TODO
		'export' => 'Export',	// TODO
		'filter' => 'Filter',	// TODO
		'import' => 'Import',	// TODO
		'load_default_shortcuts' => 'Load default shortcuts',	// TODO
		'manage' => 'Manage',	// TODO
		'mark_read' => 'Mark as read',	// TODO
		'menu' => array(
			'open' => 'Open menu',	// TODO
		),
		'nav_buttons' => array(
			'next' => 'Next article',	// TODO
			'prev' => 'Previous article',	// TODO
			'up' => 'Go up',	// TODO
		),
		'open_url' => 'Open URL',	// TODO
		'promote' => 'Promote',	// TODO
		'purge' => 'Purge',	// TODO
		'refresh_opml' => 'Refresh OPML',	// TODO
		'remove' => 'Remove',	// TODO
		'rename' => 'Rename',	// TODO
		'see_website' => 'See website',	// TODO
		'submit' => 'Submit',	// TODO
		'truncate' => 'Delete all articles',	// TODO
		'update' => 'Update',	// TODO
	),
	'auth' => array(
		'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.',	// TODO
		'email' => 'Email address',	// TODO
		'keep_logged_in' => 'Keep me logged in <small>(%s days)</small>',	// DIRTY
		'login' => 'Login',	// TODO
		'logout' => 'Logout',	// TODO
		'password' => array(
			'_' => 'Password',	// TODO
			'format' => '<small>At least 7 characters</small>',	// TODO
		),
		'registration' => array(
			'_' => 'New account',	// TODO
			'ask' => 'Create an account?',	// TODO
			'title' => 'Account creation',	// TODO
		),
		'username' => array(
			'_' => 'Username',	// TODO
			'format' => '<small>Maximum 16 alphanumeric characters</small>',	// TODO
		),
	),
	'date' => array(
		'Apr' => '\\A\\p\\r\\i\\l',	// TODO
		'Aug' => '\\A\\u\\g\\u\\s\\t',	// TODO
		'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',	// TODO
		'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',	// TODO
		'Jan' => '\\J\\a\\n\\u\\a\\r\\y',	// TODO
		'Jul' => '\\J\\u\\l\\y',	// TODO
		'Jun' => '\\J\\u\\n\\e',	// TODO
		'Mar' => '\\M\\a\\r\\c\\h',	// TODO
		'May' => '\\M\\a\\y',	// TODO
		'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',	// TODO
		'Oct' => '\\O\\c\\t\\o\\b\\e\\r',	// TODO
		'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',	// TODO
		'apr' => 'Apr.',	// TODO
		'april' => 'April',	// TODO
		'aug' => 'Aug.',	// TODO
		'august' => 'August',	// TODO
		'before_yesterday' => 'Before yesterday',	// TODO
		'dec' => 'Dec.',	// TODO
		'december' => 'December',	// TODO
		'feb' => 'Feb.',	// TODO
		'february' => 'February',	// TODO
		'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
		'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t g\\:i a',
		'fri' => 'Fri',	// TODO
		'jan' => 'Jan.',	// TODO
		'january' => 'January',	// TODO
		'jul' => 'July',	// TODO
		'july' => 'July',	// TODO
		'jun' => 'June',	// TODO
		'june' => 'June',	// TODO
		'last_2_year' => 'Last two years',	// TODO
		'last_3_month' => 'Last three months',	// TODO
		'last_3_year' => 'Last three years',	// TODO
		'last_5_year' => 'Last five years',	// TODO
		'last_6_month' => 'Last six months',	// TODO
		'last_month' => 'Last month',	// TODO
		'last_week' => 'Last week',	// TODO
		'last_year' => 'Last year',	// TODO
		'mar' => 'Mar.',	// TODO
		'march' => 'March',	// TODO
		'may' => 'May',	// TODO
		'may_' => 'May',	// TODO
		'mon' => 'Mon',	// TODO
		'month' => 'months',	// TODO
		'nov' => 'Nov.',	// TODO
		'november' => 'November',	// TODO
		'oct' => 'Oct.',	// TODO
		'october' => 'October',	// TODO
		'sat' => 'Sat',	// TODO
		'sep' => 'Sept.',	// TODO
		'september' => 'September',	// TODO
		'sun' => 'Sun',	// TODO
		'thu' => 'Thu',	// TODO
		'today' => 'Today',	// TODO
		'tue' => 'Tue',	// TODO
		'wed' => 'Wed',	// TODO
		'yesterday' => 'Yesterday',	// TODO
	),
	'dir' => 'ltr',	// TODO
	'freshrss' => array(
		'_' => 'FreshRSS',	// TODO
		'about' => 'About FreshRSS',	// TODO
	),
	'js' => array(
		'category_empty' => 'Empty category',	// TODO
		'confirm_action' => 'Are you sure you want to perform this action? It cannot be canceled!',
		'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be canceled!',
		'feedback' => array(
			'body_new_articles' => 'There are %%d new articles to read on FreshRSS.',	// TODO
			'body_unread_articles' => '(unread: %%d)',	// TODO
			'request_failed' => 'A request has failed, it may have been caused by internet connection problems.',	// TODO
			'title_new_articles' => 'FreshRSS: new articles!',	// TODO
		),
		'labels_empty' => 'No labels',	// TODO
		'new_article' => 'There are new articles available, click to refresh the page.',	// TODO
		'should_be_activated' => 'JavaScript must be enabled',	// TODO
	),
	'lang' => array(
		'cs' => 'Čeština',	// IGNORE
		'de' => 'Deutsch',	// IGNORE
		'el' => 'Ελληνικά',	// IGNORE
		'en' => 'English',	// IGNORE
		'en-us' => 'English (United States)',	// IGNORE
		'es' => 'Español',	// IGNORE
		'fa' => 'فارسی',	// IGNORE
		'fr' => 'Français',	// IGNORE
		'he' => 'עברית',	// IGNORE
		'hu' => 'Magyar',	// IGNORE
		'id' => 'Bahasa Indonesia',	// IGNORE
		'it' => 'Italiano',	// IGNORE
		'ja' => '日本語',	// IGNORE
		'ko' => '한국어',	// IGNORE
		'lv' => 'Latviešu',	// IGNORE
		'nl' => 'Nederlands',	// IGNORE
		'oc' => 'Occitan',	// IGNORE
		'pl' => 'Polski',	// IGNORE
		'pt-br' => 'Português (Brasil)',	// IGNORE
		'ru' => 'Русский',	// IGNORE
		'sk' => 'Slovenčina',	// IGNORE
		'tr' => 'Türkçe',	// IGNORE
		'zh-cn' => '简体中文',	// IGNORE
		'zh-tw' => '正體中文',	// IGNORE
	),
	'menu' => array(
		'about' => 'About',	// TODO
		'account' => 'Account',	// TODO
		'admin' => 'Administration',	// TODO
		'archiving' => 'Archiving',	// TODO
		'authentication' => 'Authentication',	// TODO
		'check_install' => 'Installation check',	// TODO
		'configuration' => 'Configuration',	// TODO
		'display' => 'Display',	// TODO
		'extensions' => 'Extensions',	// TODO
		'logs' => 'Logs',	// TODO
		'queries' => 'User queries',	// TODO
		'reading' => 'Reading',	// TODO
		'search' => 'Search words or #tags',	// TODO
		'search_help' => 'See documentation for advanced <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">search parameters</a>',	// TODO
		'sharing' => 'Sharing',	// TODO
		'shortcuts' => 'Shortcuts',	// TODO
		'stats' => 'Statistics',	// TODO
		'system' => 'System configuration',	// TODO
		'update' => 'Update',	// TODO
		'user_management' => 'Manage users',	// TODO
		'user_profile' => 'Profile',	// TODO
	),
	'period' => array(
		'days' => 'days',	// TODO
		'hours' => 'hours',	// TODO
		'months' => 'months',	// TODO
		'weeks' => 'weeks',	// TODO
		'years' => 'years',	// TODO
	),
	'share' => array(
		'Known' => 'Known based sites',	// TODO
		'archiveIS' => 'archive.is',	// IGNORE
		'archiveORG' => 'archive.org',	// IGNORE
		'archivePH' => 'archive.ph',	// TODO
		'buffer' => 'Buffer',	// IGNORE
		'clipboard' => 'Clipboard',	// TODO
		'diaspora' => 'Diaspora*',	// TODO
		'email' => 'Email',	// TODO
		'email-webmail-firefox-fix' => 'Email (webmail - fix for Firefox)',	// TODO
		'facebook' => 'Facebook',	// TODO
		'gnusocial' => 'GNU social',	// TODO
		'jdh' => 'Journal du hacker',	// TODO
		'lemmy' => 'Lemmy',	// TODO
		'linkding' => 'Linkding',	// TODO
		'linkedin' => 'LinkedIn',	// TODO
		'mastodon' => 'Mastodon',	// TODO
		'movim' => 'Movim',	// TODO
		'omnivore' => 'Omnivore',	// IGNORE
		'pinboard' => 'Pinboard',	// TODO
		'pinterest' => 'Pinterest',	// TODO
		'pocket' => 'Pocket',	// TODO
		'print' => 'Print',	// TODO
		'raindrop' => 'Raindrop.io',	// TODO
		'reddit' => 'Reddit',	// TODO
		'shaarli' => 'Shaarli',	// TODO
		'twitter' => 'Twitter',	// TODO
		'wallabag' => 'wallabag v1',	// TODO
		'wallabagv2' => 'wallabag v2',	// TODO
		'web-sharing-api' => 'System sharing',	// TODO
		'whatsapp' => 'Whatsapp',	// TODO
		'xing' => 'Xing',	// TODO
	),
	'short' => array(
		'attention' => 'Warning!',	// TODO
		'blank_to_disable' => 'Leave blank to disable',	// TODO
		'by_author' => 'By:',	// TODO
		'by_default' => 'By default',	// TODO
		'damn' => 'Blast!',	// TODO
		'default_category' => 'Uncategorized',	// TODO
		'no' => 'No',	// TODO
		'not_applicable' => 'Not available',	// TODO
		'ok' => 'Okay!',	// TODO
		'or' => 'or',	// TODO
		'yes' => 'Yes',	// TODO
	),
	'stream' => array(
		'load_more' => 'Load more articles',	// TODO
		'mark_all_read' => 'Mark all as read',	// TODO
		'nothing_to_load' => 'There are no more articles',	// TODO
	),
);
install.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/install.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'action' => array(
		'finish' => 'Complete installation',	// TODO
		'fix_errors_before' => 'Please all fix errors before continuing to the next step.',	// TODO
		'keep_install' => 'Keep previous configuration',	// TODO
		'next_step' => 'Go to the next step',	// TODO
		'reinstall' => 'Reinstall FreshRSS',	// TODO
	),
	'auth' => array(
		'form' => 'Web form (traditional, requires JavaScript)',	// TODO
		'http' => 'HTTP (for advanced users with HTTPS)',	// TODO
		'none' => 'None (dangerous)',	// TODO
		'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',	// TODO
		'password_format' => 'At least 7 characters',	// TODO
		'type' => 'Authentication method',	// TODO
	),
	'bdd' => array(
		'_' => 'Database',	// TODO
		'conf' => array(
			'_' => 'Database configuration',	// TODO
			'ko' => 'Verify your database configuration.',	// TODO
			'ok' => 'Database configuration has been saved.',	// TODO
		),
		'host' => 'Host',	// TODO
		'password' => 'Database password',	// TODO
		'prefix' => 'Table prefix',	// TODO
		'type' => 'Type of database',	// TODO
		'username' => 'Database username',	// TODO
	),
	'check' => array(
		'_' => 'Checks',	// TODO
		'already_installed' => 'We have detected that FreshRSS is already installed!',	// TODO
		'cache' => array(
			'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
			'ok' => 'Permissions on the cache directory are good.',	// TODO
		),
		'ctype' => array(
			'nok' => 'Cannot find the required library for character type checking (php-ctype).',	// TODO
			'ok' => 'You have the required library for character type checking (ctype).',	// TODO
		),
		'curl' => array(
			'nok' => 'Cannot find the cURL library (php-curl package).',	// TODO
			'ok' => 'You have the cURL library.',	// TODO
		),
		'data' => array(
			'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
			'ok' => 'Permissions on the data directory are good.',	// TODO
		),
		'dom' => array(
			'nok' => 'Cannot find the required library to browse the DOM.',	// TODO
			'ok' => 'You have the required library to browse the DOM.',	// TODO
		),
		'favicons' => array(
			'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',
			'ok' => 'Permissions on the favicons directory are good.',	// TODO
		),
		'fileinfo' => array(
			'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).',	// TODO
			'ok' => 'You have the fileinfo library.',	// TODO
		),
		'json' => array(
			'nok' => 'Cannot find the recommended library to parse JSON.',	// TODO
			'ok' => 'You have the recommended library to parse JSON.',	// TODO
		),
		'mbstring' => array(
			'nok' => 'Cannot find the recommended library mbstring for Unicode.',	// TODO
			'ok' => 'You have the recommended library mbstring for Unicode.',	// TODO
		),
		'pcre' => array(
			'nok' => 'Cannot find the required library for regular expressions (php-pcre).',	// TODO
			'ok' => 'You have the required library for regular expressions (PCRE).',	// TODO
		),
		'pdo' => array(
			'nok' => 'Cannot find PDO or one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',	// TODO
			'ok' => 'You have PDO and at least one of the supported drivers (pdo_mysql, pdo_sqlite, pdo_pgsql).',	// TODO
		),
		'php' => array(
			'nok' => 'Your PHP version is %s, but FreshRSS requires at least version %s.',	// TODO
			'ok' => 'Your PHP version, %s, is compatible with FreshRSS.',	// TODO
		),
		'reload' => 'Check again',	// TODO
		'tmp' => array(
			'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',	// TODO
			'ok' => 'Permissions on the temp directory are good.',	// TODO
		),
		'unknown_process_username' => 'unknown',	// TODO
		'users' => array(
			'nok' => 'Check permissions on the <em>%1$s</em> directory for <em>%2$s</em> user. The HTTP server must have write permissions.',	// TODO
			'ok' => 'Permissions on the users directory are good.',	// TODO
		),
		'xml' => array(
			'nok' => 'Cannot find the required library to parse XML.',	// TODO
			'ok' => 'You have the required library to parse XML.',	// TODO
		),
	),
	'conf' => array(
		'_' => 'General configuration',	// TODO
		'ok' => 'General configuration has been saved.',	// TODO
	),
	'congratulations' => 'Congratulations!',	// TODO
	'default_user' => array(
		'_' => 'Username of the default user',	// TODO
		'max_char' => 'maximum 16 alphanumeric characters',	// TODO
	),
	'fix_errors_before' => 'Please fix errors before continuing to the next step.',	// TODO
	'javascript_is_better' => 'FreshRSS is more pleasant with JavaScript enabled',	// TODO
	'js' => array(
		'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',	// TODO
	),
	'language' => array(
		'_' => 'Language',	// TODO
		'choose' => 'Choose a language for FreshRSS',	// TODO
		'defined' => 'Language has been defined.',	// TODO
	),
	'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.',	// TODO
	'ok' => 'The installation process was successful.',	// TODO
	'session' => array(
		'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!',	// TODO
	),
	'step' => 'step %d',	// TODO
	'steps' => 'Steps',	// TODO
	'this_is_the_end' => 'This is the end',	// TODO
	'title' => 'Installation · FreshRSS',	// TODO
);
sub.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/sub.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'api' => array(
		'documentation' => 'Copy the following URL to use it within an external tool.',	// TODO
		'title' => 'API',	// TODO
	),
	'bookmarklet' => array(
		'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose “Bookmark This Link”. Then click the “Subscribe” button in any page you want to subscribe to.',	// TODO
		'label' => 'Subscribe',	// TODO
		'title' => 'Bookmarklet',	// TODO
	),
	'category' => array(
		'_' => 'Category',	// TODO
		'add' => 'Add a category',	// TODO
		'archiving' => 'Archiving',	// TODO
		'dynamic_opml' => array(
			'_' => 'Dynamic OPML',	// TODO
			'help' => 'Provide the URL to an <a href="http://opml.org/" target="_blank">OPML file</a> to dynamically populate this category with feeds',	// TODO
		),
		'empty' => 'Empty category',	// TODO
		'expand' => 'Expand category',	// TODO
		'information' => 'Information',	// TODO
		'open' => 'Open category',	// TODO
		'opml_url' => 'OPML URL',	// TODO
		'position' => 'Display position',	// TODO
		'position_help' => 'To control category sort order',	// TODO
		'title' => 'Title',	// TODO
	),
	'feed' => array(
		'accept_cookies' => 'Accept cookies',	// TODO
		'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)',	// TODO
		'add' => 'Add an RSS feed',	// TODO
		'advanced' => 'Advanced',	// TODO
		'archiving' => 'Archiving',	// TODO
		'auth' => array(
			'configuration' => 'Login',	// TODO
			'help' => 'Allows access to HTTP protected RSS feeds',	// TODO
			'http' => 'HTTP Authentication',	// TODO
			'password' => 'HTTP password',	// TODO
			'username' => 'HTTP username',	// TODO
		),
		'clear_cache' => 'Always clear cache',	// TODO
		'content_action' => array(
			'_' => 'Content action when fetching the article content',	// TODO
			'append' => 'Add after existing content',	// TODO
			'prepend' => 'Add before existing content',	// TODO
			'replace' => 'Replace existing content',	// TODO
		),
		'css_cookie' => 'Use Cookies when fetching the article content',	// TODO
		'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',	// TODO
		'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',	// TODO
		'css_path' => 'Article CSS selector on original website',	// TODO
		'css_path_filter' => array(
			'_' => 'CSS selector of the elements to remove',	// TODO
			'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>',	// TODO
		),
		'description' => 'Description',	// TODO
		'empty' => 'This feed is empty. Please verify that it is still maintained.',	// TODO
		'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',	// TODO
		'export-as-opml' => array(
			'download' => 'Download',	// TODO
			'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)',	// TODO
			'label' => 'Export as OPML',	// TODO
		),
		'filteractions' => array(
			'_' => 'Filter actions',	// TODO
			'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.',	// TODO
		),
		'information' => 'Information',	// TODO
		'keep_min' => 'Minimum number of articles to keep',	// TODO
		'kind' => array(
			'_' => 'Type of feed source',	// TODO
			'html_xpath' => array(
				'_' => 'HTML + XPath (Web scraping)',	// TODO
				'feed_title' => array(
					'_' => 'feed title',	// TODO
					'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>',	// TODO
				),
				'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.',	// TODO
				'item' => array(
					'_' => 'finding news <strong>items</strong><br /><small>(most important)</small>',	// TODO
					'help' => 'Example: <code>//div[@class="news-item"]</code>',	// TODO
				),
				'item_author' => array(
					'_' => 'item author',	// TODO
					'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>',	// TODO
				),
				'item_categories' => 'item tags',	// TODO
				'item_content' => array(
					'_' => 'item content',	// TODO
					'help' => 'Example to take the full item: <code>.</code>',	// TODO
				),
				'item_thumbnail' => array(
					'_' => 'item thumbnail',	// TODO
					'help' => 'Example: <code>descendant::img/@src</code>',	// TODO
				),
				'item_timeFormat' => array(
					'_' => 'Custom date/time format',	// TODO
					'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>',	// TODO
				),
				'item_timestamp' => array(
					'_' => 'item date',	// TODO
					'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',	// TODO
				),
				'item_title' => array(
					'_' => 'item title',	// TODO
					'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>',	// TODO
				),
				'item_uid' => array(
					'_' => 'item unique ID',	// TODO
					'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>',	// TODO
				),
				'item_uri' => array(
					'_' => 'item link (URL)',	// TODO
					'help' => 'Example: <code>descendant::a/@href</code>',	// TODO
				),
				'relative' => 'XPath (relative to item) for:',	// TODO
				'xpath' => 'XPath for:',	// TODO
			),
			'json_dotnotation' => array(
				'_' => 'JSON (dot notation)',	// TODO
				'feed_title' => array(
					'_' => 'feed title',	// TODO
					'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>',	// TODO
				),
				'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)',	// TODO
				'item' => array(
					'_' => 'finding news <strong>items</strong><br /><small>(most important)</small>',	// TODO
					'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>',	// TODO
				),
				'item_author' => 'item author',	// TODO
				'item_categories' => 'item tags',	// TODO
				'item_content' => array(
					'_' => 'item content',	// TODO
					'help' => 'Key under which the content is found, e.g. <code>content</code>',	// TODO
				),
				'item_thumbnail' => array(
					'_' => 'item thumbnail',	// TODO
					'help' => 'Example: <code>image</code>',	// TODO
				),
				'item_timeFormat' => array(
					'_' => 'Custom date/time format',	// TODO
					'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>',	// TODO
				),
				'item_timestamp' => array(
					'_' => 'item date',	// TODO
					'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',	// TODO
				),
				'item_title' => 'item title',	// TODO
				'item_uid' => 'item unique ID',	// TODO
				'item_uri' => array(
					'_' => 'item link (URL)',	// TODO
					'help' => 'Example: <code>permalink</code>',	// TODO
				),
				'json' => 'dot notation for:',	// TODO
				'relative' => 'dot notated path (relative to item) for:',	// TODO
			),
			'jsonfeed' => 'JSON Feed',	// TODO
			'rss' => 'RSS / Atom (default)',	// TODO
			'xml_xpath' => 'XML + XPath',	// TODO
		),
		'maintenance' => array(
			'clear_cache' => 'Clear cache',	// TODO
			'clear_cache_help' => 'Clear the cache for this feed.',	// TODO
			'reload_articles' => 'Reload articles',	// TODO
			'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.',	// TODO
			'title' => 'Maintenance',	// TODO
		),
		'max_http_redir' => 'Max HTTP redirects',	// TODO
		'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects',	// TODO
		'method' => array(
			'_' => 'HTTP Method',	// TODO
		),
		'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>',	// TODO
		'method_postparams' => 'Payload for POST',	// TODO
		'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',	// TODO
		'mute' => array(
			'_' => 'mute',	// TODO
			'state_is_muted' => 'This feed is muted',	// TODO
		),
		'no_selected' => 'No feed selected.',	// TODO
		'number_entries' => '%d articles',	// TODO
		'open_feed' => 'Open feed %s',	// TODO
		'priority' => array(
			'_' => 'Visibility',	// TODO
			'archived' => 'Do not show (archived)',	// TODO
			'category' => 'Show in its category',	// TODO
			'important' => 'Show in important feeds',	// TODO
			'main_stream' => 'Show in main stream',	// TODO
		),
		'proxy' => 'Set a proxy for fetching this feed',	// TODO
		'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)',	// TODO
		'selector_preview' => array(
			'show_raw' => 'Show source code',	// TODO
			'show_rendered' => 'Show content',	// TODO
		),
		'show' => array(
			'all' => 'Show all feeds',	// TODO
			'error' => 'Show only feeds with errors',	// TODO
		),
		'showing' => array(
			'error' => 'Showing only feeds with errors',	// TODO
		),
		'ssl_verify' => 'Verify SSL security',	// TODO
		'stats' => 'Statistics',	// TODO
		'think_to_add' => 'You may add some feeds.',	// TODO
		'timeout' => 'Timeout in seconds',	// TODO
		'title' => 'Title',	// TODO
		'title_add' => 'Add an RSS feed',	// TODO
		'ttl' => 'Do not automatically refresh more often than',	// TODO
		'url' => 'Feed URL',	// TODO
		'useragent' => 'Set the user agent for fetching this feed',	// TODO
		'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',	// TODO
		'validator' => 'Check the validity of the feed',	// TODO
		'website' => 'Website URL',	// TODO
		'websub' => 'Instant notifications with WebSub',	// TODO
	),
	'import_export' => array(
		'export' => 'Export',	// TODO
		'export_labelled' => 'Export your labeled articles',
		'export_opml' => 'Export list of feeds (OPML)',	// TODO
		'export_starred' => 'Export your favorites',
		'feed_list' => 'List of %s articles',	// TODO
		'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',	// TODO
		'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',	// TODO
		'import' => 'Import',	// TODO
		'starred_list' => 'List of favorite articles',
		'title' => 'Import / export',	// TODO
	),
	'menu' => array(
		'add' => 'Add a feed or category',	// TODO
		'import_export' => 'Import / export',	// TODO
		'label_management' => 'Label management',	// TODO
		'stats' => array(
			'idle' => 'Idle feeds',	// TODO
			'main' => 'Main statistics',	// TODO
			'repartition' => 'Articles repartition',	// TODO
		),
		'subscription_management' => 'Subscription management',	// TODO
		'subscription_tools' => 'Subscription tools',	// TODO
	),
	'tag' => array(
		'auto_label' => 'Add this label to new articles',	// TODO
		'name' => 'Name',	// TODO
		'new_name' => 'New name',	// TODO
		'old_name' => 'Old name',	// TODO
	),
	'title' => array(
		'_' => 'Subscription management',	// TODO
		'add' => 'Add a feed or category',	// TODO
		'add_category' => 'Add a category',	// TODO
		'add_dynamic_opml' => 'Add dynamic OPML',	// TODO
		'add_feed' => 'Add a feed',	// TODO
		'add_label' => 'Add a label',	// TODO
		'delete_label' => 'Delete a label',	// TODO
		'feed_management' => 'RSS feeds management',	// TODO
		'rename_label' => 'Rename a label',	// TODO
		'subscription_tools' => 'Subscription tools',	// TODO
	),
);
user.php
wget 'https://sme10.lists2.roe3.org/FreshRSS/app/i18n/id/user.php'
View Content
<?php

/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its   */
/* state. When there is no comment, it means the entry is fully translated.   */
/* The recognized comments are (comment matching is case-insensitive):        */
/*   + TODO: the entry has never been translated.                             */
/*   + DIRTY: the entry has been translated but needs to be updated.          */
/*   + IGNORE: the entry does not need to be translated.                      */
/* When a comment is not recognized, it is discarded.                         */
/******************************************************************************/

return array(
	'email' => array(
		'feedback' => array(
			'invalid' => 'Alamat email ini tidak valid.',
			'required' => 'Diperlukan alamat email.',
		),
		'validation' => array(
			'change_email' => 'Anda dapat mengubah alamat email Anda <a href="%s">di halaman profil</a>.',
			'email_sent_to' => 'Kami mengirimi Anda email di <strong>%s</strong>. Harap ikuti instruksinya untuk memvalidasi alamat Anda.',
			'feedback' => array(
				'email_failed' => 'Kami tidak dapat mengirimi Anda email karena kesalahan konfigurasi server. ',
				'email_sent' => 'Email telah dikirim ke alamat Anda.',
				'error' => 'Validasi alamat email gagal.',
				'ok' => 'Alamat email ini telah divalidasi.',
				'unnecessary' => 'Alamat email ini sudah divalidasi.',
				'wrong_token' => 'Alamat email ini gagal divalidasi karena token yang salah.',
			),
			'need_to' => 'Anda perlu memvalidasi alamat email Anda sebelum dapat menggunakan %s.',
			'resend_email' => 'Kirim ulang email',
			'title' => 'Validasi Alamat Email',
		),
	),
	'mailer' => array(
		'email_need_validation' => array(
			'body' => 'Anda baru saja mendaftar %s,Tetapi Anda masih perlu memvalidasi alamat email Anda.Untuk itu, ikuti saja tautannya:',
			'title' => 'Anda perlu memvalidasi akun Anda',
			'welcome' => 'Welcome %s,',	// IGNORE
		),
	),
	'password' => array(
		'invalid' => 'Kata sandi tidak valid.',
	),
	'tos' => array(
		'feedback' => array(
			'invalid' => 'Anda harus menerima ketentuan layanan untuk dapat mendaftar.',
		),
	),
	'username' => array(
		'invalid' => 'Nama pengguna ini tidak valid.',
		'taken' => 'Nama pengguna ini, %s, telah diambil.',
	),
);