Russian translation and cyrillic

Hi everybody!

1) I'm from Russian Federation, and so need russian translation!

2) I have my site in russian language and use Cyrillic Fonts - http://www.fingertipsoft.com/ref/cyrillic/fontlist.html ( )
and I have 2 problems :
a) How can I add discription for pics in Russian, now it do not work
b) How can I make folders in Russian?

Thank you very much !

1) Use "Translate" function

1) Use "Translate" function in menu.
2) Save template files in UTF-8 encoding. You can use any text editor for this purpose. Even Notepad. I'm using EditPlus v.3.
3) AFAIK, phpAlbum doesn't support Unicode folder names. Use latin characters and then assign an alias for gallery (in Setup panel).

Greetings from Azerbaijan!

probably some problem with

probably some problem with my drupal installation, i just did a upgrade ...

Can any help with russian ?

Can any help with russian support of folders and filenames in phpAlbum ?
I can upload russian named files-folders and into database i can see it correct.
But in phpAlbun that unreadable (but working correct!)
I need in little
1. The names must be transcoded when Album showing it (on fly)
I can do that but only in navigation bar
How? In file main.php line 900-910

if(strlen($ss[0]["alias"])>0)
{
$dir_path[$i+1]['name']=pa_html_decode($ss[0]["alias"]);
}
else
{
$russ=iconv("CP1251//IGNORE", "UTF-8",$dirs[$i]); // converting string
$dir_path[$i+1]['name']=$russ; }
$dir_path[$i+1]['link']="main.php?cmd=album&var1=".urlencode($act_dir);
}

BUT !!! I CAN'T DO IT IN THUMBNAILS !!! ( file thmb.tpl.php )
Please help.

2. Or maybe You can make autofilling alias for albums-pictures during scanning folders?
Aliases working correctly with russian, but spending the more time.

Thanks...

I have made russian cyrillic

I have made russian cyrillic letters! But spent 3 day... :(

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.