# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://github.com/maldela/fancontrol-gui\n" "POT-Creation-Date: 2015-12-20 14:50+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: fancontrol-gui/src/main.cpp:39 package/contents/ui/Application.qml:29 msgid "Fancontrol-GUI" msgstr "" #: fancontrol-gui/src/main.cpp:41 msgid "Graphical user interface for fancontrol" msgstr "" #: fancontrol-gui/src/main.cpp:47 kcm/src/fancontrolkcm.cpp:52 msgid "Malte Veerman" msgstr "" #: fancontrol-gui/src/main.cpp:47 kcm/src/fancontrolkcm.cpp:52 msgid "Main Developer" msgstr "" #: helper/src/helper.cpp:136 msgid "This action does not exist!" msgstr "" #: kcm/src/fancontrolkcm.cpp:44 msgid "Fancontrol-KCM" msgstr "" #: kcm/src/fancontrolkcm.cpp:46 msgid "KDE Fancontrol Module" msgstr "" #: lib/src/loader.cpp:69 msgid "%1 is not readable!" msgstr "" #: lib/src/loader.cpp:74 lib/src/loader.cpp:296 msgid "%1 does not exist!" msgstr "" #: lib/src/loader.cpp:241 lib/src/loader.cpp:470 msgid "%1 is not a local file!" msgstr "" #: lib/src/loader.cpp:247 msgid "%1 is not a valid url!" msgstr "" #: lib/src/loader.cpp:345 msgid "" "Unable to parse interval line: \n" " %1" msgstr "" #: lib/src/loader.cpp:393 msgid "Can not parse %1" msgstr "" #: lib/src/loader.cpp:403 msgid "Invalid config file!" msgstr "" #: lib/src/pwmfan.cpp:206 msgid "Could not set pwm: " msgstr "" #: lib/src/pwmfan.cpp:254 msgid "Could not set pwm mode: " msgstr "" #: lib/src/pwmfan.cpp:280 msgid "Authorization error: " msgstr "" #: package/contents/ui/Application.qml:36 msgid "File" msgstr "" #: package/contents/ui/Application.qml:40 #: package/contents/ui/Application.qml:156 msgid "Save configuration file as" msgstr "" #: package/contents/ui/Application.qml:45 msgid "Exit" msgstr "" #: package/contents/ui/Application.qml:66 msgid "Restart fancontrol" msgstr "" #: package/contents/ui/Application.qml:66 msgid "Start fancontrol" msgstr "" #: package/contents/ui/Application.qml:75 msgid "Stop fancontrol" msgstr "" #: package/contents/ui/Application.qml:91 msgid "Sensors" msgstr "" #: package/contents/ui/Application.qml:97 msgid "PwmFans" msgstr "" #: package/contents/ui/Application.qml:103 msgid "Configfile" msgstr "" #: package/contents/ui/Application.qml:110 msgid "Settings" msgstr "" #: package/contents/ui/Application.qml:127 #: package/contents/ui/Application.qml:130 package/contents/ui/KCM.qml:260 msgid "Load configuration file" msgstr "" #: package/contents/ui/Application.qml:135 #: package/contents/ui/Application.qml:138 msgid "Save configuration file" msgstr "" #: package/contents/ui/Application.qml:144 package/contents/ui/KCM.qml:266 msgid "Please choose a configuration file" msgstr "" #: package/contents/ui/ErrorDialog.qml:29 msgid "Error" msgstr "" #: package/contents/ui/KCM.qml:48 package/contents/ui/PwmFansTab.qml:92 msgid "There are no pwm capable fans in your system." msgstr "" #: package/contents/ui/KCM.qml:55 package/contents/ui/KCM.qml:105 #: package/contents/ui/PwmFansTab.qml:105 msgid "Detect fans" msgstr "" #: package/contents/ui/KCM.qml:65 msgid "Control fans manually" msgstr "" #: package/contents/ui/KCM.qml:85 package/contents/ui/PwmFansTab.qml:41 msgid "Fan:" msgstr "" #: package/contents/ui/KCM.qml:143 msgid "Advanced settings" msgstr "" #: package/contents/ui/KCM.qml:158 package/contents/ui/SettingsTab.qml:53 msgid "Interval:" msgstr "" #: package/contents/ui/KCM.qml:166 package/contents/ui/SettingsTab.qml:61 msgid "seconds" msgstr "" #: package/contents/ui/KCM.qml:166 package/contents/ui/SettingsTab.qml:61 msgid "second" msgstr "" #: package/contents/ui/KCM.qml:177 package/contents/ui/SettingsTab.qml:72 msgid "Minimum temperature for fan graphs:" msgstr "" #: package/contents/ui/KCM.qml:189 package/contents/ui/KCM.qml:211 #: package/contents/ui/SettingsTab.qml:84 #: package/contents/ui/SettingsTab.qml:106 msgid "°C" msgstr "" #: package/contents/ui/KCM.qml:189 package/contents/ui/KCM.qml:211 #: package/contents/ui/SettingsTab.qml:84 #: package/contents/ui/SettingsTab.qml:106 msgid "K" msgstr "" #: package/contents/ui/KCM.qml:189 package/contents/ui/KCM.qml:211 #: package/contents/ui/SettingsTab.qml:84 #: package/contents/ui/SettingsTab.qml:106 msgid "°F" msgstr "" #: package/contents/ui/KCM.qml:199 package/contents/ui/SettingsTab.qml:94 msgid "Maximum temperature for fan graphs:" msgstr "" #: package/contents/ui/KCM.qml:221 package/contents/ui/SettingsTab.qml:118 msgid "Name of the fancontrol systemd service:" msgstr "" #: package/contents/ui/KCM.qml:239 msgid "Path to the fancontrol config file:" msgstr "" #: package/contents/ui/PwmFan.qml:338 msgid "Controlled by:" msgstr "" #: package/contents/ui/PwmFan.qml:365 msgid "Turn Fan off if temp < MINTEMP" msgstr "" #: package/contents/ui/PwmFan.qml:378 msgid "Pwm value for fan to start:" msgstr "" #: package/contents/ui/PwmFan.qml:389 msgid "%" msgstr "" #: package/contents/ui/PwmFan.qml:404 msgid "Abort test" msgstr "" #: package/contents/ui/PwmFan.qml:404 msgid "Test start and stop values" msgstr "" #: package/contents/ui/SettingsTab.qml:139 msgid "Fancontrol systemd service autostart:" msgstr "" #: package/contents/ui/StatusPoint.qml:103 msgid "rpm" msgstr "" #: po/rc.cpp:1 rc.cpp:1 msgctxt "NAME OF TRANSLATORS" msgid "Your names" msgstr "" #: po/rc.cpp:2 rc.cpp:2 msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" msgstr ""