Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2009 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 <resources>
     17     <string name="app_name">Custom Locale</string>
     18 
     19     <!-- Top labels in CustomLocaleActivity -->
     20 
     21     <string name="header_current_locale">Current Locale</string>
     22     <string name="header_locale_list">Locale List</string>
     23     <string name="no_data_label">No data</string>
     24 
     25     <!-- Buttons in CustomLocaleActivity -->
     26 
     27     <string name="select_locale_button">Select</string>
     28     <string name="select_locale_1s_button">Select \'%1$s\'</string>
     29     <string name="add_new_locale_button">Add New\u2026</string>
     30     <string name="remove_locale_button">Remove\u2026</string>
     31 
     32     <!-- Toast status in CustomLocaleActivity -->
     33 
     34     <string name="removed_custom_locale_1s">Removed custom locale: %1$s</string>
     35     <string name="select_locale_1s">Select locale: %1$s</string>
     36     <string name="added_custom_locale_1s">Added custom locale: %1$s</string>
     37 
     38     <!-- NewLocaleDialog -->
     39 
     40     <string name="new_locale_label">New locale code:</string>
     41     <string name="add_button">Add</string>
     42     <string name="add_select_button">Add and Select</string>
     43 
     44     <string name="confirm_remove_locale_1s">Do you want to remove the custom locale \'%1$s\'?</string>
     45     <string name="confirm_remove_locale_yes">Yes</string>
     46     <string name="confirm_remove_locale_no">No</string>
     47 
     48     <!-- Locale hint in textfield. Not translated -->
     49     <string name="locale_default">ex_EX</string>
     50 
     51 </resources>
     52