Skip to content

Commit

Permalink
added German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dersphere committed Mar 29, 2012
1 parent bbf98b0 commit ed78340
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<extension point="xbmc.python.script"
library="addon.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="de">Lädt logs zu xbmclogs.com hoch</summary>
<summary lang="en">Uploads your logs to xbmclogs.com</summary>
<description lang="de">Dieses Add-on lädt deine Logfiles auf www.xbmclogs.com hoch[CR]Du wirst eine Email mit Links zu deinen Logfiles erhalten.</description>
<description lang="en">This Addon uploads your logs to xbmclogs.com[CR]You will receive an email with seperate links to the uploaded logfiles</description>
<platform>all</platform>
</extension>
Expand Down
16 changes: 16 additions & 0 deletions resources/language/German/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
<!-- Usage help strings in settings dialog -->
<string id="32000">Dieses Add-on lädt deine Logfiles auf www.xbmclogs.com hoch.</string>
<string id="32001">Wenn du eine Email mit Links zu deinen Logs</string>
<string id="32002">erhalten möchtest, musst du deine Email eintragen.</string>
<string id="32003"></string>
<string id="32004">Debug Logs könnten Passwörter enthalten!</string>
<!-- Settings -->
<string id="31000">Email Adresse</string>
<string id="31001">xbmc.old.log immer auslassen (log aus der vorherigen Sitzung)</string>
<!-- Dialog strings -->
<string id="30000">Möchtest du "%s" hochladen?</string>
<string id="30001">Hochgeladen unter der ID: %s</string>
<string id="30002">URL: %s</string>
</strings>

0 comments on commit ed78340

Please sign in to comment.