Changeset 1717
- Timestamp:
- 08/30/08 13:31:37 (3 months ago)
- Location:
- branches/3.4/templates
- Files:
-
- 4 modified
-
show_adds_catalog.inc.php (modified) (1 diff)
-
show_add_catalog.inc.php (modified) (1 diff)
-
show_clean_catalog.inc.php (modified) (2 diffs)
-
show_verify_catalog.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/templates/show_adds_catalog.inc.php
r1639 r1717 21 21 22 22 show_box_top(); 23 echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n"; 23 printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> "); 24 echo "<br />\n"; 24 25 echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n"; 25 26 echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />"; -
branches/3.4/templates/show_add_catalog.inc.php
r1281 r1717 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6 -
branches/3.4/templates/show_clean_catalog.inc.php
r1634 r1717 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6 … … 21 21 22 22 show_box_top(); 23 //echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n";24 echo " \n" . printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> ") . "...<br />\n";23 printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> "); 24 echo "...<br />\n"; 25 25 echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />"; 26 26 echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />"; -
branches/3.4/templates/show_verify_catalog.inc.php
r1634 r1717 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6
