-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Credit to @emzet
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?php | ||
return [ | ||
'plugin' => [ | ||
'name' => 'Mapa stránok', | ||
'description' => 'Generuje súbor sitemap.xml pre vaše stránky.', | ||
'permissions' => [ | ||
'access_settings' => 'Prístup k nastaveniam konfigurácie mapy stránok', | ||
'access_definitions' => 'Prístup k stránke s definíciami mapy stránok', | ||
], | ||
], | ||
'item' => [ | ||
'location' => 'Umiestnenie:', | ||
'priority' => 'Priorita', | ||
'changefreq' => 'Frekvencia kontroly', | ||
'always' => 'vždy', | ||
'hourly' => 'každú hodinu', | ||
'daily' => 'denne', | ||
'weekly' => 'týždenne', | ||
'monthly' => 'mesačne', | ||
'yearly' => 'ročne', | ||
'never' => 'nikdy', | ||
'editor_title' => 'Upraviť položku mapy stránok', | ||
'type' => 'Typ', | ||
'allow_nested_items' => 'Povoliť vnorené položky', | ||
'allow_nested_items_comment' => 'Vnorené položky môžu byť generované dynamicky statickou stránkou a niektorými ďalšími typmi položky', | ||
'url' => 'URL', | ||
'reference' => 'Referencia', | ||
'title_required' => 'Nadpis je povinný', | ||
'unknown_type' => 'Neznámy typ položky', | ||
'unnamed' => 'Nepomenovaná položka', | ||
'add_item' => 'Pridať <u>P</u>oložku', | ||
'new_item' => 'Nová položka', | ||
'cms_page' => 'CMS Stránka', | ||
'cms_page_comment' => 'Vyberte stránku z ktorej sa použije jej URL adresa.', | ||
'reference_required' => 'Vyžaduje sa odkaz na položku.', | ||
'url_required' => 'URL adresa je povinná', | ||
'cms_page_required' => 'Vyberte prosím CMS stránku', | ||
'page' => 'Stránka', | ||
'check' => 'Skontrolovať', | ||
'definition' => 'Definícia', | ||
'save_definition' => 'Ukladám mapu stránok...', | ||
'load_indicator' => 'Mažem definíciu...', | ||
'empty_confirm' => 'Určite chcete zmazať definíciu mapy stránok?', | ||
], | ||
'definition' => [ | ||
'not_found' => 'Nebola nájdená žiadna mapa stránok. Najprv skúste nejakú vytvoriť.', | ||
], | ||
]; |