• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Translations (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Swedish translation

Post your translations here

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
7 posts • Page 1 of 1

Postby Quivis » Wed Feb 22, 2006 4:34 pm

I hope this will do.


<?php
/**
* i18n/sv/main.php
*
* Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301 USA
*/

/**
* Swedish translation of the messages (utf8 encoded!)
*
* @author Pär Smårs <par.smars[ a t ]bredband.net>
*/

// line 45 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["My Chat"] = "Min Chat";

// line 201 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s finns inte, %s biblioteksfilen kan inte hittas.";

// line 355 in phpfreechat.class.php
$GLOBALS["i18n"]["Please enter your nickname"] = "Ange kortnamn";

// line 565 in phpfreechat.class.php
$GLOBALS["i18n"]["Text cannot be empty"] = "Textsträngen kan inte vara tom";

// line 392 in phpfreechat.class.php
$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s ändrar sitt kortnamn till %s";

// line 398 in phpfreechat.class.php
$GLOBALS["i18n"]["%s is connected"] = "%s är ansluten";

// line 452 in phpfreechat.class.php
$GLOBALS["i18n"]["%s quit"] = "%s lämnade chatten";

// line 468 in phpfreechat.class.php
$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s bortkopplad (tidsgräns nådd)";

// line 262 in phpfreechat.class.php
$GLOBALS["i18n"]["Unknown command [%s]"] = "Okänt kommando [%s]";

// line 149 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s finns inte: %s";

// line 180 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["You need %s"] = "Du måste %s";

// line 241 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s finns inte, %s biblioteksfilen kan inte hittas";

// line 280 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist"] = "%s finns inte";

// line 433 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s directory must be specified"] = "%s filkatalog måste anges";

// line 439 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s must be a directory"] = "%s måste vara en filkatalog";

// line 446 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s can't be created"] = "%s kan inte skapas";

// line 451 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not writeable"] = "%s är inte skrivbar";

// line 496 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not readable"] = "%s är inte läsbar";

// line 469 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a file"] = "%s är inte en fil";

// line 491 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a directory"] = "%s är inte en filkatalog";

// line 23 in chat.html.tpl.php
$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [drivs av phpFreeChat-%s]";

// line 296 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide nickname marker"] = "Göm kortnamnsfärger";

// line 304 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show nickname marker"] = "Visa kortnamnsfärger";

// line 389 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Disconnect"] = "Koppla ifrån";

// line 395 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Connect"] = "Anslut";

// line 427 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Magnify"] = "Förstora";

// line 434 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Cut down"] = "Begränsa";

// line 345 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide dates and hours"] = "Göm datum och klockslag";

// line 353 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show dates and hours"] = "Visa datum och klockslag";

// line 21 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your message here"] = "Skriv ditt meddelande här";

// line 24 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your nickname here"] = "Skriv ditt kortnamn här";

// line 93 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Fel: odefinierad eller förlegad parameter '%s', var god korrigera eller ta bort parametern";

?>
Look, Ma! No sig. :-)
Quivis
New member
 
Posts: 3
Joined: Tue Feb 21, 2006 11:16 pm
Location: Sweden
  • Website
Top

Postby Nemako » Wed Feb 22, 2006 5:17 pm

Great thanks a lot Quivis, it will be integrate asp :)

thanks
Nemako
Nemako
Member
 
Posts: 44
Joined: Fri Feb 10, 2006 1:52 pm
  • Website
Top

Postby phpfreechat » Wed Feb 22, 2006 6:14 pm

This is perfect!
I just integrated your work to the pfc source code.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zilveer » Thu Mar 22, 2007 7:04 pm

Hi,
I have made the admin.php translation and also every string which wasn't translated.

http://demo.lhadata.se/~gettot/chat/sv_SE.zip


/thanks for a gr8 chat
/Isa Acar, the truth is infront of you
zilveer
Member
 
Posts: 38
Joined: Sat Oct 07, 2006 11:35 am
Top

Postby phpfreechat » Sun Apr 01, 2007 12:07 pm

hello zilveer, I'm not able to download your file (website is offline).
Could you post the file content on the forum ?
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby zilveer » Sat May 19, 2007 11:35 am

Here comes the files:

main.php:

<?php
/**
* i18n/sv_SE/main.php
*
* Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301 USA
*/

/**
* Swedish translation of the messages (utf8 encoded!)
*
* @author Pär Smårs <par.smars[ a t ]bredband.net>
* @author Isa Acar <zilveer@gmail.com>
*/

// line 45 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["My Chat"] = "Min chat";

