summaryrefslogtreecommitdiffstats
path: root/templates/show_random.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
committermomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
commitf9270baba89803586e3d4eaf0b246961b5df75ca (patch)
treec06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_random.inc.php
parentc16f287900ca5ec869b151af00759ea852f39287 (diff)
downloadampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip
Modified: More translatable templates.
Diffstat (limited to 'templates/show_random.inc.php')
-rw-r--r--templates/show_random.inc.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/show_random.inc.php b/templates/show_random.inc.php
index 92c47049..3169717d 100644
--- a/templates/show_random.inc.php
+++ b/templates/show_random.inc.php
@@ -48,13 +48,13 @@
<td>
<select name="length">
<option value="0"><?php echo _('Unlimited'); ?></option>
- <option value="15">15 <?php echo ngettext('minute','minutes',15); ?></option>
- <option value="30">30 <?php echo ngettext('minute','minutes',30); ?></option>
- <option value="60">1 <?php echo ngettext('hour','hours',1); ?></option>
- <option value="120">2 <?php echo ngettext('hour','hours',2); ?></option>
- <option value="240">4 <?php echo ngettext('hour','hours',4); ?></option>
- <option value="480">8 <?php echo ngettext('hour','hours',8); ?></option>
- <option value="960">16 <?php echo ngettext('hour','hours',16); ?></option>
+ <option value="15"><?php printf(ngettext('%s minute','%s minutes',15), "15"); ?></option>
+ <option value="30"><?php printf(ngettext('%s minute','%s minutes',30), "30"); ?></option>
+ <option value="60"><?php printf(ngettext('%s hour','%s hours',1), "1"); ?></option>
+ <option value="120"><?php printf(ngettext('%s hour','%s hours',2), "2"); ?></option>
+ <option value="240"><?php printf(ngettext('%s hour','%s hours',4), "4"); ?></option>
+ <option value="480"><?php printf(ngettext('%s hour','%s hours',8), "8"); ?></option>
+ <option value="960"><?php printf(ngettext('%s hour','%s hours',16), "16"); ?></option>
</select>
</td>
</tr>