program ignore some translation strings

2008-11-16 Thread kessel
hi all, 

at the moment i am translating epiphany into amharic. the responsible group 
seems to be died out - so i am writing to this list. 

i have a problem with my mo-files. Some strings of the translations seems to 
be ignored by the program. for example this string of the po-file: 


#: src/ephy-window.c:100
msgid "_Open..."
msgstr "ክፈት... (_O)" 

When i copy the poedit-generated mo-file to  
/usr/share/locale-langpack/am/LC_MESSAGES/epiphany.mo then this translated 
string doesn't appear in the file-menu (LANG=am_ET.UTF-8 epiphany). 

Do you have any idea how to fix it or a link to a appropriate manual? 


Thanks,
Klaus
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: program ignore some translation strings

2008-11-24 Thread kessel
hi all, 

i was asking one week ago about a problem with my translation files: 


at the moment i am translating epiphany into amharic. the responsible >group 
seems to be died out - so i am writing to this list.
i have a problem with my mo-files. Some strings of the translations seems
to be ignored by the program. for example this string of the po-file:
#: src/ephy-window.c:100
msgid "_Open..."
msgstr "ክፈት... (_O)"
When i copy the poedit-generated mo-file to
/usr/share/locale-langpack/am/LC_MESSAGES/epiphany.mo then
this translated string doesn't appear in the file-menu (LANG=am_ET.UTF-8
epiphany).
Do you have any idea how to fix it or a link to a appropriate manual?


I received the proposal to add the ignored strigs to the gtk20.mo file.
I tried the following: 

i added this string to the following files, without any change of the 
symtoms: glib20.mo, gtk20.mo, gtk20-properties.mo, libbonobo-2.0.mo and of 
course to epiphany.mo 


after this, i was copying these files to
/usr/share/locale-langpack/am/LC_MESSAGES and to
/usr/share/locale/am/LC_MESSAGES/ 

nothing happens - there are still many strings in english. the translation 
of "_Open..." is still displayed in english.

i realy don't understand why.
i was checking all mo-files the program is using at runtime, i think the 
problem are not the files but perhaps a strange config of gnome? do you have 
any further ideas? 



[EMAIL PROTECTED]:~$ cat /proc/7069/maps | grep locale
b5303000-b5314000 r--p  08:01 3745613   
/usr/share/locale-langpack/am/LC_MESSAGES/epiphany.mo
b6a4c000-b6a4d000 r--p  08:01 3745630   
/usr/share/locale-langpack/am/LC_MESSAGES/glib20.mo
b6a4d000-b6a4e000 r--p  08:01 131099
/usr/share/locale/am/LC_MESSAGES/glib20.mo
b6a4e000-b6a5f000 r--p  08:01 131084
/usr/share/locale/am/LC_MESSAGES/epiphany.mo
b6a5f000-b6a6 r--p  08:01 3745573   
/usr/share/locale-langpack/am/LC_MESSAGES/libbonobo-2.0.mo
b6a6-b6a61000 r--p  08:01 131134
/usr/share/locale/am/LC_MESSAGES/libbonobo-2.0.mo
b6a61000-b6a63000 r--p  08:01 3745600   
/usr/share/locale-langpack/am/LC_MESSAGES/gtk20-properties.mo
b6a63000-b6a65000 r--p  08:01 131129
/usr/share/locale/am/LC_MESSAGES/gtk20-properties.mo
b6a6c000-b6a6e000 r--p  08:01 131128
/usr/share/locale/am/LC_MESSAGES/gtk20.mo
b6a6e000-b6aaf000 r--p  08:01 3932344   
/usr/lib/locale/am_ET/LC_CTYPE
b6aaf000-b6b95000 r--p  08:01 3932346   
/usr/lib/locale/am_ET/LC_COLLATE
b7fa4000-b7fa6000 r--p  08:01 3745607   
/usr/share/locale-langpack/am/LC_MESSAGES/gtk20.mo
b7fae000-b7faf000 r--p  08:01 3269896   
/usr/lib/locale/am_ET/LC_NUMERIC
b7faf000-b7fb r--p  08:01 3932345   
/usr/lib/locale/am_ET/LC_TIME
b7fb-b7fb1000 r--p  08:01 3932347   
/usr/lib/locale/am_ET/LC_MONETARY
b7fb1000-b7fb2000 r--p  08:01 3276888   
/usr/lib/locale/am_ET/LC_MESSAGES/SYS_LC_MESSAGES
b7fb2000-b7fb3000 r--p  08:01 3269897   
/usr/lib/locale/am_ET/LC_PAPER
b7fb3000-b7fb4000 r--p  08:01 3932349   
/usr/lib/locale/am_ET/LC_NAME
b7fb4000-b7fb5000 r--p  08:01 3932350   
/usr/lib/locale/am_ET/LC_ADDRESS
b7fb5000-b7fb6000 r--p  08:01 3932351   
/usr/lib/locale/am_ET/LC_TELEPHONE
b7fb6000-b7fb7000 r--p  08:01 3269893   
/usr/lib/locale/am_ET/LC_MEASUREMENT
b7fb7000-b7fb8000 r--p  08:01 3932352   
/usr/lib/locale/am_ET/LC_IDENTIFICATION

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: program ignore some translation strings

2008-11-25 Thread kessel
Claude Paroz writes: 


Le lundi 24 novembre 2008 à 10:41 +0100, [EMAIL PROTECTED] a
écrit :
hi all,  

i was asking one week ago about a problem with my translation files:  


>at the moment i am translating epiphany into amharic. the responsible >group 
seems to be died out - so i am writing to this list.
>i have a problem with my mo-files. Some strings of the translations seems
>to be ignored by the program. for example this string of the po-file:
>#: src/ephy-window.c:100
>msgid "_Open..."
>msgstr "ክፈት... (_O)"
>When i copy the poedit-generated mo-file to
>/usr/share/locale-langpack/am/LC_MESSAGES/epiphany.mo then
>this translated string doesn't appear in the file-menu (LANG=am_ET.UTF-8
>epiphany).
>Do you have any idea how to fix it or a link to a appropriate manual? 


I received the proposal to add the ignored strigs to the gtk20.mo file.
I tried the following:  

i added this string to the following files, without any change of the 
symtoms: glib20.mo, gtk20.mo, gtk20-properties.mo, libbonobo-2.0.mo and of 
course to epiphany.mo 


Did you try libgnomeui-2.0.mo?
Not yet. But i have tested it now. I added this string to libgnomeui-2.0.mo 
and to libgmome-2.0.mo! The "Open..."-command is still displayed in english. 

Hmm, I thought gnome-translation is easier :( 


Klaus
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: program ignore some translation strings

2008-11-25 Thread kessel



Not libgmome-2.0.mo, libgnomeui-2.0.mo, notice the difference. And the
string is "_Open...", the underscore is important.


Sorry, was my fault. I added the string with the underscore. I also added 
the string to libgnome-2.0.mo because there was still a correct translation 
in the amharic libgnomeui-2.0.mo. But nothing changed. Is it possible, that 
the problem is in the sourcecode of epiphany? 


Klaus
___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n