diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 5 |
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> |
