forked from RaiDrive/RaiDrive.Translation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringDictionary.en.xaml
341 lines (293 loc) · 22.6 KB
/
StringDictionary.en.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<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">
<x:Array x:Key="Contributors" Type="system:String">
<system:String>RaiDrive</system:String>
</x:Array>
<system:String x:Key="Current.Language">en</system:String>
<!-- Settings, General -->
<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 the drive is 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.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 (1 ~ 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>
<!-- from version 1.6.0.416 -->
<system:String x:Key="Settings.General.UseDriveIcon">Use the custom icon on a connected drive</system:String>
<system:String x:Key="AddDrive.LocalDisk">Local Disk</system:String>
<system:String x:Key="AddDrive.FileLock">File Lock</system:String>
<system:String x:Key="AddDrive.WritableDrive">Writable Drive</system:String>
<system:String x:Key="ToolTip.LocalDisk">Mount like a local disk</system:String>
<system:String x:Key="ToolTip.FileLock">WebDAV File Lock</system:String>
<system:String x:Key="ToolTip.FileLock2">depends on WebDAV server</system:String>
<system:String x:Key="ToolTip.FileLock3">Your server may not support</system:String>
<!-- from version 1.7.0 -->
<system:String x:Key="Identity.SignIn">Sign In</system:String>
<system:String x:Key="Identity.SignOut">Sign Out</system:String>
<system:String x:Key="Identity.SignOut.Question1">Your subscription features will be disabled and all drives will be reconnected. Please save file(s) or close application(s)</system:String>
<system:String x:Key="Identity.SignOut.Question2">Are you sure you want to sign out?</system:String>
<system:String x:Key="Subscription.Switched">Switched to {0}</system:String>
<system:String x:Key="Subscription.Switched.Desc1">Your current session has been requested to return by your other session{0}. All drives will be reconnected. Please save file(s) or close application(s)</system:String>
<system:String x:Key="Subscription.Switched.Desc2">It will be applied after {0}, press Ok button to be immediate.</system:String>
<!-- from version 1.8.0 -->
<system:String x:Key="Words.Public">Public</system:String>
<system:String x:Key="Words.Private">Private</system:String>
<system:String x:Key="Words.Site">Site</system:String>
<!-- from version 1.9.0 -->
<system:String x:Key="Words.Project">Project</system:String>
<system:String x:Key="Words.Bucket">Bucket</system:String>
<system:String x:Key="Words.Tenant">Tenant</system:String>
<system:String x:Key="Words.Subscription">Subscription</system:String>
<system:String x:Key="Words.Community">Community</system:String>
<system:String x:Key="Words.Document">Document</system:String>
<system:String x:Key="Words.Cache">Cache</system:String>
<system:String x:Key="Words.Lifetime">Lifetime</system:String>
<system:String x:Key="Words.Read">Read</system:String>
<system:String x:Key="Words.Write">Write</system:String>
<system:String x:Key="Words.Second">second</system:String>
<system:String x:Key="Account.AccessKeyID">Access Key ID</system:String>
<system:String x:Key="Account.SecretAccessKey">Secret Access Key</system:String>
<system:String x:Key="Vailidation.AccessKeyID">Please enter Access Key ID</system:String>
<system:String x:Key="Vailidation.SecretAccessKey">Please enter Secret Access Key</system:String>
<system:String x:Key="Account.StorageAccount">Storage Account</system:String>
<system:String x:Key="Account.StorageKey">Key</system:String>
<system:String x:Key="Vailidation.StorageAccount">Please enter Storage account name</system:String>
<system:String x:Key="Vailidation.StorageKey">Please enter key1 or key2</system:String>
<system:String x:Key="Settings.RegisterToStartup">Register to Startup</system:String>
<system:String x:Key="AddDrive.MountAtStart">Reconnect at program start</system:String>
<system:String x:Key="AddDrive.MountAtBoot">Reconnect at boot</system:String>
<system:String x:Key="AddDrive.MountAtSignIn">Reconnect at sign-in</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">Connect using different credentials</system:String>
<!-- from 2020.2.2 -->
<system:String x:Key="Message.MountPointFolder.Condition">Mount point folder paths are available only on empty folders on basic or dynamic NTFS volumes.</system:String>
<system:String x:Key="Message.MountPointFolder.Mandatory">The Public option of Local Disk is required to mount to folder</system:String>
<system:String x:Key="Validation.Hint.FolderUrl">folder URL</system:String>
<system:String x:Key="Validation.Hint.FolderUrlID">folder URL or ID</system:String>
<system:String x:Key="GoogleDrive.MyDrive">My Drive</system:String>
<system:String x:Key="GoogleDrive.SharedWithMe">Shared with me</system:String>
<system:String x:Key="GoogleDrive.Computers">Computers</system:String>
<system:String x:Key="GoogleDrive.SharedLink">Shared Link</system:String>
<system:String x:Key="OneDrive.Files">My files</system:String>
<system:String x:Key="OneDrive.Shared">Shared</system:String>
<system:String x:Key="OneDrive.SharedLink">Shared Link</system:String>
<!-- from 2020.6 -->
<system:String x:Key="Words.Bandwidth">Bandwidth</system:String>
<system:String x:Key="Words.Download">Download</system:String>
<system:String x:Key="Words.Upload">Upload</system:String>
<system:String x:Key="Words.Capacity">Capacity</system:String>
<!-- from 2020.9 -->
<system:String x:Key="Words.FileExplorer">File Explorer</system:String>
<system:String x:Key="FileExplorer.UpdateChangeAsync">Update storage changes asynchronously</system:String>
<system:String x:Key="FileExplorer.KeepModifiedDate">Try to keep "Date modified" when copying</system:String>
<system:String x:Key="FileExplorer.FilesystemWatcher">Monitor process access to files</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension">Quick Copy/Move/Delete for remote storage</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Overwrite">Overwrite target</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Rename">Rename source</system:String>
<system:String x:Key="Words.Skip">Skip</system:String>
<system:String x:Key="Words.Slow">Slow</system:String>
<system:String x:Key="Message.ResponseSlow">A response may be slow</system:String>
<system:String x:Key="Words.AdvancedOptions">Advanced Options</system:String>
<system:String x:Key="Words.Properties">Properties</system:String>
<system:String x:Key="Words.MySubscription">My Subscription</system:String>
<system:String x:Key="Words.ShareWithOther">Share with others</system:String>
<system:String x:Key="Words.SharedWithMe">Shared with me</system:String>
<system:String x:Key="Words.Import">Import</system:String>
<system:String x:Key="Words.Export">Export</system:String>
<system:String x:Key="Words.ProcessMonitor">Process Monitor</system:String>
<system:String x:Key="Account.Endpoint">Endpoint</system:String>
<system:String x:Key="GoogleDrive.SharedDrives">Shared drives</system:String>
<system:String x:Key="Words.Reading">Reading</system:String>
<system:String x:Key="Words.Writing">Writing</system:String>
<system:String x:Key="Words.Hide">Hide</system:String>
<!-- from 2021.10 -->
<system:String x:Key="Words.Timeout">Timeout</system:String>
<system:String x:Key="Words.Seconds">seconds</system:String>
<system:String x:Key="Words.Connected">Connected</system:String>
<system:String x:Key="Words.Disconnected">Disconnected</system:String>
<system:String x:Key="Message.FileInUse">File(s) In Use: {0}</system:String>
<!-- from 2022.3 -->
<system:String x:Key="Words.Sort">Sort</system:String>
<system:String x:Key="Words.Sort.None">None</system:String>
<system:String x:Key="Words.Sort.Ascending">Ascending</system:String>
<system:String x:Key="Words.Sort.Descending">Descending</system:String>
<system:String x:Key="Words.VolumeLabel">Volume label</system:String>
<system:String x:Key="Words.DriveLetter">Drive letter</system:String>
<system:String x:Key="Message.IncorrectPassword">The password you entered is not correct. Please try again.</system:String>
<!-- from 2022.6 -->
<system:String x:Key="Words.Browser">Browser</system:String>
<system:String x:Key="Browser.BrowseInPrivate">Browse in private</system:String>
</ResourceDictionary>