mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-14 12:55:08 -05:00
Fix language based on feedback from transifex
This commit is contained in:
parent
2cdaa75b01
commit
ab63fa8091
@ -164,7 +164,7 @@ public class CreateKeyYubiKeyImportFragment extends Fragment implements NfcListe
|
||||
if (!mNfcUserId.isEmpty()) {
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder, mNfcUserId));
|
||||
} else {
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder_unset));
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder_not_set));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -110,7 +110,7 @@ public class ViewKeyYubiKeyFragment extends Fragment
|
||||
if (!mUserId.isEmpty()) {
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder, mUserId));
|
||||
} else {
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder_unset));
|
||||
vUserId.setText(getString(R.string.yubikey_key_holder_not_set));
|
||||
}
|
||||
|
||||
vButton = (Button) view.findViewById(R.id.button_bind);
|
||||
|
@ -1295,7 +1295,7 @@
|
||||
<string name="button_bind_key">"Bind Key"</string>
|
||||
<string name="yubikey_serno">"Serial No: %s"</string>
|
||||
<string name="yubikey_key_holder">"Key holder: "</string>
|
||||
<string name="yubikey_key_holder_unset">"Key holder: <unset>"</string>
|
||||
<string name="yubikey_key_holder_not_set">"Key holder: <not set>"</string>
|
||||
<string name="yubikey_status_bound">"YubiKey matches and is bound to key"</string>
|
||||
<string name="yubikey_status_unbound">"YubiKey matches, can be bound to key"</string>
|
||||
<string name="yubikey_status_partly">"YubiKey matches, partly bound to key"</string>
|
||||
|
Loading…
Reference in New Issue
Block a user