From 2a3c2d60cadbae348632ad9f2023367c5ea1e905 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 15 May 2021 19:22:13 +0800 Subject: refactor: Move strings to resource. --- BackEnd/Timeline/SignalRHub/Resource.resx | 135 ++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 BackEnd/Timeline/SignalRHub/Resource.resx (limited to 'BackEnd/Timeline/SignalRHub/Resource.resx') diff --git a/BackEnd/Timeline/SignalRHub/Resource.resx b/BackEnd/Timeline/SignalRHub/Resource.resx new file mode 100644 index 00000000..699521d1 --- /dev/null +++ b/BackEnd/Timeline/SignalRHub/Resource.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Connection {0} is added to group {1} to listen to timeline post change. + + + Remove connection {0} from group {1} to stop listening to timeline post change. + + + You are forbidden to do this. + + + Timeline name is illegal. + + + Timeline does not exist. + + \ No newline at end of file -- cgit v1.2.3