Update of /cvsroot/phpbbswedtran/phpbb3se/language/sv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29466
Modified Files:
common.php
Log Message:
language/sv/common.php
'GUEST_USERS_ZERO_ONLINE' => 'Det är 0 gäster online',
-->
'GUEST_USERS_ZERO_ONLINE' => 'Det är inga gäster online',
***
'HIDDEN_USERS_ZERO_ONLINE' => '0 dolda användare online',
'HIDDEN_USERS_ZERO_TOTAL' => '0 dolda',
! 'HIDDEN_USERS_ZERO_TOTAL_AND' => '0 dolda och ',
-->
'HIDDEN_USERS_ZERO_ONLINE' => 'inga dolda användare online',
'HIDDEN_USERS_ZERO_TOTAL' => '0 dolda',
! 'HIDDEN_USERS_ZERO_TOTAL_AND' => 'inga dolda och ',
***
'NO_NEW_PM' => '<strong>0</strong> nya meddelanden',
-->
'NO_NEW_PM' => 'Inga nya meddelanden',
***
'NO_UNREAD_PM' => '<strong>0</strong> olästa meddelanden',
--->
'NO_UNREAD_PM' => 'Inga olästa meddelanden',
***
'ONLINE_USERS_ZERO_TOTAL' => 'Totalt <strong>0</strong> användare online :: ',
-->
'ONLINE_USERS_ZERO_TOTAL' => 'Inga användare online :: ',
***
'REG_USERS_ZERO_ONLINE' => 'Det är 0 registrerade och ',
! 'REG_USERS_ZERO_TOTAL' => '0 registrerade, ',
! 'REG_USERS_ZERO_TOTAL_AND' => '0 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 ',
***
'TOTAL_NO_PM' => 'Totalt 0 personliga meddelanden',
-->
'TOTAL_NO_PM' => 'Inga personliga meddelanden',
***
'TOTAL_POSTS_ZERO' => 'Totalt antal inlägg <strong>0</strong>',
-->
'TOTAL_POSTS_ZERO' => 'Inga inlägg',
***
'TOTAL_TOPICS_ZERO' => 'Totalt antal trådar <strong>0</strong>',
'TOTAL_USERS_OTHER' => 'Totalt antal medlemmar <strong>%d</strong>',
! 'TOTAL_USERS_ZERO' => 'Totalt antal medlemmar <strong>0</strong>'
-->
'TOTAL_TOPICS_ZERO' => 'Inga trådar',
'TOTAL_USERS_OTHER' => 'Totalt antal medlemmar <strong>%d</strong>',
'TOTAL_USERS_ZERO' => 'Inga medlemmar',
***
'2' => '[UTC + 2] Östeuropa, Centralafrika',
-->
'2' => '[UTC + 2] Östeuropa, Centralafrika, Finland',
Index: common.php
===================================================================
RCS file: /cvsroot/phpbbswedtran/phpbb3se/language/sv/common.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** common.php 6 Aug 2008 17:11:57 -0000 1.31
--- common.php 13 Aug 2008 23:23:14 -0000 1.32
***************
*** 1,851 ****
! <?php
! /**
! *
! * common [Swedish] (version for phpBB 3.0.2)
! *
! * @package language
! * @version $Id$
! * @copyright (c) 2006 phpBB Group, modified and translated by Swedish translation team
! * @source file is copyright (c) 2005 phpBB Group, modified and translated by Swedish translation team
! * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
[...1629 lines suppressed...]
! '13' => '[UTC + 13] Tonga, Phoenix Islands',
! '14' => '[UTC + 14] Line Island',
! ),
! // The value is only an example and will get replaced by the current time on view
! 'dateformats' => array(
! 'd M Y, H:i' => '01 jan 2008, 13:37',
! 'd M Y H:i' => '01 jan 2008 13:37',
! 'd M \'y, H:i' => '1 januari, \'08, 13:37',
! 'D d M Y, H:i' => 'mån 01 jan 2008, 13:37',
! 'j F Y, H:i' => '1 januari 2008, 13:37',
! '|d M Y|, H:i' => 'Idag 13:37 / 01 jan 2008, 13:37',
! '|j F Y|, H:i' => 'Idag 13:37 / 1 januari 2008, 13:37',
! '|D d M Y|, H:i' => 'Idag 13:37 / tor 01 jan 2008, 13:37'
! ),
! // The default dateformat which will be used on new installs in this language
! // Translators should change this if a the usual date format is different
! 'default_dateformat' => '|D d M Y|, H:i', // tor 01 jan 2008, 13:37 (with Relative days enabled)
! ));
?>
\ No newline at end of file
|