[ros-diffs] [cfinck] 36431: Maciej Bialas (bjauy at o2.pl): - Polish translation for People Map

cfinck at svn.reactos.org cfinck at svn.reactos.org
Tue Sep 23 20:18:32 CEST 2008


Author: cfinck
Date: Tue Sep 23 13:18:31 2008
New Revision: 36431

URL: http://svn.reactos.org/svn/reactos?rev=36431&view=rev
Log:
Maciej Bialas (bjauy at o2.pl):
- Polish translation for People Map

Added:
    trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php   (with props)
Modified:
    trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php

Added: trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php?rev=36431&view=auto
==============================================================================
--- trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php (added)
+++ trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php [iso-8859-1] Tue Sep 23 13:18:31 2008
@@ -1,0 +1,53 @@
+<?php
+/*
+  PROJECT:    People Map of the ReactOS Website
+  LICENSE:    GPL v2 or any later version
+  FILE:       web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
+  PURPOSE:    Translation
+  COPYRIGHT:  Copyright 2007-2008 Colin Finck <mail at colinfinck.de>
+  TRANSLATOR: Maciej Bialas
+*/
+	
+	/**** English resources (charset=utf-8) ****/
+	$peoplemap_langres["language"] = "Język";
+
+	$peoplemap_langres["header"] = '<a href="http://www.reactos.org/">Strona główna</a> &gt; Mapa Osób ReactOS';
+	$peoplemap_langres["title"] = "Mapa Osób ReactOS";
+	$peoplemap_langres["intro"] = "Poniższa mapa pokazuje położenie deweloperów i użytkowników systemu ReactOS.";
+	
+	$peoplemap_langres["filter"] = "Filtruj poprzez grupę użytkowników";
+	$peoplemap_langres["filter_intro"] = "Zaznacz pole obok danej grupy, aby pokazać lub ukryć wszystkich jej członków na Mapie.";
+	
+	$peoplemap_langres["add"] = "Szukaj użytkownika i dodaj go do Mapy";
+	$peoplemap_langres["add_username"] = "Nazwa użytkownika";
+	$peoplemap_langres["add_fullname"] = "ImiÄ™ i nazwisko";
+	
+	$peoplemap_langres["mylocation"] = "Moje położenie na Mapie";
+	$peoplemap_langres["mylocation_login"] = "Musisz być zalogowany/a, aby ustawić swoje położenie.";
+	$peoplemap_langres["mylocation_login_page"] = "Strona logowania";
+	$peoplemap_langres["mylocation_intro"] = "Tutaj możesz ustawić Twoje położenie na mapie. Możesz to uczynić na kilka sposobów:";
+	$peoplemap_langres["mylocation_marker_intro"] = "Użyj Znacznika i przeciÄ
gnij go w odpowiednie miejsce na Mapie.";
+	$peoplemap_langres["mylocation_marker_button"] = "Użyj Znacznika";
+	$peoplemap_langres["mylocation_marker_save_intro"] = "Naciśnij poniższy przycisk<br/>aby zachować Twoje położenie.";
+	$peoplemap_langres["mylocation_marker_save_button"] = "Zapisz moje położenie";
+	$peoplemap_langres["mylocation_marker_cancel"] = "Anuluj";
+	$peoplemap_langres["mylocation_coordinates_intro"] = "Wprowadź współrzędne w stopniach (dziesiętnie):";
+	$peoplemap_langres["mylocation_coordinates_button"] = "Ustaw";
+	$peoplemap_langres["mylocation_coordinates_invalid"] = "To nie sÄ
 prawidłowe współrzędne!";
+	$peoplemap_langres["mylocation_delete_intro"] = "UżywajÄ
c poniższego przycisku możesz usunÄ
ć Twoje położenie z Mapy.";
+	$peoplemap_langres["mylocation_delete_button"] = "Usuń moje położenie";
+	
+	$peoplemap_langres["latitude"] = "Szerokość geograficzna";
+	$peoplemap_langres["longitude"] = "Długość geograficzna";
+	$peoplemap_langres["removefrommap"] = "Usuń użytkownika z Mapy";
+	$peoplemap_langres["minquerylength"] = "Wprowadź minimum 3 znaki.";
+	$peoplemap_langres["nousers"] = "Brak danych o położeniu tego użytkownika!";
+	$peoplemap_langres["activatejs"] = "Musisz wÅ‚Ä
czyć JavaScript aby korzystać z Mapy Osób!";
+	$peoplemap_langres["unsupportedbrowser"] = "Mapa Osób nie jest wspierana przez TwojÄ
 przeglÄ
darkÄ™.";
+	
+	$peoplemap_langres["count1"] = "PokazujÄ™ <strong>";
+	$peoplemap_langres["count2"] = " z ";
+	$peoplemap_langres["count3"] = "</strong> użytkowników, którzy podali swoje położenie (spośród wszystkich ";
+	$peoplemap_langres["count4"] = " użytkowników)";
+	$peoplemap_langres["icons"] = "Rodzaj ikony";
+?>

Propchange: trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php?rev=36431&r1=36430&r2=36431&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php [iso-8859-1] Tue Sep 23 13:18:31 2008
@@ -12,5 +12,6 @@
 		"en" => "English",
 		"de" => "Deutsch (German)",
 		"es" => "Español (Spanish)",
+		"pl" => "Polski (Polish)",
 	);
 ?>



More information about the Ros-diffs mailing list