blob: 6885932353f7de9f9c546a801dfabe07563d6730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
<string name="noPermissionTitle">Permission denied</string>
<string name="noPermissionContent">App has no permission to access sent data.\n\n%1$s</string>
<string name="expiration_hour">One hour</string>
<string name="expiration_day">One day</string>
<string name="expiration_week">One week</string>
</resources>
|