Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/language/lang_polish: lang_main.php
Date: Thu, 13 Sep 2007 11:22:26
Message-Id: E1IVmf9-0003FF-AU@stork.gentoo.org
1 tomk 07/09/13 11:15:11
2
3 Modified: lang_main.php
4 Log:
5 Fixed error explaining about avatar sizes, thanks to cla.
6
7 Revision Changes Path
8 1.7 forums/htdocs/language/lang_polish/lang_main.php
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/language/lang_polish/lang_main.php?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/language/lang_polish/lang_main.php?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/language/lang_polish/lang_main.php?r1=1.6&r2=1.7
13
14 Index: lang_main.php
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/language/lang_polish/lang_main.php,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- lang_main.php 4 Sep 2007 07:32:37 -0000 1.6
21 +++ lang_main.php 13 Sep 2007 11:15:10 -0000 1.7
22 @@ -6,7 +6,7 @@
23 * copyright : (C) 2001 The phpBB Group
24 * email : support@×××××.com
25 *
26 - * $Id: lang_main.php,v 1.6 2007/09/04 07:32:37 tomk Exp $
27 + * $Id: lang_main.php,v 1.7 2007/09/13 11:15:10 tomk Exp $
28 *
29 ****************************************************************************/
30
31 @@ -614,7 +614,7 @@
32 $lang['Signature_too_long'] = 'Twój podpis jest za długi';
33 $lang['Fields_empty'] = 'Musisz wypełnić wymagane pola';
34 $lang['Avatar_filetype'] = 'Emblemat musi być typu .jpg, .gif lub .png';
35 -$lang['Avatar_filesize'] = 'Rozmiar emblematu musi być większy niż 0 kB i mniejszy niż'; // followed by xx kB, xx being the size
36 +$lang['Avatar_filesize'] = 'Rozmiar emblematu musi być większy niż 0 kB i mniejszy niż %d kB'; // followed by xx kB, xx being the size
37 $lang['Avatar_imagesize'] = 'Emblemat musi być mniejszy niż %d pikseli szerokości i %d pikseli wysokości';
38
39 $lang['Welcome_subject'] = 'Witamy na Forum %s';
40 @@ -1027,4 +1027,4 @@
41 $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted';
42 $lang['Session_invalid'] = 'Invalid Session. Please resubmit the form.';
43
44 -?>
45 \ No newline at end of file
46 +?>
47
48
49
50 --
51 gentoo-commits@g.o mailing list