roundcubemail-plugins-kolab/plugins/kolab_files/localization/sk.inc

15 lines
343 B
PHP
Raw Normal View History

2014-11-27 20:13:06 +01:00
<?php
/**
* Localizations for the Kolab Files plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
*/
$labels['save'] = 'Uložiť';
2015-02-19 11:58:00 +13:00
$labels['cancel'] = 'Zrušiť';
2014-11-27 20:13:06 +01:00
$labels['name'] = 'Meno';
$labels['edit'] = 'Upraviť';
$labels['save'] = 'Uložiť';
?>