mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-23 10:39:56 +00:00
added support of $hddtotmb and $hddtotgb tags
This commit is contained in:
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://kde-look.org/content/show.php?content=157124\n"
|
||||
"POT-Creation-Date: 2014-05-29 18:12+0400\n"
|
||||
"POT-Creation-Date: 2014-05-31 14:04+0400\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"
|
||||
@ -229,7 +229,7 @@ msgstr ""
|
||||
msgid "MPD port"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:175 rc.cpp:361
|
||||
#: rc.cpp:175 rc.cpp:363
|
||||
msgid "Package manager"
|
||||
msgstr ""
|
||||
|
||||
@ -237,7 +237,7 @@ msgstr ""
|
||||
msgid "Number of null lines"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:188 rc.cpp:343
|
||||
#: rc.cpp:188 rc.cpp:345
|
||||
msgid "Music player"
|
||||
msgstr ""
|
||||
|
||||
@ -386,50 +386,52 @@ msgstr ""
|
||||
msgid ""
|
||||
"$hddN - usage for mount point N (from 0), %. Example: $hdd0\n"
|
||||
"$hddmbN - usage for mount point N (from 0), MB. Example: $hddmb0\n"
|
||||
"$hddgbN - usage for mount point N (from 0), GB. Example: $hddgb0"
|
||||
"$hddgbN - usage for mount point N (from 0), GB. Example: $hddgb0\n"
|
||||
"$hddtotmbN - total size of mount point N (from 0), MB. Example: $hddtotmb0\n"
|
||||
"$hddtotgbN - total size of mount point N (from 0), GB. Example: $hddtotgb0"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:314
|
||||
#: rc.cpp:316
|
||||
msgid "HDD speed"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:317
|
||||
#: rc.cpp:319
|
||||
msgid ""
|
||||
"$hddrN - read speed HDD N (from 0), KB/s. Example: $hddr0\n"
|
||||
"$hddwN - write speed HDD N (from 0), KB/s. Example: $hddw0"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:321
|
||||
#: rc.cpp:323
|
||||
msgid "HDD temp"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:324
|
||||
#: rc.cpp:326
|
||||
msgid ""
|
||||
"$hddtempN - physical temperature on device N (from 0). Example: $hddtemp0"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:327
|
||||
#: rc.cpp:329
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:330
|
||||
#: rc.cpp:332
|
||||
msgid ""
|
||||
"$down - download speed, KB/s\n"
|
||||
"$up - upload speed, KB/s\n"
|
||||
"$netdev - current network device"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:335
|
||||
#: rc.cpp:337
|
||||
msgid "Battery"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:339
|
||||
#: rc.cpp:341
|
||||
msgid ""
|
||||
"$bat - battery charge, %\n"
|
||||
"$ac - AC status"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:346
|
||||
#: rc.cpp:348
|
||||
msgid ""
|
||||
"$album - song album\n"
|
||||
"$artist - song artist\n"
|
||||
@ -438,38 +440,38 @@ msgid ""
|
||||
"$title - song title"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:353
|
||||
#: rc.cpp:355
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:356
|
||||
#: rc.cpp:358
|
||||
msgid ""
|
||||
"$pscount - number of running processes\n"
|
||||
"$pstotal - total number of running processes\n"
|
||||
"$ps - list of running processes comma separated"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:364
|
||||
#: rc.cpp:366
|
||||
msgid ""
|
||||
"$pkgcountN - number of packages which are available for updates, command N. "
|
||||
"For example $pkgcount0"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:367
|
||||
#: rc.cpp:369
|
||||
msgid "Custom"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:370
|
||||
#: rc.cpp:372
|
||||
msgid ""
|
||||
"$customN - get output from custom command N (from N). Example `$custom0`"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:371
|
||||
#: rc.cpp:373
|
||||
msgctxt "NAME OF TRANSLATORS"
|
||||
msgid "Your names"
|
||||
msgstr ""
|
||||
|
||||
#: rc.cpp:372
|
||||
#: rc.cpp:374
|
||||
msgctxt "EMAIL OF TRANSLATORS"
|
||||
msgid "Your emails"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user