File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
resources/themes/pterodactyl Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8282 <label for =" root_admin" class =" control-label" >Administrator</label >
8383 <div >
8484 <select name =" root_admin" class =" form-control" >
85- <option value =" 0" >{{ trans (' strings.no' ) } } </option >
86- <option value =" 1" >{{ trans (' strings.yes' ) } } </option >
85+ <option value =" 0" >@lang (' strings.no' )</option >
86+ <option value =" 1" >@lang (' strings.yes' )</option >
8787 </select >
8888 <p class =" text-muted" ><small >Setting this to 'Yes' gives a user full administrative access.</small ></p >
8989 </div >
Original file line number Diff line number Diff line change 9999 <label for =" root_admin" class =" control-label" >Administrator</label >
100100 <div >
101101 <select name =" root_admin" class =" form-control" >
102- <option value =" 0" >{{ trans (' strings.no' ) } } </option >
103- <option value =" 1" {{ $user -> root_admin ? ' selected="selected"' : ' ' } } >{{ trans (' strings.yes' ) } } </option >
102+ <option value =" 0" >@lang (' strings.no' )</option >
103+ <option value =" 1" {{ $user -> root_admin ? ' selected="selected"' : ' ' } } >@lang (' strings.yes' )</option >
104104 </select >
105105 <p class =" text-muted" ><small >Setting this to 'Yes' gives a user full administrative access.</small ></p >
106106 </div >
Original file line number Diff line number Diff line change 7575 </a >
7676 </li >
7777 {{-- <li>--}}
78- {{-- <a href="#" data-action="control-sidebar" data-toggle="tooltip" data-placement="bottom" title="{{ @trans ('strings.servers') }} "><i class="fa fa-server"></i></a>--}}
78+ {{-- <a href="#" data-action="control-sidebar" data-toggle="tooltip" data-placement="bottom" title="@lang ('strings.servers')"><i class="fa fa-server"></i></a>--}}
7979 {{-- </li>--}}
8080 @if (Auth:: user ()-> root_admin )
8181 <li >
82- <li ><a href =" {{ route (' admin.index' ) } }" data-toggle =" tooltip" data-placement =" bottom" title =" {{ @trans (' strings.admin_cp' ) } } " ><i class =" fa fa-gears" ></i ></a ></li >
82+ <li ><a href =" {{ route (' admin.index' ) } }" data-toggle =" tooltip" data-placement =" bottom" title =" @lang (' strings.admin_cp' )" ><i class =" fa fa-gears" ></i ></a ></li >
8383 </li >
8484 @endif
8585 <li >
86- <li ><a href =" {{ route (' auth.logout' ) } }" id =" logoutButton" data-toggle =" tooltip" data-placement =" bottom" title =" {{ @trans (' strings.logout' ) } } " ><i class =" fa fa-sign-out" ></i ></a ></li >
86+ <li ><a href =" {{ route (' auth.logout' ) } }" id =" logoutButton" data-toggle =" tooltip" data-placement =" bottom" title =" @lang (' strings.logout' )" ><i class =" fa fa-sign-out" ></i ></a ></li >
8787 </li >
8888 </ul >
8989 </div >
Original file line number Diff line number Diff line change 4040 <div class =" box-header with-border" >
4141 <h3 class =" box-title" >{{ $file } } </h3 >
4242 <div class =" pull-right box-tools" >
43- <a href =" /server/{{ $server -> uuidShort } } /files#{{ rawurlencode ($directory ) } }" class =" pull-right" ><button class =" btn btn-default btn-sm" >{{ trans (' server.files.edit.return' ) } } </button ></a >
43+ <a href =" /server/{{ $server -> uuidShort } } /files#{{ rawurlencode ($directory ) } }" class =" pull-right" ><button class =" btn btn-default btn-sm" >@lang (' server.files.edit.return' )</button ></a >
4444 </div >
4545 </div >
4646 <input type =" hidden" name =" file" value =" {{ $file } }" />
4949 <div class =" box-body" style =" height :500px ;" id =" editor" ></div >
5050 <div class =" box-footer with-border" >
5151 <button class =" btn btn-sm btn-primary" id =" save_file" ><i class =" fa fa-fw fa-save" ></i >   ; @lang (' server.files.edit.save' )</button >
52- <a href =" /server/{{ $server -> uuidShort } } /files#{{ rawurlencode ($directory ) } }" class =" pull-right" ><button class =" btn btn-default btn-sm" >{{ trans (' server.files.edit.return' ) } } </button ></a >
52+ <a href =" /server/{{ $server -> uuidShort } } /files#{{ rawurlencode ($directory ) } }" class =" pull-right" ><button class =" btn btn-default btn-sm" >@lang (' server.files.edit.return' )</button ></a >
5353 </div >
5454 </div >
5555 </div >
You can’t perform that action at this time.
0 commit comments