// line 201 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s not found, %s library can't be found."] = "%s hittades inte, %s biblioteket kunde inte hittas.";

// line 355 in phpfreechat.class.php
$GLOBALS["i18n"]["Please enter your nickname"] = "Ange alias: ";

// line 565 in phpfreechat.class.php
$GLOBALS["i18n"]["Text cannot be empty"] = "Hallå där, något måste du väl skriva:)";

// line 392 in phpfreechat.class.php
$GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s ändrar sitt alias till %s";

// line 398 in phpfreechat.class.php
$GLOBALS["i18n"]["%s is connected"] = "%s är ansluten";

// line 452 in phpfreechat.class.php
$GLOBALS["i18n"]["%s quit"] = "%s lämnade chatten";

// line 468 in phpfreechat.class.php
$GLOBALS["i18n"]["%s disconnected (timeout)"] = "%s bortkopplad (tidsgräns nådd)";

// line 262 in phpfreechat.class.php
$GLOBALS["i18n"]["Unknown command [%s]"] = "Ogiltigt kommando [%s]?";

// line 149 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist: %s"] = "%s finns inte: %s";

// line 180 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["You need %s"] = "Du måste %s";

// line 241 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist, %s library can't be found"] = "%s finns inte, %s biblioteket kunde inte hittas";

// line 280 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist"] = "%s finns inte";

// line 433 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s directory must be specified"] = "%s filkatalog måste anges";

// line 439 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s must be a directory"] = "%s måste vara en filkatalog";

// line 446 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s can't be created"] = "%s kan inte skapas";

// line 451 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not writeable"] = "%s är inte skrivbar";

// line 496 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not readable"] = "%s är inte läsbar";

// line 469 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a file"] = "%s är inte en fil";

// line 491 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["%s is not a directory"] = "%s är inte en filkatalog";

// line 23 in chat.html.tpl.php
$GLOBALS["i18n"]["PHP FREE CHAT [powered by phpFreeChat-%s]"] = "PHP FREE CHAT [skapad av phpFreeChat-%s]";

// line 296 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide nickname marker"] = "Göm aliasfärger";

// line 304 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show nickname marker"] = "Visa aliasfärger";

// line 389 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Disconnect"] = "Koppla ifrån";

// line 395 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Connect"] = "Anslut";

// line 427 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Magnify"] = "Förstora";

// line 434 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Cut down"] = "Begränsa";

// line 345 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Hide dates and hours"] = "Göm datum och klockslag";

// line 353 in javascript1.js.tpl.php
$GLOBALS["i18n"]["Show dates and hours"] = "Visa datum och klockslag";

// line 21 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your message here"] = "Skriv ditt meddelande här";

// line 24 in chat.html.tpl.php
$GLOBALS["i18n"]["Enter your nickname here"] = "Skriv ditt alias här";

// line 93 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["Error: undefined or obsolete parameter '%s', please correct or remove this parameter"] = "Fel: odefinierad eller förlegad parameter '%s', var god korrigera eller ta bort parametern";


// line 48 in phpfreechattemplate.class.php
$GLOBALS["i18n"]["%s template could not be found"] = "%s temat kunde inte hittas";

// line 324 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'serverid' parameter is mandatory by default use 'md5(__FILE__)' value"] = "'serverid' parametern är obligatorisk, använd 'md5(__FILE__)' värdet i vanliga fall";

// line 512 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["Error: '%s' could not be found, please check your themepath '%s' and your theme '%s' are correct"] = "Var vänlig och kontrollera sökvägen till temat.";

// line 33 in chat.html.tpl.php
$GLOBALS["i18n"]["Bold"] = "Fet";

// line 34 in chat.html.tpl.php
$GLOBALS["i18n"]["Italics"] = "Kursiv";

// line 35 in chat.html.tpl.php
$GLOBALS["i18n"]["Underline"] = "Understruken";

// line 36 in chat.html.tpl.php
$GLOBALS["i18n"]["Delete"] = "Radera";

// line 37 in chat.html.tpl.php
$GLOBALS["i18n"]["Pre"] = "Pre";

// line 38 in chat.html.tpl.php
$GLOBALS["i18n"]["Mail"] = "Maila";

// line 39 in chat.html.tpl.php
$GLOBALS["i18n"]["Color"] = "Färg";

// line 86 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Hide smiley box"] = "Göm smileys";

// line 87 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Show smiley box"] = "Visa smileys";

// line 88 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Hide online users box"] = "Göm onlineanvändar-listan";

