Skip to content

Commit

Permalink
version 1.17.1.16266
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Sep 22, 2016
1 parent 4c2c34b commit a4ca246
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Changelog
+ added
* fixed

Changes in 1.17.1-beta (02 Sep 2016)
Changes in 1.17.1 (22 Sep 2016)

! Handle XML parsing errors (configuration file and snippets).
+ "Toggle always on top" hotkey command.
Expand All @@ -49,6 +49,7 @@ Changes in 1.17.1-beta (02 Sep 2016)
* Fix scroll bars position in hidden tabs.
* System environment variables no longer override local environment variables.
* Japanese localization (thanks to ys-nuem).
* Link files are also resolved when text is copied in shell text box.

Changes in 1.17.0 (08 may 2016)

Expand Down
12 changes: 6 additions & 6 deletions l10n/JPN/console.rc
Original file line number Diff line number Diff line change
Expand Up @@ -926,16 +926,16 @@ END
STRINGTABLE
BEGIN
IDS_CAPTION_ERROR "エラー"
IDS_ERR_CANT_START_SHELL "Unable to start %1% (reason: %2%)!"
IDS_ERR_CANT_START_SHELL_AS_USER "Unable to start %1% as user %2% (reason: %3%)!"
IDS_ERR_CANT_START_SHELL "開始できません %1% (理由: %2%)!"
IDS_ERR_CANT_START_SHELL_AS_USER "ユーザ %2% として %1% を開始できません (理由: %3%)!"
IDS_ERR_DLL_INJECTION_FAILED "DLL インジェクションに失敗しました (理由:%1%)!"
IDS_ERR_DLL_HOOK_MISSING "DLL フック %1% エラー!"
IDS_ERR_CREATE_SHARED_OBJECTS_FAILED "共有オブジェクトを作成できません (reason:%1%)!"
IDS_ERR_CANT_START_SHELL_AS_ADMIN "Unable to start %1% %2% as administrator (reason: %3%)!"
IDS_ERR_CANT_GET_ELEVATION_TYPE "Unable to get the elevation level (reason: %1%)!"
IDS_ERR_CREATE_SHARED_OBJECTS_FAILED "共有オブジェクトを作れません (理由: %1%)!"
IDS_ERR_CANT_START_SHELL_AS_ADMIN "ユーザ %2% を管理者として %1% を実行できません (理由: %3%)!"
IDS_ERR_CANT_GET_ELEVATION_TYPE "Unable to get the elevation level (理由: %1%)!"
IDS_ERR_TAB_CREATE_FAILED "タブ %1%を開くことができません!\nプロセス %2% が動作中です (タスクマネージャーで該当プロセスを終了してください)"
IDS_ERR_IS_NOT_A_WIN32_CONSOLE "%1% はWin32コンソールアプリケーションではありません!"
IDS_ERR_CANT_GET_USER "Unable to get current user identity (reason: %1%)!"
IDS_ERR_CANT_GET_USER "現在のユーザ情報が得られません (理由: %1%)!"
IDS_ERR_XML_PARSING "XML parsing error (%1$#x) in file %2% on line %3% at column %4%: %5%"
END

Expand Down
8 changes: 4 additions & 4 deletions l10n/RUS/console.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[DIALOGEX]
[DIALOGEX]
""=""
"&administrator"="&администратора"
"&Alpha"="А&льфа-канал"
Expand Down Expand Up @@ -240,7 +240,7 @@
"Always on top"="Поверх всех окон"
"Appearance"="Внешний вид"
"Are you sure you want close all tabs ?"="Вы действительно хотите закрыть все вкладки?"
"Are you sure you want close all views ?"="ы действительно хотите закрыть все окна?"
"Are you sure you want close all views ?"="Вы действительно хотите закрыть все окна?"
"Attach consoles"="Прикрепить консоли"
"Attach consoles\nAttach consoles"="Прикрепить консоли\nПрикрепить консоли"
"Author"="Автор"
Expand Down Expand Up @@ -368,7 +368,7 @@
"None"="Нет"
"None;Left;Right;Middle;Fourth;Fifth;"="Нет;Левая;Правая;Средняя;Четвертая;Пятая;"
"None;Top left;Top right;Bottom left;Bottom right;Top middle;Bottom middle;Left middle;Right middle;"="Нет;Сверху слева;Сверху справа;Внизу слева;Внизу справа;Сверху в центре;Внизу в центре;Слева в центре;Справа в центре;"
"Normal window;Minimized;Maximized;Full screen;"="Нормальное окно;Свернутое;развернутое;Во весь экран;"
"Normal window;Minimized;Maximized;Full screen;"="Нормальное окно;Свернутое;Развернутое;Во весь экран;"
"NUM"="NUM"
"OK"="OK"
"Open a new tab\nNew tab"="Открыть новую вкладку\nНовая вкладка"
Expand Down Expand Up @@ -413,7 +413,7 @@
"Show or hide the tabs"="Скрыть/показать вкладки"
"Show or hide the toolbar"="Скрыть/показать панель инструментов"
"Show snippet information"="Подробно"
"Show Snippets context menu"="Показывать контекстное меню сниппетов"
"Show Snippets context menu"="Показать контекстное меню сниппетов"
"Snippets context menu"="Контекстное меню сниппетов"
"Split horizontally"="Разделить по горизонтали"
"Split the current view horizontally\nSplit Horizontally"="Разделить текущее окно по горизонтали\nРазделить по горизонтали"
Expand Down
2 changes: 1 addition & 1 deletion l10n/RUS/console.rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Microsoft Visual C++ generated resource script.
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#include "version.h"
Expand Down
8 changes: 4 additions & 4 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 17
#define VERSION_BUILD 1
#define VERSION_BUILD2 16246
#define VERSION_FILE "1.17.1.16246"
#define VERSION_PRODUCT "1.17.1 beta"
#define VERSION_BUILD2 16266
#define VERSION_FILE "1.17.1.16266"
#define VERSION_PRODUCT "1.17.1"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2016 Bucher Christophe"

#ifndef _WIN32

VERSION = 1.17.1.16246
VERSION = 1.17.1.16266

#endif

0 comments on commit a4ca246

Please sign in to comment.