Subversion Repositories Applications.bazar

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
468 mathias 1
<?php
2
 
3
/*
4
 * phpMyEdit language file
5
 *
6
 * language: portuguese (standard)
7
 * encoding: iso-8859-1
8
 * date: 2002-02
9
 * author: unknown
10
 *
11
 * last_edit: 		2006-05-23 by Sérgio Sanches <ssanches@dcc.online.pt>
12
 * last_edit_purpose:	full translation and correction
13
 */
14
 
15
/* $Platon: phpMyEdit/lang/PME.lang.PT.inc,v 1.6 2006-05-29 08:18:04 nepto Exp $ */
16
 
17
return Array(
18
		'Add'			=>'Adicionar',
19
		'Copy'		=>'Copiar',
20
		'Change'		=>'Mudar',
21
		'Delete'		=>'Apagar',
22
		'View'		=>'Ver',
23
		'Prev'		=>'Anterior',
24
		'Next'          =>'Seguinte',
25
		'First'		=>'Primeiro',
26
		'Last'		=>'Último',
27
		'Go to'		=>'Ir para',
28
		'Page'          =>'Página',
29
		'Records'		=>'Registos',
30
		'Save'		=>'Guardar',
31
		'More'          =>'Mais',
32
		'Apply'		=>'Aplicar',
33
		'Cancel'		=>'Cancelar',
34
		'Search'		=>'Procurar',
35
		'Hide'		=>'Esconder',
36
		'Clear'		=>'Limpar',
37
		'Query'		=>'Pesquisa',
38
		'Current Query'	=>'Pesquisa Actual',
39
		'Sorted By'		=>'Ordenado Por',
40
		'ascending'		=>'ascendente',
41
		'descending'	=>'descendente',
42
		'hidden'		=>'escondido',
43
		'of'			=>'de',
44
		'record added'	=>'registo adicionado',
45
		'record changed'	=>'registo alterado',
46
		'record deleted'	=>'registo apagado',
47
		'Please enter'	=>'Por favor introduza ',
48
		'months' =>	Array(
49
			'01'=>'Janeiro',
50
			'02'=>'Fevereiro',
51
			'03'=>'Março',
52
			'04'=>'Abril',
53
			'05'=>'Maio',
54
			'06'=>'Junho',
55
			'07'=>'Julho',
56
			'08'=>'Agosto',
57
			'09'=>'Setembro',
58
			'10'=>'Outubro',
59
			'11'=>'Novembro',
60
			'12'=>'Dezembro'),
61
		// phpMyEdit-report
62
		'Make report'		=> 'Criar relatório',
63
		'Select fields'		=> 'Escolher campos',
64
		'Records per screen'	=> 'Registos por ecran',
65
		);
66
 
67
?>