Oi
Tenho muita coisa traduzida em portugues, estou a arrancar com o site.
Pudemos trocar informação e algumas dicas.
Não percebo nada disto, só que tive que aprender sozinho.
Caso queram entrar em contacto comigo, enviem um email p
marco@biju-biju.com
Não sei se é isto que queres!
\admin\includes\languages\portugues.php
//Admin end
// look in your $PATH_LOCALE/locale directory for available locales..
// on RedHat6.0 I used 'pt_PT'
// on FreeBSD 4.0 I use 'pt_PT.ISO8859-1'
// this may not work under win32 environments..
setlocale(LC_TIME, 'pt_PT.ISO8859-1');
includes\languages\português\espanol\english\french\german.php
// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'es_ES'
// on FreeBSD try 'es_ES.ISO_8859-1'
// on Windows try 'sp', or 'Spanish'
@setlocale(LC_TIME, 'es_ES.ISO_8859-1');
// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'pt_PT'
// on FreeBSD try 'pt_PT.ISO8859-1'
// on Windows try 'pt', or 'Portuguese'
@setlocale(LC_TIME, 'pt_PT.ISO8859-1');
// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'de_DE'
// on FreeBSD try 'de_DE.ISO_8859-1'
// on Windows try 'de' or 'German'
@setlocale(LC_TIME, 'de_DE.ISO_8859-1');