Changeset 2037 for trunk/system/i18n/pl_PL/core.php
- Timestamp:
- 02/12/2008 04:38:38 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/i18n/pl_PL/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/pl_PL/core.php
r1674 r2037 15 15 'error_message' => 'Wystąpił błąd w <strong>lini %s</strong> z <strong>%s</strong>.', 16 16 'stack_trace' => 'Zrzut stosu (Stack Trace)', 17 'generic_error' => 'Nie można zakończyć żądania', 18 'errors_disabled' => 'Przejdź na <a href="%s">stronę główną</a> lub <a href="%s">spróbuj znowu</a>.', 19 20 // Resource names 21 'controller' => 'kontroler', 22 'helper' => 'pomocnik', 23 'library' => 'biblioteka', 24 'driver' => 'sterownik', 25 'model' => 'model', 26 'view' => 'widok', 17 27 );
