2013-10-11 15:06:22 +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/
|
|
|
|
*/
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['files'] = 'Dateien';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['create'] = 'Erstellen';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['save'] = 'Speichern';
|
|
|
|
$labels['cancel'] = 'Abbrechen';
|
2018-12-19 10:09:03 +01:00
|
|
|
$labels['addfolder'] = 'Ordner hinzufügen';
|
|
|
|
$labels['foldermount'] = 'Speicherplatz hinzufügen';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['name'] = 'Name';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['type'] = 'Typ';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['edit'] = 'Bearbeiten';
|
|
|
|
$labels['save'] = 'Speichern';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['close'] = 'Schließen';
|
2018-12-17 14:03:01 +01:00
|
|
|
$labels['submit'] = 'Absenden';
|
|
|
|
$labels['confirmpassword'] = 'Passwort bestätigen';
|
2018-12-19 10:09:03 +01:00
|
|
|
$labels['foldermounting'] = 'Externe Speicherplatz hinzufügen';
|
|
|
|
$labels['foldermountnotice'] = 'Speicherplatz erfolgreich angelegt.';
|
|
|
|
$labels['additionalfolders'] = 'Zusätzliche Ordneren';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['select'] = 'Auswählen';
|
|
|
|
$labels['participant'] = 'Teilnehmer';
|
|
|
|
$labels['status'] = 'Status';
|
2018-12-19 10:09:03 +01:00
|
|
|
$labels['addparticipant'] = 'Teilnehmer hinzufügen';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['statusorganizer'] = 'Organisator';
|
2018-12-19 10:09:03 +01:00
|
|
|
$labels['statusaccepted'] = 'Akzeptiert';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['statusdeclined'] = 'Abgelehnt';
|
|
|
|
$labels['removeparticipant'] = 'Entfernen';
|
2018-12-19 10:09:03 +01:00
|
|
|
$labels['owner'] = 'Besitzer';
|
2016-06-13 18:10:59 +02:00
|
|
|
$labels['comment'] = 'Kommentar';
|