Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 7 post(s). Click here to show all
Posted by: Dandello
Posted on: Oct 21st, 2017 at 11:22am
pyragony54 wrote on Oct 21st, 2017 at 7:10am:
Code (Perl)
Select All
'refr' => q~Remember to refresh main page after closing this window.~, 



As far as everything is perfect, only this line is not displayed in German, but is translated.


  Embarrassed my bad. I forgot to have that section use the language file.
Posted by: pyragony54
Posted on: Oct 21st, 2017 at 7:10am
Code (Perl)
Select All
'refr' => q~Remember to refresh main page after closing this window.~, 



As far as everything is perfect, only this line is not displayed in German, but is translated.
Posted by: Dandello
Posted on: Oct 18th, 2017 at 10:40pm
Remember I kept asking if the link from the Admin Center was correct?
It wasn't.  Cry

In Admin.lng
Code
Select All
'conv2' => qq~<strong><a href="$boardurl/Setup.pl?set=1">Gehen Sie zu Setup/Convert</a></strong>~, 



should be
Code
Select All
'conv2' => qq~<strong><a href="$boardurl/Setup.pl?lang=German_Formal">Gehen Sie zu Setup/Convert</a></strong>~, 



The 'lang' query needs to match the language folder name.

Also the contents of the 'folder_name.txt' file should contain the 'user friendly name' for the language pack - like 'Deutsch' or 'Deutsch formal'.
Posted by: Dandello
Posted on: Oct 18th, 2017 at 5:45pm
And I will test it later today.  Smiley
Posted by: pyragony54
Posted on: Oct 18th, 2017 at 4:37pm
Dandello wrote on Oct 18th, 2017 at 4:06pm:
I don't have a German copy of Setup.lng f



But, you have. Have today German formally uploaded.
Posted by: Dandello
Posted on: Oct 18th, 2017 at 4:06pm
Okay - this is weird  Huh

I'm assuming that the link in the Admin Center that brings up the first picture has '?lang=German' in the actual link.

In German/Setup.lng, are  'hasrun', 'hasrun2', 'hasrun3', 'imp1', 'imp2', and 'goto' in German? (I don't have a German copy of Setup.lng for testing and at this point I'm trying not to assume anything.)

In the source code for the final screen of Converter2x (before you click either the UTF-8 button or the UTF-8 menu link) are the strings 
Code (HTML)
Select All
/ConvertLang.pl?lang=German" 

AND
Code (HTML)
Select All
<input type="hidden" name="getlang" value="German" /> 

present? The first one is in the menu link section.

I'm trying to figure out why (apparently) ConvertLang isn't getting the preferred user language info passed to it.
Posted by: pyragony54
Posted on: Oct 18th, 2017 at 3:01pm
Okay, I have the last build in the SVN downloaded and installed. German language file upload. The setup was completely in German. No problem. Only during the conversion is it only once in English, (see Screener), but then in German further.





The intro in Screener 2 is and remains English.



Until Convert_lang the rest is in German.

The UTF8 conversion is only in English. Screener, I can save myself here.