mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
🌐 Add slovak dictionary files in all modules for future translation
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
* This file is part of iTop.
|
||||
*
|
||||
* iTop is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* iTop is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Menu:DataSources' => 'Synchronizované zdroje dát',
|
||||
'Menu:DataSources+' => '',
|
||||
'Menu:WelcomeMenu' => 'Vitajte',
|
||||
'Menu:WelcomeMenu+' => '',
|
||||
'Menu:WelcomeMenuPage' => 'Vitajte',
|
||||
'Menu:WelcomeMenuPage+' => '',
|
||||
'Menu:AdminTools' => 'Administrátorské pomôcky',
|
||||
'Menu:AdminTools+' => '',
|
||||
'Menu:AdminTools?' => 'Pomôcky prístupné iba užívateľom majúcim administrátorský profil',
|
||||
'Menu:DataModelMenu' => 'Dátový model',
|
||||
'Menu:DataModelMenu+' => '',
|
||||
'Menu:ExportMenu' => 'Export',
|
||||
'Menu:ExportMenu+' => '',
|
||||
'Menu:NotificationsMenu' => 'Upozornenia',
|
||||
'Menu:NotificationsMenu+' => '',
|
||||
'Menu:AuditCategories' => 'Kategórie auditu',
|
||||
'Menu:AuditCategories+' => '',
|
||||
'Menu:Notifications:Title' => 'Kategórie auditu',
|
||||
'Menu:RunQueriesMenu' => 'Spustiť dopyty',
|
||||
'Menu:RunQueriesMenu+' => '',
|
||||
'Menu:QueryMenu' => 'Dopyt frázy',
|
||||
'Menu:QueryMenu+' => '',
|
||||
'Menu:UniversalSearchMenu' => 'Univerzálne vyhľadávanie',
|
||||
'Menu:UniversalSearchMenu+' => '',
|
||||
'Menu:UserManagementMenu' => 'Užívateľský manažment',
|
||||
'Menu:UserManagementMenu+' => '',
|
||||
'Menu:ProfilesMenu' => 'Profily',
|
||||
'Menu:ProfilesMenu+' => '',
|
||||
'Menu:ProfilesMenu:Title' => 'Profily',
|
||||
'Menu:UserAccountsMenu' => 'Užívateľské účty',
|
||||
'Menu:UserAccountsMenu+' => '',
|
||||
'Menu:UserAccountsMenu:Title' => 'Užívateľské účty',
|
||||
'Menu:MyShortcuts' => 'Moje skratky',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: AbstractResource
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:AbstractResource' => 'Abstract Resource~~',
|
||||
'Class:AbstractResource+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ResourceAdminMenu
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:ResourceAdminMenu' => 'Resource Admin Menu~~',
|
||||
'Class:ResourceAdminMenu+' => '~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: ResourceRunQueriesMenu
|
||||
//
|
||||
|
||||
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
|
||||
'Class:ResourceRunQueriesMenu' => 'Resource Run Queries Menu~~',
|
||||
'Class:ResourceRunQueriesMenu+' => '~~',
|
||||
));
|
||||
Reference in New Issue
Block a user