| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- format_version = "1.0"
- -- Note that remote name text lenghts are:
- -- internal_name = max 64 chars,
- -- short_name = max 8 chars,
- -- shortest_ui_name = max 4 chars
- -- english
- texts = {
- ["text_OnOff"] = "On",
- ["text_Off"] = "Off",
- ["text_On"] = "On",
- ["text_BeatNumerator"] = "Numerator",
- ["text_BeatDenominator"] = "Denominator",
- ["text_GroupNameNotUsed"] = "GroupNameNotUsed",
- ["text_RandomizeLFOShape"] = "Randomize LFO Shape",
- ["text_RandomizeLFOSpeed"] = "Randomize LFO Speed",
- ["text_RandomizeLFOSync"] = "Randomize LFO Sync",
- ["text_RandomizeLFOShift"] = "Randomize LFO Shift",
- ["text_RandomizeLFOAmount"] = "Randomize LFO Amount",
- ["text_RandomizeAmount"] = "Randomize Amount",
- ["text_RandomizeMode"] = "Randomize Mode",
- ["text_StringizeLFOShape"] = "Stringize LFO Shape",
- ["text_Shape1"] = "Stringize LFO Shape 1",
- ["text_Shape2"] = "Stringize LFO Shape 2",
- ["text_Shape3"] = "Stringize LFO Shape 3",
- ["text_StringizeLFOSpeed"] = "Stringize LFO Speed",
- ["text_StringizeLFOSync"] = "Stringize LFO Sync",
- ["text_strSyncOff"] = "Off",
- ["text_strSyncOn"] = "On",
- ["text_StringizeLFOShift"] = "Stringize LFO Shift",
- ["text_StringizeLFOAmount"] = "Stringize LFO Amount",
- ["text_StringizeAmount"] = "Stringize Amount",
- ["text_StringizeMode"] = "Stringize Mode",
- ["text_Mode1"] = "Stringize Mode 1",
- ["text_Mode2"] = "Stringize Mode 2",
- ["text_Mode3"] = "Stringize Mode 3",
- ["text_ImperfectorDirection"] = "Direction",
- }
|