kcm_fancontrol.pot 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: http://github.com/maldela/fancontrol-gui\n"
  11. "POT-Creation-Date: 2016-01-03 15:44+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #: fancontrol-gui/src/main.cpp:39 package/contents/ui/Application.qml:29
  21. msgid "Fancontrol-GUI"
  22. msgstr ""
  23. #: fancontrol-gui/src/main.cpp:41
  24. msgid "Graphical user interface for fancontrol"
  25. msgstr ""
  26. #: fancontrol-gui/src/main.cpp:47 kcm/src/fancontrolkcm.cpp:52
  27. msgid "Malte Veerman"
  28. msgstr ""
  29. #: fancontrol-gui/src/main.cpp:47 kcm/src/fancontrolkcm.cpp:52
  30. msgid "Main Developer"
  31. msgstr ""
  32. #: helper/src/helper.cpp:136
  33. msgid "This action does not exist!"
  34. msgstr ""
  35. #: kcm/src/fancontrolkcm.cpp:44
  36. msgid "Fancontrol-KCM"
  37. msgstr ""
  38. #: kcm/src/fancontrolkcm.cpp:46
  39. msgid "KDE Fancontrol Module"
  40. msgstr ""
  41. #: lib/src/loader.cpp:69
  42. msgid "%1 is not readable!"
  43. msgstr ""
  44. #: lib/src/loader.cpp:74 lib/src/loader.cpp:296
  45. msgid "%1 does not exist!"
  46. msgstr ""
  47. #: lib/src/loader.cpp:241 lib/src/loader.cpp:475
  48. msgid "%1 is not a local file!"
  49. msgstr ""
  50. #: lib/src/loader.cpp:247
  51. msgid "%1 is not a valid url!"
  52. msgstr ""
  53. #: lib/src/loader.cpp:345
  54. msgid ""
  55. "Unable to parse interval line: \n"
  56. " %1"
  57. msgstr ""
  58. #: lib/src/loader.cpp:393
  59. msgid "Can not parse %1"
  60. msgstr ""
  61. #: lib/src/loader.cpp:403
  62. msgid "Invalid config file!"
  63. msgstr ""
  64. #: lib/src/loader.cpp:446
  65. msgid ""
  66. "Unrecognized line in config:\n"
  67. "%1"
  68. msgstr ""
  69. #: lib/src/pwmfan.cpp:206
  70. msgid "Could not set pwm: "
  71. msgstr ""
  72. #: lib/src/pwmfan.cpp:254
  73. msgid "Could not set pwm mode: "
  74. msgstr ""
  75. #: lib/src/pwmfan.cpp:280
  76. msgid "Authorization error: "
  77. msgstr ""
  78. #: lib/src/systemdcommunicator.cpp:168
  79. msgid "Service %1 doesn't exist"
  80. msgstr ""
  81. #: lib/src/systemdcommunicator.cpp:316
  82. msgid "Service does not exist"
  83. msgstr ""
  84. #: package/contents/ui/Application.qml:38
  85. msgid "File"
  86. msgstr ""
  87. #: package/contents/ui/Application.qml:42
  88. #: package/contents/ui/Application.qml:156
  89. msgid "Save configuration file as"
  90. msgstr ""
  91. #: package/contents/ui/Application.qml:47
  92. msgid "Exit"
  93. msgstr ""
  94. #: package/contents/ui/Application.qml:68
  95. msgid "Restart fancontrol"
  96. msgstr ""
  97. #: package/contents/ui/Application.qml:68
  98. msgid "Start fancontrol"
  99. msgstr ""
  100. #: package/contents/ui/Application.qml:77
  101. msgid "Stop fancontrol"
  102. msgstr ""
  103. #: package/contents/ui/Application.qml:93
  104. msgid "Sensors"
  105. msgstr ""
  106. #: package/contents/ui/Application.qml:99
  107. msgid "PwmFans"
  108. msgstr ""
  109. #: package/contents/ui/Application.qml:105
  110. msgid "Configfile"
  111. msgstr ""
  112. #: package/contents/ui/Application.qml:112
  113. msgid "Settings"
  114. msgstr ""
  115. #: package/contents/ui/Application.qml:129
  116. #: package/contents/ui/Application.qml:132 package/contents/ui/KCM.qml:250
  117. msgid "Load configuration file"
  118. msgstr ""
  119. #: package/contents/ui/Application.qml:137
  120. #: package/contents/ui/Application.qml:140
  121. msgid "Save configuration file"
  122. msgstr ""
  123. #: package/contents/ui/Application.qml:146 package/contents/ui/KCM.qml:256
  124. msgid "Please choose a configuration file"
  125. msgstr ""
  126. #: package/contents/ui/ErrorDialog.qml:29
  127. msgid "Error"
  128. msgstr ""
  129. #: package/contents/ui/KCM.qml:50 package/contents/ui/PwmFansTab.qml:83
  130. msgid "There are no pwm capable fans in your system."
  131. msgstr ""
  132. #: package/contents/ui/KCM.qml:57 package/contents/ui/KCM.qml:100
  133. #: package/contents/ui/PwmFansTab.qml:96
  134. msgid "Detect fans"
  135. msgstr ""
  136. #: package/contents/ui/KCM.qml:67
  137. msgid "Control fans manually"
  138. msgstr ""
  139. #: package/contents/ui/KCM.qml:87 package/contents/ui/PwmFansTab.qml:43
  140. msgid "Fan:"
  141. msgstr ""
  142. #: package/contents/ui/KCM.qml:133
  143. msgid "Advanced settings"
  144. msgstr ""
  145. #: package/contents/ui/KCM.qml:148 package/contents/ui/SettingsTab.qml:52
  146. msgid "Interval:"
  147. msgstr ""
  148. #: package/contents/ui/KCM.qml:156
  149. msgid "seconds"
  150. msgstr ""
  151. #: package/contents/ui/KCM.qml:156 package/contents/ui/SettingsTab.qml:60
  152. msgid "second"
  153. msgid_plural "seconds"
  154. msgstr[0] ""
  155. msgstr[1] ""
  156. #: package/contents/ui/KCM.qml:167 package/contents/ui/SettingsTab.qml:75
  157. msgid "Minimum temperature for fan graphs:"
  158. msgstr ""
  159. #: package/contents/ui/KCM.qml:179 package/contents/ui/KCM.qml:201
  160. #: package/contents/ui/SettingsTab.qml:87
  161. #: package/contents/ui/SettingsTab.qml:113
  162. msgid "°C"
  163. msgstr ""
  164. #: package/contents/ui/KCM.qml:179 package/contents/ui/KCM.qml:201
  165. #: package/contents/ui/SettingsTab.qml:87
  166. #: package/contents/ui/SettingsTab.qml:113
  167. msgid "K"
  168. msgstr ""
  169. #: package/contents/ui/KCM.qml:179 package/contents/ui/KCM.qml:201
  170. #: package/contents/ui/SettingsTab.qml:87
  171. #: package/contents/ui/SettingsTab.qml:113
  172. msgid "°F"
  173. msgstr ""
  174. #: package/contents/ui/KCM.qml:189 package/contents/ui/SettingsTab.qml:101
  175. msgid "Maximum temperature for fan graphs:"
  176. msgstr ""
  177. #: package/contents/ui/KCM.qml:211 package/contents/ui/SettingsTab.qml:129
  178. msgid "Name of the fancontrol systemd service:"
  179. msgstr ""
  180. #: package/contents/ui/KCM.qml:229
  181. msgid "Path to the fancontrol config file:"
  182. msgstr ""
  183. #: package/contents/ui/PwmFan.qml:351
  184. msgid "Controlled by:"
  185. msgstr ""
  186. #: package/contents/ui/PwmFan.qml:386
  187. msgid "Turn Fan off if temp < MINTEMP"
  188. msgstr ""
  189. #: package/contents/ui/PwmFan.qml:406
  190. msgid "Pwm value for fan to start:"
  191. msgstr ""
  192. #: package/contents/ui/PwmFan.qml:417
  193. msgid "%"
  194. msgstr ""
  195. #: package/contents/ui/PwmFan.qml:436
  196. msgid "Abort test"
  197. msgstr ""
  198. #: package/contents/ui/PwmFan.qml:436
  199. msgid "Test start and stop values"
  200. msgstr ""
  201. #: package/contents/ui/SettingsTab.qml:154
  202. msgid "Fancontrol systemd service autostart:"
  203. msgstr ""
  204. #: package/contents/ui/StatusPoint.qml:96
  205. msgid "rpm"
  206. msgstr ""
  207. #: po/rc.cpp:1 rc.cpp:1
  208. msgctxt "NAME OF TRANSLATORS"
  209. msgid "Your names"
  210. msgstr ""
  211. #: po/rc.cpp:2 rc.cpp:2
  212. msgctxt "EMAIL OF TRANSLATORS"
  213. msgid "Your emails"
  214. msgstr ""