12345678910111213141516171819202122232425 |
- #
- # Copyright (c) 2008 Jeremy Wood
- # E-mail: mickleness@gmail.com
- # All rights reserved.
- #
- # The copyright of this software is owned by Jeremy Wood.
- # You may not use, copy or modify this software, except in
- # accordance with the license agreement you entered into with
- # Jeremy Wood. For details see accompanying license terms.
- #
- # Brazilian Portuguese
- #
- ColorPickerDialogTitle=Escolher uma Cor
- Copy=Copiar
- Cancel=Cancelar
- OK=OK
- blueLabel=Azul:
- greenLabel=Verde:
- redLabel=Vermelho:
- brightnessLabel=Brilho:
- hueLabel=Matiz:
- saturationLabel=Saturação:
- hexLabel=Hex:
- opacityLabel=Opacidade:
- alphaLabel=Alpha:
|