Update of /cvsroot/openposs/Server/language/por
In directory usw-pr-cvs1:/tmp/cvs-serv27443
Added Files:
global.php
Log Message:
Initial creation & translation for the Portuguese language.
--- NEW FILE: global.php ---
<?
#
# Filename: /language/por/global.php
# Author : Nuno Gomes
# Date : July 12, 2002
# Purpose : To provide Portuguese language strings for the openPOS project.
#
################################################################################
# Last Update # Who # Changes Made #
#--------------#-----#---------------------------------------------------------#
# Jul 12, 2002 # NG # Initial Creation & Translations #
################################################################################
# Who Key
# NG - Nuno Gomes
#
define(_OPENPOSTITLE,"Sistema openPOS");
define(_OPENPOSADMINTITLE,"Administração");
// duplicate var?... same content as above, fix in other languages?
define(_OPENPOSMAINTITLE,"Sistema openPOS");
define(_OPENPOSERRORTITLE,"Notificação de Erro");
define(_OPENPOSNAVTITLE, "Menu de Navegação");
define(_OPENPOSLOGINTITLE, "Entrar");
?>
|