2016-05-18 16:38:39 +02:00
|
|
|
<?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['compare'] = 'Compare';
|
|
|
|
$labels['objectchangelog'] = 'History';
|
|
|
|
$labels['objectdiff'] = 'Changes from revisions $rev';
|
|
|
|
$labels['revision'] = 'Revision';
|
|
|
|
$labels['user'] = 'User';
|
|
|
|
$labels['operation'] = 'Action';
|
|
|
|
$labels['actionappend'] = 'Saved';
|
|
|
|
$labels['actionmove'] = 'Moved';
|
|
|
|
$labels['actiondelete'] = 'Deleted';
|
|
|
|
$labels['showrevision'] = 'Show this version';
|
|
|
|
$labels['restore'] = 'Restore this version';
|
2018-12-17 14:03:01 +01:00
|
|
|
$labels['tabsharing'] = 'Sharing';
|