java/rozsirene-atributy/src/cz/frantovo/rozsireneatributy/Překlady_en.properties
author František Kučera <franta-hg@frantovo.cz>
Tue, 12 Dec 2023 21:19:11 +0100
branchv_0
changeset 30 d511e4bf7d8f
parent 28 c2ffda907125
child 31 1ab5ce94a146
permissions -rw-r--r--
volitelné zamykání souborů (POSIX) a zaslání notifikace ostatním aplikacím (inotify/CLOSE_WRITE)
     1 titulek=Extended Attributes of file: {0}
     2 
     3 chyba.titulek=Error
     4 chyba.souborNeexistuje=File does not exist: {0}
     5 chyba.chyb\u00edParametr=Expecting one parameter \u2013 file name.
     6 chyba.nepoda\u0159iloSeSmazat=Failed to delete the attribute.
     7 chyba.nepoda\u0159iloSeNa\u010d\u00edst=Failed to load attributes.
     8 chyba.nepoda\u0159iloSeNastavitZ\u00e1mek=Unable to lock the file.
     9 chyba.lzeZamknoutJenSoubor=File locking is supported only for regular files, not for directories or specials.
    10 
    11 tabulka.n\u00e1zev=Name
    12 tabulka.hodnota=Value
    13 
    14 p\u0159idatAtribut=Add attribute
    15 smazatAtribut=Delete attribute
    16 znovuNa\u010d\u00edst=Reload all
    17 zamknout=Lock
    18 zamknout.popis=Open the file for write and lock it. On unlocking, release the lock and close the file.