From cb18564275735da0614be39371e2e3e7f5467e88 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 2 Feb 2020 14:35:30 +0800 Subject: Add timeline service. --- .../Resources/Models/Validation/NameValidator.resx | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 Timeline/Resources/Models/Validation/NameValidator.resx (limited to 'Timeline/Resources/Models/Validation/NameValidator.resx') diff --git a/Timeline/Resources/Models/Validation/NameValidator.resx b/Timeline/Resources/Models/Validation/NameValidator.resx new file mode 100644 index 00000000..08a814d0 --- /dev/null +++ b/Timeline/Resources/Models/Validation/NameValidator.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + An empty string is not allowed. + + + Invalid character, only alphabet, digit, underscore and hyphen are allowed. + + + Too long, more than 26 characters is not premitted. + + \ No newline at end of file -- cgit v1.2.3