~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/lang/se/calendar.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
Import upstream version 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/********************************************************
 
3
        lang/se/calendar.inc
 
4
        (C)2003 Ryo Chijiiwa <Ryo@IlohaMail.org>
 
5
 
 
6
        This file is part of IlohaMail, and released under GPL.
 
7
        See COPYING, or http://www.fsf.org/copyleft/gpl.html
 
8
 
 
9
        Translated by Markus Svensson <markus.svensson@linux.nu>
 
10
 
 
11
********************************************************/
 
12
 
 
13
//TRANSLATORS:  Uncomment next line for all non-English languages!!
 
14
include("../lang/eng/calendar.inc");
 
15
 
 
16
$calStr["add_schedule"] = "L�gg till schema";
 
17
$calStr["edit_schedule"] = "Redigera schema";
 
18
$calStr["weekof"] = "Vecka: %d";
 
19
$calStr["title"] = "Titel:";
 
20
$calStr["color"] = "F�rg:";
 
21
$calStr["colors"] = array("#990000"=>"M�rkr�d", "#FF0000"=>"R�d", "#000099"=>"M�rkbl�",         "#0000FF"=>"Bl�", "#006600"=>"M�rkgr�n", "#00FF00"=>"Gr�n", #9900FF"=>"Lila", "#00FFFF"=>"Cyan", "#FF6600"=>"Orange", "#FFFF00"=>"Gul", "#FF00FF"=>"Magenta", ""=>"Ingen f�rg");
 
22
$calStr["starts"] = "B�rjar den:";
 
23
$calStr["ends"] = "Slutar den:";
 
24
$calStr["from"] = "fr�n:";
 
25
$calStr["until"] = "till:";
 
26
$calStr["repeat_on"] = "Upprepa p�";
 
27
$calStr["of"] = "av varje";
 
28
$calStr["weeks"] = array(1=>"f�rsta veckan", 2=>"andra veckan", 3=>"tredje veckan", 4=>"fj�rde veckan"); 
 
29
$calStr["week_blurb"] = "...varje m�nad(till slutdatum).<br>Upprepas varje vecka om ingen valts.";
 
30
$calStr["monthly"] = "Repetera m�natligen";
 
31
$calStr["yearly"] = "Repetera �rligen";
 
32
$calStr["place"] = "Plats:";
 
33
$calStr["description"] = "Beskrivning:";
 
34
$calStr["add"] = "L�gg till";
 
35
$calStr["update"] = "Uppdatera";
 
36
$calStr["Delete"] = "Ta bort";
 
37
$calStr["go"] = "G�";
 
38
$calStr["disabled"] = "Kalenderfunktionen �r ej aktiverad.";
 
39
 
 
40
?>
 
 
b'\\ No newline at end of file'