Welcome, Guest. Please Login or Register.
March 29, 2024, 05:23:31 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  YaBB SE 1.5.0 language file changes « previous next »
Pages: [1] 2 3 4 Reply Ignore Print
Author Topic: YaBB SE 1.5.0 language file changes  (Read 167128 times)
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
YaBB SE 1.5.0 language file changes
« on: December 25, 2002, 04:57:44 PM »
Reply with quote

For all the people that are willing to make 1.5.0 version of their language file, here's an overview of the differences in the language file, compared to version 1.4.1

structural changes
  • all HTML is replaced with an xHTML-comptible form
  • all doublequotes are, where possible, replaced by singlequotes
  • all $txt[yse???] tags have been put in right order


added tags
$txt['yse10b'] = '<b>Yesterday at</b> ';
$txt['yse241'] = 'Current Password';
$txt['yse242'] = 'The current Password is invalid.';
$txt['yse243'] = 'You haven\'t entered your current Password.';
$txt['yse244'] = 'You have to enter your current Password to make any changes to your Profile.';

$txt['yse245'] = 'Mail type';
$txt['yse246'] = 'SMTP Server';
$txt['yse247'] = 'SMTP Username';
$txt['yse248'] = 'SMTP Password';

$txt['yse249'] = 'Are you sure you want to delete all selected Instant Messages?';

$txt['yse250'] = 'Please select the Member Group(s) you would like to send an email to.';

$txt['yse251'] = 'Split Topic';
$txt['yse252'] = 'Merge Topics';
$txt['yse253'] = 'You are not allowed to split topics';
$txt['yse254'] = 'Subject For New Topic:';
$txt['yse255'] = 'Only split this post.';
$txt['yse256'] = 'Split topic after and including this post.';
$txt['yse257'] = 'Select posts to split.';
$txt['yse258'] = 'New Topic';
$txt['yse259'] = 'Topic successfully split into two topics.';
$txt['yse260'] = 'Origin Topic';
$txt['yse261'] = 'Please select which posts you wish to split.';
$txt['yse262'] = 'You are not allowed to merge topics';
$txt['yse263'] = 'You specified an invalid topic ID.';
$txt['yse264'] = 'Topics successfully merged.';
$txt['yse265'] = 'Newly Merged Topic';
$txt['yse266'] = 'Topic to be merged:';
$txt['yse267'] = 'Target board:';
$txt['yse268'] = 'You cannot split a topic at the first post.';
$txt['yse269'] = 'Target topic:';
$txt['yse270'] = 'This topic only contains one message and cannot be split';
$txt['yse271'] = 'no messages selected';
$txt['yse271b'] = 'Unable to split. You have selected every message.';
$txt['yse272'] = 'Unable to find messages';
$txt['yse273'] = 'Unable to insert topic';
$txt['yse274'] = 'Are you sure you want to merge';
$txt['yse275'] = 'with';
$txt['yse276'] = 'This function will merge the messages of two topics into one topic. The messages will be sorted according to the time of posting. Therefore the most early posted message will be the first message of the merged topic.';

$txt['yse277'] = 'Set topic sticky';
$txt['yse278'] = 'Set topic non-sticky';
$txt['yse279'] = 'Lock topic';
$txt['yse280'] = 'Unlock topic';

$txt['yse281'] = 'Optimize Database';
$txt['yse282'] = 'Your database contains ';
$txt['yse282b'] = 'table(s)';
$txt['yse283'] = 'trying to optimize table(s)';
$txt['yse284'] = ' kb optimized';
$txt['yse285'] = 'all tables are optimized';
$txt['yse285b'] = 'it wasn´t necessary to optimze any table';
$txt['yse286'] = ' table(s) optimized';

$txt['yse287'] = 'Warning: topic is currently locked!<br />Only admins and moderators can reply.';

$txt['yse288'] = 'View By Membergroup';

$txt['yse289'] = 'You have chosen a username of an already existing moderator. Please choose another username';

$txt['yse290'] = 'Disabled';
$txt['yse291'] = 'Only Today';
$txt['yse292'] = 'Today & Yesterday';

$txt['yse293'] = 'Karma';
$txt['yse294'] = 'Attachments';
$txt['yse295'] = 'Enable go back to topic after posting';
$txt['yse296'] = 'Enable remove nested quotes';
$txt['yse297'] = 'Enable simple search';
$txt['yse298'] = 'Advanced search';

