9725N/A# The contents of this file are subject to the terms of the
9725N/A# Common Development and Distribution License, Version 1.0 only
9725N/A# (the "License"). You may not use this file except in compliance
9725N/A# See the License for the specific language governing permissions
9725N/A# and limitations under the License.
9725N/A# When distributing Covered Code, include this CDDL HEADER in each
9725N/A# If applicable, add the following below this CDDL HEADER, with the
9725N/A# fields enclosed by brackets "[]" replaced with your own identifying
9725N/A# information: Portions Copyright [yyyy] [name of copyright owner]
9725N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
9725N/A# Use is subject to license terms.
10319N/A The purpose is to extract Sun specific messages on GUI.
10319N/A CLI warning messages don't have to be translated but we need
10319N/A I'ld like to extract the Sun specific message strings when adding
10319N/A new strings
and/or changing community strings for community packages.
15243N/A function (_("C string"), /* SUN_BRANDING */ _("another string"));
15243N/A ngettext ("snapshot", "snapshots", i);
10319N/A <oaf_attribute name="name" type="string" _value="C string"/>
10319N/A <_GOK:label>C string</_GOK:label>
10319N/A This is a comment line. -->C string</default>
10319N/A <property name="title" translatable="yes" comments="SUN_BRANDING">C string</property>
10319N/A1. .theme and .icon files are not defined the comment "^#".
10319N/A3. Need tests to work fine with comments in .cave and .soundlist files.
10319N/ARequirement: intltool 0.35.5 or later
15243N/A[2] Please do not use '+' to unite multiple lines in Python/C++ because
15243N/A intltool(xgettext) fails to extract whole strings.
15243N/A[3] It seem bash 3.0 i18n doesn't work on none UTF-8 so need to convert from UTF-8.
9725N/A# cp po-sun-tarballs/* %{_builddir}/SOURCES/.
15593N/A# sed -e 's/#\. .*SUN_BRANDING/# SUN_BRANDING/' ${module}.pot \
9725N/A==============================
9725N/APlease make sure 'make clean; make' and pkgbuild and commit your .po files
9725N/A # date:2005-05-02 type:bug bugster:6222777 owner:mattman
9725N/A # date:2006-04-05 type:branding owner:gman
9725N/A@@ -63,6 +65,10 @@ This package contains some essential uti
9725N/A+* Thu Dec 28 2006 - foo@sun.com
9725N/AHow to delete Sun l10n tarball in .spec files
9725N/A=============================================