mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 05:45:04 -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()) {
|
if (!mNfcUserId.isEmpty()) {
|
||||||
vUserId.setText(getString(R.string.yubikey_key_holder, mNfcUserId));
|
vUserId.setText(getString(R.string.yubikey_key_holder, mNfcUserId));
|
||||||
} else {
|
} 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()) {
|
if (!mUserId.isEmpty()) {
|
||||||
vUserId.setText(getString(R.string.yubikey_key_holder, mUserId));
|
vUserId.setText(getString(R.string.yubikey_key_holder, mUserId));
|
||||||
} else {
|
} 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);
|
vButton = (Button) view.findViewById(R.id.button_bind);
|
||||||
|
@ -1295,7 +1295,7 @@
|
|||||||
<string name="button_bind_key">"Bind Key"</string>
|
<string name="button_bind_key">"Bind Key"</string>
|
||||||
<string name="yubikey_serno">"Serial No: %s"</string>
|
<string name="yubikey_serno">"Serial No: %s"</string>
|
||||||
<string name="yubikey_key_holder">"Key holder: "</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_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_unbound">"YubiKey matches, can be bound to key"</string>
|
||||||
<string name="yubikey_status_partly">"YubiKey matches, partly bound to key"</string>
|
<string name="yubikey_status_partly">"YubiKey matches, partly bound to key"</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user