summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/po/ja.po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-14 12:23:53 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-14 12:23:53 +0000
commitfcdc67a5284bf750a6d7c4e0382e7a08b01f0345 (patch)
tree6e0db060c744c70c9760b5a7d0278895769455f0 /perl-install/standalone/po/ja.po
parent9e1d832988abe687911e405a06a32241d6fadc2e (diff)
downloaddrakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.gz
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.bz2
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.tar.xz
drakx-fcdc67a5284bf750a6d7c4e0382e7a08b01f0345.zip
better phrasing
Diffstat (limited to 'perl-install/standalone/po/ja.po')
-rw-r--r--perl-install/standalone/po/ja.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/po/ja.po b/perl-install/standalone/po/ja.po
index 111c6e66a..b2dfcdb98 100644
--- a/perl-install/standalone/po/ja.po
+++ b/perl-install/standalone/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libDrakX-standalone-ja\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-14 13:03+0100\n"
+"POT-Creation-Date: 2008-02-14 13:23+0100\n"
"PO-Revision-Date: 2007-09-26 23:00+0900\n"
"Last-Translator: Yukiko Bando <ybando@k6.dion.ne.jp>\n"
"Language-Team: Japanese <cooker-i18n@mandrivalinux.org>\n"
@@ -317,7 +317,7 @@ msgstr "パッケージがインストールされていません"
#, c-format
msgid ""
"You must type in what you were doing when this bug happens in order to "
-"increase the reproductibility of this bug and the odds of fixing it"
+"enable us to reproduce this this bug and to increase the odds of fixing it"
msgstr ""
#: drakbug:235
n> ; done ifneq (ppc,$(ARCH)) for i in $(FBOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done endif ifeq (alpha,$(ARCH)) for i in $(FBOOT_RDZ); do cp -f $${i}* $(ROOTDEST)/boot; done cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif cd $(ROOTDEST)/images; rm -rf alternatives if [ `ls $(ROOTDEST)/images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ cd $(ROOTDEST)/images; mkdir alternatives; cd alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \ fi cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM ifeq (i386,$(ARCH)) rm -rf $(ROOTDEST)/isolinux cp -af isolinux $(ROOTDEST) endif install live_update $(ROOTDEST)/live_update make -C perl-install full_stage2 make -C perl-install/share/advertising install make -C rescue install clean: rm -rf images all.modules all.modules64 for i in $(DIRS); do make -C $$i clean; done find . -name "*~" -o -name ".#*" | xargs rm -f check: @badrights=`find $(ROOTDEST)/Mandrake/mdkinst | perl -lne 'print if !((stat)[2] & 4)'`; [ -z "$$badrights" ] || { echo "bad rights for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$badrights" ; echo "bad rights for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } @missing_kb=`find -name "Entries" | xargs perl -F/ -alne 'print $$ARGV =~ m|(.*)/CVS|, "/$$F[1]" if $$F[1] =~ /\.(png|gif|bmp|xcf|gz|bz2|tar|rdz|so|a|o|mar|img|exe)$$/ && $$F[4] ne "-kb"'` ; [ -z "$$missing_kb" ] || { echo "missing -kb in CVS for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing_kb" ; echo "missing -kb in CVS for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } $(MAKE) -C perl-install check upload: $(MAKE) clean # # done before make install to increment ChangeLog version tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & $(MAKE) install $(MAKE) check $(MAKE) upload_only upload_only: function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@ken:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ upload Mandrake/base compssUsers* ;\ upload Mandrake/base rpmsrate ;\ upload Mandrake/base *_stage2.bz2 ;\ upload Mandrake/share/advertising '' ;\ upload misc gendistrib ;\ upload misc make_mdkinst_stage2 ;\ upload misc packdrake ;\ upload misc packdrake.pm ;\ upload misc rpmtools.pm ;\ upload misc auto ;\ upload '' live_update ;\ upload images MD5SUM ;\ upload images *.img* ;\ upload images/alternatives '' ;\ upload isolinux '' ;\ echo