plugins/staticpages/language/polish.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7069 92692fb690fb
child 7422 570b215d953d
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # polish.php
     5 # This is the Polish language page for the Geeklog Static Page Plug-in!
     6 # Translation by Robert Stadnik robert_stadnik@wp.pl
     7 # Copyright (C) 2001 Tony Bibbs
     8 # tony@tonybibbs.com
     9 #
    10 # This program is free software; you can redistribute it and/or
    11 # modify it under the terms of the GNU General Public License
    12 # as published by the Free Software Foundation; either version 2
    13 # of the License, or (at your option) any later version.
    14 #
    15 # This program is distributed in the hope that it will be useful,
    16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    18 # GNU General Public License for more details.
    19 #
    20 # You should have received a copy of the GNU General Public License
    21 # along with this program; if not, write to the Free Software
    22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    23 #
    24 ###############################################################################
    25 
    26 global $LANG32;
    27 
    28 ###############################################################################
    29 # Array Format:
    30 # $LANGXX[YY]:  $LANG - variable name
    31 #               XX    - file id number
    32 #               YY    - phrase id number
    33 ###############################################################################
    34 
    35 $LANG_STATIC = array(
    36     'newpage' => 'Nowa Strona',
    37     'adminhome' => 'Centrum Admina',
    38     'staticpages' => 'Strony Statyczne',
    39     'staticpageeditor' => 'Edytor Stron Statycznych',
    40     'writtenby' => 'Autor',
    41     'date' => 'Ostatnia Aktualizacja',
    42     'title' => 'Tytuł',
    43     'content' => 'Zawartość',
    44     'hits' => 'Odsłon',
    45     'staticpagelist' => 'Lista Stron Statycznych',
    46     'url' => 'URL',
    47     'edit' => 'Edycja',
    48     'lastupdated' => 'Ostatnia Aktualizacja',
    49     'pageformat' => 'Format Strony',
    50     'leftrightblocks' => 'Lewe & Prawe Bloki',
    51     'blankpage' => 'Nowe Okno',
    52     'noblocks' => 'Bez Bloków',
    53     'leftblocks' => 'Lewe Bloki',
    54     'addtomenu' => 'Dodaj Do Menu',
    55     'label' => 'Etykieta',
    56     'nopages' => 'Brak stron statycznych w systemie',
    57     'save' => 'zapisz',
    58     'preview' => 'podgląd',
    59     'delete' => 'kasuj',
    60     'cancel' => 'anuluj',
    61     'access_denied' => 'Odmowa Dostępu',
    62     'access_denied_msg' => 'Próbujesz nielegalnie  dostać się do panelu administrującego Stronami Statycznymi.  Proszę mieć na uwadze, że wszelkie nieautoryzowane próby wejścia są logowane',
    63     'all_html_allowed' => 'Wszystkie Znaczniki HTML są dozwolone',
    64     'results' => 'Wyniki Dla Stron Statycznych',
    65     'author' => 'Autor',
    66     'no_title_or_content' => 'Musisz wypełnić co najmniej pola <b>Tytuł</b> i <b>Zawartość</b>.',
    67     'no_such_page_anon' => 'Prosze się zalogować..',
    68     'no_page_access_msg' => "Może to być spowodowane tym, że nie jesteś zalogowana/-y lub zarejestrowanan/-y w Serwisie {$_CONF['site_name']}. Proszę <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> zarejestrować się</a> of {$_CONF['site_name']} aby otrzymać przywileje użytkowników zarejestrowanych",
    69     'php_msg' => 'PHP: ',
    70     'php_warn' => 'Uwaga: jeśli aktywujesz tę opcję to kod PHP zawarty w Twojej stronie zostanie zweryfikowany. Używaj ostrożnie !!',
    71     'exit_msg' => 'Rodzaj Wyjścia: ',
    72     'exit_info' => 'Aktywuj na potrzeby komunikatu Wymagany Login.  Zostaw puste dla normalnego testu zabezpieczeń i komunikatu.',
    73     'deny_msg' => 'Brak dostępu do tej strony. Albo strona została przeniesiona/usunięta albo nie masz wystarczających uprawnień.',
    74     'stats_headline' => '10 Najpopularniejszych Stron Statycznych',
    75     'stats_page_title' => 'Tytuł Strony',
    76     'stats_hits' => 'Odsłon',
    77     'stats_no_hits' => 'Wygląda na to, że nie ma żadnych stron statycznych albo nikt ich do tej pory nie oglądał.',
    78     'id' => 'ID',
    79     'duplicate_id' => 'Wybrane ID dla danej strony jest już w użyciu. Proszę wpisać inne ID.',
    80     'instructions' => 'Aby zmodyfikować lub usunąć stronę statyczną, kliknij na numer strony poniżej. Aby podglądnąć stronę statyczną, kliknij na tytuł strony. Aby stworzyć nową stronę kliknij Nowa Strona powyżej. Kliknij [C] aby skopiować istniejącą stronę.',
    81     'centerblock' => 'Blok Środkowy: ',
    82     'centerblock_msg' => 'W przypadku zaznaczenia, dana Strona Statyczna będzie widoczna jako blok środkowy na stronie głównej.',
    83     'topic' => 'Sekcja: ',
    84     'position' => 'Pozycja: ',
    85     'all_topics' => 'Wszystkie',
    86     'no_topic' => 'Tylko Strona Główna',
    87     'position_top' => 'Góra Strony',
    88     'position_feat' => 'Po Artykule Dnia',
    89     'position_bottom' => 'Dół Strony',
    90     'position_entire' => 'Cała Strona',
    91     'head_centerblock' => 'Blok Środkowy',
    92     'centerblock_no' => 'Nie',
    93     'centerblock_top' => 'Góra',
    94     'centerblock_feat' => 'Strona Dnia',
    95     'centerblock_bottom' => 'Dół',
    96     'centerblock_entire' => 'Cała Strona',
    97     'inblock_msg' => 'W bloku: ',
    98     'inblock_info' => 'Zawijaj Stronę Statyczną w bloku.',
    99     'title_edit' => 'Edycja strony',
   100     'title_copy' => 'Utwórz kopię tej strony',
   101     'title_display' => 'Pokaż stronę',
   102     'select_php_none' => 'nie wykonuj kodu PHP',
   103     'select_php_return' => 'wykonaj kod PHP (enter)',
   104     'select_php_free' => 'wykonaj kod PHP',
   105     'php_not_activated' => "Używanie PHP w stronie statycznej nie jest aktywne. Sprawdź szczegóły w <a href=\"{$_CONF['site_url']}/docs/english/staticpages.html#php\">dokumentacji</a>.",
   106     'printable_format' => 'Printable Format',
   107     'copy' => 'Copy',
   108     'limit_results' => 'Limit Results',
   109     'search' => 'Search',
   110     'submit' => 'Submit'
   111 );
   112 
   113 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
   114 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
   115 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
   116 
   117 // Messages for the plugin upgrade
   118 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
   119 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
   120 
   121 // Localization of the Admin Configuration UI
   122 $LANG_configsections['staticpages'] = array(
   123     'label' => 'Static Pages',
   124     'title' => 'Static Pages Configuration'
   125 );
   126 
   127 $LANG_confignames['staticpages'] = array(
   128     'allow_php' => 'Allow PHP?',
   129     'sort_by' => 'Sort Centerblocks by',
   130     'sort_menu_by' => 'Sort Menu Entries by',
   131     'delete_pages' => 'Delete Pages with Owner?',
   132     'in_block' => 'Wrap Pages in Block?',
   133     'show_hits' => 'Show Hits?',
   134     'show_date' => 'Show Date?',
   135     'filter_html' => 'Filter HTML?',
   136     'censor' => 'Censor Content?',
   137     'default_permissions' => 'Page Default Permissions',
   138     'aftersave' => 'After Saving Page',
   139     'atom_max_items' => 'Max. Pages in Webservices Feed',
   140     'meta_tags' => 'Enable Meta Tags'
   141 );
   142 
   143 $LANG_configsubgroups['staticpages'] = array(
   144     'sg_main' => 'Main Settings'
   145 );
   146 
   147 $LANG_fs['staticpages'] = array(
   148     'fs_main' => 'Static Pages Main Settings',
   149     'fs_permissions' => 'Default Permissions'
   150 );
   151 
   152 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
   153 $LANG_configselects['staticpages'] = array(
   154     0 => array('True' => 1, 'False' => 0),
   155     1 => array('True' => true, 'False' => false),
   156     2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
   157     3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
   158     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
   159     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)
   160 );
   161 
   162 ?>