diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
commit | 4cf52f29b926a924d838a3158d5c78b3337ee0ee (patch) | |
tree | df72c72e3edccb9ce88136c7caa6d3644b1c8349 /po/en.po | |
parent | aeb65e88297725634a4e55663e2ecc83805d9073 (diff) |
Mobile: New selection logic for InputWidget
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work.
Diffstat (limited to 'po/en.po')
-rw-r--r-- | po/en.po | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -273,6 +273,18 @@ msgstr "Copy" | |||
273 | msgid "menu.paste" | 273 | msgid "menu.paste" |
274 | msgstr "Paste" | 274 | msgstr "Paste" |
275 | 275 | ||
276 | # keep this short (3x1 horiz layout) | ||
277 | msgid "menu.selectall" | ||
278 | msgstr "Select All" | ||
279 | |||
280 | # keep this short (3x1 horiz layout) | ||
281 | msgid "menu.delete" | ||
282 | msgstr "Delete" | ||
283 | |||
284 | # keep this short (3x1 horiz layout) | ||
285 | msgid "menu.undo" | ||
286 | msgstr "Undo" | ||
287 | |||
276 | msgid "menu.select.clear" | 288 | msgid "menu.select.clear" |
277 | msgstr "Clear Selection" | 289 | msgstr "Clear Selection" |
278 | 290 | ||