Skip to content

Commit

Permalink
fixed polish days' names
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_QuickForm/trunk@123737 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Robert Janeczek committed Apr 17, 2003
1 parent 164b9f1 commit b70cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickForm/date.php
Expand Up @@ -75,7 +75,7 @@ class HTML_QuickForm_date extends HTML_QuickForm_element
"months_long" => array ("január", "február", "március", "április", "május", "június", "július", "augusztus", "szeptember", "október", "november", "december")
),
"pl" => array (
"weekdays_short"=> array ("Nie", "Pon", "Wto", "¦ro", "Czw", "Pi±", "Sob"),
"weekdays_short"=> array ("Nie", "Pn", "Wt", "¦r", "Czw", "Pt", "Sob"),
"weekdays_long" => array ("Niedziela", "Poniedzia³ek", "Wtorek", "¦roda", "Czwartek", "Pi±tek", "Sobota"),
"months_short" => array ("Sty", "Lut", "Mar", "Kwi", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa¼", "Lis", "Gru"),
"months_long" => array ("Styczeñ", "Luty", "Marzec", "Kwiecieñ", "Maj", "Czerwiec", "Lipiec", "Sierpieñ", "Wrzesieñ", "Pa¼dziernik", "Listopad", "Grudzieñ")
Expand Down

0 comments on commit b70cd0f

Please sign in to comment.