diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 22:31:50 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 22:31:50 +0200 |
| commit | 46b015423b05773a97722309dee447ee2b6d4faa (patch) | |
| tree | 0a2d2b514992f3f085247be9f54fa84ed5b7e5c8 /UConnectionManager.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-0.6.67.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'UConnectionManager.pas')
| -rw-r--r-- | UConnectionManager.pas | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/UConnectionManager.pas b/UConnectionManager.pas index e441b24..1744dbc 100644 --- a/UConnectionManager.pas +++ b/UConnectionManager.pas @@ -180,9 +180,9 @@ begin RemoveButton.UseUnderline := True; RemoveButton.Tooltip := LANGConnMgr_RemoveButtonTooltip; DuplicateButton := TGTKImageButton.Create(Self); - DuplicateButton.Caption := 'D_uplicate...'; + DuplicateButton.Caption := LANGFConnectionManager_DuplicateButton_Caption; DuplicateButton.UseUnderline := True; - DuplicateButton.Tooltip := 'Duplicate selected connection'; + DuplicateButton.Tooltip := LANGFConnectionManager_DuplicateButton_Tooltip; QuickConnectButton := TGTKImageButton.Create(Self); QuickConnectButton.SetFromStock('gtk-connect', isSmallToolbar); @@ -199,10 +199,10 @@ begin ButtonBox.AddControl(DuplicateButton); ButtonBox.AddControl(RemoveButton); - DoNotSavePasswordsCheckBox := TGTKCheckButton.CreateWithLabel(Self, '_Do not store passwords internally (but still use gnome-keyring)'); - DoNotSavePasswordsCheckBox.Tooltip := 'By checking this option on, Tux Commander will never save passwords into its connection list. Due to the GVFS nature, gnome-keyring will still be used to retrieve stored passwords from your desktop session.'; - DoNotSynchronizeKeyringCheckBox := TGTKCheckButton.CreateWithLabel(Self, 'Do not synchronize passwords to gnome-_keyring'); - DoNotSynchronizeKeyringCheckBox.Tooltip := 'Don''t tell gnome-keyring to save any passwords.'; + DoNotSavePasswordsCheckBox := TGTKCheckButton.CreateWithLabel(Self, LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label); + DoNotSavePasswordsCheckBox.Tooltip := LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + DoNotSynchronizeKeyringCheckBox := TGTKCheckButton.CreateWithLabel(Self, LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label); + DoNotSynchronizeKeyringCheckBox.Tooltip := LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; ListViewTable.AddControlEx(0, 1, 3, 5, ListViewScrolledWindow, [taoExpand, taoFill], [taoExpand, taoFill], 0, 5); ListViewTable.AddControlEx(0, 6, 3, 1, DoNotSavePasswordsCheckBox, [taoExpand, taoFill], [taoShrink], 10, 0); @@ -228,7 +228,7 @@ begin RemoveMenuItem.StockIcon := 'gtk-remove'; RemoveMenuItem.OnClick := RemoveButtonClick; DuplicateMenuItem := TGTKMenuItem.CreateTyped(Self, itImageText); - DuplicateMenuItem.Caption := 'D_uplicate...'; + DuplicateMenuItem.Caption := LANGFConnectionManager_DuplicateMenuItem_Caption; DuplicateMenuItem.OnClick := DuplicateButtonClick; ItemsPopupMenu.Add(ConnectMenuItem); ItemsPopupMenu.Add(TGTKMenuItem.CreateTyped(Self, itSeparator)); |
