Subversion Repositories wpShopGermany4

Rev

Rev 6227 | Rev 6234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6227 Rev 6232
Line 43... Line 43...
43
			
43
			
44
	</div>
44
	</div>
45
	
45
	
46
	<?php /* Counter, wie viel MB noch übrig sind */?>
46
	<?php /* Counter, wie viel MB noch übrig sind */?>
47
	<label class="wpsg_fileweight">
47
	<label class="wpsg_fileweight">
48
		<?php echo __('Es stehen Ihnen #1# Mb von #2# Mb für den Upload zur Verfügung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'],$this->view['wpsg_mod_orderupload']['maxweight'];?>
48
		<?php echo wpsg_translate(__('Es stehen Ihnen #1# Mb von #2# Mb für den Upload zur Verfügung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'],$this->view['wpsg_mod_orderupload']['maxweight']);?>
49
	</label>
49
	</label>
50
	
50
	
51
</div>
51
</div>
52
52