// line 89 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Show online users box"] = "Visa onlineanvändar-listan";

// line 75 in pfccommand.class.php
$GLOBALS["i18n"]["%s must be implemented"] = "Du måste implementera %s.";

// line 343 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter is mandatory by default use '%s' value"] = "'%s' parametern är obligatorisk, använd '%s' värdet i vanliga fall";

// line 378 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a positive number"] = "%s måste ha ett positivt värde";

// line 386 in phpfreechatconfig.class.php
$GLOBALS["i18n"]["'%s' parameter is not valid. Available values are : '%s'"] = "Parametern '%s' finns inte. Följande värden finns: '%s'";

// line 186 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["My room"] = "Mitt rum";

// line 19 in unban.class.php
$GLOBALS["i18n"]["Missing parameter"] = "Parameter fattas.";

// line 38 in ban.class.php
$GLOBALS["i18n"]["banished from %s by %s"] = "Bannad från %s av %s";

// line 23 in banlist.class.php
$GLOBALS["i18n"]["The banished user's id list is:"] = "Bannade användalistan är:";

// line 32 in banlist.class.php
$GLOBALS["i18n"]["Empty"] = "Här var det tomt!";

// line 34 in banlist.class.php
$GLOBALS["i18n"]["'/unban {id}' will unban the user identified by {id}"] = "'/unban {id}' kommer att unbanna användaren {id}";

// line 35 in banlist.class.php
$GLOBALS["i18n"]["'/unban all' will unban all the users on this channel"] = "'/unbann all' unbanna alla användaren från rummet.";

// line 24 in update.class.php
$GLOBALS["i18n"]["%s quit (timeout)"] = "%s loggades ut (timeout)";

// line 46 in join.class.php
$GLOBALS["i18n"]["%s joins %s"] = "%s loggar in i %s";

// line 31 in kick.class.php
$GLOBALS["i18n"]["kicked from %s by %s"] = "kickad från %s av %s";

// line 38 in send.class.php
$GLOBALS["i18n"]["Can't send the message, %s is offline"] = "Kan inte skicka meddelandet, %s är inte online.";

// line 27 in unban.class.php
$GLOBALS["i18n"]["Nobody has been unbanished"] = "Ingen är unbannad";

// line 42 in unban.class.php
$GLOBALS["i18n"]["%s has been unbanished"] = "%s har blivir unbannad";

// line 49 in unban.class.php
$GLOBALS["i18n"]["%s users have been unbanished"] = "%s användare har blivit unbannade";

// line 47 in auth.class.php
$GLOBALS["i18n"]["You are not allowed to run '%s' command"] = "Du får inte köra kommandot '%s'";

// line 66 in auth.class.php
$GLOBALS["i18n"]["Can't join %s because you are banished"] = "Ajaj..du är bannad, du kan inte logga in.!";

// line 76 in auth.class.php
$GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Kan inte logga in i %s, rummet är privat.";

// line 89 in auth.class.php
$GLOBALS["i18n"]["You are not allowed to change your nickname"] = "Ja du... du får inte ändra ditt alias";

// line 56 in noflood.class.php
$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Sluta spamma.. sådant tolererar inte vi.";

// line 109 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Private message"] = "Privat meddelande";

// line 110 in pfcclient.js.tpl.php
$GLOBALS["i18n"]["Close this tab"] = "Stäng av tabben";

// line 199 in pfcgui.js.tpl.php
$GLOBALS["i18n"]["Do you really want to leave this room ?"] = "Vill du verkligen lämna rummet?";

// line 169 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["Error: '%s' is a private parameter, you are not allowed to change it"] = "Error: '%s' är en privat parameter, du har ingen möjlighet att ändra den";

// line 253 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be an array"] = "'%s' parameterna måste vara en array";

// line 265 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a boolean"] = "'%s' parametern måste vara av type boolean";

// line 271 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a charater string"] = "'%s' parametern måste vara av typen sträng";

// line 395 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' must be writable"] = "'%s' måste vara skrivbar";

// line 425 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' directory doesn't exist"] = "'%s' mappen existerar inte";

// line 544 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["Please correct these errors"] = "Var vänlig och korrigera följande fel";

// line 21 in pfcinfo.class.php
$GLOBALS["i18n"]["Error: the cached config file doesn't exists"] = "Error: den cachade config-filen existerar inte";

