14 lines
277 B
PHP
14 lines
277 B
PHP
<?php
|
|
|
|
/**
|
|
* Localizations for the Kolab libkolab plugin
|
|
*
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libkolab/
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['user'] = 'Usuario';
|
|
$labels['operation'] = 'Acción';
|
|
|