diff --git a/CHANGES.md b/CHANGES.md index d098769287f..e12f7ca1073 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,13 @@ -# 7.1.1 2024-??-?? +# 7.1.3 2024-??-?? + - 2024-08-21 Improved CSS for skin 'Dark'. [#558](https://github.com/znuny/Znuny/issues/558) + - 2024-08-21 Sector Nord AG: Fixed overflow of dynamic field groups in AgentTicketZoom process widget. Thanks to Sector Nord AG (@jsinagowitz). [PR#553](https://github.com/znuny/Znuny/pull/553) + - 2024-06-26 Fixed wrong inversion of avatar image when using skin 'Dark'. [#558](https://github.com/znuny/Znuny/issues/558) + +# 7.1.2 2024-07-24 + - 2024-07-24 Fixed migration for databases other than MySQL and MariaDB. + +# 7.1.1 2024-07-24 + - 2024-07-18 Added Dark Skin. - 2024-07-17 Removed ArticlePreViewModules from Medium.pm view. No articles are displayed at this point. - 2024-07-16 Added filtering and cache deletion to AdminSupportDataCollector. - 2024-07-11 Updated Moment.js to 2.30.1 and jQueryUI to 1.13.3. @@ -22,6 +31,7 @@ - 2024-05-03 Icons for shortcut and Apple touch are now configurable. - 2024-05-02 Added a bulk function to watch tickets. - 2024-04-30 Added a function to bulk-unwatch tickets in the overview of watched tickets. + - 2024-04-12 Fixed event registration regular expressions in config options. Thanks to Paweł Bogusławski (@pboguslawski) for reporting. [#440](https://github.com/znuny/Znuny/issues/440) - 2023-10-11 Added user preferences backend DBJSON. # 7.0.19 2024-06-26 @@ -278,6 +288,14 @@ - 2022-08-08 Admin - Added counter of AdminSettingPages per widget and additional focus by filter. - 2022-07-15 Frontend::ToolBarModule - Refactored the Toolbar registration, position and view. +# 6.5.10 2024-07-24 + - 2024-07-11 Updated Moment.js to 2.30.1 and jQueryUI to 1.13.3. + - 2024-07-08 Improved and fixed links to customer and customer user information center in several widgets and overview pages. + - 2024-07-08 Invoker Ticket::Generic: Configured fields will now also be removed and encoded from/for given data (payload). + - 2024-06-20 Fixed output of last mention date in dashboard widget "Last mentions". + - 2024-04-12 Fixed event registration regular expressions in config options. Thanks to Paweł Bogusławski (@pboguslawski) for reporting. [#440](https://github.com/znuny/Znuny/issues/440) + - 2024-02-13 Fixed autocompletion search for dynamic field types WebserviceDropdown and WebserviceMultiselect in AgentTicketSearch dialog. + # 6.5.9 2024-06-26 - 2024-06-19 Fixed home directory check in AdminSystemFiles to work with symbolic links. - 2024-06-07 Fixed value used for owner lookup in AgentTicketProcess. Thanks to Falko Saller (@falkos). [#556](https://github.com/znuny/Znuny/pull/556) diff --git a/Kernel/Config/Files/XML/Calendar.xml b/Kernel/Config/Files/XML/Calendar.xml index b72f2a264a9..61c9fb176b3 100644 --- a/Kernel/Config/Files/XML/Calendar.xml +++ b/Kernel/Config/Files/XML/Calendar.xml @@ -489,7 +489,7 @@ Kernel::System::Calendar::Ticket::EscalationTime FirstResponseTime First response time - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate)\z E @@ -502,7 +502,7 @@ Kernel::System::Calendar::Ticket::EscalationTime UpdateTime Update time - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate)\z E @@ -515,7 +515,7 @@ Kernel::System::Calendar::Ticket::EscalationTime SolutionTime Solution time - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate)\z E @@ -528,7 +528,7 @@ Kernel::System::Calendar::Ticket::PendingTime PendingTime Pending time - TicketPendingTimeUpdate + \ATicketPendingTimeUpdate\z P @@ -541,7 +541,7 @@ Kernel::System::Calendar::Ticket::DynamicField DynamicField_%s DynamicField_%s - TicketDynamicFieldUpdate_.* + \ATicketDynamicFieldUpdate_.+ D @@ -611,7 +611,7 @@ Kernel::System::Calendar::Event::Notification - (AppointmentCreate|AppointmentUpdate|AppointmentDelete|AppointmentNotification|CalendarCreate|CalendarUpdate) + \A(AppointmentCreate|AppointmentUpdate|AppointmentDelete|AppointmentNotification|CalendarCreate|CalendarUpdate)\z @@ -754,7 +754,7 @@ Kernel::System::Calendar::Event::TicketAppointments - AppointmentUpdate + \AAppointmentUpdate\z @@ -894,7 +894,7 @@ Kernel::System::Ticket::Event::TicketAppointments - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate|TicketPendingTimeUpdate|TicketDynamicFieldUpdate_.* + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate|TicketPendingTimeUpdate|TicketDynamicFieldUpdate_.+)\z 1 diff --git a/Kernel/Config/Files/XML/Framework.xml b/Kernel/Config/Files/XML/Framework.xml index 2ffaa6e70dd..06ea400c9d4 100644 --- a/Kernel/Config/Files/XML/Framework.xml +++ b/Kernel/Config/Files/XML/Framework.xml @@ -2765,7 +2765,7 @@ Kernel::System::Package::Event::SupportDataSend - (PackageInstall|PackageReinstall|PackageUpgrade|PackageUninstall) + \A(PackageInstall|PackageReinstall|PackageUpgrade|PackageUninstall)\z 1 @@ -7987,7 +7987,19 @@ via the Preferences button after logging in. default Default This is the default orange - black skin. - www.otrs.org + www.znuny.org + + + + + Dark skin for the agent interface. + Frontend::Base::Loader + + + dark + Dark + This is the dark skin for the agent interface. + www.znuny.org @@ -8016,7 +8028,19 @@ via the Preferences button after logging in. default Default This is the default orange - black skin for the customer interface. - www.otrs.org + www.znuny.org + + + + + Dark skin for the customer interface. + Frontend::Base::Loader + + + dark + Dark + This is the dark skin for the customer interface. + www.znuny.org @@ -8098,7 +8122,7 @@ via the Preferences button after logging in. Kernel::System::CustomerCompany::Event::CustomerUserUpdate - CustomerCompanyUpdate + \ACustomerCompanyUpdate\z 0 @@ -8109,7 +8133,7 @@ via the Preferences button after logging in. Kernel::System::CustomerCompany::Event::DynamicFieldObjectNameUpdate - CustomerCompanyUpdate + \ACustomerCompanyUpdate\z 0 @@ -8120,7 +8144,7 @@ via the Preferences button after logging in. Kernel::System::CustomerUser::Event::SearchProfileUpdate - CustomerUserUpdate + \ACustomerUserUpdate\z 0 @@ -8131,7 +8155,7 @@ via the Preferences button after logging in. Kernel::System::CustomerUser::Event::ServiceMemberUpdate - CustomerUserUpdate + \ACustomerUserUpdate\z 0 @@ -8142,7 +8166,7 @@ via the Preferences button after logging in. Kernel::System::CustomerUser::Event::DynamicFieldObjectNameUpdate - CustomerUserUpdate + \ACustomerUserUpdate\z 0 diff --git a/Kernel/Config/Files/XML/Ticket.xml b/Kernel/Config/Files/XML/Ticket.xml index 0de8fd646f4..a2f1bfa5b48 100644 --- a/Kernel/Config/Files/XML/Ticket.xml +++ b/Kernel/Config/Files/XML/Ticket.xml @@ -249,7 +249,7 @@ Kernel::System::Ticket::Event::ArchiveRestore - TicketStateUpdate + \ATicketStateUpdate\z @@ -259,7 +259,7 @@ Kernel::System::Ticket::Event::TicketAcceleratorUpdate - TicketStateUpdate|TicketQueueUpdate|TicketLockUpdate + \A(TicketStateUpdate|TicketQueueUpdate|TicketLockUpdate)\z @@ -269,7 +269,7 @@ Kernel::System::Ticket::Event::ForceOwnerReset - TicketQueueUpdate + \ATicketQueueUpdate\z @@ -279,7 +279,7 @@ Kernel::System::Ticket::Event::ForceState - TicketLockUpdate + \ATicketLockUpdate\z open @@ -290,7 +290,7 @@ Kernel::System::Ticket::Event::ResponsibleAutoSet - TicketOwnerUpdate + \ATicketOwnerUpdate\z @@ -300,7 +300,7 @@ Kernel::System::Ticket::Event::LockAfterCreate - TicketCreate + \ATicketCreate\z AgentTicketPhone|AgentTicketEmail 1 @@ -312,7 +312,7 @@ Kernel::System::Ticket::Event::TicketPendingTimeReset - TicketStateUpdate + \ATicketStateUpdate\z @@ -334,7 +334,7 @@ Kernel::System::Ticket::Event::TicketEscalationIndex 1 - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate|TicketDynamicFieldUpdate|TicketTypeUpdate|TicketServiceUpdate|TicketCustomerUpdate|TicketPriorityUpdate|TicketMerge + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|TicketCreate|ArticleCreate|TicketDynamicFieldUpdate_.+|TicketTypeUpdate|TicketServiceUpdate|TicketCustomerUpdate|TicketPriorityUpdate|TicketMerge)\z @@ -345,7 +345,7 @@ Kernel::System::Ticket::Event::TriggerEscalationStopEvents 0 - TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|ArticleCreate + \A(TicketSLAUpdate|TicketQueueUpdate|TicketStateUpdate|ArticleCreate)\z @@ -355,7 +355,7 @@ Kernel::System::Ticket::Event::ForceUnlock - TicketQueueUpdate + \ATicketQueueUpdate\z @@ -365,7 +365,7 @@ Kernel::System::Ticket::Event::TicketNewMessageUpdate - ArticleCreate|ArticleFlagSet + \AArticleCreate|ArticleFlagSet\z @@ -375,7 +375,7 @@ Kernel::System::CustomerCompany::Event::TicketUpdate - CustomerCompanyUpdate + \ACustomerCompanyUpdate\z 0 @@ -386,7 +386,7 @@ Kernel::System::CustomerUser::Event::TicketUpdate - CustomerUserUpdate + \ACustomerUserUpdate\z 0 @@ -406,7 +406,7 @@ Kernel::System::Ticket::Event::DynamicFieldFromCustomerUser - (TicketCreate|TicketCustomerUpdate) + \A(TicketCreate|TicketCustomerUpdate)\z @@ -10675,7 +10675,7 @@ Kernel::System::Queue::Event::TicketAcceleratorUpdate - QueueUpdate + \AQueueUpdate\z 0 @@ -12734,7 +12734,7 @@ Thanks for your help! Field1 Default - TicketCreate + \ATicketCreate\z diff --git a/Kernel/Config/Files/XML/Znuny.xml b/Kernel/Config/Files/XML/Znuny.xml index 691990922c9..13dc2bf6245 100644 --- a/Kernel/Config/Files/XML/Znuny.xml +++ b/Kernel/Config/Files/XML/Znuny.xml @@ -417,7 +417,7 @@ Kernel::System::Ticket::Event::DynamicFieldWebservice 1 - TicketDynamicFieldUpdate + \ATicketDynamicFieldUpdate_.+\z @@ -1466,7 +1466,7 @@ Kernel::System::Ticket::Event::TicketAllChildrenClosed - TicketStateUpdate|TicketCreate + \A(TicketStateUpdate|TicketCreate)\z @@ -1480,7 +1480,7 @@ Kernel::System::Ticket::Event::NotifyOnEmptyProcessTickets - TicketCreate + \ATicketCreate\z 1 @@ -1573,7 +1573,7 @@ Kernel::System::DBCRUD::Event::DBCRUD 1 - DBCRUD(.+) + \ADBCRUD(.+) @@ -2451,7 +2451,7 @@ Kernel::System::Ticket::Event::Mentions 1 - ArticleCreate + \AArticleCreate\z @@ -3114,7 +3114,7 @@ Kernel::System::Ticket::Event::DynamicFieldFromCustomerCompany - (TicketCreate|TicketCustomerUpdate) + \A(TicketCreate|TicketCustomerUpdate)\z diff --git a/Kernel/Language.pm b/Kernel/Language.pm index aed47f7b9c4..72962c9613e 100644 --- a/Kernel/Language.pm +++ b/Kernel/Language.pm @@ -550,11 +550,11 @@ sub Time { my ( $Date, $Time ) = split / - /, $ReturnString; $ReturnString = ''; if ($Date) { - $ReturnString .= '
' . $Date . '
'; + $ReturnString .= '
' . $Date . '
'; } if ($Time) { - $ReturnString .= '
' . $Time . '
'; + $ReturnString .= '
' . $Time . '
'; } } diff --git a/Kernel/Language/ar_SA.pm b/Kernel/Language/ar_SA.pm index 6392383c3af..df1138aef8f 100644 --- a/Kernel/Language/ar_SA.pm +++ b/Kernel/Language/ar_SA.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.0747494660752423; + $Self->{Completeness} = 0.074688115561392; # csv separator $Self->{Separator} = ''; @@ -6145,11 +6145,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8650,6 +8652,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9043,6 +9046,8 @@ Thanks for your help! 'Theme' => 'الثيم', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/bg.pm b/Kernel/Language/bg.pm index 54e40d9a944..3dc15bd9ffd 100644 --- a/Kernel/Language/bg.pm +++ b/Kernel/Language/bg.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y - %T'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.196484310826351; + $Self->{Completeness} = 0.196323046618516; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Тема', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/ca.pm b/Kernel/Language/ca.pm index 16c2cb84a75..4087f745ed1 100644 --- a/Kernel/Language/ca.pm +++ b/Kernel/Language/ca.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.205684245112535; + $Self->{Completeness} = 0.205515430072226; # csv separator $Self->{Separator} = ''; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Data / Hora', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/cs.pm b/Kernel/Language/cs.pm index df2cf96b9ea..1a8eebcdb19 100644 --- a/Kernel/Language/cs.pm +++ b/Kernel/Language/cs.pm @@ -33,7 +33,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.243798258583867; + $Self->{Completeness} = 0.243598161523309; # csv separator $Self->{Separator} = ';'; @@ -6148,11 +6148,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8653,6 +8655,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9046,6 +9049,8 @@ Thanks for your help! 'Theme' => 'Motiv', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/da.pm b/Kernel/Language/da.pm index e0385ed196e..7a0e1e23039 100644 --- a/Kernel/Language/da.pm +++ b/Kernel/Language/da.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.344997535731888; + $Self->{Completeness} = 0.344714379514117; # csv separator $Self->{Separator} = ''; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Definerer hvilken rækkefølge agenters for og efternavn vises.', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8649,6 +8651,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => 'Dansk', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Dato / Tid', 'Default agent name' => '', @@ -9042,6 +9045,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/de.pm b/Kernel/Language/de.pm index 7445ead1a44..486541a34b2 100644 --- a/Kernel/Language/de.pm +++ b/Kernel/Language/de.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.992442911122063; + $Self->{Completeness} = 0.994418910045962; # csv separator $Self->{Separator} = ';'; @@ -2717,7 +2717,7 @@ sub Data { ' Select all' => ' Alle auswählen', 'No ticket data found.' => 'Keine Ticket-Daten gefunden.', ' Open / Close ticket action menu' => ' Öffne / Schließe Ticket Aktionsmenü', - ' Select this ticket' => '', + ' Select this ticket' => ' Dieses Ticket auswählen', 'Sender' => 'Sender', 'Customer User Name' => 'Kundenbenutzer-Name', 'Impact' => 'Auswirkung', @@ -2725,7 +2725,7 @@ sub Data { 'Solution Time' => 'Lösungszeit', 'First Response Time' => 'Reaktionszeit', ' Service Time' => '', - ' Move ticket to a different queue' => '', + ' Move ticket to a different queue' => ' Ticket in eine andere Queue verschieben', 'Change queue' => 'Queue wechseln', # TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt @@ -2742,7 +2742,7 @@ sub Data { # TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt 'Reset overview' => 'Übersicht zurücksetzen', - ' Column Filters Form' => '', + ' Column Filters Form' => ' Spaltenfilter-Formular', # TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt 'Split Into New Phone Ticket' => 'In ein neues Telefon-Ticket splitten', @@ -3023,9 +3023,9 @@ sub Data { # TT Template: Kernel/Output/HTML/Templates/Standard/Header.tt 'Last viewed' => 'Zuletzt gesehen', 'You are logged in as' => 'Sie sind angemeldet als', - 'Delete all activities' => '', - 'Delete all' => '', - 'Mark all activities as seen' => '', + 'Delete all activities' => 'Alle Aktivitäten löschen', + 'Delete all' => 'Alle löschen', + 'Mark all activities as seen' => 'Alle Aktivitäten als gelesen markieren', 'Seen all' => 'Alle gesehen', # TT Template: Kernel/Output/HTML/Templates/Standard/HeaderToolbar.tt @@ -3033,7 +3033,7 @@ sub Data { 'Personal views' => 'Persönliche Ansichten', 'Last Views' => 'Zuletzt gesehen', 'Search tools' => 'Suche', - 'SearchTemplate' => 'Surchvorlage', + 'SearchTemplate' => 'Suchvorlage', # TT Template: Kernel/Output/HTML/Templates/Standard/Installer.tt 'JavaScript not available' => 'JavaScript nicht verfügbar', @@ -5558,7 +5558,7 @@ sub Data { 'Defines the fully qualified domain name of the system. This setting is used as a variable, OTRS_CONFIG_FQDN which is found in all forms of messaging used by the application, to build links to the tickets within your system.' => 'Definiert den Full Qualified Domain Name des Znuny Systems. Diese Einstellung wird als Variable OTRS_CONFIG_FQDN genutzt, welche in allen Nachrichten-Formularen zu finden ist oder um Links zu Tickets in Ihrem Znuny System zu generieren.', 'Defines the fully qualified domain name for external IDs generation (i.e. Message-ID, ContentID).' => - '', + 'Definiert den voll qualifizierten Domänennamen für die Generierung externer IDs (z. B. Message-ID, ContentID).', 'Defines the HTTP hostname for the support data collection with the public module \'PublicSupportDataCollector\' (e.g. used from the Znuny Daemon).' => 'Legt den HTTP-Hostnamen fest, der für die Sammlung von Supportdaten über das freie Modul \'PublicSupportDataCollector\' genutzt wird (z. B. durch den Znuny-Daemon).', 'Defines the timeout (in seconds, minimum is 20 seconds) for the support data collection with the public module \'PublicSupportDataCollector\' (e.g. used from the Znuny Daemon).' => @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Legt die Reihenfolge fest, in der Vorname und Nachname von Agenten angezeigt wird.', 'Default skin for the agent interface.' => 'Standard-Skin für das Agenten-Interface.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Der interne Name des Skins, der im Agentenbereich genutzt werden soll. Verfügbare Skins finden Sie unter Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Es ist möglich, verschiedene Skins zu konfigurieren, zum Beispiel um zwischen verschiedenen Agenten auf Basis der jeweiligen Domain zu unterscheiden. Sie können durch Nutzung von regulären Ausdrücken mithilfe von Schlüssel-/Wert-Paaren auf Domains prüfen. Der Inhalt von "Schlüssel" sollte die Prüfung auf die Domain beinhalten, der Inhalt von "Wert" den Namen des zu selektierenden Skins für diese Domain. Bitte beachten Sie die Einträge mit Beispielen für korrekte reguläre Ausdrücke.', 'Default skin for the customer interface.' => 'Standard-Skin für das Kunden Interface.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Der interne Name des Skins, der im Kundenbereich genutzt werden soll. Verfügbare Skins finden Sie unter Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8020,14 +8022,14 @@ sub Data { 'This window must be called from compose window.' => 'Dieses Fenster muss aus dem Fenster zum Verfassen von Tickets aufgerufen werden.', # JS File: var/httpd/htdocs/js/Core.Activity.js - 'An error occurred' => '', - 'The activity could not be created. %s is needed.' => '', - 'The activity could not be created.' => '', - 'The activity could not be updated.' => '', - 'The activity could not be deleted.' => '', - 'The activity could not be marked as new.' => '', - 'The activity could not be marked as seen.' => '', - 'The activities could not be marked as seen.' => '', + 'An error occurred' => 'Ein Fehler ist aufgetreten', + 'The activity could not be created. %s is needed.' => 'Die Aktivität konnte nicht erstellt werden. %s wird benötigt.', + 'The activity could not be created.' => 'Die Aktivität konnte nicht erstellt werden.', + 'The activity could not be updated.' => 'Die Aktivität konnte nicht aktualisiert werden.', + 'The activity could not be deleted.' => 'Die Aktivität konnte nicht gelöscht werden.', + 'The activity could not be marked as new.' => 'Die Aktivität konnte nicht als neu markiert werden.', + 'The activity could not be marked as seen.' => 'Die Aktivität konnte nicht als gelesen markiert werden.', + 'The activities could not be marked as seen.' => 'Die Aktivitäten konnten nicht als gelesen markiert werden.', # JS File: var/httpd/htdocs/js/Core.Agent.Admin.ACL.js 'Add all' => 'Alle hinzufügen', @@ -8247,7 +8249,7 @@ sub Data { # JS File: var/httpd/htdocs/js/Core.Agent.CustomerUserAddressBook.js 'Please enter at least one search value or * to find anything.' => 'Bitte geben Sie zumindest einen Suchbegriff ein oder * um nach Allem zu suchen.', - 'Insert selected customer user(s) into the "%s:" field.' => '', + 'Insert selected customer user(s) into the "%s:" field.' => 'Ausgewählte(n) Kundenbenutzer in das Feld "%s:" einfügen.', # JS File: var/httpd/htdocs/js/Core.Agent.Daemon.js 'Information about the Znuny Daemon' => 'Informationen über den Znuny Daemon', @@ -8659,6 +8661,7 @@ Ihr Helpdesk-Team 'CustomerUser' => 'Kundenbenutzer', 'Czech' => 'Tschechisch', 'Danish' => 'Dänisch', + 'Dark' => '', 'Dashboard overview.' => 'Dashboardübersicht.', 'Date / Time' => 'Datum / Zeit', 'Default agent name' => 'Standard-Agentenname', @@ -8977,7 +8980,7 @@ Ihr Helpdesk-Team 'Select your personal time zone. All times will be displayed relative to this time zone.' => 'Wählen Sie Ihre persönliche Zeitzone aus. Alle Zeiten werden relativ zur eingestellten Zeitzone angezeigt.', 'Select your preferred layout for the software.' => 'Wählen Sie Ihr bevorzugtes Layout aus.', - 'Select your preferred theme for OTRS.' => '', + 'Select your preferred theme for OTRS.' => 'Wählen Sie Ihr bevorzugtes Theme für Znuny.', 'Send a unit test file' => 'Unit-Test-Datei versenden', 'Send new outgoing mail from this ticket' => 'Neue ausgehende E-Mail aus diesem Ticket heraus senden', 'Send notifications to users.' => 'Benachrichtigungen an Agenten verschicken.', @@ -9052,6 +9055,8 @@ Ihr Helpdesk-Team 'Theme' => 'Schema', 'This is a Description for Comment on Framework.' => 'Dies ist die Beschreibung eines Kommentars.', 'This is a Description for DynamicField on Framework.' => 'Dies ist die Beschreibung eines dynamischen Feldes.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Der Standard-Skin (grau) für den Kundenbereich.', 'This is the default orange - black skin.' => 'Dies ist die Standard orange-schwarze Farbgebung.', @@ -9154,7 +9159,7 @@ Ihr Helpdesk-Team 'not archived tickets' => 'nicht archivierte Tickets', 'notice' => 'notice', 'open in current tab' => 'im gleichen Tab öffnen', - 'open in new tab' => 'in neuem Tab öffnen', + 'open in new tab' => 'im neuen Tab öffnen', 'pending' => 'Warten', 'phone' => 'Telefonanruf', 'responsible' => 'Verantwortlicher', diff --git a/Kernel/Language/el.pm b/Kernel/Language/el.pm index 78f5cf8df78..f742ab66030 100644 --- a/Kernel/Language/el.pm +++ b/Kernel/Language/el.pm @@ -28,7 +28,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.136849022506982; + $Self->{Completeness} = 0.136736703873933; # csv separator $Self->{Separator} = ';'; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8652,6 +8654,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9045,6 +9048,8 @@ Thanks for your help! 'Theme' => 'Θέμα', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/en_CA.pm b/Kernel/Language/en_CA.pm index c589be97485..185c77d17e4 100644 --- a/Kernel/Language/en_CA.pm +++ b/Kernel/Language/en_CA.pm @@ -32,7 +32,7 @@ sub Data { $Self->{DateFormatShort} = '%Y-%M-%D'; $Self->{DateInputFormat} = '%Y-%M-%D'; $Self->{DateInputFormatLong} = '%Y-%M-%D - %T'; - $Self->{Completeness} = 0.00262855265319533; + $Self->{Completeness} = 0.00262639527248851; # csv separator $Self->{Separator} = ','; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8652,6 +8654,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9045,6 +9048,8 @@ Thanks for your help! 'Theme' => '', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/en_GB.pm b/Kernel/Language/en_GB.pm index 211cfc02616..28b589d8129 100644 --- a/Kernel/Language/en_GB.pm +++ b/Kernel/Language/en_GB.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.603417118449154; + $Self->{Completeness} = 0.602921864740643; # csv separator $Self->{Separator} = ','; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Specifies the order in which the firstname and the lastname of agents will be displayed.', 'Default skin for the agent interface.' => 'Default skin for the agent interface.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.', 'Default skin for the customer interface.' => 'Default skin for the customer interface.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8660,6 +8662,7 @@ Thanks for your help! 'CustomerUser' => 'CustomerUser', 'Czech' => 'Czech', 'Danish' => 'Danish', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Date / Time', 'Default agent name' => '', @@ -9053,6 +9056,8 @@ Thanks for your help! 'Theme' => 'Theme', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'This is the default orange - black skin for the customer interface.', 'This is the default orange - black skin.' => 'This is the default orange - black skin.', diff --git a/Kernel/Language/es.pm b/Kernel/Language/es.pm index 7f84cba0b34..daab382e2a2 100644 --- a/Kernel/Language/es.pm +++ b/Kernel/Language/es.pm @@ -33,7 +33,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.594381468703795; + $Self->{Completeness} = 0.593893630991464; # csv separator $Self->{Separator} = ';'; @@ -6149,11 +6149,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => 'Apariencia por defecto para la interfaz de agente.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'Apariencia por defecto para la interfaz de cliente.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8671,6 +8673,7 @@ Tu Equipo de Soporte 'CustomerUser' => 'Usuario del cliente', 'Czech' => 'Checo', 'Danish' => 'Danes', + 'Dark' => '', 'Dashboard overview.' => 'Visión general del panel principal.', 'Date / Time' => 'Fecha / Hora', 'Default agent name' => '', @@ -9064,6 +9067,8 @@ Tu Equipo de Soporte 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Este es el aspecto predeterminado naranja - negro para la interfaz del cliente.', 'This is the default orange - black skin.' => 'Este es el aspecto predeterminado naranja - negro.', diff --git a/Kernel/Language/es_CO.pm b/Kernel/Language/es_CO.pm index dbe6bb6fb5b..c3ff59d124e 100644 --- a/Kernel/Language/es_CO.pm +++ b/Kernel/Language/es_CO.pm @@ -28,7 +28,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.324954821751273; + $Self->{Completeness} = 0.324688115561392; # csv separator $Self->{Separator} = ';'; @@ -6143,11 +6143,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'El nombre interno de la piel que debe usarse en la interfaz del agente. Por favor, verifique las pieles disponibles en Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Es posible configurar diferentes pieles, por ejemplo: para diferenciar entre distintos agentes, para usarse una base por-dominio en la aplicación. Al definir una expresión regular, puede configurarse un par Llave/Contenido para coincidir con el dominio. El valor en "Key" debe coincidir con el dominio, y "Content" tiene que ser una piel válida en el sistema. Por favor, verifique las entradas de ejemplo para la forma de expresión regular correcta.', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'El nombre interno de la piel que debe usarse en la interfaz del cliente. Por favor, verifique las pieles disponibles en Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8648,6 +8650,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9041,6 +9044,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/es_MX.pm b/Kernel/Language/es_MX.pm index 05397297c96..4370a14aea4 100644 --- a/Kernel/Language/es_MX.pm +++ b/Kernel/Language/es_MX.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.72958764580253; + $Self->{Completeness} = 0.728988837820092; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => 'Apariencia(skin) predeterminada para la interfaz de agente.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'El nombre interno de la piel que debe usarse en la interfaz del agente. Por favor, verifique las pieles disponibles en Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Es posible configurar diferentes pieles, por ejemplo: para diferenciar entre distintos agentes, para usarse una base por-dominio en la aplicación. Al definir una expresión regular, puede configurarse un par Llave/Contenido para coincidir con el dominio. El valor en "Key" debe coincidir con el dominio, y "Content" tiene que ser una piel válida en el sistema. Por favor, verifique las entradas de ejemplo para la forma de expresión regular correcta.', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'El nombre interno de la piel que debe usarse en la interfaz del cliente. Por favor, verifique las pieles disponibles en Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8658,6 +8660,7 @@ Tu Equipo de Soporte 'CustomerUser' => 'Usuario del cliente', 'Czech' => 'Checo', 'Danish' => 'Danés', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Fecha / Hora', 'Default agent name' => 'Nombre de agente predeterminado', @@ -9051,6 +9054,8 @@ Tu Equipo de Soporte 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/et.pm b/Kernel/Language/et.pm index c9b6b3a5b99..599798c35f1 100644 --- a/Kernel/Language/et.pm +++ b/Kernel/Language/et.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.165434532610481; + $Self->{Completeness} = 0.165298752462246; # csv separator $Self->{Separator} = ''; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => 'Tšehhi', 'Danish' => 'Taani', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Kuupäev / Kellaaeg', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Teema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/fa.pm b/Kernel/Language/fa.pm index 11b64921a26..30395b4fdb1 100644 --- a/Kernel/Language/fa.pm +++ b/Kernel/Language/fa.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.615902743551832; + $Self->{Completeness} = 0.615397242284964; # csv separator $Self->{Separator} = ''; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => ' نظمی که در آن نام و نام خانوادگی از عوامل نمایش داده خواهد شد را مشخص میکند.', 'Default skin for the agent interface.' => 'پوست به طور پیش فرض برای رابط عامل.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'InternalName پوست عامل است که باید در رابط عامل استفاده شود. لطفا پوسته های موجود در ظاهر :: :: عامل پوسته را تیک بزنید.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'ممکن است که به پیکربندی پوسته های مختلف، به عنوان مثال برای تمایز بین عوامل مختلف، به بر اساس هر دامنه در داخل نرم افزار استفاده می شود. با استفاده از یک عبارت منظم (عبارت منظم)، شما می توانید یک جفت محتوا / کلیدی برای مطابقت با یک دامنه پیکربندی کنید. ارزش در \ "کلید " باید دامنه مطابقت، و ارزش در \ "محتوا " باید یک پوست معتبر بر روی سیستم شما می شود. لطفا برای فرم مناسب از عبارت منظم مشاهده نوشته های مثال.', 'Default skin for the customer interface.' => 'پوست به طور پیش فرض برای رابط مشتری.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'InternalName پوست مشتری است که باید در رابط مشتری استفاده می شود. لطفا پوسته های موجود در ظاهر :: مشتریان :: پوسته را تیک بزنید.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Thanks for your help! 'CustomerUser' => 'CustomerUser', 'Czech' => 'چک', 'Danish' => 'دانمارکی', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'زمان تاریخ', 'Default agent name' => '', @@ -9056,6 +9059,8 @@ Thanks for your help! 'Theme' => 'طرح زمینه', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'پوست سیاه و سفید برای رابط مشتری - این به طور پیش فرض نارنجی است.', 'This is the default orange - black skin.' => 'پوست سیاه و سفید - این به طور پیش فرض نارنجی است.', diff --git a/Kernel/Language/fi.pm b/Kernel/Language/fi.pm index 9a4f10e78f5..b7d54aab30b 100644 --- a/Kernel/Language/fi.pm +++ b/Kernel/Language/fi.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.189091506489239; + $Self->{Completeness} = 0.188936309914642; # csv separator $Self->{Separator} = ';'; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8649,6 +8651,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Päiväys / Aika', 'Default agent name' => '', @@ -9042,6 +9045,8 @@ Thanks for your help! 'Theme' => 'Ulkoasu', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/fr.pm b/Kernel/Language/fr.pm index 16873218b31..e6f73b20076 100644 --- a/Kernel/Language/fr.pm +++ b/Kernel/Language/fr.pm @@ -35,7 +35,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.382454411039921; + $Self->{Completeness} = 0.382140512147078; # csv separator $Self->{Separator} = ';'; @@ -6150,11 +6150,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => 'Thème par défaut pour l\'interface opérateur.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'Thème par défaut pour l\'interface client.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8655,6 +8657,7 @@ Thanks for your help! 'CustomerUser' => 'Utilisateur client', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => 'Vue d\'ensemble du tableau de bord.', 'Date / Time' => 'Date / Heure', 'Default agent name' => '', @@ -9048,6 +9051,8 @@ Thanks for your help! 'Theme' => 'Thème', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/fr_CA.pm b/Kernel/Language/fr_CA.pm index cdc071fcae2..5f807a49b68 100644 --- a/Kernel/Language/fr_CA.pm +++ b/Kernel/Language/fr_CA.pm @@ -34,7 +34,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.327583374404469; + $Self->{Completeness} = 0.327314510833881; # csv separator $Self->{Separator} = ';'; @@ -6149,11 +6149,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Ceci est le nom interne (InternalName) qui devrait être utilisé pour l\'habillage dans l\'interface de l\'agent. Veuillez vérifier les habillages disponibles dans « Frontend::Agent::Skins ».', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Il est possible de configurer différents habillages par domaine dans l\'application pour distinguer les agents entre eux par exemple. En utilisant une expression rationnelle (regex) vous pouvez configurer un couple clé-contenu qui correspond au domaine. La valeur « Clé » doit correspondre au domaine et la valeur « Contenu » doit être un habillage admissible à votre système. Veuillez consulter les exemples pour vérifier quels sont les formats appropriés d\'expressions rationnelles.', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Ceci est le nom interne (InternalName) qui devrait être utilisé pour l\'habillage dans l\'interface du client. Veuillez vérifier les habillages disponibles dans « Frontend::Customer::Skins ».', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8654,6 +8656,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Date et heure', 'Default agent name' => '', @@ -9047,6 +9050,8 @@ Thanks for your help! 'Theme' => 'Thème ', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/gl.pm b/Kernel/Language/gl.pm index aae61e7af32..9cbf88f9911 100644 --- a/Kernel/Language/gl.pm +++ b/Kernel/Language/gl.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.462132413339905; + $Self->{Completeness} = 0.461753118844386; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Especifica a orde na cal o nome e os apelidos de axentes serán mostrados.', 'Default skin for the agent interface.' => 'Aparencia predeterminada da interface do axente.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'A aparencia NomeInterno de axente a cal debe ser usada na interface de axente. Por favor comprobe as aparencias dispoñibles en Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'É posible configurar aparencias diferentes, para por exemplo distinguir entre axentes diferentes, para ser utilizados nunha base de por dominio dentro da aplicación. Utilizando unha expresión regular (regex), vostede pode configurar un Chave/Contido par para coincidir un dominio. O valor en "Chave" debería coincidir co dominio, e o valor en "Contido" debería ser unha apariencia válida no seu sistema. Por favor vexa as entradas de exemplo para a forma correcta da regex.', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'A aparencia NomeInterno de cliente a cal debe ser usada na interface de cliente. Por favor comprobe as aparencias dispoñibles en Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Data / hora', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/he.pm b/Kernel/Language/he.pm index 08c203ba5ec..f5fc381a058 100644 --- a/Kernel/Language/he.pm +++ b/Kernel/Language/he.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.222769837358305; + $Self->{Completeness} = 0.222586999343401; # csv separator $Self->{Separator} = ''; @@ -6148,11 +6148,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8653,6 +8655,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'תאריך / זמן', 'Default agent name' => '', @@ -9046,6 +9049,8 @@ Thanks for your help! 'Theme' => 'ערכת עיצוב', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/hi.pm b/Kernel/Language/hi.pm index 926b2abbaf6..942069011ab 100644 --- a/Kernel/Language/hi.pm +++ b/Kernel/Language/hi.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.256941021849844; + $Self->{Completeness} = 0.256730137885752; # csv separator $Self->{Separator} = ';'; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'प्रतिनिधि की आंतरिक सतही का नाम जो प्रतिनिधि अंतरफलक में उपयोग किया जाना चाहिए। दृश्यपटल::एजेंट::सतही में उपलब्ध सतही की जाँच करें।', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'विभिन्न सतही विन्यस्त करना संभव है,उदाहरण के लिए विभिन्न प्रतिनिधि के बीच भेद करने के लिए,अनुप्रयोग में प्रति एक डोमेन के आधार पर इस्तेमाल किया जा सकता हैं। एक नियमित अभिव्यक्ति(Regex) का उपयोग करना,आप एक कुंजी/सामग्री जोड़ी विन्यस्त करने एक डोमेन मिलान कर सकते हैं। डोमेन में "कुंजी" मान से मेल खाना चाहिए और "सामग्री" में मूल्य अपने प्रणाली पर एक वैध सतही होना चाहिए। regex के उचित रूप के लिए उदाहरण प्रविष्टियों को देखें।', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'ग्राहक की आंतरिक सतही का नाम जो ग्राहक अंतरफलक में उपयोग किया जाना चाहिए। दृश्यपटल::ग्राहक::सतही में उपलब्ध सतही की जाँच करें।', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8649,6 +8651,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9042,6 +9045,8 @@ Thanks for your help! 'Theme' => 'थीम', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/hr.pm b/Kernel/Language/hr.pm index 54b48388767..fda49b5c732 100644 --- a/Kernel/Language/hr.pm +++ b/Kernel/Language/hr.pm @@ -30,7 +30,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.217841301133563; + $Self->{Completeness} = 0.217662508207485; # csv separator $Self->{Separator} = ';'; @@ -6145,11 +6145,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8650,6 +8652,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9043,6 +9046,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/hu.pm b/Kernel/Language/hu.pm index 2fcba90adf8..a20b33dff6c 100644 --- a/Kernel/Language/hu.pm +++ b/Kernel/Language/hu.pm @@ -32,7 +32,7 @@ sub Data { $Self->{DateFormatShort} = '%Y-%M-%D'; $Self->{DateInputFormat} = '%Y-%M-%D'; $Self->{DateInputFormatLong} = '%Y-%M-%D - %T'; - $Self->{Completeness} = 0.894857893872187; + $Self->{Completeness} = 0.894123440577807; # csv separator $Self->{Separator} = ';'; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Azt a sorrendet adja meg, amelyben az ügyintéző keresztneve és vezetékneve megjelenítve legyen.', 'Default skin for the agent interface.' => 'Alapértelmezett felszín az ügyintézői felülethez.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Az ügyintéző felszínének belső neve, amelyet az ügyintézői felületen kell használni. Ellenőrizze az elérhető felszíneket a Frontend::Agent::Skins helyen.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Lehetséges különféle felszínek beállítása, például különbséget lehet tenni az alkalmazáson belül különböző ügyintézők között tartományonkénti alapon használva. Egy reguláris kifejezés (regex) használatával beállíthat egy tartományra illeszkedő Kulcs/Tartalom párt. A „Kulcsban” lévő értéknek kell illeszkednie a tartományra, és a „Tartalomban” lévő értéknek a rendszeren lévő érvényes felszínnek kell lennie. Nézze meg a példabejegyzéseket a reguláris kifejezés megfelelő formájáért.', 'Default skin for the customer interface.' => 'Alapértelmezett felszín az ügyfélfelülethez.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Az ügyfél felszínének belső neve, amelyet az ügyfélfelületen kell használni. Ellenőrizze az elérhető felszíneket a Frontend::Customer::Skins helyen.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Az Ön segélyszolgálat csapata 'CustomerUser' => 'Ügyfél-felhasználó', 'Czech' => 'Cseh', 'Danish' => 'Dán', + 'Dark' => '', 'Dashboard overview.' => 'Vezérlőpult áttekintő.', 'Date / Time' => 'Dátum / Idő', 'Default agent name' => 'Alapértelmezett ügyintézőnév', @@ -9056,6 +9059,8 @@ Az Ön segélyszolgálat csapata 'Theme' => 'Téma', 'This is a Description for Comment on Framework.' => 'Ez egy leírás a keretrendszeren lévő megjegyzéshez.', 'This is a Description for DynamicField on Framework.' => 'Ez egy leírás a keretrendszeren lévő dinamikus mezőhöz.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Ez az alapértelmezett narancssárga-fekete felszín az ügyfélfelülethez.', 'This is the default orange - black skin.' => 'Ez az alapértelmezett narancssárga-fekete felszín.', diff --git a/Kernel/Language/id.pm b/Kernel/Language/id.pm index 41f6457e33f..160d08f607f 100644 --- a/Kernel/Language/id.pm +++ b/Kernel/Language/id.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.605059963857401; + $Self->{Completeness} = 0.604563361785949; # csv separator $Self->{Separator} = ','; @@ -6143,11 +6143,13 @@ bin/znuny.Daemon.pl status\').', 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Menentukan urutan nama depan dan nama belakang dari agen akan ditampilkan.', 'Default skin for the agent interface.' => 'kulit default untuk antarmuka agen.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'agen menguliti Nama internal yang harus digunakan dalam antarmuka agen. Silakan periksa kulit yang tersedia di Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Hal ini dimungkinkan untuk mengkonfigurasi kulit yang berbeda, misalnya untuk membedakan antara agen berbeda, untuk digunakan pada basis per-domain dalam aplikasi. Menggunakan ekspresi reguler (regex), Anda dapat mengkonfigurasi sepasang Konten/Key untuk mencocokkan domain. Nilai di "Key" harus sesuai domain, dan nilai dalam "Content" harus menjadi kulit valid pada sistem Anda. Silahkan lihat contoh entri untuk bentuk yang tepat dari regex.', 'Default skin for the customer interface.' => 'Default skin untuk antarmuka pelanggan', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Kulit pelanggan Nama internal yang harus digunakan dalam antarmuka pelanggan. Silakan periksa kulit yang tersedia di Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8660,6 +8662,7 @@ Helpdesk Team Anda 'CustomerUser' => 'nasabah Pengguna', 'Czech' => 'Bahasa Ceko', 'Danish' => 'Denmark', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Tanggal / Waktu', 'Default agent name' => '', @@ -9053,6 +9056,8 @@ Helpdesk Team Anda 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Ini adalah oranye standar - kulit hitam untuk antarmuka pelanggan.', 'This is the default orange - black skin.' => 'Ini adalah oranye standar - kulit hitam.', diff --git a/Kernel/Language/it.pm b/Kernel/Language/it.pm index 64827e3e7ef..a14682531dc 100644 --- a/Kernel/Language/it.pm +++ b/Kernel/Language/it.pm @@ -35,7 +35,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.601117134877608; + $Self->{Completeness} = 0.600623768877216; # csv separator $Self->{Separator} = ''; @@ -6154,11 +6154,13 @@ NOTA: i sistemi di terze parti richiedono una configurazione a se.', 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => 'Tema predefinito per l\'interfaccia agente.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'Tema predefinito per l\'interfaccia del cliente.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8670,6 +8672,7 @@ Il tuo helpdesk. 'CustomerUser' => '', 'Czech' => 'Ceco', 'Danish' => 'Danese', + 'Dark' => '', 'Dashboard overview.' => 'Panoramica cruscotto.', 'Date / Time' => 'Data / Ora', 'Default agent name' => '', @@ -9063,6 +9066,8 @@ Il tuo helpdesk. 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => 'Questa è una descrizione per Comment on Framework.', 'This is a Description for DynamicField on Framework.' => 'Questa è una descrizione per DynamicField su Framework.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Questa è la skin arancione - nera predefinita per l\'interfaccia clienti.', 'This is the default orange - black skin.' => 'Questo è il tema arancione - nero predefinito.', diff --git a/Kernel/Language/ja.pm b/Kernel/Language/ja.pm index 41d251255bb..6377c558d82 100644 --- a/Kernel/Language/ja.pm +++ b/Kernel/Language/ja.pm @@ -30,7 +30,7 @@ sub Data { $Self->{DateFormatShort} = '%Y/%M/%D'; $Self->{DateInputFormat} = '%Y/%M/%D'; $Self->{DateInputFormatLong} = '%Y/%M/%D - %T'; - $Self->{Completeness} = 0.682602267126663; + $Self->{Completeness} = 0.68204202232436; # csv separator $Self->{Separator} = ';'; @@ -6148,11 +6148,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '担当者の姓と名を表示する順序を指定してください。', 'Default skin for the agent interface.' => '担当者インターフェースのデフォルトスキン', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '担当者インタフェースで使用されるべき、担当者スキンのインターナル・ネームです。Frontend::Agent::Skinsにおける利用可能なスキンをチェックしてください。', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'アプリケーション内でドメインごとのベースで使用されている異なる担当者間を区別するためなど、異なるスキンを設定することが可能です。通常の表現(regrex)を使用することで、Key/Contentのペアをドメインにマッチするように設定することが可能です。“Key”の値はドメインにマッチするべきであり、“Content”の値はご利用のシステムの有効なスキンであるべきです。Regrexの適切な形式については、入力例を参照してください。', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '顧客インタフェースにて使用される顧客スキンのInternalNameです。Frontend::Customer::Skinsにおいて利用可能なスキンをチェックしてください。', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8671,6 +8673,7 @@ Thanks for your help! 'CustomerUser' => 'CustomerUser(顧客ユーザ)', 'Czech' => 'チェコ語', 'Danish' => 'デンマーク語', + 'Dark' => '', 'Dashboard overview.' => 'ダッシュボード一覧', 'Date / Time' => '日時', 'Default agent name' => '', @@ -9065,6 +9068,8 @@ Thanks for your help! 'Theme' => 'テーマ', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'これは、デフォルトの黒地と橙色をモチーフにした、顧客インタフェース向けのスキンです。', 'This is the default orange - black skin.' => 'これは、デフォルトの黒地と橙色をモチーフにしたスキンです。', diff --git a/Kernel/Language/ko.pm b/Kernel/Language/ko.pm index b371ff56ae1..bdefb5f092f 100644 --- a/Kernel/Language/ko.pm +++ b/Kernel/Language/ko.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = ''; $Self->{DateInputFormat} = ''; $Self->{DateInputFormatLong} = ''; - $Self->{Completeness} = 0.866436668309512; + $Self->{Completeness} = 0.865725541694025; # csv separator $Self->{Separator} = ''; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '에이전트의 성 및 성을 표시하는 순서를 지정합니다.', 'Default skin for the agent interface.' => '에이전트 인터페이스의 기본 스킨입니다.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '에이전트 인터페이스에서 사용해야하는 에이전트 스킨의 InternalName입니다. Frontend :: Agent :: Skins에서 사용 가능한 스킨을 확인하십시오.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '응용 프로그램 내에서 도메인별로 사용되도록 다른 스킨을 구성 할 수 있습니다 예 : 다른 에이전트를 구분할 수 있음. 정규식 (정규식)을 사용하면 키 / 내용 쌍을 도메인과 일치하도록 구성 할 수 있습니다. "Key"의 값은 도메인과 일치해야하며 "Content"의 값은 시스템의 유효한 스킨이어야합니다. 올바른 형식의 정규식에 대한 예제 항목을 참조하십시오.', 'Default skin for the customer interface.' => '고객 인터페이스의 기본 스킨입니다.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '고객 인터페이스에서 사용해야하는 고객 스킨의 InternalName입니다. Frontend :: Customer :: Skins에서 사용 가능한 스킨을 확인하십시오.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8657,6 +8659,7 @@ Thanks for your help! 'CustomerUser' => '고객사용자', 'Czech' => '체코', 'Danish' => '덴마크어', + 'Dark' => '', 'Dashboard overview.' => '현황판 개요', 'Date / Time' => '날짜 / 시간', 'Default agent name' => '', @@ -9050,6 +9053,8 @@ Thanks for your help! 'Theme' => '테마', 'This is a Description for Comment on Framework.' => '이것은 Framework에 대한 설명을위한 설명입니다.', 'This is a Description for DynamicField on Framework.' => '이것은 Framework의 DynamicField에 대한 설명입니다.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '이것은 고객 인터페이스의 기본 오렌지색 검정색 스킨입니다.', 'This is the default orange - black skin.' => '이것은 기본 오랜지색 검은색 피부입니다.', diff --git a/Kernel/Language/lt.pm b/Kernel/Language/lt.pm index dfd0578a7a3..cd6f0ce462d 100644 --- a/Kernel/Language/lt.pm +++ b/Kernel/Language/lt.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%Y-%M-%D'; $Self->{DateInputFormat} = '%Y-%M-%D'; $Self->{DateInputFormatLong} = '%Y-%M-%D - %T'; - $Self->{Completeness} = 0.192377197305734; + $Self->{Completeness} = 0.192219304005253; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/lv.pm b/Kernel/Language/lv.pm index 83a90545c44..5d910a4a28a 100644 --- a/Kernel/Language/lv.pm +++ b/Kernel/Language/lv.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.155248891079349; + $Self->{Completeness} = 0.155121470781353; # csv separator $Self->{Separator} = ''; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Tēma', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/mk.pm b/Kernel/Language/mk.pm index 486e989cf14..9597d89c695 100644 --- a/Kernel/Language/mk.pm +++ b/Kernel/Language/mk.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.276162313126335; + $Self->{Completeness} = 0.275935653315824; # csv separator $Self->{Separator} = ';'; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8646,6 +8648,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9039,6 +9042,8 @@ Thanks for your help! 'Theme' => 'Тема', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/ms.pm b/Kernel/Language/ms.pm index cc221073c57..d46ea6317c4 100644 --- a/Kernel/Language/ms.pm +++ b/Kernel/Language/ms.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.536553310333498; + $Self->{Completeness} = 0.536112934996717; # csv separator $Self->{Separator} = ';'; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Menentukan susunan di mana nama pertama dan nama akhir agen akan ditunjukkan.', 'Default skin for the agent interface.' => 'Kulit default untuk antaramuka agen.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Kulit InternalName ejen yang patut digunakan dalam paparan ejen. Sila semak kulit yang tersedia dalam Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Ia adalah mungkin untuk mengkonfigurasi kulit yang berbeza, contohnya untuk membezakan antara agen berbeza dari faktor, yang akan digunakan atas dasar per domain dalam aplikasi. Menggunakan ungkapan biasa (regex), anda boleh mengkonfigurasi sepasang Kunci / Kandungan untuk dipadankan domain. Nilai dalam "Key" harus sepadan domain, dan nilai dalam "Content" harus menjadi kulit yang sah pada sistem anda. Sila lihat catatan contoh untuk bentuk yang betul daripada regex.', 'Default skin for the customer interface.' => 'Kulit default untuk antaramuka pelanggan.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Kulit InternalName pelanggan yang patut digunakan dalam paparan pelanggan. Sila semak kulit yang tersedia dalam Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8660,6 +8662,7 @@ Kumpulan MejaBantuan Anda 'CustomerUser' => '', 'Czech' => 'Czech', 'Danish' => 'Denmark', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Tarikh / Masa', 'Default agent name' => '', @@ -9053,6 +9056,8 @@ Kumpulan MejaBantuan Anda 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/nb_NO.pm b/Kernel/Language/nb_NO.pm index 968b38c41a9..b16ede82747 100644 --- a/Kernel/Language/nb_NO.pm +++ b/Kernel/Language/nb_NO.pm @@ -35,7 +35,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.380154427468375; + $Self->{Completeness} = 0.379842416283651; # csv separator $Self->{Separator} = ';'; @@ -6150,11 +6150,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8655,6 +8657,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => 'Tjekkisk', 'Danish' => 'Dansk', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Dato / Tid', 'Default agent name' => '', @@ -9048,6 +9051,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/nl.pm b/Kernel/Language/nl.pm index 21fefd30946..a2c56310586 100644 --- a/Kernel/Language/nl.pm +++ b/Kernel/Language/nl.pm @@ -32,7 +32,7 @@ sub Data { $Self->{DateFormatShort} = '%D-%M-%Y'; $Self->{DateInputFormat} = '%D-%M-%Y'; $Self->{DateInputFormatLong} = '%D-%M-%Y - %T'; - $Self->{Completeness} = 0.496467882372269; + $Self->{Completeness} = 0.496060407091267; # csv separator $Self->{Separator} = ';'; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Het Helpdesk Team 'CustomerUser' => '', 'Czech' => '', 'Danish' => 'Deens', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Datum / tijd', 'Default agent name' => '', @@ -9056,6 +9059,8 @@ Het Helpdesk Team 'Theme' => 'Thema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/pl.pm b/Kernel/Language/pl.pm index 57717ed286f..f70f4a4b0b0 100644 --- a/Kernel/Language/pl.pm +++ b/Kernel/Language/pl.pm @@ -30,7 +30,7 @@ sub Data { $Self->{DateFormatShort} = '%Y-%M-%D'; $Self->{DateInputFormat} = '%Y-%M-%D'; $Self->{DateInputFormatLong} = '%Y-%M-%D - %T'; - $Self->{Completeness} = 0.63923114834894; + $Self->{Completeness} = 0.638706500328299; # csv separator $Self->{Separator} = ';'; @@ -6146,11 +6146,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Określa kolejność wyświetlania imienia i nazwiska agentów.', 'Default skin for the agent interface.' => 'Domyślna skóra dla interfejsu agentów.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8661,6 +8663,7 @@ Twój Zespół Helpdesk. 'CustomerUser' => 'Imię i nazwisko użytkownika', 'Czech' => 'Czeski', 'Danish' => 'Duński', + 'Dark' => '', 'Dashboard overview.' => 'Przegląd pulpitu.', 'Date / Time' => 'Data / Czas', 'Default agent name' => '', @@ -9054,6 +9057,8 @@ Twój Zespół Helpdesk. 'Theme' => 'Schemat', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/pt.pm b/Kernel/Language/pt.pm index 8a4048a43a1..bf83abd34e9 100644 --- a/Kernel/Language/pt.pm +++ b/Kernel/Language/pt.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%Y-%M-%D'; $Self->{DateInputFormat} = '%Y-%M-%D'; $Self->{DateInputFormatLong} = '%Y-%M-%D - %T'; - $Self->{Completeness} = 0.304583538689009; + $Self->{Completeness} = 0.304333552199606; # csv separator $Self->{Separator} = ';'; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8660,6 +8662,7 @@ A sua equipa de Helpdesk 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Data / Hora', 'Default agent name' => '', @@ -9053,6 +9056,8 @@ A sua equipa de Helpdesk 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/pt_BR.pm b/Kernel/Language/pt_BR.pm index 7709c93dc51..29143d7c7d8 100644 --- a/Kernel/Language/pt_BR.pm +++ b/Kernel/Language/pt_BR.pm @@ -30,7 +30,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.860193855758173; + $Self->{Completeness} = 0.859487852921865; # csv separator $Self->{Separator} = ';'; @@ -6145,11 +6145,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Especifica a ordem em que o primeiro e o último nomes de agentes serão exibidos.', 'Default skin for the agent interface.' => 'Tema padrão para a interface de atendente.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'O Nome Interno do skin de agente que deve ser utilizado na interface de agente. Por favor verificar os skins disponíveis em Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'Skin padrão para a interface do cliente', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8661,6 +8663,7 @@ Obrigado pela ajuda! 'CustomerUser' => 'UsuárioCliente', 'Czech' => 'Tcheco', 'Danish' => 'Dinamarquês', + 'Dark' => '', 'Dashboard overview.' => 'Painel de Controle', 'Date / Time' => 'Data / Hora', 'Default agent name' => '', @@ -9054,6 +9057,8 @@ Obrigado pela ajuda! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => 'Esta é uma Descrição para Comentário no Framework.', 'This is a Description for DynamicField on Framework.' => 'Esta é uma Descrição para Campo Dinâmico no Framework.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/ro.pm b/Kernel/Language/ro.pm index 1031a5f95cf..1d078c5c77f 100644 --- a/Kernel/Language/ro.pm +++ b/Kernel/Language/ro.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.288155084606539; + $Self->{Completeness} = 0.287918581746553; # csv separator $Self->{Separator} = ';'; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8646,6 +8648,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9039,6 +9042,8 @@ Thanks for your help! 'Theme' => 'Temă', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/ru.pm b/Kernel/Language/ru.pm index b53ff37ea90..78cf80fe8b4 100644 --- a/Kernel/Language/ru.pm +++ b/Kernel/Language/ru.pm @@ -38,7 +38,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.830951207491375; + $Self->{Completeness} = 0.83026920551543; # csv separator $Self->{Separator} = ';'; @@ -6153,11 +6153,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Задает порядок в котором отображаются Фамилия и Имя агентов.', 'Default skin for the agent interface.' => 'Стандартная тема оформления для интерфейса агента.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Внутреннее имя окраса (skin) экрана для интерфейса агента. Доступные варианты заданы в Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Можно задать разные схемы оформления, напрмер, чтобы отличать агентов из разных доменов. Используя регулярные выражения (regex), вы можете задать пары Ключ/Содержание, соответствующие доменам. Значение Ключа должно соответствовать домену, а значение Содержания - имя схемы (skin) в системе. Смотрите пример для правильного построения регулярного выражения.', 'Default skin for the customer interface.' => 'Стандартная тема оформления для интерфейса клиента.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Внутреннее имя окраса (skin) экрана для интерфейса клиента. Доступные варианты заданы в Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8669,6 +8671,7 @@ Thanks for your help! 'CustomerUser' => 'Клиент', 'Czech' => 'Чешский', 'Danish' => 'Датский', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Дата/Время', 'Default agent name' => '', @@ -9062,6 +9065,8 @@ Thanks for your help! 'Theme' => 'Тема', 'This is a Description for Comment on Framework.' => 'Это Описание Комментария к Фреймворку', 'This is a Description for DynamicField on Framework.' => 'Это Описание Динамических Полей Фреймворка', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Это стандартная оранжево-черная тема для интерфейса клиента.', 'This is the default orange - black skin.' => 'Это стандартная оранжево-черная тема.', diff --git a/Kernel/Language/sk_SK.pm b/Kernel/Language/sk_SK.pm index dcd6f4d3152..74fc45d9bb6 100644 --- a/Kernel/Language/sk_SK.pm +++ b/Kernel/Language/sk_SK.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.1828486939379; + $Self->{Completeness} = 0.182698621142482; # csv separator $Self->{Separator} = ';'; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8646,6 +8648,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9039,6 +9042,8 @@ Thanks for your help! 'Theme' => 'Schéma', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/sl.pm b/Kernel/Language/sl.pm index bbf35711e84..3da1c000b4f 100644 --- a/Kernel/Language/sl.pm +++ b/Kernel/Language/sl.pm @@ -31,7 +31,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.212748480367997; + $Self->{Completeness} = 0.212573867367039; # csv separator $Self->{Separator} = ';'; @@ -6146,11 +6146,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8651,6 +8653,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Datum/Čas', 'Default agent name' => '', @@ -9044,6 +9047,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/sr_Cyrl.pm b/Kernel/Language/sr_Cyrl.pm index 2109f5f7e48..29ca70b3901 100644 --- a/Kernel/Language/sr_Cyrl.pm +++ b/Kernel/Language/sr_Cyrl.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.891407918514868; + $Self->{Completeness} = 0.890676296782666; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Одређује облик у коме ће бити приказано име и презиме оператера.', 'Default skin for the agent interface.' => 'Подразумевани изглед окружења за интерфејс оператера.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Излед који ће се користити у интерфејсу оператера. Молимо проверите доступне изгледе у Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Могуће је подесити различите изгледе за различите оператере, који се користе на нивоу домена у апликацији. Коришћењем регуларног израза (regex), можете подесити пар кључ/вредност за препознавање домена. Вредност у Key би требало да препозна домен, а вредност у Content би требало да буде важећи изглед у систему. Молимо консултујте примере за исправан облик регуларног израза.', 'Default skin for the customer interface.' => 'Подразумевани изглед окружења за интерфејс клијента.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Излед који ће се користити у интерфејсу корисника. Молимо проверите доступне изгледе у Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8658,6 +8660,7 @@ Thanks for your help! 'CustomerUser' => 'Клијент корисник', 'Czech' => 'Чешки', 'Danish' => 'Дански', + 'Dark' => '', 'Dashboard overview.' => 'Преглед командне табле.', 'Date / Time' => 'Датум / Време', 'Default agent name' => 'Подразумевано име оператера', @@ -9051,6 +9054,8 @@ Thanks for your help! 'Theme' => 'Тема', 'This is a Description for Comment on Framework.' => 'Ово је опис за коментар у систему.', 'This is a Description for DynamicField on Framework.' => 'Ово је опис за динамичко поље у систему.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Ово је подразумевани наранџасто-црни изглед клијентског интерфејса.', 'This is the default orange - black skin.' => 'Ово је подразумевани наранџасто-црни изглед.', diff --git a/Kernel/Language/sr_Latn.pm b/Kernel/Language/sr_Latn.pm index f1d2994c4fd..a6c383edd88 100644 --- a/Kernel/Language/sr_Latn.pm +++ b/Kernel/Language/sr_Latn.pm @@ -32,7 +32,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.891407918514868; + $Self->{Completeness} = 0.890676296782666; # csv separator $Self->{Separator} = ';'; @@ -6147,11 +6147,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Određuje oblik u kome će biti prikazano ime i prezime operatera.', 'Default skin for the agent interface.' => 'Podrazumevani izgled okruženja za interfejs operatera.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Izled koji će se koristiti u interfejsu operatera. Molimo proverite dostupne izglede u Frontend::Agent::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Moguće je podesiti različite izglede za različite operatere, koji se koriste na nivou domena u aplikaciji. Korišćenjem regularnog izraza (regex), možete podesiti par ključ/vrednost za prepoznavanje domena. Vrednost u Key bi trebalo da prepozna domen, a vrednost u Content bi trebalo da bude važeći izgled u sistemu. Molimo konsultujte primere za ispravan oblik regularnog izraza.', 'Default skin for the customer interface.' => 'Podrazumevani izgled okruženja za interfejs klijenta.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Izled koji će se koristiti u interfejsu korisnika. Molimo proverite dostupne izglede u Frontend::Customer::Skins.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Vaša tehnička podrška 'CustomerUser' => 'Klijent korisnik', 'Czech' => 'Češki', 'Danish' => 'Danski', + 'Dark' => '', 'Dashboard overview.' => 'Pregled komandne table.', 'Date / Time' => 'Datum / Vreme', 'Default agent name' => 'Podrazumevano ime operatera', @@ -9056,6 +9059,8 @@ Vaša tehnička podrška 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => 'Ovo je opis za komentar u sistemu.', 'This is a Description for DynamicField on Framework.' => 'Ovo je opis za dinamičko polje u sistemu.', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => 'Ovo je podrazumevani narandžasto-crni izgled klijentskog interfejsa.', 'This is the default orange - black skin.' => 'Ovo je podrazumevani narandžasto-crni izgled.', diff --git a/Kernel/Language/sv.pm b/Kernel/Language/sv.pm index 0f44654109c..4fed910a9db 100644 --- a/Kernel/Language/sv.pm +++ b/Kernel/Language/sv.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%Y.%M.%D'; $Self->{DateInputFormat} = '%Y.%M.%D'; $Self->{DateInputFormatLong} = '%Y.%M.%D - %T'; - $Self->{Completeness} = 0.329883357976014; + $Self->{Completeness} = 0.329612606697308; # csv separator $Self->{Separator} = ';'; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'Standardtema för kundgränssnittet.', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8649,6 +8651,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => 'Tjeckiska', 'Danish' => 'Danska', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Datum/tid', 'Default agent name' => '', @@ -9042,6 +9045,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/sw.pm b/Kernel/Language/sw.pm index 2517ead16ed..88f0a82f38c 100644 --- a/Kernel/Language/sw.pm +++ b/Kernel/Language/sw.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%M/%D/%Y'; $Self->{DateInputFormat} = '%M/%D/%Y'; $Self->{DateInputFormatLong} = '%M/%D/%Y - %T'; - $Self->{Completeness} = 0.435682602267127; + $Self->{Completeness} = 0.43532501641497; # csv separator $Self->{Separator} = ','; @@ -6144,11 +6144,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => 'Inabainisha mpangilio ambao jina la kwanza na jina la mwisho ya mawakala yataonyeshwa.', 'Default skin for the agent interface.' => 'Gamba chaguo-msingi kwa ajili ya kiolesura cha wakala.', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => 'Gamba la wakala la Jina la ndani ambalo linatumika katika kiolesura cha wakala. Tafadhali angali magamba yanayopatikana katika Mazingira ya mbele::wakala::Magamba.', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => 'Inawezekana kusanidi magamba tofauti, kwa mfano kutofautisha kati mawakala tofauti, wataokaotumika katika kila huduma kwenye kikoa katika programu tumizi. Kwa kutumia imizo la kawaida (regex), unaweza kusanidi jozi ya yaliyomo/kibonye kulandanisha kikoa. Thamani katika "Kibonye" ilandane na kikoa, na thamani kwenye "Yaliyomo" iwe gamba batili katika mfumo wako. Tafadhali ona maingizo ya mfano kwa ajili fomu sahihi ya imizo la kawaida.', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => 'Gamba la wakala la Jina la ndani ambalo linatumika katika kiolesura cha mteja. Tafadhali angali magamba yanayopatikana katika Mazingira ya mbele::wakala::Magamba.', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8652,6 +8654,7 @@ Thanks for your help! 'CustomerUser' => 'MtejaMtumiaji', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Tarehe / Muda', 'Default agent name' => '', @@ -9045,6 +9048,8 @@ Thanks for your help! 'Theme' => 'Mandhari', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/th_TH.pm b/Kernel/Language/th_TH.pm index 6ed0f56e2df..a785fc7e6c1 100644 --- a/Kernel/Language/th_TH.pm +++ b/Kernel/Language/th_TH.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D/%M/%Y'; $Self->{DateInputFormat} = '%D/%M/%Y'; $Self->{DateInputFormatLong} = '%D/%M/%Y - %T'; - $Self->{Completeness} = 0.522589124363397; + $Self->{Completeness} = 0.522160210111622; # csv separator $Self->{Separator} = ','; @@ -6145,11 +6145,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => 'สกีนเริ่มต้นสำหรับอินเตอร์เฟซเอเย่นต์', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => 'สกีนเริ่มต้นสำหรับอินเตอร์เฟซเลูกค้า (รุ่นบาง)', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Thanks for your help! 'CustomerUser' => 'CustomerUser', 'Czech' => 'ภาษาเช็ก', 'Danish' => 'ภาษาเดนมาร์ก', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'วัน / เวลา', 'Default agent name' => '', @@ -9056,6 +9059,8 @@ Thanks for your help! 'Theme' => 'ตีม', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/tr.pm b/Kernel/Language/tr.pm index 42ea39603c2..8095017a8b9 100644 --- a/Kernel/Language/tr.pm +++ b/Kernel/Language/tr.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.182355840315426; + $Self->{Completeness} = 0.18220617202889; # csv separator $Self->{Separator} = ';'; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => 'Tarih / Saat', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Tema', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/uk.pm b/Kernel/Language/uk.pm index f9edf09a886..1e0e09bed68 100644 --- a/Kernel/Language/uk.pm +++ b/Kernel/Language/uk.pm @@ -27,7 +27,7 @@ sub Data { $Self->{DateFormatShort} = '%M/%D/%Y'; $Self->{DateInputFormat} = '%M/%D/%Y'; $Self->{DateInputFormatLong} = '%M/%D/%Y - %T'; - $Self->{Completeness} = 0.435846886807951; + $Self->{Completeness} = 0.435489166119501; # csv separator $Self->{Separator} = ','; @@ -6142,11 +6142,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8647,6 +8649,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9040,6 +9043,8 @@ Thanks for your help! 'Theme' => 'Тема', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/vi_VN.pm b/Kernel/Language/vi_VN.pm index d2eba2c40f4..78887697977 100644 --- a/Kernel/Language/vi_VN.pm +++ b/Kernel/Language/vi_VN.pm @@ -26,7 +26,7 @@ sub Data { $Self->{DateFormatShort} = '%D.%M.%Y'; $Self->{DateInputFormat} = '%D.%M.%Y'; $Self->{DateInputFormatLong} = '%D.%M.%Y - %T'; - $Self->{Completeness} = 0.147527517660588; + $Self->{Completeness} = 0.147406434668418; # csv separator $Self->{Separator} = ';'; @@ -6141,11 +6141,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8658,6 +8660,7 @@ Cảm ơn sự giúp đỡ của bạn! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '', 'Default agent name' => '', @@ -9051,6 +9054,8 @@ Cảm ơn sự giúp đỡ của bạn! 'Theme' => 'Chủ đề', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Language/zh_CN.pm b/Kernel/Language/zh_CN.pm index 715b6e5f7d8..69acddf08cc 100644 --- a/Kernel/Language/zh_CN.pm +++ b/Kernel/Language/zh_CN.pm @@ -33,7 +33,7 @@ sub Data { $Self->{DateFormatShort} = '%Y.%M.%D'; $Self->{DateInputFormat} = '%Y.%M.%D'; $Self->{DateInputFormatLong} = '%Y.%M.%D - %T'; - $Self->{Completeness} = 0.894857893872187; + $Self->{Completeness} = 0.894123440577807; # csv separator $Self->{Separator} = ''; @@ -6148,11 +6148,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '指定服务人员显示姓和名的先后顺序。', 'Default skin for the agent interface.' => '服务人员界面的默认皮肤。', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '服务人员界面皮肤的内部名称,请在Frontend::Agent::Loader::Agent::Skin中检查可用的皮肤。', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '配置不同皮肤是可能的,例如:区分系统中基于域名的不同服务人员。您可以使用一个正则表达式配置一个键/内容组合来匹配一个域名。“键”应该匹配域名,“值”是一个系统中有效的皮肤。请参照样例条目修改正则表达式的合适格式。', 'Default skin for the customer interface.' => '客户界面的默认皮肤。', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '客户界面皮肤的内部名称,请在Frontend::Customer::Loader::Customer::Skin中检查可用的皮肤。', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8663,6 +8665,7 @@ Thanks for your help! 'CustomerUser' => '客户', 'Czech' => '捷克语', 'Danish' => '丹麦语', + 'Dark' => '', 'Dashboard overview.' => '仪表板概览。', 'Date / Time' => '日期 / 时间', 'Default agent name' => '默认的服务人员姓名', @@ -9056,6 +9059,8 @@ Thanks for your help! 'Theme' => '主题', 'This is a Description for Comment on Framework.' => '这是在框架中关于注释的描述信息。', 'This is a Description for DynamicField on Framework.' => '这是在框架中关于动态字段的描述信息。', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '这是客户界面默认的橙色-黑色皮肤。', 'This is the default orange - black skin.' => '这是默认的橙色-黑色皮肤。', diff --git a/Kernel/Language/zh_TW.pm b/Kernel/Language/zh_TW.pm index 4191e6374ff..07977dbc11e 100644 --- a/Kernel/Language/zh_TW.pm +++ b/Kernel/Language/zh_TW.pm @@ -29,7 +29,7 @@ sub Data { $Self->{DateFormatShort} = '%Y.%M.%D'; $Self->{DateInputFormat} = '%Y.%M.%D'; $Self->{DateInputFormatLong} = '%Y.%M.%D - %T'; - $Self->{Completeness} = 0.308362083127978; + $Self->{Completeness} = 0.308108995403808; # csv separator $Self->{Separator} = ''; @@ -6145,11 +6145,13 @@ sub Data { 'Specifies the order in which the firstname and the lastname of agents will be displayed.' => '', 'Default skin for the agent interface.' => '', + 'Dark skin for the agent interface.' => '', 'The agent skin\'s InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent agents, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => '', 'Default skin for the customer interface.' => '', + 'Dark skin for the customer interface.' => '', 'The customer skin\'s InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins.' => '', 'It is possible to configure different skins, for example to distinguish between diferent customers, to be used on a per-domain basis within the application. Using a regular expression (regex), you can configure a Key/Content pair to match a domain. The value in "Key" should match the domain, and the value in "Content" should be a valid skin on your system. Please see the example entries for the proper form of the regex.' => @@ -8651,6 +8653,7 @@ Thanks for your help! 'CustomerUser' => '', 'Czech' => '', 'Danish' => '', + 'Dark' => '', 'Dashboard overview.' => '', 'Date / Time' => '日期 / 時間', 'Default agent name' => '', @@ -9044,6 +9047,8 @@ Thanks for your help! 'Theme' => '主題', 'This is a Description for Comment on Framework.' => '', 'This is a Description for DynamicField on Framework.' => '', + 'This is the dark skin for the agent interface.' => '', + 'This is the dark skin for the customer interface.' => '', 'This is the default orange - black skin for the customer interface.' => '', 'This is the default orange - black skin.' => '', diff --git a/Kernel/Modules/AgentTicketCustomer.pm b/Kernel/Modules/AgentTicketCustomer.pm index 9918081e522..62876be53c2 100644 --- a/Kernel/Modules/AgentTicketCustomer.pm +++ b/Kernel/Modules/AgentTicketCustomer.pm @@ -266,7 +266,7 @@ sub Form { # show customer field as "FirstName Lastname" if (%CustomerUserData) { - $TicketData{CustomerUserID} = "\"$CustomerUserData{UserFullname} " . " <$CustomerUserData{UserEmail}>"; + $TicketData{CustomerUserID} = "\"$CustomerUserData{UserFullname}\"" . " <$CustomerUserData{UserEmail}>"; } $LayoutObject->Block( Name => 'Customer', diff --git a/Kernel/Output/HTML/Layout.pm b/Kernel/Output/HTML/Layout.pm index 715dac29ee0..9037277bb3a 100644 --- a/Kernel/Output/HTML/Layout.pm +++ b/Kernel/Output/HTML/Layout.pm @@ -1806,6 +1806,7 @@ sub Footer { SearchFrontend => $JSCall, Autocomplete => $AutocompleteConfig, 'Mentions::RichTextEditor' => $ConfigObject->Get('Mentions::RichTextEditor') // {}, + Skin => $Self->{SkinSelected}, ); for my $Config ( sort keys %JSConfig ) { @@ -6260,6 +6261,24 @@ sub SetRichTextParameters { } } + my $SkinHome = $ConfigObject->Get('Home') . '/var/httpd/htdocs/skins'; + my $WebPath = $ConfigObject->Get('Frontend::WebPath') . 'skins'; + + my $UserType = $Self->{SessionSource} || ''; + if ($UserType) { + $UserType =~ s/Interface//; + } + + my $ContentsCssFS + = $SkinHome . '/' . $UserType . '/' . $Self->{SkinSelected} . '/css/Core.RichTextEditor.ContentsCss.css'; + my $ContentsCss + = $WebPath . '/' . $UserType . '/' . $Self->{SkinSelected} . '/css/Core.RichTextEditor.ContentsCss.css'; + + # If Core.RichTextEditor.ContentsCss.css for current skin exists, use it + if ( -e $ContentsCssFS ) { + $RichTextSettings{'ContentsCss'} = $ContentsCss; + } + # get needed variables my $RichTextType = $Param{Data}->{RichTextType} || ''; my $PictureUploadAction = $Param{Data}->{RichTextPictureUploadAction} || ''; @@ -6405,6 +6424,26 @@ sub CustomerSetRichTextParameters { } } + my $SkinHome = $ConfigObject->Get('Home') . '/var/httpd/htdocs/skins'; + my $WebPath = $ConfigObject->Get('Frontend::WebPath') . 'skins'; + + my $UserType = $Self->{SessionSource} || ''; + if ($UserType) { + $UserType =~ s/Interface//; + } + + $Self->{SkinSelected} = $ConfigObject->Get("Loader::Customer::SelectedSkin") || 'default'; + + my $ContentsCssFS + = $SkinHome . '/' . $UserType . '/' . $Self->{SkinSelected} . '/css/Core.RichTextEditor.ContentsCss.css'; + my $ContentsCss + = $WebPath . '/' . $UserType . '/' . $Self->{SkinSelected} . '/css/Core.RichTextEditor.ContentsCss.css'; + + # If Core.RichTextEditor.ContentsCss.css for current skin exists, use it + if ( -e $ContentsCssFS ) { + $RichTextSettings{'ContentsCss'} = $ContentsCss; + } + my $TextDir = $Self->{TextDirection} || ''; my $PictureUploadAction = $Param{Data}->{RichTextPictureUploadAction} || ''; my $EditingAreaCSS = 'body { ' . $ConfigObject->Get("Frontend::RichText::DefaultCSS") . ' }'; diff --git a/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/MIMEBase.tt b/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/MIMEBase.tt index 69a6ba72623..fbf1281357e 100644 --- a/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/MIMEBase.tt +++ b/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/MIMEBase.tt @@ -104,58 +104,58 @@ [% END %] [% RenderBlockEnd("TransmissionStatusMessage") %] -#[% RenderBlockStart("CalendarEvents") %] -#
-#
-# [% IF Data.MultipleEvents %] -# [% Translate("This message contains events") | html %]: -# [% ELSE %] -# [% Translate("This message contains an event") | html %]: -# [% END %] -# -# -# -#
-#[% RenderBlockStart("CalendarEventsMessageRow") %] -#

