PME.lang.PT.inc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. /*
  3. * phpMyEdit language file
  4. *
  5. * language: portuguese (standard)
  6. * encoding: iso-8859-1
  7. * date: 02/2002
  8. * author: unknown
  9. */
  10. /* $Platon: phpMyEdit/lang/PME.lang.PT.inc,v 1.4 2004/01/12 05:52:56 nepto Exp $ */
  11. return Array(
  12. 'Add' =>'Adicione',
  13. 'Copy' =>'Cópia',
  14. 'Change' =>'Mude',
  15. 'Delete' =>'Suprima',
  16. 'View' =>'Indicador',
  17. 'Prev' =>'Precedente',
  18. 'Next' =>'Seguinte',
  19. 'First' =>'First', // untranslated
  20. 'Last' =>'Last', // untranslated
  21. 'Go to' =>'Go to', // untranslated
  22. 'Page' =>'Página',
  23. 'Records' =>'Registros',
  24. 'Save' =>'Excepto',
  25. 'More' =>'Mais',
  26. 'Apply' =>'Apply', // untranslated
  27. 'Cancel' =>'cancelamento',
  28. // Translate and uncomment
  29. //'Search' =>'Search',
  30. //'Hide' =>'Hide',
  31. //'Clear' =>'Clear',
  32. //'Query' =>'Query',
  33. 'Current Query' =>'Current Query', // untranslated
  34. 'Sorted By' =>'Sorted By', // untranslated
  35. 'ascending' =>'ascending', // untranslated
  36. 'descending' =>'descending',// untranslated
  37. 'hidden' =>'hidden', // untranslated
  38. 'of' =>'/', // untranslated
  39. 'record added' =>'suprimido mudado',
  40. 'record changed'=>'Record adicionado',
  41. 'record deleted'=>'Record record',
  42. 'Please enter' =>'Por favor entram ',
  43. 'months' => Array(
  44. '01'=>'Janeiro',
  45. '02'=>'Fevereiro',
  46. '03'=>'Março',
  47. '04'=>'Abril',
  48. '05'=>'Pode',
  49. '06'=>'Junho',
  50. '07'=>'Julho',
  51. '08'=>'Agosto',
  52. '09'=>'Setembro',
  53. '10'=>'Outubro',
  54. '11'=>'Novembro',
  55. '12'=>'Dezembro'),
  56. // phpMyEdit-report
  57. 'Make report' => 'Make report',
  58. 'Select fields' => 'Select fields',
  59. 'Records per screen' => 'Records per screen',
  60. );
  61. ?>