Advertisement
xsbr

ZBX-4208 patch for 1.9.7r22202

Oct 7th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.36 KB | None | 0 0
  1. diff -Pdur trunk/frontends/php/include/locales/en_gb.inc.php trunk-new/frontends/php/include/locales/en_gb.inc.php
  2. --- trunk/frontends/php/include/locales/en_gb.inc.php   2011-10-06 08:00:06.000000000 +0000
  3. +++ trunk-new/frontends/php/include/locales/en_gb.inc.php   2011-10-07 12:10:52.000000000 +0000
  4. @@ -1398,6 +1398,7 @@
  5.     'S_KOREAN_KR'=>             _('Korean (KO)'),
  6.     'S_LATVIAN_LV'=>            _('Latvian (LV)'),
  7.     'S_RUSSIAN_RU'=>            _('Russian (RU)'),
  8. +   'S_PORTUGUESE_BR'=>         _('Brazilian Portuguese (BR)'),
  9.     'S_PORTUGUESE_PT'=>         _('Portuguese (PT)'),
  10.     'S_SPANISH_ES'=>            _('Spanish (ES)'),
  11.     'S_SWEDISH_SE'=>            _('Swedish (SE)'),
  12. diff -Pdur trunk/frontends/php/include/locales.inc.php trunk-new/frontends/php/include/locales.inc.php
  13. --- trunk/frontends/php/include/locales.inc.php 2011-10-05 16:48:36.000000000 +0000
  14. +++ trunk-new/frontends/php/include/locales.inc.php 2011-10-07 12:10:10.000000000 +0000
  15. @@ -68,7 +68,7 @@
  16.         'ja_JP'=>  S_JAPANESE_JP,
  17.         'lv_LV'=>  S_LATVIAN_LV,
  18.         'pl_PL'=>  S_POLISH_PL,
  19. -       'pt_BR'=>  S_PORTUGUESE_PT,
  20. +       'pt_BR'=>  S_PORTUGUESE_BR,
  21.         'ru_RU'=>  S_RUSSIAN_RU,
  22.         'sk_SK'=>  _('Slovak (SK)'),
  23.         'es_ES'=>  S_SPANISH_ES,
  24. @@ -156,6 +156,7 @@
  25.         'ja_jp'=>  'japanese',
  26.         'lv_lv'=>  'latvian',
  27.         'pl_pl'=>  'polish',
  28. +       'pt_br'=>  'brazilian portuguese',
  29.         'pt_pt'=>  'portuguese',
  30.         'ru_ru'=>  'russian',
  31.         'sk_sk'=>  'slovak',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement