aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locales
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-10-22 23:31:39 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-10-22 23:31:39 -0400
commit46c14ddbe14386a98a8172519b6236ee2443353a (patch)
treec2ded20d1d017aa4601da6ccd99a54c0b38e2412 /core/locales
parent9bbf8a1d38c31800a0fb70d062c1a728741ab544 (diff)
Added module for recording, playing, saving, and loading keyboard macros.
Diffstat (limited to 'core/locales')
-rw-r--r--core/locales/locale.ar.conf17
-rw-r--r--core/locales/locale.de.conf17
-rw-r--r--core/locales/locale.es.conf17
-rw-r--r--core/locales/locale.fr.conf17
-rw-r--r--core/locales/locale.it.conf17
-rw-r--r--core/locales/locale.pl.conf17
-rw-r--r--core/locales/locale.ru.conf17
-rw-r--r--core/locales/locale.sv.conf17
-rw-r--r--core/locales/locale.zh.conf17
9 files changed, 153 insertions, 0 deletions
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index 33e2480e..fb3b5df0 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = وضع الاستبدال
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = ا_مسح العلامات
_Next Bookmark = العلامة ال_تالية
_Previous Bookmark = العلامة ال_سابقة
_Goto Bookmark... = ا_ذهب إلى العلامة ..
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index 8dc0ffb1..11f8db3d 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Suche in Dateien abgebrochen
# The statusbar text shown after performing a "Replace All".
replacement(s) made = Ersetzung(en) durchgeführt
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -233,6 +243,13 @@ _Clear Bookmarks = Lesezeichen löschen
_Next Bookmark = Nächstes Lesezeichen
_Previous Bookmark = Vorheriges Lesezeichen
_Goto Bookmark... = Gehe zu Lesezeichen...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index fe17c380..8d089290 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = cambios(s) hecho(s)
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = _Borrar marcadores
_Next Bookmark = Marcador _siguiente
_Previous Bookmark = Marcador _anterior
_Goto Bookmark... = _Ir a marcador...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index 5e2e823f..440c74f7 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -135,6 +135,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = remplacement(s) effectué(s)
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -233,6 +243,13 @@ _Clear Bookmarks = _Supprimer les signets
_Next Bookmark = Signet _suivant
_Previous Bookmark = Signet _précédent
_Goto Bookmark... = _Aller au signet...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf
index bc6f3726..b5256108 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = sostituzione/i fatta/e
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = _Annulla i segnalibri
_Next Bookmark = Segnalibro _seguente
_Previous Bookmark = Segnalibro _precedente
_Goto Bookmark... = _Vai al segnalibro...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index 42bfee0a..5a557bb6 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -135,6 +135,16 @@ Find in Files aborted = Szukanie w plikach przerwane
# The statusbar text shown after performing a "Replace All".
replacement(s) made = wykonanych(-e/-a) zamian(-y/-a)
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -233,6 +243,13 @@ _Clear Bookmarks = _Wyczyść zakładki
_Next Bookmark = _Następna zakładka
_Previous Bookmark = _Poprzednia zakładka
_Goto Bookmark... = Prz_ejdź do zakładki...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 016dd3c2..80dd6cd1 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = замен(а/ы) сделано
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = _Очистить закладки
_Next Bookmark = _Следующая закладка
_Previous Bookmark = П_редыдущая закладка
_Goto Bookmark... = П_ерейти к закладке...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index a304803d..c67c4ef8 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = ersättning(ar) gjord(a)
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = _Rensa bokmärken
_Next Bookmark = _Nästa bokmärke
_Previous Bookmark = _Föregående bokmärke
_Goto Bookmark... = _Gå till bokmärke...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf
index a40cc0c7..afa53327 100644
--- a/core/locales/locale.zh.conf
+++ b/core/locales/locale.zh.conf
@@ -134,6 +134,16 @@ Find in Files aborted = 在文件中查找已中止
# The statusbar text shown after performing a "Replace All".
replacement(s) made = replacement(s) made
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -232,6 +242,13 @@ _Clear Bookmarks = 清空书签(_C)
_Next Bookmark = 下一个书签(_N)
_Previous Bookmark = 上一个书签(_P)
_Goto Bookmark... = 转到书签(_G)...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.