[Xfce4-commits] [panel-plugins/xfce4-embed-plugin] 01/01: I18n: Add new translation ja (63%).

noreply at xfce.org noreply at xfce.org
Wed May 23 06:31:56 CEST 2018


This is an automated email from the git hooks/post-receive script.

t   r   a   n   s   i   f   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-embed-plugin.

commit 10ea7a47d2df7d8d3c23c5d9ab8c8eddb8d2fead
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Date:   Wed May 23 06:31:54 2018 +0200

    I18n: Add new translation ja (63%).
    
    21 translated messages, 12 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).
---
 po/ja.po | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 181 insertions(+)

diff --git a/po/ja.po b/po/ja.po
new file mode 100644
index 0000000..df0ebd8
--- /dev/null
+++ b/po/ja.po
@@ -0,0 +1,181 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Nobuhiro Iwamatsu <iwamatsu at nigauri.org>, 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: Xfce Panel Plugins\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-07-03 20:58+0200\n"
+"PO-Revision-Date: 2018-05-23 01:13+0000\n"
+"Last-Translator: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>\n"
+"Language-Team: Japanese (http://www.transifex.com/xfce/xfce-panel-plugins/language/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../panel-plugin/embed.c:48
+msgid "Embed"
+msgstr "組込む"
+
+#. embed menu item, shown by default.
+#: ../panel-plugin/embed.c:249
+msgid "_Embed"
+msgstr "組込む(_E)"
+
+#. focus menu item, not shown by default
+#: ../panel-plugin/embed.c:255
+msgid "_Focus"
+msgstr "フォーカス(_F)"
+
+#. pop out menu item, not shown by default
+#: ../panel-plugin/embed.c:260
+msgid "Pop _Out"
+msgstr "ポップアウト(_O)"
+
+#. close menu item, not shown by default
+#: ../panel-plugin/embed.c:265
+msgid "_Close"
+msgstr "閉じる(_C)"
+
+#: ../panel-plugin/embed-dialogs.c:51
+#, c-format
+msgid "Unable to open the following url: %s"
+msgstr "次の URL を開くことができません: %s"
+
+#: ../panel-plugin/embed-dialogs.c:100
+msgid "Input is valid"
+msgstr "入力は有効です"
+
+#: ../panel-plugin/embed-dialogs.c:105
+msgid "Input is invalid"
+msgstr "入力は無効です"
+
+#: ../panel-plugin/embed-dialogs.c:329 ../panel-plugin/embed.desktop.in.h:1
+msgid "Embed Plugin"
+msgstr "組込みプラグイン"
+
+#: ../panel-plugin/embed-dialogs.c:338
+msgid "Application Launching"
+msgstr "アプリケーションの起動"
+
+#: ../panel-plugin/embed-dialogs.c:340
+#, c-format
+msgid ""
+"If a window is not found (or there are no criteria), a command can\n"
+"optionally be launched. The command can either result in a window\n"
+"that matches the below criteria, or it can use the socket ID passed\n"
+"to it (%s) to embed itself automatically."
+msgstr "ウィンドウが見つからない場合 (または基準がない場合) は、オプションでコマンドを起動できます。\nこのコマンドは、以下の基準に一致するウィンドウ、またはそれ自身に自動的に埋め込むために %s に\n渡されたソケット ID を使用することができます。"
+
+#: ../panel-plugin/embed-dialogs.c:348
+#, c-format
+msgid ""
+"Leave blank to not launch anything\n"
+"%s expands to the socket ID"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:351
+msgid "L_aunch command"
+msgstr "起動コマンド(_A)"
+
+#. poll_delay
+#. No UI element. Generally polling is unnecessary, unless you have a very
+#. * strange window that you're trying to match that is not uniquely
+#. * identifiable when it is mapped.
+#: ../panel-plugin/embed-dialogs.c:360
+msgid "Selection Criteria"
+msgstr "選択基準"
+
+#: ../panel-plugin/embed-dialogs.c:362
+msgid ""
+"The window to embed must match all of the non-blank criteria.\n"
+"Leave everything blank to rely on a launch command with socket ID."
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:366
+msgid "_Process name"
+msgstr "プロセス名(_P)"
+
+#: ../panel-plugin/embed-dialogs.c:367
+msgid ""
+"Match the window's application's process name\n"
+"Leave blank if it is not a criterion"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:373
+msgid "_Window class"
+msgstr "ウィンドウクラス(_W)"
+
+#: ../panel-plugin/embed-dialogs.c:374
+msgid ""
+"Match the window's class\n"
+"Leave blank if it is not a criterion"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:380
+msgid "Window _title"
+msgstr "ウィンドウタイトル(_T)"
+
+#: ../panel-plugin/embed-dialogs.c:381
+msgid ""
+"Match the window's title using a REGEX\n"
+"Leave blank if it is not a criterion"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:385
+msgid "Display"
+msgstr "ディスプレイ"
+
+#: ../panel-plugin/embed-dialogs.c:388
+#, c-format
+msgid ""
+"Leave blank to hide the label\n"
+"%s expands to the embedded window's title"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:391
+msgid "_Label format"
+msgstr "ラベルフォーマット(_L)"
+
+#: ../panel-plugin/embed-dialogs.c:396
+msgid "Label _font"
+msgstr "ラベルフォント(_F)"
+
+#: ../panel-plugin/embed-dialogs.c:397
+msgid "Choose the label font"
+msgstr "ラベルフォントを選択"
+
+#: ../panel-plugin/embed-dialogs.c:401
+msgid "Minimum _size (px)"
+msgstr "最小サイズ(_S) (px)"
+
+#: ../panel-plugin/embed-dialogs.c:402
+msgid ""
+"Minimum size of the embedded window\n"
+"Set to 0 to keep the original window size"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:407
+msgid "_Expand"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:408
+msgid "Use up all available panel space"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:412
+msgid "Show _handle"
+msgstr ""
+
+#: ../panel-plugin/embed-dialogs.c:413
+msgid "Display a handle at the top of the plugin"
+msgstr ""
+
+#: ../panel-plugin/embed.desktop.in.h:2
+msgid "Embeds an arbitrary window into the panel"
+msgstr ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list