[ Index ] |
|
Code source de LifeType 1.2.4 |
1 // ** I18N 2 3 // Calendar SV language (Swedish, svenska) 4 // Author: Mihai Bazon, <mihai_bazon@yahoo.com> 5 // Translation team: <sv@li.org> 6 // Translator: Leonard Norrgård <leonard.norrgard@refactor.fi> 7 // Last translator: Leonard Norrgård <leonard.norrgard@refactor.fi> 8 // Encoding: iso-latin-1 9 // Distributed under the same terms as the calendar itself. 10 11 // For translators: please use UTF-8 if possible. We strongly believe that 12 // Unicode is the answer to a real internationalized world. Also please 13 // include your contact information in the header, as can be seen above. 14 15 // full day names 16 Calendar._DN = new Array 17 ("söndag", 18 "måndag", 19 "tisdag", 20 "onsdag", 21 "torsdag", 22 "fredag", 23 "lördag", 24 "söndag"); 25 26 // Please note that the following array of short day names (and the same goes 27 // for short month names, _SMN) isn't absolutely necessary. We give it here 28 // for exemplification on how one can customize the short day names, but if 29 // they are simply the first N letters of the full name you can simply say: 30 // 31 // Calendar._SDN_len = N; // short day name length 32 // Calendar._SMN_len = N; // short month name length 33 // 34 // If N = 3 then this is not needed either since we assume a value of 3 if not 35 // present, to be compatible with translation files that were written before 36 // this feature. 37 Calendar._SDN_len = 2; 38 Calendar._SMN_len = 3; 39 40 // full month names 41 Calendar._MN = new Array 42 ("januari", 43 "februari", 44 "mars", 45 "april", 46 "maj", 47 "juni", 48 "juli", 49 "augusti", 50 "september", 51 "oktober", 52 "november", 53 "december"); 54 55 // tooltips 56 Calendar._TT = {}; 57 Calendar._TT["INFO"] = "Om kalendern"; 58 59 Calendar._TT["ABOUT"] = 60 "DHTML Datum/tid-väljare\n" + 61 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-) 62 "För senaste version gå till: http://www.dynarch.com/projects/calendar/\n" + 63 "Distribueras under GNU LGPL. Se http://gnu.org/licenses/lgpl.html för detaljer." + 64 "\n\n" + 65 "Val av datum:\n" + 66 "- Använd knapparna \xab, \xbb för att välja år\n" + 67 "- Använd knapparna " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " för att välja månad\n" + 68 "- Håll musknappen nedtryckt på någon av ovanstående knappar för snabbare val."; 69 Calendar._TT["ABOUT_TIME"] = "\n\n" + 70 "Val av tid:\n" + 71 "- Klicka på en del av tiden för att öka den delen\n" + 72 "- eller skift-klicka för att minska den\n" + 73 "- eller klicka och drag för snabbare val."; 74 75 Calendar._TT["PREV_YEAR"] = "Föregående år (håll för menu)"; 76 Calendar._TT["PREV_MONTH"] = "Föregående månad (håll för menu)"; 77 Calendar._TT["GO_TODAY"] = "Gå till dagens datum"; 78 Calendar._TT["NEXT_MONTH"] = "Följande månad (håll för menu)"; 79 Calendar._TT["NEXT_YEAR"] = "Följande år (håll för menu)"; 80 Calendar._TT["SEL_DATE"] = "Välj datum"; 81 Calendar._TT["DRAG_TO_MOVE"] = "Drag för att flytta"; 82 Calendar._TT["PART_TODAY"] = " (idag)"; 83 Calendar._TT["MON_FIRST"] = "Visa måndag först"; 84 Calendar._TT["SUN_FIRST"] = "Visa söndag först"; 85 Calendar._TT["CLOSE"] = "Stäng"; 86 Calendar._TT["TODAY"] = "Idag"; 87 Calendar._TT["TIME_PART"] = "(Skift-)klicka eller drag för att ändra tid"; 88 89 // date formats 90 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; 91 Calendar._TT["TT_DATE_FORMAT"] = "%A %d %b %Y"; 92 93 Calendar._TT["WK"] = "vecka";
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce ā PHPXref 0.7 |
![]() |