-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicolás
committed
Feb 21, 2024
1 parent
225c521
commit 7734e65
Showing
65 changed files
with
1,250 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<html> | ||
<header> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/styles.css"> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/help.css"> | ||
</header> | ||
<body> | ||
<h1>{$node_name}</h1> | ||
<p>Опція "Налаштування Панелі Стану" з меню "Система" в Issabel дозволяє ввімкнути або вимкнути видимість аплетів на інформаційній панелі.</p> | ||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_applet_admin.png" border="0"> | ||
<p>Зображення 1</p></div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: | ||
Codificación: UTF-8 | ||
+----------------------------------------------------------------------+ | ||
| Issabel version 4.0.0-7 | | ||
| http://www.issabel.org | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 2006 Palosanto Solutions S. A. | | ||
+----------------------------------------------------------------------+ | ||
| The contents of this file are subject to the General Public License | | ||
| (GPL) Version 2 (the "License"); you may not use this file except in | | ||
| compliance with the License. You may obtain a copy of the License at | | ||
| http://www.opensource.org/licenses/gpl-license.php | | ||
| | | ||
| Software distributed under the License is distributed on an "AS IS" | | ||
| basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | | ||
| the License for the specific language governing rights and | | ||
| limitations under the License. | | ||
+----------------------------------------------------------------------+ | ||
| The Initial Developer of the Original Code is PaloSanto Solutions | | ||
+----------------------------------------------------------------------+ | ||
$Id: uk.lang,v 1.0 2023/09/23 17:13:30 Ltd LeNET [email protected] Exp $ */ | ||
global $arrLangModule; | ||
$arrLangModule=array( | ||
"Dashboard Applet Admin" => "Налаштування Панелі Стану", | ||
"Applet" => "Апплет", | ||
"Activated" => "Активовано", | ||
"You must have at least one applet activated" => "Ви повинні мати хоча б один активований аплет", | ||
"Check All" => "Вибрати/Скасувати Всі", | ||
"System Resources" => "Системні Ресурси", | ||
"Processes Status" => "Стан Процесів", | ||
"Hard Drives" => "Жорсткі Диски", | ||
"Performance Graphic" => "Графік Продуктивності", | ||
"News" => "Новини", | ||
"Communication Activity" => "Комунікаційна Активність", | ||
"Calendar" => "Календар", | ||
"Calls" => "Виклики", | ||
"Emails" => "Електронна Пошта", | ||
"Faxes" => "Факси", | ||
"Voicemails" => "Голосова Пошта", | ||
"System" => "Система", | ||
"Telephony Hardware" => "Телефонне Обладнання", | ||
"Issabel Network" => "Мережа Issabel", | ||
); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<html> | ||
<header> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/styles.css"> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/help.css"> | ||
</header> | ||
<body> | ||
|
||
<h1>{$node_name}</h1> | ||
|
||
<p>Опція "Бекап/Відновлення" меню "Система" дозволяє створити резервну копію та відновити конфігурацію Issabel. Якщо ви робили резервну копію будь-коли раніше, це з’явиться в списку <i>(Зображення 1)</i>. Щоб завантажити резервну копію зі списку, просто натисніть назву файлу tar. </p> | ||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_backup_restore.png" border="0" /> | ||
<p>Зображення 1</p></div> | ||
<br /> | ||
|
||
<h2>Виконання Резервного Копіювання</h2> | ||
|
||
<p>Щоб створити резервну копію, просто натисніть кнопку "Створити Резервну Копію...". Виберіть всі конфігурації, які ви хочете створити резервну копію з Issabel, і натисніть кнопку "Розпочати Процес".</p> | ||
<br /> | ||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_backup.png" border="0" /> | ||
<p>Зображення 2</p></div> | ||
<br /> | ||
|
||
<h2>Відновити Резервну Копію</h2> | ||
|
||
<p>У списку резервних копій <i>(Зображення 1)</i> натисніть кнопку "Відновити", розташовану праворуч від резервної копії, яку потрібно відновити. Потім виберіть конфігурацію для відновлення та натисніть кнопку "Розпочати Процес" <i>(Зображення 3)</i>.</p> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_restore.png" border="0" /> | ||
<p>Зображення 3</p></div> | ||
<br /> | ||
|
||
<h2>FTP Бекап</h2> | ||
|
||
<p>Щоб використовувати FTP-сервер для завантаження і вивантаження резервних копій, просто натисніть кнопку "FTP Бекап" <i>(Зображення 1)</i>. Спочатку заповніть необхідну інформацію для з'єднання з FTP-сервером, а потім натисніть кнопку "Зберегти", щоб зберегти зміни.</p> | ||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP1.png" border="0" /> | ||
<p>Зображення 4</p></div> | ||
<br /> | ||
<h3>Завантаження файлів на FTP-сервер</h3> | ||
<p>Щоб завантажити резервну копію на FTP-сервер, перетягніть файл резервної копії з розділу Локальний Сервер до розділу FTP-Сервер.</p> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP2.png" border="0" /> | ||
<p>Зображення 5</p></div> | ||
<br /> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP3.png" border="0" /> | ||
<p>Зображення 6</p></div> | ||
<br /> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP4.png" border="0" /> | ||
<p>Зображення 7</p></div> | ||
<br /> | ||
<h3>Завантаження файлів з FTP-сервера</h3> | ||
<p>Щоб завантажити файли резервних копій на сервер Issabel, просто перетягніть файл з розділу FTP-Сервер в розділ Локальний Сервер.</p> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP5.png" border="0" /> | ||
<p>Зображення 8</p></div> | ||
<br /> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP6.png" border="0" /> | ||
<p>Зображення 9</p></div> | ||
<br /> | ||
|
||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_FTP7.png" border="0" /> | ||
<p>Зображення 10</p></div> | ||
<br /> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<?php | ||
/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: | ||
Codificación: UTF-8 | ||
+----------------------------------------------------------------------+ | ||
| Issabel Version 4.0 | | ||
| http://www.issabel.org | | ||
+----------------------------------------------------------------------+ | ||
| Copyright (c) 2017 Issabel Foundation | | ||
| Copyright (c) 2006 Palosanto Solutions S. A. | | ||
+----------------------------------------------------------------------+ | ||
| The contents of this file are subject to the General Public License | | ||
| (GPL) Version 2 (the "License"); you may not use this file except in | | ||
| compliance with the License. You may obtain a copy of the License at | | ||
| http://www.opensource.org/licenses/gpl-license.php | | ||
| | | ||
| Software distributed under the License is distributed on "AS IS" | | ||
| basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See | | ||
| the License for the specific language governing rights and | | ||
| limitations under the License. | | ||
+----------------------------------------------------------------------+ | ||
| The Initial Developer of the Original Code is PaloSanto Solutions | | ||
| | | ||
| Translated by: Ltd LeNET | | ||
| Email: [email protected] | | ||
+----------------------------------------------------------------------+ | ||
$Id: uk.lang,v 1.7 2023-09-30 22:20:39 Ltd LeNET Exp $ */ | ||
global $arrLangModule; | ||
$arrLangModule=array( | ||
"Are you sure you wish to delete backup (s)?" => "Ви впевнені, що хочете видалити резервну копію (ї)?", | ||
"Database" => "База Даних", | ||
"PDF" => "PDF", | ||
"Endpoint" => "Телефони", | ||
"Asterisk" => "Астеріск", | ||
"All options (Fax)" => "Усі опції (Факс)", | ||
"All options (Email)" => "Усі опції (Електронна Пошта)", | ||
"All options (Endpoint)" => "Усі опції (Телефони)", | ||
"All options (Asterisk)" => "Усі опції (Астеріск)", | ||
"DAHDI Configuration" => "Налаштування DAHDI", | ||
"Others" => "Інші", | ||
"All options (Others)" => "Усі опції (Інші)", | ||
"SugarCRM Database" => "База Даних SugarCRM", | ||
"VtigerCRM Database" => "База Даних VtigerCRM", | ||
"A2billing Database" => "База Даних A2billing", | ||
"Mysql Database" => "База Даних Mysql", | ||
"Menus and Permissions" => "Меню та Права", | ||
"This process could take several minutes" => "Цей процес може зайняти деякий час", | ||
"Mailbox" => "Поштові Скриньки", | ||
"(Heavy Content)" => "(Великий Об'єм)", | ||
"UPLOAD" => "Завантажити", | ||
"File Upload" => "Файл Завантажений", | ||
"The backup file would have a tar extension" => "Файл резервної копії буде мати розширення tar", | ||
"Error copying the file" => "Помилка копіювання файлу", | ||
"The file was copied correctly" => "Файл скопійовано коректно", | ||
"Backup" => "Створити Резервну Копію...", | ||
"Process" => "Розпочати Процес", | ||
"Restore" => "Відновити", | ||
"Issabel Database" => "База Даних Issabel", | ||
"Sounds" => "Звуки", | ||
"Configuration Files" => "Конфігураційні Файли", | ||
"Monitors" => "Записи Розмов", | ||
"tFTP" => "tFTP", | ||
"Email Acccounts" => "Облікові Записи Електронної Пошти", | ||
"Choose an option to backup" => "Виберіть опції для резервного копіювання", | ||
"Could not generate backup file" => "Неможливо згенерувати файл резервної копії", | ||
"Backup Complete!" => "Резервне Копіювання Завершено!", | ||
"Choose an option to restore" => "Виберіть опції для відновлення", | ||
"Backup file path can't be empty" => "Файл резервної копії не повинен бути порожнім", | ||
"File doesn't exist" => "Файл не існує", | ||
"Restore Complete!" => "Відновлення Завершено!", | ||
"Backup File Location" => "Шлях до файлу резервної копії", | ||
"Select All options" => "Вибрати Усі Опції", | ||
"Backup/Restore" => "Резервне Копіювання", | ||
"Backup List" => "Список Резервних Копій", | ||
"Name Backup" => "Ім'я Резервної Копії", | ||
"Error when deleting backup file" => "Помилка видалення резервної копії", | ||
"There are not backup file selected" => "Не вибрано жодної резервної копії", | ||
"Action" => "Дія", | ||
"Folder backup doesn't exist" => "Папка резервного копіювання не існує", | ||
"Flash Operator Panel Config Files" => "Файли Налаштування Flash Панелі Оператора (FOP)", | ||
"Date" => "Дата", | ||
"Voicemails" => "Голосова Пошта", | ||
"Fax" => "Факс", | ||
"Email" => "Електронна Пошта", | ||
"Dahdi Configuration" => "Налаштування Dahdi", | ||
"Cancel" => "Скасувати", | ||
"Select all in this section" => "Вибрати все у цьому розділі", | ||
"MOH" => "Музика На Утриманні", | ||
"Others new" => "Інші", | ||
"Calendar Database" => "База Даних Календаря", | ||
"Address Book Database" => "База Даних Адресної Книги", | ||
"Conference Database" => "База Даних Конференцій", | ||
"FTP Backup" => "FTP Бекап", | ||
"Server FTP" => "FTP-Сервер", | ||
"Port" => "Порт", | ||
"User" => "Ім'я Користувач", | ||
"Password" => "Пароль Користувача", | ||
"Local" => "Локальний Сервер", | ||
"Download" => "Скачати", | ||
"Path Server FTP" => "Шлях на Сервері FTP", | ||
"Error to connect" => "Будь ласка, заповніть всі поля для підключення до сервера", | ||
"Error Connection" => "Неможливо Підключитися до Сервера", | ||
"Error user_password" => "Не можу з'єднатися із вказаним ім'ям користувача та паролем", | ||
"Error to save" => "Будь ласка, заповніть всі поля, щоб зберегти", | ||
"Error Drag Drop" => "Будь Ласка Перетягніть Файл Між Списками", | ||
"Error to request" => "Виникла проблема з підключеннямм", | ||
"Successfully uploaded" => "Вдало завантажений", | ||
"Problem uploading" => "Виникла проблема із завантаженням", | ||
"Successfully written" => "Вдало записано", | ||
"Problem downloading" => "Виникла проблема під час завантаження", | ||
"TITLE" => "Будь ласка, перетягніть файл між списками для завантаження або скачування по FTP", | ||
"AUTOMATIC" => "Автоматичний Бекап", | ||
"DAILY" => "Щодня", | ||
"MONTHLY" => "Щомісяця", | ||
"WEEKLY" => "Щотижня", | ||
"DISABLED" => "Вимкнено", | ||
"SUCCESSFUL" => "Успішний Процес", | ||
"Unabled write file" => "Неможливо записати файл", | ||
"Unabled open file" => "Неможливо відкрити файл", | ||
"EOP" => "EOP", | ||
"programs" => "Програми", | ||
"Warning" => "<b><font size='2' color='red'>УВАГА:</font></b> Версія відновлення відрізняється від поточної. Можуть виникнути серйозні проблеми із роботою програм після відновлення. Натисніть 'Обробити', якщо хочете продовжити або 'Скасувати', якщо ні.", | ||
"local_version" => "Поточна", | ||
"external_version" => "Резервної Копії", | ||
"details" => "переглянути деталі", | ||
"warning_details" => "Деталі Попередження", | ||
"no_file_xml" => "<b><font size='2' color='red'>УВАГА:</font></b> Немає даних про версію у файлі Резервної копії. Можуть виникнути серйозні проблеми із роботою програм після відновлення. Натисніть 'Обробити', якщо хочете продовжити або 'Скасувати', якщо ні.", | ||
"asterisk" => "Астеріск", | ||
"dahdi" => "DAHDI", | ||
"wanpipe-util" => "Wanpipe-Util", | ||
"issabelpbx" => "Issabelpbx", | ||
"issabel" => "Issabel", | ||
"Package" => "Пакет", | ||
"issabel-pbx" => "Issabel PBX", | ||
"issabel-email_admin" => "Issabel Пошта", | ||
"issabel-agenda" => "Issabel Agenda", | ||
"issabel-fax" => "Issabel Факс", | ||
"issabel-vtigercrm" => "Issabel VtigerCRM", | ||
"issabel-a2billing" => "Issabel A2billing", | ||
"issabel-sugarcrm-addon" => "Issabel SugarCRM", | ||
"Package not installed" => "Не встановлений", | ||
"Version" => "Версія", | ||
"Please verify if the mysql password is the correct in /etc/issabel.conf (mysqlrootpwd)" => "Будь ласка, переконайтеся, що пароль mysql є правильним в /etc/issabel.conf (mysqlrootpwd)", | ||
"Page" => "Сторінка", | ||
"Options Backup" => "Опції Резервної Копії", | ||
"Progress" => "Прогрес", | ||
"FTP server credentials not set" => "Не вказано облікові дані FTP-Сервера", | ||
"records" => "записів", | ||
"Backup file path can" => "Файл резервної копії не може бути порожнім", | ||
"File doesn" => "Файл не існує", | ||
"Folder backup doesn" => "Папка резервного копіювання не існує", | ||
"No records match the filter criteria" => "Немає записів які відповідають критеріям фільтра", | ||
); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<html> | ||
<header> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/styles.css"> | ||
<link rel="stylesheet" href="/themes/{$THEMENAME}/help.css"> | ||
</header> | ||
<body> | ||
<h1>{$node_name}</h1> | ||
<p align="Justify"></p> | ||
<p>Модуль "Бета Канал" дозволяє активувати або деактивувати бета-репозиторій Issabel для тестування нічних версій пакунків.</p> | ||
<br /> | ||
<div class="hlp_figures"><img src="../modules/{$node_id}/images/uk_hlp_betachannel.png" border="0" /> | ||
<p>Зображення 1</p></div> | ||
|
||
<br /> | ||
<p>Щоб увімкнути або вимкнути канал, переведіть його в стан ON, а щоб вимкнути - в стан OFF.</p> | ||
<br /> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.