// line 190 in phpfreechat.class.php
$GLOBALS["i18n"]["Error: the chat cannot be loaded! two possibilities: your browser doesn't support javascript or you didn't setup correctly the server directories rights - don't hesitate to ask some help on the forum"] = "Error: chatten kan inte laddas, detta antingen p.g.a att din webbläsare inte stödjer javascript eller för att inställningarna inte är korrekta. Var vänlig och kontakta admin.";

// line 31 in help.class.php
$GLOBALS["i18n"]["Here is the command list:"] = "Här följer kommandolistan:";

// line 63 in identify.class.php
$GLOBALS["i18n"]["Succesfully identified"] = "Identifieringen lyckades";

// line 68 in identify.class.php
$GLOBALS["i18n"]["Identification failure"] = "identifieringen misslyckades";

// line 25 in send.class.php
$GLOBALS["i18n"]["Your must be connected to send a message"] = "Du måste vara ansluten för att skicka meddelanden";

// line 87 in chat.js.tpl.php
$GLOBALS["i18n"]["Click here to send your message"] = "Klicka här för att skicka ditt meddelande";

// line 80 in chat.js.tpl.php
$GLOBALS["i18n"]["Enter the text to format"] = "Skriv in texten för att formatera";

// line 81 in chat.js.tpl.php
$GLOBALS["i18n"]["Configuration has been rehashed"] = "Konfigurationen är uppdaterad";

// line 82 in chat.js.tpl.php
$GLOBALS["i18n"]["A problem occurs during rehash"] = "Ett problem inträffade vid uppdateringen";

// line 83 in chat.js.tpl.php
$GLOBALS["i18n"]["Choosen nickname is allready used"] = "Vald alias används";

// line 84 in chat.js.tpl.php
$GLOBALS["i18n"]["phpfreechat current version is %s"] = "phpfreechat - chat, version: %s";

// line 85 in chat.js.tpl.php
$GLOBALS["i18n"]["Maximum number of joined channels has been reached"] = "Maximalt antal inloggninar i kanaler är nådd";

// line 86 in chat.js.tpl.php
$GLOBALS["i18n"]["Maximum number of private chat has been reached"] = "Maximalt antal privata fönster är nådd";

// line 88 in chat.js.tpl.php
$GLOBALS["i18n"]["Send"] = "Skicka";


// line 302 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["'%s' parameter must be a charatere string"] = "'%s' parametern måste vara en karakteristisk sträng";

// line 86 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: connect error"] = "";

// line 101 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: create database error '%s'"] = "Mysql container: databasen kunde ej skapas '%s'";

// line 112 in mysql.class.php
$GLOBALS["i18n"]["Mysql container: create table error '%s'"] = "Mysql container: tabellen kunde ej skapas '%s'";

// line 80 in chat.js.tpl.php
$GLOBALS["i18n"]["You are not allowed to speak to yourself"] = "Ehmm.. Du kan inte prata med dig själv";

// line 82 in chat.js.tpl.php
$GLOBALS["i18n"]["Choosen nickname is not allowed"] = "Vald alias är inte tillåten";

// line 83 in chat.js.tpl.php
$GLOBALS["i18n"]["Enable sound notifications"] = "Tillåt ljud";

// line 84 in chat.js.tpl.php
$GLOBALS["i18n"]["Disable sound notifications"] = "Inaktivera ljud";

// line 23 in kick.class.php
$GLOBALS["i18n"]["no reason"] = "Ingen anledning";

// line 24 in banlist.class.php
$GLOBALS["i18n"]["The banished user list is:"] = "Bannade användarlistan är:";

// line 39 in banlist.class.php
$GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {nickname}' kommer att unbanna användaren med alias {nickname}";

// line 43 in kick.class.php
$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "Kickas från %s av %s - anledning: %s";

// line 20 in quit.class.php
$GLOBALS["i18n"]["%s quit (%s)"] = "%s quit (%s)";

// line 124 in chat.js.tpl.php
$GLOBALS["i18n"]["Chat loading ..."] = "Chatt v0.5 laddas";

// line 124 in chat.js.tpl.php
$GLOBALS["i18n"]["Please wait"] = "Var god och vänta..";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s verkar vara inaktiverad eller så stödjer inte din webbläsaren detta.";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["This web application requires %s to work properly."] = "Denna webapplikation kräver %s för att fungera utan problem.";

// line 135 in chat.js.tpl.php
$GLOBALS["i18n"]["Please enable %s in your browser settings, or upgrade to a browser with %s support and try again."] = "Var god och aktivera %s i webbläsarens inställlningar, eller uppgradera till en webbläsare som stödjer %s.";

