mirror of
https://github.com/MacDownApp/macdown.git
synced 2026-06-16 12:44:38 +00:00
22 lines
561 B
Plaintext
22 lines
561 B
Plaintext
/* Highlight toolbar button */
|
|
"Highlight" = "Выделить";
|
|
|
|
/* Image toolbar button */
|
|
"Image" = "Картинка";
|
|
|
|
/* Install shell utility button */
|
|
"Install" = "Установить";
|
|
|
|
/* Ordered list toolbar button */
|
|
"Ordered List" = "Нумерованный список";
|
|
|
|
/* Shift text to the right toolbar button */
|
|
"Shift Right" = "Сместить вправо";
|
|
|
|
/* Strikethrough toolbar button */
|
|
"Strikethrough" = "Зачеркнуть";
|
|
|
|
/* Unordered list toolbar button */
|
|
"Unordered List" = "Маркированный список";
|
|
|