2007-05-16 Takao Fujiwara <[email protected]>
authorfujiwara
Wed, 16 May 2007 13:36:19 +0000
changeset 9914 f6afd9d48223
parent 9913 269c04d6d317
child 9915 9961a85168e8
2007-05-16 Takao Fujiwara <[email protected]> * base-specs/gnome-system-tools.spec: * base-specs/gthumb.spec: * base-specs/printman.spec: * patches/gnome-system-tools-09-launch-menu-item.diff: * patches/gthumb-01-menu-entry.diff: * patches/printman-01-menu-entry.diff: * po-sun/Makefile: Updated for SUN_BRANDING. Fixes 6558075. * po-sun/gnome-system-tools: * po-sun/gthumb: * po-sun/printman: Added for the new translation files.
ChangeLog
base-specs/gnome-system-tools.spec
base-specs/gthumb.spec
base-specs/printman.spec
patches/gnome-system-tools-09-launch-menu-item.diff
patches/gthumb-01-menu-entry.diff
patches/printman-01-menu-entry.diff
po-sun/Makefile
po-sun/gnome-system-tools/po-sun/cs.po
po-sun/gnome-system-tools/po-sun/de.po
po-sun/gnome-system-tools/po-sun/es.po
po-sun/gnome-system-tools/po-sun/fr.po
po-sun/gnome-system-tools/po-sun/gnome-system-tools-sun.pot
po-sun/gnome-system-tools/po-sun/hu.po
po-sun/gnome-system-tools/po-sun/it.po
po-sun/gnome-system-tools/po-sun/ja.po
po-sun/gnome-system-tools/po-sun/ko.po
po-sun/gnome-system-tools/po-sun/pl.po
po-sun/gnome-system-tools/po-sun/pt_BR.po
po-sun/gnome-system-tools/po-sun/ru.po
po-sun/gnome-system-tools/po-sun/sv.po
po-sun/gnome-system-tools/po-sun/zh_CN.po
po-sun/gnome-system-tools/po-sun/zh_HK.po
po-sun/gnome-system-tools/po-sun/zh_TW.po
po-sun/gthumb/po-sun/cs.po
po-sun/gthumb/po-sun/de.po
po-sun/gthumb/po-sun/es.po
po-sun/gthumb/po-sun/fr.po
po-sun/gthumb/po-sun/gthumb-sun.pot
po-sun/gthumb/po-sun/hu.po
po-sun/gthumb/po-sun/it.po
po-sun/gthumb/po-sun/ja.po
po-sun/gthumb/po-sun/ko.po
po-sun/gthumb/po-sun/pl.po
po-sun/gthumb/po-sun/pt_BR.po
po-sun/gthumb/po-sun/ru.po
po-sun/gthumb/po-sun/sv.po
po-sun/gthumb/po-sun/zh_CN.po
po-sun/gthumb/po-sun/zh_HK.po
po-sun/gthumb/po-sun/zh_TW.po
po-sun/printman/po-sun/cs.po
po-sun/printman/po-sun/de.po
po-sun/printman/po-sun/es.po
po-sun/printman/po-sun/fr.po
po-sun/printman/po-sun/hu.po
po-sun/printman/po-sun/it.po
po-sun/printman/po-sun/ja.po
po-sun/printman/po-sun/ko.po
po-sun/printman/po-sun/pl.po
po-sun/printman/po-sun/printman-sun.pot
po-sun/printman/po-sun/pt_BR.po
po-sun/printman/po-sun/ru.po
po-sun/printman/po-sun/sv.po
po-sun/printman/po-sun/zh_CN.po
po-sun/printman/po-sun/zh_HK.po
po-sun/printman/po-sun/zh_TW.po
--- a/ChangeLog	Wed May 16 12:24:10 2007 +0000
+++ b/ChangeLog	Wed May 16 13:36:19 2007 +0000
@@ -1,3 +1,18 @@
+2007-05-16  Takao Fujiwara  <[email protected]>
+
+	* base-specs/gnome-system-tools.spec:
+	* base-specs/gthumb.spec:
+	* base-specs/printman.spec:
+	* patches/gnome-system-tools-09-launch-menu-item.diff:
+	* patches/gthumb-01-menu-entry.diff:
+	* patches/printman-01-menu-entry.diff:
+	* po-sun/Makefile: 
+	  Updated for SUN_BRANDING. Fixes 6558075.
+	* po-sun/gnome-system-tools:
+	* po-sun/gthumb:
+	* po-sun/printman:
+	  Added for the new translation files.
+
 2007-05-16 Erwann Chenede - <[email protected]>
 
 	* base-specs/sun-gdm-themes.spec: bumped release for 6488403
