diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 14:49:03 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 14:49:03 +0000 |
| commit | 7936cf7d5580526e666d6d71531589135eb01886 (patch) | |
| tree | 01e987bc715f6649b7843bd796661ebaa3c2f7ca /plugins | |
| parent | a9f9dcc49f282438cb7e69b56a5d3429b4484590 (diff) | |
Added Slovak translation
git-svn-id: https://svn.roundcube.net/trunk@4262 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/markasjunk/localization/sk_SK.inc | 15 |
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'; + +?> |
