|
Last change
on this file was 18, checked in by maron, 13 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.