Log of changes to the UI resources

Below is a log of changes to the UI resources of Atlantis since the introduction of the UI language packs. The latest version version of the UI translation kit includes all the changes listed below:

Version 4.4.6

A new dialog "SortRowsForm.txt" added.

Text added to "Menus\TABLE.txt":

Cell Alignment
 ?~16120;SCI_FORMAT_Table_CellAlign_LeftTop
 ?~16123;SCI_FORMAT_Table_CellAlign_LeftCenter
 ?~16126;SCI_FORMAT_Table_CellAlign_LeftBottom
 ?~16121;SCI_FORMAT_Table_CellAlign_CenterTop
 ?~16124;SCI_FORMAT_Table_CellAlign_CenterCenter
 ?~16127;SCI_FORMAT_Table_CellAlign_CenterBottom
 ?~16122;SCI_FORMAT_Table_CellAlign_RightTop
 ?~16125;SCI_FORMAT_Table_CellAlign_RightCenter
 ?~16128;SCI_FORMAT_Table_CellAlign_RightBottom
Sort Rows...~16113
Distribute Rows Evenly~16155

A new item added to "Commands.txt":

16113~Sort table rows;SCI_FORMAT_Table_SortRows

A new item added to "CommandHints.txt":

16113~Sorts selected rows (if any) or all rows of the current table in ascending
or descending order.;SCI_FORMAT_Table_SortRows

New items added to "General.txt":

2502;RID_ExtHint_DisabledCommandDescriptions[111]

;an explanation why a command is unavailable; used within popup hints "This command is currently
unavailable because ..." ;original: ;------- ;the table contains vertically merged cells ;------- ;translated: ;------- the table contains vertically merged cells ;------- 2503;RID_SortingOrder[0] ;sorting direction; used in the "Sort Table Rows" dialog ;original: ;------- ;Ascending ;------- ;translated: ;------- Ascending ;------- 2504;RID_SortingOrder[1] ;sorting direction; used in the "Sort Table Rows" dialog ;original: ;------- ;Descending ;------- ;translated: ;------- Descending ;-------

Version 4.4.5.5

New version of the "PersonalizeForm.txt" dialog - "PersonalizeForm2.txt" - with added content:

object PersonalizeForm: PersonalizeForm2
...
    object CaretOptBtn: TButton
      Left = 15
      Top = 170
      Width = 150
      Caption = 'Text &Cursor Options...'
      OnClick = ControlChange
    end
    object Lbl10: TLabel
      Left = 200
      Top = 130
      Caption = 'Spellcheckers you may need:'
    end
    object SpellLstBx: TCheckListBox
      Left = 200
      Top = 150
      Width = 244
      Height = 92
    end
  end
  object Panel9: TPanel
...

A new item added to "General.txt":

2501;RID_SC_Uninstall2

;a message diaplyed by the "Tools | Quick Personalization..." dialog
;%s - list of language names

;original:
;-------
;Are you sure that you want to remove the following spellchecker(s) from Atlantis completely:[br]%s
;-------

;translated:
;-------
Are you sure that you want to remove the following spellchecker(s) from Atlantis completely:[br]%s
;-------

Version 4.4.5.4

New version of the "OptionsForm.txt" dialog - "OptionsForm6.txt" - with added content:

object OptionsForm: TOptionsForm6
...
      object ItCursorChkBx: TCheckBox
        Left = 15
        Top = 163
        Caption = '&Italic cursors and mouse pointers'
        OnClick = ControlChange
      end
      object PrefCPLbl: TLabel
        Left = 15
        Top = 188
        Caption = 'Preferable cursor position:'
      end
      object PrefCPTBtn: TRadioButton
        Left = 160
        Top = 188
        Caption = 't&op'
        OnClick = ControlChange
      end
      object PrefCPMBtn: TRadioButton
        Left = 220
        Top = 188
        Caption = '&middle'
        OnClick = ControlChange
      end
      object PrefCPBBtn: TRadioButton
        Left = 280
        Top = 188
        Caption = '&bottom'
        OnClick = ControlChange
      end
      object PrefCPABtn: TRadioButton
        Left = 340
        Top = 188
        Caption = '&don''t care'
        OnClick = ControlChange
      end
      object InsCharAnimChkBx: TCheckBox
        Left = 15
        Top = 213
        Caption = 'Text typing &animation'
        OnClick = ControlChange
      end
