Skip to content

Commit

Permalink
translated addaddondlg
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraim committed Mar 25, 2015
1 parent 82b4d1b commit ef3146f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lcurse.pro
@@ -1,4 +1,5 @@
SOURCES += modules/application.py \
modules/preferences.py \
modules/waitdlg.py
modules/waitdlg.py \
modules/addaddondlg.py
TRANSLATIONS += translations/de_DE.ts
Binary file modified translations/de_DE.qm
Binary file not shown.
18 changes: 18 additions & 0 deletions translations/de_DE.ts
@@ -1,6 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE" sourcelanguage="de_DE">
<context>
<name>AddAddonDlg</name>
<message>
<location filename="modules/addaddondlg.py" line="7"/>
<source>Type name or url of the addon you want to add:</source>
<translation>Gib den Namen oder die URL des Addons ein, welches du installieren möchtest:</translation>
</message>
<message>
<location filename="modules/addaddondlg.py" line="21"/>
<source>No addon catalog data</source>
<translation>Keine Addonkatalog Daten</translation>
</message>
<message>
<location filename="modules/addaddondlg.py" line="21"/>
<source>You haven&apos;t updated the available addons catalog, so you need to insert a URL for the addon you want to add.</source>
<translation>Du hast den Katalog von verfügbaren Addons noch nie upgedatet. Deswegen musst du die URL des Addons angeben, welches du installieren willst.</translation>
</message>
</context>
<context>
<name>CheckDlg</name>
<message>
Expand Down

0 comments on commit ef3146f

Please sign in to comment.