mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Fixed translations
This commit is contained in:
parent
da71f90c5b
commit
3f16d03e71
@ -103,7 +103,7 @@
|
||||
$g_lang["vote"] = "Vote";
|
||||
$g_lang["vote_question"] = "What functions should we add firstly?";
|
||||
|
||||
$g_lang["what_algorithm_need"] = "Please, write what algorithm you are missing";
|
||||
$g_lang["what_algorithm_need"] = "Please, write what kind of algorithm would you like to see on this website?";
|
||||
|
||||
$g_lang["recommend_algorithm"] = "Recommend algorithms";
|
||||
?>
|
||||
|
@ -15,7 +15,7 @@ NeedAlgorithm.prototype = Object.create(BaseAlgorithm.prototype);
|
||||
|
||||
NeedAlgorithm.prototype.getName = function(local)
|
||||
{
|
||||
return local == "ru" ? "Не нашли нужный алгоритм?" : "Didn't find needed algorithm?";
|
||||
return local == "ru" ? "Не нашли нужный алгоритм?" : "Didn't you find the algorithm you need?";
|
||||
}
|
||||
|
||||
NeedAlgorithm.prototype.getId = function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user