Rev 6 | Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 7 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?xml version="1.0" encoding="utf-8"?>
 | 1 | <?xml version="1.0" encoding="utf-8"?>
 | 
| 2 | <resources>
 | 2 | <resources>
 | 
| 3 | <string name="app_name">Converter</string> | 3 | <string name="app_name">Converter</string> | 
| 4 | <string name="title">Android Einheiten-Umrechner</string> | 4 | <string name="title">Android Unit Converter</string> | 
| 5 | 5 | ||
| 6 | <string name="activity_lengths">Längenmasse</string> | 6 | <string name="activity_lengths">Lengths</string> | 
| 7 | <string name="hello_world"><b>Hello, <i>World!</i></b></string> | - | |
| 8 | 7 | ||
| 9 | <string name="activity_temperatures">Temperaturen</string> | 8 | <string name="activity_temperatures">Temperatures</string> | 
| 10 |     <string name="dialog_activity_text">Example of how you can use the
 | 9 | <string name="temperatures_off_scale"><sup>*</sup> Value is off the scale</string> | 
| 11 | Theme.Dialog theme to make an activity that looks like a | - | |
| 12 |             dialog.</string>
 | - | |
| 13 | 10 | ||
| 14 | <string name="activity_currencies">Wechselkurse</string> | 11 | <string name="activity_currencies">Currencies</string> | 
| 15 |     <string name="custom_dialog_activity_text">Example of how you can use a
 | - | |
| 16 | custom Theme.Dialog theme to make an activity that looks like a | - | |
| 17 |             customized dialog, here with an ugly frame.</string>
 | - | |
| 18 | 12 | ||
| 19 | <string name="prompt01">Geben Sie den Betrag der Quellwährung ein:</string> | 13 | <string name="prompt01">Geben Sie den Betrag der Quellwährung ein:</string> | 
| 20 | <string name="prompt02">Geben Sie die Ausgangstemperatur ein:</string> | 14 | <string name="prompt02">Geben Sie die Ausgangstemperatur ein:</string> | 
| 21 | - | ||
| 22 | <string name="title_checkbox_preference">Checkbox preference</string> | - | |
| 23 | <string name="summary_checkbox_preference">This is a checkbox</string> | - | |
| 24 | - | ||
| 25 | <string name="title_edittext_preference">Edit text preference</string> | - | |
| 26 | <string name="summary_edittext_preference">An example that uses an edit text dialog</string> | - | |
| 27 | <string name="dialog_title_edittext_preference">Enter your favorite animal</string> | - | |
| 28 | - | ||
| 29 | <string name="title_list_preference">List preference</string> | - | |
| 30 | <string name="summary_list_preference">An example that uses a list dialog</string> | - | |
| 31 | <string name="dialog_title_list_preference">Choose one</string> | - | |
| 32 | - | ||
| 33 | <string name="default_value_list_preference">beta</string> | - | |
| 34 | <string name="default_value_edittext_preference">Default value</string> | - | |
| 35 | </resources>
 | 15 | </resources>
 |