diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-23 05:05:50 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-23 05:05:50 +0100 |
| commit | 2c2a35d664fc7a22d55f6006e58bfd57a76eb093 (patch) | |
| tree | b0fd8b047ab31b921125c4d968d7db0dc6c0115d /res/values-de | |
initial commit with first layout
Diffstat (limited to 'res/values-de')
| -rw-r--r-- | res/values-de/expirationtimes.xml | 8 | ||||
| -rw-r--r-- | res/values-de/strings.xml | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/res/values-de/expirationtimes.xml b/res/values-de/expirationtimes.xml new file mode 100644 index 0000000..97f0597 --- /dev/null +++ b/res/values-de/expirationtimes.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="expiration_array"> + <item>Eine Stunde</item> + <item>Ein Tag</item> + <item>Eine Woche</item> + </string-array> +</resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml new file mode 100644 index 0000000..e340ecf --- /dev/null +++ b/res/values-de/strings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">PasteIt</string> + <string name="paste_title">Titel</string> + <string name="paste_button">Abschicken!</string> + <string name="expiration_prompt">Ablaufdatum auswählen</string> +</resources> |