-# [% Translate("Start: %s, End: %s", Data.Start, Data.End) | html %] -#

-#[% RenderBlockEnd("CalendarEventsMessageRow") %] -# -# -# -#
-#[% RenderBlockEnd("CalendarEvents") %] +[% RenderBlockStart("CalendarEvents") %] +
+
+ [% IF Data.MultipleEvents %] + [% Translate("This message contains events") | html %]: + [% ELSE %] + [% Translate("This message contains an event") | html %]: + [% END %] + + + +
+[% RenderBlockStart("CalendarEventsMessageRow") %] +

+ [% Translate("Start: %s, End: %s", Data.Start, Data.End) | html %] +

+[% RenderBlockEnd("CalendarEventsMessageRow") %] + + + +
+[% RenderBlockEnd("CalendarEvents") %] [% RenderBlockStart("BrowserLinkMessage") %] # Show info, that links within the iframe must be clicked with strg/cmd/shift (depending on the used browser and os) @@ -210,6 +210,18 @@ function CheckIFrameHeight(IFrameID) { // workaround for firefox, which seems to cache the src attribute of iframes sometimes which leads to // the wrong iframe content being displayed (see https://bugzilla.mozilla.org/show_bug.cgi?id=356558) document.getElementById('Iframe[% Data.ArticleID | html %]').contentWindow.location.href = document.getElementById('Iframe[% Data.ArticleID | html %]').src + + document.getElementById('Iframe[% Data.ArticleID | html %]').addEventListener("load", function() { + const element = document.querySelector("body"); + const value = window.getComputedStyle(element).getPropertyValue('filter'); + if (value === 'invert(1)') { + var frame = document.getElementById('Iframe[% Data.ArticleID | html %]'); + var node = document.createElement('style'); + node.appendChild(document.createTextNode('img, video, svg {filter: invert(180%)hue-rotate(180deg);}')); + frame.contentWindow.document.head.appendChild(node); + } + }); + [% ELSE %] diff --git a/README.md b/README.md index d9f1b6413dd..73c5620e625 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

