mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
17
plugins/box/backup/languages/de.lang.php
Normal file
17
plugins/box/backup/languages/de.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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...',
|
||||
)
|
||||
);
|
17
plugins/box/backup/languages/it.lang.php
Normal file
17
plugins/box/backup/languages/it.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Backup',
|
||||
'Backup date' => 'Backup',
|
||||
'Create backup' => 'Crea backup',
|
||||
'Delete' => 'Elimina',
|
||||
'storage' => 'dati',
|
||||
'public' => 'pubblica',
|
||||
'plugins' => 'plugin',
|
||||
'Size' => 'Dimensione',
|
||||
'Actions' => 'Azioni',
|
||||
'Delete backup: :backup' => 'Elimina backup: :backup',
|
||||
'Creating...' => 'Creazione...',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user