From 6fac83767826f8ecb8f7b335cef494edb9f7fbf7 Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 10 Mar 2014 20:18:44 +0000 Subject: [PATCH] Missing file git-svn-id: https://svn.libreccm.org/ccm/trunk@2563 8810af33-2d31-482b-a856-94f89814c4df --- .../com/arsdigita/util/SystemInformation_parameter.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ccm-core/src/com/arsdigita/util/SystemInformation_parameter.properties diff --git a/ccm-core/src/com/arsdigita/util/SystemInformation_parameter.properties b/ccm-core/src/com/arsdigita/util/SystemInformation_parameter.properties new file mode 100644 index 000000000..745a23597 --- /dev/null +++ b/ccm-core/src/com/arsdigita/util/SystemInformation_parameter.properties @@ -0,0 +1,4 @@ +ccm.systeminformation.title=Map of system informations +ccm.systeminformation.purpose=Information about the LibreCCM version +ccm.systeminformation.example=version::2.2.0; appname::LibreCCM; apphome::http://www.libreccm.org +ccm.systeminformation.format=key1::value1; key2::value2; ...