- +
- + Translation status
diff --git a/UPDATING.md b/UPDATING.md index 81f86330daf..b059198933b 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -1 +1 @@ -Please see [the updating instructions](https://doc.znuny.org/znuny/releases/installupdate/update/update-7.0.html) in the online documentation. \ No newline at end of file +Please see [the updating instructions](https://doc.znuny.org/znuny-7_1/releases/installupdate/update/update-7.1.html) in the online documentation. diff --git a/i18n/Znuny/Znuny.ar_SA.po b/i18n/Znuny/Znuny.ar_SA.po index 697290ca9c7..4b8bc4993a4 100644 --- a/i18n/Znuny/Znuny.ar_SA.po +++ b/i18n/Znuny/Znuny.ar_SA.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.bg.po b/i18n/Znuny/Znuny.bg.po index 08cca99c34b..fa1e2d496f6 100644 --- a/i18n/Znuny/Znuny.bg.po +++ b/i18n/Znuny/Znuny.bg.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ca.po b/i18n/Znuny/Znuny.ca.po index 6a65602c89f..0297da2c8a7 100644 --- a/i18n/Znuny/Znuny.ca.po +++ b/i18n/Znuny/Znuny.ca.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.cs.po b/i18n/Znuny/Znuny.cs.po index 80efc7799ce..7c3386578e7 100644 --- a/i18n/Znuny/Znuny.cs.po +++ b/i18n/Znuny/Znuny.cs.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.da.po b/i18n/Znuny/Znuny.da.po index 3151f907f9d..9156eaeb0cc 100644 --- a/i18n/Znuny/Znuny.da.po +++ b/i18n/Znuny/Znuny.da.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.de.po b/i18n/Znuny/Znuny.de.po index aa707c3ff42..f2f81bcdc0f 100644 --- a/i18n/Znuny/Znuny.de.po +++ b/i18n/Znuny/Znuny.de.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2023-03-23 09:27+0000\n" -"PO-Revision-Date: 2024-07-18 08:59+0000\n" -"Last-Translator: NotSpecific \n" +"PO-Revision-Date: 2024-08-01 21:00+0000\n" +"Last-Translator: Denny Korsukéwitz \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -8078,7 +8078,7 @@ msgstr " Öffne / Schließe Ticket Aktionsmenü" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt msgid " Select this ticket" -msgstr "" +msgstr " Dieses Ticket auswählen" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt msgid "Sender" @@ -8110,7 +8110,7 @@ msgstr "" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt msgid " Move ticket to a different queue" -msgstr "" +msgstr " Ticket in eine andere Queue verschieben" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt msgid "Change queue" @@ -8150,7 +8150,7 @@ msgstr "Übersicht zurücksetzen" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt msgid " Column Filters Form" -msgstr "" +msgstr " Spaltenfilter-Formular" #. TT Template: Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt msgid "Split Into New Phone Ticket" @@ -8910,15 +8910,15 @@ msgstr "Sie sind angemeldet als" #. TT Template: Kernel/Output/HTML/Templates/Standard/Header.tt msgid "Delete all activities" -msgstr "" +msgstr "Alle Aktivitäten löschen" #. TT Template: Kernel/Output/HTML/Templates/Standard/Header.tt msgid "Delete all" -msgstr "" +msgstr "Alle löschen" #. TT Template: Kernel/Output/HTML/Templates/Standard/Header.tt msgid "Mark all activities as seen" -msgstr "" +msgstr "Alle Aktivitäten als gelesen markieren" #. TT Template: Kernel/Output/HTML/Templates/Standard/Header.tt msgid "Seen all" @@ -8942,7 +8942,7 @@ msgstr "Suche" #. TT Template: Kernel/Output/HTML/Templates/Standard/HeaderToolbar.tt msgid "SearchTemplate" -msgstr "Surchvorlage" +msgstr "Suchvorlage" #. TT Template: Kernel/Output/HTML/Templates/Standard/Installer.tt msgid "JavaScript not available" @@ -15270,7 +15270,7 @@ msgstr "Definiert den Full Qualified Domain Name des Znuny Systems. Diese Einste #. XML Definition: Kernel/Config/Files/XML/Framework.xml msgid "Defines the fully qualified domain name for external IDs generation (i.e. Message-ID, ContentID)." -msgstr "" +msgstr "Definiert den voll qualifizierten Domänennamen für die Generierung externer IDs (z. B. Message-ID, ContentID)." #. XML Definition: Kernel/Config/Files/XML/Framework.xml msgid "Defines the HTTP hostname for the support data collection with the public module 'PublicSupportDataCollector' (e.g. used from the Znuny Daemon)." @@ -20698,35 +20698,35 @@ msgstr "Dieses Fenster muss aus dem Fenster zum Verfassen von Tickets aufgerufen #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "An error occurred" -msgstr "" +msgstr "Ein Fehler ist aufgetreten" #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be created. %s is needed." -msgstr "" +msgstr "Die Aktivität konnte nicht erstellt werden. %s wird benötigt." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be created." -msgstr "" +msgstr "Die Aktivität konnte nicht erstellt werden." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be updated." -msgstr "" +msgstr "Die Aktivität konnte nicht aktualisiert werden." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be deleted." -msgstr "" +msgstr "Die Aktivität konnte nicht gelöscht werden." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be marked as new." -msgstr "" +msgstr "Die Aktivität konnte nicht als neu markiert werden." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activity could not be marked as seen." -msgstr "" +msgstr "Die Aktivität konnte nicht als gelesen markiert werden." #. JS File: var/httpd/htdocs/js/Core.Activity.js msgid "The activities could not be marked as seen." -msgstr "" +msgstr "Die Aktivitäten konnten nicht als gelesen markiert werden." #. JS File: var/httpd/htdocs/js/Core.Agent.Admin.ACL.js msgid "Add all" @@ -21226,7 +21226,7 @@ msgstr "Bitte geben Sie zumindest einen Suchbegriff ein oder * um nach Allem zu #. JS File: var/httpd/htdocs/js/Core.Agent.CustomerUserAddressBook.js msgid "Insert selected customer user(s) into the \"%s:\" field." -msgstr "" +msgstr "Ausgewählte(n) Kundenbenutzer in das Feld \"%s:\" einfügen." #. JS File: var/httpd/htdocs/js/Core.Agent.Daemon.js msgid "Information about the Znuny Daemon" @@ -23567,7 +23567,7 @@ msgstr "Wählen Sie Ihr bevorzugtes Layout aus." #. SysConfig msgid "Select your preferred theme for OTRS." -msgstr "" +msgstr "Wählen Sie Ihr bevorzugtes Theme für Znuny." #. SysConfig msgid "Send a unit test file" @@ -24227,7 +24227,7 @@ msgstr "im gleichen Tab öffnen" #. SysConfig msgid "open in new tab" -msgstr "in neuem Tab öffnen" +msgstr "im neuen Tab öffnen" #. SysConfig msgid "pending" @@ -24409,3 +24409,23 @@ msgstr "Die Einstellung character_set_database muss 'utf8mb4' sein." msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "Es wurden Tabellen gefunden, die nicht 'utf8mb4' als Zeichensatz haben." +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.el.po b/i18n/Znuny/Znuny.el.po index f4f6d47bdea..fd803627ff1 100644 --- a/i18n/Znuny/Znuny.el.po +++ b/i18n/Znuny/Znuny.el.po @@ -24401,3 +24401,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.en_CA.po b/i18n/Znuny/Znuny.en_CA.po index 1c033268ef7..af20478ccf2 100644 --- a/i18n/Znuny/Znuny.en_CA.po +++ b/i18n/Znuny/Znuny.en_CA.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.en_GB.po b/i18n/Znuny/Znuny.en_GB.po index 4d0ef8d7c20..244762b458f 100644 --- a/i18n/Znuny/Znuny.en_GB.po +++ b/i18n/Znuny/Znuny.en_GB.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.es.po b/i18n/Znuny/Znuny.es.po index 3ccfe6892d6..e750f09ae0c 100644 --- a/i18n/Znuny/Znuny.es.po +++ b/i18n/Znuny/Znuny.es.po @@ -24415,3 +24415,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.es_CO.po b/i18n/Znuny/Znuny.es_CO.po index 011240712d5..e3f8acfa3b7 100644 --- a/i18n/Znuny/Znuny.es_CO.po +++ b/i18n/Znuny/Znuny.es_CO.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.es_MX.po b/i18n/Znuny/Znuny.es_MX.po index 5b8bdf3f437..604fb46caac 100644 --- a/i18n/Znuny/Znuny.es_MX.po +++ b/i18n/Znuny/Znuny.es_MX.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.et.po b/i18n/Znuny/Znuny.et.po index 93170363c4c..aacc0e9b4b8 100644 --- a/i18n/Znuny/Znuny.et.po +++ b/i18n/Znuny/Znuny.et.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.fa.po b/i18n/Znuny/Znuny.fa.po index b548afafbbc..c967e9e0777 100644 --- a/i18n/Znuny/Znuny.fa.po +++ b/i18n/Znuny/Znuny.fa.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.fi.po b/i18n/Znuny/Znuny.fi.po index b6f0bf8ae94..965afc4ffc3 100644 --- a/i18n/Znuny/Znuny.fi.po +++ b/i18n/Znuny/Znuny.fi.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.fr.po b/i18n/Znuny/Znuny.fr.po index 3b070175a33..73ea9e65481 100644 --- a/i18n/Znuny/Znuny.fr.po +++ b/i18n/Znuny/Znuny.fr.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.fr_CA.po b/i18n/Znuny/Znuny.fr_CA.po index 2ff695fc8c8..e42f92d2f3b 100644 --- a/i18n/Znuny/Znuny.fr_CA.po +++ b/i18n/Znuny/Znuny.fr_CA.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.gl.po b/i18n/Znuny/Znuny.gl.po index a5aa898437a..63feee76ed6 100644 --- a/i18n/Znuny/Znuny.gl.po +++ b/i18n/Znuny/Znuny.gl.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.he.po b/i18n/Znuny/Znuny.he.po index 7fab23539ab..cdc86205547 100644 --- a/i18n/Znuny/Znuny.he.po +++ b/i18n/Znuny/Znuny.he.po @@ -24398,3 +24398,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.hi.po b/i18n/Znuny/Znuny.hi.po index 279ae45688b..f5ac3e5029b 100644 --- a/i18n/Znuny/Znuny.hi.po +++ b/i18n/Znuny/Znuny.hi.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.hr.po b/i18n/Znuny/Znuny.hr.po index c715422f3bd..48ae8f14fb8 100644 --- a/i18n/Znuny/Znuny.hr.po +++ b/i18n/Znuny/Znuny.hr.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.hu.po b/i18n/Znuny/Znuny.hu.po index 9a1527f5d22..1ad8bda6a52 100644 --- a/i18n/Znuny/Znuny.hu.po +++ b/i18n/Znuny/Znuny.hu.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.id.po b/i18n/Znuny/Znuny.id.po index 4d5e66aa3d1..d46e8920440 100644 --- a/i18n/Znuny/Znuny.id.po +++ b/i18n/Znuny/Znuny.id.po @@ -24411,3 +24411,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.it.po b/i18n/Znuny/Znuny.it.po index 975265c7c6e..88fe696f5e4 100644 --- a/i18n/Znuny/Znuny.it.po +++ b/i18n/Znuny/Znuny.it.po @@ -24413,3 +24413,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ja.po b/i18n/Znuny/Znuny.ja.po index 4dc7049fb8d..49c801d3bd5 100644 --- a/i18n/Znuny/Znuny.ja.po +++ b/i18n/Znuny/Znuny.ja.po @@ -24420,3 +24420,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ko.po b/i18n/Znuny/Znuny.ko.po index 2668370ea59..9516db1ba41 100644 --- a/i18n/Znuny/Znuny.ko.po +++ b/i18n/Znuny/Znuny.ko.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.lt.po b/i18n/Znuny/Znuny.lt.po index efbb350b391..7e2daeaebac 100644 --- a/i18n/Znuny/Znuny.lt.po +++ b/i18n/Znuny/Znuny.lt.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.lv.po b/i18n/Znuny/Znuny.lv.po index b45c45e7d0b..c5e29bd04d5 100644 --- a/i18n/Znuny/Znuny.lv.po +++ b/i18n/Znuny/Znuny.lv.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.mk.po b/i18n/Znuny/Znuny.mk.po index 02291ed01f8..5108fc5f862 100644 --- a/i18n/Znuny/Znuny.mk.po +++ b/i18n/Znuny/Znuny.mk.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ms.po b/i18n/Znuny/Znuny.ms.po index 5256eeea226..344e6a9664b 100644 --- a/i18n/Znuny/Znuny.ms.po +++ b/i18n/Znuny/Znuny.ms.po @@ -24411,3 +24411,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.nb_NO.po b/i18n/Znuny/Znuny.nb_NO.po index 06e8c36c652..e3f911bfdb4 100644 --- a/i18n/Znuny/Znuny.nb_NO.po +++ b/i18n/Znuny/Znuny.nb_NO.po @@ -24411,3 +24411,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.nl.po b/i18n/Znuny/Znuny.nl.po index ba08795aa51..f05d6f12874 100644 --- a/i18n/Znuny/Znuny.nl.po +++ b/i18n/Znuny/Znuny.nl.po @@ -24410,3 +24410,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.pl.po b/i18n/Znuny/Znuny.pl.po index 73f136d8370..c58465f2b7f 100644 --- a/i18n/Znuny/Znuny.pl.po +++ b/i18n/Znuny/Znuny.pl.po @@ -24430,3 +24430,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.pot b/i18n/Znuny/Znuny.pot index 9b1aeb212c3..73e90f4a32f 100644 --- a/i18n/Znuny/Znuny.pot +++ b/i18n/Znuny/Znuny.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2024-07-19 09:29+0000\n" +"POT-Creation-Date: 2024-07-19 08:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16614,6 +16614,10 @@ msgstr "" msgid "Default skin for the agent interface." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + #. XML Definition: Kernel/Config/Files/XML/Framework.xml msgid "The agent skin's InternalName which should be used in the agent interface. Please check the available skins in Frontend::Agent::Skins." msgstr "" @@ -16626,6 +16630,10 @@ msgstr "" msgid "Default skin for the customer interface." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + #. XML Definition: Kernel/Config/Files/XML/Framework.xml msgid "The customer skin's InternalName which should be used in the customer interface. Please check the available skins in Frontend::Customer::Skins." msgstr "" @@ -22497,6 +22505,10 @@ msgstr "" msgid "Danish" msgstr "" +#. SysConfig +msgid "Dark" +msgstr "" + #. SysConfig msgid "Dashboard overview." msgstr "" @@ -23965,6 +23977,14 @@ msgstr "" msgid "This is a Description for DynamicField on Framework." msgstr "" +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + #. SysConfig msgid "This is the default orange - black skin for the customer interface." msgstr "" diff --git a/i18n/Znuny/Znuny.pt.po b/i18n/Znuny/Znuny.pt.po index d37147934aa..6b6899ea703 100644 --- a/i18n/Znuny/Znuny.pt.po +++ b/i18n/Znuny/Znuny.pt.po @@ -24432,3 +24432,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.pt_BR.po b/i18n/Znuny/Znuny.pt_BR.po index 04c18df5c87..5e59be99b90 100644 --- a/i18n/Znuny/Znuny.pt_BR.po +++ b/i18n/Znuny/Znuny.pt_BR.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ro.po b/i18n/Znuny/Znuny.ro.po index a449f1fa1c5..2d474d686ed 100644 --- a/i18n/Znuny/Znuny.ro.po +++ b/i18n/Znuny/Znuny.ro.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.ru.po b/i18n/Znuny/Znuny.ru.po index ad0dff8e301..ed3bd7f56ce 100644 --- a/i18n/Znuny/Znuny.ru.po +++ b/i18n/Znuny/Znuny.ru.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.sk_SK.po b/i18n/Znuny/Znuny.sk_SK.po index f7e92d2b217..62a938c2928 100644 --- a/i18n/Znuny/Znuny.sk_SK.po +++ b/i18n/Znuny/Znuny.sk_SK.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.sl.po b/i18n/Znuny/Znuny.sl.po index ce6dceefbbd..db44c94858e 100644 --- a/i18n/Znuny/Znuny.sl.po +++ b/i18n/Znuny/Znuny.sl.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.sr.po b/i18n/Znuny/Znuny.sr.po index 5ff007fc6ed..50179e7dbcf 100644 --- a/i18n/Znuny/Znuny.sr.po +++ b/i18n/Znuny/Znuny.sr.po @@ -24408,3 +24408,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.sv.po b/i18n/Znuny/Znuny.sv.po index eea54100f4b..3454f10580e 100644 --- a/i18n/Znuny/Znuny.sv.po +++ b/i18n/Znuny/Znuny.sv.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.sw.po b/i18n/Znuny/Znuny.sw.po index 3ab97159e6e..bd3341959a5 100644 --- a/i18n/Znuny/Znuny.sw.po +++ b/i18n/Znuny/Znuny.sw.po @@ -24401,3 +24401,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.th_TH.po b/i18n/Znuny/Znuny.th_TH.po index 2c64e158191..214bdce8e31 100644 --- a/i18n/Znuny/Znuny.th_TH.po +++ b/i18n/Znuny/Znuny.th_TH.po @@ -24414,3 +24414,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.tr.po b/i18n/Znuny/Znuny.tr.po index bf2d8ad2565..a386dae29c6 100644 --- a/i18n/Znuny/Znuny.tr.po +++ b/i18n/Znuny/Znuny.tr.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.uk.po b/i18n/Znuny/Znuny.uk.po index 00fd5b36bd2..b0a1d6753ae 100644 --- a/i18n/Znuny/Znuny.uk.po +++ b/i18n/Znuny/Znuny.uk.po @@ -24397,3 +24397,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.vi_VN.po b/i18n/Znuny/Znuny.vi_VN.po index 2c0f8b84fbd..dbf50d187d4 100644 --- a/i18n/Znuny/Znuny.vi_VN.po +++ b/i18n/Znuny/Znuny.vi_VN.po @@ -24411,3 +24411,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.zh_CN.po b/i18n/Znuny/Znuny.zh_CN.po index 1b1fb89e7a2..b1acc79ee17 100644 --- a/i18n/Znuny/Znuny.zh_CN.po +++ b/i18n/Znuny/Znuny.zh_CN.po @@ -24407,3 +24407,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/i18n/Znuny/Znuny.zh_TW.po b/i18n/Znuny/Znuny.zh_TW.po index 3b8799309dd..c967b6d5af7 100644 --- a/i18n/Znuny/Znuny.zh_TW.po +++ b/i18n/Znuny/Znuny.zh_TW.po @@ -24399,3 +24399,23 @@ msgstr "" msgid "There were tables found which do not have 'utf8mb4' as charset." msgstr "" +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the agent interface." +msgstr "" + +#. XML Definition: Kernel/Config/Files/XML/Framework.xml +msgid "Dark skin for the customer interface." +msgstr "" + +#. SysConfig +msgid "Dark" +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the agent interface." +msgstr "" + +#. SysConfig +msgid "This is the dark skin for the customer interface." +msgstr "" + diff --git a/scripts/Migration/Znuny/MigrateUTF8MB4.pm b/scripts/Migration/Znuny/MigrateUTF8MB4.pm index bade112f139..81bbf73daec 100644 --- a/scripts/Migration/Znuny/MigrateUTF8MB4.pm +++ b/scripts/Migration/Znuny/MigrateUTF8MB4.pm @@ -29,7 +29,8 @@ Migrate database and all tables to utf8mb4 sub Run { my ( $Self, %Param ) = @_; - return if !$Self->_CheckDatabaseBackend(%Param); + return 1 if !$Self->_IsAffectedDatabaseBackend(%Param); + return if !$Self->_CheckInnoDB(%Param); return if !$Self->_SetNames(%Param); return if !$Self->_SetCollationConnection(%Param); @@ -40,7 +41,7 @@ sub Run { return 1; } -sub _CheckDatabaseBackend { +sub _IsAffectedDatabaseBackend { my ( $Self, %Param ) = @_; # verify that backend is mysql or mariadb diff --git a/scripts/test/DynamicField/EditFieldRender.t b/scripts/test/DynamicField/EditFieldRender.t index a187b809520..88f8d196530 100644 --- a/scripts/test/DynamicField/EditFieldRender.t +++ b/scripts/test/DynamicField/EditFieldRender.t @@ -1871,7 +1871,7 @@ EOF }, ExpectedResults => { Field => <<"EOF", -

@@ -1928,7 +1928,7 @@ EOF -
+
+
+
+
+
+
+
+
+
+
+
+
+