From 8571d302ea298024611fddb23d1f5def18ef6837 Mon Sep 17 00:00:00 2001 From: Christian Hofmaier Date: Tue, 20 Mar 2018 09:11:46 +0100 Subject: [usb-lock-off] corrected some of the language --- modules-available/usblockoff/lang/de/messages.json | 2 +- modules-available/usblockoff/lang/de/rule.json | 2 +- .../usblockoff/lang/de/template-tags.json | 14 +++++++------- modules-available/usblockoff/lang/en/messages.json | 4 ++-- modules-available/usblockoff/lang/en/rule.json | 4 ++-- .../usblockoff/lang/en/template-tags.json | 20 ++++++++++---------- 6 files changed, 23 insertions(+), 23 deletions(-) (limited to 'modules-available') diff --git a/modules-available/usblockoff/lang/de/messages.json b/modules-available/usblockoff/lang/de/messages.json index fa78c288..ae926304 100644 --- a/modules-available/usblockoff/lang/de/messages.json +++ b/modules-available/usblockoff/lang/de/messages.json @@ -2,5 +2,5 @@ "config-deleted": "Konfiguration erfolgreich gelöscht.", "config-saved": "Konfiguration erfolgreich gespeichert.", "rule-deleted": "Regel erfolgreich gelöscht.", - "invalid-rule-id": "Ungültige regel ID." + "invalid-rule-id": "Ungültige Regel ID." } \ No newline at end of file diff --git a/modules-available/usblockoff/lang/de/rule.json b/modules-available/usblockoff/lang/de/rule.json index 0af86c37..394c44fe 100644 --- a/modules-available/usblockoff/lang/de/rule.json +++ b/modules-available/usblockoff/lang/de/rule.json @@ -9,7 +9,7 @@ "hash": "Hashwert", "hash_helptext": "Hashwert des USB-Geräts. Von USBGuard mittels sodium oder gcrypt berechnet.", "parent-hash": "Parent-Hashwert", - "parent-hash_helptext": "Hashwert des Client an dem das USB-Gerät angeschlossen wurde.", + "parent-hash_helptext": "Hashwert des Clients an dem das USB-Gerät angeschlossen wurde.", "via-port": "Erlaubte Ports", "via-port_helptext": "USB-Port(s), an welche das USB-Gerät angeschlossen werden kann.", "with-interface": "Interfaces", diff --git a/modules-available/usblockoff/lang/de/template-tags.json b/modules-available/usblockoff/lang/de/template-tags.json index 16466922..096bdd19 100644 --- a/modules-available/usblockoff/lang/de/template-tags.json +++ b/modules-available/usblockoff/lang/de/template-tags.json @@ -4,20 +4,20 @@ "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_config_helptext": "Erstelle eine neue Konfiguration oder wähle eine aus, um sie 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_deleteConfig": "Konfiguration löschen", + "lang_deleteConfig_helptext": "Löscht die Konfiguration.", "lang_createNewConfig": "", - "lang_deleteConfigMessage": "Sind sie sicher, dass sie die Konfiguration Löschen wollen?", + "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_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", @@ -38,8 +38,8 @@ "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.", + "lang_saveAsNewConfig": "Als neue Konfiguration speichern", + "lang_saveAsNewConfig-helptext": "Erstellt eine neue Konfiguration statt die alte zu Überschreiben.", "lang_add-generic-rule": "Generische Regel hinzufügen", "lang_device-list": "Geräte Liste", "lang_rulesConfig": "Regel Konfiguration", diff --git a/modules-available/usblockoff/lang/en/messages.json b/modules-available/usblockoff/lang/en/messages.json index 500e5e7e..6873e284 100644 --- a/modules-available/usblockoff/lang/en/messages.json +++ b/modules-available/usblockoff/lang/en/messages.json @@ -1,6 +1,6 @@ { - "config-deleted": "Config successfully deleted.", - "config-saved": "Config successfully saved.", + "config-deleted": "Configuration successfully deleted.", + "config-saved": "Configuration successfully saved.", "rule-deleted": "Rule successfully deleted.", "invalid-rule-id": "Invalid rule ID." } \ No newline at end of file diff --git a/modules-available/usblockoff/lang/en/rule.json b/modules-available/usblockoff/lang/en/rule.json index d2e7b8ca..46c8bf08 100644 --- a/modules-available/usblockoff/lang/en/rule.json +++ b/modules-available/usblockoff/lang/en/rule.json @@ -9,11 +9,11 @@ "hash": "Hash value", "hash_helptext": "Hash value of the USB-device. Calculated via USBGuard through sodium or gcrypt.", "parent-hash": "Parent-hash value", - "parent-hash_helptext": "Hash value of the Client the USB-device was connected.", + "parent-hash_helptext": "Hash value of the Client the USB-device was connected to.", "via-port": "Via port", "via-port_helptext": "Accepted USB-port(s) for the USB-device.", "with-interface": "Interfaces", "with-interface_helptext": "Interfaces of the USB-device.", - "interface-policy": "interface-policy", + "interface-policy": "interface policy", "interface-policy_helptext": "Per-interface authorisation." } diff --git a/modules-available/usblockoff/lang/en/template-tags.json b/modules-available/usblockoff/lang/en/template-tags.json index bfa52caf..99764776 100644 --- a/modules-available/usblockoff/lang/en/template-tags.json +++ b/modules-available/usblockoff/lang/en/template-tags.json @@ -1,23 +1,23 @@ { "lang_howToRuleLang": "Usage of the Rule Language.", - "lang_device": "usb device", - "lang_devices": "usb devices", + "lang_device": "USB device", + "lang_devices": "USB devices", "lang_general": "General", "lang_config": "Configuration", "lang_config_helptext": "Create a new configuration or choose one to load and edit it", "lang_configName": "Configuration name", "lang_configName_helptext": "The name of the configuration", "lang_deleteConfig": "Delete configuration", - "lang_deleteConfig_helptext": "Delets the configuration", - "lang_createNewConfig": "", + "lang_deleteConfig_helptext": "Delets the configuration.", + "lang_createNewConfig": "", "lang_deleteConfigMessage": "Are you sure you want to delete the configuration?", - "lang_genericRule": "generic rule", + "lang_genericRule": "Generic rule", "lang_generalOptions": "General options", "lang_modeOptions": "Mode options", "lang_deviceClasses": "Device classes", "lang_classes-helptext": "", "lang_contains": "Contains interface", - "lang_contains-helptext": "If true the device is allowed if it contains the interface among others", + "lang_contains-helptext": "If true the device is allowed even if it contains additional interfaces.", "lang_mass-storage": "Mass storage devices", "lang_hid": "Human interface devices", "lang_hub": "USB Hubs", @@ -38,12 +38,12 @@ "lang_none-of": "None of", "lang_equals": "Equals", "lang_equals-ordered": "Equals ordered", - "lang_saveAsNewConfig": "Save as new config", - "lang_saveAsNewConfig-helptext": "If true a new config is created instead of overriding the old one", + "lang_saveAsNewConfig": "Save as new configuration", + "lang_saveAsNewConfig-helptext": "If true a new configuration is created instead of overriding the old one", "lang_add-generic-rule": "Add generic rule", "lang_device-list": "Device list", - "lang_rulesConfig": "Rules config", - "lang_daemonConfig": "Daemon config", + "lang_rulesConfig": "Rules configuration", + "lang_daemonConfig": "Daemon configuration", "lang_assignMenu": "Assign menu", "lang_serverName": "Server name", "lang_configuration": "Configuration", -- cgit v1.2.3-55-g7522