summaryrefslogtreecommitdiff
path: root/translations/UTranslation_IT.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-08 21:09:55 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-08 21:09:55 +0200
commit61a2f57f6a2a748d16a8ba8aced2e1298368615f (patch)
tree25c4b6d30e9830cf7d4ba53eef6728e6025cac36 /translations/UTranslation_IT.pas
parent959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff)
downloadtuxcmd-0.6.49.tar.xz
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_IT.pas')
-rw-r--r--translations/UTranslation_IT.pas48
1 files changed, 48 insertions, 0 deletions
diff --git a/translations/UTranslation_IT.pas b/translations/UTranslation_IT.pas
index ad84365..d3c2b9b 100644
--- a/translations/UTranslation_IT.pas
+++ b/translations/UTranslation_IT.pas
@@ -638,6 +638,30 @@ const LANGitF2Button_Caption = 'F2 - Rinomina';
LANGitFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data';
LANGitFSetPassword_ShowPasswordCheckButton = 'Un_mask password';
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGitCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGitCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGitCopyPathToClipboard = '_Copy path to clipboard';
+ LANGitPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGitPreferences_System = 'System';
+ LANGitPreferences_Custom = 'Custom...';
+ LANGitPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGitPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGitPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGitPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGitPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGitPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGitPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGitPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip = 'Check this to allow sorting directories along with files. Directories are always first in the list.'#10'Unchecked: directories are always sorted by name.';
+ LANGitPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGitPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGitPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGitPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGitPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGitPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGitPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGitPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGitPreferences_VFSTempPathEntry_Tooltip = 'Location of temporary files used by VFS subsystem, e.g. when opening files directly from archives. All temporary files are cleaned on exit.';
@@ -1247,6 +1271,30 @@ begin
LANGFSetPassword_Label1_Caption := LANGitFSetPassword_Label1_Caption;
LANGFSetPassword_Label2_Caption := LANGitFSetPassword_Label2_Caption;
LANGFSetPassword_ShowPasswordCheckButton := LANGitFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGitCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGitCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGitCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGitPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGitPreferences_System;
+ LANGPreferences_Custom := LANGitPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGitPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGitPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGitPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGitPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGitPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGitPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGitPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGitPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGitPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGitPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGitPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGitPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGitPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGitPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGitPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGitPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGitPreferences_VFSTempPathEntry_Tooltip;
end;
initialization