2014-04-24 14:45:27 +02:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* 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/
|
|
|
|
*/
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['save'] = 'Desa';
|
|
|
|
$labels['cancel'] = 'Cancel·la';
|
|
|
|
$labels['name'] = 'Nom';
|
|
|
|
$labels['edit'] = 'Edita';
|
|
|
|
$labels['save'] = 'Desa';
|
|
|
|
?>
|