Ignore:
Timestamp:
2013/01/27 16:22:09 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_153 - tpl199

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/contents/index.tpl

    r22415 r22418  
    2727 
    2828function func_regist(url) { 
    29     res = confirm('<!--{if $edit_mode eq "on"}--><!--{t string="tpl_172"}--><!--{else}--><!--{t string="tpl_173"}--><!--{/if}-->'); 
     29    res = confirm('<!--{if $edit_mode eq "on"}--><!--{t string="tpl_Do you want to edit with these contents?_01"}--><!--{else}--><!--{t string="tpl_Register and continue?_01"}--><!--{/if}-->'); 
    3030    if(res == true) { 
    3131        document.form1.mode.value = 'regist'; 
     
    4343 
    4444function func_del(news_id) { 
    45     res = confirm('<!--{t string="tpl_174"}-->'); 
     45    res = confirm('<!--{t string="tpl_Do you want to delete this new information?_01"}-->'); 
    4646    if(res == true) { 
    4747        document.form1.mode.value = "delete"; 
     
    7676 
    7777    if ( j > 1) { 
    78         alert( '<!--{t string="tpl_175"}-->' ); 
     78        alert( '<!--{t string="tpl_Enter a single move ranking._01"}-->' ); 
    7979        return false; 
    8080    } else if( ! val ) { 
    81         alert( '<!--{t string="tpl_176"}-->' ); 
     81        alert( '<!--{t string="tpl_Enter a move ranking._01"}-->' ); 
    8282        return false; 
    8383    } else if( val.length > 4){ 
    84         alert( '<!--{t string="tpl_177"}-->' ); 
     84        alert( '<!--{t string="tpl_Enter a move ranking that is 4 digits or less._01"}-->' ); 
    8585        return false; 
    8686    } else if( val.match(/[0-9]+/g) != val){ 
    87         alert( '<!--{t string="tpl_178"}-->' ); 
     87        alert( '<!--{t string="tpl_Enter a number for the move ranking._01"}-->' ); 
    8888        return false; 
    8989    } else if( val == rank ){ 
    90         alert( '<!--{t string="tpl_179"}-->' ); 
     90        alert( '<!--{t string="The number to be moved is a duplicate._01"}-->' ); 
    9191        return false; 
    9292    } else if( val == 0 ){ 
    93         alert( '<!--{t string="tpl_180"}-->' ); 
     93        alert( '<!--{t string="tpl_Enter 0 or greater for the move ranking_01"}-->' ); 
    9494        return false; 
    9595    } else if( val > max_rank ){ 
    96         alert( '<!--{t string="tpl_181"}-->' ); 
     96        alert( '<!--{t string="tpl_The order that was entered exceeds the maximum valued for the number registered._01"}-->' ); 
    9797        return false; 
    9898    } else { 
     
    307307        <!--{sectionelse}--> 
    308308        <tr class="center"> 
    309             <td colspan="6"><!--{t string="tpl_182"}--></td> 
     309            <td colspan="6"><!--{t string="tpl_Currently, there is no data._01"}--></td> 
    310310        </tr> 
    311311        <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.