123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520 |
- # 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: http://github.com/maldela/fancontrol-gui\n"
- "POT-Creation-Date: 2019-02-21 17:53+0100\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"
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
- #: fancontrol-gui/package/contents/ui/Application.qml:41
- #: fancontrol-gui/src/main.cpp:72
- msgid "Fancontrol-GUI"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:111
- msgid "Sensors"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:119
- #: kcm/package/contents/ui/KCM.qml:168
- msgid "Fans"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:125
- msgid "Configfile"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:131
- msgid "Settings"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:175
- msgid "Unsaved changes"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/Application.qml:195
- msgid ""
- "There are unsaved changes.\n"
- "Do you want to apply these changes?"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/ConfigfileTab.qml:34
- msgid "New config"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:45
- #: import/qml/ProfilesDialog.qml:29
- msgid "Manage profiles"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:49
- msgid "Service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:51
- msgid "Control the systemd service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:54
- msgid "Stop service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:54
- msgid "Start service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:60
- msgid "Disable service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:60
- msgid "Enable service"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:61
- msgid "Disable service autostart at boot"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:61
- msgid "Enable service autostart at boot"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:67
- #: kcm/package/contents/ui/KCM.qml:120
- msgid "Detect fans again"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:67
- #: kcm/package/contents/ui/KCM.qml:120
- msgid "Detect fans"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:73
- msgid "Abort test"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:73
- msgid "Test start and stop values"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:86
- msgid "Apply"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:89
- msgid "Apply changes"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:95
- msgid "Reset"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:98
- msgid "Revert changes"
- msgstr ""
- #: fancontrol-gui/package/contents/ui/PwmFansTab.qml:122
- #: kcm/package/contents/ui/KCM.qml:113
- msgid "There are no pwm capable fans in your system."
- msgstr ""
- #: fancontrol-gui/package/contents/ui/SensorsTab.qml:84
- #: import/qml/StatusPoint.qml:107
- msgid "rpm"
- msgstr ""
- #: fancontrol-gui/src/main.cpp:74
- msgid "Graphical user interface for fancontrol"
- msgstr ""
- #: fancontrol-gui/src/main.cpp:80 kcm/src/fancontrolkcm.cpp:44
- msgid "Malte Veerman"
- msgstr ""
- #: fancontrol-gui/src/main.cpp:80 kcm/src/fancontrolkcm.cpp:44
- msgid "Main Developer"
- msgstr ""
- #: fancontrol-gui/src/systemtrayicon.cpp:31 import/qml/ProfilesDialog.qml:83
- msgid "Apply profile"
- msgstr ""
- #: helper/src/helper.cpp:163
- msgid "Could not create dbus interface"
- msgstr ""
- #: helper/src/helper.cpp:228
- msgid "This action does not exist!"
- msgstr ""
- #: import/qml/ErrorDialog.qml:30
- msgid "Error"
- msgstr ""
- #: import/qml/FanItem.qml:316
- msgid "Controlled by:"
- msgstr ""
- #: import/qml/FanItem.qml:364
- msgid "Turn Fan off if temp < MINTEMP"
- msgstr ""
- #: import/qml/FanItem.qml:388
- msgid "Pwm value for fan to start:"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:56
- msgid "Profiles"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:65
- msgid "(current profile)"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:88
- msgid "Create new profile"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:93
- msgid "Save to profile"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:98
- msgid "Delete profile"
- msgstr ""
- #: import/qml/ProfilesDialog.qml:111
- msgid "New profile's name"
- msgstr ""
- #: import/qml/SettingsForm.qml:39
- msgid "Interval:"
- msgstr ""
- #: import/qml/SettingsForm.qml:44
- msgid "second"
- msgid_plural "seconds"
- msgstr[0] ""
- msgstr[1] ""
- #: import/qml/SettingsForm.qml:55
- msgid "Minimum temperature for fan graphs:"
- msgstr ""
- #: import/qml/SettingsForm.qml:79
- msgid "Maximum temperature for fan graphs:"
- msgstr ""
- #: import/qml/SettingsForm.qml:101
- msgid "Path to the fancontrol config file:"
- msgstr ""
- #: import/qml/SettingsForm.qml:126
- msgid "Name of the fancontrol systemd service:"
- msgstr ""
- #: import/qml/SettingsForm.qml:140
- msgid "Show tray icon:"
- msgstr ""
- #: import/qml/SettingsForm.qml:153
- msgid "Start minimized:"
- msgstr ""
- #: import/qml/SettingsForm.qml:166
- msgid "Please choose a configuration file"
- msgstr ""
- #: import/src/fan.cpp:55 import/src/fan.cpp:112
- msgid "Can't open rpm file: '%1'"
- msgstr ""
- #: import/src/guibase.cpp:234
- msgid "Applying changes"
- msgstr ""
- #: import/src/guibase.cpp:247
- msgid "Resetting changes"
- msgstr ""
- #: import/src/guibase.cpp:290
- msgid "Unable to apply unknown profile: %1"
- msgstr ""
- #: import/src/guibase.cpp:310
- msgid "Unable to read data for profile: %1"
- msgstr ""
- #: import/src/guibase.cpp:382
- msgid "No profile"
- msgstr ""
- #: import/src/hwmon.cpp:52
- msgid "%1 is not readable!"
- msgstr ""
- #: import/src/hwmon.cpp:61
- msgid "%1 is invalid!"
- msgstr ""
- #: import/src/hwmon.cpp:94
- msgid "Not a valid sensor: '%1'"
- msgstr ""
- #: import/src/loader.cpp:77
- msgid "File is not readable: '%1'"
- msgstr ""
- #: import/src/loader.cpp:82 import/src/loader.cpp:469
- msgid "File does not exist: '%1'"
- msgstr ""
- #: import/src/loader.cpp:168 import/src/loader.cpp:176
- #: import/src/loader.cpp:181 import/src/loader.cpp:194
- #: import/src/loader.cpp:200 import/src/loader.cpp:287
- msgid "Invalid entry: '%1'"
- msgstr ""
- #: import/src/loader.cpp:252
- msgid "Unable to parse interval line: '%1'"
- msgstr ""
- #: import/src/loader.cpp:280 import/src/loader.cpp:398
- msgid "Invalid fan entry: '%1'"
- msgstr ""
- #: import/src/loader.cpp:283
- msgid "Invalid temp entry: '%1'"
- msgstr ""
- #: import/src/loader.cpp:309 import/src/loader.cpp:325
- msgid "Invalid DEVNAME: '%1'!"
- msgstr ""
- #: import/src/loader.cpp:315
- msgid "Invalid DEVNAME: '%1'! No hwmon with index %2"
- msgstr ""
- #: import/src/loader.cpp:320
- msgid "Wrong name for hwmon %1! Should be \"%2\""
- msgstr ""
- #: import/src/loader.cpp:361
- msgid "Unrecognized line in config: '%1'"
- msgstr ""
- #: import/src/loader.cpp:401
- msgid "%1 is not an integer!"
- msgstr ""
- #: import/src/loader.cpp:404
- msgid "Invalid entry to parse: '%1'"
- msgstr ""
- #: import/src/loader.cpp:420 import/src/loader.cpp:519
- msgid "'%1' is not a local file!"
- msgstr ""
- #: import/src/loader.cpp:426
- msgid "'%1' is not a valid url!"
- msgstr ""
- #: import/src/loader.cpp:429
- msgid "Loading config file: '%1'"
- msgstr ""
- #: import/src/loader.cpp:454
- msgid "Loading of file aborted by user"
- msgstr ""
- #: import/src/loader.cpp:465 import/src/loader.cpp:572
- #: import/src/loader.cpp:797 import/src/pwmfan.cpp:261
- #: import/src/pwmfan.cpp:307 import/src/pwmfan.cpp:365
- msgid "Action not supported! Try running the application as root."
- msgstr ""
- #: import/src/loader.cpp:492
- msgid "Cannot load empty config."
- msgstr ""
- #: import/src/loader.cpp:531
- msgid "No changes made to config"
- msgstr ""
- #: import/src/loader.cpp:538
- msgid "Saving config to '%1'"
- msgstr ""
- #: import/src/loader.cpp:562
- msgid "Saving of file aborted by user"
- msgstr ""
- #: import/src/loader.cpp:566
- msgid "Error executing action. Code %1; %2; %3"
- msgstr ""
- #: import/src/loader.cpp:735
- msgid "Interval must be greater or equal to one!"
- msgstr ""
- #: import/src/loader.cpp:763
- msgid "Start detecting Sensors"
- msgstr ""
- #: import/src/loader.cpp:813 import/src/loader.cpp:839
- msgid "Finished detecting Sensors"
- msgstr ""
- #: import/src/pwmfan.cpp:90 import/src/pwmfan.cpp:182
- msgid "Can't open pwm file: '%1'"
- msgstr ""
- #: import/src/pwmfan.cpp:108 import/src/pwmfan.cpp:204
- msgid "Can't open pwm_enable file: '%1'"
- msgstr ""
- #: import/src/pwmfan.cpp:219
- msgid "Pwm cannot exceed 0-255!"
- msgstr ""
- #: import/src/pwmfan.cpp:256
- msgid "Could not set pwm: %1"
- msgstr ""
- #: import/src/pwmfan.cpp:302
- msgid "Could not set pwm enable: %1"
- msgstr ""
- #: import/src/pwmfan.cpp:318
- msgid "MinPwm cannot exceed 0-255!"
- msgstr ""
- #: import/src/pwmfan.cpp:333
- msgid "MaxPwm cannot exceed 0-255!"
- msgstr ""
- #: import/src/pwmfan.cpp:357
- msgid "Authorization error: %1"
- msgstr ""
- #: import/src/pwmfan.cpp:417
- msgid "Fan never stops."
- msgstr ""
- #: import/src/systemdcommunicator.cpp:78
- msgid "Unable to init systemd dbus manager interface!"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:113
- msgid "New service name: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:134
- msgid "Unable to init systemd dbus service interface: %1"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:144
- msgid "Dbus reply message is not of type 'QDBusMessage::ReplyMessage'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:164
- msgid "Systemd dbus manager interface not initialized!"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:175
- msgid "Dbus returned invalid answer"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:180
- msgid "Dbus returned answer with wrong signature: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:191
- msgid "Service does not exist: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:242
- msgid "Restarting service: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:260
- msgid "Invalid manager interface!"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:288
- msgid "Dbus error: %1"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:302
- msgid "Enabling service autostart at boot:'%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:307
- msgid "Disabling service autostart at boot: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:324
- msgid "Starting service: '%1'"
- msgstr ""
- #: import/src/systemdcommunicator.cpp:329
- msgid "Stopping service: '%1'"
- msgstr ""
- #: import/src/temp.cpp:60 import/src/temp.cpp:132
- msgid "Can't open value file: '%1'"
- msgstr ""
- #: import/src/temp.cpp:68
- msgid "Can't open label file: '%1'"
- msgstr ""
- #: import/src/temp.cpp:71
- msgid "Temp has no label: '%1'"
- msgstr ""
- #: import/src/temp.cpp:145
- msgid "Can't update value of temp: '%1'"
- msgstr ""
- #: kcm/package/contents/ui/KCM.qml:45
- msgid "This module lets you configure your PWM fans."
- msgstr ""
- #: kcm/package/contents/ui/KCM.qml:129
- msgid "Control fans manually"
- msgstr ""
- #: kcm/package/contents/ui/KCM.qml:248
- msgid "Advanced settings"
- msgstr ""
- #: kcm/src/fancontrolkcm.cpp:36
- msgid "Fancontrol-KCM"
- msgstr ""
- #: kcm/src/fancontrolkcm.cpp:38
- msgid "KDE Fancontrol Module"
- 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 ""
|