1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-09 06:37:01 +02:00

Merge remote-tracking branch 'refs/remotes/origin/master' into dev

Conflicts:
	plugins/box/users/views/frontend/login.view.php
This commit is contained in:
Awilum
2013-11-21 21:06:22 +02:00
45 changed files with 960 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
<?php
return array(
'filesmanager' => array(
'Files' => 'Bestanden',
'Files manager' => 'Bestandsbeheer',
'Name' => 'Naam',
'Actions' => 'Acties',
'Delete' => 'Verwijderen',
'Upload' => 'Uploaden',
'directory' => 'Map',
'Delete directory: :dir' => 'Verwijder map: :dir',
'Delete file: :file' => 'Verwijder bestand: :file',
'Extension' => 'Type',
'Size' => 'Grootte',
)
);

View File

@@ -0,0 +1,17 @@
<?php
return array(
'filesmanager' => array(
'Files' => 'Pliki',
'Files manager' => 'Zarządzaj plikami',
'Name' => 'Nazwa',
'Actions' => 'Akcje',
'Delete' => 'Usuń',
'Upload' => 'Prześlij',
'directory' => 'katalog',
'Delete directory: :dir' => 'Czy napewno usunąć katalog: :dir',
'Delete file: :file' => 'Czy napewno usunąć plik :file',
'Extension' => 'Rozszerzenie',
'Size' => 'Rozmiar',
)
);