--- a/base-specs/gnome-system-tools.spec	Wed May 16 12:24:10 2007 +0000
+++ b/base-specs/gnome-system-tools.spec	Wed May 16 13:36:19 2007 +0000
@@ -7,6 +7,7 @@
 #
 # Owner: dkenny
 #
+%include l10n.inc
 Name:		gnome-system-tools
 License:	GPL
 Group:		System/GUI/GNOME
@@ -17,6 +18,7 @@
 Vendor:		Sun Microsystems, Inc.
 Summary:	GNOME System Tools
 Source:		http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.14/%{name}-%{version}.tar.bz2
+Source1:	%{name}-po-sun-%{po_sun_version}.tar.bz2
 # date:2006-03-10 owner:dkenny type:feature
 Patch1:		gnome-system-tools-01-config.diff
 # date:2006-03-10 owner:dkenny type:feature bugster:6357680
@@ -82,6 +84,10 @@
 
 %prep
 %setup -q
+%if %build_l10n
+bzcat %SOURCE1 | tar xf -
+cd po-sun; make; cd ..
+%endif
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -156,6 +162,9 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Wed May 16 2007 - [email protected]
+- Add l10n tarball.
+
 * Sun Mar 04 2007 - [email protected]
 - Add patch, 10-role-maintainer, to fix C locale xml files. Fixes 414654.
 
--- a/base-specs/gthumb.spec	Wed May 16 12:24:10 2007 +0000
+++ b/base-specs/gthumb.spec	Wed May 16 13:36:19 2007 +0000
@@ -7,6 +7,7 @@
 #
 # owner:jerrytan
 #
+%include l10n.inc
 Name:		gthumb
 License:	GPL
 Group:		Applications/Multimedia
@@ -16,6 +17,7 @@
 Vendor:		Sun Microsystems, Inc.
 Summary:	An image viewer and browser for GNOME.
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gthumb/2.10/%{name}-%{version}.tar.bz2
+Source1:	%{name}-po-sun-%{po_sun_version}.tar.bz2
 #owner:jerrytan date:2006-03-22 type:branding
 Patch1:         gthumb-01-menu-entry.diff
 #owner:jerrytan date:2007-04-29 type:bug bugzilla:434034
@@ -58,6 +60,10 @@
 
 %prep
 %setup -q
+%if %build_l10n
+bzcat %SOURCE1 | tar xf -
+cd po-sun; make; cd ..
+%endif
 %patch1 -p1
 %patch2 -p1
 
@@ -138,6 +144,8 @@
 %doc %{_datadir}/gnome/help/gthumb
 
 %changelog
+* Wed May 16 2007 - [email protected]
+- Add l10n tarball.
 * Thu Apr 12 2007 - [email protected]
 - Bump to 2.10.2.
 * Wed Mar 28 2007 - [email protected]
--- a/base-specs/printman.spec	Wed May 16 12:24:10 2007 +0000
+++ b/base-specs/printman.spec	Wed May 16 13:36:19 2007 +0000
@@ -7,6 +7,7 @@
 #
 # Owner: gheet
 #
+%include l10n.inc
 Name:         printman
 License:      GPL
 Group:        System/GUI/GNOME
@@ -16,6 +17,7 @@
 Vendor:       Sun Microsystems, Inc.
 Summary:      Print manager for GNOME
 Source:       http://ftp.gnome.org/pub/GNOME/sources/printman/0.0/%{name}-%{version}.tar.bz2
+Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
 # date:2007-02-06 type:branding owner:gheet 
 Patch1:       printman-01-menu-entry.diff
 # date:2007-02-06 type:branding owner:gheet 
@@ -42,6 +44,10 @@
 
 %prep
 %setup -q
