~ubuntu-branches/ubuntu/maverick/xfce4-cpufreq-plugin/maverick

« back to all changes in this revision

Viewing changes to debian/patches/02_ja.po.patch

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Simon Huggins, Stefan Ott
  • Date: 2008-04-14 22:13:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080414221314-oenprao7jiqw8s0n
Tags: 0.2-2
[ Yves-Alexis Perez ]
* debian/control: 
  - updated standards version to 3.7.3.
  - updated my email address.
  - drop dpatch build-dep, useless.
  - add needed build-dep on intltool.
* debian/patches:
  - 02_ja.po added, add japanese translation.                 closes: #475914
* debian/copyright: updated dates and copyright holders.

[ Simon Huggins ]
* Add Vcs-* headers to debian/control

[ Stefan Ott]
* Add patch to always show frequency in GHz                      closes:#474330

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/po/Makefile b/po/Makefile
 
2
index 7d4c3dc..5332797 100644
 
3
--- a/po/Makefile
 
4
+++ b/po/Makefile
 
5
@@ -2,7 +2,7 @@
 
6
 
 
7
 top_srcdir = ../
 
8
 NAME = xfce4-cpufreq
 
9
-ALL_LINGUAS = fr
 
10
+ALL_LINGUAS = fr ja
 
11
 PO_DIR ?= /usr/share/locale
 
12
 
 
13
 po: $(NAME).pot $(addsuffix .mo, $(ALL_LINGUAS))
 
14
@@ -22,4 +22,4 @@ clean:
 
15
 install-po: po
 
16
        $(foreach lang,$(ALL_LINGUAS), \
 
17
                mkdir -p $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES && \
 
18
-               install -m 644 $(lang).mo $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES/$(NAME).mo)
 
19
+               install -m 644 $(lang).mo $(DESTDIR)$(PO_DIR)/$(lang)/LC_MESSAGES/$(NAME).mo;)
 
20
diff --git a/po/ja.po b/po/ja.po
 
21
new file mode 100644
 
22
index 0000000..330a11d
 
23
--- /dev/null
 
24
+++ b/po/ja.po
 
25
@@ -0,0 +1,57 @@
 
26
+# xfce4-cpufreq-plugin-0.2 Japanese PO translation file
 
27
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 
28
+# This file is distributed under the same license as the PACKAGE package.
 
29
+# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2008
 
30
+#
 
31
+msgid ""
 
32
+msgstr ""
 
33
+"Project-Id-Version: xfce4-cpufreq-plugin-0.2\n"
 
34
+"Report-Msgid-Bugs-To: \n"
 
35
+"POT-Creation-Date: 2006-06-15 17:19-0700\n"
 
36
+"PO-Revision-Date: 2008-04-12 23:20+0900\n"
 
37
+"Last-Translator: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>\n"
 
38
+"Language-Team: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>\n"
 
39
+"MIME-Version: 1.0\n"
 
40
+"Content-Type: text/plain; charset=utf-8\n"
 
41
+"Content-Transfer-Encoding: 8bit\n"
 
42
+"X-Poedit-Language: Japanese\n"
 
43
+"X-Poedit-Country: JAPAN\n"
 
44
+
 
45
+#: ../cpufreq.c:110
 
46
+#: ../cpufreq.c:137
 
47
+msgid "Processor model unknown"
 
48
+msgstr "プロセッサモデルが不明です。"
 
49
+
 
50
+#: ../cpufreq.c:159
 
51
+msgid "CPUFreq support is not present. The CPUFreq Monitor will not function this session."
 
52
+msgstr "CPUFreq サポートがありません。CPUFreq Monitor はこのセッションでは機能しないでしょう。"
 
53
+
 
54
+#: ../cpufreq.c:164
 
55
+msgid "N/A"
 
56
+msgstr "該当なし"
 
57
+
 
58
+#: ../cpufreq.c:172
 
59
+#, c-format
 
60
+msgid "CPU %d is not present. The CPUFreq Monitor will monitor CPU 0 for this session."
 
61
+msgstr "CPU %d がありません。CPUFreq Monitor はこのセッションでは CPU0 を監視します。"
 
62
+
 
63
+#: ../cpufreq.c:379
 
64
+msgid "CPUFreq Plugin Options"
 
65
+msgstr "CPUFreq プラグインオプション"
 
66
+
 
67
+#: ../cpufreq.c:380
 
68
+msgid "Choose the CPU to monitor:"
 
69
+msgstr "監視する CPU を選んでください:"
 
70
+
 
71
+#: ../cpufreq.c:395
 
72
+msgid "Properties"
 
73
+msgstr "設定"
 
74
+
 
75
+#: ../cpufreq.c:410
 
76
+msgid "Options"
 
77
+msgstr "オプション"
 
78
+
 
79
+#: ../cpufreq.c:415
 
80
+msgid "Invert colors"
 
81
+msgstr "色を逆にします。"
 
82
+