aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-id/strings.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2016-01-11 08:40:01 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2016-01-11 08:40:01 +0100
commit5f0b07773e463d59c4b32b48f2ed9a41929619e3 (patch)
treeb07a3e50016c9ae29bb5f10a5f5ca2dedadba464 /OpenKeychain/src/main/res/values-id/strings.xml
parentfd3a1e900e7f8ea7ed8c15791f227203df118ada (diff)
downloadopen-keychain-5f0b07773e463d59c4b32b48f2ed9a41929619e3.tar.gz
open-keychain-5f0b07773e463d59c4b32b48f2ed9a41929619e3.tar.bz2
open-keychain-5f0b07773e463d59c4b32b48f2ed9a41929619e3.zip
Pull from transifex
Diffstat (limited to 'OpenKeychain/src/main/res/values-id/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values-id/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values-id/strings.xml b/OpenKeychain/src/main/res/values-id/strings.xml
index de6bed4ea..664cfe628 100644
--- a/OpenKeychain/src/main/res/values-id/strings.xml
+++ b/OpenKeychain/src/main/res/values-id/strings.xml
@@ -2,12 +2,26 @@
<resources>
<!--GENERAL: Please put all strings inside quotes as described in example 1 on
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
+ <string name="app_name">OpenKeychain</string>
<!--title-->
+ <string name="title_encrypt_text">Enkripsi</string>
+ <string name="title_encrypt_files">Enkripsi</string>
+ <string name="title_decrypt">Dekripsi</string>
+ <string name="title_add_subkey">Tambah kunci tambahan</string>
+ <string name="title_edit_key">Edit kunci</string>
+ <string name="title_linked_create">Buat identitas yang tersambung</string>
+ <string name="title_preferences">Pengaturan</string>
+ <string name="title_api_registered_apps">Aplikasi</string>
+ <string name="title_key_server_preference">Server kunci OpenPGP</string>
+ <string name="title_change_passphrase">Ubah kata sandi</string>
<!--section-->
+ <string name="section_encrypt">Enkripsi</string>
<!--button-->
<!--Content Description-->
<!--menu-->
+ <string name="menu_preferences">Pengaturan</string>
<!--label-->
+ <string name="pref_keyserver">Server kunci OpenPGP</string>
<!--label shown in Android settings under the OpenKeychain account-->
<!--Proxy Preferences-->
<!--proxy type choices and values-->
@@ -17,6 +31,7 @@
<!--choice-->
<string name="choice_none">Tidak ada</string>
<!--key flags-->
+ <string name="flag_encrypt">Enkripsi</string>
<!--sentences-->
<!--errors
no punctuation, all lowercase,
@@ -44,6 +59,7 @@
<!--Intent labels-->
<!--Remote API-->
<string name="api_settings_no_key">Tidak ada kunci yang dipilih</string>
+ <string name="api_settings_settings">Pengaturan</string>
<!--Share-->
<!--retry upload dialog-->
<!--Delete or revoke private key dialog-->
@@ -53,10 +69,12 @@
<!--Key trust-->
<!--keybase proof stuff-->
<!--Edit key-->
+ <string name="edit_key_action_change_passphrase">Ubah kata sandi</string>
<!--Create key-->
<!--View key-->
<!--Add/Edit keyserver-->
<!--Navigation Drawer-->
+ <string name="nav_apps">Aplikasi</string>
<!--hints-->
<!--certs-->
<!--LogType log messages. Errors should have _ERROR_ in their name and end with a !-->
@@ -86,5 +104,6 @@
<!--TODO: rename all the things!-->
<!--<string name="enter_passphrase_twice">Enter password twice</string>-->
<!--<string name="nfc_text">Please place a NFC tag near your device</string>-->
+ <string name="nfc_settings">Pengaturan</string>
<!--Other Linked Identity strings-->
</resources>