summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-in/cm_strings.xml
blob: c0ca8dbc4bf4d07e06a00a23b37d43f9aeb4ff66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2014 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Long-press back kill application -->
  <string name="app_killed_message">Aplikasi dimatikan</string>
  <!-- label for item that screenshots in phone options dialog -->
  <string name="global_action_screenshot">Tangkap layar</string>
  <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permgrouplab_security">Keamanan</string>
  <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
  <string name="permgroupdesc_security">Izin terkait dengan informasi keamanan perangkat.</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <string name="global_action_reboot">Mulai ulang</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Saat ini</string>
  <!-- status message in phone options dialog for screenshot action -->
  <string name="global_actions_screenshot_status">Tekan lama untuk menangkap layar sebagian</string>
  <!-- Restart menu -->
  <!-- Button to restart the phone, within the Restart Options dialog -->
  <string name="reboot_reboot">Mulai ulang</string>
  <!-- Button to restart the phone into recovery, within the Restart Options dialog -->
  <string name="reboot_recovery">Recovery</string>
  <!-- Button to restart the phone into bootloader, within the Restart Options dialog -->
  <string name="reboot_bootloader">Bootloader</string>
  <!-- Button to restart the phone into download, within the Restart Options dialog -->
  <string name="reboot_download">Download</string>
  <!-- Button to soft restart the device, within the Restart Options dialog -->
  <string name="reboot_soft">Mulai ulang cepat</string>
  <!-- Title of dialog to confirm restarting. -->
  <string name="reboot_title">Mulai ulang</string>
  <!-- Restart Confirmation Dialog.  When the user chooses to restart the device, there will
         be a confirmation dialog.  This is the message. -->
  <string name="reboot_confirm" product="tablet">Tablet anda akan dimulai ulang.</string>
  <string name="reboot_confirm" product="default">Ponsel anda akan mulai ulang.</string>
  <!-- Restart Progress Dialog. This is shown if the user chooses to restart the phone. -->
  <string name="reboot_progress">Memulai ulang\u2026</string>
  <!-- ADB over network notification -->
  <string name="adb_net_active_notification_title">ADB melalui jaringan diaktifkan</string>
  <!-- ADB over USB and network notification -->
  <string name="adb_both_active_notification_title">ADB melalui USB &amp; jaringan diaktifkan</string>
  <!-- ADB notification message-->
  <string name="adb_active_generic_notification_message">Sentuh untuk menonaktifkan debugging.</string>
  <!-- Privacy Guard -->
  <string name="permlab_changePrivacyGuardState">Aktifkan atau nonaktifkan Penjaga Privasi</string>
  <string name="permdesc_changePrivacyGuardState">Izinkan aplikasi untuk mengubah apakah applikasi lain berjalan dengan Penjaga Privasi. Ketika aplikasi sedang berjalan dengan Penjaga Privasi, aplikasi tidak akan memiliki akses untuk data pribadi seperti kontak, daftar panggilan atau pesan.</string>
  <string name="privacy_guard_notification">Penjaga Privasi aktif</string>
  <string name="privacy_guard_notification_detail"><xliff:g id="app">%1$s</xliff:g> tidak akan dapat mengakses data pribadi</string>
  <string name="privacy_guard_dialog_title">Penjaga Privasi</string>
  <string name="privacy_guard_dialog_summary"><xliff:g id="app">%1$s</xliff:g> ingin <xliff:g id="op">%2$s</xliff:g>.</string>
  <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
  <string name="permission_remember_choice">Ingat pilihan saya</string>
  <!-- App ops requests -->
  <string name="app_ops_access_camera">mengakses kamera</string>
  <string name="app_ops_access_location">mengakses lokasi Anda</string>
  <string name="app_ops_access_notifications">membaca notifikasi Anda</string>
  <string name="app_ops_activate_vpn">Aktifkan VPN</string>
  <string name="app_ops_auto_start">mulai pada saat dinyalakan</string>
  <string name="app_ops_delete_call_log">hapus log panggilan Anda</string>
  <string name="app_ops_delete_contacts">hapus kontak Anda</string>
  <string name="app_ops_delete_mms">hapus pesan MMS Anda</string>
  <string name="app_ops_delete_sms">hapus pesan SMS Anda</string>
  <string name="app_ops_draw_on_top">menarik jendela di atas</string>
  <string name="app_ops_get_usage_stats">dapatkan statistik penggunaan aplikasi</string>
  <string name="app_ops_keep_device_awake">jaga perangkat Anda tetap bangun</string>
  <string name="app_ops_make_phone_call">membuat panggilan telepon</string>
  <string name="app_ops_modify_calendar">memperbarui kalender Anda</string>
  <string name="app_ops_modify_call_log">memperbarui daftar panggilan</string>
  <string name="app_ops_modify_clipboard">memodifikasi clipboard</string>
  <string name="app_ops_modify_contacts">memperbarui kontak Anda</string>
  <string name="app_ops_modify_settings">memperbarui pengaturan sistem</string>
  <string name="app_ops_mute_unmute_microphone">diam/mengaktifkan suara mikrofon</string>
  <string name="app_ops_play_audio">mainkan audio</string>
  <string name="app_ops_post_notification">mengirim pemberitahuan</string>
  <string name="app_ops_project_media">proyek media</string>
  <string name="app_ops_read_calendar">membaca kalender Anda</string>
  <string name="app_ops_read_call_log">membaca log panggilan</string>
  <string name="app_ops_read_clipboard">membaca clipboard</string>
  <string name="app_ops_read_contacts">membaca kontak Anda</string>
  <string name="app_ops_read_mms">membaca pesan MMS Anda</string>
  <string name="app_ops_read_sms">membaca pesan SMS Anda</string>
  <string name="app_ops_receive_sms">menerima pesan SMS</string>
  <string name="app_ops_record_audio">merekam audio</string>
  <string name="app_ops_send_mms">mengirim pesan MMS</string>
  <string name="app_ops_send_sms">mengirim pesan SMS</string>
  <string name="app_ops_start_at_bootup">mulai pada saat dinyalakan</string>
  <string name="app_ops_toast_window">tampilkan pesan toast</string>
  <string name="app_ops_toggle_bluetooth">hidup/matikan Bluetooth</string>
  <string name="app_ops_toggle_mobile_data">hidup/matikan data seluler</string>
  <string name="app_ops_toggle_nfc">hidup/matikan NFC</string>
  <string name="app_ops_toggle_wifi">hidup/matikan Wi-Fi</string>
  <string name="app_ops_use_alarm_volume">mengatur volume alarm</string>
  <string name="app_ops_use_audio_focus">mengatur fokus audio</string>
  <string name="app_ops_use_bluetooth_volume">mengatur volume Bluetooth</string>
  <string name="app_ops_use_master_volume">mengatur volume utama</string>
  <string name="app_ops_use_media_buttons">menggunakan tombol media</string>
  <string name="app_ops_use_media_volume">mengatur volume media</string>
  <string name="app_ops_use_notification_volume">mengatur volume pemberitahuan</string>
  <string name="app_ops_use_ring_volume">mengatur volume nada dering</string>
  <string name="app_ops_use_vibrate">gunakan tanggapan sentuhan</string>
  <string name="app_ops_use_voice_volume">mengatur volume panggilan suara</string>
  <string name="app_ops_write_mms">tulis pesan MMS</string>
  <string name="app_ops_write_sms">tulis pesan SMS</string>
  <string name="app_ops_use_fingerprint">gunakan sidik jari</string>
  <string name="app_ops_add_voicemail">menambahkan pesan suara</string>
  <string name="app_ops_read_phone_state">akses status ponsel</string>
  <string name="app_ops_scan_wifi">memindai jaringan Wi-Fi</string>
  <string name="app_ops_change_wallpaper">mengubah wallpaper</string>
  <string name="app_ops_assist_structure">gunakan struktur bantuan</string>
  <string name="app_ops_assist_screenshot">ambil tangkapan layar</string>
  <string name="app_ops_use_body_sensors">menggunakan sensor badan</string>
  <string name="app_ops_read_cell_broadcasts">baca siaran seluler</string>
  <string name="app_ops_mock_location">memalsukan lokasi Anda</string>
  <string name="app_ops_read_external_storage">membaca penyimpanan eksternal</string>
  <string name="app_ops_write_external_storage">menulis penyimpanan eksternal</string>
  <string name="app_ops_turn_on_screen">aktifkan layar</string>
  <string name="app_ops_get_accounts">dapatkan akun perangkat</string>
  <string name="app_ops_run_in_background">jalankan di latar belakang</string>
  <string name="app_ops_wifi_change">ubah status Wi-Fi</string>
  <string name="app_ops_su">dapatkan akses root</string>
  <!-- Protected Apps Notification -->
  <string name="notify_package_component_protected_title">Aktivitas peluncuran diblokir</string>
  <string name="notify_package_component_protected_text"><xliff:g id="app_name">%1$s</xliff:g> dilindungi dari peluncuran. Ketuk untuk mengautentikasi dan meluncurkan aplikasi.</string>
  <!-- Notify user that they are in Lock-to-app (for devices without navbar) -->
  <string name="lock_to_app_toast_no_navbar">Untuk melepas sematan layar ini, sentuh dan tahan tombol Kembali.</string>
  <!-- Message to show the user when their vendor image doesn't match the build's fingerprint. -->
</resources>