Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Mods and Customizations

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-17-2009, 08:05 PM
recep recep is offline
Junior Member
 
Join Date: Dec 2009
Location: http://webtr.info
Posts: 18
Default Translating Status

Hello, I am thinking to translate this status to türkish.
I changed
Code:
`status` enum('open','close') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
to
Code:
`status` enum('Açık','Kapalı') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Açık',
And I also changed all "open" to "Açık" and All "closed" to "Kapalı" in client\tickets.php and stuff\tickets.php files.
but still when l open a new ticket, l still cant see it. I miss something
Reply With Quote
  #2  
Old 12-17-2009, 08:15 PM
recep recep is offline
Junior Member
 
Join Date: Dec 2009
Location: http://webtr.info
Posts: 18
Default

I also tried
Quote:
`status` enum('acik','kapali') COLLATE utf8_unicode_ci NOT NULL DEFAULT 'acik',
but didnt worked....
Reply With Quote
  #3  
Old 12-18-2009, 03:23 AM
trbn trbn is offline
Member
 
Join Date: Jun 2009
Location: Wolfsburg, Germany
Posts: 86
Default

Hey,

maybe this link could help you:

Changing status in phpmyadmin

Hope so!

Greetings,
Torben
Reply With Quote
  #4  
Old 12-18-2009, 10:13 AM
recep recep is offline
Junior Member
 
Join Date: Dec 2009
Location: http://webtr.info
Posts: 18
Default

Quote:
Originally Posted by trbn View Post
Hey,

maybe this link could help you:

Changing status in phpmyadmin

Hope so!

Greetings,
Torben
Quote:
Hey,

to edit the status 'open' and 'closed' you have to go to your database.
In table 'ost_ticket' you can see the field 'status'. There you can edit it to dutch.

(IF YOU DO THAT, YOU HAVE TO CHANGE EVERY SQL-STATEMENT FOR OPEN AND CLOSED TICKETS! AND IF YOU ALREADY HAVE TICKETS IN OSTICKET, THEY WILL LOSE THE STATUS!)

Be careful...maybe there is another way to change it, but I don't know..


Greetings,
Torben
l tried it already as u told, but thats why l am saying it didnt work or there are other files l should edit as php in script rather than tickets.php inside clients and stuff directory...
thanks...
Reply With Quote


Reply

Bookmarks

Tags
status, translate, türkish

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:48 AM.