Pull from transifex

This commit is contained in:
Dominik Schürmann
2016-01-11 08:40:01 +01:00
parent fd3a1e900e
commit 5f0b07773e
69 changed files with 2063 additions and 714 deletions

View File

@@ -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>