$txt['yse299'] = 'MAJOR SECURITY RISK:';
$txt['yse300'] = 'You have not removed ';

$txt['yse301'] = 'Page created in ';
$txt['yse302'] = ' seconds.';
$txt['yse303'] = 'Display time taken to create every page';

$txt['yse304'] = 'Failure in submission of form. Session timeout.';
$txt['yse305'] = 'Session check failure. Please try again.';
$txt['yse306'] = 'Invalid referring site.';

$txt['yse307'] = "has a non-existent topic ID";
$txt['yse308'] = 'contains no messages';
$txt['yse309'] = 'has a wrong number of replies';
$txt['yse310'] = 'has a non-existent member ID';
$txt['yse311'] = 'Succesfully inserted salvaged messages in salvage category';
$txt['yse312'] = 'topic(s) without messages have been removed successfully';

$txt['yse313'] = '<b>Warning</b>: enabling the max width/height restriction might decrease speed significantly!';

$txt['yse314'] = 'Enable local storage of cookies';

$txt['yse315'] = 'Use this function to inform the moderators and administrators of an abusive or wrongly posted message.';

added textual image links
$img['split'] = $txt['yse251'];
$img['merge'] = $txt['yse252'];
$img['movethread'] = $txt[132];
$img['removethread'] = $txt[63];
$img['lockthread0'] = $txt['yse279'];
$img['lockthread1'] = $txt['yse280'];
$img['sticky0'] = $txt['yse277'];
$img['sticky1'] = $txt['yse278'];
$img['linkToCalendar'] = $txt['calendar37'];
$img['postEvent'] = $txt['calendar23'];

added graphical image links
$img['split'] = "<img src=\"$imagesdir/split.gif\" alt=\"$txt[yse251]\" border=\"0\" />";
$img['merge'] = "<img src=\"$imagesdir/merge.gif\" alt=\"$txt[yse252]\" border=\"0\" />";
$img['movethread'] = '<img src="' . $imagesdir . '/admin_move.gif" alt="' . $txt[132] . '" border="0" />';
$img['removethread'] = '<img src="' . $imagesdir . '/admin_rem.gif" alt="' . $txt[63] . '" border="0" />';
$img['lockthread0'] = '<img src="' . $imagesdir . '/admin_lock.gif" alt="' . $txt['yse279'] . '" border="0" />';
$img['lockthread1'] = '<img src="' . $imagesdir . '/admin_lock.gif" alt="' . $txt['yse280'] . '" border="0" />';
$img['sticky0'] = '<img src="' . $imagesdir . '/admin_sticky.gif" border="0" alt="' . $txt['yse277'] . '" />';
$img['sticky1'] = '<img src="' . $imagesdir . '/admin_sticky.gif" border="0" alt="' . $txt['yse278'] . '" />';
$img['linkToCalendar'] = '<img src="' . $imagesdir . '/linktocal.gif" alt="' . $txt['calendar37'] . '" border="0" />';
$img['postEvent'] = '<img src="' . $imagesdir . '/calendarpe.gif" alt="' . $txt['calendar23'] . '" border="0" />';

changed language tags
   $txt[735] = "You can email anyone from this page. The email addresses of the selected membergroups should appear below, but you may remove or add any email addresses you wish. Be sure that each address is separated in this fashion: 'address1; address2'.";
   $txt['yse217'] = 'Live from www.yabbse.org...';
   $txt['dvc1'] = 'This function submits a query to a php script at yabbse.org containing the version information for your install.  The script at yabbse.org will compare your versions to the latest versions.  If any of your files are out of date, the script will point you to a location where you can download the latest versions.  The details that will be submitted are listed below.';
   $txt['lfyi'] = 'You are unable to connect to yabbse.org\'s XML file.<br />To see what\'s new, please <a href="javascript:reqWin(\'http://www.yabbse.org/yabbxml.php\')">click here</a>.';

« Last Edit: December 25, 2002, 05:59:21 PM by Compuart » Logged

EdSchouten
Noobie
*
Posts: 1


G-Rave RULZ

Re:YaBB SE 1.5.0 language file changes
« Reply #1 on: December 25, 2002, 05:27:21 PM »
Reply with quote

Dutch

$txt['yse10b'] = '<b>Gisteren om</b> ';
$txt['yse241'] = 'Huidig wachtwoord';
$txt['yse242'] = 'Het huidige wachtwoord is ongeldig.';
$txt['yse243'] = 'U heeft niet uw huidig wachtwoord ingevoerd..';
$txt['yse244'] = 'U heeft niet uw huidig wachtwoord ingetoetst om aanpassingen te maken aan uw profiel.';

