nextcloud/apps/storage_charts/l10n/de.php

58 lines
2.0 KiB
PHP

<?php
/**
* ownCloud - DjazzLab Storage Charts plugin
*
* @author Xavier Beurois
* @copyright 2012 Xavier Beurois www.djazz-lab.net
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
* English texts
*
*/
$TRANSLATIONS = Array(
'all users' => 'Alle Benutzer',
'April' => 'April',
'August' => 'August',
'December' => 'Dezember',
'February' => 'Februar',
'January' => 'Januar',
'July' => 'Juli',
'June' => 'Juni',
'March' => 'März',
'May' => 'Mai',
'November' => 'November',
'October' => 'Oktober',
'September' => 'September',
'Monthly Used Space Evolution' => 'Entwicklung des monatlich genutzten Speichers',
'Last 7 days' => 'Die letzten 7 Tage',
'Daily Used Space Evolution' => 'Entwicklung des täglich genutzten Speichers',
'Current ratio free space / used space' => 'Aktuelles Verhältnis zwischen freier Speicher / genutzter Speicher',
'for' => 'für',
'Free space' => 'Freier Speicher',
'Drag\'N\'Drop on the chart title to re-order' => 'Drag\'N\'Drop der Diagrammnamen zum neuordnern',
'Gigabytes (GB)' => 'Gigabytes (GB)',
'Kilobytes (KB)' => 'Kilobytes (KB)',
'Megabytes (MB)' => 'Megabytes (MB)',
'Terabytes (TB)' => 'Terabytes (TB)',
'Used space' => 'Genutzter Speicher',
'Average used space' => 'Durchschnittlich verbrauchter Speicher',
// Personal settings
'Save' => 'Speichern',
'Save OK' => 'Speichern erfolgreich',
'Uncheck charts you do not want to display' => 'Diagramme abwählen die nicht angezeigt werden sollen'
);