Файл: wysiwyg/live/scripts/language/ru/editor_lang.js
Строк: 179
<?php
/*** Translation ***/
LanguageDirectory="ru";
function getTxt(s)
  {
  switch(s)
    {
    case "Save":return "Сохранить";
    case "Preview":return "Предпросмотр";
    case "Full Screen":return "На весь экран";
    case "Search":return "Поиск";
    case "Check Spelling":return "Проверить орфографию";
    case "Text Formatting":return "Формат текста";
    case "List Formatting":return "Формат списка";
    case "Paragraph Formatting":return "Формат параграфа";
    case "Styles":return "Стили";
    case "Custom CSS":return "CSS";
    case "Styles & Formatting":return "Стили и форма";
    case "Style Selection":return "Выбор стиля";
    case "Paragraph":return "Параграф";
    case "Font Name":return "Гарнитура";
    case "Font Size":return "Размер";
    case "Cut":return "Вырезать";
    case "Copy":return "Копировать";
    case "Paste":return "Вставить";
    case "Undo":return "Отменить";
    case "Redo":return "Повторить";
    case "Bold":return "Жирный";
    case "Italic":return "Курсив";
    case "Underline":return "Подчеркнутый";
    case "Strikethrough":return "Зачеркнутый";
    case "Superscript":return "Верхний индекс";
    case "Subscript":return "Нижний индекс";
    case "Justify Left":return "По левому краю";
    case "Justify Center":return "По центру";
    case "Justify Right":return "По правому краю";
    case "Justify Full":return "По ширине";
    case "Numbering":return "Числа";
    case "Bullets":return "Маркеры";
    case "Indent":return "Увеличить отступ";
    case "Outdent":return "Уменьшить отступ";
    case "Left To Right":return "Слева направо";
    case "Right To Left":return "Справа налево";
    case "Foreground Color":return "Цвет текста";
    case "Background Color":return "Цвет фона";
    case "Hyperlink":return "Ссылка";
    case "Bookmark":return "Закладка";
    case "Special Characters":return "Спецсимволы";
    case "Image":return "Изображение";
    case "Flash":return "Flash";
    case "Media":return "Медиа";
    case "Content Block":return "Фильтр контента";
    case "Internal Link":return "Внутренняя ссылка";
    case "Internal Image":return "Внутреннее изображение";
    case "Object":return "Объект";
    case "Insert Table":return "Вставить таблицу";
    case "Table Size":return "Размер таблицы";
    case "Edit Table":return "Редактировать таблицу";
    case "Edit Cell":return "Редактировать ячейку";
    case "Table":return "Таблица";
    case "AutoTable":return "Автоформат таблицы";
    case "Border & Shading":return "Рамки и тени";
    case "Show/Hide Guidelines":return "Показать/скрыть рамки";
    case "Absolute":return "Абсолютный";
    case "Paste from Word":return "Вставить из Word";
    case "Line":return "Строка";
    case "Form Editor":return "Редактор форм";
    case "Form":return "Форма";
    case "Text Field":return "Текстовое поле";
    case "List":return "Список";
    case "Checkbox":return "Флаг";
    case "Radio Button":return "Радио кнопка";
    case "Hidden Field":return "Скрытое поле";
    case "File Field":return "Поле файла";
    case "Button":return "Кнопка";
    case "Clean":return "Очистить";//not used
    case "View/Edit Source":return "Просмот исходного кода";
    case "Tag Selector":return "Выбор тегов";
    case "Clear All":return "Очистить все";
    case "Tags":return "Теги";
    case "Heading 1":return "Заголовок 1";
    case "Heading 2":return "Заголовок 2";
    case "Heading 3":return "Заголовок 3";
    case "Heading 4":return "Заголовок 4";
    case "Heading 5":return "Заголовок 5";
    case "Heading 6":return "Заголовок 6";
    case "Preformatted":return "Код";
    case "Normal (P)":return "Параграф (P)";
    case "Normal (DIV)":return "Параграф (DIV)";
    case "Size 1":return "Размер 1";
    case "Size 2":return "Размер 2";
    case "Size 3":return "Размер 3";
    case "Size 4":return "Размер 4";
    case "Size 5":return "Размер 5";
    case "Size 6":return "Размер 6";
    case "Size 7":return "Размер 7";
    case "Are you sure you wish to delete all contents?":
      return "Вы уверены что хотите очистить все содержимое?";
    case "Remove Tag": return "Удалить тег";
    case "Custom Colors":return "Свои цвета";
    case "More Colors...":return "Еще цвета...";
    case "Box Formatting":return "Формат бокса";
    case "Advanced Table Insert":return "Расширенная вставка таблицы";
    case "Edit Table/Cell":return "Редактировать таблицу/ячейку";
    case "Print":return "Печать";
    case "Paste Text":return "Вставить текст";
    case "CSS Builder":return "Конструктор CSS";
    case "Remove Formatting":return "Очистить форматирование";
    case "Table Dimension Text": return "Таблица";
    case "Table Advance Link": return "Дополнительно";
    case "Fonts": return "Шрифты";
    case "Text": return "Текст";
    case "Link": return "Ссылка";
    case "YoutubeVideo": return "Видео Youtube";
    case "Search & Replace": return "Найти и заменить";
    case "HTML Editor": return "HTML редактор";
    case "Emoticons": return "Смайлы";
    case "PasteWarning": return "Пожалуйста, вставьте с помощью сочетания клавиш CTRL+V."; /*Your browser security settings don't permit this operation.*/
    case "Quote": return "Цитата";
    default:return "";
    }
  }
?>