summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpvolkov <marshmollow@gmail.com>2013-06-30 19:36:01 +0400
committerpvolkov <marshmollow@gmail.com>2013-07-01 07:20:59 +0400
commit9c357b955b88d4b67b285b9ea1b880ec8adba8e7 (patch)
tree15d3b6238762019933bef5df8988f63789df6580
parentba7f179c3a747df3d5c439dfcc0fa48d3965048f (diff)
downloadframeworks_base-9c357b955b88d4b67b285b9ea1b880ec8adba8e7.zip
frameworks_base-9c357b955b88d4b67b285b9ea1b880ec8adba8e7.tar.gz
frameworks_base-9c357b955b88d4b67b285b9ea1b880ec8adba8e7.tar.bz2
Core: RU translation
Change-Id: If8a8a0646c12abc8bbc5a45ea174229974c48232 Patch Set 2: Update translations Change-Id: I88d0fb8af7c0de9f3f98b102d1b9a85d2fb7bd65 Patch Set 3: Update translations Change-Id: Ie1c7db36fa1d8797bf8a829035fda85e3937d759
-rw-r--r--core/res/res/values-ru/cm_strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-ru/cm_strings.xml b/core/res/res/values-ru/cm_strings.xml
index d5eff66..ea143fd 100644
--- a/core/res/res/values-ru/cm_strings.xml
+++ b/core/res/res/values-ru/cm_strings.xml
@@ -57,4 +57,9 @@
<!-- The item label for the no profile selection item. -->
<string name="profile_none">Не выбран</string>
+
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_interceptSmsSent">перехват исходящих SMS</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_interceptSmsSent">Разрешить приложению перехватывать исходящие SMS. Вредоносные приложения смогут использовать это, чтобы препятствовать отправке SMS-сообщений.</string>
</resources>