summaryrefslogtreecommitdiff
path: root/res/values-en-rGB/strings.xml
blob: ab277379ad55e2965617cba5440feed7a8a70661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string name="ro_perm_desc">
        Allows applications to read data from the IM content provider.
    </string>
  <string name="ro_perm_label">read instant messages</string>
  <string name="wo_perm_desc">
        Allows applications to write data to the IM content provider.
    </string>
  <string name="wo_perm_label">write instant messages</string>
</resources>