PHP Classes

File: locale/dateclass-pt.php

Recommend this page to a friend!
  Classes of Manuel Lemos   Date and time utility class   locale/dateclass-pt.php   Download  
File: locale/dateclass-pt.php
Role: Auxiliary script
Content type: text/plain
Description: Locale definitions for the Português idiom
Class: Date and time utility class
Editing date and time values with forms.
Author: By
Last change:
Date: 22 years ago
Size: 1,345 bytes
 

Contents

Class file image Download
<?php

$GLOBALS
["datelocale"]["string"]["January"]="Janeiro";
$GLOBALS["datelocale"]["string"]["February"]="Fevereiro";
$GLOBALS["datelocale"]["string"]["March"]="Mar\347o";
$GLOBALS["datelocale"]["string"]["April"]="Abril";
$GLOBALS["datelocale"]["string"]["May"]="Maio";
$GLOBALS["datelocale"]["string"]["June"]="Junho";
$GLOBALS["datelocale"]["string"]["July"]="Julho";
$GLOBALS["datelocale"]["string"]["August"]="Agosto";
$GLOBALS["datelocale"]["string"]["September"]="Setembro";
$GLOBALS["datelocale"]["string"]["October"]="Outubro";
$GLOBALS["datelocale"]["string"]["November"]="Novembro";
$GLOBALS["datelocale"]["string"]["December"]="Dezembro";
$GLOBALS["datelocale"]["string"]["today"]="hoje";
$GLOBALS["datelocale"]["string"]["yesterday"]="ontem";
$GLOBALS["datelocale"]["string"]["Invalid-date"]="N\343o foi indicada uma data v\341lida.";
$GLOBALS["datelocale"]["strippedstring"]["Date-format"]=" de de ";
$GLOBALS["datelocale"]["strippedstring"]["Timestamp-format"]=" de de \340s ::";
$GLOBALS["datelocale"]["markpositions"]["Date-format"]=array(0,4,8);
$GLOBALS["datelocale"]["markpositions"]["Timestamp-format"]=array(0,4,8,12,13,14);
$GLOBALS["datelocale"]["marknames"]["Date-format"]=array("DAY","MONTH","YEAR");
$GLOBALS["datelocale"]["marknames"]["Timestamp-format"]=array("DAY","MONTH","YEAR","HOUR","MINUTE","SECOND");

?>