Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions locales/cs_CZ.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?php
/*
* -------------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2003-2009 by the INDEPNET Development Team.
*
* http://indepnet.net/ http://glpi-project.org
* -------------------------------------------------------------------------
*
* LICENSE
*
* This file is part of GLPI.
*
* GLPI is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GLPI 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GLPI; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* --------------------------------------------------------------------------
*/
/**************** Plugin Room **************/

$LANG['plugin_room'][0] = "Správa místnosti";
$LANG['plugin_room'][1] = "Zásuvný modul je nainstalovaný a aktualizovaný: Skvělé!";
$LANG['plugin_room'][2] = "Zásuvný modul není nainstalovaný!";
$LANG['plugin_room'][3] = "Přidat místnost";
$LANG['plugin_room'][4] = "Sezení";
$LANG['plugin_room'][5] = "Podmínky přístupu";
$LANG['plugin_room'][6] = "Tabule";
$LANG['plugin_room'][7] = "Dataprojektor";
$LANG['plugin_room'][8] = "WiFi";
$LANG['plugin_room'][9] = "Typ místnosti";
$LANG['plugin_room'][10] = "Odpovědný";
$LANG['plugin_room'][11] = "Otevírací doba";
$LANG['plugin_room'][12] = "Omezení";
$LANG['plugin_room'][13] = "Zvláštnost 1";
$LANG['plugin_room'][14] = "Zvláštnost 2";
$LANG['plugin_room'][15] = "Zvláštnost 3";
$LANG['plugin_room'][16] = "Zvláštnost 4";
$LANG['plugin_room'][17] = "Přidat místnost";
$LANG['plugin_room'][18] = "Počet počítačů";
$LANG['plugin_room'][19] = "Místnost";
$LANG['plugin_room'][20] = "Tento počítač je v místnosti:";
$LANG['plugin_room'][21] = "Přiřadit";
$LANG['plugin_room'][22] = "Zrušit přiřazení";
$LANG['plugin_room']['profile'][0] = 'Správa oprávnění';
$LANG['plugin_room']['profile'][1] = 'Místnosti';
$LANG['plugin_room']['dropdown'][0] = "Typ místnosti";
$LANG['plugin_room']['dropdown'][2] = "Zvláštnosti místnosti";
?>