/hg/release/icedtea6-1.11: 4 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Nov 12 19:48:20 PST 2013


changeset 9aaab6990de6 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=9aaab6990de6
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Oct 31 00:25:38 2013 +0000

	Prepare for 1.11.14 release.

	2013-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Set to 1.11.14.
		* NEWS: Set release date to 2013-10-31.


changeset 4af4ade9792b in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=4af4ade9792b
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Mon Nov 11 11:33:52 2013 +0000

	S8025255: (tz) Support tzdata2013g
	S6925851: Localize JRE into pt_BR
	S7035073: Add missing timezones to TimeZoneNames_pt_BR.java

	2013-11-08  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(ICEDTEA_PATCHES): Add new patches.
		* NEWS: Updated.
		* patches/openjdk/6925851-pt_br.patch: Added.
		* patches/openjdk/7017800-tzdata2011b.patch,
		* patches/openjdk/7027387-tzdata2011d.patch:
		Updated with pt_BR changes.
		* patches/openjdk/7035073-missing_pt_br_timezones.patch:
		Added.
		* patches/openjdk/7090843-tzdata2011j.patch,
		* patches/openjdk/7103108-tzdata2011l.patch,
		* patches/openjdk/7103405-correct_display_names.patch,
		* patches/openjdk/7158483-tzdata2012c.patch,
		* patches/openjdk/8009987-tzdata2013b.patch:
		Updated with pt_BR changes.
		* patches/openjdk/8025255-tzdata2013g.patch:
		Added.


changeset 6252494258a7 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=6252494258a7
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Nov 13 03:47:13 2013 +0000

	Added tag icedtea6-1.11.14 for changeset 4af4ade9792b


changeset f7a359db72f5 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=f7a359db72f5
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Nov 13 03:47:59 2013 +0000

	Fix final release date of 1.11.14.

	2013-11-13  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Fix release date.


diffstat:

 .hgtags                                               |     1 +
 ChangeLog                                             |    31 +-
 Makefile.am                                           |     5 +-
 NEWS                                                  |     7 +-
 configure.ac                                          |     2 +-
 patches/openjdk/6925851-pt_br.patch                   |  3651 +++++++++++++++
 patches/openjdk/7017800-tzdata2011b.patch             |    11 +
 patches/openjdk/7027387-tzdata2011d.patch             |    20 +
 patches/openjdk/7035073-missing_pt_br_timezones.patch |  1644 +++++++
 patches/openjdk/7090843-tzdata2011j.patch             |    53 +
 patches/openjdk/7103108-tzdata2011l.patch             |    67 +
 patches/openjdk/7103405-correct_display_names.patch   |    12 +
 patches/openjdk/7158483-tzdata2012c.patch             |    46 +
 patches/openjdk/8009987-tzdata2013b.patch             |   110 +
 patches/openjdk/8025255-tzdata2013g.patch             |  3976 +++++++++++++++++
 15 files changed, 9631 insertions(+), 5 deletions(-)

diffs (truncated from 9787 to 500 lines):

diff -r d667440f2973 -r f7a359db72f5 .hgtags
--- a/.hgtags	Thu Oct 31 00:22:07 2013 +0000
+++ b/.hgtags	Wed Nov 13 03:47:59 2013 +0000
@@ -36,3 +36,4 @@
 d3fed928b8b9d76d6153789ac6daec5dd02aab4d icedtea6-1.11.11
 eca41165787238e9d088af88d5a35e417cff21b7 icedtea6-1.11.12
 a02969e093910e938dddd09c03c52bcd1f53ed2d icedtea6-1.11.13
