20 lines
658 B
PHP
20 lines
658 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'] = 'Salvesta';
|
|
$labels['name'] = 'Nimi';
|
|
$labels['save'] = 'Salvesta';
|
|
$labels['listpermanent'] = 'List permanently';
|
|
$labels['select'] = 'Select';
|
|
$labels['participant'] = 'Participant';
|
|
$labels['status'] = 'Status';
|
|
$labels['addparticipant'] = 'Add participant';
|
|
$labels['invitationtextlabel'] = 'Invitation/notification comment';
|
|
$labels['statusorganizer'] = 'Organizer';
|
|
$labels['removeparticipant'] = 'Remove';
|
|
$labels['comment'] = 'Kommentaar';
|