22 lines
801 B
PHP
22 lines
801 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['showhistory'] = 'Historie anzeigen';
|
||
|
$labels['compare'] = 'Vergleichen';
|
||
|
$labels['objectchangelog'] = 'Historie';
|
||
|
$labels['objectdiff'] = 'Änderungen aus $rev1 nach $rev2';
|
||
|
$labels['revision'] = 'Version';
|
||
|
$labels['user'] = 'Benutzer';
|
||
|
$labels['operation'] = 'Aktion';
|
||
|
$labels['actionappend'] = 'Gespeichert';
|
||
|
$labels['actionmove'] = 'Verschoben';
|
||
|
$labels['actiondelete'] = 'Gelöscht';
|
||
|
$labels['showrevision'] = 'Diese Version anzeigen';
|
||
|
$labels['restore'] = 'Diese Version wiederherstellen';
|
||
|
$labels['objectchangelognotavailable'] = 'Änderungshistorie ist nicht verfügbar für diese Nachricht';
|