1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/pt-br.lang.php
2013-01-04 21:08:04 +02:00

18 lines
549 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'Arquivos',
'Files manager' => 'Gerenciador de arquivos',
'Name' => 'Nome',
'Actions' => 'Ações',
'Delete' => 'Deletar',
'Upload' => 'Upload',
'directory' => 'directory',
'Delete directory: :dir' => 'Deletar o diretório: :dir',
'Delete file: :file' => 'Deletar o arquivo :file',
'Extension' => 'Extensão',
'Size' => 'Tamanho',
)
);