Changeset 7024 for trunk/language/hr_HR


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/hr_HR
Files:
2 edited

Legend:

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

    r6993 r7024  
    348348$lang['status'] = 'stanje';
    349349$lang['Directory'] = 'Mapa';
    350 $lang['sub-categories'] = 'podskupine';
     350$lang['sub-albums'] = 'podskupine';
    351351$lang['synchronize metadata'] = 'uskladi meta podatke';
    352352$lang['target'] = 'odredište';
     
    399399$lang['File/directory read error'] = 'Greška čitanja zapisa/mape';
    400400$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = 'Zapisu ili mapi se ne može pristupiti (ne postoji ili je pristup zabranjen)';
    401 $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 :'] = 'tip slikovnog zapisa zahtjeva poveznu sličicu. Povezna sličica mora biti prisutna u podmapi "thumbnail" mape skupine. Naziv povezne sličice mora počinjati sa pretpostavljenim predznakom i nastavak mora biti jedan od popisanih :';
     401$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 :'] = 'tip slikovnog zapisa zahtjeva poveznu sličicu. Povezna sličica mora biti prisutna u podmapi "thumbnail" mape skupine. Naziv povezne sličice mora počinjati sa pretpostavljenim predznakom i nastavak mora biti jedan od popisanih :';
    402402$lang['missing thumbnail'] = 'nedostajuće povezne sličice';
    403403$lang['albums deleted in the database'] = 'skupine izbrisane iz baze podataka';
     
    431431$lang['user_status_normal'] = 'Korisnik';
    432432$lang['user_status_webmaster'] = 'Webmaster';
    433 $lang['Virtual category'] = 'Nestvarna skupina';
     433$lang['Virtual album'] = 'Nestvarna skupina';
    434434$lang['Waiting'] = 'Čekanje';
    435435$lang['default'] = 'pretpostavljeno';
     
    456456$lang['Send an information email to group members'] = 'Pošalji obavijesni e-mail članovima grupe';
    457457$lang['Group'] = 'Grupa';
    458 $lang['[%s] Come to visit the category %s'] = '[%s] Dođite i pogledajte skupinu %s';
     458$lang['[%s] Visit album %s'] = '[%s] Dođite i pogledajte skupinu %s';
    459459$lang['Hello,'] = 'Pozdrav,';
    460460$lang['See you soon.'] = 'Do skorog viđenja.';
    461 $lang['Come to discover the category:'] = 'Dođite i otkrijte skupinu:';
     461$lang['Discover album:'] = 'Dođite i otkrijte skupinu:';
    462462$lang['Mail content'] = 'sadržaj e-mail poruke';
    463463$lang['none'] = 'ni jedan';
  • trunk/language/hr_HR/upgrade.lang.php

    r6335 r7024  
    3434
    3535// Upgrade informations from upgrade_1.3.1.php
    36 $lang['All sub-categories of private categories become private'] = 'Sve podskupine osobnih skupina postaju osobne';
     36$lang['All sub-albums of private albums become private'] = 'Sve podskupine osobnih skupina postaju osobne';
    3737$lang['User permissions and group permissions have been erased'] = 'Korisničke i grupne dozvole su izbrisane';
    3838$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Jedino su predznaci poveznih sličica i webmaster-ova e-mail adresa sačuvane iz prethodne postave';
Note: See TracChangeset for help on using the changeset viewer.