diff options
author | Jigish Gohil <cyberorg@prime.(none)> | 2007-04-05 15:51:59 +0530 |
---|---|---|
committer | Jigish Gohil <cyberorg@prime.(none)> | 2007-04-05 15:51:59 +0530 |
commit | 60c023d00f8d1d33ca9fb4dcb227d0b8eae2bce9 (patch) | |
tree | 0f738e4a39cca1e3f7612411adf7d8c0ea85ce60 | |
parent | 62f4e7a9452b7cfcdc16dc13306e296b911db6e6 (diff) | |
download | beryl-premerge-60c023d00f8d1d33ca9fb4dcb227d0b8eae2bce9.tar.gz beryl-premerge-60c023d00f8d1d33ca9fb4dcb227d0b8eae2bce9.tar.bz2 |
initial l10n
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/Makevars | 42 | ||||
-rw-r--r-- | po/POTFILES.in | 20 |
4 files changed, 67 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6291b3c..bcf2a8f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_CHECK_HEADERS([stdlib.h sys/time.h unistd.h]) IT_PROG_INTLTOOL([0.35.0]) AC_SUBST(ALL_LINGUAS) AM_GLIB_GNU_GETTEXT -GETTEXT_PACKAGE=beryl-plugins +GETTEXT_PACKAGE=compiz-plugins-beryl AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) AC_SUBST(GETTEXT_PACKAGE) diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 0000000..4fff0e1 --- /dev/null +++ b/po/ChangeLog @@ -0,0 +1,4 @@ +2007-04-05 cyberorg <cyberorg@cyberorg.info> + + * initial internationalization + * use intltool-update xy_XY to update your translation diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..a1be8bf --- /dev/null +++ b/po/Makevars @@ -0,0 +1,42 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = compiz-plugins-beryl + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-location + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = beryl-project.org. + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = http://bugs.beryl-project.org + + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = diff --git a/po/POTFILES.in b/po/POTFILES.in index e69de29..15db291 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -0,0 +1,20 @@ +src/addhelper.c +src/bench.c +src/bench.options +src/bench_tex.h +src/crashhandler.c +src/jpeg.c +src/mblur.c +src/neg.c +src/put.c +src/reflex.c +src/ring.c +src/showdesktop.c +src/snap.c +src/snow.c +src/splash.c +src/text.c +src/thumbnail.c +src/tile.c +src/trailfocus.c +src/wall.c |