1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 11:20:52 +02:00
Files
php-monstra/plugins/box/backup/languages/de.lang.php
2013-01-04 21:08:04 +02:00

18 lines
531 B
PHP

<?php
return array(
'backup' => array(
'Backups' => 'Backups',
'Backup date' => 'Backup Datum',
'Create backup' => 'Erstelle Backup',
'Delete' => 'Löschen',
'storage' => 'Speicher',
'public' => 'Öffentliche',
'plugins' => 'Plugins',
'Size' => 'Größe',
'Actions' => 'Aktionen',
'Delete backup: :backup' => 'Lösche Backup: :backup',
'Creating...' => 'Erstellen...',
)
);