diff options
-rw-r--r-- | core/locale.conf | 7 | ||||
-rw-r--r-- | core/locales/locale.de.conf | 7 | ||||
-rw-r--r-- | core/locales/locale.es.conf | 7 | ||||
-rw-r--r-- | core/locales/locale.ru.conf | 7 |
4 files changed, 12 insertions, 16 deletions
diff --git a/core/locale.conf b/core/locale.conf index b8cfc082..c9700553 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -10,10 +10,9 @@ % be localized. Extra spaces around '=' are ignored. % % Notes: -% - gtk-* strings do not need to be localized; GTK will do it for you based -% on your system's locale settings. -% - Menu items have a "_" character as a mnemonic (for Alt+character) access. -% You can put the "_" anywhere applicable in your localized version. +% - Buttons and menu items have a "_" character as a mnemonic (for +% Alt+character) access. You can put the "_" anywhere applicable in your +% localized version or eliminate it altogether. % core/events.lua Undefined event name = Undefined event name diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index b5c5448b..b4a8e4dc 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -11,10 +11,9 @@ % be localized. Extra spaces around '=' are ignored. % % Notes: -% - gtk-* strings do not need to be localized; GTK will do it for you based -% on your system's locale settings. -% - Menu items have a "_" character as a mnemonic (for Alt+character) access. -% You can put the "_" anywhere applicable in your localized version. +% - Buttons and menu items have a "_" character as a mnemonic (for +% Alt+character) access. You can put the "_" anywhere applicable in your +% localized version or eliminate it altogether. % core/events.lua Undefined event name = Undefinierter Eventname diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index c1401171..25858e05 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -11,10 +11,9 @@ % be localized. Extra spaces around '=' are ignored. % % Notes: -% - gtk-* strings do not need to be localized; GTK will do it for you based -% on your system's locale settings. -% - Menu items have a "_" character as a mnemonic (for Alt+character) access. -% You can put the "_" anywhere applicable in your localized version. +% - Buttons and menu items have a "_" character as a mnemonic (for +% Alt+character) access. You can put the "_" anywhere applicable in your +% localized version or eliminate it altogether. % core/events.lua Undefined event name = Nombre de evento sin definir diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index b92f7233..17af21d8 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -11,10 +11,9 @@ % be localized. Extra spaces around '=' are ignored. % % Notes: -% - gtk-* strings do not need to be localized; GTK will do it for you based -% on your system's locale settings. -% - Menu items have a "_" character as a mnemonic (for Alt+character) access. -% You can put the "_" anywhere applicable in your localized version. +% - Buttons and menu items have a "_" character as a mnemonic (for +% Alt+character) access. You can put the "_" anywhere applicable in your +% localized version or eliminate it altogether. % core/events.lua Undefined event name = Неизвестное название события |