$txt['yse245'] = 'Bericht type';
$txt['yse246'] = 'SMTP Server';
$txt['yse247'] = 'SMTP Gebruikersnaam';
$txt['yse248'] = 'SMTP Wachtwoord';

$txt['yse249'] = 'Weet u zeker dat U alle geselecteerde privé berichten wilt verwijderen?';

$txt['yse250'] = 'Selecteer de gebruikersgroep(en) die u een bericht wilt sturen.';

$txt['yse251'] = 'Topic opsplitsen';
$txt['yse252'] = 'Topics samenvoegen';
$txt['yse253'] = 'U heeft geen rechten om topics op te splitsen';
$txt['yse254'] = 'Onderwerp voor het nieuwe topic:';
$txt['yse255'] = 'Alleen deze post splitsen';
$txt['yse256'] = 'Topic splitsen na deze post';
$txt['yse257'] = 'Selecteer de posts om te splitsen';
$txt['yse258'] = 'Nieuw Topic';
$txt['yse259'] = 'Topic succesvol gesplitst in twee topics';
$txt['yse260'] = 'Oorspronkelijk topic';
$txt['yse261'] = 'Selecteer de posts om te splitsen';
$txt['yse262'] = 'U heeft geen toestemming op topics samen te voegen';
$txt['yse263'] = 'U heeft een ongeldig Topic ID opgegeven.';
$txt['yse264'] = 'Topics succesvol samengevoegd.';
$txt['yse265'] = 'Nieuw samengevoegd topic';
$txt['yse266'] = 'Topic om samen te voegen:';
$txt['yse267'] = 'XX_UNKNOWN_XX';
$txt['yse268'] = 'U kunt geen topics splitsen met maar een post';
$txt['yse269'] = 'Doel topic:';
$txt['yse270'] = 'Dit topic heeft maar een bericht en kan niet gesplitst worden';
$txt['yse271'] = 'geen berichten geselecteerd';
$txt['yse271b'] = 'Onmogelijk om te splitsen, U heeft alle berichten geselecteerd.';
$txt['yse272'] = 'Berichten niet gevonden';
$txt['yse273'] = 'Topic posten niet mogelijk';
$txt['yse274'] = 'Weet u zeker dat u wilt samenvoegen';
$txt['yse275'] = 'met';
$txt['yse276'] = 'Deze functie zal twee topics samenvoegen tot een. De berichten worden gesorteerd op tijd. Daardoor zal de eerste post ook de eerste zijn van het samengevoegde topic.';

Here's a start...
Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #2 on: December 25, 2002, 05:29:08 PM »
Reply with quote

oh, forgot to mention that English, german and dutch were already present in the download package (sorry ;D)

maar toch bedankt ;)
« Last Edit: December 25, 2002, 05:29:38 PM by Compuart » Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #3 on: December 25, 2002, 05:51:41 PM »
Reply with quote

$txt['yse281'] = 'Optimize database';
$txt['yse282'] = 'Analyzing';
$txt['yse283'] = 'optimized';
$txt['yse284'] = 'Report';
$txt['yse285'] = 'There was a problem analyzing';
$txt['yse286'] = 'Database Analyze Results';

is not longer correct!

it´s now

$txt['yse281'] = 'Optimize Database';
$txt['yse282'] = 'Your database contains ';
$txt['yse282b'] = 'table(s)';
$txt['yse283'] = 'trying to optimize table(s)';
$txt['yse284'] = ' kb optimized';
$txt['yse285'] = 'all tables are optimized';
$txt['yse285b'] = 'it wasn´t necessary to optimze any table';
$txt['yse286'] = ' table(s) optimized';

medi
Logged

mainComm Dev Team
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #4 on: December 25, 2002, 05:56:11 PM »
Reply with quote

