summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 5a5fa01a26f6b3d757ccbc4804630dc5e780b0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">PasteIt</string>
    <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>
    <string name="clear_text">Clear text</string>
</resources>