+4af4ade9792bb9857d55c577d3b7777fe530db7d icedtea6-1.11.14
diff -r d667440f2973 -r f7a359db72f5 ChangeLog
--- a/ChangeLog	Thu Oct 31 00:22:07 2013 +0000
+++ b/ChangeLog	Wed Nov 13 03:47:59 2013 +0000
@@ -1,4 +1,33 @@
-2013-10-29  Andrew John Hughes  <gnu.andrew at redhat.com>
+2013-11-13  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Fix release date.
+
+2013-11-08  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add new patches.
+	* NEWS: Updated.
+	* patches/openjdk/6925851-pt_br.patch: Added.
+	* patches/openjdk/7017800-tzdata2011b.patch,
+	* patches/openjdk/7027387-tzdata2011d.patch:
+	Updated with pt_BR changes.
+	* patches/openjdk/7035073-missing_pt_br_timezones.patch:
+	Added.
+	* patches/openjdk/7090843-tzdata2011j.patch,
+	* patches/openjdk/7103108-tzdata2011l.patch,
+	* patches/openjdk/7103405-correct_display_names.patch,
+	* patches/openjdk/7158483-tzdata2012c.patch,
+	* patches/openjdk/8009987-tzdata2013b.patch:
+	Updated with pt_BR changes.
+	* patches/openjdk/8025255-tzdata2013g.patch:
+	Added.
+
+2013-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Set to 1.11.14.
+	* NEWS: Set release date to 2013-10-31.
+
+2013-10-30  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/ecj/bootver.patch:
 	Removed as unapplied & incorporated in other patches.
diff -r d667440f2973 -r f7a359db72f5 Makefile.am
--- a/Makefile.am	Thu Oct 31 00:22:07 2013 +0000
+++ b/Makefile.am	Wed Nov 13 03:47:59 2013 +0000
@@ -741,11 +741,13 @@
 	patches/openjdk/8009996-emitter_bean.patch \
 	patches/openjdk/6541350-tz_display_names_l10n.patch \
 	patches/openjdk/6821191-tz_display_names_l10n.patch \
+	patches/openjdk/6925851-pt_br.patch \
 	patches/openjdk/6977550-tzdata2010l.patch \
 	patches/openjdk/6996686-tzdata2010o.patch \
 	patches/openjdk/7017800-tzdata2011b.patch \
 	patches/openjdk/7027387-tzdata2011d.patch \
 	patches/openjdk/7033174-tzdata2011e.patch \
+	patches/openjdk/7035073-missing_pt_br_timezones.patch \
 	patches/openjdk/7039469-tzdata2011g.patch \
 	patches/openjdk/7090843-tzdata2011j.patch \
 	patches/openjdk/7103108-tzdata2011l.patch \
@@ -773,7 +775,8 @@
 	patches/openjdk/7000225-bad_tabs.patch \
 	patches/openjdk/7038711-fix_no-clobber_usage.patch \
 	patches/disable-cc-incompatible-sanity-checks.patch \
-	patches/rh995488-rhel_tz_fix.patch
+	patches/rh995488-rhel_tz_fix.patch \
+	patches/openjdk/8025255-tzdata2013g.patch
 
 if WITH_RHINO
 ICEDTEA_PATCHES += \
diff -r d667440f2973 -r f7a359db72f5 NEWS
--- a/NEWS	Thu Oct 31 00:22:07 2013 +0000
+++ b/NEWS	Wed Nov 13 03:47:59 2013 +0000
@@ -11,7 +11,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.11.14 (2013-10-XX):
+New in release 1.11.14 (2013-11-13):
 
 * Security fixes
   - S8006900, CVE-2013-3829: Add new date/time capability
@@ -89,9 +89,11 @@
   - S6867671: javap whitespace formatting issues
   - S6868539: javap should use current names for constant pool tags
   - S6902264: fix indentation of tableswitch and lookupswitch
+  - S6925851: Localize JRE into pt_BR
   - S6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
+  - S7035073: Add missing timezones to TimeZoneNames_pt_BR.java
   - S7146431: java.security files out-of-sync
-   -S8000450: Restrict access to com/sun/corba/se/impl package
+  - S8000450: Restrict access to com/sun/corba/se/impl package
   - S8002070: Remove the stack search for a resource bundle for Logger to use
   - S8003992: File and other classes in java.io do not handle embedded nulls properly
   - S8004188: Rename src/share/lib/security/java.security to java.security-linux
@@ -127,6 +129,7 @@
   - S8023964: java/io/IOException/LastErrorString.java should be @ignore-d
   - S8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp
   - S8025128: File.createTempFile fails if prefix is absolute path
+  - S8025255: (tz) Support tzdata2013g
   - OJ19: Fix test cases from 8010118 to work with OpenJDK 6
   - OJ20: Resolve merge issues with JAXP security fixes
   - OJ21: Remove @Override annotation added on interface by 2013/10/15 security fixes
