msgid "Delete"
msgstr "Delete"
-msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
-msgstr "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgstr "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
msgid "Workspace"
msgstr "Workspace"
msgid "Options"
msgstr "オプション"
-msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
-msgstr "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgstr "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
msgid "Password must be longer than 4 chars."
msgstr "Password must be longer than 4 chars."
msgid "Delete"
msgstr "Usuń"
-msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
msgstr "Listing dla wybranego zadania nie jest jeszcze dostępny lub nie masz włączonego logowania statusów zadań do bazy katalogowej.\n\nW celu oglądania listingów ze statusami zadań potrzeba włączyć w zasobie Messages następującą dyrektywę:\n\nCatalog = all, !debug, !skipped, !saved"
msgid "Workspace"
msgid "Delete"
msgstr "Excluir"
-msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
+msgid "Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved"
msgstr ""
"A saída para o job selecionado ainda não está disponível ou você não possuí ativado o registros de jobs no catálogo.\n"
"\n"
public function refreshJobLog($sender, $param) {
$log = $this->getModule('api')->get(array('joblog', $this->getJobId()));
if (!is_array($log->output) || count($log->output) == 0) {
- $msg = Prado::localize("Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nFor watching job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved");
+ $msg = Prado::localize("Output for selected job is not available yet or you do not have enabled logging job logs to the catalog database.\n\nTo watch job log you need to add to the job Messages resource the following directive:\n\nCatalog = all, !debug, !skipped, !saved");
$joblog = array($msg);
} else {