aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Resources/SharedResources.en.resx
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
committerivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
commit900bb5e845c3ad44defbd427cae3d44a4a43321f (patch)
treedf3d96a93771884add571e82336c29fc3d9c7a1c /code/api/src/Resources/SharedResources.en.resx
downloadgreatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.tar.xz
greatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.zip
feat: Initial commit
Diffstat (limited to 'code/api/src/Resources/SharedResources.en.resx')
-rw-r--r--code/api/src/Resources/SharedResources.en.resx45
1 files changed, 45 insertions, 0 deletions
diff --git a/code/api/src/Resources/SharedResources.en.resx b/code/api/src/Resources/SharedResources.en.resx
new file mode 100644
index 0000000..87e46e0
--- /dev/null
+++ b/code/api/src/Resources/SharedResources.en.resx
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<root>
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:element name="root" msdata:IsDataSet="true">
+
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>1.3</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <data name="Name is a required field" xml:space="preserve">
+ <value>Name is a required field</value>
+ <comment>Name is a required field</comment>
+ </data>
+ <data name="Start is a required field" xml:space="preserve">
+ <value>Start is a required field</value>
+ <comment>Start is a required field</comment>
+ </data>
+ <data name="Invalid form" xml:space="preserve">
+ <value>Invalid form</value>
+ <comment>Invalid form</comment>
+ </data>
+ <data name="One or more validation errors occured" xml:space="preserve">
+ <value>One or more validation errors occured</value>
+ <comment>One or more validation errors occured</comment>
+ </data>
+ <data name="One or more fields is invalid" xml:space="preserve">
+ <value>One or more fields is invalid</value>
+ <comment>One or more fields is invalid</comment>
+ </data>
+ <data name="Invalid username or password" xml:space="preserve">
+ <value>Invalid username or password</value>
+ <comment>Invalid username or password</comment>
+ </data>
+</root> \ No newline at end of file