forked from RaiDrive/RaiDrive.Translation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringDictionary.uk.xaml
212 lines (184 loc) · 14.7 KB
/
StringDictionary.uk.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:RaiDrive.Center.Languages" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Menu bar>Settings, General -->
<system:String x:Key="Current.Language">uk</system:String>
<system:String x:Key="Settings">Settings</system:String>
<system:String x:Key="Settings.Header">Settings</system:String>
<system:String x:Key="Settings.General">General</system:String>
<system:String x:Key="Settings.Language">Language</system:String>
<system:String x:Key="Settings.Update">Update</system:String>
<system:String x:Key="Settings.Facebook">Facebook</system:String>
<system:String x:Key="Settings.Facebook.Like">Like</system:String>
<system:String x:Key="Settings.TemporaryPath">Temporary</system:String>
<system:String x:Key="Settings.Default">Default</system:String>
<system:String x:Key="Settings.License">License</system:String>
<system:String x:Key="Settings.Proxy">Proxy</system:String>
<system:String x:Key="Settings.General.RunAtBoot">Run a program automatically when Windows starts</system:String>
<system:String x:Key="Settings.General.RunAtConnect">Run File Explorer when a drive has connected</system:String>
<system:String x:Key="Notice">Notice</system:String>
<system:String x:Key="AddDrive">Add</system:String>
<system:String x:Key="AddDrive.Header">New Drive</system:String>
<system:String x:Key="AddDrive.Storage">Storage</system:String>
<!-- Drive -->
<system:String x:Key="AddDrive.Drive">Drive</system:String>
<!-- Add New Storage -->
<system:String x:Key="AddDrive.Network">Network</system:String>
<system:String x:Key="AddDrive.ReadOnly">Read-only</system:String>
<system:String x:Key="AddDrive.MountAtBoot">Reconnect at signin</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">Connect using different credentials</system:String>
<system:String x:Key="AddDrive.Account">Account</system:String>
<system:String x:Key="AddDrive.Username">Username</system:String>
<system:String x:Key="AddDrive.Password">Password</system:String>
<system:String x:Key="AddDrive.Anonymous">Anonymous</system:String>
<system:String x:Key="AddDrive.Address">Address</system:String>
<system:String x:Key="AddDrive.Port">Port</system:String>
<system:String x:Key="AddDrive.Device">Device</system:String>
<system:String x:Key="AddDrive.PrivateKey">Private Key</system:String>
<system:String x:Key="AddDrive.Charset">Charset</system:String>
<system:String x:Key="AddDrive.TransferMode">Transfer Mode</system:String>
<system:String x:Key="AddDrive.Encryption">Encryption</system:String>
<system:String x:Key="Vailidation.Volume">Please enter a valid volume label</system:String>
<system:String x:Key="Vailidation.VolumeExist">This name alreay exists</system:String>
<system:String x:Key="Vailidation.VolumeInvalidChar">A volume label can't contain any of the following characters:</system:String>
<system:String x:Key="Vailidation.VolumeInvalidStr">Do not use the following reserved names:</system:String>
<system:String x:Key="Vailidation.Letter">Please select a unassigned drive letter</system:String>
<system:String x:Key="Vailidation.Address">Please enter a hostname or IP address</system:String>
<system:String x:Key="Vailidation.Address.WebDAV">Please enter a URL</system:String>
<system:String x:Key="Vailidation.Address.LocalDrive">Please select a folder on your PC</system:String>
<system:String x:Key="Vailidation.Port">Please enter a port number (0 ~ 65535)</system:String>
<system:String x:Key="Vailidation.Username">Please enter a username</system:String>
<system:String x:Key="Vailidation.Password">Please enter a password</system:String>
<!-- Menu bar>Settings, account, volume -->
<system:String x:Key="Vailidation.Hint.Volume">volume label</system:String>
<system:String x:Key="Vailidation.Hint.Address">host.example.com</system:String>
<system:String x:Key="Vailidation.Hint.Address.LocalDrive">folder</system:String>
<system:String x:Key="Vailidation.Hint.Username">username</system:String>
<system:String x:Key="Vailidation.Hint.Password">password</system:String>
<system:String x:Key="Vailidation.Hint.Port">port</system:String>
<system:String x:Key="Vailidation.Hint.Path">path</system:String>
<system:String x:Key="Vailidation.Hint.Email">[email protected]</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">you may select private key file</system:String>
<system:String x:Key="Button.Yes">Yes</system:String>
<system:String x:Key="Button.No">No</system:String>
<system:String x:Key="Button.OK">OK</system:String>
<system:String x:Key="Button.Apply">Apply</system:String>
<system:String x:Key="Button.Cancel">Cancel</system:String>
<system:String x:Key="Button.Check">Check</system:String>
<system:String x:Key="Button.Edit">Edit</system:String>
<system:String x:Key="Button.Retry">Retry</system:String>
<system:String x:Key="Button.ReAuth">Sign in</system:String>
<system:String x:Key="Button.Login">Login</system:String>
<system:String x:Key="Button.SIGNIN">SIGIN-IN</system:String>
<system:String x:Key="ToolTip.Connect">Connect</system:String>
<system:String x:Key="ToolTip.Disconnect">Disconnect</system:String>
<system:String x:Key="ToolTip.Edit">Edit</system:String>
<system:String x:Key="ToolTip.Remove">Remove</system:String>
<system:String x:Key="ToolTip.NetworkDrive">Network Drive</system:String>
<system:String x:Key="ToolTip.SecureProtocol">Secure Protocol</system:String>
<system:String x:Key="ToolTip.SecureConnection">Secure Connection</system:String>
<system:String x:Key="ToolTip.Backup">Backup</system:String>
<system:String x:Key="Message.Title.SelectFolder">Select folder</system:String>
<system:String x:Key="Message.Title.DeleteDrive">Delete drive</system:String>
<system:String x:Key="Message.NotSupportNetworkDrive">RaiDrive does not support a network drive.</system:String>
<system:String x:Key="Message.NotSupportRaiDrive">RaiDrive does not support a drive to connect by itself.</system:String>
<system:String x:Key="Message.Exist">This folder is already included.</system:String>
<system:String x:Key="Message.SelectedPath">Selected Path</system:String>
<system:String x:Key="Message.DuplicatedPath">Duplicated Path</system:String>
<system:String x:Key="Message.SureDelete">Are you sure you want to permanently delete "{0} ({1})" ?</system:String>
<system:String x:Key="Message.Title.ServiceDown">Revive RaiDrive</system:String>
<system:String x:Key="Message.Title.Reconnect">RaiDrive Reconnect</system:String>
<system:String x:Key="Message.ServiceDown">Please press OK button, RaiDrive will be alive.</system:String>
<system:String x:Key="Message.Settings.Reconnect">Please press OK button, You must reconnect the remote storage for the changed settings to take effect.</system:String>
<system:String x:Key="Message.NotReady.Reboot">RaiDrive is not ready to start, You need restart system.</system:String>
<system:String x:Key="Message.NotReady.Driver">Device driver is not installed on your system. You need reinstall RaiDrive.</system:String>
<system:String x:Key="Message.NotSupport.Browser.Dropbox">Dropbox supports Internet Explorer 10, 11. You'd better install Internet Explorer 11.</system:String>
<system:String x:Key="Message.Connect.By">Connected by RaiDrive</system:String>
<system:String x:Key="Message.Maximum.Drive">Up to 8 drives can be created in the current version</system:String>
<system:String x:Key="Message.License.Expired">Your license has been expired. You need to download the new version. Press OK to upgrade.</system:String>
<system:String x:Key="Message.License.NotReady">RaiDrive cannot validate your license.</system:String>
<system:String x:Key="Message.UnknownSpace">Unknown space</system:String>
<system:String x:Key="Message.CurrentVersion">Current version is {0}</system:String>
<system:String x:Key="Message.Cache.Folder.NotSupport">The temporary folder must be a folder on the local disk drive. Network drive is not supported.</system:String>
<system:String x:Key="Message.ErrorRemoteDriveAuth">Authorization or authentication failed. Would you like to re-authenticate?</system:String>
<system:String x:Key="Message.ErrorRemoteDriveWantRelogin">Authorization or authentication failed. Would you like to re-authenticate? (If it still fails, delete the drive and recreate it.)</system:String>
<system:String x:Key="Message.ErrorRemoteDriveLimit">The download quota has been exceeded. Download restrictions are the policy of {0}.</system:String>
<system:String x:Key="Message.ErrorRemoteDriveRemake">The connection method to the remote storage has changed. You need to sign in again.</system:String>
<system:String x:Key="Message.ErrorCacheDiskFull">The cache storage space is not enough. You'd better to increase storage space.</system:String>
<system:String x:Key="Message.ErrorInternet">Unable to connect to remote storage. Please check your internet connection and try again.</system:String>
<system:String x:Key="Message.ErrorDiskLetterExist">You must change the drive letter or drive name.</system:String>
<system:String x:Key="Message.OAuth.InvalidClient">Unmanaged domain by Active Directory</system:String>
<system:String x:Key="Message.OAuth.InvalidClientDescription">Your account is not managed by Active Directory. You should contact Active Directory or domain administrator or sign in as a personal account.</system:String>
<!-- ConnectResponse Message -->
<system:String x:Key="WebExceptionStatus.ConnectFailure">Please check the address.</system:String>
<system:String x:Key="WebExceptionStatus.ConnectionClosed">Please double check the protocol{0} and port{1}.</system:String>
<system:String x:Key="WebExceptionStatus.SendFailure">Please double check the protocol{0} and port{1}.</system:String>
<system:String x:Key="WebExceptionStatus.ReceiveFailure">Please double check the protocol{0} and port{1}.</system:String>
<system:String x:Key="HttpStatusCode.MethodNotAllowed">Please check if the path{0} exists or if access is granted.</system:String>
<system:String x:Key="HttpStatusCode.Unauthorized">Authentication failed. Please check your account (password).</system:String>
<system:String x:Key="SocketError.TimedOut">Please check the address.</system:String>
<system:String x:Key="SocketError.ConnectionRefused">Please check the port{0}.</system:String>
<system:String x:Key="OtherResponseCode.2">Path not found. Check the path{0}.</system:String>
<system:String x:Key="OtherResponseCode.3">Please double check the protocol{0} and port{1}.</system:String>
<!-- ConnectResponse Message -->
<system:String x:Key="Words.Reason">Reason</system:String>
<system:String x:Key="Words.Delegation.Stop">Delegation aborted</system:String>
<system:String x:Key="Words.Drive">Drive</system:String>
<system:String x:Key="Words.FreeSpace">Free space</system:String>
<system:String x:Key="Words.Send.Opinion">Send Opinion</system:String>
<system:String x:Key="Words.Code">Code</system:String>
<system:String x:Key="Words.Path">Path</system:String>
<system:String x:Key="Words.File">File</system:String>
<system:String x:Key="Words.Ready">Ready</system:String>
<system:String x:Key="Words.Time">Time</system:String>
<system:String x:Key="Words.Error">Error</system:String>
<system:String x:Key="Words.State">State</system:String>
<system:String x:Key="Words.Size">Size</system:String>
<system:String x:Key="Words.Description">Description</system:String>
<system:String x:Key="Help.Text">HELP</system:String>
<system:String x:Key="Help.Add.Drive">HERE WE GO~</system:String>
<system:String x:Key="Help.ServiceDown">RaiDrive Service was stopped.</system:String>
<system:String x:Key="Help.ServiceDown.Press">Please press button, RaiDrive will be alive.</system:String>
<system:String x:Key="Help.InternetDown">Your internet connection seems to be disconnected. Please check your internet connection.</system:String>
<system:String x:Key="Help.InternetDown.RetryAfter">Retry after {0} second(s).</system:String>
<system:String x:Key="Help.License.ForBusiness">for the business version</system:String>
<system:String x:Key="Upgrade">Upgrade</system:String>
<system:String x:Key="Upgrade.Uptodate">You are using the latest version</system:String>
<system:String x:Key="Upgrade.NewVersion">You can upgrade to the version {0}</system:String>
<system:String x:Key="Upgrade.New">You can upgrade to the new version</system:String>
<system:String x:Key="NotifyIcon.Open">Open RaiDrive</system:String>
<system:String x:Key="NotifyIcon.CheckUpdate">Check update</system:String>
<system:String x:Key="NotifyIcon.Exit">Exit</system:String>
<system:String x:Key="NotifyIcon.Exit.Message">Are you sure you want to disconnect all connections before exit?</system:String>
<system:String x:Key="State.Space.Format">{0} free of {1} {2}</system:String>
<system:String x:Key="State.Space.Used">used</system:String>
<system:String x:Key="Brand.Synology">Synology</system:String>
<system:String x:Key="Brand.QNAP">QNAP</system:String>
<system:String x:Key="Brand.Box_com">Box</system:String>
<system:String x:Key="Brand.ipTIME">ipTIME</system:String>
<system:String x:Key="Brand.WD">WD</system:String>
<system:String x:Key="Brand.etc">etc</system:String>
<!-- backup -->
<system:String x:Key="Backup">Backup</system:String>
<system:String x:Key="Backup.Add">Add</system:String>
<system:String x:Key="Backup.Delete">Delete</system:String>
<system:String x:Key="Backup.Start">Start</system:String>
<system:String x:Key="Backup.Stop">Stop</system:String>
<system:String x:Key="Backup.BackupNOW">Backup NOW</system:String>
<system:String x:Key="Backup.NOW">NOW</system:String>
<system:String x:Key="Backup.Save">Save</system:String>
<system:String x:Key="Backup.ClearLog">Clear log</system:String>
<system:String x:Key="Backup.DestRootFolder">Remote Folder</system:String>
<system:String x:Key="Backup.SourceFolders">Source Folder</system:String>
<system:String x:Key="Backup.Progress">Progress</system:String>
<system:String x:Key="Backup.AutoStart">Auto Start</system:String>
<system:String x:Key="Backup.LogTab.Current">Current</system:String>
<system:String x:Key="Backup.LogTab.All">All</system:String>
<system:String x:Key="Backup.LogTab.Error">Error</system:String>
<system:String x:Key="Backup.LogTab.Ready">Ready</system:String>
<system:String x:Key="Backup.LogTab.Left">Left</system:String>
<system:String x:Key="Backup.LogTab.File">File</system:String>
<system:String x:Key="Backup.LogTab.Folder">Folder</system:String>
<system:String x:Key="Backup.LogTab.FollowLatest">Follow Latest</system:String>
<system:String x:Key="Backup.Count.Left">Left</system:String>
<system:String x:Key="Backup.Count.Processed">Processed</system:String>
<system:String x:Key="Message.Backup.BackupTargetFolder">Select a remote folder where files will be stored</system:String>
</ResourceDictionary>