From f10a48801dd09bb6cb058b4f783f879720d22bf0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 Sep 2011 22:37:24 -0400 Subject: Refactored textadept.c and changed Lua interface a bit. '_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense. --- core/locales/locale.ru.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/locales') diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index eee3757e..8ec93ec1 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -32,8 +32,6 @@ Reload modified file? = Перезагрузить файл с изменени has been modified. Reload it? = был изменён. Открыть заново? % core/gui.lua -Buffer argument expected. = Необходим аргумент для буфера. -This buffer is not the current one. = Это не текущий буфер. [Message Buffer] = [Буфер сообщений] Name = Название %File = Файл -- cgit v1.2.3