|
From: Paul S. O. <ps...@us...> - 2002-03-02 18:13:31
|
Update of /cvsroot/phpbb/phpBB2/language/lang_polish In directory usw-pr-cvs1:/tmp/cvs-serv10377/language/lang_polish Modified Files: lang_main.php Log Message: Changed way subject is sent to email ... handled by templates where necessary ... all translators please note these changes! Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_polish/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** lang_main.php 2 Mar 2002 00:27:37 -0000 1.7 --- lang_main.php 2 Mar 2002 18:13:25 -0000 1.8 *************** *** 28,34 **** //setlocale(LC_ALL, "pl"); $lang['ENCODING'] = "iso-8859-2"; ! $lang['DIRECTION'] = "LTR"; ! $lang['LEFT'] = "LEFT"; ! $lang['RIGHT'] = "RIGHT"; $lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format --- 28,34 ---- //setlocale(LC_ALL, "pl"); $lang['ENCODING'] = "iso-8859-2"; ! $lang['DIRECTION'] = "ltr"; ! $lang['LEFT'] = "left"; ! $lang['RIGHT'] = "right"; $lang['DATE_FORMAT'] = "d M Y"; // This should be changed to the default date format for your language, php date() format *************** *** 592,598 **** $lang['Avatar_filetype'] = "Emblemat musi byæ typu .jpg, .gif lub .png"; $lang['Avatar_filesize'] = "Rozmiar emblematu musi byæ wiêkszy ni¿ 0 kB i mniejszy ni¿"; // followed by xx kB, xx being the size ! $lang['Avatar_imagesize'] = "Emblemat musi byæ mniejszy ni¿ " . $board_config['avatar_max_width'] . " pikseli szeroko¶ci i " . $board_config['avatar_max_height'] . " pikseli wysoko¶ci"; ! $lang['Welcome_subject'] = "Witamy na Forum " . $board_config['sitename']; $lang['New_account_subject'] = "Nowe Konto"; $lang['Account_activated_subject'] = "Konto Aktywowane"; --- 592,598 ---- $lang['Avatar_filetype'] = "Emblemat musi byæ typu .jpg, .gif lub .png"; $lang['Avatar_filesize'] = "Rozmiar emblematu musi byæ wiêkszy ni¿ 0 kB i mniejszy ni¿"; // followed by xx kB, xx being the size ! $lang['Avatar_imagesize'] = "Emblemat musi byæ mniejszy ni¿ %d pikseli szeroko¶ci i %d pikseli wysoko¶ci"; ! $lang['Welcome_subject'] = "Witamy na Forum %s"; $lang['New_account_subject'] = "Nowe Konto"; $lang['Account_activated_subject'] = "Konto Aktywowane"; |