1. I found that there is no place to change the days in the language files?
And in the "History" the days are written in french.
--
2. Next issue is that if a picture is named with letters like å,ä and ö, the
the picture will not be shown.
But as soon as you readd them without å,ä,ö, the problem dissapears.
--
3. Missing text, buttons, menus when using Swedish langfile:
- Upload is missing
- Search is missing
- Waiting is missing
- Button-text in userlist is missing
- Menus inside Update database is missing
- Some text options in Configuration is missing
--
And just a suggestion:
Move Upload picture to the menu. Took a day before I found that link. :)
At first it was because of the "lang" file.
But otherwise this is the only web-php based gallery that really works
and that can make its own thumbnails.
Its VERY nice and VERY usefull.
THANK you alot.
Best Regards // z3eed
Offline
Okey.. Regarding nr: 1. and 3.
I have started to add the missing fields in the Swedish lang file.
So now its working...
But I was wondering.. in the next version there will probably be even more
rows that are missing in the old lang files?
Suggestion is that the lang files get marked with the version number?
And to make it easier for those who updates the lang files if you could place all the new
rows in the end of all the "groups" of words....
EX:
// page search
$lang['search_title'] = "Search";
$lang['invalid_search'] = "search must be done on 3 caracters or more";
$lang['search_field_search'] = "Search";
$lang['search_return_main_page'] = "Return to thumbnails page";
$lang['search_new_function'] = "This wasnt here before"; <---------- In the end not in the middle.
Just som ideas... Best Regards // z3eed
Offline
thank you for your interesting suggestions :-) In particular about marking the language file with the PhpWebGallery version.
In "admin panel > history", I didn't internationalize this page, this will be done in next version.
Move Upload picture to the menu. Took a day before I found that link.
Okay, I think I will do that, even if I didn't want to at first because links in the summary don't correspond to a particular category, while it is the case for the "upload" link...
But I was wondering.. in the next version there will probably be even more
rows that are missing in the old lang files?
Suggestion is that the lang files get marked with the version number?
And to make it easier for those who updates the lang files if you could place all the new
rows in the end of all the "groups" of words....
I show you what I do for the moment :
// start version 1.3 // $lang['title_add'] = 'Ajouter/Modifier un utilisateur'; $lang['title_add'] = 'Ajouter un utilisateur'; $lang['title_modify'] = 'Modifier un utilisateur'; // end version 1.3
(I work on the french file because it's my native language)
I don't add new vars in the end, just because the swedish.php file for version 1.2 is not used for version 1.3, I start by asking the traductors to update their language file by giving them the list of new vars in english.
Offline
Thats wonderful... both your fast reply and that you actually think I hade som good ideas.
hehe
Well now I have edited the Swedish langfile to match v1.2.
Also tagged it like this : svenska_v1.2.php
And wrote som remarks at top in the file.
If you like to you can email me and I´ll send the file to you.
I have tested it and yet not found any errors.
(that isnt fixed hehe :D )
Email me at webmaster@westers.se
Best Regards // z3eed
Offline