# Czech translation of GTK+. # Copyright (C) 1999, 2006, 2007, 2008, 2009, 2010, 2011, 2012 the author(s) of GTK+. # Copyright (C) 2003, 2004, 2005 Miloslav Trmac . # Copyright (C) 2006 Lukas Novotny . # This file is distributed under the same license as the gtk+ package. # # Stanislav Brabec , 1998. # Jiří Pavlovský , 1998. # Jiří Lebl , 2002. # Michal Bukovjan , 2002. # Miloslav Trmac , 2003, 2004, 2005. # Jakub Friedl , 2006. # Lukas Novotny , 2006. # Petr Kovar , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. # Marek Černocký , 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: gtk\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gtk/-/issues/\n" "POT-Creation-Date: 2023-05-30 10:24+0000\n" "PO-Revision-Date: 2023-06-01 15:28+0200\n" "Last-Translator: Daniel Rusek \n" "Language-Team: čeština \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Poedit 3.3.1\n" "X-Project-Style: gnome\n" #: gdk/broadway/gdkbroadway-server.c:135 #, c-format msgid "Broadway display type not supported: %s" msgstr "Displej typu broadway není podporovaný: %s" #: gdk/gdkclipboard.c:232 msgid "This clipboard cannot store data." msgstr "Tato schránka nemůže uchovávat data." #: gdk/gdkclipboard.c:287 gdk/gdkclipboard.c:785 gdk/gdkclipboard.c:1085 msgid "Cannot read from empty clipboard." msgstr "Nelze číst z prázdné schránky." #: gdk/gdkclipboard.c:318 gdk/gdkclipboard.c:1135 gdk/gdkdrag.c:618 msgid "No compatible formats to transfer clipboard contents." msgstr "Není žádný kompatibilní formát pro přenos obsahu schránky." #: gdk/gdkcontentprovider.c:106 gdk/gdkcontentproviderimpl.c:313 #: gdk/gdkcontentproviderimpl.c:532 #, c-format msgid "Cannot provide contents as “%s”" msgstr "Nezdařilo se poskytnout obsah jako „%s“" #: gdk/gdkcontentprovider.c:127 #, c-format msgid "Cannot provide contents as %s" msgstr "Nezdařilo se poskytnout obsah jako %s" #: gdk/gdkdisplay.c:154 gdk/gdkglcontext.c:434 msgid "The current backend does not support OpenGL" msgstr "Aktuální podpůrná vrstva nepodporuje OpenGL" #: gdk/gdkdisplay.c:1244 msgid "GL support disabled via GDK_DEBUG" msgstr "Podpora GL je zakázána skrz GDK_DEBUG" #: gdk/gdkdisplay.c:1542 msgid "No EGL configuration available" msgstr "Není k dispozici žádná konfigurace EGL" #: gdk/gdkdisplay.c:1550 msgid "Failed to get EGL configurations" msgstr "Selhalo získání konfigurace EGL" #: gdk/gdkdisplay.c:1580 msgid "No EGL configuration with required features found" msgstr "Nebyla nazelezna žádná konfigurace EGL s požadovanými vlastnostmi" #: gdk/gdkdisplay.c:1587 msgid "No perfect EGL configuration found" msgstr "Nebyla nalezena žádná bezvadná konfigurace EGL" #: gdk/gdkdisplay.c:1629 #, c-format msgid "EGL implementation is missing extension %s" msgid_plural "EGL implementation is missing %2$d extensions: %1$s" msgstr[0] "Implementace EGL postrádá rozšíření %s" msgstr[1] "Implementace EGL postrádá %2$d rozšíření: %1$s" msgstr[2] "Implementace EGL postrádá %2$d rozšíření: %1$s" #: gdk/gdkdisplay.c:1662 msgid "libEGL not available in this sandbox" msgstr "V tomto izolovaném prostředí není k dispozici libEGL" #: gdk/gdkdisplay.c:1663 msgid "libEGL not available" msgstr "libEGL není dostupná" #: gdk/gdkdisplay.c:1673 msgid "Failed to create EGL display" msgstr "Selhalo vytvoření displeje EGL" #: gdk/gdkdisplay.c:1683 msgid "Could not initialize EGL display" msgstr "Nezdařilo se inicializovat displej EGL" #: gdk/gdkdisplay.c:1694 #, c-format msgid "EGL version %d.%d is too old. GTK requires %d.%d" msgstr "Verze EGL %d.%d je příliš stará. GTK vyžaduje %d.%d" #: gdk/gdkdrop.c:130 msgid "Drag’n’drop from other applications is not supported." msgstr "„Táhni a upusť“ z jiné aplikace není podporováno." #: gdk/gdkdrop.c:163 msgid "No compatible formats to transfer contents." msgstr "Není k dispozici žádný kompatibilní formát pro přenos obsahu." #: gdk/gdkglcontext.c:393 gdk/x11/gdkglcontext-glx.c:618 msgid "No GL API allowed." msgstr "Není povolené žádné GL API." #: gdk/gdkglcontext.c:417 gdk/win32/gdkglcontext-win32-wgl.c:611 #: gdk/x11/gdkglcontext-glx.c:652 msgid "Unable to create a GL context" msgstr "Nelze vytvořit kontext GL" #: gdk/gdkglcontext.c:1276 msgid "Anything but OpenGL ES disabled via GDK_DEBUG" msgstr "Cokoliv kromě OpenGL ES je zakázáno skrz GDK_DEBUG" #: gdk/gdkglcontext.c:1285 #, c-format msgid "Application does not support %s API" msgstr "Aplikace nepodporuje API %s" #. translators: This is about OpenGL backend names, like #. * "Trying to use X11 GLX, but EGL is already in use" #: gdk/gdkglcontext.c:1831 #, c-format msgid "Trying to use %s, but %s is already in use" msgstr "Zkouší se použít %s, ale již se používá %s" #: gdk/gdksurface.c:1226 msgid "Vulkan support disabled via GDK_DEBUG" msgstr "Podpora technologie Vulkan je zakázána skrz GDK_DEBUG" #: gdk/gdktexture.c:525 msgid "Unknown image format." msgstr "Neznámý formát obrázku." #. #. * Translators, the strings in the “keyboard label” context are #. * display names for keyboard keys. Some of them have prefixes like #. * XF86 or ISO_ — these should be removed in the translation. Similarly, #. * underscores should be replaced by spaces. The prefix “KP_” stands #. * for “key pad” and you may want to include that in your translation. #. * Here are some examples of English translations: #. * XF86AudioMute - Audio mute #. * Scroll_lock - Scroll lock #. * KP_Space - Space (keypad) #. #: gdk/keynamesprivate.h:6843 msgctxt "keyboard label" msgid "BackSpace" msgstr "Backspace" #: gdk/keynamesprivate.h:6844 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" #: gdk/keynamesprivate.h:6845 msgctxt "keyboard label" msgid "Return" msgstr "Enter" #: gdk/keynamesprivate.h:6846 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" #: gdk/keynamesprivate.h:6847 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" #: gdk/keynamesprivate.h:6848 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" #: gdk/keynamesprivate.h:6849 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" #: gdk/keynamesprivate.h:6850 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" #: gdk/keynamesprivate.h:6851 msgctxt "keyboard label" msgid "Home" msgstr "Home" #: gdk/keynamesprivate.h:6852 msgctxt "keyboard label" msgid "Left" msgstr "Vlevo" #: gdk/keynamesprivate.h:6853 msgctxt "keyboard label" msgid "Up" msgstr "Nahoru" #: gdk/keynamesprivate.h:6854 msgctxt "keyboard label" msgid "Right" msgstr "Vpravo" #: gdk/keynamesprivate.h:6855 msgctxt "keyboard label" msgid "Down" msgstr "Dolů" #: gdk/keynamesprivate.h:6856 gtk/gtkshortcutlabel.c:217 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" #: gdk/keynamesprivate.h:6857 gtk/gtkshortcutlabel.c:220 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" #: gdk/keynamesprivate.h:6858 msgctxt "keyboard label" msgid "End" msgstr "End" #: gdk/keynamesprivate.h:6859 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" #: gdk/keynamesprivate.h:6860 msgctxt "keyboard label" msgid "Print" msgstr "Print" #: gdk/keynamesprivate.h:6861 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" #: gdk/keynamesprivate.h:6862 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" #. Translators: KP_ means “key pad” here #: gdk/keynamesprivate.h:6864 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Mezerník" #: gdk/keynamesprivate.h:6865 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tabulátor" #: gdk/keynamesprivate.h:6866 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" #: gdk/keynamesprivate.h:6867 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" #: gdk/keynamesprivate.h:6868 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Vlevo" #: gdk/keynamesprivate.h:6869 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Nahoru" #: gdk/keynamesprivate.h:6870 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Vpravo" #: gdk/keynamesprivate.h:6871 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Dolů" #: gdk/keynamesprivate.h:6872 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" #: gdk/keynamesprivate.h:6873 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" #: gdk/keynamesprivate.h:6874 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" #: gdk/keynamesprivate.h:6875 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" #: gdk/keynamesprivate.h:6876 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" #: gdk/keynamesprivate.h:6877 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" #: gdk/keynamesprivate.h:6878 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" #: gdk/keynamesprivate.h:6879 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" #: gdk/keynamesprivate.h:6880 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" #: gdk/keynamesprivate.h:6881 msgctxt "keyboard label" msgid "MonBrightnessUp" msgstr "MonitorJasZvýšit" #: gdk/keynamesprivate.h:6882 msgctxt "keyboard label" msgid "MonBrightnessDown" msgstr "MonitorJasSnížit" #: gdk/keynamesprivate.h:6883 msgctxt "keyboard label" msgid "KbdBrightnessUp" msgstr "KlávesniceJasZvýšit" #: gdk/keynamesprivate.h:6884 msgctxt "keyboard label" msgid "KbdBrightnessDown" msgstr "KlávesniceJasSnížit" #: gdk/keynamesprivate.h:6885 msgctxt "keyboard label" msgid "AudioMute" msgstr "ZvukVypnout" #: gdk/keynamesprivate.h:6886 msgctxt "keyboard label" msgid "AudioMicMute" msgstr "MikrofonVypnout" #: gdk/keynamesprivate.h:6887 msgctxt "keyboard label" msgid "AudioLowerVolume" msgstr "ZvukHlasitostSnížit" #: gdk/keynamesprivate.h:6888 msgctxt "keyboard label" msgid "AudioRaiseVolume" msgstr "ZvukHlasitostZvýšit" #: gdk/keynamesprivate.h:6889 msgctxt "keyboard label" msgid "AudioPlay" msgstr "ZvukPřehrát" #: gdk/keynamesprivate.h:6890 msgctxt "keyboard label" msgid "AudioStop" msgstr "ZvukZastavit" #: gdk/keynamesprivate.h:6891 msgctxt "keyboard label" msgid "AudioNext" msgstr "ZvukNásledující" #: gdk/keynamesprivate.h:6892 msgctxt "keyboard label" msgid "AudioPrev" msgstr "ZvukPředchozí" #: gdk/keynamesprivate.h:6893 msgctxt "keyboard label" msgid "AudioRecord" msgstr "ZvukNahrát" #: gdk/keynamesprivate.h:6894 msgctxt "keyboard label" msgid "AudioPause" msgstr "ZvukPozastavit" #: gdk/keynamesprivate.h:6895 msgctxt "keyboard label" msgid "AudioRewind" msgstr "ZvukPřetočit" #: gdk/keynamesprivate.h:6896 msgctxt "keyboard label" msgid "AudioMedia" msgstr "ZvukMutlimédium" #: gdk/keynamesprivate.h:6897 msgctxt "keyboard label" msgid "Eject" msgstr "Vysunout" #: gdk/keynamesprivate.h:6898 msgctxt "keyboard label" msgid "Explorer" msgstr "Průzkumník" #: gdk/keynamesprivate.h:6899 msgctxt "keyboard label" msgid "Calculator" msgstr "Kalkulačka" #: gdk/keynamesprivate.h:6900 msgctxt "keyboard label" msgid "Mail" msgstr "Pošta" #: gdk/keynamesprivate.h:6901 msgctxt "keyboard label" msgid "WWW" msgstr "WWW" #: gdk/keynamesprivate.h:6902 msgctxt "keyboard label" msgid "Search" msgstr "Hledat" #: gdk/keynamesprivate.h:6903 msgctxt "keyboard label" msgid "Tools" msgstr "Nástroje" #: gdk/keynamesprivate.h:6904 msgctxt "keyboard label" msgid "ScreenSaver" msgstr "ŠetřičObrazovky" #: gdk/keynamesprivate.h:6905 msgctxt "keyboard label" msgid "Battery" msgstr "Baterie" #: gdk/keynamesprivate.h:6906 msgctxt "keyboard label" msgid "Launch1" msgstr "Spustit1" #: gdk/keynamesprivate.h:6907 msgctxt "keyboard label" msgid "Forward" msgstr "Vpřed" #: gdk/keynamesprivate.h:6908 msgctxt "keyboard label" msgid "Back" msgstr "Zpět" #: gdk/keynamesprivate.h:6909 msgctxt "keyboard label" msgid "Sleep" msgstr "Uspat" #: gdk/keynamesprivate.h:6910 msgctxt "keyboard label" msgid "Hibernate" msgstr "UspatNaDisk" #: gdk/keynamesprivate.h:6911 msgctxt "keyboard label" msgid "WLAN" msgstr "WLAN" #: gdk/keynamesprivate.h:6912 msgctxt "keyboard label" msgid "WebCam" msgstr "Webkamera" #: gdk/keynamesprivate.h:6913 msgctxt "keyboard label" msgid "Display" msgstr "Displej" #: gdk/keynamesprivate.h:6914 msgctxt "keyboard label" msgid "TouchpadToggle" msgstr "TouchpadPřepnout" #: gdk/keynamesprivate.h:6915 msgctxt "keyboard label" msgid "WakeUp" msgstr "Probudit" #: gdk/keynamesprivate.h:6916 msgctxt "keyboard label" msgid "Suspend" msgstr "UspatDoPaměti" #: gdk/loaders/gdkjpeg.c:63 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Chyba při interpretaci souboru s obrázkem JPEG (%s)" #: gdk/loaders/gdkjpeg.c:194 #, c-format msgid "Unsupported JPEG colorspace (%d)" msgstr "Nepodporovaný prostor barev pro JPEG (%d)" #: gdk/loaders/gdkjpeg.c:203 gdk/loaders/gdkpng.c:265 gdk/loaders/gdktiff.c:455 #, c-format msgid "Not enough memory for image size %ux%u" msgstr "Nedostatek paměti pro obrázek velikosti %u × %u" #: gdk/loaders/gdkpng.c:118 #, c-format msgid "Error reading png (%s)" msgstr "Chyba při čtení obrázku png (%s)" #: gdk/loaders/gdkpng.c:216 #, c-format msgid "Unsupported depth %u in png image" msgstr "Nepodporovaná hloubka %u v obrázku PNG" #: gdk/loaders/gdkpng.c:246 #, c-format msgid "Unsupported color type %u in png image" msgstr "Nepodporovaný typ barvy %u v obrázku PNG" #: gdk/loaders/gdktiff.c:342 msgid "Failed to load RGB data from TIFF file" msgstr "Selhalo načtení dat RGB ze souboru TIFF" #: gdk/loaders/gdktiff.c:385 msgid "Could not load TIFF data" msgstr "Nezdařilo se načíst data TIFF" #: gdk/loaders/gdktiff.c:467 #, c-format msgid "Reading data failed at row %d" msgstr "Čtení dat selhalo na řáku %d" #: gdk/macos/gdkmacospasteboard.c:211 gdk/wayland/gdkclipboard-wayland.c:240 #: gdk/wayland/gdkdrop-wayland.c:208 gdk/wayland/gdkprimary-wayland.c:343 #: gdk/win32/gdkdrop-win32.c:1018 gdk/win32/gdkdrop-win32.c:1063 #: gdk/x11/gdkclipboard-x11.c:805 gdk/x11/gdkdrop-x11.c:235 msgid "No compatible transfer format found" msgstr "Nebyl nalezen žádný kompatibilní přenosový formát" #: gdk/macos/gdkmacospasteboard.c:297 #, c-format msgid "Failed to decode contents with mime-type of '%s'" msgstr "Selhalo dekódování obsahu s typem MIME „%s“" #: gdk/win32/gdkclipdrop-win32.c:721 #, c-format msgid "Cannot claim clipboard ownership. OpenClipboard() timed out." msgstr "" "Nezdařilo se uplatnit nárok na vlastnictví schránky. Vypršel časový limit " "volání OpenClipboard()." #: gdk/win32/gdkclipdrop-win32.c:731 #, c-format msgid "Cannot claim clipboard ownership. Another process claimed it before us." msgstr "" "Nezdařilo se uplatnit nárok na vlastnictví schránky. Jiný proces se hlásí o " "její vlastnictví." #: gdk/win32/gdkclipdrop-win32.c:745 #, c-format msgid "Cannot claim clipboard ownership. OpenClipboard() failed: 0x%lx." msgstr "" "Nezdařilo se uplatnit nárok na vlastnictví schránky. Selhalo volání " "OpenClipboard(): 0x%lx." #: gdk/win32/gdkclipdrop-win32.c:757 #, c-format msgid "Cannot claim clipboard ownership. EmptyClipboard() failed: 0x%lx." msgstr "" "Nezdařilo se uplatnit nárok na vlastnictví schránky. Selhalo volání " "EmptyClipboard(): 0x%lx." #: gdk/win32/gdkclipdrop-win32.c:800 #, c-format msgid "Cannot set clipboard data. OpenClipboard() timed out." msgstr "" "Nezdařilo se nastavit data ve schránce. Vypršel časový limit volání " "OpenClipboard()." #: gdk/win32/gdkclipdrop-win32.c:810 gdk/win32/gdkclipdrop-win32.c:841 #, c-format msgid "Cannot set clipboard data. Another process claimed clipboard ownership." msgstr "" "Nezdařilo se nastavit data ve schránce. Jiný proces se hlásí o vlastnictví " "schránky." #: gdk/win32/gdkclipdrop-win32.c:824 #, c-format msgid "Cannot set clipboard data. OpenClipboard() failed: 0x%lx." msgstr "" "Nezdařilo se nastavit data ve schránce. Selhalo volání OpenClipboard(): " "0x%lx." #: gdk/win32/gdkclipdrop-win32.c:876 #, c-format msgid "Cannot get clipboard data. GlobalLock(0x%p) failed: 0x%lx." msgstr "" "Nezdařilo se získat data ze schránky. Selhalo volání GlobalLock(0x%p): 0x%lx." #: gdk/win32/gdkclipdrop-win32.c:887 #, c-format msgid "Cannot get clipboard data. GlobalSize(0x%p) failed: 0x%lx." msgstr "" "Nezdařilo se získat data ze schránky. Selhalo volání GlobalSize(0x%p): 0x%lx." #: gdk/win32/gdkclipdrop-win32.c:900 #, c-format msgid "" "Cannot get clipboard data. Failed to allocate %s bytes to store the data." msgstr "" "Nezdařilo se získat data ze schránky. Selhalo přidělení %s bajtů pro " "uchování dat." #: gdk/win32/gdkclipdrop-win32.c:932 #, c-format msgid "Cannot get clipboard data. OpenClipboard() timed out." msgstr "" "Nezdařilo se získat data ze schránky. Vypršel časový limit volání " "OpenClipboard()." #: gdk/win32/gdkclipdrop-win32.c:942 #, c-format msgid "Cannot get clipboard data. Clipboard ownership changed." msgstr "" "Nelze uchovat schránku. Není aktivní žádná správa schránek.Nezdařilo se " "získat data ze schránky. Změnilo se vlastnictví schránky." #: gdk/win32/gdkclipdrop-win32.c:952 #, c-format msgid "" "Cannot get clipboard data. Clipboard data changed before we could get it." msgstr "" "Nelze uchovat schránku. Není aktivní žádná správa schránek.Nezdařilo se " "získat data ze schránky. Data ve schránce se změnila dříve, než mohla být " "získána." #: gdk/win32/gdkclipdrop-win32.c:969 #, c-format msgid "Cannot get clipboard data. OpenClipboard() failed: 0x%lx." msgstr "" "Nezdařilo se získat data ze schránky. Selhalo volání OpenClipboard(): 0x%lx." #: gdk/win32/gdkclipdrop-win32.c:994 #, c-format msgid "Cannot get clipboard data. No compatible transfer format found." msgstr "" "Nezdařilo se získat data ze schránky. Nebyl nalezen žádný kompatibilní " "přenosový formát." #: gdk/win32/gdkclipdrop-win32.c:1004 #, c-format msgid "Cannot get clipboard data. GetClipboardData() failed: 0x%lx." msgstr "" "Nezdařilo se získat data ze schránky. Selhalo volání GetClipboardData(): " "0x%lx." #: gdk/win32/gdkdrop-win32.c:949 #, c-format msgid "Cannot get DnD data. GlobalLock(0x%p) failed: 0x%lx." msgstr "Nezdařilo se získat data DnD. Selhalo volání GlobalLock(0x%p): 0x%lx." #: gdk/win32/gdkdrop-win32.c:958 #, c-format msgid "Cannot get DnD data. GlobalSize(0x%p) failed: 0x%lx." msgstr "Nezdařilo se získat data DnD. Selhalo volání GlobalSize(0x%p): 0x%lx." #: gdk/win32/gdkdrop-win32.c:969 #, c-format msgid "Cannot get DnD data. Failed to allocate %s bytes to store the data." msgstr "" "Nezdařilo se získat data DnD. Selhalo přidělení %s bajtů pro uchování dat." #: gdk/win32/gdkdrop-win32.c:1037 #, c-format msgid "GDK surface 0x%p is not registered as a drop target" msgstr "Povrch GDK 0x%p není registrován jako cíl pro upuštění" #: gdk/win32/gdkdrop-win32.c:1044 #, c-format msgid "Target context record 0x%p has no data object" msgstr "Záznam cílového kontextu 0x%p nemá žádný datový objekt" #: gdk/win32/gdkdrop-win32.c:1082 #, c-format msgid "IDataObject_GetData (0x%x) failed, returning 0x%lx" msgstr "Selhalo volání IDataObject_GetData (0x%x), vrací se 0x%lx" #: gdk/win32/gdkdrop-win32.c:1114 #, c-format msgid "Failed to transmute DnD data W32 format 0x%x to %p (%s)" msgstr "Selhala přeměna dat DnD ve formátu W32 0x%x na %p (%s)" #: gdk/win32/gdkglcontext-win32-wgl.c:276 #: gdk/win32/gdkglcontext-win32-wgl.c:293 msgid "No GL implementation is available" msgstr "Není k dispozici žádná implementace GL" #: gdk/win32/gdkglcontext-win32-wgl.c:577 msgid "No available configurations for the given pixel format" msgstr "Není dostupné žádné nastavení pro daný pixelový fotmát" #: gdk/win32/gdkhdataoutputstream-win32.c:63 msgid "writing a closed stream" msgstr "zapisuje se do zavřeného datového proudu" #: gdk/win32/gdkhdataoutputstream-win32.c:85 msgid "g_try_realloc () failed" msgstr "Selhalo volání g_try_realloc()" #: gdk/win32/gdkhdataoutputstream-win32.c:93 #: gdk/win32/gdkhdataoutputstream-win32.c:231 msgid "GlobalReAlloc() failed: " msgstr "Selhalo volání GlobalReAlloc(): " #: gdk/win32/gdkhdataoutputstream-win32.c:105 msgid "Ran out of buffer space (buffer size is fixed)" msgstr "" "Vyběhnutí mimo prostor vyrovnávací paměti (vyrovnávací paměť má pevnou " "velikost)" #: gdk/win32/gdkhdataoutputstream-win32.c:203 msgid "Can’t transmute a single handle" msgstr "Nelze přeměnit jednoduchý popisovač" #: gdk/win32/gdkhdataoutputstream-win32.c:215 #, c-format msgid "Failed to transmute %zu bytes of data from %s to %u" msgstr "Selhala přeměna %zu bajtů dat z %s na %u" #: gdk/win32/gdkhdataoutputstream-win32.c:250 msgid "GlobalLock() failed: " msgstr "Selhalo volání GlobalLock(): " #: gdk/win32/gdkhdataoutputstream-win32.c:364 msgid "GlobalAlloc() failed: " msgstr "Selhalo volání GlobalAlloc(): " #: gdk/x11/gdkapplaunchcontext-x11.c:299 #, c-format msgid "Starting “%s”" msgstr "Spouští se „%s“" #: gdk/x11/gdkapplaunchcontext-x11.c:312 #, c-format msgid "Opening “%s”" msgstr "Otevírá se „%s“" #: gdk/x11/gdkapplaunchcontext-x11.c:317 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Otevírání %d položky" msgstr[1] "Otevírání %d položek" msgstr[2] "Otevírání %d položek" #: gdk/x11/gdkclipboard-x11.c:475 msgid "Clipboard manager could not store selection." msgstr "Správa schránky nemůže uchovat výběr." #: gdk/x11/gdkclipboard-x11.c:655 msgid "Cannot store clipboard. No clipboard manager is active." msgstr "Nelze uchovat schránku. Není aktivní žádná správa schránek." #: gdk/x11/gdkglcontext-glx.c:769 msgid "No GLX configurations available" msgstr "Není k dispozici žádná konfigurace GLX" #: gdk/x11/gdkglcontext-glx.c:842 msgid "No GLX configuration with required features found" msgstr "Nebyla nazelezna žádná konfigurace GXL s požadovanými vlastnostmi" #: gdk/x11/gdkglcontext-glx.c:916 msgid "GLX is not supported" msgstr "GLX není podporováno" #: gdk/x11/gdkselectioninputstream-x11.c:469 #, c-format msgid "Format %s not supported" msgstr "Formát %s není podporovaný" #: gdk/x11/gdktextlistconverter-x11.c:65 gdk/x11/gdktextlistconverter-x11.c:105 msgid "Not enough space in destination" msgstr "V cíli není dostatek místa" #: gdk/x11/gdktextlistconverter-x11.c:91 gdk/x11/gdktextlistconverter-x11.c:195 msgid "Need complete input to do conversion" msgstr "Pro převod je zapotřebí celý vstup" #: gdk/x11/gdktextlistconverter-x11.c:216 #: gdk/x11/gdktextlistconverter-x11.c:250 msgid "Invalid byte sequence in conversion input" msgstr "Neplatná posloupnost bajtů ve vstupu pro převod" #: gdk/x11/gdktextlistconverter-x11.c:242 msgid "Invalid formats in compound text conversion." msgstr "Neplatné formáty v převodu složeného textu." #: gdk/x11/gdktextlistconverter-x11.c:259 #, c-format msgid "Unsupported encoding “%s”" msgstr "Nepodporované kódování „%s“" #: gsk/gl/gskglrenderer.c:132 #, c-format msgid "This GLES %d.%d implementation does not support half-float vertex data" msgstr "" "Implementace EGL %d.%d nepodporuje data vrcholů v plovoucí desetinné čárce s " "poloviční přesností" #: gtk/a11y/gtkatspiaction.c:239 msgctxt "accessibility" msgid "Click" msgstr "Kliknout" #: gtk/a11y/gtkatspiaction.c:240 msgctxt "accessibility" msgid "Clicks the button" msgstr "Klikne na tlačítko" #: gtk/a11y/gtkatspiaction.c:290 msgctxt "accessibility" msgid "Toggle" msgstr "Přepnout" #: gtk/a11y/gtkatspiaction.c:291 msgctxt "accessibility" msgid "Toggles the switch" msgstr "Přepne vypínač" #: gtk/a11y/gtkatspiaction.c:371 msgctxt "accessibility" msgid "Select" msgstr "Vybrat" #: gtk/a11y/gtkatspiaction.c:372 msgctxt "accessibility" msgid "Selects the color" msgstr "Vybere barvu" #: gtk/a11y/gtkatspiaction.c:379 gtk/a11y/gtkatspiaction.c:439 #: gtk/a11y/gtkatspiaction.c:495 gtk/a11y/gtkatspiaction.c:603 #: gtk/a11y/gtkatspiaction.c:690 msgctxt "accessibility" msgid "Activate" msgstr "Aktivovat" #: gtk/a11y/gtkatspiaction.c:380 msgctxt "accessibility" msgid "Activates the color" msgstr "Aktivuje barvu" #: gtk/a11y/gtkatspiaction.c:387 msgctxt "accessibility" msgid "Customize" msgstr "Přizpůsobit" #: gtk/a11y/gtkatspiaction.c:388 msgctxt "accessibility" msgid "Customizes the color" msgstr "Přizpůsobí barvu" #: gtk/a11y/gtkatspiaction.c:440 msgctxt "accessibility" msgid "Activates the expander" msgstr "Aktivuje rozbalování" #: gtk/a11y/gtkatspiaction.c:496 gtk/a11y/gtkatspiaction.c:604 #: gtk/a11y/gtkatspiaction.c:691 msgctxt "accessibility" msgid "Activates the entry" msgstr "Aktivuje vstupní pole" #: gtk/a11y/gtkatspiaction.c:503 msgctxt "accessibility" msgid "Activate primary icon" msgstr "Aktivuje hlavní ikonu" #: gtk/a11y/gtkatspiaction.c:504 msgctxt "accessibility" msgid "Activates the primary icon of the entry" msgstr "Aktivuje hlavní ikonu vstupního pole" #: gtk/a11y/gtkatspiaction.c:511 msgctxt "accessibility" msgid "Activate secondary icon" msgstr "Aktivovat podružnou ikonu" #: gtk/a11y/gtkatspiaction.c:512 msgctxt "accessibility" msgid "Activates the secondary icon of the entry" msgstr "Aktivuje podružnou ikonu vstupního pole" #: gtk/a11y/gtkatspiaction.c:611 msgctxt "accessibility" msgid "Peek" msgstr "Nakouknout" #: gtk/a11y/gtkatspiaction.c:612 msgctxt "accessibility" msgid "Shows the contents of the password entry" msgstr "Ukáže obsah vstupního pole pro heslo" #: gtk/a11y/gtkatspiaction.c:698 msgctxt "accessibility" msgid "Clear" msgstr "Vymazat" #: gtk/a11y/gtkatspiaction.c:699 msgctxt "accessibility" msgid "Clears the contents of the entry" msgstr "Vymaže obsah vstupního pole" #: gtk/a11y/gtkatspiroot.c:256 msgctxt "accessibility" msgid "application" msgstr "aplikace" #: gtk/css/gtkcssdataurl.c:69 #, c-format msgid "Not a data: URL" msgstr "Žádná data: URL" #: gtk/css/gtkcssdataurl.c:82 #, c-format msgid "Malformed data: URL" msgstr "Poškozená data: URL" #: gtk/css/gtkcssdataurl.c:140 #, c-format msgid "Could not unescape string" msgstr "Nezdařilo se převést ošetřené posloupnosti v řetězci" #: gtk/deprecated/gtkappchooserbutton.c:323 msgid "Other app…" msgstr "Další aplikace…" #: gtk/deprecated/gtkappchooserdialog.c:210 #: gtk/deprecated/gtkappchooserdialog.c:261 msgid "Select Application" msgstr "Zvolte aplikaci" #. Translators: %s is a filename #: gtk/deprecated/gtkappchooserdialog.c:217 #, c-format msgid "Opening “%s”." msgstr "Otevírá se „%s“." #: gtk/deprecated/gtkappchooserdialog.c:218 #, c-format msgid "No applications found for “%s”" msgstr "Nebyly nalezeny žádné aplikace pro „%s“" #. Translators: %s is a file type description #: gtk/deprecated/gtkappchooserdialog.c:223 #, c-format msgid "Opening “%s” files." msgstr "Otevírají se soubory „%s“." #: gtk/deprecated/gtkappchooserdialog.c:225 #, c-format msgid "No applications found for “%s” files" msgstr "Nebyly nalezeny žádné aplikace pro soubory „%s“" #: gtk/deprecated/gtkappchooserdialog.c:427 msgid "Failed to start GNOME Software" msgstr "Nezdařilo se spustit GNOME Software" #: gtk/deprecated/gtkappchooserwidget.c:525 msgid "Default App" msgstr "Výchozí aplikace" #: gtk/deprecated/gtkappchooserwidget.c:575 #, c-format msgid "No apps found for “%s”." msgstr "Nebyly nalezeny žádné aplikace pro „%s“." #: gtk/deprecated/gtkappchooserwidget.c:658 msgid "Recommended Apps" msgstr "Doporučené aplikace" #: gtk/deprecated/gtkappchooserwidget.c:673 msgid "Related Apps" msgstr "Související aplikace" #: gtk/deprecated/gtkappchooserwidget.c:687 msgid "Other Apps" msgstr "Další aplikace" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. #: gtk/deprecated/gtkcellrendereraccel.c:294 msgctxt "Accelerator" msgid "Disabled" msgstr "Vypnuto" #. This label is displayed in a treeview cell displaying #. * an accelerator key combination that is not valid according #. * to gtk_accelerator_valid(). #. #: gtk/deprecated/gtkcellrendereraccel.c:304 msgctxt "Accelerator" msgid "Invalid" msgstr "Neplatné" #. This label is displayed in a treeview cell displaying an accelerator #. * when the cell is clicked to change the acelerator. #. #: gtk/deprecated/gtkcellrendereraccel.c:436 #: gtk/deprecated/gtkcellrendereraccel.c:729 msgid "New accelerator…" msgstr "Nová klávesová zkratka…" #: gtk/deprecated/gtkcellrendererprogress.c:132 #: gtk/deprecated/gtkcellrendererprogress.c:322 #: gtk/deprecated/gtkcellrendererprogress.c:352 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" #: gtk/deprecated/gtkcolorbutton.c:183 gtk/deprecated/gtkcolorbutton.c:311 #: gtk/gtkcolordialog.c:411 msgid "Pick a Color" msgstr "Vybrat barvu" #: gtk/deprecated/gtkcolorbutton.c:502 gtk/gtkcolorchooserwidget.c:312 #: gtk/gtkcolordialogbutton.c:299 #, c-format msgid "Red %d%%, Green %d%%, Blue %d%%, Alpha %d%%" msgstr "červená %d %%, zelená %d %%, modrá %d %%, alfa %d %%" #: gtk/deprecated/gtkcolorbutton.c:508 gtk/gtkcolorchooserwidget.c:318 #: gtk/gtkcolordialogbutton.c:305 #, c-format msgid "Red %d%%, Green %d%%, Blue %d%%" msgstr "červená %d %%, zelená %d %%, modrá %d %%" #: gtk/deprecated/gtkfontbutton.c:396 msgid "Sans 12" msgstr "Sans 12" #: gtk/deprecated/gtkfontbutton.c:507 gtk/deprecated/gtkfontbutton.c:621 #: gtk/gtkfontdialog.c:596 msgid "Pick a Font" msgstr "Vybrat font" #: gtk/deprecated/gtkfontbutton.c:597 gtk/gtkfilechooserwidget.c:3884 #: gtk/gtkfontdialogbutton.c:115 gtk/inspector/visual.ui:169 msgid "Font" msgstr "Font" #: gtk/deprecated/gtkfontbutton.c:1152 gtk/gtkfontdialogbutton.c:613 msgctxt "font" msgid "None" msgstr "Žádný" #: gtk/deprecated/gtklockbutton.c:294 gtk/ui/gtklockbutton.ui:20 msgid "Lock" msgstr "Uzamknout" #: gtk/deprecated/gtklockbutton.c:308 gtk/ui/gtklockbutton.ui:26 msgid "Unlock" msgstr "Odemknout" #: gtk/deprecated/gtklockbutton.c:322 msgid "" "Dialog is unlocked.\n" "Click to prevent further changes" msgstr "" "Dialogové okno je odemčeno.\n" "Kliknutím zamezíte následným změnám" #: gtk/deprecated/gtklockbutton.c:336 msgid "" "Dialog is locked.\n" "Click to make changes" msgstr "" "Dialogové okno je uzamčeno.\n" "Kliknutím povolíte změny" #: gtk/deprecated/gtklockbutton.c:350 msgid "" "System policy prevents changes.\n" "Contact your system administrator" msgstr "" "Nastavení systémových pravidel znemožňuje změny.\n" "Kontaktujte prosím správce systému" #: gtk/deprecated/gtkshow.c:178 msgid "Could not show link" msgstr "Nelze zobrazit odkaz" #: gtk/deprecated/gtkvolumebutton.c:236 msgid "Muted" msgstr "Vypnutý zvuk" #: gtk/deprecated/gtkvolumebutton.c:240 msgid "Full Volume" msgstr "Maximální hlasitost" #. Translators: this is the percentage of the current volume, #. * as used in the tooltip, eg. "49 %". #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. #: gtk/deprecated/gtkvolumebutton.c:253 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" #: gtk/gtkaboutdialog.c:119 gtk/ui/gtkaboutdialog.ui:163 msgid "License" msgstr "Licence" #: gtk/gtkaboutdialog.c:120 msgid "Custom License" msgstr "Vlastní licence" #: gtk/gtkaboutdialog.c:121 msgid "GNU General Public License, version 2 or later" msgstr "GNU General Public License, verze 2 nebo novější" #: gtk/gtkaboutdialog.c:122 msgid "GNU General Public License, version 3 or later" msgstr "GNU General Public License, verze 3 nebo novější" #: gtk/gtkaboutdialog.c:123 msgid "GNU Lesser General Public License, version 2.1 or later" msgstr "GNU Lesser General Public License, verze 2.1 nebo novější" #: gtk/gtkaboutdialog.c:124 msgid "GNU Lesser General Public License, version 3 or later" msgstr "GNU Lesser General Public License, verze 3 nebo novější" #: gtk/gtkaboutdialog.c:125 msgid "BSD 2-Clause License" msgstr "BSD 2-Clause License" #: gtk/gtkaboutdialog.c:126 msgid "The MIT License (MIT)" msgstr "The MIT License (MIT)" #: gtk/gtkaboutdialog.c:127 msgid "Artistic License 2.0" msgstr "Artistic License 2.0" #: gtk/gtkaboutdialog.c:128 msgid "GNU General Public License, version 2 only" msgstr "GNU General Public License, pouze verze 2" #: gtk/gtkaboutdialog.c:129 msgid "GNU General Public License, version 3 only" msgstr "GNU General Public License, pouze verze 3" #: gtk/gtkaboutdialog.c:130 msgid "GNU Lesser General Public License, version 2.1 only" msgstr "GNU Lesser General Public License, pouze verze 2.1" #: gtk/gtkaboutdialog.c:131 msgid "GNU Lesser General Public License, version 3 only" msgstr "GNU Lesser General Public License, pouze verze 3" #: gtk/gtkaboutdialog.c:132 msgid "GNU Affero General Public License, version 3 or later" msgstr "GNU Affero General Public License, verze 3 nebo novější" #: gtk/gtkaboutdialog.c:133 msgid "GNU Affero General Public License, version 3 only" msgstr "GNU Affero General Public License, pouze verze 3" #: gtk/gtkaboutdialog.c:134 msgid "BSD 3-Clause License" msgstr "BSD 3-Clause License" #: gtk/gtkaboutdialog.c:135 msgid "Apache License, Version 2.0" msgstr "Apache License, verze 2.0" #: gtk/gtkaboutdialog.c:136 msgid "Mozilla Public License 2.0" msgstr "Mozilla Public License 2.0" #: gtk/gtkaboutdialog.c:960 msgid "Website" msgstr "Webové stránky" #: gtk/gtkaboutdialog.c:996 gtk/ui/gtkapplication-quartz.ui:6 #, c-format msgid "About %s" msgstr "O aplikaci %s" #: gtk/gtkaboutdialog.c:2086 msgid "Created by" msgstr "Vytvořili" #: gtk/gtkaboutdialog.c:2089 msgid "Documented by" msgstr "Zdokumentovali" #: gtk/gtkaboutdialog.c:2099 msgid "Translated by" msgstr "Přeložili" #: gtk/gtkaboutdialog.c:2104 msgid "Design by" msgstr "Vzhled navrhli" #. Translators: this is the license preamble; the string at the end #. * contains the name of the license as link text. #. #: gtk/gtkaboutdialog.c:2269 #, c-format msgid "" "This program comes with absolutely no warranty.\n" "See the %s for details." msgstr "" "Tento program je šířen bez jakýchkoliv záruk.\n" "Podrobnosti viz %s." #. This is the text that should appear next to menu accelerators #. * that use the shift key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:837 gtk/gtkshortcutlabel.c:101 #: gtk/gtkshortcutlabel.c:137 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:856 gtk/gtkshortcutlabel.c:104 #: gtk/gtkshortcutlabel.c:139 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:875 gtk/gtkshortcutlabel.c:107 #: gtk/gtkshortcutlabel.c:141 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:893 gtk/gtkshortcutlabel.c:113 #: gtk/gtkshortcutlabel.c:143 msgctxt "keyboard label" msgid "Super" msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:907 gtk/gtkshortcutlabel.c:116 #: gtk/gtkshortcutlabel.c:145 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. #: gtk/gtkaccelgroup.c:922 gtk/gtkshortcutlabel.c:110 #: gtk/gtkshortcutlabel.c:148 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" #. Translators: "KP" means "numeric key pad". This string will #. * be used in accelerators such as "Ctrl+Shift+KP 1" in menus, #. * and therefore the translation needs to be very short. #. #: gtk/gtkaccelgroup.c:942 msgctxt "keyboard label" msgid "KP" msgstr "NK" #: gtk/gtkaccelgroup.c:949 msgctxt "keyboard label" msgid "Space" msgstr "Mezerník" #: gtk/gtkaccelgroup.c:952 gtk/gtkshortcutlabel.c:176 msgctxt "keyboard label" msgid "Backslash" msgstr "Zpětné lomítko" #: gtk/gtkaccessible.c:755 msgctxt "accessibility" msgid "alert" msgstr "výstraha" #: gtk/gtkaccessible.c:756 msgctxt "accessibility" msgid "alert dialog" msgstr "dialogové okno s výstrahou" #: gtk/gtkaccessible.c:757 msgctxt "accessibility" msgid "banner" msgstr "cedule" #: gtk/gtkaccessible.c:758 msgctxt "accessibility" msgid "button" msgstr "tlačítko" #: gtk/gtkaccessible.c:759 msgctxt "accessibility" msgid "caption" msgstr "titule" #: gtk/gtkaccessible.c:760 msgctxt "accessibility" msgid "cell" msgstr "buňka" #: gtk/gtkaccessible.c:761 msgctxt "accessibility" msgid "checkbox" msgstr "zaškrtávací políčko" #: gtk/gtkaccessible.c:762 msgctxt "accessibility" msgid "column header" msgstr "záhlaví sloupce" #: gtk/gtkaccessible.c:763 msgctxt "accessibility" msgid "combo box" msgstr "rozbalovací seznam" #: gtk/gtkaccessible.c:764 msgctxt "accessibility" msgid "command" msgstr "příkaz" #: gtk/gtkaccessible.c:765 msgctxt "accessibility" msgid "composite" msgstr "složený" #: gtk/gtkaccessible.c:766 msgctxt "accessibility" msgid "dialog" msgstr "dialogové okno" #: gtk/gtkaccessible.c:767 msgctxt "accessibility" msgid "document" msgstr "dokument" #: gtk/gtkaccessible.c:768 msgctxt "accessibility" msgid "feed" msgstr "seznam článků" #: gtk/gtkaccessible.c:769 msgctxt "accessibility" msgid "form" msgstr "formulář" #: gtk/gtkaccessible.c:770 msgctxt "accessibility" msgid "generic" msgstr "obecný" #: gtk/gtkaccessible.c:771 msgctxt "accessibility" msgid "grid" msgstr "mřížka" #: gtk/gtkaccessible.c:772 msgctxt "accessibility" msgid "grid cell" msgstr "buňka mřížky" #: gtk/gtkaccessible.c:773 msgctxt "accessibility" msgid "group" msgstr "skupina" #: gtk/gtkaccessible.c:774 msgctxt "accessibility" msgid "heading" msgstr "záhlaví" #: gtk/gtkaccessible.c:775 msgctxt "accessibility" msgid "image" msgstr "obrázek" #: gtk/gtkaccessible.c:776 msgctxt "accessibility" msgid "input" msgstr "vstup" #: gtk/gtkaccessible.c:777 msgctxt "accessibility" msgid "label" msgstr "popisek" #: gtk/gtkaccessible.c:778 msgctxt "accessibility" msgid "landmark" msgstr "záchytný bod" #: gtk/gtkaccessible.c:779 msgctxt "accessibility" msgid "legend" msgstr "legenda" #: gtk/gtkaccessible.c:780 msgctxt "accessibility" msgid "link" msgstr "odkaz" #: gtk/gtkaccessible.c:781 msgctxt "accessibility" msgid "list" msgstr "seznam" #: gtk/gtkaccessible.c:782 msgctxt "accessibility" msgid "list box" msgstr "pole se seznamem" #: gtk/gtkaccessible.c:783 msgctxt "accessibility" msgid "list item" msgstr "položka seznamu" #: gtk/gtkaccessible.c:784 msgctxt "accessibility" msgid "log" msgstr "záznam" #: gtk/gtkaccessible.c:785 msgctxt "accessibility" msgid "main" msgstr "hlavní obsah" #: gtk/gtkaccessible.c:786 msgctxt "accessibility" msgid "marquee" msgstr "posouvající se text" #: gtk/gtkaccessible.c:787 msgctxt "accessibility" msgid "math" msgstr "matematika" #: gtk/gtkaccessible.c:788 msgctxt "accessibility" msgid "meter" msgstr "hodnota z rozsahu" #: gtk/gtkaccessible.c:789 msgctxt "accessibility" msgid "menu" msgstr "nabídka" #: gtk/gtkaccessible.c:790 msgctxt "accessibility" msgid "menu bar" msgstr "nabídková lišta" #: gtk/gtkaccessible.c:791 msgctxt "accessibility" msgid "menu item" msgstr "položka nabídky" #: gtk/gtkaccessible.c:792 msgctxt "accessibility" msgid "menu item checkbox" msgstr "zaškrtávací položka nabídky" #: gtk/gtkaccessible.c:793 msgctxt "accessibility" msgid "menu item radio" msgstr "skupinová položka nabídky" #: gtk/gtkaccessible.c:794 msgctxt "accessibility" msgid "navigation" msgstr "navigace" #: gtk/gtkaccessible.c:795 msgctxt "accessibility" msgid "none" msgstr "nic" #: gtk/gtkaccessible.c:796 msgctxt "accessibility" msgid "note" msgstr "poznámka" #: gtk/gtkaccessible.c:797 msgctxt "accessibility" msgid "option" msgstr "volba" #: gtk/gtkaccessible.c:798 msgctxt "accessibility" msgid "presentation" msgstr "prezentace" #: gtk/gtkaccessible.c:799 msgctxt "accessibility" msgid "progress bar" msgstr "ukazatel průběhu" #: gtk/gtkaccessible.c:800 msgctxt "accessibility" msgid "radio" msgstr "skupinový přepínač" #: gtk/gtkaccessible.c:801 msgctxt "accessibility" msgid "radio group" msgstr "skupina skupinového přepínače" #: gtk/gtkaccessible.c:802 msgctxt "accessibility" msgid "range" msgstr "rozsah" #: gtk/gtkaccessible.c:803 msgctxt "accessibility" msgid "region" msgstr "oblast" #: gtk/gtkaccessible.c:804 msgctxt "accessibility" msgid "row" msgstr "řádek" #: gtk/gtkaccessible.c:805 msgctxt "accessibility" msgid "row group" msgstr "skupina řádků" #: gtk/gtkaccessible.c:806 msgctxt "accessibility" msgid "row header" msgstr "záhlaví řídku" #: gtk/gtkaccessible.c:807 msgctxt "accessibility" msgid "scroll bar" msgstr "posuvník" #: gtk/gtkaccessible.c:808 msgctxt "accessibility" msgid "search" msgstr "hledání" #: gtk/gtkaccessible.c:809 msgctxt "accessibility" msgid "search box" msgstr "vyhledávací pole" #: gtk/gtkaccessible.c:810 msgctxt "accessibility" msgid "section" msgstr "oddíl" #: gtk/gtkaccessible.c:811 msgctxt "accessibility" msgid "section head" msgstr "záhlaví oddílu" #: gtk/gtkaccessible.c:812 msgctxt "accessibility" msgid "select" msgstr "výběr" #: gtk/gtkaccessible.c:813 msgctxt "accessibility" msgid "separator" msgstr "čitatelé" #: gtk/gtkaccessible.c:814 msgctxt "accessibility" msgid "slider" msgstr "táhlo" #: gtk/gtkaccessible.c:815 msgctxt "accessibility" msgid "spin button" msgstr "číselník" #: gtk/gtkaccessible.c:816 msgctxt "accessibility" msgid "status" msgstr "stav" #: gtk/gtkaccessible.c:817 msgctxt "accessibility" msgid "structure" msgstr "struktura" #: gtk/gtkaccessible.c:818 msgctxt "accessibility" msgid "switch" msgstr "vypínač" #: gtk/gtkaccessible.c:819 msgctxt "accessibility" msgid "tab" msgstr "karta" #: gtk/gtkaccessible.c:820 msgctxt "accessibility" msgid "table" msgstr "tabulka" #: gtk/gtkaccessible.c:821 msgctxt "accessibility" msgid "tab list" msgstr "seznam karet" #: gtk/gtkaccessible.c:822 msgctxt "accessibility" msgid "tab panel" msgstr "panel karty" #: gtk/gtkaccessible.c:823 msgctxt "accessibility" msgid "text box" msgstr "textové pole" #: gtk/gtkaccessible.c:824 msgctxt "accessibility" msgid "time" msgstr "čas" #: gtk/gtkaccessible.c:825 msgctxt "accessibility" msgid "timer" msgstr "časovač" #: gtk/gtkaccessible.c:826 msgctxt "accessibility" msgid "tool bar" msgstr "nástrojová lišta" #: gtk/gtkaccessible.c:827 msgctxt "accessibility" msgid "tool tip" msgstr "vysvětlivka" #: gtk/gtkaccessible.c:828 msgctxt "accessibility" msgid "tree" msgstr "strom" #: gtk/gtkaccessible.c:829 msgctxt "accessibility" msgid "tree grid" msgstr "mřížka stromu" #: gtk/gtkaccessible.c:830 msgctxt "accessibility" msgid "tree item" msgstr "položka stromu" #: gtk/gtkaccessible.c:831 msgctxt "accessibility" msgid "widget" msgstr "widget" #: gtk/gtkaccessible.c:832 msgctxt "accessibility" msgid "window" msgstr "okno" #: gtk/gtkaccessible.c:833 msgctxt "accessibility" msgid "toggle button" msgstr "přepínací tlačítko" #: gtk/gtkalertdialog.c:668 gtk/gtkcustompaperunixdialog.c:328 #: gtk/gtkmessagedialog.c:166 gtk/ui/gtkassistant.ui:40 msgid "_Close" msgstr "_Zavřít" #. Translators: This is the 'reason' given when inhibiting #. * suspend or screen locking, and the caller hasn't specified #. * a reason. #. #: gtk/gtkapplication-dbus.c:706 msgid "Reason not specified" msgstr "Důvod není uveden" #: gtk/gtkbookmarksmanager.c:53 #, c-format msgid "%s does not exist in the bookmarks list" msgstr "%s se v seznamu záložek nenachází" #: gtk/gtkbookmarksmanager.c:414 #, c-format msgid "%s already exists in the bookmarks list" msgstr "%s se již v seznamu záložek nachází" #: gtk/gtkbuilder-menus.c:224 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Prvek <%s> není povolen uvnitř <%s>" #: gtk/gtkbuilder-menus.c:230 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Prvek <%s> není povolen na nejvyšší úrovni" #: gtk/gtkbuilder-menus.c:319 #, c-format msgid "Text may not appear inside <%s>" msgstr "Uvnitř <%s> se nesmí vyskytovat text" #. Translate to calendar:week_start:0 if you want Sunday to be the #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. #: gtk/gtkcalendar.c:655 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" #. Translate to calendar:YM if you want years to be displayed #. * before months; otherwise translate to calendar:MY. #. * Do *not* translate it to anything else, if it #. * it isn't calendar:YM or calendar:MY it will not work. #. * #. * Note that the ordering described here is logical order, which is #. * further influenced by BIDI ordering. Thus, if you have a default #. * text direction of RTL and specify "calendar:YM", then the year #. * will appear to the right of the month. #. #: gtk/gtkcalendar.c:806 msgid "calendar:MY" msgstr "calendar:MY" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. #. * Use only ASCII in the translation. #. * #. * "%Y" is appropriate for most locales. #. #: gtk/gtkcalendar.c:1393 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). #. * #. * Translate to "%Id" if you want to use localized digits, or #. * translate to "%d" otherwise. #. * #. * Note that translating this doesn't guarantee that you get localized #. * digits. That needs support from your system and locale definition #. * too. #. #: gtk/gtkcalendar.c:1430 #, c-format msgctxt "calendar:day:digits" msgid "%d" msgstr "%d" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). #. * #. * Translate to "%Id" if you want to use localized digits, or #. * translate to "%d" otherwise. #. * Note that translating this doesn't guarantee that you get localized #. * digits. That needs support from your system and locale definition #. * too. #: gtk/gtkcalendar.c:1495 #, c-format msgctxt "calendar:week:digits" msgid "%d" msgstr "%d" #: gtk/gtkcolorchooserwidget.c:375 #, c-format msgid "Color: %s" msgstr "Barva: %s" #: gtk/gtkcolorchooserwidget.c:440 msgctxt "Color name" msgid "Very Light Blue" msgstr "světlounce modrá" #: gtk/gtkcolorchooserwidget.c:441 msgctxt "Color name" msgid "Light Blue" msgstr "světle modrá" #: gtk/gtkcolorchooserwidget.c:442 msgctxt "Color name" msgid "Blue" msgstr "modrá" #: gtk/gtkcolorchooserwidget.c:443 msgctxt "Color name" msgid "Dark Blue" msgstr "tmavě modrá" #: gtk/gtkcolorchooserwidget.c:444 msgctxt "Color name" msgid "Very Dark Blue" msgstr "temně modrá" #: gtk/gtkcolorchooserwidget.c:445 msgctxt "Color name" msgid "Very Light Green" msgstr "světlounce zelená" #: gtk/gtkcolorchooserwidget.c:446 msgctxt "Color name" msgid "Light Green" msgstr "světle zelená" #: gtk/gtkcolorchooserwidget.c:447 msgctxt "Color name" msgid "Green" msgstr "zelená" #: gtk/gtkcolorchooserwidget.c:448 msgctxt "Color name" msgid "Dark Green" msgstr "tmavě zelená" #: gtk/gtkcolorchooserwidget.c:449 msgctxt "Color name" msgid "Very Dark Green" msgstr "temně zelená" #: gtk/gtkcolorchooserwidget.c:450 msgctxt "Color name" msgid "Very Light Yellow" msgstr "světlounce žlutá" #: gtk/gtkcolorchooserwidget.c:451 msgctxt "Color name" msgid "Light Yellow" msgstr "světle žlutá" #: gtk/gtkcolorchooserwidget.c:452 msgctxt "Color name" msgid "Yellow" msgstr "žlutá" #: gtk/gtkcolorchooserwidget.c:453 msgctxt "Color name" msgid "Dark Yellow" msgstr "tmavě žlutá" #: gtk/gtkcolorchooserwidget.c:454 msgctxt "Color name" msgid "Very Dark Yellow" msgstr "temně žlutá" #: gtk/gtkcolorchooserwidget.c:455 msgctxt "Color name" msgid "Very Light Orange" msgstr "světlounce oranžová" #: gtk/gtkcolorchooserwidget.c:456 msgctxt "Color name" msgid "Light Orange" msgstr "světle oranžová" #: gtk/gtkcolorchooserwidget.c:457 msgctxt "Color name" msgid "Orange" msgstr "oranžová" #: gtk/gtkcolorchooserwidget.c:458 msgctxt "Color name" msgid "Dark Orange" msgstr "tmavě oranžová" #: gtk/gtkcolorchooserwidget.c:459 msgctxt "Color name" msgid "Very Dark Orange" msgstr "temně oranžová" #: gtk/gtkcolorchooserwidget.c:460 msgctxt "Color name" msgid "Very Light Red" msgstr "světlounce červená" #: gtk/gtkcolorchooserwidget.c:461 msgctxt "Color name" msgid "Light Red" msgstr "světle červená" #: gtk/gtkcolorchooserwidget.c:462 msgctxt "Color name" msgid "Red" msgstr "červená" #: gtk/gtkcolorchooserwidget.c:463 msgctxt "Color name" msgid "Dark Red" msgstr "tmavě červená" #: gtk/gtkcolorchooserwidget.c:464 msgctxt "Color name" msgid "Very Dark Red" msgstr "temně červená" #: gtk/gtkcolorchooserwidget.c:465 msgctxt "Color name" msgid "Very Light Purple" msgstr "světlounce fialová" #: gtk/gtkcolorchooserwidget.c:466 msgctxt "Color name" msgid "Light Purple" msgstr "světle fialová" #: gtk/gtkcolorchooserwidget.c:467 msgctxt "Color name" msgid "Purple" msgstr "fialová" #: gtk/gtkcolorchooserwidget.c:468 msgctxt "Color name" msgid "Dark Purple" msgstr "tmavě fialová" #: gtk/gtkcolorchooserwidget.c:469 msgctxt "Color name" msgid "Very Dark Purple" msgstr "temně fialová" #: gtk/gtkcolorchooserwidget.c:470 msgctxt "Color name" msgid "Very Light Brown" msgstr "světlounce hnědá" #: gtk/gtkcolorchooserwidget.c:471 msgctxt "Color name" msgid "Light Brown" msgstr "světle hnědá" #: gtk/gtkcolorchooserwidget.c:472 msgctxt "Color name" msgid "Brown" msgstr "hnědá" #: gtk/gtkcolorchooserwidget.c:473 msgctxt "Color name" msgid "Dark Brown" msgstr "tmavě hnědá" #: gtk/gtkcolorchooserwidget.c:474 msgctxt "Color name" msgid "Very Dark Brown" msgstr "temně hnědá" #: gtk/gtkcolorchooserwidget.c:475 msgctxt "Color name" msgid "White" msgstr "bílá" #: gtk/gtkcolorchooserwidget.c:476 msgctxt "Color name" msgid "Light Gray 1" msgstr "světle šedá 1" #: gtk/gtkcolorchooserwidget.c:477 msgctxt "Color name" msgid "Light Gray 2" msgstr "světle šedá 2" #: gtk/gtkcolorchooserwidget.c:478 msgctxt "Color name" msgid "Light Gray 3" msgstr "světle šedá 3" #: gtk/gtkcolorchooserwidget.c:479 msgctxt "Color name" msgid "Light Gray 4" msgstr "světle šedá 4" #: gtk/gtkcolorchooserwidget.c:480 msgctxt "Color name" msgid "Dark Gray 1" msgstr "tmavě šedá 1" #: gtk/gtkcolorchooserwidget.c:481 msgctxt "Color name" msgid "Dark Gray 2" msgstr "tmavě šedá 2" #: gtk/gtkcolorchooserwidget.c:482 msgctxt "Color name" msgid "Dark Gray 3" msgstr "tmavě šedá 3" #: gtk/gtkcolorchooserwidget.c:483 msgctxt "Color name" msgid "Dark Gray 4" msgstr "tmavě šedá 4" #: gtk/gtkcolorchooserwidget.c:484 msgctxt "Color name" msgid "Black" msgstr "černá" #. translators: label for the custom section in the color chooser #: gtk/gtkcolorchooserwidget.c:556 msgid "Custom" msgstr "Vlastní" #: gtk/gtkcolorchooserwidget.c:589 #, c-format msgid "Custom color %d: %s" msgstr "Vlastní barva %d: %s" #: gtk/gtkcolorswatch.c:230 msgid "Customize" msgstr "Přizpůsobit" #. Translate to the default units to use for presenting #. * lengths to the user. Translate to default:inch if you #. * want inches, otherwise translate to default:mm. #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. #: gtk/gtkcustompaperunixdialog.c:112 msgid "default:mm" msgstr "default:mm" #: gtk/gtkcustompaperunixdialog.c:297 msgid "Margins from Printer…" msgstr "Okraje z tiskárny…" #. And show the custom paper dialog #: gtk/gtkcustompaperunixdialog.c:383 gtk/gtkprintunixdialog.c:3026 msgid "Manage Custom Sizes" msgstr "Správa vlastních velikostí" #: gtk/gtkcustompaperunixdialog.c:446 gtk/gtkpagesetupunixdialog.c:721 msgid "inch" msgstr "palec" #: gtk/gtkcustompaperunixdialog.c:448 gtk/gtkpagesetupunixdialog.c:719 msgid "mm" msgstr "mm" #: gtk/gtkcustompaperunixdialog.c:604 #, c-format msgid "Custom Size %d" msgstr "Vlastní velikost %d" #: gtk/gtkcustompaperunixdialog.c:914 msgid "_Width:" msgstr "Šíř_ka:" #: gtk/gtkcustompaperunixdialog.c:923 msgid "_Height:" msgstr "_Výška:" #: gtk/gtkcustompaperunixdialog.c:932 msgid "Paper Size" msgstr "Rozměry papíru" #: gtk/gtkcustompaperunixdialog.c:939 msgid "_Top:" msgstr "_Horní:" #: gtk/gtkcustompaperunixdialog.c:948 msgid "_Bottom:" msgstr "_Dolní:" #: gtk/gtkcustompaperunixdialog.c:957 msgid "_Left:" msgstr "_Levý:" #: gtk/gtkcustompaperunixdialog.c:966 msgid "_Right:" msgstr "P_ravý:" #: gtk/gtkcustompaperunixdialog.c:999 msgid "Paper Margins" msgstr "Okraje papíru" #: gtk/gtkentry.c:3664 msgid "Insert Emoji" msgstr "Vložit Emodži" #: gtk/gtkfilechooserdialog.c:552 msgid "_Name" msgstr "_Název" #: gtk/gtkfilechoosererrorstack.c:65 msgid "A folder cannot be called “.”" msgstr "Složka se nemůže nazývat „.“" #: gtk/gtkfilechoosererrorstack.c:69 msgid "A file cannot be called “.”" msgstr "Soubor se nemůže nazývat „.“" #: gtk/gtkfilechoosererrorstack.c:73 msgid "A folder cannot be called “..”" msgstr "Složka se nemůže nazývat „..“" #: gtk/gtkfilechoosererrorstack.c:77 msgid "A file cannot be called “..”" msgstr "Soubor se nemůže nazývat „..“" #: gtk/gtkfilechoosererrorstack.c:81 msgid "Folder names cannot contain “/”" msgstr "Název složky nemůže obsahovat „/“" #: gtk/gtkfilechoosererrorstack.c:85 msgid "File names cannot contain “/”" msgstr "Názvy souborů nemohou obsahovat „/“" #: gtk/gtkfilechoosererrorstack.c:89 msgid "Folder names should not begin with a space" msgstr "Názvy složek by neměly začínat mezerou" #: gtk/gtkfilechoosererrorstack.c:93 msgid "File names should not begin with a space" msgstr "Názvy souborů by neměly začínat mezerou" #: gtk/gtkfilechoosererrorstack.c:97 msgid "Folder names should not end with a space" msgstr "Názvy složek by neměly končit mezerou" #: gtk/gtkfilechoosererrorstack.c:101 msgid "File names should not end with a space" msgstr "Názvy souborů by neměly končit mezerou" #: gtk/gtkfilechoosererrorstack.c:105 msgid "Folder names starting with a “.” are hidden" msgstr "Názvy složek začínající na „.“ jsou skryté" #: gtk/gtkfilechoosererrorstack.c:109 msgid "File names starting with a “.” are hidden" msgstr "Názvy souborů začínající na „.“ jsou skryté" #: gtk/gtkfilechoosererrorstack.c:113 msgid "A folder with that name already exists" msgstr "Složka s tímto názvem již existuje" #: gtk/gtkfilechoosererrorstack.c:117 msgid "A file with that name already exists" msgstr "Soubor s tímto názvem již existuje" #: gtk/gtkfilechoosernative.c:520 gtk/gtkfilechoosernative.c:600 #: gtk/gtkfilechooserwidget.c:1174 gtk/gtkfilechooserwidget.c:5042 #: gtk/gtkfiledialog.c:841 gtk/gtkmessagedialog.c:170 #: gtk/gtkmessagedialog.c:179 gtk/gtkmountoperation.c:608 #: gtk/gtkpagesetupunixdialog.c:283 gtk/gtkprintbackend.c:638 #: gtk/gtkprintunixdialog.c:657 gtk/gtkprintunixdialog.c:814 #: gtk/gtkwindow.c:6158 gtk/ui/gtkappchooserdialog.ui:45 #: gtk/ui/gtkassistant.ui:52 gtk/ui/gtkcolorchooserdialog.ui:33 #: gtk/ui/gtkfontchooserdialog.ui:24 msgid "_Cancel" msgstr "_Zrušit" #: gtk/gtkfilechoosernative.c:521 gtk/gtkfilechoosernative.c:594 #: gtk/gtkfiledialog.c:813 gtk/gtkplacessidebar.c:3144 #: gtk/gtkplacessidebar.c:3229 gtk/gtkplacesview.c:1645 msgid "_Open" msgstr "_Otevřít" #: gtk/gtkfilechoosernative.c:594 gtk/gtkfiledialog.c:818 msgid "_Save" msgstr "_Uložit" #: gtk/gtkfilechoosernativequartz.c:340 gtk/ui/gtkfilechooserwidget.ui:551 msgid "Select which types of files are shown" msgstr "Výběr zobrazených typů souborů" #. Translators: the first string is a path and the second string #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. #: gtk/gtkfilechooserutils.c:364 #, c-format msgid "%1$s on %2$s" msgstr "%1$s na %2$s" #: gtk/gtkfilechooserwidget.c:342 msgid "Type name of new folder" msgstr "Napište název nové složky" #: gtk/gtkfilechooserwidget.c:716 msgid "The folder could not be created" msgstr "Složku nelze vytvořit" #: gtk/gtkfilechooserwidget.c:729 msgid "You need to choose a valid filename." msgstr "Vybraný název souboru musí být platný." #: gtk/gtkfilechooserwidget.c:732 #, c-format msgid "Cannot create a file under %s as it is not a folder" msgstr "V %s nelze vytvořit soubor, jelikož se nejedná o složku" #: gtk/gtkfilechooserwidget.c:742 msgid "Cannot create file as the filename is too long" msgstr "Nelze vytvořit soubor, protože název je příliš dlouhý" #: gtk/gtkfilechooserwidget.c:743 msgid "Try using a shorter name." msgstr "Zkuste použít kratší název." #: gtk/gtkfilechooserwidget.c:753 msgid "You may only select folders" msgstr "Vybírat můžete jen složky" #: gtk/gtkfilechooserwidget.c:754 msgid "The item that you selected is not a folder try using a different item." msgstr "Položka, kterou jste vybrali, není složka. Zkuste použít jinou." #: gtk/gtkfilechooserwidget.c:762 msgid "Invalid file name" msgstr "Neplatný název souboru" #: gtk/gtkfilechooserwidget.c:771 msgid "The folder contents could not be displayed" msgstr "Obsah složky nelze zobrazit" #: gtk/gtkfilechooserwidget.c:779 msgid "The file could not be deleted" msgstr "Soubor nelze smazat" #: gtk/gtkfilechooserwidget.c:787 msgid "The file could not be moved to the Trash" msgstr "Soubor nelze přesunout do koše" #: gtk/gtkfilechooserwidget.c:1172 #, c-format msgid "Are you sure you want to permanently delete “%s”?" msgstr "Jste si jisti, že chcete trvale smazat „%s“?" #: gtk/gtkfilechooserwidget.c:1173 msgid "If you delete an item, it will be permanently lost." msgstr "Pokud smažete položku, bude natrvalo ztracena." #: gtk/gtkfilechooserwidget.c:1174 gtk/gtkfilechooserwidget.c:1802 #: gtk/gtklabel.c:5679 gtk/gtktext.c:6117 gtk/gtktextview.c:9021 msgid "_Delete" msgstr "_Smazat" #: gtk/gtkfilechooserwidget.c:1287 msgid "The file could not be renamed" msgstr "Soubor nemohl být přejmenován." #: gtk/gtkfilechooserwidget.c:1493 msgid "Could not select file" msgstr "Nelze vybrat soubor" #: gtk/gtkfilechooserwidget.c:1711 gtk/ui/gtkfilechooserwidget.ui:66 msgid "Grid View" msgstr "Zobrazení v mřížce" #: gtk/gtkfilechooserwidget.c:1717 msgid "List View" msgstr "Zobrazení v seznamu" #: gtk/gtkfilechooserwidget.c:1782 msgid "_Visit File" msgstr "Podí_vat se na tento soubor" #: gtk/gtkfilechooserwidget.c:1786 msgid "_Open With File Manager" msgstr "_Otevřít pomocí správce souborů" #: gtk/gtkfilechooserwidget.c:1790 msgid "_Copy Location" msgstr "_Kopírovat umístění" #: gtk/gtkfilechooserwidget.c:1794 msgid "_Add to Bookmarks" msgstr "_Přidat mezi záložky" #: gtk/gtkfilechooserwidget.c:1798 gtk/gtkplacessidebar.c:2308 #: gtk/gtkplacessidebar.c:3265 gtk/ui/gtkfilechooserwidget.ui:670 msgid "_Rename" msgstr "Př_ejmenovat" #: gtk/gtkfilechooserwidget.c:1806 msgid "_Move to Trash" msgstr "Pře_sunout do koše" #: gtk/gtkfilechooserwidget.c:1815 msgid "Show _Hidden Files" msgstr "Zobrazovat _skryté soubory" #: gtk/gtkfilechooserwidget.c:1819 msgid "Show _Size Column" msgstr "Zobrazovat sloupec _Velikost" #: gtk/gtkfilechooserwidget.c:1824 msgid "Show T_ype Column" msgstr "Zobrazovat sloupec T_yp" #: gtk/gtkfilechooserwidget.c:1829 msgid "Show _Time" msgstr "Zobrazova_t čas" #: gtk/gtkfilechooserwidget.c:1834 msgid "Sort _Folders Before Files" msgstr "_Složky řadit před soubory" #: gtk/gtkfilechooserwidget.c:1968 gtk/gtkfilechooserwidget.c:2004 #: gtk/gtkfilechooserwidget.c:3927 msgid "Unknown" msgstr "Neznámé" #: gtk/gtkfilechooserwidget.c:2062 gtk/gtkplacessidebar.c:1025 msgid "Home" msgstr "Domů" #. this is the header for the location column in the print dialog #: gtk/gtkfilechooserwidget.c:2232 gtk/inspector/css-node-tree.ui:76 #: gtk/ui/gtkfilechooserwidget.ui:239 gtk/ui/gtkprintunixdialog.ui:111 msgid "Location" msgstr "Umístění" #. Label #: gtk/gtkfilechooserwidget.c:2339 msgid "_Name:" msgstr "_Název:" #: gtk/gtkfilechooserwidget.c:2894 gtk/gtkfilechooserwidget.c:2908 #, c-format msgid "Searching in %s" msgstr "Hledá se v %s" #: gtk/gtkfilechooserwidget.c:2914 msgid "Searching" msgstr "Hledá se" #: gtk/gtkfilechooserwidget.c:2920 msgid "Enter location or URL" msgstr "Zadat umístění nebo URL" #: gtk/gtkfilechooserwidget.c:3487 gtk/gtkfilechooserwidget.c:5827 #: gtk/ui/gtkfilechooserwidget.ui:387 msgid "Modified" msgstr "Změněno" #: gtk/gtkfilechooserwidget.c:3671 #, c-format msgid "Could not read the contents of %s" msgstr "Nelze přečíst obsah %s" #: gtk/gtkfilechooserwidget.c:3675 msgid "Could not read the contents of the folder" msgstr "Nelze přečíst obsah složky" #. Translators: see g_date_time_format() for details on the format #: gtk/gtkfilechooserwidget.c:3822 gtk/gtkfilechooserwidget.c:3865 msgid "%H:%M" msgstr "%k∶%M" #: gtk/gtkfilechooserwidget.c:3824 gtk/gtkfilechooserwidget.c:3867 msgid "%l:%M %p" msgstr "%l:%M %p" #: gtk/gtkfilechooserwidget.c:3828 msgid "Yesterday" msgstr "Včera" #: gtk/gtkfilechooserwidget.c:3836 msgid "%-e %b" msgstr "%-e. %B" #: gtk/gtkfilechooserwidget.c:3840 msgid "%-e %b %Y" msgstr "%-e. %B %Y" #: gtk/gtkfilechooserwidget.c:3882 gtk/gtkfilechooserwidget.c:3890 msgid "Program" msgstr "Program" #: gtk/gtkfilechooserwidget.c:3883 msgid "Audio" msgstr "Zvuk" #: gtk/gtkfilechooserwidget.c:3885 gtk/gtkfilefilter.c:1035 msgid "Image" msgstr "Obrázek" #: gtk/gtkfilechooserwidget.c:3886 msgid "Archive" msgstr "Archiv" #: gtk/gtkfilechooserwidget.c:3887 msgid "Markup" msgstr "Formátovaný text" #: gtk/gtkfilechooserwidget.c:3888 gtk/gtkfilechooserwidget.c:3889 msgid "Text" msgstr "Text" #: gtk/gtkfilechooserwidget.c:3891 msgid "Video" msgstr "Video" #: gtk/gtkfilechooserwidget.c:3892 msgid "Contacts" msgstr "Kontakty" #: gtk/gtkfilechooserwidget.c:3893 msgid "Calendar" msgstr "Kalendář" #: gtk/gtkfilechooserwidget.c:3894 msgid "Document" msgstr "Dokument" #: gtk/gtkfilechooserwidget.c:3895 msgid "Presentation" msgstr "Prezentace" #: gtk/gtkfilechooserwidget.c:3896 msgid "Spreadsheet" msgstr "Tabulka" #: gtk/gtkfilechooserwidget.c:5034 gtk/gtkprintunixdialog.c:648 #, c-format msgid "A file named “%s” already exists. Do you want to replace it?" msgstr "Soubor nazvaný „%s“ již existuje. Chcete jej nahradit?" #: gtk/gtkfilechooserwidget.c:5036 gtk/gtkprintunixdialog.c:652 #, c-format msgid "" "The file already exists in “%s”. Replacing it will overwrite its contents." msgstr "" "V „%s“ již tento soubor existuje. Jeho nahrazením přepíšete celý jeho obsah." #: gtk/gtkfilechooserwidget.c:5042 gtk/gtkprintunixdialog.c:660 msgid "_Replace" msgstr "Na_hradit" #: gtk/gtkfilechooserwidget.c:5197 msgid "You do not have access to the specified folder." msgstr "Do zadané složky nemáte přístup." #: gtk/gtkfilechooserwidget.c:5774 msgid "Could not send the search request" msgstr "Nelze odeslat vyhledávací požadavek" #: gtk/gtkfilechooserwidget.c:6055 msgid "Accessed" msgstr "Otevřeno" #: gtk/gtkfiledialog.c:814 msgid "Pick Files" msgstr "Výběr souborů" #: gtk/gtkfiledialog.c:814 msgid "Pick a File" msgstr "Výběr soubor" #: gtk/gtkfiledialog.c:819 msgid "Save a File" msgstr "Uložení souboru" #: gtk/gtkfiledialog.c:823 gtk/ui/gtkappchooserdialog.ui:50 #: gtk/ui/gtkcolorchooserdialog.ui:38 gtk/ui/gtkfontchooserdialog.ui:29 msgid "_Select" msgstr "_Vybrat" #: gtk/gtkfiledialog.c:824 msgid "Select Folders" msgstr "Výběr složek" #: gtk/gtkfiledialog.c:824 msgid "Select a Folder" msgstr "Výběr složky" #: gtk/gtkfilefilter.c:1048 msgid "Unspecified" msgstr "Blíže neurčeno" #: gtk/gtkfontchooserdialog.c:186 msgid "Change Font Features" msgstr "Změnit vlastnosti fontu" #: gtk/gtkfontchooserwidget.c:1547 msgctxt "Font variation axis" msgid "Width" msgstr "Šířka" #: gtk/gtkfontchooserwidget.c:1548 msgctxt "Font variation axis" msgid "Weight" msgstr "Tloušťka" #: gtk/gtkfontchooserwidget.c:1549 msgctxt "Font variation axis" msgid "Italic" msgstr "Kurzíva" #: gtk/gtkfontchooserwidget.c:1550 msgctxt "Font variation axis" msgid "Slant" msgstr "Skloněné" #: gtk/gtkfontchooserwidget.c:1551 msgctxt "Font variation axis" msgid "Optical Size" msgstr "Optická velikost" #: gtk/gtkfontchooserwidget.c:2103 msgctxt "Font feature value" msgid "Default" msgstr "Výchozí" #: gtk/gtkfontchooserwidget.c:2120 msgctxt "Font feature value" msgid "Enable" msgstr "Zapnuto" #: gtk/gtkfontchooserwidget.c:2448 msgid "Default" msgstr "Výchozí" #: gtk/gtkfontchooserwidget.c:2510 msgid "Ligatures" msgstr "Slitky" #: gtk/gtkfontchooserwidget.c:2511 msgid "Letter Case" msgstr "Velikost písmen" #: gtk/gtkfontchooserwidget.c:2512 msgid "Number Case" msgstr "Velikost číslic" #: gtk/gtkfontchooserwidget.c:2513 msgid "Number Spacing" msgstr "Rozestup číslic" #: gtk/gtkfontchooserwidget.c:2514 msgid "Fractions" msgstr "Zlomky" #: gtk/gtkfontchooserwidget.c:2515 msgid "Style Variations" msgstr "Vyrianty stylů" #: gtk/gtkfontchooserwidget.c:2517 msgid "Character Variations" msgstr "Varianty znaků" #: gtk/gtkglarea.c:286 msgid "OpenGL context creation failed" msgstr "Vytvoření kontextu GL selhalo" #: gtk/gtklabel.c:5676 gtk/gtktext.c:6105 gtk/gtktextview.c:9009 msgid "Cu_t" msgstr "_Vyjmout" #: gtk/gtklabel.c:5677 gtk/gtktext.c:6109 gtk/gtktextview.c:9013 msgid "_Copy" msgstr "_Kopírovat" #: gtk/gtklabel.c:5678 gtk/gtktext.c:6113 gtk/gtktextview.c:9017 msgid "_Paste" msgstr "V_ložit" #: gtk/gtklabel.c:5684 gtk/gtktext.c:6126 gtk/gtktextview.c:9042 msgid "Select _All" msgstr "Vybr_at vše" #: gtk/gtklabel.c:5689 msgid "_Open Link" msgstr "_Otevřít odkaz" #: gtk/gtklabel.c:5693 msgid "Copy _Link Address" msgstr "Ko_pírovat adresu odkazu" #: gtk/gtklinkbutton.c:256 msgid "_Copy URL" msgstr "_Kopírovat URL" #: gtk/gtklinkbutton.c:563 msgid "Invalid URI" msgstr "Neplatné URI" #. hour:minutes:seconds #. Translators: This is a time format, like "9:05:02" for 9 #. * hours, 5 minutes, and 2 seconds. You may change ":" to #. * the separator that your locale uses or use "%Id" instead #. * of "%d" if your locale uses localized digits. #. #: gtk/gtkmediacontrols.c:100 #, c-format msgctxt "long time format" msgid "%d:%02d:%02d" msgstr "%d∶%02d∶%02d" #. -hour:minutes:seconds #. Translators: This is a time format, like "-9:05:02" for 9 #. * hours, 5 minutes, and 2 seconds playback remaining. You may #. * change ":" to the separator that your locale uses or use #. * "%Id" instead of "%d" if your locale uses localized digits. #. #: gtk/gtkmediacontrols.c:108 #, c-format msgctxt "long time format" msgid "-%d:%02d:%02d" msgstr "-%d∶%02d∶%02d" #. -minutes:seconds #. Translators: This is a time format, like "-5:02" for 5 #. * minutes and 2 seconds playback remaining. You may change #. * ":" to the separator that your locale uses or use "%Id" #. * instead of "%d" if your locale uses localized digits. #. #: gtk/gtkmediacontrols.c:119 #, c-format msgctxt "short time format" msgid "-%d:%02d" msgstr "-%d∶%02d" #. minutes:seconds #. Translators: This is a time format, like "5:02" for 5 #. * minutes and 2 seconds. You may change ":" to the #. * separator that your locale uses or use "%Id" instead of #. * "%d" if your locale uses localized digits. #. #: gtk/gtkmediacontrols.c:128 #, c-format msgctxt "short time format" msgid "%d:%02d" msgstr "%d∶%02d" #: gtk/gtkmediacontrols.c:412 msgctxt "media controls tooltip" msgid "Stop" msgstr "Zastavit" #: gtk/gtkmediacontrols.c:417 gtk/ui/gtkmediacontrols.ui:28 msgctxt "media controls tooltip" msgid "Play" msgstr "Přehrát" #: gtk/gtkmessagedialog.c:162 gtk/gtkmessagedialog.c:180 #: gtk/gtkprintbackend.c:639 gtk/gtkwindow.c:6159 msgid "_OK" msgstr "_Budiž" #: gtk/gtkmessagedialog.c:174 msgid "_No" msgstr "_Ne" #: gtk/gtkmessagedialog.c:175 msgid "_Yes" msgstr "_Ano" #: gtk/gtkmountoperation.c:609 msgid "Co_nnect" msgstr "_Připojit" #: gtk/gtkmountoperation.c:676 msgid "Connect As" msgstr "Připojit se jako" #: gtk/gtkmountoperation.c:685 msgid "_Anonymous" msgstr "_Anonymní" #: gtk/gtkmountoperation.c:692 msgid "Registered U_ser" msgstr "Regi_strovaný uživatel" #: gtk/gtkmountoperation.c:702 msgid "_Username" msgstr "_Uživatelské jméno" #: gtk/gtkmountoperation.c:707 msgid "_Domain" msgstr "_Doména" #: gtk/gtkmountoperation.c:716 msgid "Volume type" msgstr "Typ svazku" #: gtk/gtkmountoperation.c:726 msgid "_Hidden" msgstr "_Skrytý" #: gtk/gtkmountoperation.c:729 msgid "_Windows system" msgstr "Systém _Windows" #: gtk/gtkmountoperation.c:732 msgid "_PIM" msgstr "_PIM" #: gtk/gtkmountoperation.c:738 msgid "_Password" msgstr "_Heslo" #: gtk/gtkmountoperation.c:760 msgid "Forget password _immediately" msgstr "Zapo_menout heslo okamžitě" #: gtk/gtkmountoperation.c:770 msgid "Remember password until you _logout" msgstr "Pamat_ovat si heslo až do odhlášení" #: gtk/gtkmountoperation.c:781 msgid "Remember _forever" msgstr "Pama_tovat si navždy" #: gtk/gtkmountoperation.c:1251 #, c-format msgid "Unknown Application (PID %d)" msgstr "Neznámá aplikace (PID %d)" #. Use GTK_DIALOG_DESTROY_WITH_PARENT here since the parent dialog can be #. * indeed be destroyed via the GMountOperation::abort signal... for example, #. * this is triggered if the user yanks the device while we are showing #. * the dialog... #. #: gtk/gtkmountoperation.c:1396 #, c-format msgid "Unable to end process" msgstr "Není možné ukončit proces" #: gtk/gtkmountoperation.c:1546 msgid "_End Process" msgstr "Ukončit proc_es" #: gtk/gtkmountoperation-stub.c:61 #, c-format msgid "Cannot kill process with PID %d. Operation is not implemented." msgstr "Nelze zabít proces s PID %d. Operace není implementována." #. translators: this string is a name for the 'less' command #: gtk/gtkmountoperation-x11.c:986 msgid "Terminal Pager" msgstr "Stránkování terminálu" #: gtk/gtkmountoperation-x11.c:987 msgid "Top Command" msgstr "Příkaz top" #: gtk/gtkmountoperation-x11.c:988 msgid "Bourne Again Shell" msgstr "Bourne Again Shell" #: gtk/gtkmountoperation-x11.c:989 msgid "Bourne Shell" msgstr "Bourne Shell" #: gtk/gtkmountoperation-x11.c:990 msgid "Z Shell" msgstr "Z Shell" #: gtk/gtkmountoperation-x11.c:1090 #, c-format msgid "Cannot end process with PID %d: %s" msgstr "Nelze ukončit proces s PID %d: %s" #: gtk/gtknomediafile.c:48 msgid "GTK could not find a media module. Check your installation." msgstr "" "GTK se nezdařilo najít multimediální modul. Zkontrolujte svoji instalaci." #: gtk/gtknotebook.c:1490 msgid "Tab list" msgstr "Seznam karet" #: gtk/gtknotebook.c:3213 msgid "Previous tab" msgstr "Předchozí karta" #: gtk/gtknotebook.c:3217 msgid "Next tab" msgstr "Následující karta" #: gtk/gtknotebook.c:4330 gtk/gtknotebook.c:6541 #, c-format msgid "Page %u" msgstr "Strana %u" #: gtk/gtkpagesetup.c:609 gtk/gtkpapersize.c:942 gtk/gtkpapersize.c:982 msgid "Not a valid page setup file" msgstr "Neplatný soubor vzhledu stránky" #: gtk/gtkpagesetupunixdialog.c:199 gtk/gtkprintunixdialog.c:743 msgid "Manage Custom Sizes…" msgstr "Správa vlastních velikostí…" #: gtk/gtkpagesetupunixdialog.c:284 gtk/ui/gtkassistant.ui:98 msgid "_Apply" msgstr "_Použít" #: gtk/gtkpagesetupunixdialog.c:319 gtk/gtkpagesetupunixdialog.c:571 msgid "Any Printer" msgstr "Libovolná tiskárna" #: gtk/gtkpagesetupunixdialog.c:320 msgid "For portable documents" msgstr "Pro přenositelné dokumenty" #: gtk/gtkpagesetupunixdialog.c:739 #, c-format msgid "" "Margins:\n" " Left: %s %s\n" " Right: %s %s\n" " Top: %s %s\n" " Bottom: %s %s" msgstr "" "Okraje:\n" " Levý: %s %s\n" " Pravý: %s %s\n" " Horní: %s %s\n" " Dolní: %s %s" #: gtk/gtkpagesetupunixdialog.c:785 gtk/ui/gtkpagesetupunixdialog.ui:5 #: gtk/ui/gtkprintunixdialog.ui:706 msgid "Page Setup" msgstr "Vzhled stránky" #: gtk/gtkpasswordentry.c:168 msgid "Hide Text" msgstr "Skrýt text" #: gtk/gtkpasswordentry.c:173 gtk/gtkpasswordentry.c:617 msgid "Show Text" msgstr "Zobrazit text" #: gtk/gtkpasswordentry.c:212 msgid "Caps Lock is on" msgstr "Funkce Caps Lock je zapnuta" #: gtk/gtkpasswordentry.c:693 msgid "_Show Text" msgstr "_Zobrazit text" #. translators: %s is the name of a cloud provider for files #: gtk/gtkplacessidebar.c:912 #, c-format msgid "Open %s" msgstr "Otevřít %s" #: gtk/gtkplacessidebar.c:1003 msgid "Recent" msgstr "Naposledy použité" #: gtk/gtkplacessidebar.c:1005 msgid "Recent files" msgstr "Naposledy použité soubory" #: gtk/gtkplacessidebar.c:1014 msgid "Starred" msgstr "Oblíbené" #: gtk/gtkplacessidebar.c:1016 msgid "Starred files" msgstr "Oblíbené soubory" #: gtk/gtkplacessidebar.c:1027 msgid "Open your personal folder" msgstr "Otevřít osobní složku" #: gtk/gtkplacessidebar.c:1040 msgid "Desktop" msgstr "Pracovní plocha" #: gtk/gtkplacessidebar.c:1042 msgid "Open the contents of your desktop in a folder" msgstr "Otevřít obsah vaší plochy ve složce" #: gtk/gtkplacessidebar.c:1056 msgid "Enter Location" msgstr "Zadat umístění" #: gtk/gtkplacessidebar.c:1058 msgid "Manually enter a location" msgstr "Vložit umístění ručně" #: gtk/gtkplacessidebar.c:1068 msgid "Trash" msgstr "Koš" #: gtk/gtkplacessidebar.c:1070 msgid "Open the trash" msgstr "Otevřít koš" #: gtk/gtkplacessidebar.c:1181 gtk/gtkplacessidebar.c:1209 #: gtk/gtkplacessidebar.c:1409 #, c-format msgid "Mount and open “%s”" msgstr "Připojit a otevřít „%s“" #: gtk/gtkplacessidebar.c:1304 msgid "Open the contents of the file system" msgstr "Otevřít obsah systému souborů" #: gtk/gtkplacessidebar.c:1387 msgid "New bookmark" msgstr "Nová záložka" #: gtk/gtkplacessidebar.c:1389 msgid "Add a new bookmark" msgstr "Přidat novou záložku" #: gtk/gtkplacessidebar.c:1454 msgid "Other Locations" msgstr "Další umístění" #: gtk/gtkplacessidebar.c:1455 msgid "Show other locations" msgstr "Zobrazit další umístění" #: gtk/gtkplacessidebar.c:1960 gtk/gtkplacessidebar.c:2979 #, c-format msgid "Unable to start “%s”" msgstr "Není možné spustit „%s“" #. Translators: This means that unlocking an encrypted storage #. * device failed. %s is the name of the device. #. #: gtk/gtkplacessidebar.c:1996 #, c-format msgid "Error unlocking “%s”" msgstr "Chyba odemykání „%s“" #: gtk/gtkplacessidebar.c:1998 #, c-format msgid "Unable to access “%s”" msgstr "Není možné přistoupit k „%s“" #: gtk/gtkplacessidebar.c:2229 msgid "This name is already taken" msgstr "Název je již použit" #: gtk/gtkplacessidebar.c:2302 gtk/inspector/actions.ui:19 #: gtk/inspector/css-node-tree.ui:22 gtk/inspector/prop-list.ui:24 #: gtk/ui/gtkfilechooserwidget.ui:176 gtk/ui/gtkfilechooserwidget.ui:645 #: gtk/ui/gtkprintunixdialog.ui:80 msgid "Name" msgstr "Název" #: gtk/gtkplacessidebar.c:2520 #, c-format msgid "Unable to unmount “%s”" msgstr "Není možné odpojit „%s“" #: gtk/gtkplacessidebar.c:2696 #, c-format msgid "Unable to stop “%s”" msgstr "Není možné zastavit „%s“" #: gtk/gtkplacessidebar.c:2725 #, c-format msgid "Unable to eject “%s”" msgstr "Není možné vysunout „%s“" #: gtk/gtkplacessidebar.c:2754 gtk/gtkplacessidebar.c:2783 #, c-format msgid "Unable to eject %s" msgstr "Nezdařilo se vysunout %s" #: gtk/gtkplacessidebar.c:2931 #, c-format msgid "Unable to poll “%s” for media changes" msgstr "Není možné zkontrolovat „%s“ ohledně změny média" #: gtk/gtkplacessidebar.c:3150 gtk/gtkplacessidebar.c:3237 #: gtk/gtkplacesview.c:1649 msgid "Open in New _Tab" msgstr "Otevřít v nové kar_tě" #: gtk/gtkplacessidebar.c:3156 gtk/gtkplacessidebar.c:3246 #: gtk/gtkplacesview.c:1654 msgid "Open in New _Window" msgstr "Otevřít v no_vém okně" #: gtk/gtkplacessidebar.c:3257 msgid "_Add Bookmark" msgstr "_Přidat záložku" #: gtk/gtkplacessidebar.c:3261 msgid "_Remove" msgstr "O_dstranit" #: gtk/gtkplacessidebar.c:3277 gtk/gtkplacesview.c:1679 msgid "_Mount" msgstr "_Připojit" #: gtk/gtkplacessidebar.c:3286 gtk/gtkplacesview.c:1668 msgid "_Unmount" msgstr "_Odpojit" #: gtk/gtkplacessidebar.c:3293 msgid "_Eject" msgstr "V_ysunout" #: gtk/gtkplacessidebar.c:3303 msgid "_Detect Media" msgstr "_Rozpoznat médium" #: gtk/gtkplacessidebar.c:3312 msgid "_Start" msgstr "_Spustit" #: gtk/gtkplacessidebar.c:3314 msgid "_Power On" msgstr "_Zapnout" #: gtk/gtkplacessidebar.c:3315 msgid "_Connect Drive" msgstr "_Připojit jednotku" #: gtk/gtkplacessidebar.c:3316 msgid "_Start Multi-disk Device" msgstr "_Spustit zařízení s více disky" #: gtk/gtkplacessidebar.c:3317 msgid "_Unlock Device" msgstr "_Odemknout zařízení" #: gtk/gtkplacessidebar.c:3327 msgid "_Stop" msgstr "_Zastavit" #: gtk/gtkplacessidebar.c:3329 msgid "_Safely Remove Drive" msgstr "_Bezpečně odebrat jednotku" #: gtk/gtkplacessidebar.c:3330 msgid "_Disconnect Drive" msgstr "_Odpojit jednotku" #: gtk/gtkplacessidebar.c:3331 msgid "_Stop Multi-disk Device" msgstr "_Zastavit zařízení s více disky" #: gtk/gtkplacessidebar.c:3332 msgid "_Lock Device" msgstr "U_zamknout zařízení" #: gtk/gtkplacessidebar.c:3821 gtk/gtkplacesview.c:1089 msgid "Computer" msgstr "Počítač" #: gtk/gtkplacesview.c:875 msgid "Searching for network locations" msgstr "Hledají se síťová umístění" #: gtk/gtkplacesview.c:882 msgid "No network locations found" msgstr "Nebyla nalezena žádná síťová umístění." #. if it wasn't cancelled show a dialog #: gtk/gtkplacesview.c:1196 gtk/gtkplacesview.c:1293 msgid "Unable to access location" msgstr "Nelze přistoupit k umístění" #. Restore from Cancel to Connect #: gtk/gtkplacesview.c:1214 gtk/ui/gtkplacesview.ui:250 msgid "Con_nect" msgstr "_Připojit" #. if it wasn't cancelled show a dialog #: gtk/gtkplacesview.c:1353 msgid "Unable to unmount volume" msgstr "Není možné odpojit svazek" #. Allow to cancel the operation #: gtk/gtkplacesview.c:1445 msgid "Cance_l" msgstr "Zruši_t" #: gtk/gtkplacesview.c:1592 msgid "AppleTalk" msgstr "AppleTalk" #: gtk/gtkplacesview.c:1598 msgid "File Transfer Protocol" msgstr "FTP" #. Translators: do not translate ftp:// and ftps:// #: gtk/gtkplacesview.c:1600 msgid "ftp:// or ftps://" msgstr "ftp:// nebo ftps://" #: gtk/gtkplacesview.c:1606 msgid "Network File System" msgstr "NFS" #: gtk/gtkplacesview.c:1612 msgid "Samba" msgstr "Samba" #: gtk/gtkplacesview.c:1618 msgid "SSH File Transfer Protocol" msgstr "SFTP" #. Translators: do not translate sftp:// and ssh:// #: gtk/gtkplacesview.c:1620 msgid "sftp:// or ssh://" msgstr "sftp:// nebo ssh://" #: gtk/gtkplacesview.c:1626 msgid "WebDAV" msgstr "WebDAV" #. Translators: do not translate dav:// and davs:// #: gtk/gtkplacesview.c:1628 msgid "dav:// or davs://" msgstr "dav:// nebo davs://" #: gtk/gtkplacesview.c:1663 msgid "_Disconnect" msgstr "_Odpojit" #: gtk/gtkplacesview.c:1674 msgid "_Connect" msgstr "_Připojit" #: gtk/gtkplacesview.c:1891 msgid "Unable to get remote server location" msgstr "Nelze získat umístění vzdáleného serveru" #: gtk/gtkplacesview.c:2034 gtk/gtkplacesview.c:2043 msgid "Networks" msgstr "Sítě" #: gtk/gtkplacesview.c:2034 gtk/gtkplacesview.c:2043 msgid "On This Computer" msgstr "V tomto počítači" #. Translators: respectively, free and total space of the drive. The plural form #. * should be based on the free space available. #. * i.e. 1 GB / 24 GB available. #. #: gtk/gtkplacesviewrow.c:135 #, c-format msgid "%s / %s available" msgid_plural "%s / %s available" msgstr[0] "Dostupný %s/%s" msgstr[1] "Dostupné %s/%s" msgstr[2] "Dostupných %s/%s" #: gtk/gtkplacesviewrow.c:471 msgid "Disconnect" msgstr "Odpojit" #: gtk/gtkplacesviewrow.c:471 gtk/ui/gtkplacesviewrow.ui:53 #: gtk/ui/gtksidebarrow.ui:51 msgid "Unmount" msgstr "Odpojit" #: gtk/gtkprintbackend.c:637 msgid "Authentication" msgstr "Ověření" #: gtk/gtkprintbackend.c:716 msgid "_Remember password" msgstr "Pamat_ovat si heslo" #: gtk/gtkprinteroptionwidget.c:715 msgid "Select a filename" msgstr "Vyberte soubor" #: gtk/gtkprinteroptionwidget.c:932 msgid "Not available" msgstr "Nedostupné" #. translators: this string is the default job title for print #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. #: gtk/gtkprintoperation.c:253 #, c-format msgid "%s job #%d" msgstr "%s: úloha č. %d" #: gtk/gtkprintoperation.c:1683 msgctxt "print operation status" msgid "Initial state" msgstr "Počáteční stav" #: gtk/gtkprintoperation.c:1684 msgctxt "print operation status" msgid "Preparing to print" msgstr "Připravuje se tisk" #: gtk/gtkprintoperation.c:1685 msgctxt "print operation status" msgid "Generating data" msgstr "Vytváření dat" #: gtk/gtkprintoperation.c:1686 msgctxt "print operation status" msgid "Sending data" msgstr "Odesílání dat" #: gtk/gtkprintoperation.c:1687 msgctxt "print operation status" msgid "Waiting" msgstr "Čeká se" #: gtk/gtkprintoperation.c:1688 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokováno původcem problému" #: gtk/gtkprintoperation.c:1689 msgctxt "print operation status" msgid "Printing" msgstr "Tiskne se" #: gtk/gtkprintoperation.c:1690 msgctxt "print operation status" msgid "Finished" msgstr "Hotovo" #: gtk/gtkprintoperation.c:1691 msgctxt "print operation status" msgid "Finished with error" msgstr "Hotovo, došlo k chybě" #: gtk/gtkprintoperation.c:2234 #, c-format msgid "Preparing %d" msgstr "Připravuje se %d" #: gtk/gtkprintoperation.c:2236 gtk/gtkprintoperation.c:2855 #, c-format msgid "Preparing" msgstr "Připravuje se" #: gtk/gtkprintoperation.c:2239 #, c-format msgid "Printing %d" msgstr "Tiskne se %d" #: gtk/gtkprintoperation.c:2888 #, c-format msgid "Error creating print preview" msgstr "Chyba při vytváření náhledu tisku" #: gtk/gtkprintoperation.c:2891 #, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "Nejpravděpodobnější příčinou je nemožnost vytvoření dočasného souboru." #. window #: gtk/gtkprintoperation-portal.c:236 gtk/gtkprintoperation-portal.c:554 #: gtk/gtkprintoperation-portal.c:623 gtk/gtkprintunixdialog.c:3066 msgid "Print" msgstr "Tisk" #: gtk/gtkprintoperation-unix.c:481 gtk/gtkprintoperation-win32.c:1504 msgid "Application" msgstr "Aplikace" #: gtk/gtkprintoperation-win32.c:635 msgid "Printer offline" msgstr "Tiskárna není připojena" #: gtk/gtkprintoperation-win32.c:637 msgid "Out of paper" msgstr "Došel papír" #. Translators: this is a printer status. #: gtk/gtkprintoperation-win32.c:639 #: modules/printbackends/gtkprintbackendcpdb.c:1528 #: modules/printbackends/gtkprintbackendcups.c:2639 msgid "Paused" msgstr "Přerušeno" #: gtk/gtkprintoperation-win32.c:641 msgid "Need user intervention" msgstr "Je potřeba zásah uživatele" #: gtk/gtkprintoperation-win32.c:748 msgid "Custom size" msgstr "Vlastní velikost" #: gtk/gtkprintoperation-win32.c:1596 msgid "No printer found" msgstr "Nebyla nalezena žádná tiskárna" #: gtk/gtkprintoperation-win32.c:1623 msgid "Invalid argument to CreateDC" msgstr "Neplatný argument ke CreateDC" #: gtk/gtkprintoperation-win32.c:1659 gtk/gtkprintoperation-win32.c:1905 msgid "Error from StartDoc" msgstr "Chyba ze StartDoc" #: gtk/gtkprintoperation-win32.c:1760 gtk/gtkprintoperation-win32.c:1783 #: gtk/gtkprintoperation-win32.c:1831 msgid "Not enough free memory" msgstr "Nedostatek volné paměti" #: gtk/gtkprintoperation-win32.c:1836 msgid "Invalid argument to PrintDlgEx" msgstr "Neplatný argument pro PrintDlgEx" #: gtk/gtkprintoperation-win32.c:1841 msgid "Invalid pointer to PrintDlgEx" msgstr "Neplatný ukazatel na PrintDlgEx" #: gtk/gtkprintoperation-win32.c:1846 msgid "Invalid handle to PrintDlgEx" msgstr "Neplatná obsluha na PrintDlgEx" #: gtk/gtkprintoperation-win32.c:1851 msgid "Unspecified error" msgstr "Neurčená chyba" #: gtk/gtkprintunixdialog.c:813 msgid "Pre_view" msgstr "Náhl_ed" #: gtk/gtkprintunixdialog.c:815 msgid "_Print" msgstr "_Tisk" #: gtk/gtkprintunixdialog.c:943 msgid "Getting printer information failed" msgstr "Získávání informací o tiskárně selhalo" #: gtk/gtkprintunixdialog.c:1866 msgid "Getting printer information…" msgstr "Získávají se informace o tiskárně…" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing (same as in gtkprintbackendcups.c) #. #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. #: gtk/gtkprintunixdialog.c:2811 #: modules/printbackends/gtkprintbackendcups.c:5647 msgid "Left to right, top to bottom" msgstr "Zleva doprava, shora dolů" #: gtk/gtkprintunixdialog.c:2811 #: modules/printbackends/gtkprintbackendcups.c:5647 msgid "Left to right, bottom to top" msgstr "Zleva doprava, zdola nahoru" #: gtk/gtkprintunixdialog.c:2812 #: modules/printbackends/gtkprintbackendcups.c:5648 msgid "Right to left, top to bottom" msgstr "Zprava doleva, shora dolů" #: gtk/gtkprintunixdialog.c:2812 #: modules/printbackends/gtkprintbackendcups.c:5648 msgid "Right to left, bottom to top" msgstr "Zprava doleva, zdola nahoru" #: gtk/gtkprintunixdialog.c:2813 #: modules/printbackends/gtkprintbackendcups.c:5649 msgid "Top to bottom, left to right" msgstr "Shora dolů, zleva doprava" #: gtk/gtkprintunixdialog.c:2813 #: modules/printbackends/gtkprintbackendcups.c:5649 msgid "Top to bottom, right to left" msgstr "Shora dolů, zprava doleva" #: gtk/gtkprintunixdialog.c:2814 #: modules/printbackends/gtkprintbackendcups.c:5650 msgid "Bottom to top, left to right" msgstr "Zdola nahoru, zleva doprava" #: gtk/gtkprintunixdialog.c:2814 #: modules/printbackends/gtkprintbackendcups.c:5650 msgid "Bottom to top, right to left" msgstr "Zdola nahoru, zprava doleva" #: gtk/gtkprintunixdialog.c:2818 gtk/gtkprintunixdialog.c:2831 msgid "Page Ordering" msgstr "Řazení stran" #: gtk/gtkprintunixdialog.c:2847 msgid "Left to right" msgstr "Zleva doprava" #: gtk/gtkprintunixdialog.c:2848 msgid "Right to left" msgstr "Zprava doleva" #: gtk/gtkprintunixdialog.c:2860 msgid "Top to bottom" msgstr "Shora dolů" #: gtk/gtkprintunixdialog.c:2861 msgid "Bottom to top" msgstr "Zdola nahoru" #: gtk/gtkprogressbar.c:608 #, c-format msgctxt "progress bar label" msgid "%.0f %%" msgstr "%.0f %%" #: gtk/gtkrecentmanager.c:1023 gtk/gtkrecentmanager.c:1036 #: gtk/gtkrecentmanager.c:1174 gtk/gtkrecentmanager.c:1184 #: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 #, c-format msgid "Unable to find an item with URI “%s”" msgstr "Nelze nalézt položku s adresou URI „%s“" #: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to move the item with URI “%s” to “%s”" msgstr "Nelze přesunout položku s adresou URI „%s“ do „%s“" #: gtk/gtkrecentmanager.c:2319 #, c-format msgid "No registered application with name “%s” for item with URI “%s” found" msgstr "" "Nenalezena žádná registrovaná aplikace s názvem „%s“ pro položku s URI „%s“" #: gtk/gtksearchentry.c:626 msgid "Clear Entry" msgstr "Vymazat položku" #. Translators: This string is used to mark left/right variants of modifier #. * keys in the shortcut window (e.g. Control_L vs Control_R). Please keep #. * this string very short, ideally just a single character, since it will #. * be rendered as part of the key. #. #: gtk/gtkshortcutlabel.c:79 msgctxt "keyboard side marker" msgid "L" msgstr "L" #. Translators: This string is used to mark left/right variants of modifier #. * keys in the shortcut window (e.g. Control_L vs Control_R). Please keep #. * this string very short, ideally just a single character, since it will #. * be rendered as part of the key. #. #: gtk/gtkshortcutlabel.c:92 msgctxt "keyboard side marker" msgid "R" msgstr "P" #: gtk/gtkshortcutssection.c:404 msgid "_Show All" msgstr "Zobrazit _všechny" #: gtk/gtkshortcutsshortcut.c:143 msgid "Two finger pinch" msgstr "Semknutí dvou prstů" #: gtk/gtkshortcutsshortcut.c:147 msgid "Two finger stretch" msgstr "Roztažení dvou prstů" #: gtk/gtkshortcutsshortcut.c:151 msgid "Rotate clockwise" msgstr "Otočení po směru hodinových ručiček" #: gtk/gtkshortcutsshortcut.c:155 msgid "Rotate counterclockwise" msgstr "Otočení proti směru hodinových ručiček" #: gtk/gtkshortcutsshortcut.c:159 msgid "Two finger swipe left" msgstr "Máchnutí dvěma prsty doleva" #: gtk/gtkshortcutsshortcut.c:163 msgid "Two finger swipe right" msgstr "Máchnutí dvěma prsty doprava" #: gtk/gtkshortcutsshortcut.c:167 msgid "Swipe left" msgstr "Máchnutí doleva" #: gtk/gtkshortcutsshortcut.c:171 msgid "Swipe right" msgstr "Máchnutí doprava" #. Translators: This is the window title for the shortcuts window in normal mode #: gtk/gtkshortcutswindow.c:874 gtk/inspector/window.ui:498 msgid "Shortcuts" msgstr "Klávesové zkratky" #. Translators: This is the window title for the shortcuts window in search mode #: gtk/gtkshortcutswindow.c:879 msgid "Search Results" msgstr "Výsledky hledání" #. Translators: This is placeholder text for the search entry in the shortcuts window #: gtk/gtkshortcutswindow.c:909 msgid "Search Shortcuts" msgstr "hledat zkratku" #: gtk/gtkshortcutswindow.c:968 gtk/ui/gtkemojichooser.ui:349 #: gtk/ui/gtkfilechooserwidget.ui:502 msgid "No Results Found" msgstr "Nebyly nalezeny žádné výsledky" #: gtk/gtkshortcutswindow.c:974 gtk/ui/gtkemojichooser.ui:362 #: gtk/ui/gtkfilechooserwidget.ui:515 gtk/ui/gtkplacesview.ui:218 msgid "Try a different search" msgstr "Zkuste zadat jiný termín k vyhledání" #: gtk/gtkstacksidebar.c:154 msgctxt "accessibility" msgid "Sidebar" msgstr "Postranní panel" #: gtk/gtktext.c:6131 gtk/gtktextview.c:9047 msgid "Insert _Emoji" msgstr "Vložit _Emodži" #: gtk/gtktextview.c:9029 msgid "_Undo" msgstr "_Zpět" #: gtk/gtktextview.c:9033 msgid "_Redo" msgstr "Zn_ovu" #: gtk/gtktreeexpander.c:189 gtk/inspector/misc-info.ui:254 msgid "Expand" msgstr "Rozbalit" #: gtk/gtkwindow.c:6147 #, c-format msgid "Do you want to use GTK Inspector?" msgstr "Chcete použít Inspectora GTK?" #: gtk/gtkwindow.c:6149 #, c-format msgid "" "GTK Inspector is an interactive debugger that lets you explore and modify " "the internals of any GTK application. Using it may cause the application to " "break or crash." msgstr "" "Inspektor GTK je interaktivní ladicí program, který umožňuje prozkoumat a " "změnit vnitřní strukturu jakékoliv aplikace GTK. Použití tohoto programu " "může vést k přerušení běhu nebo pádu aplikace." #: gtk/gtkwindow.c:6154 msgid "Don’t show this message again" msgstr "Tuto zprávu znovu nezobrazovat" #: gtk/gtkwindowcontrols.c:309 gtk/gtkwindowhandle.c:229 msgid "Minimize" msgstr "Minimalizovat" #: gtk/gtkwindowcontrols.c:311 msgid "Minimize the window" msgstr "Minimalizovat okno" #: gtk/gtkwindowcontrols.c:335 gtk/gtkwindowhandle.c:235 msgid "Maximize" msgstr "Maximalizovat" #: gtk/gtkwindowcontrols.c:337 msgid "Maximize the window" msgstr "Maximalizovat okno" #: gtk/gtkwindowcontrols.c:357 gtk/gtkwindowhandle.c:245 msgid "Close" msgstr "Zavřít" #: gtk/gtkwindowcontrols.c:359 msgid "Close the window" msgstr "Zavřít okno" #: gtk/gtkwindowhandle.c:222 msgid "Restore" msgstr "Obnovit" #: gtk/inspector/a11y.ui:16 msgid "Role" msgstr "Role" #: gtk/inspector/a11y.ui:43 msgid "Object path" msgstr "Cesta k objektu" #: gtk/inspector/a11y.ui:72 msgid "Attribute" msgstr "Atribut" #: gtk/inspector/a11y.ui:84 gtk/inspector/css-node-tree.ui:70 #: gtk/inspector/prop-list.ui:57 gtk/inspector/recorder.ui:149 #: gtk/inspector/recorder.ui:192 gtk/inspector/strv-editor.c:73 msgid "Value" msgstr "Hodnota" #: gtk/inspector/action-editor.c:127 msgid "Activate" msgstr "Aktivovat" #: gtk/inspector/action-editor.c:139 msgid "Set State" msgstr "Nastavený stav" #: gtk/inspector/actions.ui:30 msgid "Enabled" msgstr "Zapnuto" #: gtk/inspector/actions.ui:42 msgid "Parameter Type" msgstr "Typ parametru" #: gtk/inspector/actions.ui:53 gtk/inspector/css-node-tree.ui:41 #: gtk/inspector/misc-info.ui:108 msgid "State" msgstr "Stav" #: gtk/inspector/clipboard.c:211 gtk/inspector/misc-info.ui:245 msgid "Show" msgstr "Zobrazovat" #: gtk/inspector/clipboard.c:228 msgid "Hover to load" msgstr "Načíst najetím ukazatele" #: gtk/inspector/clipboard.c:278 msgctxt "clipboard" msgid "empty" msgstr "prázdná" #: gtk/inspector/clipboard.c:283 gtk/inspector/clipboard.c:325 msgctxt "clipboard" msgid "local" msgstr "místní" #: gtk/inspector/clipboard.c:285 gtk/inspector/clipboard.c:327 msgctxt "clipboard" msgid "remote" msgstr "vzdálená" #: gtk/inspector/clipboard.ui:30 msgid "Drag and hold here" msgstr "Táhni a upusť zde" #: gtk/inspector/clipboard.ui:71 gtk/inspector/window.ui:574 msgid "Clipboard" msgstr "Schránka" #: gtk/inspector/clipboard.ui:107 msgid "Primary" msgstr "Hlavní" #: gtk/inspector/controllers.c:126 msgctxt "event phase" msgid "None" msgstr "Nic" #: gtk/inspector/controllers.c:129 msgctxt "event phase" msgid "Capture" msgstr "Zachytit" #: gtk/inspector/controllers.c:132 msgctxt "event phase" msgid "Bubble" msgstr "Bublina" #: gtk/inspector/controllers.c:135 msgctxt "event phase" msgid "Target" msgstr "Cíl" #: gtk/inspector/controllers.c:156 msgctxt "propagation limit" msgid "Native" msgstr "Přirozené" #: gtk/inspector/css-editor.c:128 msgid "You can type here any CSS rule recognized by GTK." msgstr "Zde můžete napsat jakékoliv pravidlo CSS podporované v GTK." #: gtk/inspector/css-editor.c:129 msgid "" "You can temporarily disable this custom CSS by clicking on the “Pause” " "button above." msgstr "" "Tento vlastní CSS můžete dočasně zakázat kliknutím výše na tlačítko " "„Pozastavit“." #: gtk/inspector/css-editor.c:130 msgid "Changes are applied instantly and globally, for the whole application." msgstr "Změny jsou požity okamžitě a globálně, pro celou aplikaci." #: gtk/inspector/css-editor.c:206 #, c-format msgid "Saving CSS failed" msgstr "Uložení CSS selhalo" #: gtk/inspector/css-editor.ui:30 msgid "Disable this custom CSS" msgstr "Vypnout toto vlastní CSS" #: gtk/inspector/css-editor.ui:37 msgid "Save the current CSS" msgstr "Uložit aktuální CSS" #: gtk/inspector/css-node-tree.ui:28 tools/gtk-builder-tool-preview.c:178 #: tools/gtk-builder-tool-screenshot.c:358 msgid "ID" msgstr "ID" #: gtk/inspector/css-node-tree.ui:34 msgid "Style Classes" msgstr "Třídy stylů" #: gtk/inspector/css-node-tree.ui:64 msgid "CSS Property" msgstr "Vlastnost CSS" #: gtk/inspector/general.c:332 gtk/inspector/general.c:413 msgctxt "GL version" msgid "None" msgstr "žádná" #: gtk/inspector/general.c:341 msgctxt "GL version" msgid "Disabled" msgstr "zakázáno" #: gtk/inspector/general.c:342 msgctxt "GL vendor" msgid "Disabled" msgstr "zakázáno" #: gtk/inspector/general.c:414 msgctxt "GL vendor" msgid "None" msgstr "žádný" #: gtk/inspector/general.c:465 msgctxt "Vulkan device" msgid "Disabled" msgstr "zakázáno" #: gtk/inspector/general.c:466 gtk/inspector/general.c:467 msgctxt "Vulkan version" msgid "Disabled" msgstr "zakázáno" #: gtk/inspector/general.c:523 msgctxt "Vulkan device" msgid "None" msgstr "žádné" #: gtk/inspector/general.c:524 gtk/inspector/general.c:525 msgctxt "Vulkan version" msgid "None" msgstr "žádná" #: gtk/inspector/general.c:796 msgid "IM Context is hardcoded by GTK_IM_MODULE" msgstr "Kontext IM je napevno nastaven pomocí GTK_IM_MODULE" #: gtk/inspector/general.ui:31 msgid "GTK Version" msgstr "Verze GTK" #: gtk/inspector/general.ui:57 msgid "GDK Backend" msgstr "Podpůrná vrstva GDK" #: gtk/inspector/general.ui:83 msgid "GSK Renderer" msgstr "Vykreslování GSK" #: gtk/inspector/general.ui:109 msgid "Pango Fontmap" msgstr "Mapa fontu Pango" #: gtk/inspector/general.ui:135 msgid "Media Backend" msgstr "Podpůrná vrstva multimédií" #: gtk/inspector/general.ui:161 msgid "Input Method" msgstr "Vstupní metoda" #: gtk/inspector/general.ui:198 msgid "Application ID" msgstr "ID aplikace" #: gtk/inspector/general.ui:224 msgid "Resource Path" msgstr "Cesta k prostředkům" #: gtk/inspector/general.ui:261 gtk/ui/gtkplacesview.ui:67 msgid "Prefix" msgstr "Předpona" #: gtk/inspector/general.ui:460 msgid "Display" msgstr "Displej" #: gtk/inspector/general.ui:487 msgid "RGBA Visual" msgstr "Vizuální RGBA" #: gtk/inspector/general.ui:513 msgid "Composited" msgstr "Kompozitní" #: gtk/inspector/general.ui:559 msgid "GL Version" msgstr "Verze GL" #: gtk/inspector/general.ui:609 msgid "GL Vendor" msgstr "Výrobce GL" #: gtk/inspector/general.ui:646 msgid "Vulkan Device" msgstr "Zařízení Vulkan" #: gtk/inspector/general.ui:673 msgid "Vulkan API version" msgstr "Verze API Vulkan" #: gtk/inspector/general.ui:700 msgid "Vulkan driver version" msgstr "Verze ovladače Vulkan" #: gtk/inspector/menu.c:264 msgid "Unnamed section" msgstr "Sekce bez názvu" #: gtk/inspector/menu.ui:26 msgid "Label" msgstr "Popisek" #: gtk/inspector/menu.ui:31 gtk/inspector/shortcuts.ui:23 msgid "Action" msgstr "Akce" #: gtk/inspector/menu.ui:36 msgid "Target" msgstr "Cíl" #: gtk/inspector/menu.ui:41 msgid "Icon" msgstr "Ikona" #: gtk/inspector/misc-info.ui:31 msgid "Address" msgstr "Adresa" #: gtk/inspector/misc-info.ui:57 gtk/inspector/prop-list.ui:35 #: gtk/inspector/statistics.ui:36 gtk/ui/gtkfilechooserwidget.ui:339 msgid "Type" msgstr "Typ" #: gtk/inspector/misc-info.ui:82 msgid "Reference Count" msgstr "Počet odkazů" #: gtk/inspector/misc-info.ui:134 msgid "Direction" msgstr "Směr" #: gtk/inspector/misc-info.ui:160 msgid "Buildable ID" msgstr "Sestavitelné ID" #: gtk/inspector/misc-info.ui:186 msgid "Mnemonic Label" msgstr "Popisek s horkou klávesou" #: gtk/inspector/misc-info.ui:211 msgid "Request Mode" msgstr "Režim požadavků" #: gtk/inspector/misc-info.ui:236 msgid "Measure map" msgstr "Mapa měření" #: gtk/inspector/misc-info.ui:297 msgid "Allocation" msgstr "Přiděleno" #: gtk/inspector/misc-info.ui:322 msgid "Baseline" msgstr "Účaří" #: gtk/inspector/misc-info.ui:347 msgid "Surface" msgstr "Povrch" #: gtk/inspector/misc-info.ui:366 gtk/inspector/misc-info.ui:401 #: gtk/inspector/misc-info.ui:436 gtk/inspector/prop-editor.c:1150 #: gtk/inspector/prop-editor.c:1533 gtk/inspector/window.ui:396 msgid "Properties" msgstr "Vlastnosti" #: gtk/inspector/misc-info.ui:382 msgid "Renderer" msgstr "Vykreslování" #: gtk/inspector/misc-info.ui:417 msgid "Frame Clock" msgstr "Časování snímků" #: gtk/inspector/misc-info.ui:452 msgid "Tick Callback" msgstr "Zpětné volání tiku hodin" #: gtk/inspector/misc-info.ui:478 msgid "Frame Count" msgstr "Počet snímků" #: gtk/inspector/misc-info.ui:503 msgid "Frame Rate" msgstr "Snímková rychlost" #: gtk/inspector/misc-info.ui:528 msgid "Mapped" msgstr "Namapováno" #: gtk/inspector/misc-info.ui:554 msgid "Realized" msgstr "Realizováno" #: gtk/inspector/misc-info.ui:580 msgid "Is Toplevel" msgstr "Je nejvyšší úrovně" #: gtk/inspector/misc-info.ui:606 msgid "Child Visible" msgstr "Viditelnost potomka" #: gtk/inspector/prop-editor.c:702 #, c-format msgid "Pointer: %p" msgstr "Ukazatel: %p" #. Translators: %s is a type name, for example #. * GtkPropertyExpression with value \"2.5\" #. #: gtk/inspector/prop-editor.c:824 #, c-format msgid "%s with value \"%s\"" msgstr "%s s hodnotou „%s“" #. Translators: Both %s are type names, for example #. * GtkPropertyExpression with type GObject #. #: gtk/inspector/prop-editor.c:835 #, c-format msgid "%s with type %s" msgstr "%s s typem %s" #. Translators: Both %s are type names, for example #. * GtkObjectExpression for GtkStringObject 0x23456789 #. #: gtk/inspector/prop-editor.c:848 #, c-format msgid "%s for %s %p" msgstr "%s pro %s %p" #. Translators: Both %s are type names, for example #. * GtkPropertyExpression with value type: gchararray #. #: gtk/inspector/prop-editor.c:878 #, c-format msgid "%s with value type %s" msgstr "%s s typem hodnoty %s" #: gtk/inspector/prop-editor.c:1227 #, c-format msgid "Uneditable property type: %s" msgstr "Neupravitelný typ vlastnosti: %s" #: gtk/inspector/prop-editor.c:1385 msgctxt "column number" msgid "None" msgstr "Žádný" #: gtk/inspector/prop-editor.c:1422 msgid "Attribute:" msgstr "Atribut:" #: gtk/inspector/prop-editor.c:1425 msgid "Model" msgstr "Model" #: gtk/inspector/prop-editor.c:1430 msgid "Column:" msgstr "Sloupec:" #. Translators: %s is a type name, for example #. * Action from 0x2345678 (GtkApplicationWindow) #. #: gtk/inspector/prop-editor.c:1529 #, c-format msgid "Action from: %p (%s)" msgstr "Akce od %p (%s)" #: gtk/inspector/prop-editor.c:1584 msgid "Reset" msgstr "Původní" #: gtk/inspector/prop-editor.c:1592 msgctxt "GtkSettings source" msgid "Default" msgstr "Výchozí" #: gtk/inspector/prop-editor.c:1595 msgctxt "GtkSettings source" msgid "Theme" msgstr "Motiv" #: gtk/inspector/prop-editor.c:1598 msgctxt "GtkSettings source" msgid "XSettings" msgstr "Nastavení X" #: gtk/inspector/prop-editor.c:1602 msgctxt "GtkSettings source" msgid "Application" msgstr "Aplikace" #: gtk/inspector/prop-editor.c:1605 msgctxt "GtkSettings source" msgid "Unknown" msgstr "Neznámo" #: gtk/inspector/prop-editor.c:1608 msgid "Source:" msgstr "Zdroj:" #: gtk/inspector/prop-list.ui:46 msgid "Defined At" msgstr "Definováno v" #: gtk/inspector/recorder.c:1865 #, c-format msgid "Saving RenderNode failed" msgstr "Uložení RenderNode selhalo" #: gtk/inspector/recorder.ui:20 msgid "Record frames" msgstr "Nahrávat snímky" #: gtk/inspector/recorder.ui:27 msgid "Clear recorded frames" msgstr "Vymazat nahrané snímky" #: gtk/inspector/recorder.ui:34 msgid "Add debug nodes" msgstr "Přidal ladicí uzly" #: gtk/inspector/recorder.ui:42 msgid "Highlight event sequences" msgstr "Zvýrazňovat posloupnosti událostí" #: gtk/inspector/recorder.ui:51 msgid "Use a dark background" msgstr "Používat tmavé pozadí" #: gtk/inspector/recorder.ui:59 msgid "Save selected node" msgstr "Uložit vybraný uzel" #: gtk/inspector/recorder.ui:67 msgid "Copy to clipboard" msgstr "Zkopírovat do schránky" #: gtk/inspector/recorder.ui:144 gtk/inspector/recorder.ui:187 msgid "Property" msgstr "Vlastnost" #: gtk/inspector/resource-list.ui:59 msgid "Path" msgstr "Cesta" #: gtk/inspector/resource-list.ui:71 msgid "Count" msgstr "Počet" #: gtk/inspector/resource-list.ui:82 gtk/ui/gtkfilechooserwidget.ui:292 #: gtk/ui/gtkfontchooserwidget.ui:204 gtk/ui/gtkfontchooserwidget.ui:351 msgid "Size" msgstr "Velikost" #: gtk/inspector/resource-list.ui:121 msgid "Name:" msgstr "Název:" #: gtk/inspector/resource-list.ui:143 msgid "Type:" msgstr "Typ:" #: gtk/inspector/resource-list.ui:164 msgid "Size:" msgstr "Velikost:" #: gtk/inspector/shortcuts.ui:17 msgid "Trigger" msgstr "Spouštěč" #: gtk/inspector/size-groups.c:225 msgctxt "sizegroup mode" msgid "None" msgstr "Žádný" #: gtk/inspector/size-groups.c:226 msgctxt "sizegroup mode" msgid "Horizontal" msgstr "Vodorovný" #: gtk/inspector/size-groups.c:227 msgctxt "sizegroup mode" msgid "Vertical" msgstr "Svislý" #: gtk/inspector/size-groups.c:228 msgctxt "sizegroup mode" msgid "Both" msgstr "Obojí" #: gtk/inspector/size-groups.c:240 msgid "Mode" msgstr "Režim" #: gtk/inspector/statistics.c:814 msgid "GLib must be configured with -Dbuildtype=debug" msgstr "GLib musí být nakonfigurována s -Dbuildtype=debug" #: gtk/inspector/statistics.ui:41 msgid "Self 1" msgstr "Vlastní 1" #: gtk/inspector/statistics.ui:46 msgid "Cumulative 1" msgstr "Kumulatnivní 1" #: gtk/inspector/statistics.ui:51 msgid "Self 2" msgstr "Vlastní 2" #: gtk/inspector/statistics.ui:56 msgid "Cumulative 2" msgstr "Kumulativní 2" #: gtk/inspector/statistics.ui:61 msgid "Self" msgstr "Vlastní" #: gtk/inspector/statistics.ui:66 msgid "Cumulative" msgstr "Kumulativní" #: gtk/inspector/statistics.ui:88 msgid "Enable statistics with GOBJECT_DEBUG=instance-count" msgstr "Povolte statistiky pomocí GOBJECT_DEBUG=instance-count" #: gtk/inspector/strv-editor.c:83 #, c-format msgid "Remove %s" msgstr "Odstranit %s" #: gtk/inspector/strv-editor.c:115 msgid "Add" msgstr "Přidat" #: gtk/inspector/tree-data.ui:10 msgid "Show data" msgstr "Zobrazit data" #: gtk/inspector/type-info.ui:14 msgid "Hierarchy" msgstr "Hierarchie" #: gtk/inspector/type-info.ui:35 msgid "Implements" msgstr "Implementuje" #: gtk/inspector/visual.c:603 gtk/inspector/visual.c:622 msgid "Theme is hardcoded by GTK_THEME" msgstr "Motiv je napevno nastaven pomocí GTK_THEME" #: gtk/inspector/visual.c:871 msgid "Backend does not support window scaling" msgstr "Podpůrná vrstva nepodporuje škálování oken" #: gtk/inspector/visual.ui:34 msgid "GTK Theme" msgstr "Motiv GTK" #: gtk/inspector/visual.ui:58 msgid "Dark Variant" msgstr "Tmavá varianta" #: gtk/inspector/visual.ui:83 msgid "Cursor Theme" msgstr "Motiv kurzoru" #: gtk/inspector/visual.ui:108 msgid "Cursor Size" msgstr "Velikost kurzoru" #: gtk/inspector/visual.ui:144 msgid "Icon Theme" msgstr "Motiv ikon" #: gtk/inspector/visual.ui:194 msgid "Font Scale" msgstr "Škálování fontu" #: gtk/inspector/visual.ui:239 msgid "Text Direction" msgstr "Směr textu" #: gtk/inspector/visual.ui:254 msgid "Left-to-Right" msgstr "Zleva doprava" #: gtk/inspector/visual.ui:255 msgid "Right-to-Left" msgstr "Zprava doleva" #: gtk/inspector/visual.ui:273 msgid "Window Scaling" msgstr "Škálování oken" #: gtk/inspector/visual.ui:306 msgid "Animations" msgstr "Animace" #: gtk/inspector/visual.ui:331 msgid "Slowdown" msgstr "Zpomalení" #: gtk/inspector/visual.ui:385 msgid "Show fps overlay" msgstr "Zobrazovat překrytí snímkové rychlosti" #: gtk/inspector/visual.ui:410 msgid "Show Graphic Updates" msgstr "Zobrazovat aktualizace grafiky" #: gtk/inspector/visual.ui:435 msgid "Show Fallback Rendering" msgstr "Zobrazovat záložní vykreslování" #: gtk/inspector/visual.ui:460 msgid "Show Baselines" msgstr "Zobrazovat účaří" #: gtk/inspector/visual.ui:488 msgid "Show Layout Borders" msgstr "Zobrazovat hranice rozvržení" #: gtk/inspector/visual.ui:545 msgid "CSS Padding" msgstr "Odsazení CSS" #: gtk/inspector/visual.ui:555 msgid "CSS Border" msgstr "Ohraničení CSS" #: gtk/inspector/visual.ui:565 msgid "CSS Margin" msgstr "Okraje CSS" #: gtk/inspector/visual.ui:575 msgid "Widget Margin" msgstr "Okraje widgetu" #: gtk/inspector/visual.ui:610 msgid "Show Focus" msgstr "Zobrazovat zaměření" #: gtk/inspector/visual.ui:645 msgid "Simulate Touchscreen" msgstr "Simulovat dotykovou obrazovku" #: gtk/inspector/visual.ui:676 msgid "Inspect Inspector" msgstr "Prozkoumat inspektora" #: gtk/inspector/window.ui:27 msgid "Select an Object" msgstr "Vyberte objekt" #: gtk/inspector/window.ui:42 gtk/inspector/window.ui:107 msgid "Show Details" msgstr "Zobrazovat podrobnosti" #: gtk/inspector/window.ui:57 msgid "Show all Objects" msgstr "Zobrazovat všechny objekty" #: gtk/inspector/window.ui:121 msgid "Show all Resources" msgstr "Zobrazovat všechny prostředky" #: gtk/inspector/window.ui:147 msgid "Collect Statistics" msgstr "Sbírat statistiky" #: gtk/inspector/window.ui:199 msgid "Objects" msgstr "Objekty" #: gtk/inspector/window.ui:231 msgid "Toggle Sidebar" msgstr "Zobrazit/skrýt postranní panel" #: gtk/inspector/window.ui:253 msgid "Refresh action state" msgstr "Aktualizovat stav akce" #: gtk/inspector/window.ui:327 msgid "Previous object" msgstr "Předchozí objekt" #: gtk/inspector/window.ui:334 msgid "Child object" msgstr "Objekt potomka" #: gtk/inspector/window.ui:341 msgid "Previous sibling" msgstr "Předchozí sourozenec" #: gtk/inspector/window.ui:347 msgid "List Position" msgstr "Vypisovat pozici" #: gtk/inspector/window.ui:356 msgid "Next sibling" msgstr "Následující sourozenec" #: gtk/inspector/window.ui:386 msgid "Miscellaneous" msgstr "Různé" #: gtk/inspector/window.ui:407 gtk/ui/gtkprintunixdialog.ui:390 msgid "Layout" msgstr "Rozvržení" #: gtk/inspector/window.ui:418 msgid "CSS Nodes" msgstr "Uzly CSS" #: gtk/inspector/window.ui:429 msgid "Size Groups" msgstr "Sjednocené velikosti" #: gtk/inspector/window.ui:438 gtk/inspector/window.ui:447 msgid "Data" msgstr "Data" #: gtk/inspector/window.ui:457 msgid "Actions" msgstr "Akce" #: gtk/inspector/window.ui:468 msgid "Menu" msgstr "Nabídka" #: gtk/inspector/window.ui:477 msgid "Controllers" msgstr "Ovládací objekty" #: gtk/inspector/window.ui:487 msgid "Magnifier" msgstr "Lupa" #: gtk/inspector/window.ui:508 msgid "Accessibility" msgstr "Přístupnost" #: gtk/inspector/window.ui:532 msgid "Global" msgstr "Globální" #: gtk/inspector/window.ui:545 msgid "Information" msgstr "Informace" #: gtk/inspector/window.ui:554 msgid "Settings" msgstr "Nastavení" #: gtk/inspector/window.ui:563 msgid "Resources" msgstr "Prostředky" #: gtk/inspector/window.ui:584 msgid "Statistics" msgstr "Statistiky" #: gtk/inspector/window.ui:595 msgid "Logging" msgstr "Zaznamenávání" #: gtk/inspector/window.ui:610 msgid "CSS" msgstr "CSS" #: gtk/inspector/window.ui:619 msgid "Recorder" msgstr "Záznam" #: gtk/open-type-layout.h:14 msgctxt "OpenType layout" msgid "Access All Alternates" msgstr "přístup ke všem alternativám" #: gtk/open-type-layout.h:15 msgctxt "OpenType layout" msgid "Above-base Forms" msgstr "formy nad základní glyf" #: gtk/open-type-layout.h:16 msgctxt "OpenType layout" msgid "Above-base Mark Positioning" msgstr "poziční značky nad základní glyf" #: gtk/open-type-layout.h:17 msgctxt "OpenType layout" msgid "Above-base Substitutions" msgstr "substituce nad základní glyf" #: gtk/open-type-layout.h:18 msgctxt "OpenType layout" msgid "Alternative Fractions" msgstr "alternativní zlomky" #: gtk/open-type-layout.h:19 msgctxt "OpenType layout" msgid "Akhands" msgstr "akhand" #: gtk/open-type-layout.h:20 msgctxt "OpenType layout" msgid "Below-base Forms" msgstr "formy pod základní glyf" #: gtk/open-type-layout.h:21 msgctxt "OpenType layout" msgid "Below-base Mark Positioning" msgstr "poziční značky pod základní glyf" #: gtk/open-type-layout.h:22 msgctxt "OpenType layout" msgid "Below-base Substitutions" msgstr "substituce pod základní glyf" #: gtk/open-type-layout.h:23 msgctxt "OpenType layout" msgid "Contextual Alternates" msgstr "kontextové alternativy" #: gtk/open-type-layout.h:24 msgctxt "OpenType layout" msgid "Case-Sensitive Forms" msgstr "formy vyhovující velkým písmenům" #: gtk/open-type-layout.h:25 msgctxt "OpenType layout" msgid "Glyph Composition / Decomposition" msgstr "kompozice/dekompozice glyfů" #: gtk/open-type-layout.h:26 msgctxt "OpenType layout" msgid "Conjunct Form After Ro" msgstr "spojené formy po Ro" #: gtk/open-type-layout.h:27 msgctxt "OpenType layout" msgid "Conjunct Forms" msgstr "spojené formy" #: gtk/open-type-layout.h:28 msgctxt "OpenType layout" msgid "Contextual Ligatures" msgstr "kontextové slitky" #: gtk/open-type-layout.h:29 msgctxt "OpenType layout" msgid "Centered CJK Punctuation" msgstr "vystředěná interpunkce CJK" #: gtk/open-type-layout.h:30 msgctxt "OpenType layout" msgid "Capital Spacing" msgstr "rozestupy velkých písmen" #: gtk/open-type-layout.h:31 msgctxt "OpenType layout" msgid "Contextual Swash" msgstr "kontextové koncové tahy" #: gtk/open-type-layout.h:32 msgctxt "OpenType layout" msgid "Cursive Positioning" msgstr "umisťování skloněných" #: gtk/open-type-layout.h:33 msgctxt "OpenType layout" msgid "Petite Capitals From Capitals" msgstr "petitové kapitálky z kapitálek" #: gtk/open-type-layout.h:34 msgctxt "OpenType layout" msgid "Small Capitals From Capitals" msgstr "kapitálky z velkých písmen" #: gtk/open-type-layout.h:35 msgctxt "OpenType layout" msgid "Distances" msgstr "vzdálenosti" #: gtk/open-type-layout.h:36 msgctxt "OpenType layout" msgid "Discretionary Ligatures" msgstr "volitelné slitky" #: gtk/open-type-layout.h:37 msgctxt "OpenType layout" msgid "Denominators" msgstr "jmenovatelé" #: gtk/open-type-layout.h:38 msgctxt "OpenType layout" msgid "Dotless Forms" msgstr "beztečkové formy" #: gtk/open-type-layout.h:39 msgctxt "OpenType layout" msgid "Expert Forms" msgstr "expertní formy" #: gtk/open-type-layout.h:40 msgctxt "OpenType layout" msgid "Final Glyph on Line Alternates" msgstr "alternativní glyfy pro konce řádků" #: gtk/open-type-layout.h:41 msgctxt "OpenType layout" msgid "Terminal Forms #2" msgstr "terminálové formy č. 2" #: gtk/open-type-layout.h:42 msgctxt "OpenType layout" msgid "Terminal Forms #3" msgstr "terminálové formy č. 3" #: gtk/open-type-layout.h:43 msgctxt "OpenType layout" msgid "Terminal Forms" msgstr "terminálové formy" #: gtk/open-type-layout.h:44 msgctxt "OpenType layout" msgid "Flattened accent forms" msgstr "zploštělé formy diakritiky" #: gtk/open-type-layout.h:45 msgctxt "OpenType layout" msgid "Fractions" msgstr "zlomky" #: gtk/open-type-layout.h:46 msgctxt "OpenType layout" msgid "Full Widths" msgstr "plné šířky" #: gtk/open-type-layout.h:47 msgctxt "OpenType layout" msgid "Half Forms" msgstr "poloviční formy" #: gtk/open-type-layout.h:48 msgctxt "OpenType layout" msgid "Halant Forms" msgstr "formy s halant" #: gtk/open-type-layout.h:49 msgctxt "OpenType layout" msgid "Alternate Half Widths" msgstr "alternativní poloviční šířky" #: gtk/open-type-layout.h:50 msgctxt "OpenType layout" msgid "Historical Forms" msgstr "historické formy" #: gtk/open-type-layout.h:51 msgctxt "OpenType layout" msgid "Horizontal Kana Alternates" msgstr "vodorovné alternativy kana" #: gtk/open-type-layout.h:52 msgctxt "OpenType layout" msgid "Historical Ligatures" msgstr "historické slitky" #: gtk/open-type-layout.h:53 msgctxt "OpenType layout" msgid "Hangul" msgstr "hangul" #: gtk/open-type-layout.h:54 msgctxt "OpenType layout" msgid "Hojo Kanji Forms" msgstr "formy hodžó kandži" #: gtk/open-type-layout.h:55 msgctxt "OpenType layout" msgid "Half Widths" msgstr "poloviční šířky" #: gtk/open-type-layout.h:56 msgctxt "OpenType layout" msgid "Initial Forms" msgstr "počáteční formy" #: gtk/open-type-layout.h:57 msgctxt "OpenType layout" msgid "Isolated Forms" msgstr "izolované formy" #: gtk/open-type-layout.h:58 msgctxt "OpenType layout" msgid "Italics" msgstr "kurzíva" #: gtk/open-type-layout.h:59 msgctxt "OpenType layout" msgid "Justification Alternates" msgstr "alternativy zarovnání" #: gtk/open-type-layout.h:60 msgctxt "OpenType layout" msgid "JIS78 Forms" msgstr "formy JIS78" #: gtk/open-type-layout.h:61 msgctxt "OpenType layout" msgid "JIS83 Forms" msgstr "formy JIS83" #: gtk/open-type-layout.h:62 msgctxt "OpenType layout" msgid "JIS90 Forms" msgstr "formy JIS90" #: gtk/open-type-layout.h:63 msgctxt "OpenType layout" msgid "JIS2004 Forms" msgstr "formy JIS2004" #: gtk/open-type-layout.h:64 msgctxt "OpenType layout" msgid "Kerning" msgstr "podřezávání" #: gtk/open-type-layout.h:65 msgctxt "OpenType layout" msgid "Left Bounds" msgstr "vystrčení vlevo" #: gtk/open-type-layout.h:66 msgctxt "OpenType layout" msgid "Standard Ligatures" msgstr "standardní slitky" #: gtk/open-type-layout.h:67 msgctxt "OpenType layout" msgid "Leading Jamo Forms" msgstr "počáteční formy jamo" #: gtk/open-type-layout.h:68 msgctxt "OpenType layout" msgid "Lining Figures" msgstr "verzálkové číslice" #: gtk/open-type-layout.h:69 msgctxt "OpenType layout" msgid "Localized Forms" msgstr "lokalizované formy" #: gtk/open-type-layout.h:70 msgctxt "OpenType layout" msgid "Left-to-right alternates" msgstr "alternativy zleva doprava" #: gtk/open-type-layout.h:71 msgctxt "OpenType layout" msgid "Left-to-right mirrored forms" msgstr "zleva doprava zrcadlené formy" #: gtk/open-type-layout.h:72 msgctxt "OpenType layout" msgid "Mark Positioning" msgstr "poziční značky vůči základnímu glyfu" #: gtk/open-type-layout.h:73 msgctxt "OpenType layout" msgid "Medial Forms #2" msgstr "středové formy č. 2" #: gtk/open-type-layout.h:74 msgctxt "OpenType layout" msgid "Medial Forms" msgstr "středové formy" #: gtk/open-type-layout.h:75 msgctxt "OpenType layout" msgid "Mathematical Greek" msgstr "matematické řecké" #: gtk/open-type-layout.h:76 msgctxt "OpenType layout" msgid "Mark to Mark Positioning" msgstr "poziční značky vůči značkám" #: gtk/open-type-layout.h:77 msgctxt "OpenType layout" msgid "Mark Positioning via Substitution" msgstr "poziční značky přes substituce" #: gtk/open-type-layout.h:78 msgctxt "OpenType layout" msgid "Alternate Annotation Forms" msgstr "alternativní anotační formy" #: gtk/open-type-layout.h:79 msgctxt "OpenType layout" msgid "NLC Kanji Forms" msgstr "formy NLC kandži" #: gtk/open-type-layout.h:80 msgctxt "OpenType layout" msgid "Nukta Forms" msgstr "formy nukta" #: gtk/open-type-layout.h:81 msgctxt "OpenType layout" msgid "Numerators" msgstr "čitatelé" #: gtk/open-type-layout.h:82 msgctxt "OpenType layout" msgid "Oldstyle Figures" msgstr "skákavé číslice" #: gtk/open-type-layout.h:83 msgctxt "OpenType layout" msgid "Optical Bounds" msgstr "optické vystrčení" #: gtk/open-type-layout.h:84 msgctxt "OpenType layout" msgid "Ordinals" msgstr "řadové číslovky" #: gtk/open-type-layout.h:85 msgctxt "OpenType layout" msgid "Ornaments" msgstr "ornamenty" #: gtk/open-type-layout.h:86 msgctxt "OpenType layout" msgid "Proportional Alternate Widths" msgstr "proporcionální alternativní šířky" #: gtk/open-type-layout.h:87 msgctxt "OpenType layout" msgid "Petite Capitals" msgstr "petitové kapitálky" #: gtk/open-type-layout.h:88 msgctxt "OpenType layout" msgid "Proportional Kana" msgstr "proporcionální kana" #: gtk/open-type-layout.h:89 msgctxt "OpenType layout" msgid "Proportional Figures" msgstr "proporcionální číslice" #: gtk/open-type-layout.h:90 msgctxt "OpenType layout" msgid "Pre-Base Forms" msgstr "formy před základní glyf" #: gtk/open-type-layout.h:91 msgctxt "OpenType layout" msgid "Pre-base Substitutions" msgstr "substituce před základní glyf" #: gtk/open-type-layout.h:92 msgctxt "OpenType layout" msgid "Post-base Forms" msgstr "formy za základní glyf" #: gtk/open-type-layout.h:93 msgctxt "OpenType layout" msgid "Post-base Substitutions" msgstr "substituce za základní glyf" #: gtk/open-type-layout.h:94 msgctxt "OpenType layout" msgid "Proportional Widths" msgstr "proporcionální šířky" #: gtk/open-type-layout.h:95 msgctxt "OpenType layout" msgid "Quarter Widths" msgstr "čtvrtkové šířky" #: gtk/open-type-layout.h:96 msgctxt "OpenType layout" msgid "Randomize" msgstr "náhodnost" #: gtk/open-type-layout.h:97 msgctxt "OpenType layout" msgid "Required Contextual Alternates" msgstr "vyžadované kontextové alternativy" #: gtk/open-type-layout.h:98 msgctxt "OpenType layout" msgid "Rakar Forms" msgstr "formy rakar" #: gtk/open-type-layout.h:99 msgctxt "OpenType layout" msgid "Required Ligatures" msgstr "vyžadované slitky" #: gtk/open-type-layout.h:100 msgctxt "OpenType layout" msgid "Reph Forms" msgstr "formy reph" #: gtk/open-type-layout.h:101 msgctxt "OpenType layout" msgid "Right Bounds" msgstr "vystrčení vpravo" #: gtk/open-type-layout.h:102 msgctxt "OpenType layout" msgid "Right-to-left alternates" msgstr "alternativy zprava doleva" #: gtk/open-type-layout.h:103 msgctxt "OpenType layout" msgid "Right-to-left mirrored forms" msgstr "zprava doleva zrcadlené formy" #: gtk/open-type-layout.h:104 msgctxt "OpenType layout" msgid "Ruby Notation Forms" msgstr "formy notace ruby" #: gtk/open-type-layout.h:105 msgctxt "OpenType layout" msgid "Required Variation Alternates" msgstr "vyžadovány alternativy u variant" #: gtk/open-type-layout.h:106 msgctxt "OpenType layout" msgid "Stylistic Alternates" msgstr "stylistické alternativy" #: gtk/open-type-layout.h:107 msgctxt "OpenType layout" msgid "Scientific Inferiors" msgstr "vědecké dolní indexy" #: gtk/open-type-layout.h:108 msgctxt "OpenType layout" msgid "Optical size" msgstr "optická velikost" #: gtk/open-type-layout.h:109 msgctxt "OpenType layout" msgid "Small Capitals" msgstr "kapitálky" #: gtk/open-type-layout.h:110 msgctxt "OpenType layout" msgid "Simplified Forms" msgstr "zjednodušené formy" #: gtk/open-type-layout.h:111 msgctxt "OpenType layout" msgid "Math script style alternates" msgstr "alternativní styly matematických indexů" #: gtk/open-type-layout.h:112 msgctxt "OpenType layout" msgid "Stretching Glyph Decomposition" msgstr "rozklad roztahovacích glyfů" #: gtk/open-type-layout.h:113 msgctxt "OpenType layout" msgid "Subscript" msgstr "dolní index" #: gtk/open-type-layout.h:114 msgctxt "OpenType layout" msgid "Superscript" msgstr "horní index" #: gtk/open-type-layout.h:115 msgctxt "OpenType layout" msgid "Swash" msgstr "koncové tahy" #: gtk/open-type-layout.h:116 msgctxt "OpenType layout" msgid "Titling" msgstr "nadpisy" #: gtk/open-type-layout.h:117 msgctxt "OpenType layout" msgid "Trailing Jamo Forms" msgstr "koncové formy jamo" #: gtk/open-type-layout.h:118 msgctxt "OpenType layout" msgid "Traditional Name Forms" msgstr "tradiční formy pro jména" #: gtk/open-type-layout.h:119 msgctxt "OpenType layout" msgid "Tabular Figures" msgstr "tabulární číslice" #: gtk/open-type-layout.h:120 msgctxt "OpenType layout" msgid "Traditional Forms" msgstr "tradiční formy" #: gtk/open-type-layout.h:121 msgctxt "OpenType layout" msgid "Third Widths" msgstr "třetinové šířky" #: gtk/open-type-layout.h:122 msgctxt "OpenType layout" msgid "Unicase" msgstr "jednotná velikost" #: gtk/open-type-layout.h:123 msgctxt "OpenType layout" msgid "Alternate Vertical Metrics" msgstr "alternativní svislé metriky" #: gtk/open-type-layout.h:124 msgctxt "OpenType layout" msgid "Vattu Variants" msgstr "varianty vattu" #: gtk/open-type-layout.h:125 msgctxt "OpenType layout" msgid "Vertical Writing" msgstr "svislé psaní" #: gtk/open-type-layout.h:126 msgctxt "OpenType layout" msgid "Alternate Vertical Half Metrics" msgstr "alternativní svislé poloviční metriky" #: gtk/open-type-layout.h:127 msgctxt "OpenType layout" msgid "Vowel Jamo Forms" msgstr "formy samohlásek jamo" #: gtk/open-type-layout.h:128 msgctxt "OpenType layout" msgid "Vertical Kana Alternates" msgstr "svislé alternativy kana" #: gtk/open-type-layout.h:129 msgctxt "OpenType layout" msgid "Vertical Kerning" msgstr "svislé podřezávání" #: gtk/open-type-layout.h:130 msgctxt "OpenType layout" msgid "Proportional Alternate Vertical Metrics" msgstr "proporcionální alternativní svislé metriky" #: gtk/open-type-layout.h:131 msgctxt "OpenType layout" msgid "Vertical Alternates and Rotation" msgstr "svislé alternativy a otočení" #: gtk/open-type-layout.h:132 msgctxt "OpenType layout" msgid "Vertical Alternates for Rotation" msgstr "svislé alternativy pro otočení" #: gtk/open-type-layout.h:133 msgctxt "OpenType layout" msgid "Slashed Zero" msgstr "přeškrtnutá nula" #: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" #: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0×2" msgstr "A0×2" #: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" #: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0×3" msgstr "A0×3" #: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" #: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" #: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1×3" msgstr "A1×3" #: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1×4" msgstr "A1×4" #: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" #: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2×3" msgstr "A2×3" #: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2×4" msgstr "A2×4" #: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2×5" msgstr "A2×5" #: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" #: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" #: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3×3" msgstr "A3×3" #: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3×4" msgstr "A3×4" #: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3×5" msgstr "A3×5" #: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3×6" msgstr "A3×6" #: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3×7" msgstr "A3×7" #: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" #: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" #: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" #: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4×3" msgstr "A4×3" #: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4×4" msgstr "A4×4" #: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4×5" msgstr "A4×5" #: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4×6" msgstr "A4×6" #: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4×7" msgstr "A4×7" #: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4×8" msgstr "A4×8" #: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4×9" msgstr "A4×9" #: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" #: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" #: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" #: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" #: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" #: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" #: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" #: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" #: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" #: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" #: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" #: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" #: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" #: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" #: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" #: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" #: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" #: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" #: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" #: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" #: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" #: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" #: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" #: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" #: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" #: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" #: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" #: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" #: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" #: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" #: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" #: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" #: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Obálka DL" #: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" #: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" #: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" #: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "RA3" msgstr "RA3" #: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "RA4" msgstr "RA4" #: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" #: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" #: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" #: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "SRA3" msgstr "SRA3" #: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "SRA4" msgstr "SRA4" #: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB0" msgstr "JB0" #: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB1" msgstr "JB1" #: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB10" msgstr "JB10" #: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB2" msgstr "JB2" #: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB3" msgstr "JB3" #: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB4" msgstr "JB4" #: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB5" msgstr "JB5" #: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "JB6" msgstr "JB6" #: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "JB7" msgstr "JB7" #: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "JB8" msgstr "JB8" #: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "JB9" msgstr "JB9" #: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" #: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Obálka Choukei 2" #: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Obálka Choukei 3" #: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Obálka Choukei 4" #: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "Choukei 40 Envelope" msgstr "Obálka Choukei 40" #: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (dopisnice)" #: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "kahu Envelope" msgstr "Obálka kahu" #: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Obálka kaku2" #: gtk/paper_names_offsets.c:95 msgctxt "paper size" msgid "kaku3 Envelope" msgstr "Obálka kaku3" #: gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "kaku4 Envelope" msgstr "Obálka kaku4" #: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "kaku5 Envelope" msgstr "Obálka kaku5" #: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "kaku7 Envelope" msgstr "Obálka kaku7" #: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "kaku8 Envelope" msgstr "Obálka kaku8" #: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (odpovědní dopisnice)" #: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "you4 Envelope" msgstr "Obálka you4" #: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "you6 Envelope" msgstr "Obálka you6" #: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "10×11" msgstr "10×11" #: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "10×13" msgstr "10×13" #: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "10×14" msgstr "10×14" #: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "10×15" msgstr "10×15" #: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "11×12" msgstr "11×12" #: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "11×15" msgstr "11×15" #: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "12×19" msgstr "12×19" #: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "5×7" msgstr "5×7" #: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "6×9 Envelope" msgstr "Obálka 6×9" #: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "7×9 Envelope" msgstr "Obálka 7×9" #: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "8×10 Envelope" msgstr "Obálka 8×10" #: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "9×11 Envelope" msgstr "Obálka 9×11" #: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "9×12 Envelope" msgstr "Obálka 9×12" #: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "a2 Envelope" msgstr "Obálka a2" #: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" #: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" #: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" #: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" #: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" #: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" #: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "c" msgstr "c" #: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "c5 Envelope" msgstr "Obálka c5" #: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "d" msgstr "d" #: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "e" msgstr "e" #: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "edp" msgstr "edp" #: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "European edp" msgstr "European edp" #: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Executive" msgstr "Executive" #: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "f" msgstr "f" #: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "Fan-Fold European" msgstr "Fan-Fold European" #: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "Fan-Fold US" msgstr "Fan-Fold US" #: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "Fan-Fold German Legal" msgstr "Fan-Fold German Legal" #: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" #: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" #: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "Index 3×5" msgstr "Index 3×5" #: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "Index 4×6 (postcard)" msgstr "Index 4×6 (dopisnice)" #: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "Index 4×6 ext" msgstr "Index 4×6 ext" #: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "Index 5×8" msgstr "Index 5×8" #: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" #: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" #: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" #: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" #: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" #: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" #: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" #: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Obálka Monarch" #: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "#10 Envelope" msgstr "Obálka č. 10" #: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "#11 Envelope" msgstr "Obálka č. 11" #: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "#12 Envelope" msgstr "Obálka č. 12" #: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "#14 Envelope" msgstr "Obálka č. 14" #: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "#9 Envelope" msgstr "Obálka č. 9" #: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Oficio" msgstr "Oficio" #: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Personal Envelope" msgstr "Osobní obálka" #: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" #: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "Super A" msgstr "Super A" #: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "Super B" msgstr "Super B" #: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "Wide Format" msgstr "Široký formát" #: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "Photo L" msgstr "Photo L" #: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" #: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "Folio" msgstr "Folio" #: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" #: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "Invite Envelope" msgstr "Obálka Invite" #: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italská obálka" #: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" #: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "Large Photo" msgstr "Large Photo" #: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "Medium Photo" msgstr "Medium Photo" #: gtk/paper_names_offsets.c:168 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" #: gtk/paper_names_offsets.c:169 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Obálka Postfix" #: gtk/paper_names_offsets.c:170 msgctxt "paper size" msgid "Small Photo" msgstr "Small Photo" #: gtk/paper_names_offsets.c:171 msgctxt "paper size" msgid "Wide Photo" msgstr "Wide Photo" #: gtk/paper_names_offsets.c:172 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Obálka prc1" #: gtk/paper_names_offsets.c:173 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Obálka prc10" #: gtk/paper_names_offsets.c:174 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" #: gtk/paper_names_offsets.c:175 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Obálka prc2" #: gtk/paper_names_offsets.c:176 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Obálka prc3" #: gtk/paper_names_offsets.c:177 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" #: gtk/paper_names_offsets.c:178 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Obálka prc4" #: gtk/paper_names_offsets.c:179 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Obálka prc5" #: gtk/paper_names_offsets.c:180 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Obálka prc6" #: gtk/paper_names_offsets.c:181 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Obálka prc7" #: gtk/paper_names_offsets.c:182 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Obálka prc8" #: gtk/paper_names_offsets.c:183 msgctxt "paper size" msgid "prc9 Envelope" msgstr "Obálka prc9" #: gtk/paper_names_offsets.c:184 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" #: gtk/paper_names_offsets.c:185 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" #: gtk/ui/gtkaboutdialog.ui:62 msgid "About" msgstr "O aplikaci" #: gtk/ui/gtkaboutdialog.ui:123 msgid "Credits" msgstr "Zásluhy" #: gtk/ui/gtkaboutdialog.ui:206 msgid "System" msgstr "Systém" #: gtk/ui/gtkappchooserdialog.ui:4 msgid "Select App" msgstr "Výběr aplikace" #: gtk/ui/gtkappchooserdialog.ui:60 msgid "_View All Apps" msgstr "Zobrazit _všechny aplikace" #: gtk/ui/gtkappchooserdialog.ui:66 msgid "_Find New Apps" msgstr "_Najít nové aplikace" #: gtk/ui/gtkappchooserwidget.ui:100 msgid "No applications found." msgstr "Nebyly nalezeny žádné aplikace." #: gtk/ui/gtkapplication-quartz.ui:13 msgid "Preferences" msgstr "Předvolby" #: gtk/ui/gtkapplication-quartz.ui:19 msgid "Services" msgstr "Služby" #: gtk/ui/gtkapplication-quartz.ui:25 msgid "Hide %s" msgstr "Skrýt %s" #: gtk/ui/gtkapplication-quartz.ui:30 msgid "Hide Others" msgstr "Skrýt ostatní" #: gtk/ui/gtkapplication-quartz.ui:35 msgid "Show All" msgstr "Zobrazit všechny" #: gtk/ui/gtkapplication-quartz.ui:42 msgid "Quit %s" msgstr "Ukončit %s" #: gtk/ui/gtkassistant.ui:64 msgid "_Finish" msgstr "_Hotovo" #: gtk/ui/gtkassistant.ui:75 msgid "_Back" msgstr "_Zpět" #: gtk/ui/gtkassistant.ui:86 msgid "_Next" msgstr "_Další" #: gtk/ui/gtkcolorchooserdialog.ui:4 msgid "Select a Color" msgstr "Výběr barvy" #: gtk/ui/gtkcoloreditor.ui:43 gtk/ui/gtkcoloreditor.ui:53 msgid "Pick a color from the screen" msgstr "Vybrat barvu kdekoliv na obrazovce" #: gtk/ui/gtkcoloreditor.ui:80 msgid "Hexadecimal color or color name" msgstr "Barvy vyjádřená názvem nebo šetnáctkovým číslem" #: gtk/ui/gtkcoloreditor.ui:95 msgid "Hue" msgstr "Tón" #: gtk/ui/gtkcoloreditor.ui:111 msgid "Alpha value" msgstr "Průhlednost" #: gtk/ui/gtkcoloreditor.ui:129 msgid "Saturation and value" msgstr "Sytost a jas" #: gtk/ui/gtkcoloreditor.ui:153 msgctxt "Color channel" msgid "A" msgstr "A" #: gtk/ui/gtkcoloreditor.ui:189 msgctxt "Color channel" msgid "H" msgstr "H" #: gtk/ui/gtkcoloreditor.ui:226 msgctxt "Color Channel" msgid "S" msgstr "S" #: gtk/ui/gtkcoloreditor.ui:235 msgctxt "Color Channel" msgid "V" msgstr "V" #: gtk/ui/gtkdropdown.ui:19 msgid "(None)" msgstr "(nic)" #: gtk/ui/gtkdropdown.ui:68 msgid "Search…" msgstr "hledat…" #: gtk/ui/gtkemojichooser.ui:69 gtk/ui/gtkemojichooser.ui:239 msgctxt "emoji category" msgid "Smileys & People" msgstr "Smajlíci a lidé" #: gtk/ui/gtkemojichooser.ui:94 gtk/ui/gtkemojichooser.ui:248 msgctxt "emoji category" msgid "Body & Clothing" msgstr "Tělo a oblečení" #: gtk/ui/gtkemojichooser.ui:119 gtk/ui/gtkemojichooser.ui:257 msgctxt "emoji category" msgid "Animals & Nature" msgstr "Zvířata a příroda" #: gtk/ui/gtkemojichooser.ui:133 gtk/ui/gtkemojichooser.ui:266 msgctxt "emoji category" msgid "Food & Drink" msgstr "Jídlo a pití" #: gtk/ui/gtkemojichooser.ui:147 gtk/ui/gtkemojichooser.ui:275 msgctxt "emoji category" msgid "Travel & Places" msgstr "Cestování a místa" #: gtk/ui/gtkemojichooser.ui:161 gtk/ui/gtkemojichooser.ui:284 msgctxt "emoji category" msgid "Activities" msgstr "Činnosti" #: gtk/ui/gtkemojichooser.ui:175 gtk/ui/gtkemojichooser.ui:293 msgctxt "emoji category" msgid "Objects" msgstr "Objekty" #: gtk/ui/gtkemojichooser.ui:189 gtk/ui/gtkemojichooser.ui:302 msgctxt "emoji category" msgid "Symbols" msgstr "Symboly" #: gtk/ui/gtkemojichooser.ui:203 gtk/ui/gtkemojichooser.ui:311 msgctxt "emoji category" msgid "Flags" msgstr "Vlajky" #: gtk/ui/gtkemojichooser.ui:230 msgctxt "emoji category" msgid "Recent" msgstr "Naposledy použité" #: gtk/ui/gtkfilechooserwidget.ui:71 msgid "Create Folder" msgstr "Vytvořit složku" #: gtk/ui/gtkfilechooserwidget.ui:454 msgid "Remote location — only searching the current folder" msgstr "Vzádlené umístění — bude se prohledávat jen aktuální složka" #: gtk/ui/gtkfilechooserwidget.ui:583 msgid "Folder Name" msgstr "Název složky" #: gtk/ui/gtkfilechooserwidget.ui:609 msgid "_Create" msgstr "_Vytvořit" #: gtk/ui/gtkfontchooserdialog.ui:4 msgid "Select Font" msgstr "Výběr fontu" #: gtk/ui/gtkfontchooserwidget.ui:64 msgid "Search font name" msgstr "hledat název fontu" #: gtk/ui/gtkfontchooserwidget.ui:79 msgid "Filter by" msgstr "Filtrovat podle" #: gtk/ui/gtkfontchooserwidget.ui:89 msgid "Monospace" msgstr "S pevnou šířkou" #: gtk/ui/gtkfontchooserwidget.ui:95 msgid "Language" msgstr "Jazyk" #: gtk/ui/gtkfontchooserwidget.ui:188 gtk/ui/gtkfontchooserwidget.ui:324 msgid "Preview Font" msgstr "Náhled fontu" #: gtk/ui/gtkfontchooserwidget.ui:270 msgid "No Fonts Found" msgstr "Nenalezeny žádné fonty" #: gtk/ui/gtkpagesetupunixdialog.ui:27 msgid "_Format for:" msgstr "_Formát pro:" #: gtk/ui/gtkpagesetupunixdialog.ui:51 gtk/ui/gtkprintunixdialog.ui:632 msgid "_Paper size:" msgstr "Rozměry _papíru:" #: gtk/ui/gtkpagesetupunixdialog.ui:86 msgid "_Orientation:" msgstr "_Orientace:" #: gtk/ui/gtkpagesetupunixdialog.ui:98 gtk/ui/gtkprintunixdialog.ui:672 msgid "Portrait" msgstr "Na výšku" #: gtk/ui/gtkpagesetupunixdialog.ui:109 gtk/ui/gtkprintunixdialog.ui:674 msgid "Reverse portrait" msgstr "Obráceně na výšku" #: gtk/ui/gtkpagesetupunixdialog.ui:121 gtk/ui/gtkprintunixdialog.ui:673 msgid "Landscape" msgstr "Na šířku" #: gtk/ui/gtkpagesetupunixdialog.ui:132 gtk/ui/gtkprintunixdialog.ui:675 msgid "Reverse landscape" msgstr "Obráceně na šířku" #: gtk/ui/gtkplacesview.ui:16 msgid "Server Addresses" msgstr "Adresy serveru" #: gtk/ui/gtkplacesview.ui:28 msgid "" "Server addresses are made up of a protocol prefix and an address. Examples:" msgstr "" "Adresa serveru sestává z předpony v podobě protokolu a adresy. Například:" #: gtk/ui/gtkplacesview.ui:54 msgid "Available Protocols" msgstr "Dostupné protokoly" #. Translators: Server as any successfully connected network address #: gtk/ui/gtkplacesview.ui:106 msgid "No recent servers found" msgstr "Nenalezeny žádné nedávno použité servery" #: gtk/ui/gtkplacesview.ui:129 msgid "Recent Servers" msgstr "Naposledy použité servery" #: gtk/ui/gtkplacesview.ui:209 msgid "No results found" msgstr "Nenalezeny žádné výsledky" #: gtk/ui/gtkplacesview.ui:240 msgid "Connect to _Server" msgstr "Připojit k _serveru" #: gtk/ui/gtkplacesview.ui:265 msgid "Enter server address…" msgstr "zadejte adresu serveru…" #. this is the header for the printer status column in the print dialog #: gtk/ui/gtkprintunixdialog.ui:142 msgid "Status" msgstr "Stav" #: gtk/ui/gtkprintunixdialog.ui:196 msgid "Range" msgstr "Rozsah" #: gtk/ui/gtkprintunixdialog.ui:209 msgid "_All Pages" msgstr "_Všechny stránky" #: gtk/ui/gtkprintunixdialog.ui:221 msgid "C_urrent Page" msgstr "Akt_uální stránku" #: gtk/ui/gtkprintunixdialog.ui:234 msgid "Se_lection" msgstr "Vý_běr" #: gtk/ui/gtkprintunixdialog.ui:247 msgid "Pag_es:" msgstr "St_ránky:" #: gtk/ui/gtkprintunixdialog.ui:248 gtk/ui/gtkprintunixdialog.ui:261 msgid "" "Specify one or more page ranges,\n" " e.g. 1–3, 7, 11" msgstr "" "Určete jeden, nebo více, rozsahů stránek,\n" "např. 1-3, 7, 11" #: gtk/ui/gtkprintunixdialog.ui:284 msgid "Copies" msgstr "Kopie" #: gtk/ui/gtkprintunixdialog.ui:299 msgid "Copie_s:" msgstr "Počet _kopií:" #: gtk/ui/gtkprintunixdialog.ui:322 msgid "C_ollate" msgstr "S_etřídit" #: gtk/ui/gtkprintunixdialog.ui:333 msgid "_Reverse" msgstr "Ob_rátit pořadí" #: gtk/ui/gtkprintunixdialog.ui:363 msgid "General" msgstr "Obecné" #: gtk/ui/gtkprintunixdialog.ui:405 msgid "T_wo-sided:" msgstr "O_boustranně:" #: gtk/ui/gtkprintunixdialog.ui:427 msgid "Pages per _side:" msgstr "_Stran na stránku:" #: gtk/ui/gtkprintunixdialog.ui:451 msgid "Page or_dering:" msgstr "Řazení s_tran:" #: gtk/ui/gtkprintunixdialog.ui:474 msgid "_Only print:" msgstr "_Omezit tisk na:" #: gtk/ui/gtkprintunixdialog.ui:490 msgid "All sheets" msgstr "Všechny listy" #: gtk/ui/gtkprintunixdialog.ui:491 msgid "Even sheets" msgstr "Sudé listy" #: gtk/ui/gtkprintunixdialog.ui:492 msgid "Odd sheets" msgstr "Liché listy" #: gtk/ui/gtkprintunixdialog.ui:506 msgid "Sc_ale:" msgstr "_Měřítko:" #: gtk/ui/gtkprintunixdialog.ui:551 msgid "Paper" msgstr "Papír" #: gtk/ui/gtkprintunixdialog.ui:566 msgid "Paper _type:" msgstr "_Typ papíru:" #: gtk/ui/gtkprintunixdialog.ui:588 msgid "Paper _source:" msgstr "Zd_roj papíru:" #: gtk/ui/gtkprintunixdialog.ui:610 msgid "Output t_ray:" msgstr "Výstupní zá_sobník:" #: gtk/ui/gtkprintunixdialog.ui:655 msgid "Or_ientation:" msgstr "Or_ientace:" #: gtk/ui/gtkprintunixdialog.ui:729 msgid "Job Details" msgstr "Podrobnosti o úloze" #: gtk/ui/gtkprintunixdialog.ui:744 msgid "Pri_ority:" msgstr "Pri_orita:" #: gtk/ui/gtkprintunixdialog.ui:765 msgid "_Billing info:" msgstr "Účtovací in_formace:" #: gtk/ui/gtkprintunixdialog.ui:798 msgid "Print Document" msgstr "Dokument vytisknout" #. this is one of the choices for the print at option in the print dialog #: gtk/ui/gtkprintunixdialog.ui:811 msgid "_Now" msgstr "_Nyní" #. this is one of the choices for the print at option in the print dialog. It also serves as the label for an entry that allows the user to enter a time. #: gtk/ui/gtkprintunixdialog.ui:825 msgid "A_t:" msgstr "_V:" #. Ability to parse the am/pm format depends on actual locale. You can remove the am/pm values below for your locale if they are not supported. #: gtk/ui/gtkprintunixdialog.ui:827 gtk/ui/gtkprintunixdialog.ui:829 #: gtk/ui/gtkprintunixdialog.ui:845 gtk/ui/gtkprintunixdialog.ui:847 msgid "" "Specify the time of print,\n" " e.g. 15∶30, 2∶35 pm, 14∶15∶20, 11∶46∶30 am, 4 pm" msgstr "" "Určete čas tisku,\n" "např. 15:30, 11:46:30, 4" #. this is one of the choices for the print at option in the print dialog. It means that the print job will not be printed until it explicitly gets 'released'. #: gtk/ui/gtkprintunixdialog.ui:859 msgid "On _hold" msgstr "Počkat na po_kyn" #: gtk/ui/gtkprintunixdialog.ui:861 gtk/ui/gtkprintunixdialog.ui:862 msgid "Hold the job until it is explicitly released" msgstr "Pozdržet úlohu, dokud nebude výslovně vyžádáno její pokračování" #: gtk/ui/gtkprintunixdialog.ui:889 msgid "Add Cover Page" msgstr "Přidat krycí stránku" #. this is the label used for the option in the print dialog that controls the front cover page. #: gtk/ui/gtkprintunixdialog.ui:904 msgid "Be_fore:" msgstr "_Před:" #. this is the label used for the option in the print dialog that controls the back cover page. #: gtk/ui/gtkprintunixdialog.ui:925 msgid "_After:" msgstr "Z_a:" #: gtk/ui/gtkprintunixdialog.ui:954 msgid "Job" msgstr "Úloha" #. This will appear as a tab label in the print dialog. #: gtk/ui/gtkprintunixdialog.ui:984 msgid "Image Quality" msgstr "Kvalita obrázků" #. This will appear as a tab label in the print dialog. #: gtk/ui/gtkprintunixdialog.ui:1013 msgid "Color" msgstr "Barva" #. This will appear as a tab label in the print dialog. It's a typographical term, as in "Binding and finishing" #: gtk/ui/gtkprintunixdialog.ui:1042 msgid "Finishing" msgstr "Dokončování" #: gtk/ui/gtkprintunixdialog.ui:1071 msgid "Advanced" msgstr "Pokročilé" #: gtk/ui/gtkprintunixdialog.ui:1087 msgid "Some of the settings in the dialog conflict" msgstr "Některá nastavení v dialogovém okně se navzájem vylučují" #: modules/media/gtkffmediafile.c:262 #, c-format msgid "Unspecified error decoding media" msgstr "Blíže neurčená chyba dekódování multimédia" #: modules/media/gtkffmediafile.c:295 #, c-format msgid "Cannot find decoder: %s" msgstr "Nezdařilo se najít dekodér: %s" #: modules/media/gtkffmediafile.c:305 modules/media/gtkffmediafile.c:372 msgid "Failed to allocate a codec context" msgstr "Selhala alokace kontextu kodeku" #: modules/media/gtkffmediafile.c:350 #, c-format msgid "Cannot find encoder: %s" msgstr "Nezdařilo se najít kodér: %s" #: modules/media/gtkffmediafile.c:361 msgid "Cannot add new stream" msgstr "Nezdařilo se přidat nové vysílání" #: modules/media/gtkffmediafile.c:494 modules/media/gtkffmediafile.c:951 msgid "Failed to allocate an audio frame" msgstr "Selhala alokace zvukového rámce" #: modules/media/gtkffmediafile.c:659 modules/media/gtkffmediafile.c:907 msgid "Not enough memory" msgstr "Nedostatek paměti" #: modules/media/gtkffmediafile.c:830 msgid "Could not allocate resampler context" msgstr "Nezdařilo se alokovat kontext převzorkování" #: modules/media/gtkffmediafile.c:877 msgid "No audio output found" msgstr "Nebyl nalezen žádný zvukový výstup" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. #: modules/printbackends/gtkprintbackendcpdb.c:541 #: modules/printbackends/gtkprintbackendcups.c:5642 msgid "Urgent" msgstr "Naléhavá" #: modules/printbackends/gtkprintbackendcpdb.c:541 #: modules/printbackends/gtkprintbackendcups.c:5642 msgid "High" msgstr "Vysoká" #: modules/printbackends/gtkprintbackendcpdb.c:541 #: modules/printbackends/gtkprintbackendcups.c:5642 msgid "Medium" msgstr "Střední" #: modules/printbackends/gtkprintbackendcpdb.c:541 #: modules/printbackends/gtkprintbackendcups.c:5642 msgid "Low" msgstr "Nízká" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. #: modules/printbackends/gtkprintbackendcpdb.c:562 #: modules/printbackends/gtkprintbackendcups.c:5784 msgctxt "printer option" msgid "Before" msgstr "Před" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. #: modules/printbackends/gtkprintbackendcpdb.c:569 #: modules/printbackends/gtkprintbackendcups.c:5799 msgctxt "printer option" msgid "After" msgstr "Za" #: modules/printbackends/gtkprintbackendcpdb.c:592 msgid "Print at" msgstr "Vytisknout" #: modules/printbackends/gtkprintbackendcpdb.c:602 msgid "Print at time" msgstr "Vytisknout v určený čas" #: modules/printbackends/gtkprintbackendcpdb.c:665 msgctxt "print option" msgid "Borderless" msgstr "Bez okrajů" #. Translators: this is a printer status. #: modules/printbackends/gtkprintbackendcpdb.c:1525 #: modules/printbackends/gtkprintbackendcups.c:2636 msgid "Paused; Rejecting Jobs" msgstr "Pozastaveno ; Úlohy se odmítají" #. Translators: this is a printer status. #: modules/printbackends/gtkprintbackendcpdb.c:1531 #: modules/printbackends/gtkprintbackendcups.c:2642 msgid "Rejecting Jobs" msgstr "Úlohy se odmítají" #: modules/printbackends/gtkprintbackendcups.c:1142 #: modules/printbackends/gtkprintbackendcups.c:1449 msgid "Username:" msgstr "Uživatelské jméno:" #: modules/printbackends/gtkprintbackendcups.c:1143 #: modules/printbackends/gtkprintbackendcups.c:1458 msgid "Password:" msgstr "Heslo:" #: modules/printbackends/gtkprintbackendcups.c:1181 #: modules/printbackends/gtkprintbackendcups.c:1471 #, c-format msgid "Authentication is required to print document “%s” on printer %s" msgstr "" "Je vyžadováno ověření, aby bylo možné vytisknout dokument „%s“ na tiskárně %s" #: modules/printbackends/gtkprintbackendcups.c:1183 #, c-format msgid "Authentication is required to print a document on %s" msgstr "Je vyžadováno ověření, aby bylo možné vytisknout dokument na %s" #: modules/printbackends/gtkprintbackendcups.c:1187 #, c-format msgid "Authentication is required to get attributes of job “%s”" msgstr "Je vyžadováno ověření, aby bylo možné získat atributy úlohy „%s“" #: modules/printbackends/gtkprintbackendcups.c:1189 msgid "Authentication is required to get attributes of a job" msgstr "Je vyžadováno ověření, aby bylo možné získat atributy úlohy" #: modules/printbackends/gtkprintbackendcups.c:1193 #, c-format msgid "Authentication is required to get attributes of printer %s" msgstr "Je vyžadováno ověření, aby bylo možné získat atributy tiskárny %s" #: modules/printbackends/gtkprintbackendcups.c:1195 msgid "Authentication is required to get attributes of a printer" msgstr "Je vyžadováno ověření, aby bylo možné získat atributy tiskárny" #: modules/printbackends/gtkprintbackendcups.c:1198 #, c-format msgid "Authentication is required to get default printer of %s" msgstr "Je vyžadováno ověření, aby bylo možné získat výchozí tiskárnu %s" #: modules/printbackends/gtkprintbackendcups.c:1201 #, c-format msgid "Authentication is required to get printers from %s" msgstr "Je vyžadováno ověření, aby bylo možné získat tiskárny z %s" #: modules/printbackends/gtkprintbackendcups.c:1206 #, c-format msgid "Authentication is required to get a file from %s" msgstr "Je vyžadováno ověření, aby bylo možné získat soubor z %s" #: modules/printbackends/gtkprintbackendcups.c:1208 #, c-format msgid "Authentication is required on %s" msgstr "Na %s je vyžadováno ověření" #: modules/printbackends/gtkprintbackendcups.c:1443 msgid "Domain:" msgstr "Doména:" #: modules/printbackends/gtkprintbackendcups.c:1473 #, c-format msgid "Authentication is required to print document “%s”" msgstr "Je vyžadováno ověření, aby bylo možné vytisknout dokument „%s“" #: modules/printbackends/gtkprintbackendcups.c:1478 #, c-format msgid "Authentication is required to print this document on printer %s" msgstr "" "Je vyžadováno ověření, aby bylo možné tento dokument vytisknout na tiskárně " "%s" #: modules/printbackends/gtkprintbackendcups.c:1480 msgid "Authentication is required to print this document" msgstr "Je vyžadováno ověření, aby bylo možné tento dokument vytisknout" #: modules/printbackends/gtkprintbackendcups.c:2568 #, c-format msgid "Printer “%s” is low on toner." msgstr "Tiskárně „%s“ dochází toner." #: modules/printbackends/gtkprintbackendcups.c:2572 #, c-format msgid "Printer “%s” has no toner left." msgstr "Tiskárně „%s“ došel toner." #. Translators: "Developer" like on photo development context #: modules/printbackends/gtkprintbackendcups.c:2577 #, c-format msgid "Printer “%s” is low on developer." msgstr "Tiskárně „%s“ dochází vývojka." #. Translators: "Developer" like on photo development context #: modules/printbackends/gtkprintbackendcups.c:2582 #, c-format msgid "Printer “%s” is out of developer." msgstr "Tiskárně „%s“ došla vývojka." #. Translators: "marker" is one color bin of the printer #: modules/printbackends/gtkprintbackendcups.c:2587 #, c-format msgid "Printer “%s” is low on at least one marker supply." msgstr "Tiskárně „%s“ dochází zásoba alespoň jednoho popisovače." #. Translators: "marker" is one color bin of the printer #: modules/printbackends/gtkprintbackendcups.c:2592 #, c-format msgid "Printer “%s” is out of at least one marker supply." msgstr "Tiskárně „%s“ došla zásoba alespoň jednoho popisovače." #: modules/printbackends/gtkprintbackendcups.c:2596 #, c-format msgid "The cover is open on printer “%s”." msgstr "Na tiskárně „%s“ je otevřen kryt." #: modules/printbackends/gtkprintbackendcups.c:2600 #, c-format msgid "The door is open on printer “%s”." msgstr "Na tiskárně „%s“ jsou otevřena dvířka." #: modules/printbackends/gtkprintbackendcups.c:2604 #, c-format msgid "Printer “%s” is low on paper." msgstr "Tiskárně „%s“ dochází papír." #: modules/printbackends/gtkprintbackendcups.c:2608 #, c-format msgid "Printer “%s” is out of paper." msgstr "Tiskárně „%s“ došel papír." #: modules/printbackends/gtkprintbackendcups.c:2612 #, c-format msgid "Printer “%s” is currently offline." msgstr "Tiskárna „%s“ není v tomto okamžiku připojena." #: modules/printbackends/gtkprintbackendcups.c:2616 #, c-format msgid "There is a problem on printer “%s”." msgstr "Na tiskárně „%s“ se vyskytla chyba." #. Translators: this string connects multiple printer states together. #: modules/printbackends/gtkprintbackendcups.c:2683 msgid "; " msgstr "; " #: modules/printbackends/gtkprintbackendcups.c:4584 #: modules/printbackends/gtkprintbackendcups.c:4651 msgctxt "printing option" msgid "Two Sided" msgstr "Oboustranný" #: modules/printbackends/gtkprintbackendcups.c:4585 msgctxt "printing option" msgid "Paper Type" msgstr "Typ papíru" #: modules/printbackends/gtkprintbackendcups.c:4586 msgctxt "printing option" msgid "Paper Source" msgstr "Zdroj papíru" #: modules/printbackends/gtkprintbackendcups.c:4587 #: modules/printbackends/gtkprintbackendcups.c:4652 msgctxt "printing option" msgid "Output Tray" msgstr "Výstupní zásobník" #: modules/printbackends/gtkprintbackendcups.c:4588 msgctxt "printing option" msgid "Resolution" msgstr "Rozlišení" #: modules/printbackends/gtkprintbackendcups.c:4589 msgctxt "printing option" msgid "GhostScript pre-filtering" msgstr "Předběžné filtrování GhostScript" #: modules/printbackends/gtkprintbackendcups.c:4598 msgctxt "printing option value" msgid "One Sided" msgstr "Jednostranný" #. Translators: this is an option of "Two Sided" #: modules/printbackends/gtkprintbackendcups.c:4600 msgctxt "printing option value" msgid "Long Edge (Standard)" msgstr "Delší okraj (standardní)" #. Translators: this is an option of "Two Sided" #: modules/printbackends/gtkprintbackendcups.c:4602 msgctxt "printing option value" msgid "Short Edge (Flip)" msgstr "Kratší okraj (otočené)" #. Translators: this is an option of "Paper Source" #: modules/printbackends/gtkprintbackendcups.c:4604 #: modules/printbackends/gtkprintbackendcups.c:4606 #: modules/printbackends/gtkprintbackendcups.c:4614 msgctxt "printing option value" msgid "Auto Select" msgstr "Automatický výběr" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" #: modules/printbackends/gtkprintbackendcups.c:4608 #: modules/printbackends/gtkprintbackendcups.c:4610 #: modules/printbackends/gtkprintbackendcups.c:4612 #: modules/printbackends/gtkprintbackendcups.c:4616 msgctxt "printing option value" msgid "Printer Default" msgstr "Výchozí podle tiskárny" #. Translators: this is an option of "GhostScript" #: modules/printbackends/gtkprintbackendcups.c:4618 msgctxt "printing option value" msgid "Embed GhostScript fonts only" msgstr "Vložit pouze fonty GhostScript" #. Translators: this is an option of "GhostScript" #: modules/printbackends/gtkprintbackendcups.c:4620 msgctxt "printing option value" msgid "Convert to PS level 1" msgstr "Převést na PS, úroveň 1" #. Translators: this is an option of "GhostScript" #: modules/printbackends/gtkprintbackendcups.c:4622 msgctxt "printing option value" msgid "Convert to PS level 2" msgstr "Převést na PS, úroveň 2" #. Translators: this is an option of "GhostScript" #: modules/printbackends/gtkprintbackendcups.c:4624 msgctxt "printing option value" msgid "No pre-filtering" msgstr "Bez předběžného filtrování" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. #: modules/printbackends/gtkprintbackendcups.c:4633 msgctxt "printing option group" msgid "Miscellaneous" msgstr "Různé" #: modules/printbackends/gtkprintbackendcups.c:4660 msgctxt "sides" msgid "One Sided" msgstr "Jednostranný" #. Translators: this is an option of "Two Sided" #: modules/printbackends/gtkprintbackendcups.c:4662 msgctxt "sides" msgid "Long Edge (Standard)" msgstr "Delší okraj (standardní)" #. Translators: this is an option of "Two Sided" #: modules/printbackends/gtkprintbackendcups.c:4664 msgctxt "sides" msgid "Short Edge (Flip)" msgstr "Kratší okraj (otočení)" #. Translators: Top output bin #: modules/printbackends/gtkprintbackendcups.c:4667 msgctxt "output-bin" msgid "Top Bin" msgstr "Horní zásobník" #. Translators: Middle output bin #: modules/printbackends/gtkprintbackendcups.c:4669 msgctxt "output-bin" msgid "Middle Bin" msgstr "Prostřední zásobník" #. Translators: Bottom output bin #: modules/printbackends/gtkprintbackendcups.c:4671 msgctxt "output-bin" msgid "Bottom Bin" msgstr "Spodní zásobník" #. Translators: Side output bin #: modules/printbackends/gtkprintbackendcups.c:4673 msgctxt "output-bin" msgid "Side Bin" msgstr "Boční zásobník" #. Translators: Left output bin #: modules/printbackends/gtkprintbackendcups.c:4675 msgctxt "output-bin" msgid "Left Bin" msgstr "Levý zásobník" #. Translators: Right output bin #: modules/printbackends/gtkprintbackendcups.c:4677 msgctxt "output-bin" msgid "Right Bin" msgstr "Pravý zásobník" #. Translators: Center output bin #: modules/printbackends/gtkprintbackendcups.c:4679 msgctxt "output-bin" msgid "Center Bin" msgstr "Středový zásobník" #. Translators: Rear output bin #: modules/printbackends/gtkprintbackendcups.c:4681 msgctxt "output-bin" msgid "Rear Bin" msgstr "Zadní zásobník" #. Translators: Output bin where one sided output is oriented in the face-up position #: modules/printbackends/gtkprintbackendcups.c:4683 msgctxt "output-bin" msgid "Face Up Bin" msgstr "Zásobník lícem nahoru" #. Translators: Output bin where one sided output is oriented in the face-down position #: modules/printbackends/gtkprintbackendcups.c:4685 msgctxt "output-bin" msgid "Face Down Bin" msgstr "Zásobník lícem dolů" #. Translators: Large capacity output bin #: modules/printbackends/gtkprintbackendcups.c:4687 msgctxt "output-bin" msgid "Large Capacity Bin" msgstr "Vysokokapacitní zásobník" #. Translators: Output stacker number %d #: modules/printbackends/gtkprintbackendcups.c:4709 #, c-format msgctxt "output-bin" msgid "Stacker %d" msgstr "Třídička %d" #. Translators: Output mailbox number %d #: modules/printbackends/gtkprintbackendcups.c:4713 #, c-format msgctxt "output-bin" msgid "Mailbox %d" msgstr "Poštovní schránka %d" #. Translators: Private mailbox #: modules/printbackends/gtkprintbackendcups.c:4717 msgctxt "output-bin" msgid "My Mailbox" msgstr "Moje poštovní schránka" #. Translators: Output tray number %d #: modules/printbackends/gtkprintbackendcups.c:4721 #, c-format msgctxt "output-bin" msgid "Tray %d" msgstr "Zásobník %d" #: modules/printbackends/gtkprintbackendcups.c:5198 msgid "Printer Default" msgstr "Výchozí pro tiskárnu" #. Translators, this string is used to label the job priority option #. * in the print dialog #. #: modules/printbackends/gtkprintbackendcups.c:5672 msgid "Job Priority" msgstr "Priorita úlohy" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. #: modules/printbackends/gtkprintbackendcups.c:5683 msgid "Billing Info" msgstr "Účtovací informace" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. #: modules/printbackends/gtkprintbackendcups.c:5707 msgctxt "cover page" msgid "None" msgstr "Žádná" #: modules/printbackends/gtkprintbackendcups.c:5708 msgctxt "cover page" msgid "Classified" msgstr "Utajované" #: modules/printbackends/gtkprintbackendcups.c:5709 msgctxt "cover page" msgid "Confidential" msgstr "Důvěrné" #: modules/printbackends/gtkprintbackendcups.c:5710 msgctxt "cover page" msgid "Secret" msgstr "Tajné" #: modules/printbackends/gtkprintbackendcups.c:5711 msgctxt "cover page" msgid "Standard" msgstr "Standardní" #: modules/printbackends/gtkprintbackendcups.c:5712 msgctxt "cover page" msgid "Top Secret" msgstr "Přísně tajné" #: modules/printbackends/gtkprintbackendcups.c:5713 msgctxt "cover page" msgid "Unclassified" msgstr "Neutajované" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. #: modules/printbackends/gtkprintbackendcups.c:5725 msgctxt "printer option" msgid "Pages per Sheet" msgstr "Stránek na list" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. #: modules/printbackends/gtkprintbackendcups.c:5742 msgctxt "printer option" msgid "Page Ordering" msgstr "Řazení stránek" #. Translators: this is the name of the option that controls when #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. #: modules/printbackends/gtkprintbackendcups.c:5819 msgctxt "printer option" msgid "Print at" msgstr "Vytisknout" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. #: modules/printbackends/gtkprintbackendcups.c:5830 msgctxt "printer option" msgid "Print at time" msgstr "Vytisknout v určený čas" #. Translators: this format is used to display a custom #. * paper size. The two placeholders are replaced with #. * the width and height in points. E.g: "Custom #. * 230.4x142.9" #. #: modules/printbackends/gtkprintbackendcups.c:5877 #, c-format msgid "Custom %s×%s" msgstr "Vlastní %s×%s" #. TRANSLATORS: this is the ICC color profile to use for this job #: modules/printbackends/gtkprintbackendcups.c:5988 msgctxt "printer option" msgid "Printer Profile" msgstr "Profil tiskárny" #. TRANSLATORS: this is when color profile information is unavailable #: modules/printbackends/gtkprintbackendcups.c:5995 msgctxt "printer option value" msgid "Unavailable" msgstr "Není k dispozici" #: modules/printbackends/gtkprintbackendfile.c:238 msgid "output" msgstr "výstup" #: modules/printbackends/gtkprintbackendfile.c:510 msgid "Print to File" msgstr "Tisknout do souboru" #: modules/printbackends/gtkprintbackendfile.c:636 msgid "PDF" msgstr "PDF" #: modules/printbackends/gtkprintbackendfile.c:636 msgid "PostScript" msgstr "PostScript" #: modules/printbackends/gtkprintbackendfile.c:636 msgid "SVG" msgstr "SVG" #: modules/printbackends/gtkprintbackendfile.c:649 msgid "Pages per _sheet:" msgstr "St_ran na list:" #: modules/printbackends/gtkprintbackendfile.c:709 msgid "File" msgstr "Soubor" #: modules/printbackends/gtkprintbackendfile.c:719 msgid "_Output format" msgstr "_Výstupní formát" #. TRANSLATORS: when we're running an old CUPS, and #. * it hasn't registered the device with colord #: modules/printbackends/gtkprintercups.c:272 msgid "Color management unavailable" msgstr "Správa barev není k dispozici" #. TRANSLATORS: when there is no color profile available #: modules/printbackends/gtkprintercups.c:284 msgid "No profile available" msgstr "Žádný profil není k dispozici" #. TRANSLATORS: when the color profile has no title #: modules/printbackends/gtkprintercups.c:295 msgid "Unspecified profile" msgstr "Neurčený profil" #: tools/encodesymbolic.c:41 msgid "Output to this directory instead of cwd" msgstr "Výstup do tohoto adresáře namísto cwd" #: tools/encodesymbolic.c:42 msgid "Generate debug output" msgstr "Generovat ladicí výstup" #: tools/encodesymbolic.c:92 #, c-format msgid "Invalid size %s\n" msgstr "Neplatná velikost %s\n" #: tools/encodesymbolic.c:104 tools/encodesymbolic.c:113 #, c-format msgid "Can’t load file: %s\n" msgstr "Nezdařilo se načíst soubor: %s\n" #: tools/encodesymbolic.c:141 tools/encodesymbolic.c:147 #, c-format msgid "Can’t save file %s: %s\n" msgstr "Nezdařilo se uložit soubor %s: %s\n" #: tools/encodesymbolic.c:153 #, c-format msgid "Can’t close stream" msgstr "Nezdařilo se zavřít datový proud" #: tools/gtk-builder-tool.c:36 #, c-format msgid "" "Usage:\n" " gtk-builder-tool [COMMAND] [OPTION…] FILE\n" "\n" "Perform various tasks on GtkBuilder .ui files.\n" "\n" "Commands:\n" " validate Validate the file\n" " simplify Simplify the file\n" " enumerate List all named objects\n" " preview Preview the file\n" " screenshot Take a screenshot of the file\n" "\n" msgstr "" "Použití:\n" " gtk-builder-tool [PŘÍKAZ] [VOLBY…] SOUBOR\n" "\n" "Provádí různé ukoly se soubory GtkBuilder (.ui)\n" "\n" "Příkazy:\n" " validate Ověřit soubor\n" " simplify Zjednodušit soubor\n" " enumerate Vypsat všechny pojmenované objekty\n" " preview Náhled souboru\n" " screenshot Pořídit snímek obrazovky dle souboru\n" "\n" #: tools/gtk-builder-tool-enumerate.c:56 tools/gtk-builder-tool-preview.c:179 #: tools/gtk-builder-tool-preview.c:180 tools/gtk-builder-tool-screenshot.c:359 #: tools/gtk-builder-tool-screenshot.c:362 #: tools/gtk-builder-tool-simplify.c:2508 tools/gtk-builder-tool-validate.c:261 msgid "FILE" msgstr "SOUBOR" #: tools/gtk-builder-tool-enumerate.c:64 msgid "Print all named objects." msgstr "Vypíše všechny pojmenované objekty." #: tools/gtk-builder-tool-preview.c:178 msgid "Preview only the named object" msgstr "Náhled pouze pojmenovaných objektů" #: tools/gtk-builder-tool-preview.c:179 tools/gtk-builder-tool-screenshot.c:359 msgid "Use style from CSS file" msgstr "Použít styl ze souboru CSS" #: tools/gtk-builder-tool-preview.c:195 msgid "Preview the file." msgstr "Zobrazí náhled souboru." #: tools/gtk-builder-tool-screenshot.c:358 msgid "Screenshot only the named object" msgstr "Pořídit snímek obrazovky pouze s pojmenovanými objekty" #: tools/gtk-builder-tool-screenshot.c:360 msgid "Save as node file instead of png" msgstr "Uložit jako soubor uzlů namísto png" #: tools/gtk-builder-tool-screenshot.c:361 msgid "Overwrite existing file" msgstr "Přepsat existující soubor" #: tools/gtk-builder-tool-screenshot.c:377 msgid "Take a screenshot of the file." msgstr "Pořídí snímek obrazovky s objekty podle souboru." #: tools/gtk-builder-tool-simplify.c:444 #, c-format msgid "%s:%d: Couldn’t parse value for property '%s': %s\n" msgstr "%s:%d: Nezdařilo se zpracovat hodnotu pro vlastnost „%s“: %s\n" #: tools/gtk-builder-tool-simplify.c:653 #, c-format msgid "%s:%d: %sproperty %s::%s not found\n" msgstr "%s:%d: Vlastnost %s %s::%s nebyla nalezena\n" #: tools/gtk-builder-tool-simplify.c:2434 #, c-format msgid "Can’t load “%s”: %s\n" msgstr "Nezdařilo se načíst „%s“: %s\n" #: tools/gtk-builder-tool-simplify.c:2445 #: tools/gtk-builder-tool-simplify.c:2451 #, c-format msgid "Can’t parse “%s”: %s\n" msgstr "Nezdařilo se zpracovat „%s“: %s\n" #: tools/gtk-builder-tool-simplify.c:2457 #, c-format msgid "Can’t parse “%s”\n" msgstr "Nezdařilo se zpracovat „%s“\n" #: tools/gtk-builder-tool-simplify.c:2483 #, c-format msgid "Failed to read “%s”: %s\n" msgstr "Selhalo čtení „%s“: %s\n" #: tools/gtk-builder-tool-simplify.c:2489 #, c-format msgid "Failed to write %s: “%s”\n" msgstr "Selhal zápis „%s“: %s\n" #: tools/gtk-builder-tool-simplify.c:2506 msgid "Replace the file" msgstr "Nahradit soubor" #: tools/gtk-builder-tool-simplify.c:2507 msgid "Convert from GTK 3 to GTK 4" msgstr "Převést z GTK 3 do GTK 4" #: tools/gtk-builder-tool-simplify.c:2518 msgid "Simplify the file." msgstr "Zjednoduší soubor." #: tools/gtk-builder-tool-simplify.c:2531 #, c-format msgid "No .ui file specified\n" msgstr "Není uveden žádný soubor .ui\n" #: tools/gtk-builder-tool-simplify.c:2537 #, c-format msgid "Can only simplify a single .ui file without --replace\n" msgstr "Bez --replace je pouze možné zjednodušit jeden soubor .ui\n" #: tools/gtk-builder-tool-validate.c:270 msgid "Validate the file." msgstr "Ověří soubor." #: tools/gtk-launch.c:40 msgid "Show program version" msgstr "Zobrazit verzi programu" #. Translators: this message will appear immediately after the #. usage string - Usage: COMMAND [OPTION…] #: tools/gtk-launch.c:74 msgid "APPLICATION [URI…] — launch an APPLICATION" msgstr "APLIKACE [URI…] — spustit APLIKACI" #. Translators: this message will appear after the usage string #. and before the list of options. #: tools/gtk-launch.c:78 msgid "" "Launch an application (specified by its desktop file name),\n" "optionally passing one or more URIs as arguments." msgstr "" "Spustit aplikaci (zadanou tak, jak je uvedená ve svém souboru .desktop),\n" "volitelně předat jako argument jednu nebo více adres URI." #: tools/gtk-launch.c:88 #, c-format msgid "Error parsing commandline options: %s\n" msgstr "Chyba při analýze voleb příkazové řádky: %s\n" #: tools/gtk-launch.c:90 tools/gtk-launch.c:111 #, c-format msgid "Try “%s --help” for more information." msgstr "Více informací viz „%s --help“." #. Translators: the %s is the program name. This error message #. means the user is calling gtk-launch without any argument. #: tools/gtk-launch.c:109 #, c-format msgid "%s: missing application name" msgstr "%s: chybí název aplikace" #: tools/gtk-launch.c:137 #, c-format msgid "Creating AppInfo from id not supported on non unix operating systems" msgstr "" "Vytváření AppInfo z ID není podporováno na jiných než unixových systémech" #. Translators: the first %s is the program name, the second one #. is the application name. #: tools/gtk-launch.c:145 #, c-format msgid "%s: no such application %s" msgstr "%s: neexistuje žádná aplikace s názvem %s" #. Translators: the first %s is the program name, the second one #. is the error message. #: tools/gtk-launch.c:163 #, c-format msgid "%s: error launching application: %s\n" msgstr "%s: chyba při spouštění aplikace: %s\n" #: tools/updateiconcache.c:1391 #, c-format msgid "Failed to write header\n" msgstr "Nezdařil se zápis záhlaví\n" #: tools/updateiconcache.c:1397 #, c-format msgid "Failed to write hash table\n" msgstr "Nezdařil se zápis hešovací tabulky\n" #: tools/updateiconcache.c:1403 #, c-format msgid "Failed to write folder index\n" msgstr "Nezdařil se zápis indexu složky\n" #: tools/updateiconcache.c:1411 #, c-format msgid "Failed to rewrite header\n" msgstr "Nezdařil se přepis záhlaví\n" #: tools/updateiconcache.c:1505 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Nezdařilo se otevřít soubor %s : %s\n" #: tools/updateiconcache.c:1513 tools/updateiconcache.c:1543 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Nezdařil se zápis souboru vyrovnávací paměti: %s\n" #: tools/updateiconcache.c:1553 #, c-format msgid "The generated cache was invalid.\n" msgstr "Vytvořená vyrovnávací paměť byla neplatná.\n" #: tools/updateiconcache.c:1567 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Nelze přejmenovat %s na %s: %s, odstraňuje se tedy %s.\n" #: tools/updateiconcache.c:1581 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Nelze přejmenovat %s na %s: %s\n" #: tools/updateiconcache.c:1591 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s nelze přejmenovat zpět na %s: %s.\n" #: tools/updateiconcache.c:1614 #, c-format msgid "Cache file created successfully.\n" msgstr "Soubor vyrovnávací paměti úspěšně vytvořen.\n" #: tools/updateiconcache.c:1653 msgid "Overwrite an existing cache, even if up to date" msgstr "Přepsat existující vyrovnávací paměť, i když je aktuální" #: tools/updateiconcache.c:1654 msgid "Don’t check for the existence of index.theme" msgstr "Nekontrolovat existenci „index.theme“" #: tools/updateiconcache.c:1655 msgid "Don’t include image data in the cache" msgstr "Nezahrnout do vyrovnávací paměti obrazová data" #: tools/updateiconcache.c:1656 msgid "Include image data in the cache" msgstr "Zahrnout do vyrovnávací paměti obrazová data" #: tools/updateiconcache.c:1657 msgid "Output a C header file" msgstr "Výstupem hlavičkový soubor jazyka C" #: tools/updateiconcache.c:1658 msgid "Turn off verbose output" msgstr "Vypnout podrobný výstup" #: tools/updateiconcache.c:1659 msgid "Validate existing icon cache" msgstr "Ověřit existující vyrovnávací paměť ikon" #: tools/updateiconcache.c:1724 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" #: tools/updateiconcache.c:1730 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Neplatná vyrovnávací paměť ikon: %s\n" #: tools/updateiconcache.c:1743 #, c-format msgid "No theme index file.\n" msgstr "Soubor index motivu neexistuje.\n" #: tools/updateiconcache.c:1747 #, c-format msgid "" "No theme index file in “%s”.\n" "If you really want to create an icon cache here, use --ignore-theme-index.\n" msgstr "" "V „%s“ nebyl nenalezen žádný indexový soubor motivu.\n" "Pokud si zde opravdu přejete vytvořit mezipaměť ikon, použijte --ignore-" "theme-index.\n"