kopna
✭kopna ✭
Перекладаючи Ваніль, зіткнувся з такою проблемою:
на сторінці "Banner", переклад опису для "Favicon" виявився однаковим.
Наприклад:
Favicon
Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels.
The shortcut icon that shows up in your browser's bookmark menu (16x16 px).
Мав наступний вигляд:
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Піктограма ярлика, яка з'явться в меню закладки вашого браузера (16х16 px).
Ось уривок з коду:
t('FaviconDescription', "Your site's favicon appears in your browser's title bar. It will be scaled to 16x16 pixels."),
та
t('FaviconDescription', "The shortcut icon that shows up in your browser's bookmark menu (16x16 px)."),
Експерементуючи, знайшов рішення, додати число, яке надає послідовність для кожного опису
'FaviconDescription1 та 'FaviconDescription2 В перекладі це має такий вигляд:
$Definition['FaviconDescription1'] = '';
$Definition['FaviconDescription2'] = '';
Reactions
-
Re: Something has gone wrong.
step 1: step 2: Don't panic, Keep calm! At first glance, not so scary :-) (View Post)1 -
Re: Something has gone wrong.
@tisufa example: 1.htdox/www/samefolder/you_forum/... not correctly, correctly this adress: htdox/www/you_forum/, done! Windows host. 2. /home/you_name/public_html/correctly, done! Linux host. 3. If … (View Post)1 -
Re: Advanced Editor
Hi @BlueK1 which file manager you use? I use File Zilla. I have a similar error when downloading files if the option "transfer-transfer type" designation ASCII. I put meaning - "auto&q… (View Post)3 -
Re: How to make my localization in Warning 0.1.4b plugin work?
Sorry, but why definitions.php ? All you have to do is attach your translation file siet_core.php or how you come up ( global.php example) // -> Warning. $Definition['Warning.AboutTo'] = 'You are … (View Post)2 -
Re: Flagging crash the site
Hi, welcome to the community! You can use any file manager (for example File Zilla ) locate the folder conf Download file conf.php !!! not config-defaults , and open it in the editor (for example Not… (View Post)1