X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=include%2Fcbsm%2Fl10n-create-gallery;fp=include%2Fcbsm%2Fl10n-create-gallery;h=6fe3f689d1a1fce2f6db021fedbf5f87a6f1c321;hp=0000000000000000000000000000000000000000;hb=e6ff2af7eb3cf1e7524480a0a05d0b200894dd0b;hpb=d3f5b37caebb3f07f8d65dc0579524b1e67ae4eb diff --git a/include/cbsm/l10n-create-gallery b/include/cbsm/l10n-create-gallery new file mode 100755 index 0000000..6fe3f68 --- /dev/null +++ b/include/cbsm/l10n-create-gallery @@ -0,0 +1,7 @@ +#!/bin/bash + +xgettext app/gallery.php-class -o com_gallery.pot -p locale/en/LC_MESSAGES -L PHP --foreign-user --copyright-holder="kairo.at/zoechling.net" --msgid-bugs-address=kairo@kairo.at + +replace "# SOME DESCRIPTIVE TITLE." "# L10n strings for the gallery module in kairo.at/zoechling.net community system." "# Copyright (C) YEAR" "# Copyright(C) 2004" "PACKAGE package" "module named above" "# FIRST AUTHOR , YEAR." "# Robert Kaiser , 2004." "Project-Id-Version: PACKAGE VERSION" "Project-Id-Version: COM_gallery" "Content-Type: text/plain; charset=CHARSET" "Content-Type: text/plain; charset=ISO-8859-15" -- locale/en/LC_MESSAGES/com_gallery.pot + +msgmerge locale/de/LC_MESSAGES/com_gallery.po locale/en/LC_MESSAGES/com_gallery.pot --update