alunizaje/android/tools/zbstudio.app/Contents/ZeroBraneStudio/cfg/i18n/en.lua
Andros Fenollosa 892d89c7f1 Order files
2016-11-12 12:27:08 +01:00

8 lines
496 B
Lua

return {
[0] = function(c) return c == 1 and 1 or 2 end, -- plural
["traced %d instruction"] = {"traced %d instruction", "traced %d instructions"}, -- src\editor\debugger.lua
["Found %d instance."] = {"Found %d instance.", "Found %d instances."}, -- src\editor\findreplace.lua
["Replaced %d instance."] = {"Replaced %d instance.", "Replaced %d instances."}, -- src\editor\findreplace.lua
["Updated %d file."] = {"Updated %d file.", "Updated %d files."}, -- src\editor\findreplace.lua
}