From d2df0eef889605ebd30ff5e1a96cdf3cfec87873 Mon Sep 17 00:00:00 2001 From: Maximilian Schleiss Date: Sat, 24 Feb 2007 22:48:00 +0000 Subject: [PATCH] Added Japanese translations by Nobuhiro Iwamatsu for the radio, rss and netload plugin packages. Also added the LINGUAS files and modified the configure.ac file radio and netload. (Old svn revision: 2512) --- configure.ac | 2 +- po/ChangeLog | 6 +++ po/LINGUAS | 2 + po/ja.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 po/LINGUAS create mode 100644 po/ja.po diff --git a/configure.ac b/configure.ac index ee7f7c7..451c73a 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ dnl configure the panel plugin XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20]) dnl Check for i18n support -XDT_I18N([ca cs de eo es eu fr gl hu ko lt pl pt_BR ru sv uk vi]) +XDT_I18N([@LINGUAS@]) dnl Check for debugging support XDT_FEATURE_DEBUG() diff --git a/po/ChangeLog b/po/ChangeLog index 9d74bad..7ef77d2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2007-02-24 Maximilian Schleiss + + * ja.po: Added the Japanese translation by + Nobuhiro Iwamatsu + * Added LINGUAS file + 2007-02-20 Maximilian Schleiss * ko.po: Updated the Korean translation by diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..35d5fae --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,2 @@ +# set of available languages (in alphabetic order) +ca cs de eo es eu fr gl hu ja ko lt pl pt_BR ru sq sv uk vi diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..88571ac --- /dev/null +++ b/po/ja.po @@ -0,0 +1,122 @@ +# Japanese translations for xfce4-netload-plugin package. +# Copyright (C) 2003,2004,2005,2006,2007 +# Benedikt Meurer +# Bernhard Walle +# Hendrik Scholz (Wormulon code base) +# This file is distributed under the same license as the xfce4-netload-plugin package. +# Nobuhiro Iwamatsu , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-netload-plugin\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-01-05 02:01+0100\n" +"PO-Revision-Date: 2007-02-24 20:52+0900\n" +"Last-Translator: Nobuhiro Iwamatsu \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/netload.c:57 +msgid "Xfce4-Netload-Plugin" +msgstr "Xfce4-Netload プラグイン" + +#: ../panel-plugin/netload.c:60 +msgid "Unknown error." +msgstr "不明なエラー" + +#: ../panel-plugin/netload.c:61 +msgid "Linux proc device '/proc/net/dev' not found." +msgstr "Linux proc デバイスの '/proc/net/dev' が見つかりません" + +#: ../panel-plugin/netload.c:62 +msgid "Interface was not found." +msgstr "インターフェイスが見つかりませんでした" + +#: ../panel-plugin/netload.c:144 +#, c-format +msgid "<< %s >> (Interface down)" +msgstr "<< %s >> (インターフェイス 停止)" + +#: ../panel-plugin/netload.c:228 +#, c-format +msgid "" +"<< %s >> (%s)\n" +"Average of last %d measures:\n" +"Incoming: %s kByte/s\n" +"Outgoing: %s kByte/s\n" +"Total: %s kByte/s" +msgstr "" +"<< %s >> (%s)\n" +"最後から %d 測定分の平均:\n" +"入力: %s kByte/s\n" +"出力: %s kByte/s\n" +"合計: %s kByte/s" + +#: ../panel-plugin/netload.c:230 +msgid "no IP address" +msgstr "IP アドレスがありません" + +#: ../panel-plugin/netload.c:468 +#, c-format +msgid "" +"%s: Error in initalizing:\n" +"%s" +msgstr "" +"%s: 初期化中のエラー:\n" +"%s" + +#: ../panel-plugin/netload.c:773 +msgid "Select color" +msgstr "色を選択" + +#: ../panel-plugin/netload.c:839 +msgid "Bar color (incoming):" +msgstr "バーの色 (入力):" + +#: ../panel-plugin/netload.c:840 +msgid "Bar color (outgoing):" +msgstr "バーの色 (出力):" + +#: ../panel-plugin/netload.c:843 +msgid "Maximum (incoming):" +msgstr "最大 (入力):" + +#: ../panel-plugin/netload.c:844 +msgid "Maximum (outgoing):" +msgstr "最大 (出力):" + +#: ../panel-plugin/netload.c:849 +#: ../panel-plugin/netload.desktop.in.in.h:1 +msgid "Network Monitor" +msgstr "ネットワークモニター" + +#: ../panel-plugin/netload.c:878 +msgid "Text to display:" +msgstr "表示するテキスト:" + +#: ../panel-plugin/netload.c:909 +msgid "Network device:" +msgstr "ネットワークデバイス:" + +#: ../panel-plugin/netload.c:935 +msgid "Update interval:" +msgstr "更新間隔:" + +#: ../panel-plugin/netload.c:946 +msgid "s" +msgstr "秒" + +#: ../panel-plugin/netload.c:959 +msgid "Automatic maximum" +msgstr "自動最大値" + +#: ../panel-plugin/netload.c:991 +msgid "kByte/s" +msgstr "キロバイト/秒" + +#: ../panel-plugin/netload.desktop.in.in.h:2 +msgid "Show network traffic" +msgstr "ネットワークトラフィックを表示する" +