diff options
Diffstat (limited to 'data/ts')
| -rw-r--r-- | data/ts/en_US.ts | 39 | 
1 files changed, 39 insertions, 0 deletions
| diff --git a/data/ts/en_US.ts b/data/ts/en_US.ts index f6aadc5c..a802dd75 100644 --- a/data/ts/en_US.ts +++ b/data/ts/en_US.ts @@ -1,6 +1,39 @@  <?xml version="1.0" encoding="utf-8"?>  <!DOCTYPE TS><TS version="2.0">  <context> +    <name>Errors</name> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="57"/> +        <source>Interface not found</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="64"/> +        <source>Looks like your computer is not connected to the internet</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="72"/> +        <source>Looks like there are problems with your internet connection</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="80"/> +        <source>It looks like there is no internet connection.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="88"/> +        <source>Domain cannot be found</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <location filename="../src/leap/base/exceptions.py" line="95"/> +        <source>The Encrypted Connection was lost. Shutting down...</source> +        <translation type="unfinished"></translation> +    </message> +</context> +<context>      <name>IntroPage</name>      <message>          <location filename="../src/leap/gui/firstrun/intro.py" line="14"/> @@ -216,4 +249,10 @@          <translation type="unfinished"></translation>      </message>  </context> +<context> +    <name>TestyClass</name> +</context> +<context> +    <name>this is a cat</name> +</context>  </TS> | 
