diff options
Diffstat (limited to 'res/values/cm_strings.xml')
| -rw-r--r-- | res/values/cm_strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index bba0354..c246c8b 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -15,9 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- In-call screen: call failure reason (call ended due to low battery) --> <string name="callFailed_low_battery">Low battery</string> <string name="to_hint" translatable="false">1111:to;sip:abby@example.com:bcc;sip:bill@example.com:cc;</string> + + <!-- Call method spinner - Default No SIM --> + <string name="call_method_spinner_item_no_sim">No SIM card</string> + <string name="call_method_spinner_item_unknown_sim">SIM <xliff:g id="slot_number">%d</xliff:g></string> </resources> |
