summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
deleted file mode 100644
index 1252912..0000000
--- a/res/values/strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources>
- <!-- Default Application label used on home screen with an icon -->
- <string name="app_name">SIM Toolkit</string>
- <!-- Menu button option for ending current SIM session -->
- <string name="menu_end_session">End session</string>
- <!-- Menu button option for requesting additional help information -->
- <string name="help">Help</string>
- <!-- Menu button option to navigate back to the previous screen -->
- <string name="menu_back">Back</string>
- <!-- Settings entry which describes the current SIM Toolkit service on the device -->
- <string name="service_name">Service name</string>
- <!-- Default description for service_name when no STK service is available -->
- <string name="stk_no_service">No service available</string>
- <!-- OK button used to confirm a message dialog -->
- <string name="button_ok">OK</string>
- <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session-->
- <string name="button_cancel">Cancel</string>
- <!-- Yes button, used on a Yes/No confirmation screen -->
- <string name="button_yes">Yes</string>
- <!-- No button, used on a Yes/No confirmation screen -->
- <string name="button_no">No</string>
- <!-- Description for the type of text allowed in a form: alphanumeric or digits only -->
- <string name="alphabet">Alphabets</string>
- <!-- Type of alphabet text allowed in a form: 0-9, *, #, + characters only -->
- <string name="digits">Digits (0-9, *, #, +)</string>
- <!-- Default transition message when launching a call -->
- <string name="default_call_setup_msg">Call in progress\u2026</string>
-
- <string name="stk_app_state">Application state</string>
- <string name="enable_app">Enabled</string>
- <string name="disable_app">Disabled</string>
-</resources>