tematres / TemaTres-Vocabulary-Server

Web application for management formal representations of knowledge, like controlled vocabularies, taxonomies, thesauri and glossaries
https://vocabularyserver.com
122 stars 53 forks source link

Fix typo for english language #31

Closed horus68 closed 5 years ago

horus68 commented 6 years ago

Some typos fixed in the english language file. Hope some native user can make it better!

horus68 commented 6 years ago

@tematres Many language strings do not uses capital letter for its values. I don't know if by any special code option (even the software correctly outputs a capital letter on titles). For translators its better to have any sentence/title started by a capital letter, so its easy to know when a word or text is not the start of a sentence (or a title). If changes to the english file has to be done this will not have negative impact on actual translations on Crowdin https://crowdin.com/project/tematres so feel free to revise the file if needed.

tematres commented 6 years ago

mmm. Actually tematres make capital letter by code (use ucfirst() command) and all the string are in lower case. Do you think is better define de capital or lower case in source language file?

horus68 commented 6 years ago

I don't have a strong opinion on this. Its certainly not pleasant for translators but we can live with it! If changes will occur they should be required only in the source language file unless there are any performance gains on not use the auto-capitalization function in the software.

define("FORM_JS_check","Please check the data of ");
define("FORM_JS_confirm","eliminate this relationship?");

Actually it didn't caused issues with tematres but that's something i'm a little bit alert as in Portuguese (Portugal) some special words has capitalization if starting a sentence but not if in the middle (as in days of the week or month names).

Tematres define("LABEL_Detalle","details"); TematresView $message[9] = "Details" ;

horus68 commented 5 years ago

@tematres bump to be merged?