[Phpbbswedtran-phpbb2cvs] phpbb3se/language/sv common.php, 1.37, 1.38
Brought to you by:
jakobpersson,
virtuality
From: Peetra <pe...@us...> - 2008-10-15 21:40:40
|
Update of /cvsroot/phpbbswedtran/phpbb3se/language/sv In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24672 Modified Files: common.php Log Message: hade extra kolon-tecken i vem som e online. Index: common.php =================================================================== RCS file: /cvsroot/phpbbswedtran/phpbb3se/language/sv/common.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** common.php 4 Oct 2008 20:01:21 -0000 1.37 --- common.php 15 Oct 2008 21:40:33 -0000 1.38 *************** *** 392,398 **** 'ONLINE' => 'Online', 'ONLINE_BUDDIES' => 'Vänner online', ! 'ONLINE_USERS_TOTAL' => 'Totalt <strong>%d</strong> användare online :: ', ! 'ONLINE_USERS_ZERO_TOTAL' => 'Inga användare online :: ', ! 'ONLINE_USER_TOTAL' => 'Totalt <strong>%d</strong> användare online :: ', 'OPTIONS' => 'Alternativ', 'PAGE_OF' => 'Sida <strong>%1$d</strong> av <strong>%2$d</strong>', --- 392,398 ---- 'ONLINE' => 'Online', 'ONLINE_BUDDIES' => 'Vänner online', ! 'ONLINE_USERS_TOTAL' => 'Totalt <strong>%d</strong> användare online: ', ! 'ONLINE_USERS_ZERO_TOTAL' => 'Inga användare online: ', ! 'ONLINE_USER_TOTAL' => 'Totalt <strong>%d</strong> användare online: ', 'OPTIONS' => 'Alternativ', 'PAGE_OF' => 'Sida <strong>%1$d</strong> av <strong>%2$d</strong>', *************** *** 447,451 **** 'REG_USERS_TOTAL_AND' => '%d registrerade och ', 'REG_USERS_ZERO_ONLINE' => 'Det är inga registrerade och ', ! 'REG_USERS_ZERO_TOTAL' => 'inga registrerade, ', 'REG_USERS_ZERO_TOTAL_AND' => 'inga registrerade och ', 'REG_USER_ONLINE' => 'Det är %d registrerad användare och ', --- 447,451 ---- 'REG_USERS_TOTAL_AND' => '%d registrerade och ', 'REG_USERS_ZERO_ONLINE' => 'Det är inga registrerade och ', ! 'REG_USERS_ZERO_TOTAL' => 'Inga registrerade, ', 'REG_USERS_ZERO_TOTAL_AND' => 'inga registrerade och ', 'REG_USER_ONLINE' => 'Det är %d registrerad användare och ', |