diff options
author | Marco Brohet <therbom@gmail.com> | 2013-07-28 12:35:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-28 12:35:05 +0000 |
commit | 93b24b8b3f3ce6e86ed89215fae69fbae4dd0507 (patch) | |
tree | b8126e0ff0187688ec8c556515431afbdb567810 /core | |
parent | 8999a1af5219cd9e40d3a9a6759adb6b9dc5bed8 (diff) | |
parent | 0153e67463f099a34a0d8a8547f11a615032f58a (diff) | |
download | frameworks_base-93b24b8b3f3ce6e86ed89215fae69fbae4dd0507.zip frameworks_base-93b24b8b3f3ce6e86ed89215fae69fbae4dd0507.tar.gz frameworks_base-93b24b8b3f3ce6e86ed89215fae69fbae4dd0507.tar.bz2 |
Merge "Base-Core: CS translation" into cm-10.1
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values-cs/cm_strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-cs/cm_strings.xml b/core/res/res/values-cs/cm_strings.xml index b6b6d1e..9080511 100644 --- a/core/res/res/values-cs/cm_strings.xml +++ b/core/res/res/values-cs/cm_strings.xml @@ -62,4 +62,9 @@ <string name="permlab_interceptSmsSent">zachytit odchozí SMS</string> <string name="permdesc_interceptSmsSent">Umožní odchytit odchozí SMS. Škodlivé aplikace mohou pomocí odchycení SMS zabránit její odeslání příjemci.</string> + + <string name="policylab_enforceSelinux">Vynucení SELinux</string> + <string name="policydesc_enforceSelinux">Přepnutí politiky SELinux na vynucující (enforcing ) nebo tolerantní (permissive).</string> + <string name="policylab_enforceMmac">Vynucení MMAC</string> + <string name="policydesc_enforceMmac">Přepnutí politiky MMAC na vynucující (enforcing ) nebo tolerantní (permissive).</string> </resources> |