Page Index Toggle Pages: [1] 2  ReplyAdd Poll Send Topic
Hot Topic (More than 10 Replies) Convert.lng (Read 3271 times)
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Convert.lng
Sep 20th, 2017 at 5:16pm
Mark & QuoteQuote  
in lines 143 and 201

Code
Select All
                - Member Groups<br /> 



Please modify in

Code
Select All
                - Recount Board Totals<br /> 

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #1 - Sep 20th, 2017 at 5:40pm
Mark & QuoteQuote  
I'm assuming you mean it needs to rewritten since Member Groups isn't a maintenance item?

In %conv2x_txt:
Code (Perl)
Select All
'finish' => q~<br />Furthermore, we strongly recommend to run the following "Maintenance Controls" in the "Admin Center" before you start doing other things:<br />
 - Rebuild Message Index<br />
 - Recount Board Totals<br />
 - Rebuild Members List<br />
 - Recount Membership<br />
 - Rebuild Members History<br />
 - Rebuild Notifications Files<br />
 - Clean Users Online Log<br />
 - Attachment Functions => Rebuild Attachments<br />
 Also double check Member Groups, and, if you have lists of blocked IPs from your old forum, go to "The Guardian" and copy those lists into their equivalent text boxes.~,
  



in %convlang_txt:
Code (Perl)
Select All
'finish' => qq~<p>We recommend you delete the file "$ENV{'SCRIPT_NAME'}". This is to prevent someone else running the converter and damaging your files. However, if you had 2 language encodings in your old forum: before deleting the Language Conversion files, check your new '$boardsdir/forum.control' file to make sure the board descriptions were correctly converted to UTF-8. If not, you can correct the error in Admin -&gt; Forum Controls -&gt; Boards -&gt; board to be edited OR you can hand edit '$boardsdir/forum.control' in a text editor such as Notepad++ by copying the description from your old forum's '$boardsdir/forum.control' into your new forum.control. Be sure to save your edited file with UTF-8 encoding.<br />
                 <br />
                 Further more, we strongly recommend to run the following "Maintenance Controls" in the "Admin Center" before you start doing other things:<br />
                 - Rebuild Message Index<br />
                 - Rebuild Members List<br />
                 - Recount Membership<br />
                 - Rebuild Members History<br />
                 - Rebuild Notifications Files<br />
                 - Clean Users Online Log<br />
                 - Attachment Functions => Rebuild Attachments<br /><br />
 Also double check Member Groups, and, if you have lists of blocked IPs from your old forum, go to "The Guardian" and copy those lists into their equivalent text boxes.<br />
                 <br />
                 <br />
                 You may now login to your forum. Enjoy using YaBB 2.7.00!</p>~,
  

« Last Edit: Sep 20th, 2017 at 10:12pm by Dandello »  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #2 - Sep 20th, 2017 at 6:20pm
Mark & QuoteQuote  
Dandello wrote on Sep 20th, 2017 at 5:40pm:
I'm assuming you mean it needs to rewritten since Member Groups isn't a maintenance item?


correct

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #3 - Oct 6th, 2017 at 6:42am
Mark & QuoteQuote  
In Convert.lng the intro is missing for 2x.
The intro is still displayed in English. After that, it continues to be German.

The language conversion is completely in English, although translated into German. Attention, some is not yet translated, since I must see the sentence constructions live. I attach the Convert.lng, can be that I have somewhere a mistake.
  

convert.zip ( 8 KB | 132 Downloads )

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #4 - Oct 6th, 2017 at 8:02pm
Mark & QuoteQuote  
Smiley There was a typo in Convert2x: find
Code (Perl)
Select All
"$boardurl/ConvertLang.$yyext/$getlang" 

and make it
Code (Perl)
Select All
"$boardurl/ConvertLang.$yyext$getlang" 



The 'button' was working to transfer the language info, the link wasn't.

  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #5 - Oct 7th, 2017 at 5:42am
Mark & QuoteQuote  
I can not find, but find this:

Code (Perl)
Select All
qq~$tabsep<span class="selected"><a href="$boardurl/ConvertLang.$yyext?$getlang" style="color: #f33; padding:0" class="selected">$tabfill UTF-8 Converter $tabfill</a></span>$tabsep&nbsp;~;
  



and this:

Code (Perl)
Select All
                <form action="$boardurl/ConvertLang.$yyext" method="post" style="display: inline;"> 

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #6 - Oct 7th, 2017 at 1:58pm
Mark & QuoteQuote  
The one with
Code
Select All
$yyext?$getlang" 

should be
Code
Select All
$yyext$getlang" 

  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #7 - Oct 8th, 2017 at 8:15am
Mark & QuoteQuote  
unfortunately no success
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #8 - Oct 8th, 2017 at 1:45pm
Mark & QuoteQuote  
I'll run though a complete 2x later today in German. Using the latest build (There will be a new one later today but it will mostly be additional error checks in the main files.)
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #9 - Oct 9th, 2017 at 4:04am
Mark & QuoteQuote  
I did a complete run through Using German from Setup to Language conversion.
See the screen shots in the zip.
  