...

Version 4.4.5.2

Text added to "Menus\MAIN.txt":

 Recent &Documents
  ?~1300;SCI_GENERAL_RecentDocuments
  Recently &Closed~1302
  -
  &View Backups...~122

and "Menus\OPEN.txt":

?~1300;SCI_GENERAL_RecentDocuments
Recently &Closed~1302
-
&View Backups...~122

Text added to "Menus\CBOARD.txt":

&Position
 &Left~6505
 &Right~6506
 L&eft && Right~6507
 &Swap Sides~6511
Pa&nels~151200;SCI_SPECIAL_TrialCommand_First

Text added to "Menus\DOCMAP.txt":

Show &Levels
 &1 only~6520
 1 and &2~6521
 1 to &3~6522
 1 to &4~6523
 1 to &5~6524
 1 to &6~6525
 1 to &7~6526
 1 to &8~6527
 &All~6528
Lar&ger Fonts~6586
Level 1 in &Bold~6587

Item removed from "General.txt":

1728;RID_AUTOCORRECT_SuperscriptTerminator

;text used in the "Tools | AutoCorrect..." dialog

;original:
;-------
;Superscript the abbreviated part
;-------

;translated:
;-------
Superscript the abbreviated part
;-------

Version 4.4.4.7

New version of the "InstallToForm.txt" dialog - "InstallToForm2.txt":

object InstallToForm: TInstallToForm2

The following content:

  object DestDirCmbBx: TDriveComboBox
    Left = 140
    Top = 53
    Width = 129
    DirList = DestDirLstBx
    Visible = False
  end
  object DestDirEdt: TEdit
    Left = 273
    Top = 54
    Width = 217
    Visible = False
  end
  object DestDirLstBx: TDirectoryListBox
    Left = 140
    Top = 80
    Width = 350
    Height = 110
    ItemHeight = 18
    Visible = False
    OnChange = DestDirLstBxChange
  end

replaced with:

  object DestDirEdt: TEdit
    Left = 140
    Top = 54
    Width = 256
    Visible = False
  end
  object BrowseBtn: TButton
    Left = 400
    Top = 54
    Width = 90
    Caption = '&Browse...'
    OnClick = BrowseBtnClick
    Visible = False
  end

Version 4.4.4.6

New version of the "OptionsForm.txt" dialog - "OptionsForm5.txt" - with added content:

object OptionsForm: TOptionsForm5
...

      object SCULBLbl: TLabel
        Left = 15
        Top = 52
        Caption = 'Underline &boldness:'
      end
      object SCULBTrackBar: TTrackBar
        Left = 114
        Top = 40
        Width = 90
        Height = 45
        PageSize = 1
        OnChange = ControlChange
      end
      object SCULCLbl: TLabel
        Left = 226
        Top = 52
        Caption = 'Underline colo&r:'
      end
      object SCULCCmbBx: TColorPalComboBox
        Left = 310
        Top = 48
        Width = 100
        OnChange = ControlChange
      end

...

Version 4.4.4.5

New items added to "CommandHints.txt":

121~Toggles "read-only" on or off for the active document.^p^pA "read-only" document file cannot
be modified by Atlantis, and all edit and format operations are by default not allowed
in a "read-only" document.;SCI_GENERAL_ReadOnly 170~Closes the active document and deletes its file from disk.;SCI_GENERAL_DeleteDoc

Version 4.4.4.4

New version of the "OptionsForm.txt" dialog - "OptionsForm4.txt" - with added content:

object OptionsForm: TOptionsForm4
...

      object ColBevel2: TBevel
        Left = 15
        Top = 515
        Width = 410
        Height = 2
      end
      object AdjContrChkBx: TCheckBox
        Left = 15
        Top = 525
        Caption = 'Ad&just onscreen text colors to make text visible on current background'
        OnClick = ControlChange
      end
      object AdjContrWBChkBx: TCheckBox
        Left = 35
        Top = 543
        Caption = 'Replace text colors with only &black or white'
        OnClick = ControlChange
      end

...

Version 4.4.4.2

New version of the "OptionsForm.txt" dialog - "OptionsForm3.txt" - with added content:

object OptionsForm: TOptionsForm3
...

      object EditROnlyChkBx: TCheckBox
        Left = 15
        Top = 353
        Caption = 'Allow editing read-only documents'
        OnClick = ControlChange
      end

...

