Changeset 7024 for trunk/language/cs_CZ


Ignore:
Timestamp:
Sep 28, 2010, 1:32:09 AM (14 years ago)
Author:
plg
Message:

feature 1616: rename category into album, a few language keys were missing

Location:
trunk/language/cs_CZ
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/cs_CZ/admin.lang.php

    r6993 r7024  
    355355$lang['status'] = 'Stav';
    356356$lang['Directory'] = 'Adresář';
    357 $lang['sub-categories'] = 'Podkategorie';
     357$lang['sub-albums'] = 'Podkategorie';
    358358$lang['synchronize metadata'] = 'Synchronizovat metadata';
    359359$lang['target'] = 'Cíl';
     
    406406$lang['File/directory read error'] = 'Chyba při čtení souboru/adresáře';
    407407$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = 'Soubor nebo adresář není přístupný nebo neexistuje';
    408 $lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ souboru vyžaduje náhled. Náhled musí být umístěn v podadresáři "thumbnail" v adresáři s kategorií. Název souboru náhledu musí začínat nastavenou předponou a přípona musí korespondovat s následujícím seznamem :';
     408$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ souboru vyžaduje náhled. Náhled musí být umístěn v podadresáři "thumbnail" v adresáři s kategorií. Název souboru náhledu musí začínat nastavenou předponou a přípona musí korespondovat s následujícím seznamem :';
    409409$lang['missing thumbnail'] = 'žádný náhled';
    410410$lang['albums deleted in the database'] = 'kategorií odstraněno z databáze';
     
    438438$lang['user_status_normal'] = 'Uživatel';
    439439$lang['user_status_webmaster'] = 'Administrátor';
    440 $lang['Virtual category'] = 'Virtuální kategorie';
     440$lang['Virtual album'] = 'Virtuální kategorie';
    441441$lang['Waiting'] = 'Ke schválení';
    442442$lang['default'] = 'výchozí';
     
    463463$lang['Send an information email to group members'] = 'Poslat informační e-mail uživatelům skupiny';
    464464$lang['Group'] = 'Skupina';
    465 $lang['[%s] Come to visit the category %s'] = '[%s] Navštívilo kategorii %s';
     465$lang['[%s] Visit album %s'] = '[%s] Navštívilo kategorii %s';
    466466$lang['Hello,'] = 'Dobrý den,';
    467467$lang['See you soon.'] = 'Nashledanou.';
    468 $lang['Come to discover the category:'] = 'Navštivte kategorii:';
     468$lang['Discover album:'] = 'Navštivte kategorii:';
    469469$lang['Mail content'] = 'Obsah e-mailu';
    470470$lang['none'] = 'žádný';
  • trunk/language/cs_CZ/upgrade.lang.php

    r6335 r7024  
    3737
    3838// Upgrade informations from upgrade_1.3.1.php
    39 $lang['All sub-categories of private categories become private'] = 'Všechny pod-ketegorie privátních kategorií se stanou privátními';
     39$lang['All sub-albums of private albums become private'] = 'Všechny pod-ketegorie privátních kategorií se stanou privátními';
    4040$lang['User permissions and group permissions have been erased'] = 'Uživatelská oprávnění a oprávnění skupin byla vymazána';
    4141$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Z předchozí konfigurace byly zachovány pouze předpony náhledů a email adresa správce.';
Note: See TracChangeset for help on using the changeset viewer.