headTitle()->set($this->t("Change") . ' ' . $change->getId())->setTranslatorEnabled(false); ?>

te("Change")?> escapeHtml($change->getId()) ?>

avatar($change->getUser(), 256) ?>
te("View Review")?> class="privileged btn btn-small btn-primary pull-right "> te("Request Review")?>
getDescription()) { echo $this->preformat($change->getDescription()); } else { echo "" . $this->te("No description") . ""; } ?>
"> te("edited")?> "> te("added")?> "> te("deleted")?>
decodeFilespec(substr($file['depotFile'], strlen($basePath) + 1)); $md5 = md5($file['depotFile']); $rev = $change->isPending() ? '@=' . $change->getId() : $file['rev']; $url = $this->url('file', array('path' => ltrim($file['depotFile'], '/'))) . '?' . http_build_query(array('v' => $rev)); // determine simple action class of add/edit/delete. $actionClass = $file['isAdd'] ? 'add' : 'edit'; $actionClass = $file['isDelete'] ? 'delete' : $actionClass; $actionTitle = $this->t(ucfirst($file['action'])) . " (" . $this->t($file['type']) . ")"; ?>
te("Snip")?> (> te("files")?>)
te('Cannot list files (un-promoted shelf on a remote edge server).') ?>
te('No files.') ?>
te("Tip: Use %sn%s and %sp%s to cycle through the changes."), "", "", "", "" ); ?>