-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbr_dataloghistory_view.lng
More file actions
26 lines (26 loc) · 948 Bytes
/
br_dataloghistory_view.lng
File metadata and controls
26 lines (26 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$wb['i'] = 'Inserir';
$wb['u'] = 'Atualizar';
$wb['d'] = 'Remover';
$wb['list_head_txt'] = 'Histórico do log';
$wb['id_txt'] = 'ID';
$wb['timestamp_txt'] = 'Data/Hora';
$wb['table_txt'] = 'Tabela';
$wb['action_txt'] = 'Ação';
$wb['session_id_txt'] = 'ID da sessão';
$wb['fields_txt'] = 'Campos';
$wb['fields_inserted_txt'] = 'Campos cadastrados';
$wb['fields_updated_txt'] = 'Atualizar campos';
$wb['fields_deleted_txt'] = 'Remover campos';
$wb['no_changes_txt'] = 'Nenhuma modificação (sincronizar)';
$wb['is_diff_txt'] = 'As diferenças são destacadas';
$wb['is_diff_inserts_txt'] = 'Inserções';
$wb['is_diff_deletes_txt'] = 'Remoções';
$wb['field_txt'] = 'Campo';
$wb['value_txt'] = 'Valor';
$wb['old_txt'] = 'Antigo';
$wb['new_txt'] = 'Novo';
$wb['btn_cancel_txt'] = 'Voltar';
$wb['undo_txt'] = 'Desfazer ação';
$wb['undo_confirmation_txt'] = 'Você realmente deseja desfazer esta ação?';
$wb['username_txt'] = 'Usuário';