Subversion Repositories ES

Rev

Rev 5 | Rev 7 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
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 Einheiten-Umrechner</string>
5
       
5
       
6
    <string name="activity_lengths">Längenmasse</string>    
6
    <string name="activity_lengths">Längenmasse</string>    
7
    <string name="hello_world"><b>Hello, <i>World!</i></b></string>
7
    <string name="hello_world"><b>Hello, <i>World!</i></b></string>
8
   
8
   
9
    <string name="activity_temperatures">Temperaturen</string>
9
    <string name="activity_temperatures">Temperaturen</string>
10
    <string name="dialog_activity_text">Example of how you can use the
10
    <string name="dialog_activity_text">Example of how you can use the
11
            Theme.Dialog theme to make an activity that looks like a
11
            Theme.Dialog theme to make an activity that looks like a
12
            dialog.</string>
12
            dialog.</string>
13
   
13
   
14
    <string name="activity_currencies">Wechselkurse</string>
14
    <string name="activity_currencies">Wechselkurse</string>
15
    <string name="custom_dialog_activity_text">Example of how you can use a
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
16
            custom Theme.Dialog theme to make an activity that looks like a
17
            customized dialog, here with an ugly frame.</string>
17
            customized dialog, here with an ugly frame.</string>
18
   
18
   
19
    <string name="prompt01">Geben Sie den Betrag der Quellwährung ein:</string>
19
    <string name="prompt01">Geben Sie den Betrag der Quellwährung ein:</string>
20
    <string name="prompt02">Geben Sie die Ausgangstemperatur ein:</string>
20
    <string name="prompt02">Geben Sie die Ausgangstemperatur ein:</string>
21
    <string name="prompt03">Geben Sie das Ausgangsmass ein:</string>
-
 
22
21
23
    <string name="title_checkbox_preference">Checkbox preference</string>
22
    <string name="title_checkbox_preference">Checkbox preference</string>
24
    <string name="summary_checkbox_preference">This is a checkbox</string>
23
    <string name="summary_checkbox_preference">This is a checkbox</string>
25
   
24
   
26
    <string name="title_edittext_preference">Edit text preference</string>
25
    <string name="title_edittext_preference">Edit text preference</string>
27
    <string name="summary_edittext_preference">An example that uses an edit text dialog</string>
26
    <string name="summary_edittext_preference">An example that uses an edit text dialog</string>
28
    <string name="dialog_title_edittext_preference">Enter your favorite animal</string>
27
    <string name="dialog_title_edittext_preference">Enter your favorite animal</string>
29
28
30
    <string name="title_list_preference">List preference</string>
29
    <string name="title_list_preference">List preference</string>
31
    <string name="summary_list_preference">An example that uses a list dialog</string>
30
    <string name="summary_list_preference">An example that uses a list dialog</string>
32
    <string name="dialog_title_list_preference">Choose one</string>
31
    <string name="dialog_title_list_preference">Choose one</string>
33
32
34
    <string name="default_value_list_preference">beta</string>
33
    <string name="default_value_list_preference">beta</string>
35
    <string name="default_value_edittext_preference">Default value</string>
34
    <string name="default_value_edittext_preference">Default value</string>
36
</resources>
35
</resources>
37
 
36