Files
2024-10-14 00:08:40 +02:00

574 lines
37 KiB
Perl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
# --
package Kernel::Language::uk_FAQ;
use strict;
use warnings;
use utf8;
sub Data {
my $Self = shift;
# Template: AgentFAQAdd
$Self->{Translation}->{'Add FAQ Article'} = 'Додати артикул довідника';
$Self->{Translation}->{'Keywords'} = 'Ключові слова';
$Self->{Translation}->{'A category is required.'} = 'Категорія обов\'язкова';
$Self->{Translation}->{'Approval'} = 'Погодження';
# Template: AgentFAQCategory
$Self->{Translation}->{'FAQ Category Management'} = 'Менеджер категорії FAQ';
$Self->{Translation}->{'Add FAQ Category'} = 'Додати категорію FAQ';
$Self->{Translation}->{'Edit FAQ Category'} = 'Редагувати категорію FAQ';
$Self->{Translation}->{'Add category'} = 'Додати категорію';
$Self->{Translation}->{'Add Category'} = 'Додати категорію';
$Self->{Translation}->{'Edit Category'} = 'Редагувати категорію';
$Self->{Translation}->{'Subcategory of'} = 'Підкатегорії';
$Self->{Translation}->{'Please select at least one permission group.'} = 'Будь ласка виберіть хоч одну групу доступу';
$Self->{Translation}->{'Agent groups that can access articles in this category.'} = 'Групи ангентів, що мають доступ до статтей в цій категорії';
$Self->{Translation}->{'Will be shown as comment in Explorer.'} = 'Буде показано, як коментар у Провіднику';
$Self->{Translation}->{'Do you really want to delete this category?'} = 'Ви дійсно хочете видалити цю категорію?';
$Self->{Translation}->{'You can not delete this category. It is used in at least one FAQ article and/or is parent of at least one other category'} =
'Ви не можете видалити цю категорію. Вона використовується або є батьківською для іншої категорії';
$Self->{Translation}->{'This category is used in the following FAQ article(s)'} = 'Ця категорія використовується в наступних статтях FAQ';
$Self->{Translation}->{'This category is parent of the following subcategories'} = 'Ця категорія є батьківською для наступних підкатегорій';
# Template: AgentFAQDelete
$Self->{Translation}->{'Do you really want to delete this FAQ article?'} = 'Ви дійсно хочете видалити цю статтю?';
# Template: AgentFAQEdit
$Self->{Translation}->{'FAQ'} = 'База знань';
# Template: AgentFAQExplorer
$Self->{Translation}->{'FAQ Explorer'} = 'Огляд Бази знань';
$Self->{Translation}->{'Quick Search'} = 'Швидкий пошук';
$Self->{Translation}->{'Wildcards are allowed.'} = 'Підстановка дозволена';
$Self->{Translation}->{'Advanced Search'} = 'Розширений пошук';
$Self->{Translation}->{'Subcategories'} = 'Підкатегорії';
$Self->{Translation}->{'FAQ Articles'} = 'Статті Бази знань';
$Self->{Translation}->{'No subcategories found.'} = 'Підкатегорії не знайдені';
# Template: AgentFAQHistory
$Self->{Translation}->{'History of'} = 'Історія';
$Self->{Translation}->{'History Content'} = 'Історія';
$Self->{Translation}->{'Createtime'} = 'Час створення';
# Template: AgentFAQJournalOverviewSmall
$Self->{Translation}->{'No FAQ Journal data found.'} = 'Не має журналу FAQ';
# Template: AgentFAQLanguage
$Self->{Translation}->{'FAQ Language Management'} = 'Керування мовами FAQ';
$Self->{Translation}->{'Add FAQ Language'} = 'Додати мову FAQ';
$Self->{Translation}->{'Edit FAQ Language'} = 'Редагувати мову FAQ';
$Self->{Translation}->{'Use this feature if you want to work with multiple languages.'} =
'Використовуйте цю опцію якщо ви хочете працювати з декількома мовами';
$Self->{Translation}->{'Add language'} = 'Додати мову';
$Self->{Translation}->{'Add Language'} = 'Додати мову';
$Self->{Translation}->{'Edit Language'} = 'Редагувати мову';
$Self->{Translation}->{'Do you really want to delete this language?'} = 'Ви дійсно хочете видалити цю мову?';
$Self->{Translation}->{'You can not delete this language. It is used in at least one FAQ article!'} =
'';
$Self->{Translation}->{'This language is used in the following FAQ Article(s)'} = 'Ця мова використовується в наступних статтях';
# Template: AgentFAQOverviewNavBar
$Self->{Translation}->{'Context Settings'} = 'Налаштування контексту';
$Self->{Translation}->{'FAQ articles per page'} = 'Кількість статтей на сторінку';
# Template: AgentFAQOverviewSmall
$Self->{Translation}->{'No FAQ data found.'} = 'Не знайдено даних';
# Template: AgentFAQRelatedArticles
$Self->{Translation}->{'out of 5'} = 'з 5';
# Template: AgentFAQSearch
$Self->{Translation}->{'Keyword'} = 'Ключовеслово';
$Self->{Translation}->{'Vote (e. g. Equals 10 or GreaterThan 60)'} = 'Оцінка (діапазон значення)';
$Self->{Translation}->{'Rate (e. g. Equals 25% or GreaterThan 75%)'} = 'Рейтинг %';
$Self->{Translation}->{'Approved'} = 'Погоджено';
$Self->{Translation}->{'Last changed by'} = 'В останнє змінено:';
$Self->{Translation}->{'FAQ Article Create Time (before/after)'} = 'Час створення статті (до/після)';
$Self->{Translation}->{'FAQ Article Create Time (between)'} = 'Час створення статті (між)';
$Self->{Translation}->{'FAQ Article Change Time (before/after)'} = 'Час зміни статті (до/після)';
$Self->{Translation}->{'FAQ Article Change Time (between)'} = 'Час зміни статті (між)';
# Template: AgentFAQSearchOpenSearchDescriptionFulltext
$Self->{Translation}->{'FAQFulltext'} = 'Повнотектовий';
# Template: AgentFAQSearchSmall
$Self->{Translation}->{'FAQ Search'} = 'Пошук FAQ';
$Self->{Translation}->{'Profile Selection'} = 'Вибір профілю';
$Self->{Translation}->{'Vote'} = 'Оцінка';
$Self->{Translation}->{'No vote settings'} = 'Немає оцінок';
$Self->{Translation}->{'Specific votes'} = 'Окремі оцінки';
$Self->{Translation}->{'e. g. Equals 10 or GreaterThan 60'} = 'Приклад: рівне 10 чи більше ніж 60';
$Self->{Translation}->{'Rate'} = 'Рейтинг';
$Self->{Translation}->{'No rate settings'} = 'Немає рейтингу';
$Self->{Translation}->{'Specific rate'} = 'Окремий рейтинг';
$Self->{Translation}->{'e. g. Equals 25% or GreaterThan 75%'} = 'Приклад: Рівне 25% або бюільше ніж 75%';
$Self->{Translation}->{'FAQ Article Create Time'} = 'Час ствоерння статті';
$Self->{Translation}->{'FAQ Article Change Time'} = 'Час зміни статті';
# Template: AgentFAQZoom
$Self->{Translation}->{'FAQ Information'} = 'Інформація Бази знань';
$Self->{Translation}->{'Rating'} = 'Рейтинг';
$Self->{Translation}->{'Votes'} = 'Оцінки';
$Self->{Translation}->{'No votes found!'} = 'Немає оцінок';
$Self->{Translation}->{'No votes found! Be the first one to rate this FAQ article.'} = 'Не знайдено оцінок! Будьте першим хто оцінить данц статтю';
$Self->{Translation}->{'Download Attachment'} = 'Завантажити вкладення';
$Self->{Translation}->{'To open links in the following description blocks, you might need to press Ctrl or Cmd or Shift key while clicking the link (depending on your browser and OS).'} =
'Для вікриття посилання в наступних описових блоках, Вам можливо доведеться натиснути Ctrl або Cmd або Shift під час вибору';
$Self->{Translation}->{'How helpful was this article? Please give us your rating and help to improve the FAQ Database. Thank You!'} =
'Наскільки корисною була ця стаття? Будь ласка залиште оціку і допоможіть нам покращувати Базу Знань.';
$Self->{Translation}->{'not helpful'} = 'не допомогло';
$Self->{Translation}->{'very helpful'} = 'дуже допомогло';
# Template: AgentFAQZoomSmall
$Self->{Translation}->{'Add FAQ title to article subject'} = 'Додати заголовок статті до теми';
$Self->{Translation}->{'Insert FAQ Text'} = 'Вставити текст статті';
$Self->{Translation}->{'Insert Full FAQ'} = 'Вставити повну статтю';
$Self->{Translation}->{'Insert FAQ Link'} = 'Вставити посилання на статтю';
$Self->{Translation}->{'Insert FAQ Text & Link'} = 'Вставити текст статті та посилання';
$Self->{Translation}->{'Insert Full FAQ & Link'} = 'Вставити повну статтю та лінк';
# Template: CustomerFAQExplorer
$Self->{Translation}->{'No FAQ articles found.'} = 'Не знайдено статтей';
# Template: CustomerFAQRelatedArticles
$Self->{Translation}->{'This might be helpful'} = 'Це може бути корисним';
$Self->{Translation}->{'Found no helpful resources for the subject and text.'} = 'Не знайдено кориснолї інформації по введеній темі та тілу звернення';
$Self->{Translation}->{'Type a subject or text to get a list of helpful resources.'} = 'Введіть тему чи текст звернення щоб отримати корисну інформцію';
# Template: CustomerFAQSearch
$Self->{Translation}->{'Fulltext search in FAQ articles (e. g. "John*n" or "Will*")'} = 'Повнотекстовий пошук по статтях Бази Знань';
$Self->{Translation}->{'Vote restrictions'} = 'Обмеження оцінки';
$Self->{Translation}->{'Only FAQ articles with votes...'} = 'Тільки статті з оцінками...';
$Self->{Translation}->{'Rate restrictions'} = 'Обмеження рейтингу';
$Self->{Translation}->{'Only FAQ articles with rate...'} = 'Тільки статті з рейтингом';
$Self->{Translation}->{'Time restrictions'} = 'Тимчасові рамки';
$Self->{Translation}->{'Only FAQ articles created'} = 'Тільки статті створені';
$Self->{Translation}->{'Only FAQ articles created between'} = 'Тільки статті створені між';
$Self->{Translation}->{'Search-Profile as Template?'} = 'Профіль пошуку як шаблон?';
# Template: CustomerFAQZoom
$Self->{Translation}->{'Article Number'} = 'Номер статті';
$Self->{Translation}->{'Search for articles with keyword'} = 'Шукати статтю поключовому слову';
# Template: PublicFAQSearchOpenSearchDescriptionFAQNumber
$Self->{Translation}->{'Public'} = 'Публічний';
# Template: PublicFAQSearchResultShort
$Self->{Translation}->{'Back to FAQ Explorer'} = 'Повернутись до провідника Бази Знань';
# Perl Module: Kernel/Modules/AgentFAQAdd.pm
$Self->{Translation}->{'You need rw permission!'} = 'Вам необхідні права на запис';
$Self->{Translation}->{'No categories found where user has read/write permissions!'} = '';
$Self->{Translation}->{'No default language found and can\'t create a new one.'} = '';
# Perl Module: Kernel/Modules/AgentFAQCategory.pm
$Self->{Translation}->{'Need CategoryID!'} = '';
$Self->{Translation}->{'A category should have a name!'} = 'Категорія повинна мати назву!';
$Self->{Translation}->{'This category already exists'} = 'Дана категорія уже існує.';
$Self->{Translation}->{'This category already exists!'} = '';
$Self->{Translation}->{'No CategoryID is given!'} = '';
$Self->{Translation}->{'Was not able to delete the category %s!'} = '';
$Self->{Translation}->{'FAQ category updated!'} = 'Оновленні категорії довідника.';
$Self->{Translation}->{'FAQ category added!'} = 'Додані категорії довідникаа.';
$Self->{Translation}->{'Delete Category'} = '';
# Perl Module: Kernel/Modules/AgentFAQDelete.pm
$Self->{Translation}->{'No ItemID is given!'} = '';
$Self->{Translation}->{'You have no permission for this category!'} = '';
$Self->{Translation}->{'Was not able to delete the FAQ article %s!'} = '';
# Perl Module: Kernel/Modules/AgentFAQExplorer.pm
$Self->{Translation}->{'The CategoryID %s is invalid.'} = '';
# Perl Module: Kernel/Modules/AgentFAQHistory.pm
$Self->{Translation}->{'Can\'t show history, as no ItemID is given!'} = '';
$Self->{Translation}->{'FAQ History'} = '';
# Perl Module: Kernel/Modules/AgentFAQJournal.pm
$Self->{Translation}->{'FAQ Journal'} = '';
$Self->{Translation}->{'Need config option FAQ::Frontend::Overview'} = '';
$Self->{Translation}->{'Config option FAQ::Frontend::Overview needs to be a HASH ref!'} =
'';
$Self->{Translation}->{'No config option found for the view "%s"!'} = '';
# Perl Module: Kernel/Modules/AgentFAQLanguage.pm
$Self->{Translation}->{'No LanguageID is given!'} = '';
$Self->{Translation}->{'The name is required!'} = 'Необхідно ввести назву!';
$Self->{Translation}->{'This language already exists!'} = 'Ця мова вже існує!';
$Self->{Translation}->{'Was not able to delete the language %s!'} = '';
$Self->{Translation}->{'FAQ language updated!'} = 'Оновлено мову довідки!';
$Self->{Translation}->{'FAQ language added!'} = 'Додано мову довідки!';
$Self->{Translation}->{'Delete Language %s'} = '';
# Perl Module: Kernel/Modules/AgentFAQPrint.pm
$Self->{Translation}->{'Result'} = 'Результат';
$Self->{Translation}->{'Last update'} = '';
$Self->{Translation}->{'FAQ Dynamic Fields'} = '';
# Perl Module: Kernel/Modules/AgentFAQRichText.pm
$Self->{Translation}->{'No %s is given!'} = '';
$Self->{Translation}->{'Can\'t load LanguageObject!'} = '';
# Perl Module: Kernel/Modules/AgentFAQSearch.pm
$Self->{Translation}->{'No Result!'} = '';
$Self->{Translation}->{'FAQ Number'} = 'Номер FAQ';
$Self->{Translation}->{'Last Changed by'} = '';
$Self->{Translation}->{'FAQ Item Create Time (before/after)'} = '';
$Self->{Translation}->{'FAQ Item Create Time (between)'} = '';
$Self->{Translation}->{'FAQ Item Change Time (before/after)'} = '';
$Self->{Translation}->{'FAQ Item Change Time (between)'} = '';
$Self->{Translation}->{'Equals'} = '';
$Self->{Translation}->{'Greater than'} = '';
$Self->{Translation}->{'Greater than equals'} = '';
$Self->{Translation}->{'Smaller than'} = '';
$Self->{Translation}->{'Smaller than equals'} = '';
# Perl Module: Kernel/Modules/AgentFAQZoom.pm
$Self->{Translation}->{'Need FileID!'} = '';
$Self->{Translation}->{'Thanks for your vote!'} = 'Дякуємо, за те, що проголосували!';
$Self->{Translation}->{'You have already voted!'} = 'Ви вже голосували!';
$Self->{Translation}->{'No rate selected!'} = 'Немає обраної категорії!';
$Self->{Translation}->{'The voting mechanism is not enabled!'} = '';
$Self->{Translation}->{'The vote rate is not defined!'} = '';
# Perl Module: Kernel/Modules/CustomerFAQPrint.pm
$Self->{Translation}->{'FAQ Article Print'} = 'Надрукувати статтю довідника';
# Perl Module: Kernel/Modules/CustomerFAQSearch.pm
$Self->{Translation}->{'Created between'} = '';
# Perl Module: Kernel/Modules/CustomerFAQZoom.pm
$Self->{Translation}->{'Need ItemID!'} = '';
# Perl Module: Kernel/Modules/PublicFAQExplorer.pm
$Self->{Translation}->{'FAQ Articles (new created)'} = 'Довідник (нові статті)';
$Self->{Translation}->{'FAQ Articles (recently changed)'} = 'Довідник (недавно змінені статті)';
$Self->{Translation}->{'FAQ Articles (Top 10)'} = 'Довідник (найкращі 10 статтей)';
# Perl Module: Kernel/Modules/PublicFAQRSS.pm
$Self->{Translation}->{'No Type is given!'} = '';
$Self->{Translation}->{'Type must be either LastCreate or LastChange or Top10!'} = '';
$Self->{Translation}->{'Can\'t create RSS file!'} = '';
# Perl Module: Kernel/Output/HTML/HeaderMeta/AgentFAQSearch.pm
$Self->{Translation}->{'%s (FAQFulltext)'} = '';
# Perl Module: Kernel/Output/HTML/HeaderMeta/CustomerFAQSearch.pm
$Self->{Translation}->{'%s - Customer (%s)'} = '';
$Self->{Translation}->{'%s - Customer (FAQFulltext)'} = '';
# Perl Module: Kernel/Output/HTML/HeaderMeta/PublicFAQSearch.pm
$Self->{Translation}->{'%s - Public (%s)'} = '';
$Self->{Translation}->{'%s - Public (FAQFulltext)'} = '';
# Perl Module: Kernel/Output/HTML/Layout/FAQ.pm
$Self->{Translation}->{'Need rate!'} = '';
$Self->{Translation}->{'This article is empty!'} = '';
$Self->{Translation}->{'Latest created FAQ articles'} = 'Остання створена стаття';
$Self->{Translation}->{'Latest updated FAQ articles'} = 'Остання змінена стаття';
$Self->{Translation}->{'Top 10 FAQ articles'} = 'Топ 10 статтей';
# Perl Module: Kernel/Output/HTML/LinkObject/FAQ.pm
$Self->{Translation}->{'Content Type'} = '';
# Database XML Definition: FAQ.sopm
$Self->{Translation}->{'internal'} = 'внутрішній';
$Self->{Translation}->{'external'} = овнiшнє';
$Self->{Translation}->{'public'} = 'публічне';
# JS File: FAQ.Agent.ConfirmationDialog
$Self->{Translation}->{'Ok'} = '';
# SysConfig
$Self->{Translation}->{'A filter for HTML output to add links behind a defined string. The element Image allows two input kinds. First the name of an image (e.g. faq.png). In this case the OTRS image path will be used. The second possibility is to insert the link to the image.'} =
'';
$Self->{Translation}->{'Add FAQ article'} = '';
$Self->{Translation}->{'CSS color for the voting result.'} = '';
$Self->{Translation}->{'Cache Time To Leave for FAQ items.'} = '';
$Self->{Translation}->{'Category Management'} = '';
$Self->{Translation}->{'Category Management.'} = '';
$Self->{Translation}->{'Customer FAQ Print.'} = '';
$Self->{Translation}->{'Customer FAQ Related Articles'} = '';
$Self->{Translation}->{'Customer FAQ Related Articles.'} = '';
$Self->{Translation}->{'Customer FAQ Zoom.'} = '';
$Self->{Translation}->{'Customer FAQ search.'} = '';
$Self->{Translation}->{'Customer FAQ.'} = '';
$Self->{Translation}->{'Decimal places of the voting result.'} = '';
$Self->{Translation}->{'Default category name.'} = '';
$Self->{Translation}->{'Default language for FAQ articles on single language mode.'} = '';
$Self->{Translation}->{'Default maximum size of the titles in a FAQ article to be shown.'} =
'';
$Self->{Translation}->{'Default priority of tickets for the approval of FAQ articles.'} =
'';
$Self->{Translation}->{'Default state for FAQ entry.'} = '';
$Self->{Translation}->{'Default state of tickets for the approval of FAQ articles.'} = '';
$Self->{Translation}->{'Default type of tickets for the approval of FAQ articles.'} = '';
$Self->{Translation}->{'Default value for the Action parameter for the public frontend. The Action parameter is used in the scripts of the system.'} =
'';
$Self->{Translation}->{'Define Actions where a settings button is available in the linked objects widget (LinkObject::ViewMode = "complex"). Please note that these Actions must have registered the following JS and CSS files: Core.AllocationList.css, Core.UI.AllocationList.js, Core.UI.Table.Sort.js, Core.Agent.TableFilters.js and Core.Agent.LinkObject.js.'} =
'';
$Self->{Translation}->{'Define if the FAQ title should be concatenated to article subject.'} =
'';
$Self->{Translation}->{'Define which columns are shown in the linked FAQs widget (LinkObject::ViewMode = "complex"). Note: Only FAQ attributes and Dynamic Fields (DynamicField_NameX) are allowed for DefaultColumns. Possible settings: 0 = Disabled, 1 = Available, 2 = Enabled by default.'} =
'';
$Self->{Translation}->{'Defines an overview module to show the small view of a FAQ journal.'} =
'';
$Self->{Translation}->{'Defines an overview module to show the small view of a FAQ list.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in a FAQ search of the agent interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in a FAQ search of the customer interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in a FAQ search of the public interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in the FAQ Explorer of the agent interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in the FAQ Explorer of the customer interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ attribute for FAQ sorting in the FAQ Explorer of the public interface.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order in the FAQ Explorer result of the agent interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order in the FAQ Explorer result of the customer interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order in the FAQ Explorer result of the public interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order of a search result in the agent interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order of a search result in the customer interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default FAQ order of a search result in the public interface. Up: oldest on top. Down: latest on top.'} =
'';
$Self->{Translation}->{'Defines the default shown FAQ search attribute for FAQ search screen.'} =
'';
$Self->{Translation}->{'Defines the information to be inserted in a FAQ based Ticket. "Full FAQ" includes text, attachments and inline images.'} =
'';
$Self->{Translation}->{'Defines the parameters for the dashboard backend. "Limit" defines the number of entries displayed by default. "Group" is used to restrict access to the plugin (e. g. Group: admin;group1;group2;). "Default" indicates if the plugin is enabled by default or if the user needs to enable it manually.'} =
'';
$Self->{Translation}->{'Defines the shown columns in the FAQ Explorer. This option has no effect on the position of the column.'} =
'';
$Self->{Translation}->{'Defines the shown columns in the FAQ journal. This option has no effect on the position of the column.'} =
'';
$Self->{Translation}->{'Defines the shown columns in the FAQ search. This option has no effect on the position of the column.'} =
'';
$Self->{Translation}->{'Defines where the \'Insert FAQ\' link will be displayed.'} = '';
$Self->{Translation}->{'Definition of FAQ item free text field.'} = '';
$Self->{Translation}->{'Delete this FAQ'} = '';
$Self->{Translation}->{'Dynamic fields shown in the FAQ add screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ edit screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ overview screen of the customer interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ overview screen of the public interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ print screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ print screen of the customer interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ print screen of the public interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ search screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ search screen of the customer interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ search screen of the public interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ small format overview screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ zoom screen of the agent interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ zoom screen of the customer interface.'} =
'';
$Self->{Translation}->{'Dynamic fields shown in the FAQ zoom screen of the public interface.'} =
'';
$Self->{Translation}->{'Edit this FAQ'} = '';
$Self->{Translation}->{'Enable multiple languages on FAQ module.'} = '';
$Self->{Translation}->{'Enable the related article feature for the customer frontend.'} =
'';
$Self->{Translation}->{'Enable voting mechanism on FAQ module.'} = '';
$Self->{Translation}->{'Explorer'} = 'Провідник';
$Self->{Translation}->{'FAQ AJAX Responder'} = '';
$Self->{Translation}->{'FAQ AJAX Responder for Richtext.'} = '';
$Self->{Translation}->{'FAQ Area'} = '';
$Self->{Translation}->{'FAQ Area.'} = '';
$Self->{Translation}->{'FAQ Delete.'} = '';
$Self->{Translation}->{'FAQ Edit.'} = '';
$Self->{Translation}->{'FAQ History.'} = '';
$Self->{Translation}->{'FAQ Journal Overview "Small" Limit'} = '';
$Self->{Translation}->{'FAQ Overview "Small" Limit'} = '';
$Self->{Translation}->{'FAQ Print.'} = '';
$Self->{Translation}->{'FAQ search backend router of the agent interface.'} = '';
$Self->{Translation}->{'Field4'} = '';
$Self->{Translation}->{'Field5'} = '';
$Self->{Translation}->{'Full FAQ'} = '';
$Self->{Translation}->{'Group for the approval of FAQ articles.'} = '';
$Self->{Translation}->{'History of this FAQ'} = '';
$Self->{Translation}->{'Include internal fields on a FAQ based Ticket.'} = '';
$Self->{Translation}->{'Include the name of each field in a FAQ based Ticket.'} = '';
$Self->{Translation}->{'Interfaces where the quick search should be shown.'} = '';
$Self->{Translation}->{'Journal'} = '';
$Self->{Translation}->{'Language Management'} = '';
$Self->{Translation}->{'Language Management.'} = '';
$Self->{Translation}->{'Limit for the search to build the keyword FAQ article list.'} = '';
$Self->{Translation}->{'Limit.'} = '';
$Self->{Translation}->{'Link another object to this FAQ item'} = '';
$Self->{Translation}->{'List of queue names for which the related article feature is enabled.'} =
'';
$Self->{Translation}->{'List of state types which can be used in the agent interface.'} =
'';
$Self->{Translation}->{'List of state types which can be used in the customer interface.'} =
'';
$Self->{Translation}->{'List of state types which can be used in the public interface.'} =
'';
$Self->{Translation}->{'Loader module registration for the public interface.'} = '';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the FAQ Explorer result of the agent interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the FAQ Explorer result of the customer interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the FAQ Explorer result of the public interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the FAQ journal in the agent interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the result of a search in the agent interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the result of a search in the customer interface.'} =
'';
$Self->{Translation}->{'Maximum number of FAQ articles to be displayed in the result of a search in the public interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Explorer in the agent interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Explorer in the customer interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Explorer in the public interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Search in the agent interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Search in the customer interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ Search in the public interface.'} =
'';
$Self->{Translation}->{'Maximum size of the titles in a FAQ article to be shown in the FAQ journal in the agent interface.'} =
'';
$Self->{Translation}->{'Module to generate HTML OpenSearch profile for short FAQ search in the customer interface.'} =
'';
$Self->{Translation}->{'Module to generate HTML OpenSearch profile for short FAQ search in the public interface.'} =
'';
$Self->{Translation}->{'Module to generate html OpenSearch profile for short FAQ search.'} =
'';
$Self->{Translation}->{'New FAQ Article.'} = '';
$Self->{Translation}->{'New FAQ articles need approval before they get published.'} = '';
$Self->{Translation}->{'Number of FAQ articles to be displayed in the FAQ Explorer of the customer interface.'} =
'';
$Self->{Translation}->{'Number of FAQ articles to be displayed in the FAQ Explorer of the public interface.'} =
'';
$Self->{Translation}->{'Number of FAQ articles to be displayed on each page of a search result in the customer interface.'} =
'';
$Self->{Translation}->{'Number of FAQ articles to be displayed on each page of a search result in the public interface.'} =
'';
$Self->{Translation}->{'Number of shown items in last changes.'} = '';
$Self->{Translation}->{'Number of shown items in last created.'} = '';
$Self->{Translation}->{'Number of shown items in the top 10 feature.'} = '';
$Self->{Translation}->{'Output filter to add Java-script to CustomerTicketMessage screen.'} =
'';
$Self->{Translation}->{'Output limit for the related FAQ articles.'} = '';
$Self->{Translation}->{'Parameters for the pages (in which the FAQ items are shown) of the small FAQ journal overview.'} =
'';
$Self->{Translation}->{'Parameters for the pages (in which the FAQ items are shown) of the small FAQ overview.'} =
'';
$Self->{Translation}->{'Print this FAQ'} = '';
$Self->{Translation}->{'Public FAQ Print.'} = '';
$Self->{Translation}->{'Public FAQ Zoom.'} = '';
$Self->{Translation}->{'Public FAQ search.'} = '';
$Self->{Translation}->{'Public FAQ.'} = '';
$Self->{Translation}->{'Queue for the approval of FAQ articles.'} = '';
$Self->{Translation}->{'Rates for voting. Key must be in percent.'} = '';
$Self->{Translation}->{'S'} = '';
$Self->{Translation}->{'Search FAQ'} = '';
$Self->{Translation}->{'Search FAQ Small.'} = '';
$Self->{Translation}->{'Search FAQ.'} = '';
$Self->{Translation}->{'Select how many items should be shown in Journal Overview "Small" by default.'} =
'';
$Self->{Translation}->{'Select how many items should be shown in Overview "Small" by default.'} =
'';
$Self->{Translation}->{'Set the default height (in pixels) of inline HTML fields in AgentFAQZoom.'} =
'';
$Self->{Translation}->{'Set the default height (in pixels) of inline HTML fields in CustomerFAQZoom (and PublicFAQZoom).'} =
'';
$Self->{Translation}->{'Set the maximum height (in pixels) of inline HTML fields in AgentFAQZoom.'} =
'';
$Self->{Translation}->{'Set the maximum height (in pixels) of inline HTML fields in CustomerFAQZoom (and PublicFAQZoom).'} =
'';
$Self->{Translation}->{'Show "Insert FAQ Link" Button in AgentFAQZoomSmall for public FAQ Articles.'} =
'';
$Self->{Translation}->{'Show "Insert FAQ Text & Link" / "Insert Full FAQ & Link" Button in AgentFAQZoomSmall for public FAQ Articles.'} =
'';
$Self->{Translation}->{'Show "Insert FAQ Text" / "Insert Full FAQ" Button in AgentFAQZoomSmall.'} =
'';
$Self->{Translation}->{'Show FAQ Article with HTML.'} = '';
$Self->{Translation}->{'Show FAQ path yes/no.'} = '';
$Self->{Translation}->{'Show invalid items in the FAQ Explorer result of the agent interface.'} =
'';
$Self->{Translation}->{'Show items of subcategories.'} = '';
$Self->{Translation}->{'Show last change items in defined interfaces.'} = '';
$Self->{Translation}->{'Show last created items in defined interfaces.'} = '';
$Self->{Translation}->{'Show the stars for the articles with a rating equal or greater like the defined value (set value \'0\' to deactivate the output).'} =
'';
$Self->{Translation}->{'Show top 10 items in defined interfaces.'} = '';
$Self->{Translation}->{'Show voting in defined interfaces.'} = '';
$Self->{Translation}->{'Shows a link in the menu that allows linking a FAQ with another object in the zoom view of such FAQ of the agent interface.'} =
'';
$Self->{Translation}->{'Shows a link in the menu that allows to delete a FAQ in its zoom view in the agent interface.'} =
'';
$Self->{Translation}->{'Shows a link in the menu to access the history of a FAQ in its zoom view of the agent interface.'} =
'';
$Self->{Translation}->{'Shows a link in the menu to edit a FAQ in the its zoom view of the agent interface.'} =
'';
$Self->{Translation}->{'Shows a link in the menu to go back in the FAQ zoom view of the agent interface.'} =
'';
$Self->{Translation}->{'Shows a link in the menu to print a FAQ in the its zoom view of the agent interface.'} =
'';
$Self->{Translation}->{'Solution'} = 'Рішення';
$Self->{Translation}->{'Symptom'} = 'Симптоми';
$Self->{Translation}->{'Text Only'} = '';
$Self->{Translation}->{'The default languages for the related FAQ articles.'} = '';
$Self->{Translation}->{'The identifier for a FAQ, e.g. FAQ#, KB#, MyFAQ#. The default is FAQ#.'} =
'';
$Self->{Translation}->{'This setting defines that a \'FAQ\' object can be linked with other \'FAQ\' objects using the \'Normal\' link type.'} =
'';
$Self->{Translation}->{'This setting defines that a \'FAQ\' object can be linked with other \'FAQ\' objects using the \'ParentChild\' link type.'} =
'';
$Self->{Translation}->{'This setting defines that a \'FAQ\' object can be linked with other \'Ticket\' objects using the \'Normal\' link type.'} =
'';
$Self->{Translation}->{'This setting defines that a \'FAQ\' object can be linked with other \'Ticket\' objects using the \'ParentChild\' link type.'} =
'';
$Self->{Translation}->{'Ticket body for approval of FAQ article.'} = '';
$Self->{Translation}->{'Ticket subject for approval of FAQ article.'} = '';
$Self->{Translation}->{'Toolbar Item for a shortcut.'} = '';
$Self->{Translation}->{'external (customer)'} = 'відкрите (клієнтам)';
$Self->{Translation}->{'internal (agent)'} = 'відкрите (агентам)';
$Self->{Translation}->{'public (all)'} = 'Загальнодоступне';
$Self->{Translation}->{'public (public)'} = '';
push @{ $Self->{JavaScriptStrings} // [] }, (
'No',
'Ok',
'Settings',
'Submit',
'This might be helpful',
'Yes',
);
}
1;