Apply patch from Álvaro Lopes to fix CPU usage per task, with more then 1 CPU.

Added a THANKS file.
Remove some svn executable properties and add svn keywords.
Added LINGUAS support and removed the configure.ac > configure.in.in file.
Improved the configure.in.in and Makefiles.


(Old svn revision: 2350)
This commit is contained in:
Nick Schermer
2007-01-13 10:12:31 +00:00
parent 774a48f60a
commit b452b402fe
33 changed files with 895 additions and 479 deletions

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: xfce4-taskmanager 0.4.0-rc2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-10 21:29+0200\n"
"POT-Creation-Date: 2007-01-13 11:01+0100\n"
"PO-Revision-Date: 2006-09-17 09:48+0100\n"
"Last-Translator: Michal Várady <miko.vaji@gmail.com>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -16,80 +16,100 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: ../src/interface.c:43
#: ../src/interface.c:257
#: ../src/callbacks.c:60
msgid "Really kill the task?"
msgstr ""
#: ../src/callbacks.c:61
msgid "Really terminate the task?"
msgstr ""
#: ../src/functions.c:124
#, c-format
msgid "%d kB of %d kB used"
msgstr ""
#: ../src/functions.c:129
#, c-format
msgid "%0.0f %%"
msgstr ""
#: ../src/interface.c:45 ../src/interface.c:272
msgid "xfce4-taskmanager"
msgstr "xfce4-taskmanager"
#: ../src/interface.c:56
#: ../src/interface.c:59
msgid "cpu usage"
msgstr "využití procesoru"
#: ../src/interface.c:61
#: ../src/interface.c:67
msgid "memory usage"
msgstr "využití paměti"
#: ../src/interface.c:91
#: ../src/interface.c:99
msgid "more details"
msgstr "více podrobností"
#: ../src/interface.c:117
#: ../src/interface.c:125
msgid "Command"
msgstr "Příkaz"
#: ../src/interface.c:123
#: ../src/interface.c:131
msgid "PID"
msgstr "PID"
#: ../src/interface.c:129
#: ../src/interface.c:137
msgid "PPID"
msgstr "PPID"
#: ../src/interface.c:135
#: ../src/interface.c:143
msgid "State"
msgstr "Stav"
#: ../src/interface.c:141
#: ../src/interface.c:149
msgid "VM-Size"
msgstr "Velikost virtuální paměti"
#: ../src/interface.c:147
#: ../src/interface.c:155
msgid "RSS"
msgstr "RSS"
#: ../src/interface.c:153
#: ../src/interface.c:161
msgid "User"
msgstr "Uživatel"
#: ../src/interface.c:159
#: ../src/interface.c:167
msgid "CPU%"
msgstr "CPU%"
#: ../src/interface.c:175
#: ../src/interface.c:183
msgid "Stop"
msgstr "Zastavit"
#: ../src/interface.c:180
#: ../src/interface.c:188
msgid "Continue"
msgstr "Pokračovat"
#: ../src/interface.c:185
#: ../src/interface.c:193
msgid "Term"
msgstr "Ukončit signálem TERM"
#: ../src/interface.c:190
#: ../src/interface.c:198
msgid "Kill"
msgstr "Ukončit signálem KILL"
#: ../src/interface.c:221
#: ../src/interface.c:230
msgid "Show user tasks"
msgstr "Zobrazit úlohy uživatele"
#: ../src/interface.c:226
#: ../src/interface.c:235
msgid "Show root tasks"
msgstr "Zobrazit úlohy uživatele root"
#: ../src/interface.c:231
#: ../src/interface.c:240
msgid "Show other tasks"
msgstr "Zobrazit jiné úlohy"
#: ../src/interface.c:245
msgid "Show memory used by cache as free"
msgstr ""