2011-03-08 12:02:59 -08:00
|
|
|
<!-- Copyright (C) 2011 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>
|
|
|
|
<string name="button_text">Button</string>
|
2010-04-01 15:46:27 -07:00
|
|
|
<string name="button1_text">Button1</string>
|
|
|
|
<string name="button2_text">Button2</string>
|
2011-06-02 10:55:58 -07:00
|
|
|
<string name="button3_text">Button3</string>
|
|
|
|
<string name="button4_text">Button4</string>
|
2011-06-02 16:35:21 -07:00
|
|
|
<string name="button_right_text">Right</string>
|
2011-06-06 17:58:17 -07:00
|
|
|
<string name="button_after_text">End</string>
|
2011-06-02 16:35:21 -07:00
|
|
|
<string name="button_left_text">Left</string>
|
2011-06-06 17:58:17 -07:00
|
|
|
<string name="button_before_text">Start</string>
|
2010-04-01 15:46:27 -07:00
|
|
|
<string name="button_requestlayout_text">Request Layout</string>
|
2011-07-15 16:46:44 -07:00
|
|
|
<string name="button_alert_dialog_text">AlertDialog</string>
|
2011-03-08 12:02:59 -08:00
|
|
|
<string name="textview_text">This is a text for a TextView</string>
|
2011-08-05 15:04:12 -07:00
|
|
|
<string name="textview_ltr_text">This is a text for a LTR TextView</string>
|
|
|
|
<string name="textview_rtl_text">This is a text for a RTL TextView</string>
|
2011-03-08 12:02:59 -08:00
|
|
|
<string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
|
|
|
|
<string name="normal_text">Normal String</string>
|
|
|
|
<string name="normal_long_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
|
2011-03-24 17:21:23 -07:00
|
|
|
<string name="normal_long_text_2">nnnnnnnnnnnnnnnnnnnnnnnn</string>
|
|
|
|
<string name="normal_long_text_3">Notify me when an open network is available</string>
|
2011-04-25 16:48:51 -07:00
|
|
|
<string name="arabic_text">لا انا hello Arabic</string>
|
2011-03-08 12:02:59 -08:00
|
|
|
<string name="chinese_text">利比亚局势或影响美俄关系发展</string>
|
|
|
|
<string name="italic_text">Italic String</string>
|
2011-03-24 17:21:23 -07:00
|
|
|
<string name="bold_text">Bold String - other text</string>
|
2011-03-08 12:02:59 -08:00
|
|
|
<string name="bold_italic_text">Bold Italic String</string>
|
2011-04-13 16:07:37 -07:00
|
|
|
<string name="mixed_text_1">he said in Arabic: لا. Wow this is cool</string>
|
2011-04-25 16:48:51 -07:00
|
|
|
<string name="hebrew_text">םמ</string>
|
2011-06-20 17:38:41 -07:00
|
|
|
<string name="menu_add">Add</string>
|
|
|
|
<string name="menu_delete">Delete</string>
|
2011-06-22 11:01:18 -07:00
|
|
|
<string name="textview_hebrew_text">םמab?!</string>
|
|
|
|
<string name="textview_latin_text">abםמ?!</string>
|
2011-07-07 11:57:48 -07:00
|
|
|
<string name="textview_multiline_text">םמ?!\nab?!\n?!</string>
|
2011-07-15 19:18:59 -07:00
|
|
|
<string name="ltr">Left to right text"</string>
|
|
|
|
<string name="rtl">"والحق أن تترك ونص"</string>
|
|
|
|
<string name="composing">"\u0644\u0627"</string>
|
2011-06-22 11:01:18 -07:00
|
|
|
</resources>
|
|
|
|
|