15 lines
343 B
PHP
15 lines
343 B
PHP
|
<?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ť';
|
||
|
?>
|