Show
Ignore:
Timestamp:
02/12/2008 04:38:38 PM (9 months ago)
Author:
kamilko
Message:

Complette translation for 2.1.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/pl_PL/core.php

    r1674 r2037  
    1515        'error_message'         => 'Wystąpił błąd w <strong>lini %s</strong> z <strong>%s</strong>.', 
    1616        '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', 
    1727);