-
Notifications
You must be signed in to change notification settings - Fork 39
/
tab.phtml
39 lines (36 loc) · 2.42 KB
/
tab.phtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
/*
* Copyright (c) 2010 Jan Smitka <[email protected]>
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
*/
namespace NetteTranslator;
/**
* Panel for Nette DebugBar, which enables you to translate strings
* directly from your browser.
*
* @author Jan Smitka <[email protected]>
* @author Patrik Votoček <[email protected]>
*/
?>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnhJREFUeNqUkktoU0EUhv+5M7kxQVOk1U27UbBEqPQFATcuFDcudCWCG0EQXdlVxV1R12qzkyIUJNZVfFQr4kKkIIKPUEGMJWJLbamt5t08bm7ujGfuoyqi4CHn3tw5c77zn5nD0pf2PzBl/eh8aOD29ejVWe7Uz0oph6QC6AeDXHBmmYKNc8YugsEzCjL6z9JjCTU02Iv+TxM4uEsh0cMx3B1GfAcQEUDTAV4uSYzeW0ZnlLOKJQcJ3kuAM4LjkFBKQck2pNPCzWMdeLQAzFeB12VQAvC9AZzebaBpK9RaUsW7BKIhA6MHtuP41FcIT47WKzG3Dkxkge5twE5yxYFVAiwQ0HYkZk71IBJiaFNjjDLbJMUFML/XggUQ3HVBi9z3cssrkrE4tQPk8sCFvp95rukDKdBGIzikAEyPkuWBPlYAk95hyipbXmwToD/y/kY3YHjOyUs2vf1qQVyr3VTA3EWGIi0KaioUop7p0NaKLfe6qo4GMXcfgnZ9tSIQa1C5x1kLolFGrtJw8cqfhejWqJ4FvxDBSE5pE6B7VDGEmY2NhcVpO/f8yWpq5FXQWnx86U272YRpCpj65E1SZzmYzlWhqqt3hSJBYe5gspjA4SufRygnH0+uVBmkC6jMzZyP9R+5RlrEjfQS9NzIjW9P6+8eptbvX54lAINDQmoshmdjexZPdr2HrSoQyoaGrEyeu7UCvPAvJbAC+dre5Je68MbagM1MbBgcU/l9ONH5ARHUEFYNxJPLZQaVwV/MvXam74sgbWhIB1L5AdzJ96HFtkD9VvhPEzo5m8m4EMX0mIagCCukDUfPq/o3QEeHf/l+i/+0HwIMAH5w+NCLkY8+AAAAAElFTkSuQmCC" id="TranslationPanel-icon">translations
<script type="text/javascript">translationPanel.init();</script>