source: trunk/cs_lang.php

Last change on this file was 18, checked in by maron, 12 years ago

kostra webu

  • Property svn:executable set to *
File size: 541 bytes
Line 
1<?php
2
3 //this is language file
4
5 $Texts = array(
6 'home' => array( //key page
7 'title' => 'Úvodní stránka',
8 'name' => 'Úvodní stránka',
9 'content' => 'Toto je úvodní stránka'
10
11 ),
12 'login' => array( //key page
13 'title' => 'Prihlášení do systému',
14 'name' => 'Přihlášení',
15 'content' => ''
16
17 ),
18 'register' => array( //key page
19 'title' => 'Registrace nového uşivatele',
20 'name' => 'Registrace',
21 'content' => ''
22
23 ),
24
25 'autors' => 'Autoři',
26
27
28 );
29
30?>
Note: See TracBrowser for help on using the repository browser.