diff options
author | Christian Klinger | 2016-07-13 12:40:58 +0200 |
---|---|---|
committer | Christian Klinger | 2016-07-13 12:40:58 +0200 |
commit | c5712e1c26b31afd38ebd8b7d79b0740c0dd0d60 (patch) | |
tree | c6bca52b94d12014999d97026dc5f291a27b8b29 /modules-available/statistics/lang/de | |
parent | fixed bug. (diff) | |
download | slx-admin-c5712e1c26b31afd38ebd8b7d79b0740c0dd0d60.tar.gz slx-admin-c5712e1c26b31afd38ebd8b7d79b0740c0dd0d60.tar.xz slx-admin-c5712e1c26b31afd38ebd8b7d79b0740c0dd0d60.zip |
Squashed commit of the following:
commit af19d2aa593a4b4b068a5bc3707d74378625d774
Author: Christian Klinger <spam@klinch.de>
Date: Wed Jul 13 12:32:17 2016 +0200
added sorting functionality.
commit 0030ebebb49bad18fba8e74184d331be5485ed4e
Author: Christian Klinger <spam@klinch.de>
Date: Fri Jul 8 16:09:16 2016 +0200
small improvements.
commit 8dc5ee1173ffbc6e689f3197ad4d1ecf700a9374
Author: Christian Klinger <spam@klinch.de>
Date: Fri Jul 8 12:49:29 2016 +0200
added location fiter.
commit 63a2da244a6def5cdd76c654bd5a6a0c108cc47b
Author: Christian Klinger <spam@klinch.de>
Date: Fri Jul 8 12:25:15 2016 +0200
most filters should work.
commit 847536b34cec0194c58cb41a17006a8bd88f748d
Author: Christian Klinger <spam@klinch.de>
Date: Tue Jul 5 15:57:38 2016 +0200
rudimentary filter options.
Diffstat (limited to 'modules-available/statistics/lang/de')
-rw-r--r-- | modules-available/statistics/lang/de/template-tags.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/statistics/lang/de/template-tags.json b/modules-available/statistics/lang/de/template-tags.json index 40f3dbc4..d4d34fb7 100644 --- a/modules-available/statistics/lang/de/template-tags.json +++ b/modules-available/statistics/lang/de/template-tags.json @@ -1,5 +1,7 @@ { "lang_64bitSupport": "64\u2009Bit Gast-Support", + "lang_add": "Hinzuf\u00fcgen", + "lang_add_filter": "Filter hinzuf\u00fcgen", "lang_address": "Adresse", "lang_clientList": "Liste ausgew\u00e4hlter Rechner", "lang_cores": "Kerne", @@ -52,6 +54,7 @@ "lang_ramSlots": "Speicher-Slots", "lang_realCores": "Kerne", "lang_reallocatedSectors": "Defekte Sektoren", + "lang_refresh": "Ansicht aktualisieren", "lang_serialNo": "Serien-Nr", "lang_sockets": "Sockel", "lang_tempPart": "Temp. Partition", |