diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 16:52:06 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-13 16:52:06 +0100 |
| commit | 0557de9f069dc620539409aced67e2ad61d25395 (patch) | |
| tree | fa87f771a33dfadefa257d12ad8bbd8b1cc72a1b /code/api/src/Resources | |
| parent | 4657b9af95277c4a2d33a67415658819701ab694 (diff) | |
| download | greatoffice-0557de9f069dc620539409aced67e2ad61d25395.tar.xz greatoffice-0557de9f069dc620539409aced67e2ad61d25395.zip | |
feat: Misc localising
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 | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/code/api/src/Resources/SharedResources.nb.Designer.cs b/code/api/src/Resources/SharedResources.nb.Designer.cs index 2613026..7190c56 100644 --- a/code/api/src/Resources/SharedResources.nb.Designer.cs +++ b/code/api/src/Resources/SharedResources.nb.Designer.cs @@ -86,5 +86,11 @@ namespace IOL.GreatOffice.Api.Resources { return ResourceManager.GetString("Greatoffice Email Validation", resourceCulture); } } + + internal static string Reset_password___Greatoffice { + get { + return ResourceManager.GetString("Reset password - Greatoffice", resourceCulture); + } + } } } diff --git a/code/api/src/Resources/SharedResources.nb.resx b/code/api/src/Resources/SharedResources.nb.resx index ac31409..902e47d 100644 --- a/code/api/src/Resources/SharedResources.nb.resx +++ b/code/api/src/Resources/SharedResources.nb.resx @@ -59,4 +59,27 @@ Bekreft din e-postadresse ved å åpne denne lenken i en nettleser {1}</value> <value>Greatoffice e-postaddresse bekreftelse</value> <comment>Greatoffice Email Validation</comment> </data> + <data name="Hi {0},

Go to the following link to set a new password.

{1}/reset-password/{2}

The link expires at {3}.
If you did not request a password reset, no action is required." + xml:space="preserve"> + <value>Hei {0}, + +Åpne denne lenken i en nettleser for å sette nytt passord. + +{1}/reset-password/{2} + +Lenken utgår {3}. +Hvis du ikke vet hva dette gjelder, kan du se bort i fra mailen.</value> + <comment>Hi {0}, + + Go to the following link to set a new password. + + {1}/reset-password/{2} + + The link expires at {3}. + If you did not request a password reset, no action is required.</comment> + </data> + <data name="Reset password - Greatoffice" xml:space="preserve"> + <value>Sett nytt passord - Greatoffice</value> + <comment>Reset password - Greatoffice</comment> + </data> </root>
\ No newline at end of file |