A new item added to "General.txt":

2500;RID_ExtHint_DisabledCommandDescriptions[110]

;an explanation why a command is unavailable
;used within popup hints "This command is currently unavailable because ..."

;original:
;-------
;the active document was opened as read-only
;-------

;translated:
;-------
the active document was opened as read-only
;-------

Version 4.4.4.1

New version of the "CaretOptForm.txt" dialog - "CaretOptForm2.txt" - with added content:

object CaretOptForm: TCaretOptForm2
...

  object IndShapeLbl: TLabel
    Left = 43
    Top = 173
    Caption = 'Shape:'
  end
  object Shape1Btn: TRadioButton
    Left = 104
    Top = 173
    Caption = 'trian&gle'
    OnClick = ControlChange
  end
  object Shape2Btn: TRadioButton
    Left = 180
    Top = 173
    Caption = 'circl&e'
    OnClick = ControlChange
  end

...

  object NavXLChkBx: TCheckBox
    Left = 15
    Top = 460
    Caption = '&Briefly show a big cursor pointing to your navigation targets'
    OnClick = ControlChange
  end
  object RestoreBtn: TButton
    Left = 8
    Top = 505
    Width = 124
    Caption = 'Restore De&fault'
    OnClick = ControlChange
  end

...

Version 4.4.4

Text added to "Menus\MAIN.txt":

 C&hange Case
  &Uppercase~3980
  &Lowercase~4000
  &Invert Case~4020
  -
  &Sentence~4025
  &Heading~4030
  -
  &Cycle Through Case~4035
 -
 &Join Paragraphs~3920

Version 4.4.3.9

A new item added to "General.txt":

2499;RID_FindPanel_ResCancelBtn_Hint

;a popup hint of a button in the "Find/Replace" tool

;original:
;-------
;Cancel search
;-------

;translated:
;-------
Cancel search
;-------

Versions 4.4.2 - 4.4.3.7

New items added to "General.txt":

142;SOpen

;generic button/menu item caption

;original:
;-------
;Open
;-------

;translated:
;-------
Open
;-------





2495;RID_SC_InstallSpellchecker_MenuCaption

;a right-click menu command
;%s - a language name

;original:
;-------
;Download && install spellchecker for "%s"
;-------

;translated:
;-------
Download && install spellchecker for "%s"
;-------





2496;PredefinedPageInfos[12].Title

;info about a page format (name and size)

;original:
;-------
;B4 (JIS), ^257^ x ^364^ mm
;-------

;translated:
;-------
B4 (JIS), ^257^ x ^364^ mm
;-------





2497;RID_SoundVolume_Label

;text in the "Sounds" dialog
;%d - sound volume

;original:
;-------
;Sound volume: %d%%
;-------

;translated:
;-------
Sound volume: %d%%
;-------





2498;RID_FindPanel_InsSymbol_MenuItem_Caption

;a menu item in the "Find/Replace" tool

;original:
;-------
;Symbols && Characters...
;-------

;translated:
;-------
Symbols && Characters...
;-------

New version of the "SoundSettingsForm.txt" dialog - "SoundSettingsForm2.txt" - with added content:

object SoundSettingsForm: TSoundSettingsForm2
...
      OnClick = EnableControlClick
    end

    object VolLbl: TLabel
      Left = 280
      Top = 225
    end
    object VolBar: TTrackBar
      Left = 280
      Top = 240
      Width = 134
      Height = 42
      PageSize = 1
      OnChange = VolBarChange
    end

  end
  object SetSchemeDlg: TOpenDialog
...

New version of the "OptionsForm.txt" dialog - "OptionsForm2.txt" - with added content:

object OptionsForm: TOptionsForm2
...

      object OSDlgChkBx: TCheckBox
        Left = 15
        Top = 372
        Caption = 'Classic Open/Save &dialogs'
        OnClick = ControlChange
      end

...

Text added to "Commands.txt":

4030~Change case (headings)                                            ;SCI_EDIT_LikeInHeadings
4035~Cycle through case                                                ;SCI_EDIT_CycleThroughCase
4040~Change case                                                       ;SCI_EDIT_ChangeCase

Text added to "Menus\CASE.txt":

&Uppercase~3980
&Lowercase~4000
&Invert Case~4020
-
&Sentence~4025
&Heading~4030
-
&Cycle Through Case~4035
Follow us
Facebook
X
YouTube
Blog