Subversion Repositories ES

Rev

Rev 2 | Rev 6 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Converter</string>
    <string name="title">Android Einheiten-Umrechner</string>
       
    <string name="activity_lengths">Längenmasse</string>    
    <string name="hello_world"><b>Hello, <i>World!</i></b></string>
   
    <string name="activity_temperatures">Temperaturen</string>
    <string name="dialog_activity_text">Example of how you can use the
            Theme.Dialog theme to make an activity that looks like a
            dialog.</string>
   
    <string name="activity_currencies">Wechselkurse</string>
    <string name="custom_dialog_activity_text">Example of how you can use a
            custom Theme.Dialog theme to make an activity that looks like a
            customized dialog, here with an ugly frame.</string>
   
    <string name="prompt01">Geben Sie den Betrag der Quellwährung ein:</string>
    <string name="prompt02">Geben Sie die Ausgangstemperatur ein:</string>
    <string name="prompt03">Geben Sie das Ausgangsmass ein:</string>

    <string name="title_checkbox_preference">Checkbox preference</string>
    <string name="summary_checkbox_preference">This is a checkbox</string>
   
    <string name="title_edittext_preference">Edit text preference</string>
    <string name="summary_edittext_preference">An example that uses an edit text dialog</string>
    <string name="dialog_title_edittext_preference">Enter your favorite animal</string>

    <string name="title_list_preference">List preference</string>
    <string name="summary_list_preference">An example that uses a list dialog</string>
    <string name="dialog_title_list_preference">Choose one</string>

    <string name="default_value_list_preference">beta</string>
    <string name="default_value_edittext_preference">Default value</string>
</resources>