Skip to content

Commit

Permalink
A few tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Nov 22, 2005
1 parent 60bdd8f commit b4e307f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion XML_Presentation.php
Expand Up @@ -85,7 +85,6 @@ class XML_Presentation extends XML_Parser
function XML_Presentation($handle = '')
{
$this->XML_Parser();

if (@is_resource($handle)) {
$this->setInput($handle);
} elseif ($handle != '') {
Expand Down
1 change: 1 addition & 0 deletions display.php
Expand Up @@ -1160,6 +1160,7 @@ function my_new_pdf_page(&$pdf, $x, $y, $new_page=true) {
pdf_translate($pdf,0,$y);
pdf_scale($pdf, 1, -1); // Reflect across horizontal axis
pdf_set_value($pdf,"horizscaling",-100); // Mirror

}
// }}}

Expand Down
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -201,6 +201,7 @@ function change_mode() {
*/
}
?>
<p><?php echo message('FONT_SIZES'); ?></p>
<p><?php echo message('AVAILABLE_PRESENTATIONS'); ?></p>
<table align="center" class="index">
<tr><th><?php echo message('PRES_TITLE'); ?></th>
Expand Down
1 change: 1 addition & 0 deletions locale/en/LC_MESSAGES/pres2.php
Expand Up @@ -22,6 +22,7 @@
" &lt;Space&gt; or &lt;Enter&gt; next slide\n".
" &lt;Backspace&gt; previous slide",
'NO_PDF_EXTENSION' => 'The PDF extension is not loaded, so this format is not available here.',
'FONT_SIZES' => 'You may need to play with your font sizes a bit to get these to display nicely.',
'AVAILABLE_PRESENTATIONS' => 'The available presentations are... (most recent first)',
'PRES_TITLE' => 'Title',
'PRES_DATE' => 'Date',
Expand Down
1 change: 1 addition & 0 deletions locale/es/LC_MESSAGES/pres2.php
Expand Up @@ -22,6 +22,7 @@
" &lt;Barra de espacio&gt; or &lt;Tecla de retorno&gt; diapositiva siguiente\n".
" &lt;Tecla de retroceso&gt; diapositiva previa",
'NO_PDF_EXTENSION' => 'La extensi&ooacute;n de PDF no esta cargada, de manera que este formato no esta disponible aqui.',
'FONT_SIZES' => 'You may need to play with your font sizes a bit to get these to display nicely.',
'AVAILABLE_PRESENTATIONS' => 'Las presentaciones disponibles son... (la m&aacute;s reciente primera)',
'PRES_TITLE' => 'T&iacute;tulo',
'PRES_DATE' => 'Fecha',
Expand Down

0 comments on commit b4e307f

Please sign in to comment.