// line 137 in chat.js.tpl.php
$GLOBALS["i18n"]["Please upgrade to a browser with %s support and try again."] = "Var god och uppgradera till en webbläsare som stödjer %s.";

// line 139 in chat.js.tpl.php
$GLOBALS["i18n"]["In Internet Explorer versions earlier than 7.0, Ajax is implemented using ActiveX. Please enable ActiveX in your browser security settings or upgrade to a browser with Ajax support and try again."] = "I versioner av Internet Explorer tidigare än 7.0 är Ajax implementerad av ActiveX. Var god och aktivera ActiveX in din webbläsare säkerhetsinställningar eller uppgradera till en webbläsare som stödjer Ajax.";


// line 359 in pfcglobalconfig.class.php
$GLOBALS["i18n"]["%s doesn't exist, data_public_path cannot be installed"] = "%s existerar inte, data_public_path kunde inte installeras";

// line 73 in invite.class.php
$GLOBALS["i18n"]["You must join %s to invite users in this channel"] = "Du måste joina %s för att kunna bjuda in användare till den kanalen";

// line 47 in chat.html.tpl.php
$GLOBALS["i18n"]["Ping"] = "Ping";

// line 477 in phpfreechat.class.php
$GLOBALS["i18n"]["Input Required"] = "Inmatning krävs";

// line 478 in phpfreechat.class.php
$GLOBALS["i18n"]["OK"] = "OK";

// line 479 in phpfreechat.class.php
$GLOBALS["i18n"]["Cancel"] = "Avbryt";

?>


admin.php:

<?php
/**
* i18n/en_US/main.php
*
* Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301 USA
*/

/**
* Swedish translation of the messages (utf8 encoded!)
*
* @author Isa Acar <zilveer@gmail.com>
*/

$GLOBALS["i18n"]["lang"] = "English";

// admin/index.php
$GLOBALS["i18n"]["Administration"] = "Administration";
$GLOBALS["i18n"]["Available Languages"] = "Tillgängliga språk";
$GLOBALS["i18n"]["PFC version verification"] = "PFC version verifikation";
$GLOBALS["i18n"]["Internet connection is not possible"] = "Internet uppkoppling är inte möjlig ";
$GLOBALS["i18n"]["PFC is update"] = "PFC is uppdaterad";
$GLOBALS["i18n"]["PFC version"] = "PFC version";
$GLOBALS["i18n"]["The last official version"] = "Senaste oficiella versionen";
$GLOBALS["i18n"]["PFC is not update"] = "PFC is not update";
$GLOBALS["i18n"]["Your version"] = "Din version";
$GLOBALS["i18n"]["Download the last version %s here %s."] = "Ladda ner den senaste versionen %s här %s.";


// admin/user.php
$GLOBALS["i18n"]["Users management"] = "Användarhantering";
$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Minst en person måste deklarera för att aktivera autentiseringen.";
$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Det är inte möjligt att radera den sista användaren.";

$GLOBALS["i18n"]["User %s deleted."] = "Användare %s raderades.";
$GLOBALS["i18n"]["User %s added."] = "Användare %s lades till.";
$GLOBALS["i18n"]["User %s edited."] = "Användare %s redigerades.";

$GLOBALS["i18n"]["Authentication disable"] = "Autentisering inaktiverad";
$GLOBALS["i18n"]["Enable here"] = "Aktivera här";
$GLOBALS["i18n"]["Authentication enable"] = "Autentisering aktiverad";
$GLOBALS["i18n"]["Disable here"] = "Inaktivera här";

$GLOBALS["i18n"]["Username"] = "Användarnamn";
$GLOBALS["i18n"]["Password"] = "Lösenord";
$GLOBALS["i18n"]["Group"] = "Grupp";

$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Vill du verkligen radera %s?";
$GLOBALS["i18n"]["Add a new user"] = "Lägg till ny användare";

$GLOBALS["i18n"]["Edit"] = "Redigera";
$GLOBALS["i18n"]["Delete"] = "Radera";

// admin/themes.php
$GLOBALS["i18n"]["Available themes"] = "Tillgängliga teman";
$GLOBALS["i18n"]["Screenshot"] = "Screenshot";

?>
/Isa Acar, the truth is infront of you
zilveer
Member
 
Posts: 38
Joined: Sat Oct 07, 2006 11:35 am
Top

Postby phpfreechat » Sun May 20, 2007 11:22 am

Thank you zilveer, your update is now integrated in 1027 revision.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top


Post a reply
7 posts • Page 1 of 1

Return to Translations (v1.x)

Who is online

Users browsing this forum: No registered users and 3 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub