aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-04-26 11:38:22 +0200
committerJiri Vanek <[email protected]>2013-04-26 11:38:22 +0200
commitbc756e12fd98446ee01854132b6ac91aa911cd08 (patch)
tree93b092e7611ba3f15e7de9c3cf461e3f56d8fd5d
parent3601afa5b8b1083c4e89b954d91fd4d2b3ba654f (diff)
Added DE and PL localisation of itw-settings desktop file
-rw-r--r--ChangeLog7
-rw-r--r--itweb-settings.desktop.in9
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e5e1b0..45e9417 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
2013-04-26 Jiri Vanek <[email protected]>
+ Jacob Wisor <[email protected]>
+
+ Added DE and PL localization of itw-settings Xdesktop configuration file
+ * itweb-settings.desktop.in: added Name[de], Name[pl], Comment[de], Comment[pl]
+ keys with values. Added Keywords key with values.
+
+2013-04-26 Jiri Vanek <[email protected]>
Silenced unittests
* tests/netx/unit/net/sourceforge/jnlp/security/appletextendedsecurity/impl/UnsignedAppletActionStorageImplTest.java: and
diff --git a/itweb-settings.desktop.in b/itweb-settings.desktop.in
index 40939a7..d30b866 100644
--- a/itweb-settings.desktop.in
+++ b/itweb-settings.desktop.in
@@ -1,8 +1,13 @@
[Desktop Entry]
-Name=IcedTea Web Control Panel
-Comment=Configure IcedTea Web (javaws and plugin)
+Name=IcedTea-Web Control Panel
+Name[de]=IcedTea-Web Systemsteuerung
+Name[pl]=Panel sterowania IcedTea-Web
+Comment=Configure IcedTea-Web (javaws and plugin)
+Comment[de]=Konfiguriert IcedTea-Web (javaws und Plug-in)
+Comment[pl]=Konfiguruj IcedTea-Web (javaws i wtyczkę)
Exec=PATH_TO_ITWEB_SETTINGS
Icon=javaws
Terminal=false
Type=Application
Categories=Settings;
+Keywords=IcedTea;IcedTea-Web;java;javaws;web;start;webstart;jnlp; \ No newline at end of file