summaryrefslogtreecommitdiff
path: root/plugins/help/localization
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-22 09:15:36 +0000
committeralecpl <alec@alec.pl>2009-07-22 09:15:36 +0000
commit564a2ba793b8d98abc6b7387f9fe1db869fce1b6 (patch)
tree90b083ec6a3f901eab5a81910c9ee713b5179fdd /plugins/help/localization
parentc98c82ef6301582bd441571da4e72f7cf51a48c4 (diff)
- Help plugin
- support 'dummy' task (for plugins)
Diffstat (limited to 'plugins/help/localization')
-rw-r--r--plugins/help/localization/en_UK.inc8
-rw-r--r--plugins/help/localization/en_US.inc8
-rw-r--r--plugins/help/localization/pl_PL.inc8
3 files changed, 24 insertions, 0 deletions
diff --git a/plugins/help/localization/en_UK.inc b/plugins/help/localization/en_UK.inc
new file mode 100644
index 000000000..cfc3980a4
--- /dev/null
+++ b/plugins/help/localization/en_UK.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'Help';
+$labels['about'] = 'About';
+$labels['license'] = 'Licence';
+
+?>
diff --git a/plugins/help/localization/en_US.inc b/plugins/help/localization/en_US.inc
new file mode 100644
index 000000000..8c2d1517c
--- /dev/null
+++ b/plugins/help/localization/en_US.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'Help';
+$labels['about'] = 'About';
+$labels['license'] = 'License';
+
+?>
diff --git a/plugins/help/localization/pl_PL.inc b/plugins/help/localization/pl_PL.inc
new file mode 100644
index 000000000..087bc0726
--- /dev/null
+++ b/plugins/help/localization/pl_PL.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'Pomoc';
+$labels['about'] = 'O programie';
+$labels['license'] = 'Licencja';
+
+?>