<!-- Item on EditText context menu. This action is used to paste from the clipboard into the eidt field -->
<stringname="paste">Paste</string>
<!-- Text displayed in a popup dialog in TextEdit when the clipboard is empty. 'paste' is used otherwise. [CHAR LIMIT=20] -->
<stringname="pasteDisabled">Nothing to paste</string>
<!-- Item on EditText context menu. This action is used to replace the current word by other suggested words, suggested by the IME or the spell checker -->