360fc9076e
Don't hide the active element, it annoying to use the navigation if the menu items changing there position with every click. Indicate the active menu item instead, similar to the header navigation. May I've worked to long with windows systems, but help and about have to be the last menu items :-). I've reorderd the menu items to what I think user need more often. A sub-navigation should not change its parent heading. Changed that as well.
235 lines
9.7 KiB
PHP
235 lines
9.7 KiB
PHP
<?php
|
|
|
|
return array(
|
|
// 'attachment' => '',
|
|
// 'When there is nothing to read, redirect me to this page' => '',
|
|
// 'There is nothing new to read, enjoy your favorites articles!' => '',
|
|
// 'There is nothing new to read, enjoy your previous readings!' => '',
|
|
// 'Immediately' => '',
|
|
// '(error occurred during the last check)' => '',
|
|
// 'The feed id is required' => '',
|
|
// 'The title is required' => '',
|
|
// 'The site url is required' => '',
|
|
// 'The feed url is required' => '',
|
|
'or' => 'nebo',
|
|
// 'edit' => '',
|
|
'cancel' => 'zrušit',
|
|
// 'Feed URL' => '',
|
|
// 'Website URL' => '',
|
|
// 'Title' => '',
|
|
// 'Edit subscription' => '',
|
|
// 'Unable to edit your subscription.' => '',
|
|
// 'Your subscription has been updated.' => '',
|
|
// 'Older items first' => '',
|
|
// 'Most recent first' => '',
|
|
// 'Default sorting order for items' => '',
|
|
// 'This subscription is empty, <a href="?action=unread">go back to unread items</a>' => '',
|
|
// 'sort by date<span class="hide-mobile"> (%s)</span>' => '',
|
|
// 'most recent first' => '',
|
|
// 'older first' => '',
|
|
// 'Show only this subscription' => '',
|
|
// 'Go to unread' => '',
|
|
// 'Go to bookmarks' => '',
|
|
// 'Go to history' => '',
|
|
// 'Go to subscriptions' => '',
|
|
// 'Go to preferences' => '',
|
|
// 'Bookmarklet' => '',
|
|
// 'Subscribe with Miniflux' => '',
|
|
// 'Drag and drop this link to your bookmarks' => '',
|
|
// 'Download full content' => '',
|
|
// 'Downloading full content is slower because Miniflux grab the content from the original website. You should use that for subscriptions that display only a summary. This feature doesn\'t work with all websites.' => '',
|
|
// 'No message' => '',
|
|
// 'flush messages' => '',
|
|
'API endpoint:' => 'Koncový bod:',
|
|
'API username:' => 'Uživatelské jméno:',
|
|
'API token:' => 'Heslo:',
|
|
// 'Generate new tokens' => '',
|
|
// 'Bookmark RSS Feed' => '',
|
|
// 'updated just now' => '',
|
|
'checked at' => 'zkontrolováno',
|
|
// 'never updated after creation' => '',
|
|
// 'Subscription disabled' => '',
|
|
'content downloaded' => 'obsah stažen',
|
|
'in progress...' => 'probíhá…',
|
|
// 'unable to fetch content' => '',
|
|
'Download content' => 'Stáhnout obsah',
|
|
'download content' => 'stáhnout obsah',
|
|
'Help' => 'Nápověda',
|
|
'Theme' => 'Vzhled',
|
|
'There are %d empty feeds, there is maybe an error: %s...' => 'K dispozici je %d prázdné kanály, je možná chyba: %s...',
|
|
'Items per page' => 'Článků na stránku',
|
|
'Previous page' => 'Předchozí stránka',
|
|
'Next page' => 'Další stránka',
|
|
'Do not fetch the content of articles' => 'Nestahovat obsah článků',
|
|
'Remove automatically read items' => 'Automaticky odstraňovat přečtené stránky',
|
|
'Never' => 'Nikdy',
|
|
'After %d day' => 'Po %d dni',
|
|
'After %d days' => 'Po %d dnech',
|
|
'unread' => 'nepřečtené',
|
|
'Unread' => 'Nepřečtené',
|
|
'bookmark' => 'přidat do záložek',
|
|
'remove bookmark' => 'odstranit záložku',
|
|
'bookmarks' => 'záložky',
|
|
'Bookmarks' => 'Záložky',
|
|
'Bookmark item' => 'Přidat článek do záložek',
|
|
'No bookmark' => 'Žádné záložky',
|
|
'history' => 'historie',
|
|
'subscriptions' => 'odběry',
|
|
'Subscriptions' => 'Odběry',
|
|
'preferences' => 'nastavení',
|
|
'Preferences' => 'Nastavení',
|
|
'logout' => 'odhlásit',
|
|
'Username' => 'Přihlašovací jméno',
|
|
'Password' => 'Heslo',
|
|
'Confirmation' => 'Potvrzení',
|
|
'Language' => 'Jazyk',
|
|
'Save' => 'Uložit',
|
|
'Database size:' => 'Velikost databáze:',
|
|
'Optimize the database' => 'Optimalizovat databázi',
|
|
'(VACUUM command)' => '(příkaz VACUUM)',
|
|
'Download the entire database' => 'Stáhnout celou databázi',
|
|
'(Gzip compressed Sqlite file)' => '(Gzipem komprimovaný SQLite soubot)',
|
|
'Keyboard shortcuts' => 'Klávesové zkratky',
|
|
'Previous item' => 'Předchozí článek',
|
|
'Next item' => 'Další článek',
|
|
'Mark as read or unread' => 'Označit jako (ne)přečtené',
|
|
'Open original link' => 'Otevřít původní odkaz',
|
|
'Open item' => 'Otevřít článek',
|
|
'About' => 'O aplikaci',
|
|
'Miniflux version:' => 'Verze Miniflux:',
|
|
'Nothing to read' => 'Nic ke čtení',
|
|
'mark all as read' => 'označit vše jako přečtené',
|
|
'original link' => 'původní odkaz',
|
|
'mark as read' => 'označit jako přečtené',
|
|
'No history' => 'Žádná historie',
|
|
'mark as unread' => 'označit jako nepřečtené',
|
|
'History' => 'Historie',
|
|
'flush all items' => 'zahodit všechny články',
|
|
'Item not found' => 'Článek nenalezen',
|
|
'Next' => 'Další',
|
|
'Previous' => 'Předchozí',
|
|
'Sign in' => 'Přihlásit',
|
|
'feeds' => 'zdroje',
|
|
'add' => 'přidat',
|
|
'import' => 'importovat',
|
|
'export' => 'exportovat',
|
|
'OPML Import' => 'Importovat OPML',
|
|
'OPML file' => 'OPML soubor',
|
|
'Import' => 'Importovat',
|
|
'refresh all' => 'aktualizovat vše',
|
|
'No subscription' => 'Žádné zdroje',
|
|
'remove' => 'odstranit',
|
|
'Remove' => 'Odstranit',
|
|
'refresh' => 'aktualizovat',
|
|
'New subscription' => 'Nový odběr',
|
|
'Website or Feed URL' => 'URL stránky nebo zdroje',
|
|
'Add' => 'Přidat',
|
|
'http://website/' => 'http://webova-stranka/',
|
|
'Official website:' => 'Oficiální stránka:',
|
|
'Bad username or password' => 'Špatné přihlašovací jméno nebo heslo',
|
|
'Unable to update your preferences.' => 'Nelze aktualizovat nastavení.',
|
|
'Your preferences are updated.' => 'Nastavení aktualizována.',
|
|
'Unable to import your OPML file.' => 'Nelze importovat OPML soubor.',
|
|
'Your feeds have been imported.' => 'Zdroje byly naimportovány.',
|
|
'Unable to find a subscription.' => 'Nelze nalézt odběry.',
|
|
'Subscription added successfully.' => 'Odběr úspěšně přidán.',
|
|
'Your subscriptions are updated' => 'Odběry aktualizovány',
|
|
'Unable to remove this subscription.' => 'Nelze odstranit tento odběr.',
|
|
'This subscription has been removed successfully.' => 'Tento odběr byl úspěšně odstraněn.',
|
|
'The user name is required' => 'Přihlašovací jméno je vyžadováno',
|
|
'The maximum length is 50 characters' => 'Maximální délka je 50 znaků',
|
|
'The password is required' => 'Heslo je vyžadováno',
|
|
'The minimum length is 6 characters' => 'Minimální délka je 6 znaků',
|
|
'The confirmation is required' => 'Potvrzení je vyžadováno',
|
|
'Passwords don\'t match' => 'Hesla se neshodují',
|
|
'Do you really want to remove these items from your history?' => 'Opravdu chcete odstranit tyto články z historie?',
|
|
'Do you really want to remove this subscription: "%s"?' => 'Opravdu chcete odstranit tento odběr: "%s"?',
|
|
'Nothing to read, do you want to <a href="?action=refresh-all" data-action="refresh-all">update your subscriptions?</a>' => 'Nic ke čtení, chete <a href="?action=refresh-all" data-action="refresh-all">aktualizovat vaše odběry?</a>',
|
|
'Show help' => 'Zobrazit nápovědu',
|
|
'Close help' => 'Zavřít nápovědu',
|
|
// '%d second ago' => '',
|
|
// '%d seconds ago' => '',
|
|
// '%d minute ago' => '',
|
|
// '%d minutes ago' => '',
|
|
// '%d hour ago' => '',
|
|
// '%d hours ago' => '',
|
|
// '%d day ago' => '',
|
|
// '%d days ago' => '',
|
|
// '%d week ago' => '',
|
|
// '%d weeks ago' => '',
|
|
// '%d month ago' => '',
|
|
// '%d months ago' => '',
|
|
// 'Timezone' => '',
|
|
// 'Update all subscriptions' => '',
|
|
// 'Auto-Update URL' => '',
|
|
// 'Update Miniflux' => '',
|
|
// 'Miniflux is updated!' => '',
|
|
// 'Unable to update Miniflux, check the console for errors.' => '',
|
|
// 'Don\'t forget to backup your database' => '',
|
|
// 'The name must have only alpha-numeric characters' => '',
|
|
// 'New database' => '',
|
|
// 'Database name' => '',
|
|
// 'Default database' => '',
|
|
// 'Select another database' => '',
|
|
// 'The database name is required' => '',
|
|
// 'Database created successfully.' => '',
|
|
// 'Unable to create the new database.' => '',
|
|
// 'Add a new database (new user)' => '',
|
|
// 'Create' => '',
|
|
// 'Unknown' => '',
|
|
// 'Remember Me' => '',
|
|
// 'Display items on lists' => '',
|
|
// 'Summaries' => '',
|
|
// 'Full contents' => '',
|
|
// 'Force RTL mode (Right-to-left language)' => '',
|
|
// 'Activated' => '',
|
|
// 'Remove this feed' => '',
|
|
// 'Miniflux' => '',
|
|
// 'mini<span>flux</span>' => '',
|
|
// 'All' => '',
|
|
// 'Advanced' => '',
|
|
// 'Documentation' => '',
|
|
// 'Installation instructions' => '',
|
|
// 'Upgrade to a new version' => '',
|
|
// 'Cronjob' => '',
|
|
// 'Advanced configuration' => '',
|
|
// 'Full article download' => '',
|
|
// 'Multiple users' => '',
|
|
// 'Themes' => '',
|
|
// 'Json-RPC API' => '',
|
|
// 'Fever API' => '',
|
|
// 'Translations' => '',
|
|
// 'Run Miniflux with Docker' => '',
|
|
// 'FAQ' => '',
|
|
// 'settings' => '',
|
|
// 'help' => '',
|
|
// 'api' => '',
|
|
// 'about' => '',
|
|
// 'This action will update Miniflux with the last development version, are you sure?' => '',
|
|
// 'database' => '',
|
|
// 'Console' => '',
|
|
// 'Miniflux API' => '',
|
|
// 'menu' => '',
|
|
// 'Default' => '',
|
|
// 'Value required' => '',
|
|
// 'Must be an integer' => '',
|
|
// 'Remove automatically unread items' => '',
|
|
// 'Toggle RTL mode' => '',
|
|
// 'external services' => '',
|
|
// 'Send bookmarks to Pinboard' => '',
|
|
// 'Pinboard API token' => '',
|
|
// 'Pinboard tags' => '',
|
|
// 'Instapaper username' => '',
|
|
// 'Instapaper password' => '',
|
|
// 'Instapaper' => '',
|
|
// 'Pinboard' => '',
|
|
// 'Send bookmarks to Instapaper' => '',
|
|
// 'Authentication' => '',
|
|
// 'Reading' => '',
|
|
// 'Application' => '',
|
|
// 'Enable image proxy' => '',
|
|
// 'Avoid mixed content warnings with HTTPS' => '',
|
|
// 'Download favicons' => '',
|
|
// 'general' => '',
|
|
);
|