~ubuntu-branches/ubuntu/natty/openerp-web/natty

« back to all changes in this revision

Viewing changes to openerp/static/calendar/lang/calendar-lv.js

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2010-09-13 09:21:22 UTC
  • Revision ID: james.westby@ubuntu.com-20100913092122-0eovj11cxresot89
Tags: upstream-5.0.12+dfsg
Import upstream version 5.0.12+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Calendar i18n
 
2
// Language: lv (Latvian)
 
3
// Encoding: utf-8
 
4
// Author: Juris Valdovskis, <juris@dc.lv>
 
5
// Distributed under the same terms as the calendar itself.
 
6
 
 
7
// full day names
 
8
Calendar._DN = new Array
 
9
("Svçtdiena",
 
10
 "Pirmdiena",
 
11
 "Otrdiena",
 
12
 "Treðdiena",
 
13
 "Ceturdiena",
 
14
 "Piektdiena",
 
15
 "Sestdiena",
 
16
 "Svçtdiena");
 
17
 
 
18
// short day names
 
19
Calendar._SDN = new Array
 
20
("Sv",
 
21
 "Pr",
 
22
 "Ot",
 
23
 "Tr",
 
24
 "Ce",
 
25
 "Pk",
 
26
 "Se",
 
27
 "Sv");
 
28
 
 
29
 // First day of the week. "0" means display Sunday first.
 
30
Calendar._FD = 0;
 
31
 
 
32
// full month names
 
33
Calendar._MN = new Array
 
34
("Janvâris",
 
35
 "Februâris",
 
36
 "Marts",
 
37
 "Aprîlis",
 
38
 "Maijs",
 
39
 "Jûnijs",
 
40
 "Jûlijs",
 
41
 "Augusts",
 
42
 "Septembris",
 
43
 "Oktobris",
 
44
 "Novembris",
 
45
 "Decembris");
 
46
 
 
47
// short month names
 
48
Calendar._SMN = new Array
 
49
("Jan",
 
50
 "Feb",
 
51
 "Mar",
 
52
 "Apr",
 
53
 "Mai",
 
54
 "Jûn",
 
55
 "Jûl",
 
56
 "Aug",
 
57
 "Sep",
 
58
 "Okt",
 
59
 "Nov",
 
60
 "Dec");
 
61
 
 
62
// tooltips
 
63
Calendar._TT = {};
 
64
Calendar._TT["INFO"] = "Par kalendâru";
 
65
 
 
66
Calendar._TT["ABOUT"] =
 
67
"DHTML Date/Time Selector\n" +
 
68
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
 
69
"For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
 
70
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
 
71
"\n\n" +
 
72
"Datuma izvçle:\n" +
 
73
"- Izmanto \xab, \xbb pogas, lai izvçlçtos gadu\n" +
 
74
"- Izmanto " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "pogas, lai izvçlçtos mçnesi\n" +
 
75
"- Turi nospiestu peles pogu uz jebkuru no augstâk minçtajâm pogâm, lai paâtrinâtu izvçli.";
 
76
Calendar._TT["ABOUT_TIME"] = "\n\n" +
 
77
"Laika izvçle:\n" +
 
78
"- Uzklikðíini uz jebkuru no laika daïâm, lai palielinâtu to\n" +
 
79
"- vai Shift-klikðíis, lai samazinâtu to\n" +
 
80
"- vai noklikðíini un velc uz attiecîgo virzienu lai mainîtu âtrâk.";
 
81
 
 
82
Calendar._TT["PREV_YEAR"] = "Iepr. gads (turi izvçlnei)";
 
83
Calendar._TT["PREV_MONTH"] = "Iepr. mçnesis (turi izvçlnei)";
 
84
Calendar._TT["GO_TODAY"] = "Ðodien";
 
85
Calendar._TT["NEXT_MONTH"] = "Nâkoðais mçnesis (turi izvçlnei)";
 
86
Calendar._TT["NEXT_YEAR"] = "Nâkoðais gads (turi izvçlnei)";
 
87
Calendar._TT["SEL_DATE"] = "Izvçlies datumu";
 
88
Calendar._TT["DRAG_TO_MOVE"] = "Velc, lai pârvietotu";
 
89
Calendar._TT["PART_TODAY"] = " (ðodien)";
 
90
 
 
91
// the following is to inform that "%s" is to be the first day of week
 
92
// %s will be replaced with the day name.
 
93
Calendar._TT["DAY_FIRST"] = "Attçlot %s kâ pirmo";
 
94
 
 
95
// This may be locale-dependent.  It specifies the week-end days, as an array
 
96
// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
 
97
// means Monday, etc.
 
98
Calendar._TT["WEEKEND"] = "1,7";
 
99
 
 
100
Calendar._TT["CLOSE"] = "Aizvçrt";
 
101
Calendar._TT["TODAY"] = "Ðodien";
 
102
Calendar._TT["TIME_PART"] = "(Shift-)Klikðíis vai pârvieto, lai mainîtu";
 
103
 
 
104
// date formats
 
105
Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";
 
106
Calendar._TT["TT_DATE_FORMAT"] = "%a, %e %b";
 
107
 
 
108
Calendar._TT["WK"] = "wk";
 
109
Calendar._TT["TIME"] = "Laiks:";