diff -r d667440f2973 -r f7a359db72f5 configure.ac
--- a/configure.ac	Thu Oct 31 00:22:07 2013 +0000
+++ b/configure.ac	Wed Nov 13 03:47:59 2013 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11.14pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11.14],[distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 
diff -r d667440f2973 -r f7a359db72f5 patches/openjdk/6925851-pt_br.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/openjdk/6925851-pt_br.patch	Wed Nov 13 03:47:59 2013 +0000
@@ -0,0 +1,3651 @@
+# HG changeset patch
+# User yhuang
+# Date 1291285057 28800
+#      Thu Dec 02 02:17:37 2010 -0800
+# Node ID e3ecd9555ff01afd93f9aed6f883eb32f71c0505
+# Parent  b357910aa04aead2a16b6d6ff395a8df4b51d1dd
+6925851: Localize JRE into pt_BR
+Reviewed-by: mfang, psun
+
+diff -r b357910aa04a -r e3ecd9555ff0 make/common/Defs.gmk
+--- openjdk/jdk/make/common/Defs.gmk	Wed Nov 10 20:40:19 2010 -0800
++++ openjdk/jdk/make/common/Defs.gmk	Thu Dec 02 02:17:37 2010 -0800
+@@ -246,8 +246,8 @@
+ # Localizations for the different parts of the product beyond English
+ #
+ 
+-JRE_LOCALES   = de es fr it ja ko sv zh_CN zh_TW zh_HK
+-PLUGIN_LOCALES = de es fr it ja ko sv zh_CN zh_TW zh_HK
++JRE_LOCALES   = de es fr it ja ko pt_BR sv zh_CN zh_TW zh_HK
++PLUGIN_LOCALES = de es fr it ja ko pt_BR sv zh_CN zh_TW zh_HK
+ JDK_LOCALES  = ja zh_CN
+ 
+ #
+diff -r b357910aa04a -r e3ecd9555ff0 make/java/util/FILES_java.gmk
+--- openjdk/jdk/make/java/util/FILES_java.gmk	Wed Nov 10 20:40:19 2010 -0800
++++ openjdk/jdk/make/java/util/FILES_java.gmk	Thu Dec 02 02:17:37 2010 -0800
+@@ -37,4 +37,5 @@
+         sun/util/resources/TimeZoneNames_es.java \
+         sun/util/resources/TimeZoneNames_fr.java \
+         sun/util/resources/TimeZoneNames_it.java \
++        sun/util/resources/TimeZoneNames_pt_BR.java \
+         sun/util/resources/TimeZoneNames_sv.java
+diff -r b357910aa04a -r e3ecd9555ff0 src/share/classes/com/sun/accessibility/internal/resources/accessibility_pt_BR.properties
+--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
++++ openjdk/jdk/src/share/classes/com/sun/accessibility/internal/resources/accessibility_pt_BR.properties	Thu Dec 02 02:17:37 2010 -0800
+@@ -0,0 +1,146 @@
++#
++# This properties file is used to create a PropertyResourceBundle
++# It contains Locale specific strings used be the Accessibility package.
++#
++# When this file is read in, the strings are put into the 
++# defaults table.  This is an implementation detail of the current
++# workings of Accessibility.  DO NOT DEPEND ON THIS.  
++# This may change in future versions of Accessibility as we improve 
++# localization support.
++#
++# @author  Lynn Monsanto
++
++#
++# accessible roles
++#
++alert=alerta
++awtcomponent=componente AWT
++checkbox=caixa de sele\u00e7\u00e3o
++colorchooser=seletor de cores
++columnheader=cabe\u00e7alho da coluna
++combobox=caixa de combina\u00e7\u00e3o
++canvas=tela
++desktopicon=\u00edcone da \u00e1rea de trabalho
++desktoppane=painel da \u00e1rea de trabalho
++dialog=caixa de di\u00e1logo
++directorypane=painel do diret\u00f3rio
++glasspane=painel transparente
++filechooser=seletor de arquivos
++filler=preenchimento
++frame=quadro
++internalframe=quadro interno
++label=r\u00f3tulo
++layeredpane=painel em camadas
++list=lista
++listitem=item da lista
++menubar=barra de menus
++menu=menu
++menuitem=item do menu
++optionpane=painel de op\u00e7\u00f5es
++pagetab=aba da p\u00e1gina
++pagetablist=lista de abas da p\u00e1gina
++panel=painel
++passwordtext=texto da senha
++popupmenu=menu pop-up
++progressbar=barra de progresso
++pushbutton=bot\u00e3o de a\u00e7\u00e3o
++radiobutton=bot\u00e3o de op\u00e7\u00e3o
++rootpane=painel base
++rowheader=cabe\u00e7alho da linha
++scrollbar=barra de rolagem
++scrollpane=painel de rolagem
++separator=separador
++slider=controle deslizante
++splitpane=painel dividido
++swingcomponent=componente swing
++table=tabela
++text=texto
++tree=\u00e1rvore
++togglebutton=bot\u00e3o de altern\u00e2ncia
++toolbar=barra de ferramentas
++tooltip=dica de ferramenta
++unknown=desconhecido
++viewport=janela de visualiza\u00e7\u00e3o
++window=janela
++#
++# accessible relations
++#
++labelFor=r\u00f3tulo de
++labeledBy=rotulado por
++memberOf=membro de 
++controlledBy=controlledBy
++controllerFor=controllerFor
++#
++# accessible states
++#
++active=ativo
++armed=armado
++busy=ocupado
++checked=selecionado
++collapsed=recolhido
++editable=edit\u00e1vel
++expandable=expans\u00edvel
++expanded=expandido
++enabled=habilitado
++focusable=focaliz\u00e1vel
++focused=focalizado
++iconified=iconizado
++modal=modal
++multiline=v\u00e1rias linhas
++multiselectable=m\u00faltipla escolha
++opaque=opaco
++pressed=pressionado
++resizable=redimension\u00e1vel
++selectable=selecion\u00e1vel
++selected=selecionado
++showing=exibindo
++singleline=linha \u00fanica
++transient=transit\u00f3rio
++visible=vis\u00edvel
++vertical=vertical
++horizontal=horizontal
++#
++# accessible actions
++#
++toggle expandir=alternar expandir
++
++# new relations, roles and states for J2SE 1.5.0
++
++# 
++# accessible relations
++#
++flowsTo=fluxos para
++flowsFrom=fluxos de
++subwindowOf=subjanela de
++parentWindowOf=janela pai de
++embeds=integra
++embeddedBy=integrado por
++childNodeOf=n\u00f3 filho de
++
++#
++# accessible roles
++#
++header=cabe\u00e7alho
++footer=rodap\u00e9
++paragraph=par\u00e1grafo
++ruler=r\u00e9gua
++editbar=barra de edi\u00e7\u00e3o
++progressMonitor=monitor de progresso
++
++#
++# accessible states
++#
++managesDescendants=gerencia descendentes
++indeterminate=indeterminado
++truncated=truncado
++
++# new for J2SE 1.6.0
++
++#
++# accessible roles
++#
++htmlcontainer=cont\u00eainer HTML
++
++#
++# END OF MATERIAL TO LOCALIZE
++#
+diff -r b357910aa04a -r e3ecd9555ff0 src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_pt_BR.properties
+--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
++++ openjdk/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_pt_BR.properties	Thu Dec 02 02:17:37 2010 -0800
+@@ -0,0 +1,81 @@
++# Refer to the note in basic.properties for a description as to what
++# the mnemonics correspond to and how to calculate them.
++
++
++
++# GTK specific properties
++
++# GTK color chooser properties:
++GTKColorChooserPanel.nameText=Seletor de cores do GTK
++# mnemonic as a VK_ constant
++GTKColorChooserPanel.mnemonic=71
++# Can also define GTKColorChooserPanel.dispalyedMnemonicIndex if you
++# want an index other than would normally be underlined by
++# GTKColorChooserPanel.mnemonic to be underlined. This is only useful
++# if GTKColorChooserPanel.nameText defines the mnemonic character more
++# than once and you want a character other than the first underlined.
++
++# Text and mnemonics for the spinner. You can also defined a different
++# index for the mnemonic via xxxMnemonicIndex, for example
++# GTKColorChooserPanel.hueMnemonicIndex=1 would indicate the second
++# character of GTKColorChooserPanel.hueText should be underlined to
++# represent the mnemonic.
++GTKColorChooserPanel.hueText=Matiz:
++GTKColorChooserPanel.hueMnemonic=72
++
++GTKColorChooserPanel.redText=Vermelho:
++GTKColorChooserPanel.redMnemonic=69
++
++GTKColorChooserPanel.saturationText=Satura\u00e7\u00e3o:
++GTKColorChooserPanel.saturationMnemonic=83
++
++GTKColorChooserPanel.greenText=Verde:
++GTKColorChooserPanel.greenMnemonic=71
++
++GTKColorChooserPanel.valueText=Valor:
++GTKColorChooserPanel.valueMnemonic=86
++
++GTKColorChooserPanel.blueText=Azul:
++GTKColorChooserPanel.blueMnemonic=66
++
++GTKColorChooserPanel.colorNameText=Nome da cor:
++GTKColorChooserPanel.colorNameMnemonic=78
++
++
++
++############ FILE CHOOSER STRINGS #############
++
++FileChooser.acceptAllFileFilterText=Todos os arquivos
++FileChooser.newFolderButtonText=Nova pasta
++FileChooser.newFolderButtonMnemonic=78
++FileChooser.newFolderDialogText=Nome da pasta:
++FileChooser.deleteFileButtonText=Excluir arquivo
++FileChooser.deleteFileButtonMnemonic=76
++FileChooser.renameFileButtonText=Renomear arquivo
++FileChooser.renameFileButtonMnemonic=82
++FileChooser.cancelButtonText=Cancelar
++FileChooser.cancelButtonMnemonic=67
++FileChooser.saveButtonText=OK
++FileChooser.saveButtonMnemonic=79
++FileChooser.openButtonText=OK
++FileChooser.openButtonMnemonic=79
++FileChooser.saveDialogTitleText=Salvar
++FileChooser.openDialogTitleText=Abrir
++FileChooser.pathLabelText=Sele\u00e7\u00e3o:
++FileChooser.filterLabelText=Filtro:
++FileChooser.pathLabelMnemonic=83
++FileChooser.foldersLabelText=Pastas
++FileChooser.foldersLabelMnemonic=68
++FileChooser.filesLabelText=Arquivos
++FileChooser.filesLabelMnemonic=70
++
++FileChooser.cancelButtonToolTipText=Anular caixa de di\u00e1logo do seletor de arquivos.
++FileChooser.saveButtonToolTipText=Salvar arquivo selecionado.
++FileChooser.openButtonToolTipText=Abrir arquivo selecionado.
++
++FileChooser.renameFileDialogText=Renomear arquivo "{0}" por
++FileChooser.renameFileErrorTitle=Erro 
++FileChooser.renameFileErrorText=Erro ao renomear o arquivo "{0}" por "{1}"
++
++OptionPane.okButtonMnemonic=79
++OptionPane.cancelButtonMnemonic=67
+diff -r b357910aa04a -r e3ecd9555ff0 src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_pt_BR.properties
+--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
++++ openjdk/jdk/src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_pt_BR.properties	Thu Dec 02 02:17:37 2010 -0800
+@@ -0,0 +1,39 @@
++# This properties file is used to create a PropertyResourceBundle
++# It contains Locale specific strings used be the Motif Look and Feel.
++# Currently, the following components need this for support:
++#
++#    FileChooser
++#
++# When this file is read in, the strings are put into the 
++# defaults table.  This is an implementation detail of the current
++# workings of Swing.  DO NOT DEPEND ON THIS.  
++# This may change in future versions of Swing as we improve localization 
++# support.
++#
++# Refer to the note in basic.properties for a description as to what
++# the mnemonics correspond to and how to calculate them.
++#
++# @author Steve Wilson
++
++
++############ FILE CHOOSER STRINGS #############
++
++FileChooser.acceptAllFileFilterText=*
++FileChooser.cancelButtonText=Cancelar
++FileChooser.saveButtonText=Salvar
++FileChooser.openButtonText=OK
++FileChooser.saveDialogTitleText=Salvar
++FileChooser.openDialogTitleText=Abrir
++FileChooser.updateButtonText=Atualizar
++FileChooser.helpButtonText=Ajuda
++FileChooser.pathLabelText=Inserir caminho ou nome da pasta:
++FileChooser.filterLabelText=Filtro
++FileChooser.foldersLabelText=Pastas
++FileChooser.filesLabelText=Arquivos
++FileChooser.enterFileNameLabelText=Inserir nome de arquivo:
++
++FileChooser.cancelButtonToolTipText=Anular caixa de di\u00e1logo do seletor de arquivos.
++FileChooser.saveButtonToolTipText=Salvar arquivo selecionado.
++FileChooser.openButtonToolTipText=Abrir arquivo selecionado.
++FileChooser.updateButtonToolTipText=Atualizar lista de diret\u00f3rios.
++FileChooser.helpButtonToolTipText=Ajuda do FileChooser.
+diff -r b357910aa04a -r e3ecd9555ff0 src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_pt_BR.properties
+--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
++++ openjdk/jdk/src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_pt_BR.properties	Thu Dec 02 02:17:37 2010 -0800
+@@ -0,0 +1,44 @@
++# This properties file is used to create a PropertyResourceBundle
++# It contains Locale specific strings used be the Windows Look and Feel.
++# Currently, the following components need this for support:
++#
++#    FileChooser
++#
++# When this file is read in, the strings are put into the 
++# defaults table.  This is an implementation detail of the current
++# workings of Swing.  DO NOT DEPEND ON THIS.  
++# This may change in future versions of Swing as we improve localization 
++# support.
++#
++# Refer to the note in basic.properties for a description as to what
++# the mnemonics correspond to and how to calculate them.
++#
++# @author Steve Wilson
++
++
++############ FILE CHOOSER STRINGS #############
++
++FileChooser.lookInLabelText=Consultar em:
++FileChooser.saveInLabelText=Salvar em:
++FileChooser.fileNameLabelText=Nome de arquivo:
++FileChooser.filesOfTypeLabelText=Arquivos de tipo:
++FileChooser.upFolderToolTipText=Um n\u00edvel acima
++FileChooser.upFolderAccessibleName=Acima
++FileChooser.homeFolderToolTipText=In\u00edcio
++FileChooser.homeFolderAccessibleName=In\u00edcio
++FileChooser.newFolderToolTipText=Criar nova pasta
++FileChooser.newFolderAccessibleName=Nova pasta
++FileChooser.newFolderActionLabelText=Nova pasta
++FileChooser.listViewButtonToolTipText=Lista
++FileChooser.listViewButtonAccessibleName=Lista
++FileChooser.listViewActionLabelText=Lista
++FileChooser.detailsViewButtonToolTipText=Detalhes
++FileChooser.detailsViewButtonAccessibleName=Detalhes
++FileChooser.detailsViewActionLabelText=Detalhes
++FileChooser.refreshActionLabelText=Atualizar
++FileChooser.viewMenuLabelText=Exibir
++FileChooser.fileNameHeaderText=Nome
++FileChooser.fileSizeHeaderText=Tamanho
++FileChooser.fileTypeHeaderText=Tipo
++FileChooser.fileDateHeaderText=Modificado
++FileChooser.fileAttrHeaderText=Atributos
+diff -r b357910aa04a -r e3ecd9555ff0 src/share/classes/com/sun/rowset/RowSetResourceBundle_pt_BR.properties
+--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
++++ openjdk/jdk/src/share/classes/com/sun/rowset/RowSetResourceBundle_pt_BR.properties	Thu Dec 02 02:17:37 2010 -0800
+@@ -0,0 +1,170 @@
++#
++# Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++#
++# This code is free software; you can redistribute it and/or modify it
++# under the terms of the GNU General Public License version 2 only, as
++# published by the Free Software Foundation.  Oracle designates this
++# particular file as subject to the "Classpath" exception as provided
++# by Oracle in the LICENSE file that accompanied this code.
++#
++# This code is distributed in the hope that it will be useful, but WITHOUT
++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
++# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
++# version 2 for more details (a copy is included in the LICENSE file that
++# accompanied this code).
++#
++# You should have received a copy of the GNU General Public License version
++# 2 along with this work; if not, write to the Free Software Foundation,
++# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.


More information about the distro-pkg-dev mailing list