Update of /cvsroot/phpbbswedtran/phpBB2se
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10409
Modified Files:
lang_admin.php lang_main.php
Log Message:
passar på att commita lite phpBB 2.x ändringar när jag ändå håller på... bilder fixades också, vi hade fel i de och det efter så lång tid! stod "email"
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbbswedtran/phpBB2se/lang_main.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** lang_main.php 28 Apr 2007 19:52:21 -0000 1.9
--- lang_main.php 23 May 2007 10:37:47 -0000 1.10
***************
*** 58,67 ****
$lang['LEFT'] = 'left';
$lang['RIGHT'] = 'right';
! $lang['DATE_FORMAT'] = 'd F Y'; // This should be changed to the default date format for your language, php date() format
// This is optional, if you would like a _SHORT_ message output
// along with our copyright message indicating you are the translator
// please add it here.
! $lang['TRANSLATION_INFO'] = '<a href="http://www.phpbb.com/downloads.php#lang" target="_blank" class="gensmall">Swedish translation</a> by <a href="http://www.phpbb-se.com" target="_blank" class="gensmall">phpBB Sweden</a> and <a href="http://www.phpbb.com/phpBB/profile.php?mode=viewprofile&u=37489" target="_blank" title="Jonathan Gulbrandsen" class="gensmall">Virtuality</a> © 2003-' . date('Y');
//
--- 58,67 ----
$lang['LEFT'] = 'left';
$lang['RIGHT'] = 'right';
! $lang['DATE_FORMAT'] = 'D d M Y'; // This should be changed to the default date format for your language, php date() format
// This is optional, if you would like a _SHORT_ message output
// along with our copyright message indicating you are the translator
// please add it here.
! $lang['TRANSLATION_INFO'] = '<a href="http://www.phpbb.com/languages/?type=20x" target="_blank" class="gensmall">Swedish translation</a> by <a href="http://www.phpbb-se.com" target="_blank" class="gensmall">phpBB Sweden</a> & <a href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=37489" target="_blank" title="Jonathan Gulbrandsen" class="gensmall">Virtuality</a> © 2003-' . date('Y');
//
Index: lang_admin.php
===================================================================
RCS file: /cvsroot/phpbbswedtran/phpBB2se/lang_admin.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lang_admin.php 16 Dec 2006 13:27:39 -0000 1.5
--- lang_admin.php 23 May 2007 10:37:47 -0000 1.6
***************
*** 55,63 ****
// in the modules[][] arrays in each module file
//
! $lang['General'] = "Generell admin";
! $lang['Users'] = "Användaradmin";
! $lang['Groups'] = "Gruppadmin";
! $lang['Forums'] = "Forumadmin";
! $lang['Styles'] = "Stiladmin";
$lang['Configuration'] = "Konfiguration";
--- 55,63 ----
// in the modules[][] arrays in each module file
//
! $lang['General'] = "Allmän administration";
! $lang['Users'] = "Användaradministration";
! $lang['Groups'] = "Gruppadministration";
! $lang['Forums'] = "Forumadministration";
! $lang['Styles'] = "Stiladministration";
$lang['Configuration'] = "Konfiguration";
***************
*** 65,70 ****
$lang['Manage'] = "Hantering";
$lang['Disallow'] = "Förbjuda namn";
! $lang['Prune'] = "Reducering";
! $lang['Mass_Email'] = "Mass email";
$lang['Ranks'] = "Ranker";
$lang['Smilies'] = "Smilies";
--- 65,70 ----
$lang['Manage'] = "Hantering";
$lang['Disallow'] = "Förbjuda namn";
! $lang['Prune'] = "Rensning";
! $lang['Mass_Email'] = "Massutskick";
$lang['Ranks'] = "Ranker";
$lang['Smilies'] = "Smilies";
***************
*** 74,78 ****
$lang['Create_new'] = "Skapa";
$lang['Add_new'] = "Lägg till";
! $lang['Backup_DB'] = "Backup av databas";
$lang['Restore_DB'] = "Återställ databas";
--- 74,78 ----
$lang['Create_new'] = "Skapa";
$lang['Add_new'] = "Lägg till";
! $lang['Backup_DB'] = "Säkerhetskopiering av databas";
$lang['Restore_DB'] = "Återställ databas";
***************
*** 87,94 ****
$lang['Main_index'] = "Forumindex";
$lang['Forum_stats'] = "Forumstatistik";
! $lang['Admin_Index'] = "Admin index";
$lang['Preview_forum'] = "Förhandsgranska forum";
! $lang['Click_return_admin_index'] = "Klicka %sHär%s för att återvända till Admin index";
$lang['Statistic'] = "Statistik";
--- 87,94 ----
$lang['Main_index'] = "Forumindex";
$lang['Forum_stats'] = "Forumstatistik";
! $lang['Admin_Index'] = "Administrationsindex";
$lang['Preview_forum'] = "Förhandsgranska forum";
! $lang['Click_return_admin_index'] = "Klicka %sgär%s för att återvända till administrationsindex";
$lang['Statistic'] = "Statistik";
|