Author Topic: arabic language files?  (Read 3165 times)

0 Members and 1 Guest are viewing this topic.

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
arabic language files?
« on: December 29, 2007, 11:24:03 AM »
where is the arabic-utf8 language files please

thank you
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline fwitt

  • Net Addict
  • Administrator
  • *
  • Posts: 542
  • Karma: 22
  • Gender: Male
Re: arabic language files?
« Reply #1 on: December 29, 2007, 12:28:37 PM »
I dont believe anyone has translated the arcade into Arabic yet.

it is quite easy to do if you know both english and arabic.

go into your default themes languages folder and download copies of arcade.english.php arcadeadmin.english.php and modifications.english.php rename them to arcade.arabic-utf8.php etc.

then for each line in these new files of the form

$['somevariable'] = 'english text here';

translate the bit in red leaving the rest intact.

so it reads

$['somevariable'] = 'arabic text here';

as i dont know arabic i cant translate it for you.

if you do translate it please post copies so that any other arabic users can download them.
If all those sane people are starting to get you down: http://BlueBuzzards.com/

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #2 on: December 29, 2007, 04:51:44 PM »
I dont believe anyone has translated the arcade into Arabic yet.

it is quite easy to do if you know both english and arabic.

go into your default themes languages folder and download copies of arcade.english.php arcadeadmin.english.php and modifications.english.php rename them to arcade.arabic-utf8.php etc.

then for each line in these new files of the form

$['somevariable'] = 'english text here';

translate the bit in red leaving the rest intact.

so it reads

$['somevariable'] = 'arabic text here';

as i dont know arabic i cant translate it for you.

if you do translate it please post copies so that any other arabic users can download them.

ok thank you
i will do it soon
but i do not understand that
Quote
then for each line in these new files of the form

$['somevariable'] = 'english text here';

translate the bit in red leaving the rest intact.

so it reads

$['somevariable'] = 'arabic text here';
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline fwitt

  • Net Addict
  • Administrator
  • *
  • Posts: 542
  • Karma: 22
  • Gender: Male
Re: arabic language files?
« Reply #3 on: December 29, 2007, 05:00:44 PM »
for example arcade.english.php start

Code: [Select]
<?php
// Version: 2.0.8; Arcade

// General
$txt['arcade_game_name'] = 'Name';
$txt['arcade_personal_best'] = 'Personal best';
$txt['arcade_champion'] = 'Champion';

to translate it change it so that for example arcade.french.php would start like this

Code: [Select]
<?php
// Version: 2.0.8; Arcade

// General
$txt['arcade_game_name'] = 'Nom';
$txt['arcade_personal_best'] = 'Meilleur personnel';
$txt['arcade_champion'] = 'Champion';
If all those sane people are starting to get you down: http://BlueBuzzards.com/

Offline Skhilled

  • Administrator
  • *
  • Posts: 4540
  • Karma: 56
  • Gender: Male
  • Retro Gamer
Re: arabic language files?
« Reply #4 on: December 29, 2007, 05:39:49 PM »
You can use Google Translate if needed. http://translate.google.com/translate_t?langpair=en|ar



Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #5 on: December 29, 2007, 07:17:29 PM »
for example arcade.english.php start

Code: [Select]
<?php
// Version: 2.0.8; Arcade

// General
$txt['arcade_game_name'] = 'Name';
$txt['arcade_personal_best'] = 'Personal best';
$txt['arcade_champion'] = 'Champion';

to translate it change it so that for example arcade.french.php would start like this

Code: [Select]
<?php
// Version: 2.0.8; Arcade

// General
$txt['arcade_game_name'] = 'Nom';
$txt['arcade_personal_best'] = 'Meilleur personnel';
$txt['arcade_champion'] = 'Champion';
ok i understand
i will translate files soon
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #6 on: December 29, 2007, 07:18:14 PM »
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #7 on: December 29, 2007, 10:07:03 PM »
i translate it
but it does not work

please help
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline fwitt

  • Net Addict
  • Administrator
  • *
  • Posts: 542
  • Karma: 22
  • Gender: Male
Re: arabic language files?
« Reply #8 on: December 30, 2007, 12:57:16 AM »
are there any errors in your forums error log when you try to use them?

what other language files are in the languages directory for example do you have index.arabic.php as well as index.arabic-utf8.php if so rename a copy of the files as index.arabic.php. basically make sure that for every index.language.php there is a matching arcade.language.php for all the languages your forum uses.
If all those sane people are starting to get you down: http://BlueBuzzards.com/

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #9 on: December 30, 2007, 09:21:55 AM »
are there any errors in your forums error log when you try to use them?

what other language files are in the languages directory for example do you have index.arabic.php as well as index.arabic-utf8.php if so rename a copy of the files as index.arabic.php. basically make sure that for every index.language.php there is a matching arcade.language.php for all the languages your forum uses.

ok i will do it soon
and i hope it will work
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #10 on: December 30, 2007, 06:15:42 PM »
it do not work
it is look like that (��� ������� ��������)
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline Skhilled

  • Administrator
  • *
  • Posts: 4540
  • Karma: 56
  • Gender: Male
  • Retro Gamer
Re: arabic language files?
« Reply #11 on: December 30, 2007, 06:17:16 PM »
Something did not do right... Please post your language files here so I can take a look.



Offline fwitt

  • Net Addict
  • Administrator
  • *
  • Posts: 542
  • Karma: 22
  • Gender: Male
Re: arabic language files?
« Reply #12 on: December 30, 2007, 06:27:17 PM »
they are posted earlier in the thread.

isnt that what gets posted when it doesnt know what the character is?
If all those sane people are starting to get you down: http://BlueBuzzards.com/

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #13 on: December 30, 2007, 06:32:22 PM »
Something did not do right... Please post your language files here so I can take a look.
:)
please take a look

I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

Offline islam2hamy

  • Not So New
  • *
  • Posts: 16
  • Karma: 1
  • Gender: Male
    • al3abland
Re: arabic language files?
« Reply #14 on: December 30, 2007, 07:10:29 PM »
they are posted earlier in the thread.

isnt that what gets posted when it doesnt know what the character is?

i think thier is some thing wrong here
I am looking for some one how can coding themes for free (pm me)

my mods  //  my site

 

Related Topics

  Subject / Started by Replies Last post
94 Replies
18707 Views
Last post February 09, 2008, 11:16:14 AM
by Skhilled
5 Replies
1105 Views
Last post January 12, 2007, 05:46:28 PM
by arez
3 Replies
2351 Views
Last post June 03, 2010, 07:37:13 AM
by makalelerr
3 Replies
1619 Views
Last post November 17, 2008, 05:48:40 PM
by Niko
3 Replies
1196 Views
Last post July 23, 2009, 02:46:46 PM
by goodwill221