:-[  :-[ my changelog was not up to date  :-[ :-[
Logged

skoen
Longing For a Title
YaBB God
*****
Posts: 601


Official translator and local mod.

ICQ - 164554802hoyreskoen@hotmail.com WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #5 on: December 26, 2002, 11:09:04 AM »
Reply with quote

I will shortly begin my translation to Norwegian of version 1.5, but I will change my way into translating parallell with the English, to try and make it as understanding as possible.
Logged

Proud to be Norwegian

Feel free to send me an IM if you got any questions or comments regarding YabbSE or my translation.

My portfolio(Norwegian)

Caught 43 llamas.
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #6 on: December 26, 2002, 07:30:04 PM »
Reply with quote

No changes are needed for the UK english version :)
Logged

You can't have everything... where would you put it? -- Steve Wright
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #7 on: December 26, 2002, 09:41:41 PM »
Reply with quote

isnt espanol also done?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Omar Bazavilvazo
YaBB SE Developer
YaBB God
*****
Posts: 2153


I never said I would stay to the end...

WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #8 on: December 26, 2002, 10:03:55 PM »
Reply with quote

Quote from: groundup on December 26, 2002, 09:41:41 PMisnt espanol also done?

spanish is already done.

ja ne!
Logged

Greetings from México!
http://omarbazavilvazo.com
Mi foro Español-Japonés
http://hablajapones.org
http://hablajapones.org/index.php/japones/tutoriales/b16.php

NO me manden IM para soporte o dudas
...Leo los foros como todos...
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #9 on: December 27, 2002, 01:21:14 AM »
Reply with quote

does 1.5 come with all of the language packs? Could we get this page to show the 1.5 languages http://www.yabbse.org/download.php
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
yZarc neeT
Jr. Member
**
Posts: 55


MySelf

ICQ - 172292538 WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #10 on: December 27, 2002, 05:36:23 AM »
Reply with quote

and in pt-br?  already it has?
Logged

Ok, forgives for my English, more it is that I am of Brazil, and still I am learning ok, debtor

ah, and my personal YaBBse: http://www.web4dev.com.br
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #11 on: December 27, 2002, 06:34:51 PM »
Reply with quote

Finnish:

added tags
$txt['yse10b'] = '<b>Eilen ajankohtana</b> ';
$txt['yse241'] = 'Nykyinen salasana';
$txt['yse242'] = 'Nykyinen salasana on virheellinen.';
$txt['yse243'] = 'Et antanut nykyistä salasanaasi.';
$txt['yse244'] = 'Sinun täytyy antaa nykyinen salasanasi, jotta voit tehdä muutoksia profiiliisi.';

$txt['yse245'] = 'Postityyppi';
$txt['yse246'] = 'SMTP palvelin';
$txt['yse247'] = 'SMTP tunnus';
$txt['yse248'] = 'SMTP salasana';

$txt['yse249'] = 'Oletko varma, että tahdot poistaa kaikki valitut pikaviestit?';

$txt['yse250'] = 'Ole hyvä ja valitse jäsenryhmä(t), joille tahdot lähettää sähköpostin.';

$txt['yse251'] = 'Jaa aihe';
$txt['yse252'] = 'Yhdistä aiheet';
$txt['yse253'] = 'Sinun ei ole sallittua jakaa aiheita';
$txt['yse254'] = 'Otsikko uudelle aiheelle:';
$txt['yse255'] = 'Jaa vain tämä viesti.';
$txt['yse256'] = 'Jaa viestit tämän jälkeiset, mukaan lukien tämä viesti.';
$txt['yse257'] = 'Valitse jaettavat viestit.';
$txt['yse258'] = 'Uusi aihe';
$txt['yse259'] = 'Aihe jaettiin onnistuneesti kahdeksi aiheeksi.';
$txt['yse260'] = 'Alkuperäinen aihe';
$txt['yse261'] = 'Valitse mitkä viestit tahdot jakaa.';
$txt['yse262'] = 'Sinulla ei ole oikeutta yhdistää aiheita.';
$txt['yse263'] = 'Annoit virheellisen aihetunnuksen.';
$txt['yse264'] = 'Aiheet yhdistettiin onnistuneesti.';
$txt['yse265'] = 'Vasta yhdistetty aihe';
$txt['yse266'] = 'Yhdistettävä aihe:';
$txt['yse267'] = 'Kohdealue:';
$txt['yse268'] = 'Et voi jakaa aihetta alkaen ensimmäisestä viestistä.';
$txt['yse269'] = 'Kohdeaihe:';
$txt['yse270'] = 'Tämä aihe sisältää vain yhden viestin, joten sitä ei voida jakaa.';
$txt['yse271'] = 'ei valittuja viestejä';
$txt['yse271b'] = 'Ei voida jakaa. Valitsit kaikki viestit.';
$txt['yse272'] = 'Viestejä ei löydy';
$txt['yse273'] = 'Aiheen asettaminen epäonnistui';
$txt['yse274'] = 'Oletko varma, että tahdot yhdistää';
$txt['yse275'] = 'kanssa';
$txt['yse276'] = 'Tämä toiminto yhdistää kahden aiheen viestit yhdeksi aiheeksi. Viestit järjestetään niiden lähetysaikojen mukaan. Täten ensimmäisenä lähetetty viesti tulee olemaan aiheen ensimmäinen viessti.';

$txt['yse277'] = 'Aseta aihe pysyväksi';
$txt['yse278'] = 'Poista aiheen pysyvyys';
$txt['yse279'] = 'Lukitse aihe';
$txt['yse280'] = 'Avaa aihe';

$txt['yse281'] = 'Optimoi tietokanta';
$txt['yse282'] = 'Tietokantasi sisältää ';
$txt['yse282b'] = 'taulukkoa';
$txt['yse283'] = 'yritetään optimoida taulukot';
$txt['yse284'] = ' kt optimoitu';
$txt['yse285'] = 'kaikki taulukot on optimoitu';
$txt['yse285b'] = 'ei ollut tarpeellista optimoida yhtään taulukkoa';
$txt['yse286'] = ' taulukkoa optimoitu';

$txt['yse287'] = 'Varoitus: aihe on lukittu tällä hetkellä!<br />Vain ylläpitäjät ja valvojat voivat vastata.';

$txt['yse288'] = 'Järjestele jäsenryhmien mukaan';

$txt['yse289'] = 'Olet valinnut tunnuksen, joka kuuluu jo valvojalle. Ole hyvä ja valitse toinen tunnus.';

$txt['yse290'] = 'Poissakäytöstä';
$txt['yse291'] = 'Vain tänään';
$txt['yse292'] = 'Tänään ja eilen';

$txt['yse293'] = 'Karma';
$txt['yse294'] = 'Liitetiedostot';
$txt['yse295'] = 'Aseta päälle paluu aiheeseen viestin lähettämisen jälkeen';
$txt['yse296'] = 'Aseta päälle poista sisäkkäiset lainaukset';
$txt['yse297'] = 'Aseta päälle yksinkertainen haku';
$txt['yse298'] = 'Edistyneempi haku';

$txt['yse299'] = 'SUURI TURVALLISUUS RISKI:';
$txt['yse300'] = 'Et ole poistanut ';

$txt['yse301'] = 'Sivu luotiin ';
$txt['yse302'] = ' sekunnissa.';
$txt['yse303'] = 'Aika, joka kesti kaikkien sivujen luomiseen';

$txt['yse304'] = 'Lomakkeen lähetys epäonnistui. Istunnon aika loppui.';
$txt['yse305'] = 'Istunnon tarkistus epäonnistui. Ole hyvä ja yritä uudestaan.';
$txt['yse306'] = 'Virheellinen viittausosoite.';

$txt['yse307'] = "sisältää olemattoman aihetunnuksen";
$txt['yse308'] = 'ei sisällä viestejä';
$txt['yse309'] = 'sisältää virheellisen määrän viestejä';
$txt['yse310'] = 'sisältää olemattoman käyttäjätunnuksen';
$txt['yse311'] = 'Onnistuneesti asetettiin pelastetut viestit pelastetut kategoriaan.';
$txt['yse312'] = 'aihe(et), joissa ei ollut viestejä poistettiin onnistuneesti.';

$txt['yse313'] = '<b>Varoitus</b>: maksimi korkeus/leveys rajojen asettaminen voi vähentää nopeutta huomattavasti!';

$txt['yse314'] = 'Aseta päälle evästeiden paikallinen säilytys';

$txt['yse315'] = 'Käytä tätä toimintoa raportoidaksesi valvojille tai ylläpitäjille herjaavista tai väärin lähetetyistä viesteistä.';

added textual image links
$img['split'] = $txt['yse251'];
$img['merge'] = $txt['yse252'];
$img['movethread'] = $txt[132];
$img['removethread'] = $txt[63];
$img['lockthread0'] = $txt['yse279'];
$img['lockthread1'] = $txt['yse280'];
$img['sticky0'] = $txt['yse277'];
$img['sticky1'] = $txt['yse278'];
$img['linkToCalendar'] = $txt['calendar37'];
$img['postEvent'] = $txt['calendar23'];

added graphical image links
$img['split'] = "<img src=\"$imagesdir/split.gif\" alt=\"$txt[yse251]\" border=\"0\" />";
$img['merge'] = "<img src=\"$imagesdir/merge.gif\" alt=\"$txt[yse252]\" border=\"0\" />";
$img['movethread'] = '<img src="' . $imagesdir . '/admin_move.gif" alt="' . $txt[132] . '" border="0" />';
$img['removethread'] = '<img src="' . $imagesdir . '/admin_rem.gif" alt="' . $txt[63] . '" border="0" />';
$img['lockthread0'] = '<img src="' . $imagesdir . '/admin_lock.gif" alt="' . $txt['yse279'] . '" border="0" />';
$img['lockthread1'] = '<img src="' . $imagesdir . '/admin_lock.gif" alt="' . $txt['yse280'] . '" border="0" />';
$img['sticky0'] = '<img src="' . $imagesdir . '/admin_sticky.gif" border="0" alt="' . $txt['yse277'] . '" />';
$img['sticky1'] = '<img src="' . $imagesdir . '/admin_sticky.gif" border="0" alt="' . $txt['yse278'] . '" />';
$img['linkToCalendar'] = '<img src="' . $imagesdir . '/linktocal.gif" alt="' . $txt['calendar37'] . '" border="0" />';
$img['postEvent'] = '<img src="' . $imagesdir . '/calendarpe.gif" alt="' . $txt['calendar23'] . '" border="0" />';

changed language tags
   $txt[735] = "Voit lähettää sähköpostin kenelle tahansa tällä sivulla. Sähköpostiosoitteet, jotka kuuluvat valittuun jäsenryhmään pitäisi näkyä alapuolella, mutta voit lisätä tai poistaa osoitteita, jos tahdot. Pidä huoli, että jokainen osoite on eritelty tähän tyyliin: 'osoite1; osoite2'.";
   $txt['yse217'] = 'Suoraan osoitteesta yabbse.org...';
   $txt['dvc1'] = 'Tämä toiminto lähettää kyselyn yabbse.org sivustolle, joka sisältää nykyisen versiotietosi.  Ohjelmisto yabbse.org sivustolla vertaa sinun versiotasi uusimpaan versioon.  Jos joku tiedostoistasi on vanhentunut kertoo ohjelmisto osoitteen mistä voit ladata uusimman version.  Yksityiskohtaiset tiedot lähetettävästä informaatiosta löytyy alapuolelta.';
   $txt['lfyi'] = 'Yhdistaminen yabbse.org sivuston XML tiedostoon epäonnistui.<br />Nähdäksesi mitä uutta on, ole hyvä ja <a href="javascript:reqWin(\'http://www.yabbse.org/yabbxml.php\')">klikkaa tästä</a>.';
« Last Edit: December 28, 2002, 05:15:55 PM by Hypocrite » Logged
Narga
Noobie
*
Posts: 17


Light Of Dragon's eyes

WWW
Re:YaBB SE 1.5.0 language file changes
« Reply #12 on: December 28, 2002, 07:16:14 AM »
Reply with quote

After I add all the new in language myfile increase to 80KB but in the original file only 71KB
Logged

I try to make my forum to YabbSe support for Vietnamese.
My working process :72%
Sikachu
Noobie
*
Posts: 7


I'm a llama!

Re:YaBB SE 1.5.0 language file changes
« Reply #13 on: December 28, 2002, 02:11:32 PM »
Reply with quote

Ok, i'm working with thai language pack now ^_^
(and with image,too)
Logged
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:finnish.lng
« Reply #14 on: December 28, 2002, 05:13:58 PM »
Reply with quote

Quote from: Owdy on December 27, 2002, 08:13:21 PMHypocrite!

[finnish]Kaikki muut muutokset se hyväksyy, mutta
näiden kahden takia tulee parse erroreita:[/finnish]

I get parse errors with these 2 lines:

$txt['yse249'] = Oletko varma, että tahdot poistaa kaikki valitut pikaviestit?';

$txt['yse250'] = Ole hyvä ja valitse jäsenryhmä(t), joille tahdot lähettää sähköpostin.';


Sorry, my mistake. There is a single quote ' missing.

The correct lines should be:

$txt['yse249'] = 'Oletko varma, että tahdot poistaa kaikki valitut pikaviestit?';

$txt['yse250'] = 'Ole hyvä ja valitse jäsenryhmä(t), joille tahdot lähettää sähköpostin.';
Logged
Pages: [1] 2 3 4 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  YaBB SE 1.5.0 language file changes « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.054 seconds with 19 queries.