refactoring i18n

This commit is contained in:
Serghey Rodin 2013-04-25 21:15:37 +03:00
commit 032b85bcad
23 changed files with 133 additions and 69 deletions

View file

@ -75,7 +75,7 @@
<?php print _('delete');?>
<input type="hidden" name="delete_url" value="/delete/ip/?ip=<?php echo "$key" ?>" />
<div id="delete_dialog_<?php echo $i ?>" class="confirmation-text-delete hidden" title="<?php print _('Confirmation');?>">
<p class="counter-value"><?php print _('IP_DELETE_CONFIRMATION',$key);?></p>
<p class="counter-value"><?php print _('DELETE_IP_CONFIRMATION',$key);?></p>
</div>
</span>
</a>