summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/lang/de
diff options
context:
space:
mode:
authorJannik Schönartz2018-01-18 18:03:20 +0100
committerJannik Schönartz2018-01-18 18:03:20 +0100
commitc68121f031d015291f1bf3f90f20de865078561f (patch)
treeb18f59a34a99bfe70bd0c5d6b129b81330577dbd /modules-available/usblockoff/lang/de
parent[usb-lock-off] Moved with-interfaces from the specific props to the general d... (diff)
downloadslx-admin-c68121f031d015291f1bf3f90f20de865078561f.tar.gz
slx-admin-c68121f031d015291f1bf3f90f20de865078561f.tar.xz
slx-admin-c68121f031d015291f1bf3f90f20de865078561f.zip
[usb-lock-off] Added generic rule functionality. Fixed tooltip flickering. Fixed alignment when windows is very small.
Diffstat (limited to 'modules-available/usblockoff/lang/de')
-rw-r--r--modules-available/usblockoff/lang/de/messages.json4
-rw-r--r--modules-available/usblockoff/lang/de/template-tags.json53
2 files changed, 45 insertions, 12 deletions
diff --git a/modules-available/usblockoff/lang/de/messages.json b/modules-available/usblockoff/lang/de/messages.json
new file mode 100644
index 00000000..7ec920b2
--- /dev/null
+++ b/modules-available/usblockoff/lang/de/messages.json
@@ -0,0 +1,4 @@
+{
+ "config-deleted": "Konfiguration erfolgreich gelöscht.",
+ "config-saved": "Konfiguration erfolgreich gespeichert."
+} \ No newline at end of file
diff --git a/modules-available/usblockoff/lang/de/template-tags.json b/modules-available/usblockoff/lang/de/template-tags.json
index b17eb1fb..3614ed55 100644
--- a/modules-available/usblockoff/lang/de/template-tags.json
+++ b/modules-available/usblockoff/lang/de/template-tags.json
@@ -1,14 +1,43 @@
{
- "lang_howToRuleLang": "Verwendung der Regel Sprache.",
- "lang_device": "USB Gerät",
- "lang_devices": "USB Geräte",
- "lang_general": "Allgemein",
- "lang_config": "Konfiguration",
- "lang_config_helptext": "Erstelle eine neue Konfiguration oder wähle eine aus, um sie zu Laden und Bearbeiten zu können",
- "lang_configName": "Konfigurationsname",
- "lang_configName_helptext": "Name der Konfiguration",
- "lang_deleteConfig": "Konfiguration Löschen",
- "lang_deleteConfig_helptext": "Löscht die Konfiguration aus der Datenbank",
- "lang_createNewConfig": "<Neue Konfiguration erstellen>",
- "lang_deleteConfigMessage": "Sind sie sicher, dass sie die Konfiguration Löschen wollen?"
+ "lang_howToRuleLang": "Verwendung der Regel Sprache.",
+ "lang_device": "USB Gerät",
+ "lang_devices": "USB Geräte",
+ "lang_general": "Allgemein",
+ "lang_config": "Konfiguration",
+ "lang_config_helptext": "Erstelle eine neue Konfiguration oder wähle eine aus, um sie zu Laden und Bearbeiten zu können",
+ "lang_configName": "Konfigurationsname",
+ "lang_configName_helptext": "Name der Konfiguration",
+ "lang_deleteConfig": "Konfiguration Löschen",
+ "lang_deleteConfig_helptext": "Löscht die Konfiguration aus der Datenbank",
+ "lang_createNewConfig": "<Neue Konfiguration erstellen>",
+ "lang_deleteConfigMessage": "Sind sie sicher, dass sie die Konfiguration Löschen wollen?",
+ "lang_genericRule": "Generische Regel",
+ "lang_generalOptions": "Allgemeine Optionen",
+ "lang_modeOptions": "Modus Optionen",
+ "lang_deviceClasses": "Geräteklassen",
+ "lang_classes-helptext": "",
+ "lang_contains": "Beinhält Interface",
+ "lang_contains-helptext": "Erlaubt das Gerät selbst wenn es noch zusätzliche Interfaces hat",
+ "lang_mass-storage": "Massenspeichergeräte",
+ "lang_hid": "Eingabegeräte",
+ "lang_hub": "USB Hubs",
+ "lang_printer": "Drucker",
+ "lang_audio": "Audiogeräte",
+ "lang_all-devices": "Alle USB Geräte",
+ "lang_addRule": "Regel hinzufügen",
+ "lang_operator": "Operator",
+ "lang_operator-helptext": "",
+ "lang_deviceClass": "Geräteklasse",
+ "lang_deviceClass-helptext": "",
+ "lang_deviceSubClass": "Gerätesubklasse",
+ "lang_deviceSubClass-helptext": "",
+ "lang_deviceProtocol": "Geräteprotokoll",
+ "lang_deviceProtocol-helptext": "",
+ "lang_all-of": "Alle von",
+ "lang_one-of": "Eins von",
+ "lang_none-of": "Keins von",
+ "lang_equals": "Gleicht",
+ "lang_equals-ordered": "Gleicht geordnet",
+ "lang_saveAsNewConfig": "Als neue Konfiguration Speichern",
+ "lang_saveAsNewConfig-helptext": "Erstellt eine neue Konfiguration anstatt die alte zu Überschreiben."
}