-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Matej-ch/intro_options
Intro options
- Loading branch information
Showing
15 changed files
with
106 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'ID' => 'Id', | ||
'Url' => 'Stránka návodu', | ||
'Rules' => 'Pravidla', | ||
'Rules not set' => 'Musíte nastavit alespoň jeden krok', | ||
'Rules not valid' => 'Pravidlo je neplatné', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
return [ | ||
'Not found' => 'Model nebyl nalezen', | ||
'page guide' => 'Nápovědy', | ||
'create' => ' Vytvořit', | ||
'create guide' => 'Vytvořit nápovědu', | ||
'update guide' => 'Upravit nápovědu: {id}', | ||
'goto' => 'Jdi na stránku', | ||
'save' => 'Uložit', | ||
'help_1' => 'Vložte url adresu pro kterou, chcete nastavit nápovědu', | ||
'help_2' => 'Otevřete stránku v novém okně a vyberte elementy pro které chcete vytvořit nápovědu', | ||
'help_3' => 'Na stránkách kterých chcete vytvořit nápovědu musí mít widget PageAssist z adresáře widget', | ||
'step' => 'Krok', | ||
'element' => 'Element na který napojit návod', | ||
'element_help' => 'Nápověda k elementu', | ||
'help_4' => 'Přesuňte požadovaný element sem', | ||
'rule_element' => 'Element', | ||
'intro' => 'Obsah', | ||
'prev' => 'Zpět', | ||
'next' => 'Dále', | ||
'skip' => 'Přeskočit', | ||
'done' => 'Ukončit', | ||
'position' => 'Pozice', | ||
'right' => 'Vpravo', | ||
'left' => 'Vlevo', | ||
'bottom' => 'Dole', | ||
'top' => 'Nahoru' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters