From the Lukasz Stafiniak pages

PmWiki Pl: XL Page

Strona zawiera polskie wersje poleceń systemu PmWiki w formacie UTF-8. Zobacz dalej, aby przeczytać instrukcje instalacji.

 
  ### Character encoding, e.g. 'iso-8859-2' or 'utf-8' 
  'xlpage-i18n' => 'utf-8'
  ### Locale identifier, e.g. 'de' or 'cs_CZ.ISO-8859-2'
  'Locale' => 'pl',
  ### Time format, e.g. '%Y-%m-%d %H:%M EET'
  'TimeFmt' => '%d.%m.%Y, %H:%M',

  ### Standard layout strings
  'View' => 'Wyświetl',
  'Edit' => 'Edytuj',
  'History' => 'Historia zmian',
  'Print' => 'Wydrukuj',
  'Recent Changes' => 'Ostatnie zmiany',
  'Search' => 'Wyszukaj',
  'Page last modified on {$LastModified}' => 'Data ostatniej modyfikacji: {$LastModified}',
  'Go' => 'Przejdź',
  'All Recent Changes' => 'Wszystkie ostatnie zmiany', 
  # access keys
  'ak_view' => '',
  'ak_edit' => '',
  'ak_history' => '',
  'ak_print' => '',
  'ak_recentchanges' => ''

  ### Print layout strings
  'From $WikiTitle' => '',
  'Retrieved from {$PageUrl}' => '',

  ### Page locations
  '{$SiteGroup}/EditQuickReference' => '',
  '{$SiteGroup}/UploadQuickReference' => '',
  '{$SiteGroup}/Search' => '',
  '{$Group}/RecentChanges' => '',

  ### Browse page strings
  'redirected from' => 'przekierowano z:',

  ### Edit page strings
  'Editing {$FullName}' => 'Edycja strony {$FullName}',
  'Save' => 'Zapisz', 
  'Save and edit' => 'Zapisz i kontynuuj edycję',
  'Save as draft' => 'Zapisz jako szkic',  
  'Preview' => 'Podgląd',
  'Cancel' => 'Anuluj',
  'Reset' => 'Przywróć',
  'Author' => 'Autor',
  'An author name is required.' => 'Wymagane jest podanie autora.',
  'Summary' => 'Opis zmian',
  'This is a minor edit' => 'Wprowadzono tylko drobne zmiany',
  'Preview {$FullName}' => 'Podgląd strony {$FullName}',
  'End of preview -- remember to save' => 'Koniec podglądu - nie zapomnij zapisać zmian',
  'Page is unsaved' => 'Strona nie została zapisana',
  'Top' => 'Na górę',
  # access keys
  'ak_save' => '',
  'ak_saveedit' => '',
  'ak_preview' => '',
  # 'ak_savedraft' => '',

  ### Page history strings
  '{$FullName} History' => 'Historia zmian strony {$FullName}',
  'Show minor edits' => 'Wyświetl drobne zmiany',
  'Hide minor edits' => 'Ukryj drobne zmiany',
  'Show changes to markup' => 'Wyświetl zmiany znaczników',
  'Show changes to output' => 'Wyświetl zmiany wyglądu',
  'by' => 'wprowadził',
  'Restore' => 'Przywróć',
  'Added line $DiffLines:' => 'Dodano linię $DiffLines:',
  'Added lines $DiffLines:' => 'Dodano linie $DiffLines:',
  'Changed line $DiffLines from:' => 'Zmieniono linię $DiffLines z:',
  'Changed lines $DiffLines from:' => 'Zmieniono linie $DiffLines z:',
  'Deleted line $DiffLines:' => 'Usunięto linię $DiffLines:',
  'Deleted lines $DiffLines:' => 'Usunięto linie $DiffLines:',
  'to:' => 'na:',

  ### Page attribute strings
  'Attributes' => 'Ustawienia',
  '{$FullName} Attributes' => 'Ustawienia strony {$FullName}',
  'Set new read password:' => 'Podaj nowe hasło uprawniające do odczytu:',
  'Set new edit password:' => 'Podaj nowe hasło uprawniające do edycji:',
  'Set new attribute password:' => 'Podaj nowe hasło uprawniające do zmiany ustawień:',
  '(set by $PWSource)' => '(ustaw przez $PWSource)',
  '(using $PWCascade password)' => 'używanie hasła $PWCascade',

  'EnterAttributes' => "Enter new attributes for this page below.  Leaving a field blank will leave the attribute unchanged.  To clear an attribute, enter 'clear'.",

  ## Authorization strings
  'Name' => 'Nazwa',
  'Password' => 'Hasło',
  'Password required' => 'Wymagane jest hasło',
  'Name/password not recognized' => 'Nie rozpoznano nazwy/hasła',

  ### Search strings
  'Search' => 'Wyszukaj',
  'Search Results' => 'Wyniki wyszukiwań',
  'SearchFor' => 'Wynik poszukiwania frazy <em>$Needle</em>',
  'SearchFound' => 'Przeszukano $MatchSearched stron. Poszukiwaną frazę znaleziono na $MatchCount stronach(-nie).',

  ### Upload strings
  'Attach' => 'Załącz',
  'Uploads' => 'Załączniki',
  'Attachments for' => 'Załączniki do strony',
  'File to upload:' => 'Wysyłany plik:',
  'Name attachment as:' => 'Nazwij załącznik jako:',
  'Upload' => 'Wyślij',
  'ULsuccess' => 'wysłano poprawnie',
  'ULbadname' => 'zła nazwa pliku',
  'ULbadtype' => 'nie wolno wysyłać plików o rozszerzeniu \'$upext\'',
  'ULtoobig' => 'serwer WWW nie pozwala wysyłać tak dużych plików',
  'ULtoobigext' => 'wysyłane pliki \'$upext\' nie mogą być dłuższe niż $upextmax bajtów',
  'ULpartial' => 'wysłano tylko fragment pliku',
  'ULnofile' => 'nie wysłano pliku',
  'ULexists' => 'plik o tej nazwie już istnieje',
  'ULpquota' => 'przekroczono limit miejsca dla grupy',
  'ULtquota' => 'przekroczono limit miejsca dla wysyłanych plików',
  'Set new upload password:' => 'Podaj nowe hasło uprawniające do wysyłania plików:', 

  ### GuiEdit button bar
  'Emphasized' => 'Wyróżnienie',
  'Emphasized (italic)' => 'Wyróżnienie (kursywa)',
  'Strong' => '',
  'Strong (bold)' => '',
  'Page link' => 'Odnośnik do strony',
  'Link to internal page' => 'Odnośnik do wewnętrznej strony',
  'link text' => 'Tekst odnośnika',
  'Link to external page' => 'Odnośnik do zewnętrznej strony',
  'file.ext' => 'plik.rozszerzenie',
  'Attach file' => 'Załącz plik',
  'Big text' => 'Duży tekst',
  'Small text' => 'Mały tekst',
  'Superscript' => 'Indeks górny',
  'Subscript' => 'Indeks dolny',
  'Heading' => 'Nagłówek',
  'Subheading' => '',
  'Center' => 'Wyśrodkowanie',
  'Unordered list' => 'Lista nieuporządkowana',
  'Unordered (bullet) list' => 'Lista nieuporządkowana (z kropkami)',
  'Ordered list' => 'Lista uporządkowana',
  'Ordered (numbered) list' => 'Lista uporządkowana (ponumerowana)',
  'Indented text' => 'Tekst z wcięciem',
  'Hanging indent' => '',
  'Horizontal rule' => 'Linia pozioma',
  'Table' => 'Tabela',
  # access keys
  # 'ak_em' => '',
  # 'ak_strong' => '',

  ### Others
  'not found' => 'nie znaleziono',
  '(approve sites)' => '(zaakceptuj linki)',
  'This post has been blocked by the administrator' => 'Ten post został zablokowany przez administratora',
  'Password encryption' => 'Szyfrowanie hasła',
  'Name/password not recognized' => 'Nie rozpoznano nazwy/hasła',
  'EditConflict' => "The page you are editing has been modified since you started editing it.  The modifications have been merged into the text below, you may want to verify the results of the merge before pressing save.  Conflicts the system couldn't resolve are bracketed by &lt;&lt;&lt;&lt;&lt;&lt;&lt; and &gt;&gt;&gt;&gt;&gt;&gt;&gt;."
  'EditWarning' => "The page you are editing has been modified since you started editing it.  If you continue, your changes will overwrite any changes that others have made.",
  'View changes' => 'Wyświetl zmiany',

  ### Historical
  ## pre-2.1 phrases
  'Page last modified on $LastModified' =>     'Data ostatniej modyfikacji: $LastModified',
  'Editing `{$FullName}' => 'Edycja strony `{$FullName}',
  'Describe $Name here.' => 'Tu możesz dodać opis zagadnienia $Name.',
  'Preview `{$FullName}' => 'Podgląd strony `{$FullName}',
  '$FullName History' => 'Historia zmian strony $FullName',
  'Page Attributes' => 'Ustawienia strony',
  '$FullName Attributes' => 'Ustawienia strony $FullName',
  'SearchWiki' => 'Wyszukaj', 
  'Printable View' => 'Wersja do druku', 
  'Page History' => 'Historia zmian', 
  'Edit Page' => 'Edytuj stronę', 
  'WikiHelp' => 'Pomoc',


Uwagi (Notes)

Autorzy (Contributors)

Copyright © 2005–2006 the Main wiki and its authors

Links

  1. www.iit.pwr.wroc.pl/~wthomas
  2. pmail.pl/~raven/index.xhtml

Retrieved from http://ii.uni.wroc.pl/~lukstafi/pmwiki/index.php?n=PmWikiPl.XLPage

Page last modified on April 22, 2006, at 08:40 PM