summaryrefslogtreecommitdiff
path: root/translations/UTranslation_SR.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_SR.pas
parentcb7efbd2493720e3129695ce72df3ee4190e9086 (diff)
downloadtuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_SR.pas')
-rw-r--r--translations/UTranslation_SR.pas53
1 files changed, 52 insertions, 1 deletions
diff --git a/translations/UTranslation_SR.pas b/translations/UTranslation_SR.pas
index 3232002..fdb1140 100644
--- a/translations/UTranslation_SR.pas
+++ b/translations/UTranslation_SR.pas
@@ -670,9 +670,35 @@ const LANGsrF2Button_Caption = 'F2 - Преименуј';
LANGsrPreferences_VFSTempPathLabel_Caption = '_VFS привр. фајлови:';
LANGsrPreferences_VFSTempPathEntry_Tooltip = 'Локација привремених фајлова за потребе VFS система, нпр. када отварате фајлове директно из архива. Они се бришу при изласку из програма.';
- (*************** STRINGS ADDED TO v0.6.55 **********************************************************************************)
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
LANGsrPreferences_RightClickSelectCheckBox = 'Избор десним тастером миша';
LANGsrPreferences_RightClickSelectCheckBox_Tooltip = 'Користи десни тастер миша за обележавање, као у mc.';
+ LANGsrGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGsrGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGsrGtkMountOperation_Username = '_Username:';
+ LANGsrGtkMountOperation_Domain = '_Domain:';
+ LANGsrGtkMountOperation_Password = '_Password:';
+ LANGsrGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGsrGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGsrGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGsrGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGsrGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGsrFSymlink_RelativePath = '_Relative path';
+ LANGsrFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGsrFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGsrFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGsrFConnectionManager_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.';
+ LANGsrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGsrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGsrFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGsrFQuickConnect_Caption = 'Quick connect';
+ LANGsrFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGsrFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGsrLinkToS = 'Link to %s';
+ LANGsrOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGsrTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGsrTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1307,6 +1333,31 @@ begin
LANGPreferences_RightClickSelectCheckBox := LANGsrPreferences_RightClickSelectCheckBox;
LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGsrPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGsrGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGsrGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGsrGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGsrGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGsrGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGsrGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGsrGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGsrGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGsrGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGsrGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGsrFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGsrFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGsrFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGsrFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGsrFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGsrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGsrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGsrFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGsrFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGsrFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGsrFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGsrLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGsrOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGsrTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGsrTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization