Advertisement
xsbr

ZBX-4216 patch

Oct 7th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.14 KB | None | 0 0
  1. diff -Pdur 1.8/frontends/php/include/locales/pt_br.inc.php 1.8-new/frontends/php/include/locales/pt_br.inc.php
  2. --- 1.8/frontends/php/include/locales/pt_br.inc.php 2011-10-07 12:02:23.000000000 +0000
  3. +++ 1.8-new/frontends/php/include/locales/pt_br.inc.php 2011-10-07 18:21:01.000000000 +0000
  4. @@ -35,16 +35,16 @@
  5.     'S_MILLISECOND_SHORT'=>         'ms',
  6.     'S_WEEKDAY_SUNDAY_SHORT'=>          'Dom',
  7.     'S_WEEKDAY_MONDAY_SHORT'=>          'Seg',
  8. -   'S_WEEKDAY_TUESDAY_SHORT'=>         'Qui',
  9. +   'S_WEEKDAY_TUESDAY_SHORT'=>         'Ter',
  10.     'S_WEEKDAY_WEDNESDAY_SHORT'=>           'Qua',
  11. -   'S_WEEKDAY_THURSDAY_SHORT'=>            'Ter',
  12. +   'S_WEEKDAY_THURSDAY_SHORT'=>            'Qui',
  13.     'S_WEEKDAY_FRIDAY_SHORT'=>          'Sex',
  14.     'S_WEEKDAY_SATURDAY_SHORT'=>            'Sab',
  15.     'S_WEEKDAY_SUNDAY_LONG'=>           'Domingo',
  16.     'S_WEEKDAY_MONDAY_LONG'=>           'Segunda-feira',
  17. -   'S_WEEKDAY_TUESDAY_LONG'=>          'Quinta-feira',
  18. +   'S_WEEKDAY_TUESDAY_LONG'=>          'Terça-feira',
  19.     'S_WEEKDAY_WEDNESDAY_LONG'=>            'Quarta-feira',
  20. -   'S_WEEKDAY_THURSDAY_LONG'=>         'Terça-feira',
  21. +   'S_WEEKDAY_THURSDAY_LONG'=>         'Quinta-feira',
  22.     'S_WEEKDAY_FRIDAY_LONG'=>           'Sexta-feira',
  23.     'S_WEEKDAY_SATURDAY_LONG'=>         'Sábado',
  24.     'S_MONTH_JANUARY_SHORT'=>           'Jan',
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement