summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2012-12-28 03:31:03 +0100
committerReiner Herrmann <reiner@reiner-h.de>2012-12-28 03:31:03 +0100
commit58a3c87671c2b3af270d5db876a047e906c2b556 (patch)
tree40098fdd4cabe72247f60e811c20d99c798834c9 /res/values
parent8a2d76c4903687b3f9199c125c2e945b9285d1a3 (diff)
get correct paste address; display error/success alert dialogs
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2db3adc..b2a896d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,4 +4,9 @@
<string name="paste_title">Title</string>
<string name="paste_button">Paste it!</string>
<string name="expiration_prompt">Choose an expiration time</string>
+ <string name="pasteSuccessTitle">Paste successful</string>
+ <string name="pasteSuccessMessage">Your paste is available on:\n%1$s\nThe URL has been copied to the clipboard.</string>
+ <string name="pasteFailTitle">Paste failed</string>
+ <string name="pasteFailMessage">Your paste could not be submitted.\nReason:\n%1$s</string>
+ <string name="contentTooShort">Content is too short.</string>
</resources>