Localizable.strings 530 B

1234567891011121314151617181920212223242526
  1. /*
  2. Localizable.strings
  3. React
  4. */
  5. "alert"="alert";
  6. "checkbox"="checkbox";
  7. "combobox"="combo box";
  8. "menu"="menu";
  9. "menubar"="menu bar";
  10. "menuitem"="menu item";
  11. "progressbar"="progress bar";
  12. "radio"="radio button";
  13. "radiogroup"="radio group";
  14. "scrollbar"="scroll bar";
  15. "spinbutton"="spin button";
  16. "switch"="switch";
  17. "tab"="tab description";
  18. "tablist"="tab list";
  19. "timer"="timer";
  20. "toolbar"="tool bar";
  21. "checked"="checked";
  22. "unchecked"="not checked";
  23. "busy"="busy";
  24. "expanded"="expanded";
  25. "collapsed"="collapsed";
  26. "mixed"="mixed";