Добавляем все файлы
This commit is contained in:
514
main_plugin/editor/lang.php
Executable file
514
main_plugin/editor/lang.php
Executable file
@@ -0,0 +1,514 @@
|
||||
<?php
|
||||
$lang = [
|
||||
'ru' => [
|
||||
'insert_line' => 'Вставить линию',
|
||||
'thickness_px' => 'Толщина (px)',
|
||||
'width_px_percent' => 'Ширина (px, %)',
|
||||
'position' => 'Положение',
|
||||
'left' => 'Слева',
|
||||
'center' => 'По центру',
|
||||
'right' => 'Справа',
|
||||
'in_text' => 'В тексте',
|
||||
'color' => 'Цвет',
|
||||
'choose_color' => 'Нажмите, чтобы выбрать цвет',
|
||||
'insert' => 'Вставить',
|
||||
'insert_hr' => 'Вставить горизонтальную линию',
|
||||
'insert_table' => 'Вставить таблицу',
|
||||
'rows' => 'Строки',
|
||||
'columns' => 'Колонки',
|
||||
'padding_inner_px' => 'Внутренний отступ (px)',
|
||||
'padding_outer_px' => 'Внешний отступ (px)',
|
||||
'border_px' => 'Рамка (px)',
|
||||
'border_color' => 'Цвет рамки',
|
||||
'background_color' => 'Цвет фона',
|
||||
'upload' => 'Загрузить',
|
||||
'select' => 'Выбрать',
|
||||
'image_url' => 'URL изображения',
|
||||
'image_width_px' => 'Ширина изображения (px)',
|
||||
'image_height_px' => 'Высота изображения (px)',
|
||||
'margin_outer_px' => 'Внешний отступ (px)',
|
||||
'link' => 'Ссылка',
|
||||
'select_page_from_site' => 'Выбрать страницу с сайта',
|
||||
'open_in_new_window' => 'Открывать в новом окне',
|
||||
'yes' => 'Да',
|
||||
'no' => 'Нет',
|
||||
'underline' => 'Подчеркивание',
|
||||
'insert_link' => 'Вставить ссылку',
|
||||
'change_text_color' => 'Изменить цвет текста',
|
||||
'change_text_background' => 'Изменить цвет фона текста',
|
||||
'create_plugin_left' => 'Создать плагин слева',
|
||||
'enter_plugin_name' => 'Введите имя плагина',
|
||||
'plugin_name_guidelines' => 'В имени плагина только англ. буквы, цифры, пробелы, _',
|
||||
'used_plugin_names' => 'Используемые имена плагинов',
|
||||
'enter_plugin_title' => 'Введите заголовок плагина',
|
||||
'add' => 'Добавить',
|
||||
'add_plugin_left' => 'Добавить левый плагин',
|
||||
'select_plugin' => 'Выберите плагин',
|
||||
'create_plugin_right' => 'Создать плагин справа',
|
||||
'add_plugin_right' => 'Добавить правый плагин',
|
||||
'create_page' => 'Создать страницу',
|
||||
'select_or_create_file' => 'Выбрать или создать файл',
|
||||
'menu_name' => 'Название в меню',
|
||||
'tab_title' => 'Название во вкладке',
|
||||
'design' => 'Дизайн',
|
||||
'create' => 'Создать',
|
||||
'edit' => 'Изменить',
|
||||
'save' => 'Сохранить',
|
||||
'save_as' => 'Сохранить как',
|
||||
'open' => 'Открыть',
|
||||
'new' => 'Новый',
|
||||
'html_code_main_block_alt' => 'HTML-код главного блока',
|
||||
'html_code_main_block_title' => 'HTML-код главного блока',
|
||||
'undo_action_alt' => 'Отменить действие',
|
||||
'undo_action_title' => 'Отменить действие',
|
||||
'redo_action_alt' => 'Повторить действие',
|
||||
'redo_action_title' => 'Повторить действие',
|
||||
'bold_alt' => 'Жирный',
|
||||
'bold_title' => 'Сделать текст жирным',
|
||||
'italic_alt' => 'Курсив',
|
||||
'italic_title' => 'Сделать текст курсивом',
|
||||
'underline_alt' => 'Подчеркнутый',
|
||||
'underline_title' => 'Сделать текст подчеркнутым',
|
||||
'strikethrough_alt' => 'Зачеркнутый',
|
||||
'strikethrough_title' => 'Сделать текст зачеркнутым',
|
||||
'font_color_alt' => 'Цвет шрифта',
|
||||
'font_color_title' => 'Сделать текст другим цветом',
|
||||
'background_color_alt' => 'Цвет фона',
|
||||
'background_color_title' => 'Сделать фон другим цветом',
|
||||
'superscript_alt' => 'Надстрочный',
|
||||
'superscript_title' => 'Сделать текст надстрочным',
|
||||
'subscript_alt' => 'Подстрочный',
|
||||
'subscript_title' => 'Сделать текст подстрочным',
|
||||
'list_none' => 'Без списка',
|
||||
'align_left_alt' => 'Выравнить влево',
|
||||
'align_left_title' => 'Выравнивание влево',
|
||||
'align_center_alt' => 'Выравнить по центру',
|
||||
'align_center_title' => 'Выравнивание по центру',
|
||||
'align_right_alt' => 'Выравнить вправо',
|
||||
'align_right_title' => 'Выравнивание вправо',
|
||||
'align_justify_alt' => 'Выровнять по ширине',
|
||||
'align_justify_title' => 'Выровнять по ширине',
|
||||
'remove_format_alt' => 'Удалить форматирование',
|
||||
'remove_format_title' => 'Удалить форматирование',
|
||||
'insert_link_alt' => 'Вставить ссылку',
|
||||
'insert_link_title' => 'Вставить ссылку',
|
||||
'remove_link_alt' => 'Удалить ссылку',
|
||||
'remove_link_title' => 'Удалить ссылку',
|
||||
'edit_title_title' => 'Изменить заголовок',
|
||||
'insert_image_link' => 'Вставить изображение по ссылке',
|
||||
'insert_image_PC' => 'Загрузить изображение с компьютера',
|
||||
'insert_image_manager' => 'Выбрать изображение через менеджер',
|
||||
'insert_symbol' => 'Вставить символ',
|
||||
'delete_plugin' => 'Удалить плагин',
|
||||
'move_plugin' => 'Переместить плагин',
|
||||
'copy' => 'Копировать',
|
||||
'cut' => 'Вырезать',
|
||||
'paste' => 'Вставить',
|
||||
'auto' => 'авто',
|
||||
|
||||
'insert_url' => 'Вставьте URL!',
|
||||
'delete_plugin_confirm' => 'Удалить плагин?',
|
||||
'action_not_defined' => 'Действие не определено',
|
||||
'plugin_name_empty_error' => 'Имя плагина не может быть пустым!',
|
||||
'plugin_not_selected_error' => 'Плагин не выбран!',
|
||||
'plugin_name_guidelines' => 'В имени плагина можно использовать только английские буквы, цифры, пробелы и подчеркивания!',
|
||||
'plugin_name_exists_suffix' => ' - это имя плагина уже используется!',
|
||||
'used_plugin_names' => 'Используемые имена плагина:',
|
||||
'plugin_created_left_suffix' => 'создан на левую',
|
||||
'plugin_added_left_suffix' => 'добавлен на левую',
|
||||
'plugin_created_right_suffix' => 'создан на правую',
|
||||
'plugin_added_right_suffix' => 'добавлен на правую',
|
||||
'img_upload_error' => 'Ошибка при загрузке изображения!',
|
||||
'rows_or_columns_not_specified' => 'Вы не указали количество строк или столбцов!',
|
||||
'insert_url_or_select_image' => 'Вставьте URL или выберите изображение!',
|
||||
'cursor_not_in_editable_field' => 'Курсор не в редактируемом поле!',
|
||||
'cursor_or_selection_not_in_editable_field' => 'Курсор или выделение не в редактируемом поле!',
|
||||
'no_text_selected' => 'Вы не выделили текст!',
|
||||
|
||||
'padding_top_px' => 'Отступ сверху (px)',
|
||||
'padding_right_px' => 'Отступ справа (px)',
|
||||
'padding_bottom_px' => 'Отступ снизу (px)',
|
||||
'padding_left_px' => 'Отступ слева (px)',
|
||||
'thickness_tooltip' => 'Толщина линии в пикселях',
|
||||
'width_tooltip' => 'Ширина в процентах или пикселях',
|
||||
'position_tooltip' => 'Позиция элемента',
|
||||
'padding_top_tooltip' => 'Задайте верхний отступ в пикселях',
|
||||
'padding_right_tooltip' => 'Задайте правый отступ в пикселях',
|
||||
'padding_bottom_tooltip' => 'Задайте нижний отступ в пикселях',
|
||||
'padding_left_tooltip' => 'Задайте левый отступ в пикселях',
|
||||
'url_tooltip' => 'Введите URL изображения',
|
||||
'height_tooltip' => 'Высота изображения в пикселях',
|
||||
'margin_tooltip' => 'Внешний отступ в пикселях',
|
||||
'border_tooltip' => 'Толщина рамки в пикселях',
|
||||
'link_tooltip' => 'Ссылка при клике на изображение',
|
||||
'caption' => 'Подпись к изображению',
|
||||
'caption_tooltip' => 'Текст подписи под изображением',
|
||||
'add_row_tooltip' => 'Добавить строку в таблицу',
|
||||
'delete_row_tooltip' => 'Удалить строку из таблицы',
|
||||
'add_column_tooltip' => 'Добавить столбец в таблицу',
|
||||
'delete_column_tooltip' => 'Удалить столбец из таблицы',
|
||||
'padding_inner_tooltip' => 'Внутренний отступ в пикселях',
|
||||
'padding_outer_tooltip' => 'Внешний отступ в пикселях',
|
||||
'plugin_title_empty_error' => 'Заголовок пустой!',
|
||||
'open_page' => 'Откройте страницу на сайте, а не через менеджер!',
|
||||
'enter_new_title' => 'Введите новый заголовок:',
|
||||
'title_saved' => 'Заголовок сохранён!',
|
||||
'new_file' => 'Новый файл',
|
||||
'add_row' => 'Добавить строку',
|
||||
'delete_row' => 'Удалить строку',
|
||||
'add_column' => 'Добавить столбец',
|
||||
'delete_column'=> 'Удалить столбец',
|
||||
'left_clear' => 'Слева (без текста)',
|
||||
'right_clear' => 'Справа (без текста)',
|
||||
'center_clear'=> 'По центру (без текста)',
|
||||
'left_text' => 'Слева с текстом',
|
||||
'right_text' => 'Справа с текстом',
|
||||
'link_tooltip' => 'Ссылка при клике на изображение',
|
||||
'margin_top_px' => 'Внешний отступ сверху (px)',
|
||||
'margin_right_px' => 'Внешний отступ справа (px)',
|
||||
'margin_bottom_px' => 'Внешний отступ снизу (px)',
|
||||
'margin_left_px' => 'Внешний отступ слева (px)',
|
||||
'in_text' => 'В тексте'
|
||||
],
|
||||
'en' => [
|
||||
'insert_line' => 'Insert line',
|
||||
'thickness_px' => 'Thickness (px)',
|
||||
'width_px_percent' => 'Width (px, %)',
|
||||
'position' => 'Position',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'in_text' => 'In text',
|
||||
'color' => 'Color',
|
||||
'choose_color' => 'Click to choose color',
|
||||
'insert' => 'Insert',
|
||||
'insert_hr' => 'Insert horizontal line',
|
||||
'insert_table' => 'Insert table',
|
||||
'rows' => 'Rows',
|
||||
'columns' => 'Columns',
|
||||
'padding_inner_px' => 'Inner padding (px)',
|
||||
'padding_outer_px' => 'Outer padding (px)',
|
||||
'border_px' => 'Border (px)',
|
||||
'border_color' => 'Border color',
|
||||
'background_color' => 'Background color',
|
||||
'upload' => 'Upload',
|
||||
'select' => 'Select',
|
||||
'image_url' => 'Image URL',
|
||||
'image_width_px' => 'Image width (px)',
|
||||
'image_height_px' => 'Image height (px)',
|
||||
'margin_outer_px' => 'Outer margin (px)',
|
||||
'link' => 'Link',
|
||||
'select_page_from_site' => 'Select page from site',
|
||||
'open_in_new_window' => 'Open in new window',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'underline' => 'Underline',
|
||||
'insert_link' => 'Insert link',
|
||||
'change_text_color' => 'Change text color',
|
||||
'change_text_background' => 'Change text background',
|
||||
'create_plugin_left' => 'Create plugin left',
|
||||
'enter_plugin_name' => 'Enter plugin name',
|
||||
'plugin_name_guidelines' => 'Plugin name: letters, digits, spaces, underscores',
|
||||
'used_plugin_names' => 'Used plugin names',
|
||||
'enter_plugin_title' => 'Enter plugin title',
|
||||
'add' => 'Add',
|
||||
'add_plugin_left' => 'Add left plugin',
|
||||
'select_plugin' => 'Select plugin',
|
||||
'create_plugin_right' => 'Create plugin right',
|
||||
'add_plugin_right' => 'Add right plugin',
|
||||
'create_page' => 'Create page',
|
||||
'select_or_create_file' => 'Select or create file',
|
||||
'menu_name' => 'Menu name',
|
||||
'tab_title' => 'Tab title',
|
||||
'design' => 'Design',
|
||||
'create' => 'Create',
|
||||
'edit' => 'Edit',
|
||||
'save' => 'Save',
|
||||
'save_as' => 'Save as',
|
||||
'open' => 'Open',
|
||||
'new' => 'New',
|
||||
'html_code_main_block_alt' => 'HTML code main block',
|
||||
'html_code_main_block_title' => 'HTML code main block',
|
||||
'undo_action_alt' => 'Undo action',
|
||||
'undo_action_title' => 'Undo action',
|
||||
'redo_action_alt' => 'Redo action',
|
||||
'redo_action_title' => 'Redo action',
|
||||
'bold_alt' => 'Bold',
|
||||
'bold_title' => 'Make text bold',
|
||||
'italic_alt' => 'Italic',
|
||||
'italic_title' => 'Make text italic',
|
||||
'underline_alt' => 'Underline',
|
||||
'underline_title' => 'Underline text',
|
||||
'strikethrough_alt' => 'Strikethrough',
|
||||
'strikethrough_title' => 'Strikethrough text',
|
||||
'font_color_alt' => 'Font color',
|
||||
'font_color_title' => 'Change font color',
|
||||
'background_color_alt' => 'Background color',
|
||||
'background_color_title' => 'Change background color',
|
||||
'superscript_alt' => 'Superscript',
|
||||
'superscript_title' => 'Make text superscript',
|
||||
'subscript_alt' => 'Subscript',
|
||||
'subscript_title' => 'Make text subscript',
|
||||
'list_none' => 'Without a list',
|
||||
'align_left_alt' => 'Align left',
|
||||
'align_left_title' => 'Align text left',
|
||||
'align_center_alt' => 'Align center',
|
||||
'align_center_title' => 'Align text center',
|
||||
'align_right_alt' => 'Align right',
|
||||
'align_right_title' => 'Align text right',
|
||||
'align_justify_alt' => 'Justify',
|
||||
'align_justify_title' => 'Justify text',
|
||||
'remove_format_alt' => 'Remove format',
|
||||
'remove_format_title' => 'Remove formatting',
|
||||
'insert_link_alt' => 'Insert link',
|
||||
'insert_link_title' => 'Insert link',
|
||||
'remove_link_alt' => 'Remove link',
|
||||
'remove_link_title' => 'Remove link',
|
||||
'edit_title_title' => 'Edit title',
|
||||
'insert_image_link' => 'Insert image by link',
|
||||
'insert_image_PC' => 'Upload image from PC',
|
||||
'insert_image_manager' => 'Choose image from manager',
|
||||
'insert_symbol' => 'Insert symbol',
|
||||
'delete_plugin' => 'Delete plugin',
|
||||
'move_plugin' => 'Move plugin',
|
||||
'copy' => 'Copy',
|
||||
'cut' => 'Cut',
|
||||
'paste' => 'Paste',
|
||||
'auto' => 'auto',
|
||||
|
||||
'insert_url' => 'Insert URL!',
|
||||
'delete_plugin_confirm' => 'Delete plugin?',
|
||||
'action_not_defined' => 'Action not defined',
|
||||
'plugin_name_empty_error' => 'Plugin name cannot be empty!',
|
||||
'plugin_not_selected_error' => 'Plugin not selected!',
|
||||
'plugin_name_guidelines' => 'Plugin name can only contain English letters, numbers, spaces, and underscores!',
|
||||
'plugin_name_exists_suffix' => ' - this plugin name is already taken!',
|
||||
'used_plugin_names' => 'Used plugin names:',
|
||||
'plugin_created_left_suffix' => 'created on the left',
|
||||
'plugin_added_left_suffix' => 'added on the left',
|
||||
'plugin_created_right_suffix' => 'created on the right',
|
||||
'plugin_added_right_suffix' => 'added on the right',
|
||||
'img_upload_error' => 'Image upload error!',
|
||||
'rows_or_columns_not_specified' => 'You didn\'t specify the number of rows or columns!',
|
||||
'insert_url_or_select_image' => 'Insert URL or select an image!',
|
||||
'cursor_not_in_editable_field' => 'Cursor is not in an editable field!',
|
||||
'cursor_or_selection_not_in_editable_field' => 'Cursor or selection is not in an editable field!',
|
||||
'no_text_selected' => 'No text selected!',
|
||||
|
||||
'padding_top_px' => 'Padding top (px)',
|
||||
'padding_right_px' => 'Padding right (px)',
|
||||
'padding_bottom_px' => 'Padding bottom (px)',
|
||||
'padding_left_px' => 'Padding left (px)',
|
||||
'thickness_tooltip' => 'Line thickness in pixels',
|
||||
'width_tooltip' => 'Width in percent or pixels',
|
||||
'position_tooltip' => 'Element position',
|
||||
'padding_top_tooltip' => 'Set top padding in pixels',
|
||||
'padding_right_tooltip' => 'Set right padding in pixels',
|
||||
'padding_bottom_tooltip' => 'Set bottom padding in pixels',
|
||||
'padding_left_tooltip' => 'Set left padding in pixels',
|
||||
'url_tooltip' => 'Enter image URL',
|
||||
'height_tooltip' => 'Image height in pixels',
|
||||
'margin_tooltip' => 'Outer margin in pixels',
|
||||
'border_tooltip' => 'Border width in pixels',
|
||||
'link_tooltip' => 'Link on image click',
|
||||
'caption' => 'Image caption',
|
||||
'caption_tooltip' => 'Text displayed under the image',
|
||||
'add_row_tooltip' => 'Add a row to the table',
|
||||
'delete_row_tooltip' => 'Delete a row from the table',
|
||||
'add_column_tooltip' => 'Add a column to the table',
|
||||
'delete_column_tooltip' => 'Delete a column from the table',
|
||||
'padding_inner_tooltip' => 'Inner padding in pixels',
|
||||
'padding_outer_tooltip' => 'Outer padding in pixels',
|
||||
'plugin_title_empty_error' => 'Title is empty!',
|
||||
'open_page' => 'Open the page on the website, not through the manager!',
|
||||
'enter_new_title' => 'Enter a new title:',
|
||||
'title_saved' => 'Title saved!',
|
||||
'new_file' => 'Jauns fails',
|
||||
'add_row' => 'Add row',
|
||||
'delete_row' => 'Delete row',
|
||||
'add_column' => 'Add column',
|
||||
'delete_column'=> 'Delete column',
|
||||
'left_clear' => 'Left (no text)',
|
||||
'right_clear' => 'Right (no text)',
|
||||
'center_clear'=> 'Center (no text)',
|
||||
'left_text' => 'Left with text',
|
||||
'link_tooltip' => 'Link on image click',
|
||||
'margin_top_px' => 'Margin top (px)',
|
||||
'margin_right_px' => 'Margin right (px)',
|
||||
'margin_bottom_px' => 'Margin bottom (px)',
|
||||
'margin_left_px' => 'Margin left (px)',
|
||||
'right_text' => 'Right with text'
|
||||
],
|
||||
'lv' => [
|
||||
'insert_line' => 'Ievietot līniju',
|
||||
'thickness_px' => 'Biezums (px)',
|
||||
'width_px_percent' => 'Platums (px, %)',
|
||||
'position' => 'Novietojums',
|
||||
'left' => 'Pa kreisi',
|
||||
'center' => 'Centrā',
|
||||
'right' => 'Pa labi',
|
||||
'in_text' => 'Tekstā',
|
||||
'color' => 'Krāsa',
|
||||
'choose_color' => 'Klikšķiniet, lai izvēlētos krāsu',
|
||||
'insert' => 'Ievietot',
|
||||
'insert_hr' => 'Ievietot horizontālu līniju',
|
||||
'insert_table' => 'Ievietot tabulu',
|
||||
'rows' => 'Rindas',
|
||||
'columns' => 'Kolonnas',
|
||||
'padding_inner_px' => 'Iekšējais atkāpums (px)',
|
||||
'padding_outer_px' => 'Ārējais atkāpums (px)',
|
||||
'border_px' => 'Rāmja biezums (px)',
|
||||
'border_color' => 'Rāmja krāsa',
|
||||
'background_color' => 'Fona krāsa',
|
||||
'upload' => 'Augšupielādēt',
|
||||
'select' => 'Izvēlēties',
|
||||
'image_url' => 'Attēla URL',
|
||||
'image_width_px' => 'Attēla platums (px)',
|
||||
'image_height_px' => 'Attēla augstums (px)',
|
||||
'margin_outer_px' => 'Ārējais atkāpums (px)',
|
||||
'link' => 'Saite',
|
||||
'select_page_from_site' => 'Izvēlēties lapu no vietnes',
|
||||
'open_in_new_window' => 'Atvērt jaunā logā',
|
||||
'yes' => 'Jā',
|
||||
'no' => 'Nē',
|
||||
'underline' => 'Pasvītrojums',
|
||||
'insert_link' => 'Ievietot saiti',
|
||||
'change_text_color' => 'Mainīt teksta krāsu',
|
||||
'change_text_background' => 'Mainīt teksta fona krāsu',
|
||||
'create_plugin_left' => 'Izveidot spraudni pa kreisi',
|
||||
'enter_plugin_name' => 'Ievadiet spraudņa nosaukumu',
|
||||
'plugin_name_guidelines' => 'Nosaukumā tikai angļu burtu, ciparu, atstarpju un apakšsvītru',
|
||||
'used_plugin_names' => 'Izmantotie spraudņu nosaukumi',
|
||||
'enter_plugin_title' => 'Ievadiet spraudņa virsrakstu',
|
||||
'add' => 'Pievienot',
|
||||
'add_plugin_left' => 'Pievienot kreiso spraudni',
|
||||
'select_plugin' => 'Izvēlēties spraudni',
|
||||
'create_plugin_right' => 'Izveidot spraudni pa labi',
|
||||
'add_plugin_right' => 'Pievienot labo spraudni',
|
||||
'create_page' => 'Izveidot lapu',
|
||||
'select_or_create_file' => 'Izvēlēties vai izveidot failu',
|
||||
'menu_name' => 'Nosaukums izvēlnē',
|
||||
'tab_title' => 'Cilnes virsraksts',
|
||||
'design' => 'Dizains',
|
||||
'create' => 'Izveidot',
|
||||
'edit' => 'Rediģēt',
|
||||
'save' => 'Saglabāt',
|
||||
'save_as' => 'Saglabāt kā',
|
||||
'open' => 'Atvērt',
|
||||
'new' => 'Jauns',
|
||||
'html_code_main_block_alt' => 'Galvenā bloka HTML kods',
|
||||
'html_code_main_block_title' => 'Galvenā bloka HTML kods',
|
||||
'undo_action_alt' => 'Atcelt darbību',
|
||||
'undo_action_title' => 'Atcelt darbību',
|
||||
'redo_action_alt' => 'Atkārtot darbību',
|
||||
'redo_action_title' => 'Atkārtot darbību',
|
||||
'bold_alt' => 'Treknraksts',
|
||||
'bold_title' => 'Padarīt tekstu treknu',
|
||||
'italic_alt' => 'Kursīvs',
|
||||
'italic_title' => 'Padarīt tekstu kursīvu',
|
||||
'underline_alt' => 'Pasvītrot',
|
||||
'underline_title' => 'Pasvītrot tekstu',
|
||||
'strikethrough_alt' => 'Pārvilkt',
|
||||
'strikethrough_title' => 'Pārvilkt tekstu',
|
||||
'font_color_alt' => 'Fonta krāsa',
|
||||
'font_color_title' => 'Mainīt fonta krāsu',
|
||||
'background_color_alt' => 'Fona krāsa',
|
||||
'background_color_title' => 'Mainīt fona krāsu',
|
||||
'superscript_alt' => 'Augšraksts',
|
||||
'superscript_title' => 'Padarīt tekstu augšrakstu',
|
||||
'subscript_alt' => 'Apakšraksts',
|
||||
'subscript_title' => 'Padarīt tekstu apakšrakstu',
|
||||
'list_none' => 'Bez saraksta',
|
||||
'align_left_alt' => 'Līdzināt pa kreisi',
|
||||
'align_left_title' => 'Līdzināt pa kreisi',
|
||||
'align_center_alt' => 'Centrēt',
|
||||
'align_center_title' => 'Centrēt tekstu',
|
||||
'align_right_alt' => 'Līdzināt pa labi',
|
||||
'align_right_title' => 'Līdzināt pa labi',
|
||||
'align_justify_alt' => 'Izlīdzināt',
|
||||
'align_justify_title' => 'Izlīdzināt tekstu',
|
||||
'remove_format_alt' => 'Noņemt formatējumu',
|
||||
'remove_format_title' => 'Noņemt formatējumu',
|
||||
'insert_link_alt' => 'Ievietot saiti',
|
||||
'insert_link_title' => 'Ievietot saiti',
|
||||
'remove_link_alt' => 'Noņemt saiti',
|
||||
'remove_link_title' => 'Noņemt saiti',
|
||||
'edit_title_title' => 'Rediģēt virsrakstu',
|
||||
'insert_image_link' => 'Ievietot attēlu pēc saites',
|
||||
'insert_image_PC' => 'Augšupielādēt attēlu no datora',
|
||||
'insert_image_manager' => 'Izvēlēties attēlu no pārvaldnieka',
|
||||
'insert_symbol' => 'Ievietot simbolu',
|
||||
'delete_plugin' => 'Dzēst spraudni',
|
||||
'move_plugin' => 'Pārvietot spraudni',
|
||||
'copy' => 'Kopēt',
|
||||
'cut' => 'Izgriezt',
|
||||
'paste' => 'Ielīmēt',
|
||||
'auto' => 'auto',
|
||||
|
||||
'insert_url' => 'Ievietojiet URL!',
|
||||
'delete_plugin_confirm' => 'Vai dzēst spraudni?',
|
||||
'action_not_defined' => 'Darbība nav definēta',
|
||||
'plugin_name_empty_error' => 'Spraudņa nosaukums nedrīkst būt tukšs!',
|
||||
'plugin_not_selected_error' => 'Spraudnis nav izvēlēts!',
|
||||
'plugin_name_guidelines' => 'Spraudņa nosaukumā var izmantot tikai angļu alfabēta burtus, ciparus, atstarpes un zemsvītras līnijas!',
|
||||
'plugin_name_exists_suffix' => ' - šis spraudņa nosaukums jau ir izmantots!',
|
||||
'used_plugin_names' => 'Izmantotie spraudņu nosaukumi:',
|
||||
'plugin_created_left_suffix' => 'izveidots kreisajā pusē',
|
||||
'plugin_added_left_suffix' => 'pievienots kreisajā pusē',
|
||||
'plugin_created_right_suffix' => 'izveidots labajā pusē',
|
||||
'plugin_added_right_suffix' => 'pievienots labajā pusē',
|
||||
'img_upload_error' => 'Attēla augšupielādes kļūda!',
|
||||
'rows_or_columns_not_specified' => 'Jūs neesat norādījis rindu vai kolonnu skaitu!',
|
||||
'insert_url_or_select_image' => 'Ievietojiet URL vai izvēlieties attēlu!',
|
||||
'cursor_not_in_editable_field' => 'Kursors nav rediģējamā laukā!',
|
||||
'cursor_or_selection_not_in_editable_field' => 'Kursors vai atlase nav rediģējamā laukā!',
|
||||
'no_text_selected' => 'Nav izvēlēts teksts!',
|
||||
|
||||
'padding_top_px' => 'Augšējais polsterējums (px)',
|
||||
'padding_right_px' => 'Labais polsterējums (px)',
|
||||
'padding_bottom_px' => 'Apakšējais polsterējums (px)',
|
||||
'padding_left_px' => 'Kreisais polsterējums (px)',
|
||||
'thickness_tooltip' => 'Līnijas biezums pikseļos',
|
||||
'width_tooltip' => 'Platums procentos vai pikseļos',
|
||||
'position_tooltip' => 'Elementa pozīcija',
|
||||
'padding_top_tooltip' => 'Iestatiet augšējo polsterējumu pikseļos',
|
||||
'padding_right_tooltip' => 'Iestatiet labo polsterējumu pikseļos',
|
||||
'padding_bottom_tooltip' => 'Iestatiet apakšējo polsterējumu pikseļos',
|
||||
'padding_left_tooltip' => 'Iestatiet kreiso polsterējumu pikseļos',
|
||||
'url_tooltip' => 'Ievadiet attēla URL',
|
||||
'height_tooltip' => 'Attēla augstums pikseļos',
|
||||
'margin_tooltip' => 'Ārējais attālums pikseļos',
|
||||
'border_tooltip' => 'Rāmja platums pikseļos',
|
||||
'link_tooltip' => 'Saite, kad klikšķina uz attēla',
|
||||
'caption' => 'Attēla paraksts',
|
||||
'caption_tooltip' => 'Teksts zem attēla',
|
||||
'add_row_tooltip' => 'Pievienot rindu tabulai',
|
||||
'delete_row_tooltip' => 'Dzēst rindu no tabulas',
|
||||
'add_column_tooltip' => 'Pievienot kolonnu tabulai',
|
||||
'delete_column_tooltip' => 'Dzēst kolonnu no tabulas',
|
||||
'padding_inner_tooltip' => 'Iekšējais polsterējums pikseļos',
|
||||
'padding_outer_tooltip' => 'Ārējais polsterējums pikseļos',
|
||||
'plugin_title_empty_error' => 'Virsraksts ir tukšs!',
|
||||
'open_page' => 'Atveriet lapu vietnē, nevis caur pārvaldnieku!',
|
||||
'enter_new_title' => 'Ievadiet jauno virsrakstu:',
|
||||
'title_saved' => 'Virsraksts saglabāts!',
|
||||
'new_file' => 'Jauns fails',
|
||||
'add_row' => 'Pievienot rindu',
|
||||
'delete_row' => 'Dzēst rindu',
|
||||
'add_column' => 'Pievienot kolonnu',
|
||||
'delete_column'=> 'Dzēst kolonnu',
|
||||
'left_clear' => 'Pa kreisi (bez teksta)',
|
||||
'right_clear' => 'Pa labi (bez teksta)',
|
||||
'center_clear'=> 'Centrēti (bez teksta)',
|
||||
'left_text' => 'Pa kreisi ar tekstu',
|
||||
'right_text' => 'Pa labi ar tekstu',
|
||||
'link_tooltip' => 'Saite kad klikšķina uz attēla',
|
||||
'margin_top_px' => 'Ārējais attālums augšā (px)',
|
||||
'margin_right_px' => 'Ārējais attālums pa labi (px)',
|
||||
'margin_bottom_px' => 'Ārējais attālums apakšā (px)',
|
||||
'margin_left_px' => 'Ārējais attālums pa kreisi (px)',
|
||||
'in_text' => 'Tekstā'
|
||||
],
|
||||
];
|
||||
|
||||
return $lang;
|
||||
Reference in New Issue
Block a user