The Joomla! Forum ™



Forum rules


Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.



Post new topic Reply to topic  [ 11 posts ] 
Author Message
PostPosted: Mon Mar 19, 2012 2:03 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 19, 2012 3:54 am
Posts: 12
Hi i set-up the "Feedback module" from http://extensions.joomla.org/extensions ... JhY2tzIjt9

It has the language modules
mod_feedback\languages\ru-RU\ru-RU.mod_feedback.ini

The problem is, then i switch to Russian in my site, some Unreadable text is appeared on top of Feedback Module.

Please advice, how we can fix the Cyrillic issue in this case ?

http://i42.tinypic.com/14dlnjd.jpg
Image

Site: www.jobool.com


Top
 Profile  
 
PostPosted: Tue Mar 20, 2012 3:16 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Dec 06, 2008 7:07 pm
Posts: 281
Did you save your ini file as UTF-8.

_________________
http://www.ratmilwebsolutions.com


Top
 Profile  
 
PostPosted: Thu Mar 22, 2012 7:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 19, 2012 3:54 am
Posts: 12
Ratmil wrote:
Did you save your ini file as UTF-8.


It was already in the packedge. Is any way i can fix it ?


Top
 Profile  
 
PostPosted: Thu Mar 22, 2012 7:11 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 19, 2012 3:54 am
Posts: 12
File content:

------------------------------------------------------
# @component language pack feedback
# @copyright Copyright © 2010 Mertonium. All rights reserved.
# @GNU/GPL
# @version 1.2
## MENUS
COM_FEEDBACK=Feedback
## PARAMETERS
SENDFEEDBACKEMAILTOLABEL=Отправить сообщение на адрес электропочты
SENDFEEDBACKEMAILTODESC=Кому мы должны отправить письмо с ответом? (Разделите многократные адреса запятыми)
ANTISPANMINTIMELABEL=Антиспам минимальное время
ANTISPANMINTIMEDESC=Число секунд, которое должно пройти между загрузкой страницы и отправкой сообщения из формы обратной связи. Спамботы заполняют формы быстро, таким образом, несколько секонд должны помочь избежать таких случаев.
## COMPONENT
FEEDBACK MANAGER=Менеджер сообщений
SUBMITTED TIMESTAMP=Время отправки сообщения
SUBMITTED NAME EMAIL=Имя отправителя [Электропочта]
URL=URL адрес
BROWSER VERSION=Браузер
OPERATING SYSTEM=Операционная система
SCREEN RESOLUTION=Разрешение экрана
FEEDBACK ENTRY=Запись сообщения
FEEDBACK DETAILS=Детали сообщения
SUBMITTED LABEL=Отправлено:
NAME LABEL=Имя:
EMAIL LABEL=Электропочта:
URL LABEL=URL адрес:
FEEDBACK LABEL=Сообщение:
BROWSER VERSION LABEL=Версия браузера:
OPERATING SYSTEM LABEL=Операционная система:
SCREEN RESOLUTION LABEL=Разрешение экрана:
SCRIPT NAME LABEL=Имя скрипта:
REFERER LABEL=Реферал:
TIME TO FILL OUT FORM LABEL=Секунд на заполнение формы:
USER IP ADDRESS LABEL=IP адрес пользователя:
USER AGENT LABEL=Агент пользователя:
SAVED SUCCESSFULLY=Успешно сохранено.
ERROR SAVING=Ошибка сохранения.
ERROR ONE OR MORE RECORD COULD NOT BE DELETED=Ошибка: Одна или более записей не может быть удалено.
RECORDS DELETED=Записей удалено.
OPERATION CANCELLED=Операция отменена.


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 2:22 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Dec 06, 2008 7:07 pm
Posts: 281
Try saving as UTF-8 without BOM.

_________________
http://www.ratmilwebsolutions.com


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 2:36 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Mon Aug 29, 2005 10:17 am
Posts: 11989
Location: Netherlands/ UK/ S'pore/Jakarta/ North America
That is not "try"
Any translations need to be saved as such: UTF-8 without BOM otherwise it won't work

Notepad +/+ supports this for instance http://notepad-plus-plus.org/

Leo 8)

_________________
--- Joomla Professional Support Services :: http://gws-desk.com ---
--- Joomla Professional and Specialized Hosting :: http://gws-host.com ---
--- Ready to Roll Joomla! Web Sites : 1 - 7 days only! :: @ gws-market.com ---


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 2:59 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Dec 06, 2008 7:07 pm
Posts: 281
Also replace the empty spaces in left part of every entry with another caracter like "_"

_________________
http://www.ratmilwebsolutions.com


Top
 Profile  
 
PostPosted: Sat Mar 24, 2012 9:44 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Dec 06, 2008 7:07 pm
Posts: 281
One more thing, if you are using Joomla 1.6 or greater use this format:
TEXT="Translation"

Use quotes.

_________________
http://www.ratmilwebsolutions.com


Top
 Profile  
 
PostPosted: Mon Mar 26, 2012 2:44 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 19, 2012 3:54 am
Posts: 12
Ratmil wrote:
Also replace the empty spaces in left part of every entry with another caracter like "_"


Could you show some example, please.

I use Joomla 1.5


Top
 Profile  
 
PostPosted: Mon Mar 26, 2012 2:47 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 19, 2012 3:54 am
Posts: 12
leolam wrote:
That is not "try"
Any translations need to be saved as such: UTF-8 without BOM otherwise it won't work
Notepad +/+ supports this for instance http://notepad-plus-plus.org/

Leo 8)


I installed Notepad++ and decode file to UTF-8 without BOM. Still doesn`t work :-(


Top
 Profile  
 
PostPosted: Mon Mar 26, 2012 5:02 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sat Dec 06, 2008 7:07 pm
Posts: 281
What I am saying is not write entries like:
FEEDBACK MANAGER=Менеджер сообщений
But
FEEDBACK_MANAGER="Менеджер сообщений"

_________________
http://www.ratmilwebsolutions.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 



Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group