diff options
| -rw-r--r-- | client/pracro_dk.ts | 19 | 
1 files changed, 17 insertions, 2 deletions
| diff --git a/client/pracro_dk.ts b/client/pracro_dk.ts index bf251b7..0e39e14 100644 --- a/client/pracro_dk.ts +++ b/client/pracro_dk.ts @@ -53,14 +53,29 @@ et CPR nummer på 10 cifre.</translation>  <context>      <name>MainWindow</name>      <message> +        <location filename="mainwindow.cc" line="87"/> +        <source>Close and commit</source> +        <translation>Gem og commit</translation> +    </message> +    <message> +        <location filename="mainwindow.cc" line="90"/> +        <source>Close no commit</source> +        <translation>Gem uden commit</translation> +    </message> +    <message> +        <location filename="mainwindow.cc" line="99"/> +        <source>Show sessions</source> +        <translation>Vis sessioner</translation> +    </message> +    <message>          <location filename="mainwindow.cc" line="139"/>          <source>Closing without commit</source> -        <translation type="unfinished"></translation> +        <translation>Lukker uden commit</translation>      </message>      <message>          <location filename="mainwindow.cc" line="140"/>          <source>This session will be stored on this computer only. To reopen it at a later time, simply open the same patient again.</source> -        <translation type="unfinished"></translation> +        <translation>Denne session bliver husket på denne specifikke maskine. For at genåbne på et senere tidspunkt, skal du blot genåbne på samme patient.</translation>      </message>      <message>          <location filename="mainwindow.cc" line="151"/> | 
