This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
constants.pt.inc
58 lines (51 loc) · 3.15 KB
/
constants.pt.inc
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?
/* $Id: constants.pt.inc,v 1.3 2010/09/05 10:56:04 gecko2 Exp $ */
// +--------------------------------------------------------------------------+
// | Constants |
// +--------------------------------------------------------------------------+
// | Copyright (c) |
// +--------------------------------------------------------------------------+
// | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
// +--------------------------------------------------------------------------+
// | Defines the constants used throughout the Fink website |
// | for different human languages |
// | (http://www.finkproject.org) |
// | |
// | usage: 1. read the comments |
// | 2. encoding must be UTF-8 or it will not show properly |
// +--------------------------------------------------------------------------+
/* The Sections. Used in Menu Navigation Bar */
define ("FINK_LC_ALL", 'pt_BR');
/* The Sections. Used in Menu Navigation Bar */
define ("FINK_SECTION_HOME", 'Página inicial');
define ("FINK_SECTION_DOWNLOAD", 'Download');
define ("FINK_SECTION_PACKAGE", 'Pacotes');
define ("FINK_SECTION_HELP", 'Ajuda');
define ("FINK_SECTION_FAQ", 'Perguntas frequentes');
define ("FINK_SECTION_DOCUMENTATION", 'Documentação');
define ("FINK_SECTION_MAILING_LISTS", 'Listas de discussão');
/* The Home Subsections. Used in Menu Navigation Bar */
define ("FINK_SECTION_HOME_INDEX", 'Índice');
define ("FINK_SECTION_HOME_NEWS", 'Notícias');
define ("FINK_SECTION_HOME_ABOUT", 'Sobre o Fink');
define ("FINK_SECTION_HOME_CONTRIBUTORS", 'Colaboradores');
define ("FINK_SECTION_HOME_LINKS", 'Links');
/* The word 'Sections'. Used in Menu Navigation Bar */
define ("FINK_SECTIONS", 'Seções');
/* Used in FAQ/Documentation Sections */
define ("FINK_CONTENTS", 'Sumário');
define ("FINK_NEXT", 'Próximo');
define ("FINK_Q", 'P.');
define ("FINK_A", 'R.');
/* Printer */
define ("FINK_PRINTER", 'Imprimir');
define ("FINK_PRINT_VERSION", 'Versão para impressão');
/* Footer */
define ("META_KEYWORDS", 'Mac OS X, Fink, Debian, Macintosh, Apple, UNIX, Open Source, download, código aberto, ports, desenvolvimento, gerenciamento de pacotes');
define ("META_DESCRIPTION", 'O projeto Fink deseja trazer ao Darwin e ao Mac OS X todo o mundo de software Unix de código aberto. Nós modificamos softwares originalmente desenvolvidos para Unix tal que eles sejam compilados e executados no Mac OS X, e os disponibilizamos para download como uma distribuição coesa');
define ("HEADER_HOSTED_BY", 'Hospedado por {img}');
define ("FOOTER_AVAILABLE_LANGUAGES", 'Idiomas disponíveis ');
define ("FOOTER_GENERATED_DYNAMICALLY", 'Generado dinamicamente por ');
define ("FOOTER_DATABASE_LAST_UPDATED", 'Última atualização em %d %B %Y às %R %Z');
define ("FOOTER_LAST_CHANGED", 'Última atualização em {date} às {time} por {author}');
?>