setup_german_pics.zip ( 1237 KB | 126 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #10 - Oct 9th, 2017 at 6:41am
Mark & QuoteQuote  
Here are the first German-Files (Formal). Convert.lng is translated to 99.9%.
I have to see the contexts in the sentence set-up during the conversion to make it correct (sayings and so). Unfortunately, this does not work as described above.

Dandello wrote on Oct 9th, 2017 at 4:04am:
I did a complete run through Using German from Setup to Language conversion.
See the screen shots in the zip.
                     


I looked at the pictures, not everything correct. Partially everything is not displayed in German. Try my German files, then we will find the error. Of course the Google translation is horrible.
  

german_formal.zip ( 153 KB | 139 Downloads )

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #11 - Oct 9th, 2017 at 2:00pm
Mark & QuoteQuote  
I don't have proper German copy of Setup.lng.  (pics 01.png - 08.png). So yeah, it's using Google translate so I can see that the script didn't call the English language file.

Pictures c01.png to cl11.png are using the lastest copy of Convert.lng that you posted.

One error I could see even though I don't read German.
Line 97:
Code
Select All
'4mess' => qq~Um einen Timeout des Servers aufgrund der Anzahl der zu importierenden Messages zu verhindern, wird der Prozess in einen oder mehrere Schritte aufgeteilt.<br /><br />Der Zeitschritt (\$max_process_time) ist gesetzt auf <i>{max_process_time} Sekunden</i>.<br />Der letzte Schritt dauerte <i> {starttme} Sekunden</i>.<br />Die Konvertierung hat <i>{took} Minuten gedauert</i>.<br /><br /><i>$INFO{'total_threads'}</i> Messages wurden importiert.<br /><i>$INFO{'total_mess'}</i> Messages wurden importiert.<br />Es gibt <b>~ . ( $INFO{'totboard'} - $INFO{'count'} ) . qq~/$INFO{'totboard'}</b> &uuml;brige Boards, die mit Messages importiert werden.<br /><div style="float: left;">Es gibt <b>~ . ( $INFO{'totmess'} - $INFO{'tcount'} ) . qq~/$INFO{'totmess'}</b> &uuml;brige Threads zum Importieren. &nbsp; </div>~, 



should be something like:
Code
Select All
'4mess' => qq~Um einen Timeout des Servers aufgrund der Anzahl der zu importierenden Messages zu verhindern, wird der Prozess in einen oder mehrere Schritte aufgeteilt.<br /><br />Der Zeitschritt (\$max_process_time) ist gesetzt auf <i>{max_process_time} Sekunden</i>.<br />Der letzte Schritt dauerte <i> {starttme} Sekunden</i>.<br />Die Konvertierung hat <i>{took} Minuten gedauert</i>.<br /><br /><i>$INFO{'total_threads'}</i> Threads wurden importiert.<br /><i>$INFO{'total_mess'}</i> Messages wurden importiert.<br />Es gibt <b>~ . ( $INFO{'totboard'} - $INFO{'count'} ) . qq~/$INFO{'totboard'}</b> &uuml;brige Boards, die mit Messages importiert werden.<br /><div style="float: left;">Es gibt <b>~ . ( $INFO{'totmess'} - $INFO{'tcount'} ) . qq~/$INFO{'totmess'}</b> &uuml;brige Threads zum Importieren. &nbsp; </div>~, 



The Menu items 'Members', 'Boards', 'Messages', 'Variables' probably need to be put into the language hashes.

The zip contains the current English Setup.lng and the bad German one I was using. (A lot of the German actually comes out of German/Admin.lng.)
  

setup_lang.zip ( 8 KB | 130 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #12 - Oct 9th, 2017 at 4:29pm
Mark & QuoteQuote  
More for Convert.lng

in both %conv1x_txt and %conv2x_txt add
Code (Perl)
Select All
'frmstart' => q~The Forum Start date was set to {forumstart} but the first member was registered {firstmember}. So we changed the Forum Start Date to {firstmember}.~,
  


In German, of course.  Wink
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Convert.lng
Reply #13 - Oct 9th, 2017 at 8:15pm
Mark & QuoteQuote  
Code (Perl)
Select All
'frmstart' => q~Das Startdatum des Forums wurde auf {forumstart} festgelegt, aber das erste Mitglied wurde {firstmember} registriert. Das Startdatum wurde deshalb auf {firstmember} abgeändert.~, 



Where can I paste this?
In the SVN it is not yet.

The error in answer 11 i corrected.

Tomorrow morning I make screeners of the installation.
 

  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Convert.lng
Reply #14 - Oct 9th, 2017 at 9:07pm
Mark & QuoteQuote  
Smiley I got interrupted at home and forgot to update the SVN.

Screen shots will be good. (That's why I did a set so you would could see what I was getting.)
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: [1] 2 
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Convert.lng

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