diff options
Diffstat (limited to 'plugins/acl/localization/sk_SK.inc')
-rw-r--r-- | plugins/acl/localization/sk_SK.inc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/acl/localization/sk_SK.inc b/plugins/acl/localization/sk_SK.inc new file mode 100644 index 000000000..d83a87a3e --- /dev/null +++ b/plugins/acl/localization/sk_SK.inc @@ -0,0 +1,44 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/sk_SK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: panda | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['sharing'] = 'Zdieľanie'; +$labels['myrights'] = 'Prístupové práva'; +$labels['username'] = 'Užívateľ:'; +$labels['advanced'] = 'pokročilý mód'; +$labels['newuser'] = 'Pridať údaj'; +$labels['anyone'] = 'Všetci užívatelia (ktokoľvek)'; +$labels['anonymous'] = 'Hostia (anonymne)'; +$labels['identifier'] = 'Identifikátor'; +$labels['acll'] = 'Hľadanie'; +$labels['shortacll'] = 'Hľadanie'; +$labels['aclr'] = 'Čítať správy'; +$labels['acli'] = 'Vložiť (kopírovať do)'; +$labels['aclc'] = 'Vytvoriť podpriečinky'; +$labels['aclk'] = 'Vytvoriť podpriečinky'; +$labels['acld'] = 'Zmazať správy'; +$labels['aclt'] = 'Zmazať správy'; +$labels['aclx'] = 'Zmazať priečinok'; +$labels['acla'] = 'Spravovať'; +$labels['shortacla'] = 'Spravovať'; +$labels['acldelete'] = 'Zmazať'; +$labels['shortacld'] = 'Zmazať'; +$labels['shortaclt'] = 'Zmazať'; +$labels['shortacldelete'] = 'Zmazať'; +$labels['shortacls'] = 'Ponechať'; +$labels['shortacli'] = 'Vložiť'; +$labels['shortaclc'] = 'Vytvoriť'; +$labels['shortaclk'] = 'Vytvoriť'; + |