diff options
author | 2020-10-08 14:01:36 -0400 | |
---|---|---|
committer | 2020-10-08 14:01:36 -0400 | |
commit | 1f367593686bd1619ad94b669a65559ef8afb582 (patch) | |
tree | 9016c21963f64bf7318193b13c5131825821d3b3 /core/locales/locale.sv.conf | |
parent | fe67095963a162ff7e24680936fb7cf1cb730bbb (diff) | |
download | textadept-1f367593686bd1619ad94b669a65559ef8afb582.tar.gz textadept-1f367593686bd1619ad94b669a65559ef8afb582.zip |
Added `textadept.history` module for recording and navigating position history.
Diffstat (limited to 'core/locales/locale.sv.conf')
-rw-r--r-- | core/locales/locale.sv.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf index a1b64933..d56d2456 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -198,6 +198,12 @@ Enclose in Brackets = Sätt inom _hakparenteser Enclose in Braces = Sätt inom _krullparenteser Move Selected Lines Up = _Flytta markerade rader upp Move Selected Lines Down = Flytta markerade rader _ner +# Menu items for navigating through position history. +History = _History +Navigate Backward = Navigate _Backward +Navigate Forward = Navigate _Forward +Record Location = _Record Location +Clear History = _Clear History # Menu item for opening user preferences. Preferences = Inställningar # Menu items for searching and replacing text within buffers and files. |