Re: Greek Translation Reply #15 – August 15, 2019, 07:06:00 pm I will stay off for a few days,i hope 10-12 If you have ideas or suggestions about Greek translation you can send me p.m. best regards
Re: Greek Translation Reply #16 – August 15, 2019, 11:28:03 pm Quote from: glinuxas – August 14, 2019, 10:29:45 pmSome questions 1. editor.phpUnlink, to remove a link from post ?Cols: what is ? where we can use? Code: [Select]$editortxt['Unlink'] = 'Unlink';$editortxt['Cols:'] = 'Cols:';Cols is the number of columns of a table. If you enter the editors wysiwyg mode and then select insert a table you will see a dialog asking for the number of rows and columns (cols) for the table.I'm not sure unlink is used in our implementation of the editor, but yes it would be to remove a link and just leave the text. Quote from: glinuxas – August 14, 2019, 10:29:45 pm2.index.phpplease let me know the words: '%b ? ? ? ? %day, %Year' 'lang_spelling': must be greek ? or american ?Code: [Select]$txt['date_joined_format'] = '%b %d, %Y';$txt['lang_spelling'] = That is the format that a date is presented, so that is somethign like Aug 15 2008. If you want it to be 15 Aug 2008 instead it would be %d %b %Y .... All of the potentail codes are here: https://www.php.net/manual/en/function.strftime.phpYes lang_spelling should be '' for your language. Its only used if the system has spellcheck installed, and most don't have that since the browser spellcheck is superior anyway.Quote from: glinuxas – August 14, 2019, 10:29:45 pm3.badbehaviorwhat means 'same user agent' ?Code: [Select]$txt['badbehaviorlog_filter_only_agent'] = 'Only show the entries with the same user agent';The user agent is the "ID" string for the browser you are using. My user agent is currently "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.134 Safari/537.36 Vivaldi/2.5.1525.40" I'm not sure that User Agent needs to translate, you could always just shorten ti to UA ? Or Maybe Browser ID .. don't know, maybe someone has some ideas.
Re: Greek Translation Reply #18 – August 16, 2019, 12:51:43 pm Great explanation Spuds. I think user agent could remain as "user agent", UA is not so intuitive.
Re: Greek Translation Reply #19 – September 08, 2019, 11:55:05 am i use local host for translation, we can upload the new files at Transifex?
Re: Greek Translation Reply #20 – September 10, 2019, 09:01:26 pm Sure, it's possible!I don't remember how to do it, though.I think you just go to the language and then to the file and there is an upload translation button.Sorry but I'm constantly in a hurry and cannot check...
Re: Greek Translation Reply #21 – September 10, 2019, 10:32:08 pm thank you...i m gonna check it later.
Re: Greek Translation Reply #22 – September 10, 2019, 10:54:29 pm Let us know if it works or if you have problems @glinuxas
Re: Greek Translation Reply #23 – October 07, 2019, 06:19:26 pm I can upload but it seems like a new one file without translation.I make copy-paste