Simple Machines Community Forum

SMF Support => Language Specific Support => Topic started by: lincius on January 26, 2010, 02:16:59 PM

Title: LITHUANIAN LANGUAGE
Post by: lincius on January 26, 2010, 02:16:59 PM
is possible to get Lithuanian language pack.
Title: Re: LITHUANIAN LANGUAGE
Post by: agridoc on January 26, 2010, 03:28:28 PM
As I see, there is not yet a ready  Lithuanian language pack in downloads (http://download.simplemachines.org/?languages), but there are translators working on it.

I will give a note, be patient to see if more information can be given.
Title: Re: LITHUANIAN LANGUAGE
Post by: Relyana on January 27, 2010, 07:07:50 PM
Welcome to SMF lincius!

Lithuanian language pack is indeed not available for public download yet.

Just in case you're interested in joining the Translation team, please take a few moments and read SMF is searching for translators! (http://www.simplemachines.org/community/index.php?topic=258872.0)
Title: Re: LITHUANIAN LANGUAGE
Post by: Fecond on September 08, 2010, 08:33:14 AM
It would be nice if you translate the Lithuanian language more quickly
Title: Re: LITHUANIAN LANGUAGE
Post by: hsimpson on September 23, 2010, 08:52:33 PM
Well you can offer your help of course that would speed up the process ;)
Title: Re: LITHUANIAN LANGUAGE
Post by: Cigaras on October 12, 2010, 12:18:51 PM
Yeh Lithuanian language pack would be great indeed..  ;)
Title: Re: LITHUANIAN LANGUAGE
Post by: Esnyper on March 02, 2011, 12:20:05 PM
I have fully translated language pack :) But it Version: 1.1.2;
Title: Re: LITHUANIAN LANGUAGE
Post by: Dzonny on March 03, 2011, 11:57:25 AM
Hello there Esnyper.

Did you mean 1.1.12 maybe, couse its hard for me to belive that someone is using that old version of smf (1.1.2)?
As Relyana said, you can help about translating too.
Quote from: Relyana on January 27, 2010, 07:07:50 PM
Just in case you're interested in joining the Translation team, please take a few moments and read SMF is searching for translators! (http://www.simplemachines.org/community/index.php?topic=258872.0)

Regards.
Title: Re: LITHUANIAN LANGUAGE
Post by: Esnyper on March 04, 2011, 06:24:40 AM
Quote from: Dzonny on March 03, 2011, 11:57:25 AM
Hello there Esnyper.

Did you mean 1.1.12 maybe, couse its hard for me to belive that someone is using that old version of smf (1.1.2)?
As Relyana said, you can help about translating too.
Quote from: Relyana on January 27, 2010, 07:07:50 PM
Just in case you're interested in joining the Translation team, please take a few moments and read SMF is searching for translators! (http://www.simplemachines.org/community/index.php?topic=258872.0)

Regards.

No, it's old version...

Quote<?php
// Version: 1.1.2; index
And it is with old encoding
Quote$txt['lang_character_set'] = 'ISO-8859-13';
Title: Re: LITHUANIAN LANGUAGE
Post by: Esnyper on March 08, 2011, 03:25:28 AM
Testing forum. Fully translated.
www.forumas001.lhosting.info
Title: Re: LITHUANIAN LANGUAGE
Post by: Dzonny on March 08, 2011, 04:22:11 AM
That is 1.1.13 as i can see.

Pls take a look at this topic:
http://www.simplemachines.org/community/index.php?topic=258872.0

Regards.
Title: Re: LITHUANIAN LANGUAGE
Post by: MotherBoard on April 01, 2011, 01:34:54 PM
Hey guys,

I hope this isn't too off topic, but is there a list of all of the different language translations that have been done? I have been brainstorming so ideas and would just like to take a look at a list... thank you. I recently had worked on a file translating everything, but a lightning strike took out my computer and to make it short, I lost everything. I have run disaster recovery (http://www.neverfailgroup.com/solutions/disaster-recovery.html), but if anybody else can help me piece this back together I would greatly appreciate it.
Title: Re: LITHUANIAN LANGUAGE
Post by: GravuTrad on April 22, 2011, 05:11:16 PM
http://download.simplemachines.org/?smflanguages
Title: Re: LITHUANIAN LANGUAGE
Post by: Donataz on October 29, 2011, 03:45:01 PM
Hi all im running SMF on my server and i'm using last Lithuanian translation. When i pressing on user im always get this error..:

Template Parse Error!

There was a problem loading the /Themes/default/languages/Who.lithuanian-utf8.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected T_STRING, expecting ')' in .../Themes/default/languages/Who.lithuanian-utf8.php on line 155
146: $txt['credits_groups_translators'] = 'VertÄ—jai';
147: $txt['credits_translators_message'] = 'Thank you for your efforts which make it possible for people all around the world to use SMF.';
148: $txt['credits_groups_consultants'] = 'Konsultuojantys vystytojai';
149: $txt['credits_groups_beta'] = 'Beta Testers';
150: $txt['credits_beta_message'] = 'The hidden few who tirelessly find bugs, provide feedback, and drive the developers crazier.';
151: $txt['credits_groups_founder'] = 'Founding Father of SMF';
152: $txt['credits_groups_orignal_pm'] = 'Original Project Managers';
153:
154: // List of people who have made more than a token contribution to this translation. (blank for English)
155: $txt['translation_credits'] = array(CRONUS, Esnyper, Lukas Liesis);
156:
157: ?>
158:
159:

Please give me advise how to fix it. Many thanx.
Title: Re: LITHUANIAN LANGUAGE
Post by: GravuTrad on October 29, 2011, 09:50:57 PM
Maybe not ticked as "is expression" in our language tool. Dzonny or lithuanian translators must check it.
Title: Re: LITHUANIAN LANGUAGE
Post by: Robert. on October 30, 2011, 06:11:00 AM
Replace
$txt['translation_credits'] = array(CRONUS, Esnyper, Lukas Liesis);
By
$txt['translation_credits'] = array('CRONUS', 'Esnyper', 'Lukas Liesis');
;)
Title: Re: LITHUANIAN LANGUAGE
Post by: Dzonny on October 30, 2011, 06:17:13 AM
Donataz, thanks for the report.

Please open file Who.lithuanian.php (or utf8 version of that file) and change this:
array(CRONUS, Esnyper, Lukas Liesis)
to this:
array('CRONUS, Esnyper, Lukas Liesis')

That should fix the problem though.

@Lithuanian translators, i fixed this string in LE.

Edit: Scharrelkip was faster :P
Title: Re: LITHUANIAN LANGUAGE
Post by: Donataz on October 30, 2011, 03:35:40 PM
Many thanx for help. IT WORKS :) ! SMF simple the best
Title: Re: LITHUANIAN LANGUAGE
Post by: gymka on January 01, 2013, 11:45:42 AM
Lithuanian language in language pack is not same which is used in this forum, in this forum lithuanian language looks like it is obsolete and part of it translated with google translate. Update language installed in forum.
Title: Re: LITHUANIAN LANGUAGE
Post by: GravuTrad on January 02, 2013, 01:19:31 PM
There are delays cause little site team here. We have to wait. Sorry for this.
Title: Re: LITHUANIAN LANGUAGE
Post by: TomasM on June 04, 2014, 10:15:31 AM
Hi, I noticed that using Lithuanian translation Calendar days are shifted by one day forward, eg today is Wednesday, but using Lithuanian language interface it shows as Thursday. Is it possible to reach out to the language pack maintainer?