🌐 Add slovak dictionary files in all modules for future translation

This commit is contained in:
Molkobain
2019-03-28 11:07:18 +01:00
parent 2d039af278
commit f2380ae354
25 changed files with 5524 additions and 0 deletions

View File

@@ -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+' => '~~',
));