~artfwo/indicator-cpufreq/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-25 23:19+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../indicator-cpufreq.desktop.in.h:1
msgid "CPU Frequency Scaling Indicator"
msgstr ""

#: ../indicator-cpufreq.desktop.in.h:2
msgid "An indicator for monitoring and switching CPU frequency scaling"
msgstr ""

#. Support for command line options.
#: ../bin/indicator-cpufreq.py:60
msgid "indicator-cpufreq [options]"
msgstr ""

#: ../bin/indicator-cpufreq.py:63
msgid "print the maximum debugging info (implies -vv)"
msgstr ""

#: ../bin/indicator-cpufreq.py:65
msgid "set error_level output to warning, info, and then debug"
msgstr ""

#: ../bin/indicator-cpufreq.py:67
msgid "show the frequency with text along with the icon"
msgstr ""

#: ../indicator_cpufreq/com.ubuntu.indicatorcpufreq.policy.in.h:1
msgid "Change CPU frequency scaling"
msgstr ""

#: ../indicator_cpufreq/com.ubuntu.indicatorcpufreq.policy.in.h:2
msgid "System policy prevents you from changing CPU frequency scaling."
msgstr ""

#. temp hack for properly displaying intel turbo mode (actual freq + 1000kHz)
#: ../indicator_cpufreq/indicator.py:34
#, python-format
msgid "%s GHz"
msgstr ""

#: ../indicator_cpufreq/indicator.py:34
#, python-format
msgid "%.2f"
msgstr ""

#: ../indicator_cpufreq/indicator.py:36
msgid "(turbo mode)"
msgstr ""

#: ../indicator_cpufreq/indicator.py:40
msgid "Conservative"
msgstr ""

#: ../indicator_cpufreq/indicator.py:41
msgid "Ondemand"
msgstr ""

#. 'userspace': _("Userspace"),
#: ../indicator_cpufreq/indicator.py:43
msgid "Powersave"
msgstr ""

#: ../indicator_cpufreq/indicator.py:44
msgid "Performance"
msgstr ""