summaryrefslogtreecommitdiff
path: root/translations/UTranslation_DE.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
commit46b015423b05773a97722309dee447ee2b6d4faa (patch)
tree0a2d2b514992f3f085247be9f54fa84ed5b7e5c8 /translations/UTranslation_DE.pas
parentcb7efbd2493720e3129695ce72df3ee4190e9086 (diff)
downloadtuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_DE.pas')
-rw-r--r--translations/UTranslation_DE.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_DE.pas b/translations/UTranslation_DE.pas
index 5237a27..b625b0f 100644
--- a/translations/UTranslation_DE.pas
+++ b/translations/UTranslation_DE.pas
@@ -642,6 +642,35 @@ const LANGdeF2Button_Caption = 'F2 - Umbenennen';
LANGdePreferences_VFSTempPathLabel_Caption = '_VFS temporäre Dateien:';
LANGdePreferences_VFSTempPathEntry_Tooltip = 'Ort der temporären Dateien, die vom VFS-subsystem benutzt werden, z.B. beim Öffnen direkt aus einem Archiv. Alle temporären Dateien werden am Ende gelöscht.';
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
+ LANGdePreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGdePreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGdeGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGdeGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGdeGtkMountOperation_Username = '_Username:';
+ LANGdeGtkMountOperation_Domain = '_Domain:';
+ LANGdeGtkMountOperation_Password = '_Password:';
+ LANGdeGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGdeGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGdeGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGdeGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGdeGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGdeFSymlink_RelativePath = '_Relative path';
+ LANGdeFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGdeFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGdeFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGdeFConnectionManager_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.';
+ LANGdeFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGdeFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGdeFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGdeFQuickConnect_Caption = 'Quick connect';
+ LANGdeFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGdeFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGdeLinkToS = 'Link to %s';
+ LANGdeOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGdeTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGdeTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1274,6 +1303,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGdePreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGdePreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGdePreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGdePreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGdePreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGdeGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGdeGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGdeGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGdeGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGdeGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGdeGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGdeGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGdeGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGdeGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGdeGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGdeFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGdeFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGdeFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGdeFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGdeFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGdeFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGdeFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGdeFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGdeFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGdeFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGdeFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGdeLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGdeOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGdeTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGdeTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization