Changeset 6242 for extensions/autoupdate
- Timestamp:
- May 19, 2010, 10:49:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/autoupdate/trunk/language/hr_HR/plugin.lang.php
r6196 r6242 22 22 $lang['Checking upgrades for gallery and plugins...'] = 'Provjera nadogradnji galerije i dodataka...'; 23 23 24 /*TODO*/$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo%s';25 /*TODO*/$lang['Two upgrades are available'] = 'Two upgrades are available';26 /*TODO*/$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';27 /*TODO*/$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';28 /*TODO*/$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';29 /*TODO*/$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';30 /*TODO*/$lang['autoupdate_step_1'] = 'First Step';31 /*TODO*/$lang['autoupdate_step_2'] = 'Second Step';32 /*TODO*/$lang['autoupdate_step_3'] = 'Third Step';33 /*TODO*/$lang['Save Template Directory'] = 'Save template directory';34 /*TODO*/$lang['Dump Database'] = 'Dump Database';35 /*TODO*/$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';36 /*TODO*/$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';37 /*TODO*/$lang['Unable to send template directory.'] = 'Unable to send template directory.';38 /*TODO*/$lang['Unable to dump database.'] = 'Unable to dump database.';24 $lang['Upgrade to Piwigo %s'] = 'Nadogradnja na Piwigo inačicu %s'; 25 $lang['Two upgrades are available'] = 'Dvije su nadogradnje dostupne'; 26 $lang['This is a minor upgrade, with only bug corrections.'] = 'Ovo je manja nadogradnja, samo popravke grešeaka.'; 27 $lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'Ovo je veća nadogradnja, sa <a href="%s">novim uzbudljivim mogućnostima</a>.'; 28 $lang['Some themes and plugins may be not available yet.'] = 'Neke teme i dodaci možda nisu još dostupni.'; 29 $lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'Možete nadograditi Piwigo na inačicu %s neposredno, bez nadograđivanja na inačicu Piwigo %s (preporučeno).'; 30 $lang['autoupdate_step_1'] = 'Prvi Korak'; 31 $lang['autoupdate_step_2'] = 'Drugi Korak'; 32 $lang['autoupdate_step_3'] = 'Treći Korak'; 33 $lang['Save Template Directory'] = 'Sačuvaj mapu predložaka'; 34 $lang['Dump Database'] = 'Isprazni bazu podataka'; 35 $lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Uključi povijest posjeta (Pozor: memorijsko ograničenje poslužitelja može biti premašeno)'; 36 $lang['Unable to write new local directory.'] = 'Nemoguć upis u novu lokalnu mapu.'; 37 $lang['Unable to send template directory.'] = 'Nemoguće slanje mape predložaka.'; 38 $lang['Unable to dump database.'] = 'Nemoguće pražnjenje baze podataka.'; 39 39 40 40 ?>
Note: See TracChangeset
for help on using the changeset viewer.