diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-11 20:46:58 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-11 20:47:06 +0100 |
| commit | 6561771c435f9d9bed1589b5ed13d17aee0b7873 (patch) | |
| tree | 2c47e60fa4aaaa5bf1e151838ac197a61f4377cc /code/api/src/Resources | |
| parent | 8da37c77cae0c7f712a775e3996afd9d84b0f9af (diff) | |
| download | greatoffice-6561771c435f9d9bed1589b5ed13d17aee0b7873.tar.xz greatoffice-6561771c435f9d9bed1589b5ed13d17aee0b7873.zip | |
feat: Add frontpage
Diffstat (limited to 'code/api/src/Resources')
| -rw-r--r-- | code/api/src/Resources/SharedResources.nb.Designer.cs | 6 | ||||
| -rw-r--r-- | code/api/src/Resources/SharedResources.nb.resx | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/code/api/src/Resources/SharedResources.nb.Designer.cs b/code/api/src/Resources/SharedResources.nb.Designer.cs index 37006f2..2613026 100644 --- a/code/api/src/Resources/SharedResources.nb.Designer.cs +++ b/code/api/src/Resources/SharedResources.nb.Designer.cs @@ -80,5 +80,11 @@ namespace IOL.GreatOffice.Api.Resources { return ResourceManager.GetString("One or more validation errors occured", resourceCulture); } } + + internal static string Greatoffice_Email_Validation { + get { + return ResourceManager.GetString("Greatoffice Email Validation", resourceCulture); + } + } } } diff --git a/code/api/src/Resources/SharedResources.nb.resx b/code/api/src/Resources/SharedResources.nb.resx index 880274e..ac31409 100644 --- a/code/api/src/Resources/SharedResources.nb.resx +++ b/code/api/src/Resources/SharedResources.nb.resx @@ -46,4 +46,17 @@ <data name="One or more validation errors occured" xml:space="preserve"> <value>En eller flere valideringsfeil har oppstått</value> </data> + <data name="Hello, {0}.

Validate your email address by opening this link in a browser {1}" + xml:space="preserve"> + <value>Hei, {0}. + +Bekreft din e-postadresse ved å åpne denne lenken i en nettleser {1}</value> + <comment>Hello, {0}. + + Validate your email address by opening this link in a browser {1}</comment> + </data> + <data name="Greatoffice Email Validation" xml:space="preserve"> + <value>Greatoffice e-postaddresse bekreftelse</value> + <comment>Greatoffice Email Validation</comment> + </data> </root>
\ No newline at end of file |
