1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

Localization: pt-br translates added.

This commit is contained in:
Awilum
2012-10-21 20:17:17 +03:00
parent 33d8af9eec
commit 13ae0b1c6a
15 changed files with 442 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
return array(
'backup' => array(
'Backups' => 'Backups',
'Backup date' => 'Data do backup',
'Create backup' => 'Criar',
'Delete' => 'Deletar',
'storage' => 'storage',
'public' => 'public',
'plugins' => 'plugins',
'Size' => 'Tamanho',
'Actions' => 'Ações',
'Delete backup: :backup' => 'Deletar o backup: :backup',
'Creating...' => 'Criando backup...',
)
);