diff options
author | 2020-02-24 09:04:39 -0500 | |
---|---|---|
committer | 2020-02-24 09:04:39 -0500 | |
commit | e0316d39489aa02c547fdf747aeca4c07735afba (patch) | |
tree | 13c8115aa493925173d2f9aff7ea5158153c90dd /core/locales | |
parent | c26b98733225c36ef21d0d3818979dcaa6197acd (diff) | |
download | textadept-e0316d39489aa02c547fdf747aeca4c07735afba.tar.gz textadept-e0316d39489aa02c547fdf747aeca4c07735afba.zip |
Fixed skipping of next event handler after disconnecting the current one.
Also removed localization for undefined event name. It was confusing, and anyone
connecting to or emitting events should be comfortable with the error message,
as it's consistent with Lua's type error messages.
Diffstat (limited to 'core/locales')
-rw-r--r-- | core/locales/locale.ar.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.de.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.es.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.fr.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.it.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.pl.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.ru.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.sv.conf | 5 | ||||
-rw-r--r-- | core/locales/locale.zh.conf | 5 |
9 files changed, 0 insertions, 45 deletions
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index adf00156..e8a1b9fa 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = اسم حدث غير معرّف - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = افتح diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index 8a08d6e8..050924a3 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Undefinierter Eventname - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Öffnen diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 33610d39..895a99c1 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Nombre de evento sin definir - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Abrir diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf index 1d3ace45..ae8e826b 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -11,11 +11,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Nom d’évènement inconnu - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Ouvrir diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf index 0b10762c..dc14be61 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Nome di evento indefinito - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Apri diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf index 36155f99..f48bd677 100644 --- a/core/locales/locale.pl.conf +++ b/core/locales/locale.pl.conf @@ -11,11 +11,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Brak nazwy zdarzenia - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Otwórz diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index eff9878d..20218cee 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Неизвестное название события - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Открыть diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf index f8c93fa0..0d4b5d89 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Odefinierat event-namn - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Öppna diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf index 79215913..cd1f7ed0 100644 --- a/core/locales/locale.zh.conf +++ b/core/locales/locale.zh.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = 未定义的事件名称 - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Open File |