forked from cosmocode/edittable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b513714
commit d1909df
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Alex Souza <[email protected]> | ||
*/ | ||
$lang['secedit_name'] = 'Tabela'; | ||
$lang['add_table'] = 'Inserir uma nova tabela'; | ||
$lang['js']['toggle_header'] = 'Alternar estado de cabeçalho'; | ||
$lang['js']['align_left'] = 'Alinhar célula à esquerda'; | ||
$lang['js']['align_center'] = 'Centralizar célula'; | ||
$lang['js']['align_right'] = 'Alinhar célula à direita'; | ||
$lang['js']['confirmdeleterow'] = 'Deseja mesmo deletar a linha?'; | ||
$lang['js']['confirmdeletecol'] = 'Deseja mesmo deletar a coluna?'; | ||
$lang['js']['row_above'] = 'Adicionar linha acima'; | ||
$lang['js']['remove_row'] = 'Remover linha'; | ||
$lang['js']['row_below'] = 'Adicionar linha abaixo'; | ||
$lang['js']['col_left'] = 'Adicionar coluna à esquerda'; | ||
$lang['js']['remove_col'] = 'Remover coluna'; | ||
$lang['js']['col_right'] = 'Adicionar coluna à direita'; | ||
$lang['js']['merge_cells'] = 'Mesclar células'; | ||
$lang['js']['unmerge_cells'] = 'Separar células'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Alex Souza <[email protected]> | ||
*/ | ||
$lang['default colwidth'] = 'Largura das colunas. Deixe vazio para ajustar ao conteúdo'; |