[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 ############################################################################### 4 # english.php 5 # This is the polish language page for the Geeklog links Plug-in! 6 # 7 # Copyright (C) 2006 Robert Stadnik 8 # geeklog_pl AT geeklog DOT now DOT pl 9 # This program is free software; you can redistribute it and/or 10 # modify it under the terms of the GNU General Public License 11 # as published by the Free Software Foundation; either version 2 12 # of the License, or (at your option) any later version. 13 # 14 # This program is distributed in the hope that it will be useful, 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 # GNU General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 # 23 ############################################################################### 24 # $Id: polish.php,v 1.2 2006/05/13 17:13:08 dhaun Exp $ 25 26 /** 27 * This is the english language page for the Geeklog links Plug-in! 28 * 29 * @package Links 30 * @subpackage Language 31 * @filesource 32 * @version 1.0 33 * @since GL 1.4.0 34 * @copyright Copyright © 2005 35 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 36 * @author Trinity Bays <trinity93@steubentech.com> 37 * @author Tony Bibbs <tony@tonybibbs.com> 38 * @author Tom Willett <twillett@users.sourceforge.net> 39 * @author Blaine Lang <langmail@sympatico.ca> 40 * @author Dirk Haun <dirk@haun-online.de> 41 * 42 */ 43 44 45 ############################################################################### 46 # Array Format: 47 # $LANGXX[YY]: $LANG - variable name 48 # XX - file id number 49 # YY - phrase id number 50 ############################################################################### 51 /** 52 * the link plugin's lang array 53 * 54 * @global array $LANG_LINKS 55 */ 56 $LANG_LINKS= array( 57 10 => 'Przesłane Linki', 58 14 => 'Linki', 59 84 => 'LINKI', 60 88 => 'Brak nowych linków', 61 114 => 'Linki', 62 116 => 'Dodaj Link' 63 ); 64 65 ############################################################################### 66 # for stats 67 /** 68 * the link plugin's lang stats array 69 * 70 * @global array $LANG_LINKS_STATS 71 */ 72 $LANG_LINKS_STATS = array( 73 'links' => 'Liczba Linków (Kliknięć) w Serwisie', 74 'stats_headline' => '10 Najpopularniejszych Linków', 75 'stats_page_title' => 'Linki', 76 'stats_hits' => 'Odsłon', 77 'stats_no_hits' => 'Wygląda na to, że nie ma żadnych linków albo nikt jeszcze nie kliknął na żaden link.', 78 ); 79 80 ############################################################################### 81 # for the search 82 /** 83 * the link plugin's lang search array 84 * 85 * @global array $LANG_LINKS_SEARCH 86 */ 87 $LANG_LINKS_SEARCH = array( 88 'results' => 'Linki - Wyniki', 89 'title' => 'Tytuł', 90 'date' => 'Dodano', 91 'author' => 'Przesłany przez', 92 'hits' => 'Kliknięć' 93 ); 94 ############################################################################### 95 # for the submission form 96 /** 97 * the link plugin's lang submit form array 98 * 99 * @global array $LANG_LINKS_SUBMIT 100 */ 101 $LANG_LINKS_SUBMIT = array( 102 1 => 'Prześlij Link', 103 2 => 'Link', 104 3 => 'Kategoria', 105 4 => 'Inne', 106 5 => 'Jeśli Inne, proszę sprecyzować jaka', 107 6 => 'Błą: Brak Kategorii', 108 7 => 'Podczas wyboru "Inne" proszę podać nazwę kategorii', 109 8 => 'Tytuł', 110 9 => 'URL', 111 10 => 'Kategoria', 112 11 => 'Prześlij Link' 113 ); 114 115 ############################################################################### 116 # Messages for COM_showMessage the submission form 117 118 $PLG_links_MESSAGE1 = "Dziękuję za przesłanie linka. Po zatwierdzeniu link pojawi się w sekcji <a href={$_CONF['site_url']}/links/index.php>linki</a>."; 119 $PLG_links_MESSAGE2 = 'Link został zapisany.'; 120 $PLG_links_MESSAGE3 = 'Link został wykasowany.'; 121 $PLG_links_MESSAGE4 = "Dziękuję za przesłanie linka. Link jest dostępny w sekcji <a href={$_CONF['site_url']}/links/index.php>linki</a>."; 122 123 // Messages for the plugin upgrade 124 $PLG_links_MESSAGE3002 = $LANG32[9]; 125 126 ############################################################################### 127 # admin/link.php 128 /** 129 * the link plugin's lang admin array 130 * 131 * @global array $LANG_LINKS_ADMIN 132 */ 133 $LANG_LINKS_ADMIN = array( 134 1 => 'Edytor Linków', 135 2 => 'ID Linka', 136 3 => 'Tytuł Linka', 137 4 => 'URL Link', 138 5 => 'Kategoria', 139 6 => '(włącznie z http://)', 140 7 => 'Inne', 141 8 => 'Odsłon', 142 9 => 'Opis Linka', 143 10 => 'Musisz podać Tytuł, URL, i Opis.', 144 11 => 'Menadżer Linków', 145 12 => 'Aby zmodyfikować lub wykasować link, kliknij na ikonę edycji poniżej. Aby stworzyć nowy link, kliknij na "Nowy Link" powyżej.', 146 14 => 'Kategoria Linka', 147 16 => 'Odmowa Dostępu', 148 17 => "Nie masz uprawnień do tego linka. Twoja próba wejścia została zarejestrowana w logu. Proszę <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">do ekranu zarządzania linkami</a>.", 149 20 => 'Jeśli inna, podaj jaka', 150 21 => 'zapisz', 151 22 => 'anuluj', 152 23 => 'kasuj' 153 ); 154 155 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce ŕ PHPXref 0.7 |
![]() |