From 0bb27cc5fb23279a154d760ace3cd77a9abaaf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 4 May 2011 12:02:25 +0200 Subject: [PATCH] Fix format string --- po/ja.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/ja.po b/po/ja.po index 41df77837..0524c6d66 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9073,14 +9073,14 @@ msgstr "" msgid "" "%sZip compression%s requires functions (%s) which are unavailable on this " "system." -msgstr "Zip 圧縮には関数 (%s) が必要ですが、このシステムで使用できません。" +msgstr "%sZip 圧縮%sには関数 (%s) が必要ですが、このシステムで使用できません。" #: setup/lib/index.lib.php:272 #, php-format msgid "" "%sZip decompression%s requires functions (%s) which are unavailable on this " "system." -msgstr "Zip 解凍には関数 (%s) が必要ですが、このシステムで使用できません。" +msgstr "%sZip 解凍%sには関数 (%s) が必要ですが、このシステムで使用できません。" #: setup/lib/index.lib.php:296 msgid "You should use SSL connections if your web server supports it."