blob: 6bba449bc7eecdbaaf2bbc9ad00bb7dbeffc6d56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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ť';
$labels['cancel'] = 'Zrušiť';
$labels['name'] = 'Meno';
$labels['edit'] = 'Upraviť';
$labels['save'] = 'Uložiť';
?>
|