Update of /cvsroot/phpbbswedtran/phpbb3se/language/sv
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6488
Modified Files:
common.php
Added Files:
captcha_recaptcha.php
Log Message:
--- NEW FILE: captcha_recaptcha.php ---
<?php
/**
*
* capcha_recaptcha[Swedish] (version for phpBB 3.0.6)
*
* @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
* @author (c) 2008-2009 Peetra
* Translators: Swedish translation team, working at http://www.phpbb-se.com contact translation team leader at pee...@gm...
*
* This file is part of the Swedish language package for phpBB 3.0.x.
* Copyright (c) 2006-2009 Swedish translation team
*
* The Swedish language package for phpBB 3.0.x is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published by the Free Software
* Foundation, version 2 of the License.
*
* The Swedish Language package for phpBB 3.0.x is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this language
* package. If not, see <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'RECAPTCHA_LANG' => 'en',
'RECAPTCHA_NOT_AVAILABLE' => 'För att kunna använda reCaptcha, så bör du skapa ett konto på <a href="http://recaptcha.net">reCaptcha.net</a>.',
'CAPTCHA_RECAPTCHA' => 'reCaptcha',
'RECAPTCHA_INCORRECT' => 'Den visuella konfirmationskoden som du angav är felaktig',
'RECAPTCHA_PUBLIC' => 'Public reCaptcha key',
'RECAPTCHA_PUBLIC_EXPLAIN' => 'Din publika reCaptcha nyckel. Nycklar kan erhållas på <a href="http://recaptcha.net">reCaptcha.net</a>.',
'RECAPTCHA_PRIVATE' => 'Private reCaptcha key',
'RECAPTCHA_PRIVATE_EXPLAIN' => 'Din privata reCaptcha nyckel. Nycklar kan erhållas påKeys can be obtained on <a href="http://recaptcha.net">reCaptcha.net</a>.',
'RECAPTCHA_EXPLAIN' => 'För att förhindra automatiska registreringar så kräver forumet att du här skriver in en verifieringskod. Koden visas i bilden nedan.',
));
?>
Index: common.php
===================================================================
RCS file: /cvsroot/phpbbswedtran/phpbb3se/language/sv/common.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** common.php 2 Oct 2009 18:17:20 -0000 1.50
--- common.php 3 Oct 2009 20:07:20 -0000 1.51
***************
*** 473,487 ****
'REDIRECT' => 'Vidarebefordra',
'REDIRECTS' => 'Antal vidarebefordringar',
! 'REGISTER' => 'Registrera',
! 'REGISTERED_USERS' => 'Registrerade användare online:',
! 'REG_USERS_ONLINE' => 'Det är %d registrerade och ',
! 'REG_USERS_TOTAL' => '%d registrerade, ',
! '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 ',
! 'REG_USER_TOTAL' => '%d registrerad, ',
! 'REG_USER_TOTAL_AND' => '%d registrerad och ',
'REMOVE' => 'Ta bort',
'REMOVE_INSTALL' => 'Ta bort, flytta eller byt namn på install-katalogen innan du använder ditt forum. Om denna katalog finns kvar så kan ingenting förutom administrationspanelen visas.',
--- 473,487 ----
'REDIRECT' => 'Vidarebefordra',
'REDIRECTS' => 'Antal vidarebefordringar',
! 'REGISTER' => 'Bli medlem',
! 'REGISTERED_USERS' => 'Medlemmar online:',
! 'REG_USERS_ONLINE' => 'Det är %d medlemmar och ',
! 'REG_USERS_TOTAL' => '%d medlemmar, ',
! 'REG_USERS_TOTAL_AND' => '%d medlemmar och ',
! 'REG_USERS_ZERO_ONLINE' => 'Det är inga medlemmar och ',
! 'REG_USERS_ZERO_TOTAL' => 'Inga medlemmar, ',
! 'REG_USERS_ZERO_TOTAL_AND' => 'inga medlemmar och ',
! 'REG_USER_ONLINE' => 'Det är %d medlemmar och ',
! 'REG_USER_TOTAL' => '%d medlem, ',
! 'REG_USER_TOTAL_AND' => '%d medlem och ',
'REMOVE' => 'Ta bort',
'REMOVE_INSTALL' => 'Ta bort, flytta eller byt namn på install-katalogen innan du använder ditt forum. Om denna katalog finns kvar så kan ingenting förutom administrationspanelen visas.',
***************
*** 714,721 ****
'YESTERDAY' => 'Igår',
'AGO' => array(
! 0 => 'Mindre än en minut sedan.',
! 1 => '%d minut sedan.',
! 2 => '%d minuter sedan.',
! 60 => '1 timme sedan.',
),
--- 714,722 ----
'YESTERDAY' => 'Igår',
'AGO' => array(
! 'AGO' => array(
! 0 => 'För mindre än en minut sedan.',
! 1 => 'För %d minut sedan.',
! 2 => 'För %d minuter sedan.',
! 60 => 'För en timme sedan.',
),
|