aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Konno <joe.konno@intel.com>2016-08-03 15:56:58 -0700
committerJoe Konno <joe.konno@intel.com>2016-08-04 08:52:49 -0700
commit8d89b588d9777baefe46b033d40fbc28ef558d7c (patch)
tree4f29af88599bffb6e91c2604517145fafdfdac70
parent49fbc68887ea565b6c0421d919673e9ea696442a (diff)
downloadpowertop-2.0-8d89b588d9777baefe46b033d40fbc28ef558d7c.tar.gz
POTFILES.in: refresh files with strings
Renamed output from scripts/regenerate-potfiles-in to po/POTFILES.in. This will enable more string translation possibilities. Signed-off-by: Joe Konno <joe.konno@intel.com>
-rw-r--r--po/POTFILES.in47
1 files changed, 25 insertions, 22 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index acb2913..aa853f0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,38 +1,41 @@
# List of source files which contain translatable strings.
-traceevent/parse-utils.c
-src/parameters/persistent.cpp
-src/display.cpp
+src/calibrate/calibrate.cpp
+src/cpu/abstract_cpu.cpp
src/cpu/cpu_core.cpp
src/cpu/cpu.cpp
src/cpu/cpu_linux.cpp
src/cpu/cpu_package.cpp
src/cpu/intel_cpus.cpp
-src/devlist.cpp
-src/lib.cpp
-src/process/do_process.cpp
-src/process/process.cpp
-src/perf/perf.cpp
-src/perf/perf_bundle.cpp
-src/devices/device.cpp
+src/cpu/intel_gpu.cpp
+src/devices/ahci.cpp
src/devices/alsa.cpp
+src/devices/devfreq.cpp
+src/devices/device.cpp
+src/devices/network.cpp
+src/devices/rfkill.cpp
src/devices/runtime_pm.cpp
src/devices/usb.cpp
-src/devices/ahci.cpp
-src/devices/rfkill.cpp
-src/devices/network.cpp
+src/devlist.cpp
+src/display.cpp
+src/lib.cpp
src/lib.h
+src/main.cpp
+src/parameters/persistent.cpp
+src/perf/perf_bundle.cpp
+src/perf/perf.cpp
+src/process/do_process.cpp
+src/report/report.cpp
+src/report/report-maker.h
src/tuning/bluetooth.cpp
-src/tuning/tuning.cpp
src/tuning/ethernet.cpp
-src/tuning/tunable.cpp
src/tuning/nl80211.h
-src/tuning/wifi.cpp
src/tuning/runtime.cpp
-src/tuning/tuningusb.cpp
+src/tuning/tunable.cpp
+src/tuning/tuning.cpp
+src/tuning/tuningi2c.cpp
src/tuning/tuningsysfs.cpp
-src/calibrate/calibrate.cpp
-src/main.cpp
-src/report/report.cpp
-src/report/report-formatter-csv.cpp
-src/report/report-formatter-html.cpp
+src/tuning/tuningusb.cpp
+src/tuning/wifi.cpp
+traceevent/event-parse.h
+traceevent/parse-utils.c