summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-24 14:49:03 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-11-24 14:49:03 +0000
commit7936cf7d5580526e666d6d71531589135eb01886 (patch)
tree01e987bc715f6649b7843bd796661ebaa3c2f7ca /plugins/markasjunk
parenta9f9dcc49f282438cb7e69b56a5d3429b4484590 (diff)
Added Slovak translation
git-svn-id: https://svn.roundcube.net/trunk@4262 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/localization/sk_SK.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/sk_SK.inc b/plugins/markasjunk/localization/sk_SK.inc
new file mode 100644
index 000000000..b56ac46af
--- /dev/null
+++ b/plugins/markasjunk/localization/sk_SK.inc
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Slovak translation for Roundcube markasjunk plugin
+ *
+ * @version 1.0 (2010-10-18)
+ * @author panda <admin@whistler.sk>
+ *
+ */
+
+$labels = array();
+$labels['buttontitle'] = 'Označiť ako Spam';
+$labels['reportedasjunk'] = 'Úspešne nahlásené ako Spam';
+
+?>