Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_recententries
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32583/plugins/serendipity_plugin_recententries
Modified Files:
lang_ja.inc.php
Log Message:
Japanese translation updates
Index: lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_recententries/lang_ja.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lang_ja.inc.php 4 Jan 2005 10:06:38 -0000 1.1
+++ lang_ja.inc.php 8 Jan 2005 12:25:14 -0000 1.2
@@ -16,10 +16,10 @@
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'ãã£ã¨ãæè¿ã®ã¨ã³ããªã®é¡åã¨æ¥ä»ã表示ãã¾ã');
@define('PLUGIN_RECENTENTRIES_NUMBER', 'ã¨ã³ããªã®æ°');
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'ã©ããããã®ã¨ã³ããªã表示ãã¾ãã? (ããã©ã«ã: 10)');
- @define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'ããã³ããã¼ã¸ã¨ã³ããªãé£ã°ã');
+ @define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'ããã³ããã¼ã¸ã¨ã³ããªã§çç¥ãã');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Only recent entries that are not on the front page will be shown. (Default: latest ' . $serendipity['fetchLimit'] . ' will be skipped)');
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'ãã¹ã¦è¡¨ç¤º');
- @define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'ããã³ããã¼ã¸é
ç®ãé£ã°ã');
+ @define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'ããã³ããã¼ã¸é
ç®ã¯çç¥ãã');
/* vim: set sts=4 ts=4 expandtab : */
?>
|