+%if %build_l10n
+bzcat %SOURCE1 | tar xf -
+cd po-sun; make; cd ..
+%endif
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -94,6 +100,9 @@
 %{_datadir}/locale/*/LC_MESSAGES/printman.mo
 
 %changelog
+* Wed May 16 2007 - [email protected]
+- Add l10n tarball.
+
 * Sat Dec 10 2005 - [email protected]
 - remove l10n help patch
 
--- a/patches/gnome-system-tools-09-launch-menu-item.diff	Wed May 16 12:24:10 2007 +0000
+++ b/patches/gnome-system-tools-09-launch-menu-item.diff	Wed May 16 13:36:19 2007 +0000
@@ -1,8 +1,9 @@
 --- /export/home/jdsbuild/packages/BUILD/SUNWgnome-system-tools-2.16.1/gnome-system-tools-2.14.0/src/network/network.desktop.in.in	2006-11-15 17:17:58.663137000 +0000
 +++ gnome-system-tools-2.14.0/src/network/network.desktop.in.in	2006-11-15 17:23:32.072723000 +0000
-@@ -1,5 +1,5 @@
+@@ -1,5 +1,6 @@
  [Desktop Entry]
 -_Name=Networking
++# SUN_BRANDING
 +_Name=Network
  _Comment=Configure network devices and connections
  Exec=network-admin
--- a/patches/gthumb-01-menu-entry.diff	Wed May 16 12:24:10 2007 +0000
+++ b/patches/gthumb-01-menu-entry.diff	Wed May 16 13:36:19 2007 +0000
@@ -1,10 +1,12 @@
 --- gthumb-2.10.0/data/gthumb.desktop.in.orig	2007-03-20 16:43:21.990746000 +0000
 +++ gthumb-2.10.0/data/gthumb.desktop.in	2007-03-20 16:44:37.372249000 +0000
-@@ -1,6 +1,6 @@
+@@ -1,6 +1,8 @@
  [Desktop Entry]
 -_Name=gThumb Image Viewer
 -_GenericName=Image Viewer
++# SUN_BRANDING
 +_Name=Image Organizer
++# SUN_BRANDING
 +_GenericName=gThumb Image Organizer
  _Comment=View and organize your images
  Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
--- a/patches/printman-01-menu-entry.diff	Wed May 16 12:24:10 2007 +0000
+++ b/patches/printman-01-menu-entry.diff	Wed May 16 13:36:19 2007 +0000
@@ -11,28 +11,17 @@
  Desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
  
 diff -urN -x'*.orig' printman-0.0.2/gnome-print-manager.desktop ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/gnome-print-manager.desktop
---- printman-0.0.2/gnome-print-manager.desktop	2004-06-14 01:42:47.000000000 +0100
-+++ ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/gnome-print-manager.desktop	2007-05-03 18:24:21.801286000 +0100
-@@ -1,5 +1,5 @@
- [Desktop Entry]
--Name=Print Manager
-+Name=Printer Queue Monitor
- Name[be]=Мэнаджар друку
- Name[ca]=Gestor d'impressió
- Name[cs]=Správce tisku
-@@ -30,7 +30,7 @@
- Name[vi]=Bộ quản lý in
- Name[zh_CN]=打印管理器
- Name[zh_TW]=印表機總管
--Comment=Displays printers and documents in the printer queues
-+Comment=View printers and queues
- Comment[be]=Адлюстроўвае друкаркі й дакумэнты ў чэргах друкарак
- Comment[ca]=Mostra les impressores i els documents de les cues d'impressió
- Comment[cs]=Zobrazuje tiskárny a dokumenty ve frontách tiskáren
-@@ -64,4 +64,5 @@
- Terminal=0
- Type=Application
- Icon=print-manager.png
--Categories=Application;System;
+--- printman-0.0.2-orig/gnome-print-manager.desktop.in	1970-01-01 09:00:00.000000000 +0900
++++ printman-0.0.2/gnome-print-manager.desktop.in	2007-05-16 18:31:48.353365000 +0900
+@@ -0,0 +1,11 @@
++[Desktop Entry]
++# SUN_BRANDING
++_Name=Printer Queue Monitor
++# SUN_BRANDING
++_Comment=View printers and queues
++Exec=gnome-printinfo
++Terminal=0
++Type=Application
++Icon=print-manager.png
 +StartupNotify=true
 +Categories=GNOME;Application;System;Settings
--- a/po-sun/Makefile	Wed May 16 12:24:10 2007 +0000
+++ b/po-sun/Makefile	Wed May 16 13:36:19 2007 +0000
@@ -88,15 +88,18 @@
 	gnome-panel			\
 	gnome-pilot			\
 	gnome-system-monitor		\
+	gnome-system-tools		\
 	gnome-terminal			\
 	gnome-utils			\
 	gok				\
+	gthumb				\
 	gtk2				\
 	gtkam				\
 	gucharmap			\
 	libwnck				\
 	metacity			\
 	nautilus			\
+	printman			\
 	sound-juicer			\
 	totem
 
@@ -156,6 +159,9 @@
 gnome-system-monitor_PAGES = gnome-system-monitor/po-sun
 gnome-system-monitor.PAGES: $(gnome-system-monitor_PAGES)
 
+gnome-system-tools_PAGES = gnome-system-tools/po-sun
+gnome-system-tools.PAGES: $(gnome-system-tools_PAGES)
+
 gnome-terminal_PAGES = gnome-terminal/po-sun
 gnome-terminal.PAGES: $(gnome-terminal_PAGES)
 
@@ -165,6 +171,9 @@
 gok_PAGES = gok/po-sun
 gok.PAGES: $(gok_PAGES)
 
+gthumb_PAGES = gthumb/po-sun
+gthumb.PAGES: $(gthumb_PAGES)
+
 gtk2_PAGES = gtk2/po-sun
 gtk2.PAGES: $(gtk2_PAGES)
 
@@ -183,6 +192,9 @@
 nautilus_PAGES = nautilus/po-sun
 nautilus.PAGES: $(nautilus_PAGES)
 
+printman_PAGES = printman/po-sun
+printman.PAGES: $(printman_PAGES)
+
 sound-juicer_PAGES = sound-juicer/po-sun
 sound-juicer.PAGES: $(sound-juicer_PAGES)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/cs.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,40 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Síť"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/de.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Netzwerk"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/es.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Red"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/fr.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Réseau"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/gnome-system-tools-sun.pot	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,47 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+
+# SUN_BRANDING
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/hu.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,40 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Hálózat"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/it.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Rete"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/ja.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# SUN_BRANDING
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "ネットワーク"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/ko.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,43 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "네트워크"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/pl.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Sieć"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/pt_BR.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Rede"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/ru.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Сеть"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/sv.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,41 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+# REVIEWED
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "Nätverk"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/zh_CN.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,43 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "网络"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/zh_HK.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,44 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#
+# SUN CHANGED MESSAGE
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "網絡"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gnome-system-tools/po-sun/zh_TW.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,44 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-system-tools HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:40+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#
+# SUN CHANGED MESSAGE
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../src/network/network.desktop.in.in.h:3
+msgid "Network"
+msgstr "網絡"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/cs.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,43 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Organizátor obrázků"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Prohlížeč obrázků gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/de.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Bild-Organizer"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gThumb Bild-Organizer"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/es.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Organizador de imágenes"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Organizador de imágenes gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/fr.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Organiseur d'images"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Organiseur d'images gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/gthumb-sun.pot	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,51 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr ""
+
+# SUN_BRANDING
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/hu.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,43 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Képkezelő"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gThumb képmegjelenítő"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/it.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Organizzatore di immagini"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Organizzatore di immagini gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/ja.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "画像管理"
+
+# SUN_BRANDING
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gThumb 画像管理"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/ko.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,49 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "이미지 크기(_I):"
+
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "이미지 크기"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/pl.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# 
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Program do zarządzania obrazami"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gThumb - program do zarządzania obrazami"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/pt_BR.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,44 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# 
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Organizador de imagens"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Organizador de Imagens gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/ru.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Организатор изображений"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Огенайзер рисунков ОgThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/sv.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# 
+# REVIEWED
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "Bildorganisatör"
+
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "Bildorganisatören gThumb"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/zh_CN.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,48 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "gthumb 图像管理器"
+
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gThumb 图像管理器"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/zh_HK.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,49 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "gthumb 圖像管理器"
+
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gthumb 圖像管理器"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/gthumb/po-sun/zh_TW.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,49 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gthumb HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 19:14+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#
+#
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:2
+msgid "Image Organizer"
+msgstr "gthumb 圖像管理器"
+
+# SUN MESSAGE
+# QUICKSILVER MSG
+#: ../data/gthumb.desktop.in.h:5
+msgid "gThumb Image Organizer"
+msgstr "gthumb 圖像管理器"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/cs.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/de.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/es.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/fr.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/hu.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/it.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/ja.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr "プリンターキューモニター"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr "プリンターとキューを表示する"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/ko.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/pl.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/printman-sun.pot	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,51 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/pt_BR.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/ru.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/sv.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/zh_CN.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/zh_HK.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po-sun/printman/po-sun/zh_TW.po	Wed May 16 13:36:19 2007 +0000
@@ -0,0 +1,45 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use is subject to license terms.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: printman HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 18:37+0900\n"
+"PO-Revision-Date: 2007-05-16 10:30+0900\n"
+"Last-Translator: [email protected]\n"
+"Language-Team: [email protected]\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:2
+msgid "Printer Queue Monitor"
+msgstr ""
+
+# SUN_BRANDING
+#: ../gnome-print-manager.desktop.in.h:4
+msgid "View printers and queues"
+msgstr ""