[TASKMGR] Add status bar description for "Properties" and "Open File Location" menu items (#5280)

Also fix access key collision for en-US/el-GR.
This commit is contained in:
Thamatip Chitpong 2023-05-17 17:41:28 +07:00 committed by GitHub
parent 15fbcc19b9
commit 56e93b882d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 62 additions and 2 deletions

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Дава на действието ОБИКНОВЕНО първенство" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Дава на действието ОБИКНОВЕНО първенство"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Дава на действието ПОНИЖЕНО първенство" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Дава на действието ПОНИЖЕНО първенство"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Дава на действието НИСКО първенство" ID_PROCESS_PAGE_SETPRIORITY_LOW "Дава на действието НИСКО първенство"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Přiřadí procesu normální prioritu" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Přiřadí procesu normální prioritu"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Přiřadí procesu podprůměrnou prioritu" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Přiřadí procesu podprůměrnou prioritu"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Přiřadí procesu nízkou prioritu" ID_PROCESS_PAGE_SETPRIORITY_LOW "Přiřadí procesu nízkou prioritu"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sæt proces til Normal Priotet Klasse" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sæt proces til Normal Priotet Klasse"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sæt proces til Under Normal Priotet Klasse" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sæt proces til Under Normal Priotet Klasse"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sæt proces til Lav Priotet Klasse" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sæt proces til Lav Priotet Klasse"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Legt die Priorität auf NORMAL fest." ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Legt die Priorität auf NORMAL fest."
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Legt die Priorität auf NIEDRIGER ALS NORMAL fest." ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Legt die Priorität auf NIEDRIGER ALS NORMAL fest."
ID_PROCESS_PAGE_SETPRIORITY_LOW "Legt die Priorität auf NIEDRIG fest." ID_PROCESS_PAGE_SETPRIORITY_LOW "Legt die Priorität auf NIEDRIG fest."
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -127,7 +127,7 @@ BEGIN
MENUITEM "End Process &Tree", ID_PROCESS_PAGE_ENDPROCESSTREE MENUITEM "End Process &Tree", ID_PROCESS_PAGE_ENDPROCESSTREE
MENUITEM "&Debug", ID_PROCESS_PAGE_DEBUG MENUITEM "&Debug", ID_PROCESS_PAGE_DEBUG
MENUITEM SEPARATOR MENUITEM SEPARATOR
POPUP "Set &Priority" POPUP "Set P&riority"
BEGIN BEGIN
MENUITEM "&Realtime", ID_PROCESS_PAGE_SETPRIORITY_REALTIME MENUITEM "&Realtime", ID_PROCESS_PAGE_SETPRIORITY_REALTIME
MENUITEM "&High", ID_PROCESS_PAGE_SETPRIORITY_HIGH MENUITEM "&High", ID_PROCESS_PAGE_SETPRIORITY_HIGH
@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -125,7 +125,7 @@ BEGIN
MENUITEM "End Process &Tree", ID_PROCESS_PAGE_ENDPROCESSTREE MENUITEM "End Process &Tree", ID_PROCESS_PAGE_ENDPROCESSTREE
MENUITEM "&Debug", ID_PROCESS_PAGE_DEBUG MENUITEM "&Debug", ID_PROCESS_PAGE_DEBUG
MENUITEM SEPARATOR MENUITEM SEPARATOR
POPUP "Set &Priority" POPUP "Set P&riority"
BEGIN BEGIN
MENUITEM "&Realtime", ID_PROCESS_PAGE_SETPRIORITY_REALTIME MENUITEM "&Realtime", ID_PROCESS_PAGE_SETPRIORITY_REALTIME
MENUITEM "&High", ID_PROCESS_PAGE_SETPRIORITY_HIGH MENUITEM "&High", ID_PROCESS_PAGE_SETPRIORITY_HIGH
@ -377,6 +377,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Establece el proceso en prioridad NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Establece el proceso en prioridad NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Establece el proceso en prioridad ABAJO DE LO NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Establece el proceso en prioridad ABAJO DE LO NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Establece el proceso en prioridad BAJA" ID_PROCESS_PAGE_SETPRIORITY_LOW "Establece el proceso en prioridad BAJA"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -384,6 +384,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sätib protsessi keskmisele prioriteedile" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sätib protsessi keskmisele prioriteedile"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "SSätib protsessi alla keskmise prioriteedile" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "SSätib protsessi alla keskmise prioriteedile"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sätib protsessi madalals prioriteedile" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sätib protsessi madalals prioriteedile"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Place le processus dans la priorité NORMALE" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Place le processus dans la priorité NORMALE"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Place le processus dans la priorité INFÉRIRIEURE À LA NORMALE" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Place le processus dans la priorité INFÉRIRIEURE À LA NORMALE"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Place le processus dans la priorité BASSE" ID_PROCESS_PAGE_SETPRIORITY_LOW "Place le processus dans la priorité BASSE"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sets process to the NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sets process to the BELOW NORMAL priority class"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sets process to the LOW priority class"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Normál prioritásra állítja a folyamatot" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Normál prioritásra állítja a folyamatot"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Normál alatti prioritásra állítja a folyamatot" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Normál alatti prioritásra állítja a folyamatot"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Alacsony prioritásra állítja a folyamatot" ID_PROCESS_PAGE_SETPRIORITY_LOW "Alacsony prioritásra állítja a folyamatot"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Menyetel proses ke kelas prioritas NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Menyetel proses ke kelas prioritas NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Menyetel proses ke kelas prioritas DI BAWAH NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Menyetel proses ke kelas prioritas DI BAWAH NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Menyetel proses ke kelas prioritas RENDAH" ID_PROCESS_PAGE_SETPRIORITY_LOW "Menyetel proses ke kelas prioritas RENDAH"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Assegna al processo la classe di priorità NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Assegna al processo la classe di priorità NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Assegna al processo la classe di priorità BELOW NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Assegna al processo la classe di priorità BELOW NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Assegna al processo la classe di priorità LOW" ID_PROCESS_PAGE_SETPRIORITY_LOW "Assegna al processo la classe di priorità LOW"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "プロセスを通常優先度クラスに設定します" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "プロセスを通常優先度クラスに設定します"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "プロセスを通常以下の優先度クラスに設定します" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "プロセスを通常以下の優先度クラスに設定します"
ID_PROCESS_PAGE_SETPRIORITY_LOW "プロセスを低優先度クラスに設定します" ID_PROCESS_PAGE_SETPRIORITY_LOW "プロセスを低優先度クラスに設定します"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "프로세스 우선 순위를 보통으로 설정합니다" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "프로세스 우선 순위를 보통으로 설정합니다"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "프로세스 우선 순위를 보통 미만으로 설정합니다" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "프로세스 우선 순위를 보통 미만으로 설정합니다"
ID_PROCESS_PAGE_SETPRIORITY_LOW "프로세스 우선 순위를 낮음으로 설정합니다" ID_PROCESS_PAGE_SETPRIORITY_LOW "프로세스 우선 순위를 낮음으로 설정합니다"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Het proces wordt ingesteld met de prioriteitsklasse NORMAAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Het proces wordt ingesteld met de prioriteitsklasse NORMAAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Proces instellen op prioriteitsklasse LAGER DAN NORMAAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Proces instellen op prioriteitsklasse LAGER DAN NORMAAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Het proces wordt ingesteld met de prioriteitsklasse LAAG" ID_PROCESS_PAGE_SETPRIORITY_LOW "Het proces wordt ingesteld met de prioriteitsklasse LAAG"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sett prosess til NORMAL prioritet klasse" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Sett prosess til NORMAL prioritet klasse"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sett prosess til NEDENFOR NORMAL prioritet klasse" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Sett prosess til NEDENFOR NORMAL prioritet klasse"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Sett prosess til LAV prioritet klasse" ID_PROCESS_PAGE_SETPRIORITY_LOW "Sett prosess til LAV prioritet klasse"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -387,6 +387,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Ustawia procesowi priorytet normalny" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Ustawia procesowi priorytet normalny"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Ustawia procesowi priorytet poniżej normalnego" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Ustawia procesowi priorytet poniżej normalnego"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Ustawia procesowi priorytet niski" ID_PROCESS_PAGE_SETPRIORITY_LOW "Ustawia procesowi priorytet niski"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Define o processo como tendo classe de prioridade NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Define o processo como tendo classe de prioridade NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Define o processo com a classe de prioridade ABAIXO DO NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Define o processo com a classe de prioridade ABAIXO DO NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Define o processo como tendo classe de prioridade BAIXA" ID_PROCESS_PAGE_SETPRIORITY_LOW "Define o processo como tendo classe de prioridade BAIXA"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Define o processo como tendo classe de prioridade NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Define o processo como tendo classe de prioridade NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Define o processo com a classe de prioridade ABAIXO DO NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Define o processo com a classe de prioridade ABAIXO DO NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Define o processo como tendo classe de prioridade BAIXA" ID_PROCESS_PAGE_SETPRIORITY_LOW "Define o processo como tendo classe de prioridade BAIXA"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -385,6 +385,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Desemnează prioritate ordinară." ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Desemnează prioritate ordinară."
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Desemnează regim neprioritar." ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Desemnează regim neprioritar."
ID_PROCESS_PAGE_SETPRIORITY_LOW "Desemnează prioritate minimă." ID_PROCESS_PAGE_SETPRIORITY_LOW "Desemnează prioritate minimă."
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Установить для процесса Средний приоритет" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Установить для процесса Средний приоритет"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Установить для процесса приоритет Ниже среднего" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Установить для процесса приоритет Ниже среднего"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Установить для процесса Низкий приоритет" ID_PROCESS_PAGE_SETPRIORITY_LOW "Установить для процесса Низкий приоритет"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Zaradí proces do triedy priorít NORMÁLNA." ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Zaradí proces do triedy priorít NORMÁLNA."
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Zaradí proces do triedy priorít ZNÍŽENÁ." ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Zaradí proces do triedy priorít ZNÍŽENÁ."
ID_PROCESS_PAGE_SETPRIORITY_LOW "Zaradí proces do triedy priorít NÍZKA." ID_PROCESS_PAGE_SETPRIORITY_LOW "Zaradí proces do triedy priorít NÍZKA."
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Vendos procesin ne klasat e prioritet NORMAL" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Vendos procesin ne klasat e prioritet NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Vendos procesin ne klasat e prioritet BELOW NORMAL" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Vendos procesin ne klasat e prioritet BELOW NORMAL"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Vendos procesin ne klasat e prioritet LOW" ID_PROCESS_PAGE_SETPRIORITY_LOW "Vendos procesin ne klasat e prioritet LOW"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -381,6 +381,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Ändrar processens prioritet till normal" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Ändrar processens prioritet till normal"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Ändrar processens prioritet till under normal" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Ändrar processens prioritet till under normal"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Ändrar processens prioritet till låg" ID_PROCESS_PAGE_SETPRIORITY_LOW "Ändrar processens prioritet till låg"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "İşlemi NORMAL öncelik sınıfına getirir." ID_PROCESS_PAGE_SETPRIORITY_NORMAL "İşlemi NORMAL öncelik sınıfına getirir."
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "İşlemi NORMAL ALTI öncelik sınıfına getirir." ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "İşlemi NORMAL ALTI öncelik sınıfına getirir."
ID_PROCESS_PAGE_SETPRIORITY_LOW "İşlemi DÜŞÜK öncelik sınıfına getirir." ID_PROCESS_PAGE_SETPRIORITY_LOW "İşlemi DÜŞÜK öncelik sınıfına getirir."
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -379,6 +379,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Установлює клас пріоритету ""Середній"" для процесу" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "Установлює клас пріоритету ""Середній"" для процесу"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Установлює клас пріоритету ""Нижче середнього"" для процесу" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "Установлює клас пріоритету ""Нижче середнього"" для процесу"
ID_PROCESS_PAGE_SETPRIORITY_LOW "Установлює клас пріоритету ""Низький"" для процесу" ID_PROCESS_PAGE_SETPRIORITY_LOW "Установлює клас пріоритету ""Низький"" для процесу"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -386,6 +386,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "将进程设置为正常优先级" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "将进程设置为正常优先级"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "将进程设置为低于正常优先级" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "将进程设置为低于正常优先级"
ID_PROCESS_PAGE_SETPRIORITY_LOW "将进程设置为低优先级" ID_PROCESS_PAGE_SETPRIORITY_LOW "将进程设置为低优先级"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -387,6 +387,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "設定處理程序優先順序為標準" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "設定處理程序優先順序為標準"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "設定處理程序優先順序為低於標準" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "設定處理程序優先順序為低於標準"
ID_PROCESS_PAGE_SETPRIORITY_LOW "設定處理程序優先順序為低" ID_PROCESS_PAGE_SETPRIORITY_LOW "設定處理程序優先順序為低"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE

View file

@ -387,6 +387,8 @@ BEGIN
ID_PROCESS_PAGE_SETPRIORITY_NORMAL "設定處理程序優先順序為中等" ID_PROCESS_PAGE_SETPRIORITY_NORMAL "設定處理程序優先順序為中等"
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "設定處理程序優先順序為中等以下" ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL "設定處理程序優先順序為中等以下"
ID_PROCESS_PAGE_SETPRIORITY_LOW "設定處理程序優先順序為低" ID_PROCESS_PAGE_SETPRIORITY_LOW "設定處理程序優先順序為低"
ID_PROCESS_PAGE_PROPERTIES "Shows process file properties"
ID_PROCESS_PAGE_OPENFILELOCATION "Opens process file location"
END END
STRINGTABLE STRINGTABLE