mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Greek) * New translations field.php (German) * New translations field.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Bulgarian) * New translations field.php (Hebrew) * New translations field.php (Greek)
46 lines
1.1 KiB
PHP
46 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'navigation_title' => [
|
|
'name' => 'Judul Navigasi',
|
|
],
|
|
'navigation_action' => [
|
|
'name' => 'Tindakan Navigasi',
|
|
],
|
|
'country_fields' => [
|
|
'name' => 'Bidang Negara',
|
|
],
|
|
'date_fields' => [
|
|
'name' => 'Bidang Tanggal',
|
|
],
|
|
'price_fields' => [
|
|
'name' => 'Bidang Harga',
|
|
],
|
|
'breadcrumbs' => [
|
|
'name' => 'Remah roti',
|
|
],
|
|
'ad_details' => [
|
|
'name' => 'Detail Iklan',
|
|
],
|
|
'ad_details_tab' => [
|
|
'name' => 'Tab Detail Iklan',
|
|
],
|
|
'latest_and_view_all_btn' => [
|
|
'name' => 'Terbaru dan Lihat Semua Btn',
|
|
],
|
|
'register_page_instruction_logo' => [
|
|
'name' => 'Daftar Logo Instruksi Halaman',
|
|
],
|
|
'register_page_alert_link' => [
|
|
'name' => 'Daftarkan Tautan Peringatan Halaman',
|
|
],
|
|
'style' => [
|
|
'name' => 'Gaya (CSS)',
|
|
],
|
|
'home_page_sub_categories_limit' => [
|
|
'name' => 'Batas Sub Kategori Beranda',
|
|
],
|
|
'default_country' => [
|
|
'name' => 'Halaman daftar, negara default untuk telepon',
|
|
]
|
|
]; |