- Timestamp:
- 09/24/2008 05:15:50 AM (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/i18n/pl_PL/download.php
r3332 r3482 4 4 ( 5 5 'title' => 'Pobieranie', 6 'archive_description' => 'Compressed archive creation, supports zip, tar, gzip, and bzip.', 6 7 'auth_description' => 'Simple authentication and user management. Uses <a href="http://docs.kohanaphp.com/libraries/orm">ORM</a> for models.', 7 8 'forge_description' => 'Object-oriented form generation and templating.', 9 'gmaps_description' => 'Google Maps integration, geolocation, and API support.', 8 10 'media_description' => 'Media caching, compression, and aggregation for CSS and Javascript files.', 9 11 'kodoc_description' => 'Dynamic self-generated documentation. (Beta!)', 12 'payment_description' => 'Provides merchant and payment gateway wrappers. Supports Authorize.net, PayPal, Trident, Trust Commerce, and YourPay.', 10 13 'markdown_description' => 'Text formatting tool that offers text to HTML markup with a natural syntax.', 11 14 'swift_description' => 'Feature-rich emailing library that supports HTML email, STMP connections, and many other features.', … … 13 16 'lang_en_US' => 'Angielski (US)', 14 17 'lang_en_GB' => 'Angielski (UK)', 18 'lang_es_AR' => 'Hiszpański (Argentyna)', 19 'lang_es_ES' => 'Hiszpański', 15 20 'lang_nl_NL' => 'Holenderski', 21 'lang_fi_FI' => 'Fiński', 16 22 'lang_fr_FR' => 'Francuski', 23 'lang_it_IT' => 'Włoski', 17 24 'lang_de_DE' => 'Niemiecki', 18 25 'lang_mk_MK' => 'Macedoński', 19 'lang_es_ES' => 'Hiszpański', 26 'lang_pt_BR' => 'Portugalski (Brazylia)', 27 'lang_ru_RU' => 'Rosyjski', 20 28 'lang_pl_PL' => 'Polski', 21 29 'zip_archive' => 'Archiwum Zip',
