-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRemoteFileServer_en_US.properties
106 lines (106 loc) · 5.22 KB
/
RemoteFileServer_en_US.properties
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
#
#Amber Krause
#November 22, 2016
#CISC 230-02
#Doctor Jarvis
#
#ResourceBundle for US English
#
#Naming convention
#ClassName.
#MessageDialog. or FileDialog.
#MessageType or Title or DialogType or Message or ButtonText - not all are applicable for each type
#
ServerBeginState.MessageDialog.ButtonText.Start = Start
ServerBeginState.MessageDialog.ButtonText.Quit = Quit
ServerBeginState.MessageDialog.Message = Start the Remote File System?
ServerBeginState.MessageDialog.MessageType = Question
#
ServerStartServingState.MessageDialog.ButtonText.StartServer = StartServer
ServerStartServingState.MessageDialog.ButtonText.Quit = Quit
ServerStartServingState.MessageDialog.Message = Start the File Server?
ServerStartServingState.MessageDialog.MessageType = Question
#
ServerStopServerState.MessageDialog.ButtonText.StopServer = StopServer
ServerStopServerState.MessageDialog.ButtonText.AddFile = AddFile
ServerStopServerState.MessageDialog.ButtonText.RemoveFile = RemoveFile
ServerStopServerState.MessageDialog.Message = Stop the File Server?
ServerStopServerState.MessageDialog.MessageType = Question
#
ServerOverwriteExistingFileState.MessageDialog.ButtonText.Yes = Yes
ServerOverwriteExistingFileState.MessageDialog.ButtonText.No = No
ServerOverwriteExistingFileState.MessageDialog.Message = Overwrite Existing File Name?
ServerOverwriteExistingFileState.MessageDialog.MessageType = Question
#
ServerSourceAndTargetAreSameState.MessageDialog.ButtonText.OK = OK
ServerSourceAndTargetAreSameState.MessageDialog.Message = The Source File and the Target File are the Same!
ServerSourceAndTargetAreSameState.MessageDialog.MessageType = Warning
#
ServerSaveOutsideSharedDirectoryState.MessageDialog.ButtonText.OK = OK
ServerSaveOutsideSharedDirectoryState.MessageDialog.Message = Cannot Save Outside the Shared Directory!
ServerSaveOutsideSharedDirectoryState.MessageDialog.MessageType = Warning
#
ServerRemoveFileNotInSharedDirectoryState.MessageDialog.ButtonText.OK = OK
ServerRemoveFileNotInSharedDirectoryState.MessageDialog.Message = Cannot Remove a File Outside the Shared Directory!
ServerRemoveFileNotInSharedDirectoryState.MessageDialog.MessageType = Warning
#
ServerSelectFileDoesNotExistState.MessageDialog.ButtonText.OK = OK
ServerSelectFileDoesNotExistState.MessageDialog.Message = File Does Not Exist!
ServerSelectFileDoesNotExistState.MessageDialog.MessageType = Warning
#
ServerSelectDirectoryState.FileDialog.DialogType = SelectDirectory
ServerSelectDirectoryState.FileDialog.ButtonText.Select = Select
ServerSelectDirectoryState.FileDialog.ButtonText.Cancel = Cancel
ServerSelectDirectoryState.FileDialog.Title = Select the Shared Directory
#
ServerSelectFileState.FileDialog.DialogType = SelectFile
ServerSelectFileState.FileDialog.ButtonText.Open = Open
ServerSelectFileState.FileDialog.ButtonText.Cancel = Cancel
ServerSelectFileState.FileDialog.Title = Select the File to Share
#
ServerRemoveFileState.FileDialog.DialogType = SelectFile
ServerRemoveFileState.FileDialog.ButtonText.Delete = Delete
ServerRemoveFileState.FileDialog.ButtonText.Cancel = Cancel
ServerRemoveFileState.FileDialog.Title = Select the File to be Deleted
#
ServerSaveFileState.FileDialog.DialogType = SelectFile
ServerSaveFileState.FileDialog.ButtonText.Save = Save
ServerSaveFileState.FileDialog.ButtonText.Cancel = Cancel
ServerSaveFileState.FileDialog.Title = Save the File in the Shared Directory
#
ClientBeginState.MessageDialog.ButtonText.Start = Start
ClientBeginState.MessageDialog.ButtonText.Quit = Quit
ClientBeginState.MessageDialog.Message = Start the Remote File System Client?
ClientBeginState.MessageDialog.MessageType = Question
#
ClientGetOrQuitState.MessageDialog.ButtonText.GetAFile = GetAFile
ClientGetOrQuitState.MessageDialog.ButtonText.Quit = Quit
ClientGetOrQuitState.MessageDialog.Message = What Would You Like to Do?
ClientGetOrQuitState.MessageDialog.MessageType = Question
#
ClientSelectFileState.FileDialog.DialogType = SelectFile
ClientSelectFileState.FileDialog.ButtonText.Select = Select
ClientSelectFileState.FileDialog.ButtonText.Cancel = Cancel
ClientSelectFileState.FileDialog.Title = Select the File to Download
#
ClientSaveFileState.FileDialog.DialogType = SelectFile
ClientSaveFileState.FileDialog.ButtonText.Save = Save
ClientSaveFileState.FileDialog.ButtonText.Cancel = Cancel
ClientSaveFileState.FileDialog.Title = Save the Downloaded File
#
ClientOverwriteExistingFileState.MessageDialog.ButtonText.Yes = Yes
ClientOverwriteExistingFileState.MessageDialog.ButtonText.No = No
ClientOverwriteExistingFileState.MessageDialog.Message = Overwrite Existing File Name?
ClientOverwriteExistingFileState.MessageDialog.MessageType = Question
#
ClientFileNotInServerDirectoryState.MessageDialog.ButtonText.OK = OK
ClientFileNotInServerDirectoryState.MessageDialog.Message = The Selected File is Not in the Server Directory
ClientFileNotInServerDirectoryState.MessageDialog.MessageType = Warning
#
ClientFileSaveErrorState.MessageDialog.ButtonText.OK = OK
ClientFileSaveErrorState.MessageDialog.Message = You Cannot Save to the Server Directory
ClientFileSaveErrorState.MessageDialog.MessageType = Warning
#
ClientFileUnavailableErrorState.MessageDialog.ButtonText.OK = OK
ClientFileUnavailableErrorState.MessageDialog.Message = File Request to Server Failed
ClientFileUnavailableErrorState.MessageDialog.MessageType = Warning