This commit is contained in:
mostafah%oeone.com 2003-12-15 16:08:56 +00:00
Родитель 0fa8abe556
Коммит 757aaafb28
11 изменённых файлов: 1737 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,443 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- ArentJan Banck <ajbanck@planet.nl>
- Eric Belhaire <belhaire@ief.u-psud.fr>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!-- General -->
<!ENTITY calendar.file.default.name "Numatytasis" >
<!-- Alarm -->
<!ENTITY alarm.units.minutes "minutės" >
<!ENTITY alarm.units.hours "valandos" >
<!ENTITY alarm.units.days "dienos" >
<!ENTITY alarm.units.minutes.singular "minutė" >
<!ENTITY alarm.units.hours.singular "valanda" >
<!ENTITY alarm.units.days.singular "diena" >
<!ENTITY repeat.units.days "dienas" >
<!ENTITY repeat.units.weeks "savaites" >
<!ENTITY repeat.units.months "mėnesius" >
<!ENTITY repeat.units.years "metus" >
<!ENTITY repeat.units.days.singular "dieną" >
<!ENTITY repeat.units.weeks.singular "savaitę" >
<!ENTITY repeat.units.months.singular "mėnesį" >
<!ENTITY repeat.units.years.singular "metus" >
<!ENTITY priority.level.none "Nėra" >
<!ENTITY priority.level.none.accesskey "N">
<!ENTITY priority.level.low "Žemas" >
<!ENTITY priority.level.low.accesskey "L">
<!ENTITY priority.level.medium "Vidutinis" >
<!ENTITY priority.level.medium.accesskey "M">
<!ENTITY priority.level.high "Aukštas" >
<!ENTITY priority.level.high.accesskey "H">
<!ENTITY newevent.title.label "Pavadinimas" >
<!ENTITY newevent.location.label "Adresas" >
<!ENTITY newevent.start.label "Pradžia" >
<!ENTITY newevent.date.label "Data" >
<!ENTITY newevent.startdate.label "Pradžios data" >
<!ENTITY newevent.enddate.label "Pabaigos data" >
<!ENTITY newevent.end.label "Pabaiga" >
<!ENTITY newevent.alldayevent.label "Šis įvykis trunka visą parą" >
<!ENTITY newevent.description.label "Pastaba" >
<!ENTITY newevent.uri.label "URL" >
<!ENTITY newevent.uri.visit.label "Aplankyti URL" >
<!ENTITY newevent.private.label "Asmeninis" >
<!ENTITY newevent.private.note "Šis įvykis yra asmeninis." >
<!ENTITY newevent.alarm.label "Signalas" >
<!ENTITY newevent.server.label "Kalendorius" >
<!ENTITY newevent.invite.label "Pakviesti" >
<!ENTITY newevent.email.label "Išsiųsti signalą šiuo el. pašto adresu" >
<!ENTITY newevent.beforealarm.label "prieš įvykio pradžią" >
<!ENTITY newevent.beforealarmends.label "before the event ends" >
<!ENTITY newevent.repeat.label "Kartoti kas" >
<!ENTITY newevent.until.label "Iki" >
<!ENTITY newevent.forever.label "Visada" >
<!ENTITY newevent.numberoftimes.label "Nurodytą skaičių kartų:" >
<!ENTITY newevent.category.label "Grupė" >
<!ENTITY newevent.exceptions.caption "Išimtys">
<!ENTITY newevent.addexceptions.label "Pridėti naują išimtį">
<!ENTITY newevent.deleteexceptions.label "Šalinti išimtį">
<!ENTITY newevent.endtime.warning "Baigiasi anksčiau, negu prasideda! Patikrinkite pradžios (pabaigos) laiką.">
<!ENTITY newevent.enddate.warning "Baigiasi anksčiau, negu prasideda! Patikrinkite pradžios (pabaigos) datą.">
<!ENTITY newevent.repeatdate.tooltip "Parinkite pabaigos datą" >
<!ENTITY newevent.recurend.warning "Kartojimų pabaiga („Iki“) ankstesnė, negu įvykio pabaiga.">
<!ENTITY newevent.endtime.tooltip "Parinkite įvykio pabaigos laiką" >
<!ENTITY newevent.starttimeerror.alertmessage "Įvykis negali baigtis anksčiau, negu prasidėjo. Prašom pataisyti pradžios arba pabaigos laiką." >
<!ENTITY newevent.recurendtimeerror.alertmessage "Kartojimų pabaiga („Iki“) negali būti ankstesnė už įvykio pabaigą. Prašom pataisyti laiką arba išjungti kartojimus („Kartoti kas“)." >
<!ENTITY newevent.newevent.tab.label "Įvykis" >
<!ENTITY newevent.recurrence.tab.label "Kartojimai" >
<!ENTITY newevent.contacts.tab.label "Kontaktai" >
<!ENTITY newevent.files.tab.label "Bylos" >
<!ENTITY newevent.status.label "Būsena" >
<!ENTITY newevent.status.longlabel "Įvykio būsena">
<!ENTITY newevent.status.needsaction.label "Veiksmas" >
<!ENTITY newevent.status.inprogress.label "Vyksta" >
<!ENTITY newevent.status.completed.label "Baigtas" >
<!ENTITY newevent.status.cancelled.label "Atsisakytas" >
<!ENTITY newevent.status.tentative.label "Bandomasis" >
<!ENTITY newevent.status.confirmed.label "Patvirtintas" >
<!ENTITY newevent.advanced.repeat.dayofmonth.label "X-ąją mėnesio dieną">
<!ENTITY newevent.advanced.repeat.dayofweek.label "ketvirtą mėnesio antradienį">
<!ENTITY newevent.advanced.repeat.lastdayofweek.label "paskutinį mėnesio antradienį">
<!ENTITY newevent.advanced.repeat.ofthemonth.label " mėnesio dieną">
<!ENTITY newevent.advanced.repeat.onthe.label " ">
<!ENTITY newevent.advanced.repeat.last.label "paskutinę ">
<!ENTITY newevent.advanced.repeat.first.label "pirmą">
<!ENTITY newevent.advanced.repeat.second.label "antrą">
<!ENTITY newevent.advanced.repeat.third.label "trečią">
<!ENTITY newevent.advanced.repeat.fourth.label "ketvirtą">
<!ENTITY newevent.advanced.repeat.first.extension "-ą">
<!ENTITY newevent.advanced.repeat.second.extension "-ą">
<!ENTITY newevent.advanced.repeat.third.extension "-ią">
<!ENTITY newevent.advanced.repeat.nth.extension "-ą">
<!ENTITY newevent.choosefile.label "Parinkti bylą">
<!ENTITY newevent.removeselectedfile.label "Pašalinti pažymėtas bylas">
<!ENTITY newtodo.completed.label "Baigtas">
<!ENTITY newtodo.duedate.label "Pabaigos data">
<!ENTITY newtodo.startdate.label "Pradžios data">
<!ENTITY newtodo.priority.label "Prioritetas">
<!ENTITY newtodo.percentcomplete.label "&#37;">
<!ENTITY newtodo.categories.label "Grupė">
<!ENTITY newtodo.starttime.warning "Pradžios data vėlesnė, negu pabaigos data.">
<!ENTITY newtodo.cancelled.label "Atsisakyta">
<!ENTITY newtodo.status.label "Būsena">
<!ENTITY newtodo.beforealarm.label "before the task starts" >
<!ENTITY newtodo.beforealarmends.label "before the task is due" >
<!ENTITY newtodo.newtodo.tab.label "Task" >
<!ENTITY newtodo.status.longlabel "Task Status">
<!ENTITY newtodo.duetime.warning "Your start time is after your due time.">
<!ENTITY newtodo.duedate.warning "Your start date is after your due date.">
<!ENTITY calendar.confirm.deleteevent "Ar tikrai norite pašalinti įvykį: " >
<!ENTITY calendar.confirm.deleteuntitledevent "Ar tikrai norite pašalinti šį neįvardytą įvykį?" >
<!ENTITY event.alarm.checkbox.label "Priminti " >
<!ENTITY event.title.alarm "Signalas" >
<!ENTITY event.title.new "Naujas įvykis" >
<!ENTITY event.title.edit "Įvykio aprašo taisa" >
<!ENTITY onthe-text " dieną">
<!ENTITY last-text "paskutinį ">
<!ENTITY ofthemonth-text " mėnesio ">
<!ENTITY todo.title.new "Naujas darbas">
<!ENTITY todo.title.edit "Darbo aprašo taisa">
<!ENTITY event.tip.new "Aprašyti naują įvykį." >
<!ENTITY event.tip.edit "Taisyti esamo įvykio aprašą." >
<!ENTITY todo.tip.new "Aprašyti naują darbą." >
<!ENTITY todo.tip.edit "Taisyti esamo darbo aprašą." >
<!ENTITY event.tip.alert "Signalas!" >
<!ENTITY calendar.flat.topbar.new "Naujas įvykis" >
<!ENTITY calendar.flat.topbar.gototoday "Eiti į šią dieną" >
<!ENTITY calendar.flat.topbar.choosedate "Eiti į (data)" >
<!ENTITY calendar.flat.topbar.dayview " Diena " >
<!ENTITY calendar.dayview.accesskey "D" >
<!ENTITY calendar.flat.topbar.weekview " Savaitė " >
<!ENTITY calendar.weekview.accesskey "S" >
<!ENTITY calendar.flat.topbar.monthview " Mėnuo " >
<!ENTITY calendar.monthview.accesskey "M" >
<!ENTITY calendar.flat.topbar.multiweekview " Kelios savaitės " >
<!ENTITY calendar.multiweekview.accesskey "K" >
<!ENTITY calendar.tools.delete.tooltip "Pašalinti įvykį" >
<!ENTITY calendar.tools.modify.tooltip "Koreguoti įvykį" >
<!ENTITY calendar.newtask.button.tooltip "Aprašyti naują darbą" >
<!ENTITY calendar.newevent.button.tooltip "Aprašyti naują įvykį" >
<!ENTITY calendar.delete.button.tooltip "Pašalinti pažymėtą įvykį" >
<!ENTITY calendar.edit.button.tooltip "Taisyti pažymėtą įvykį" >
<!ENTITY calendar.unifinder.withalarms.label "Su signalais" >
<!ENTITY calendar.unifinder.todayandfuture.label "Slėpti praėjusius įvykius" >
<!ENTITY calendar.unifinder.todoitems.label "Darbai" >
<!ENTITY calendar.unifinder.hidecompletedtodos.label "Slėpti baigtus darbus">
<!ENTITY calendar.calendartab.label "Kalendorius">
<!ENTITY calendar.listofcalendarstab.label "Esami kalendoriai">
<!ENTITY calendar.gototoday.button.label "Eiti į šią dieną" >
<!ENTITY calendar.calendarlistbox.label "Kalendoriai">
<!ENTITY calendar.events.filter.all.label "Visi įvykiai">
<!ENTITY calendar.events.filter.today.label "Šios dienos įvykiai">
<!ENTITY calendar.events.filter.week.label "Šios savaitės įvykiai">
<!ENTITY calendar.events.filter.2weeks.label "Kitų dviejų savaičių įvykiai">
<!ENTITY calendar.events.filter.month.label "Kito mėnesio įvykiai">
<!ENTITY calendar.events.filter.future.label "Visi būsimieji įvykiai">
<!ENTITY calendar.events.filter.current.label "Pasirinktos dienos įvykiai">
<!ENTITY calendar.unifinder.tree.done.label "Atlikta">
<!ENTITY calendar.unifinder.tree.priority.label "Prioritetas">
<!ENTITY calendar.unifinder.tree.title.label "Pavadinimas">
<!ENTITY calendar.unifinder.tree.percentcomplete.label "&#37;">
<!ENTITY calendar.unifinder.tree.startdate.label "Pradžios data">
<!ENTITY calendar.unifinder.tree.enddate.label "Pabaigos data">
<!ENTITY calendar.unifinder.tree.duedate.label "Atidėjimo data">
<!ENTITY calendar.unifinder.tree.completeddate.label "Pabaigos data">
<!ENTITY calendar.unifinder.tree.categories.label "Grupė">
<!ENTITY calendar.unifinder.tree.location.label "Adresas">
<!ENTITY calendar.unifinder.tree.status.label "Būsena">
<!ENTITY calendar.unifinder.tree.filename.label "Kalendoriaus vardas">
<!ENTITY calendar.gototoday.button.tooltip "Eiti į šios dienos kalendorių" >
<!ENTITY calendar.choosedate.button.tooltip "Parinkti datą (kur eiti)" >
<!ENTITY calendar.dayview.button.tooltip "Rodyti dienos kalendorių" >
<!ENTITY calendar.weekview.button.tooltip "Rodyti savaitės kalendorių" >
<!ENTITY calendar.monthview.button.tooltip "Rodyti mėnesio kalendorių" >
<!ENTITY calendar.multiweekview.button.tooltip "Rodyti kelių savaičių kalendorių" >
<!ENTITY calendar.nextday.button.tooltip "Kita diena" >
<!ENTITY calendar.prevday.button.tooltip "Ankstesnė diena" >
<!ENTITY calendar.nextweek.button.tooltip "Kita savaitė" >
<!ENTITY calendar.prevweek.button.tooltip "Ankstesnė savaitė" >
<!ENTITY calendar.nextmonth.button.tooltip "Kitas mėnuo" >
<!ENTITY calendar.prevmonth.button.tooltip "Ankstesnis mėnuo" >
<!ENTITY calendar.newtask.button.label "Naujas darbas" >
<!ENTITY calendar.newevent.button.label "Naujas įvykis" >
<!ENTITY calendar.delete.button.label "Pašalinti" >
<!ENTITY calendar.edit.button.label "Taisyti" >
<!ENTITY calendar.choosedate.button.label "Parinkti datą" >
<!ENTITY calendar.dayview.button.label "Diena" >
<!ENTITY calendar.weekview.button.label "Savaitė" >
<!ENTITY calendar.monthview.button.label "Mėnuo" >
<!ENTITY calendar.multiweekview.button.label "Kelios savaitės" >
<!ENTITY calendar.onlyworkday.checkbox.label "Tik pirmadienis–penktadienis" >
<!ENTITY calendar.onlyworkday.checkbox.accesskey "F" >
<!ENTITY calendar.displaytodos.checkbox.label "Rodyti darbus" >
<!ENTITY calendar.displaytodos.checkbox.accesskey "V" >
<!ENTITY calendar.menu.options.modify "Taisyti" >
<!ENTITY calendar.menu.options.remove "Pašalinti" >
<!ENTITY calendar.menu.options.close "Užverti langą" >
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Įvykiai" >
<!ENTITY calendar.search.tab.label "Ieškoti">
<!ENTITY calendar.search.options.searchfor " turintys:">
<!ENTITY calendar.menu.numberofweeks.label "Savačių skaičius" >
<!ENTITY calendar.menu.numberofweeks.1 "1 savaitė" >
<!ENTITY calendar.menu.numberofweeks.2 "2 savaitės" >
<!ENTITY calendar.menu.numberofweeks.3 "3 savaitės" >
<!ENTITY calendar.menu.numberofweeks.4 "4 savaitės" >
<!ENTITY calendar.menu.numberofweeks.5 "5 savaitės" >
<!ENTITY calendar.menu.numberofweeks.6 "6 savaitės" >
<!-- Month View Entities -->
<!ENTITY calendar.monthview.column.1.name "Sekmadienis">
<!ENTITY calendar.monthview.column.2.name "Pirmadienis">
<!ENTITY calendar.monthview.column.3.name "Antradienis">
<!ENTITY calendar.monthview.column.4.name "Trečiadienis">
<!ENTITY calendar.monthview.column.5.name "Ketvirtadienis">
<!ENTITY calendar.monthview.column.6.name "Penktadienis">
<!ENTITY calendar.monthview.column.7.name "Šeštadienis">
<!ENTITY week.short "S">
<!-- Statusbar -->
<!ENTITY statusText.label "Dokumentas baigtas">
<!-- Window Title -->
<!ENTITY window.title "„Mozillos“ kalendorius">
<!-- Context Menu -->
<!ENTITY calendar.context.newevent.label "Naujas įvykis">
<!ENTITY calendar.context.newevent.accesskey "v">
<!ENTITY calendar.context.newtodo.label "Naujas darbas">
<!ENTITY calendar.context.newtodo.accesskey "b">
<!ENTITY calendar.context.modifyevent.label "Taisyti pažymėto įvykio aprašą">
<!ENTITY calendar.context.modifyevent.accesskey "T">
<!ENTITY calendar.context.modifytask.label "Taisyti pažymėto darbo aprašą">
<!ENTITY calendar.context.modifytask.accesskey "s">
<!ENTITY calendar.context.deleteevent.label "Pašalinti įvykį">
<!ENTITY calendar.context.deleteevent.accesskey "l">
<!ENTITY calendar.context.deletetask.label "Pašalinti darbą">
<!ENTITY calendar.context.deletetask.accesskey "š">
<!ENTITY calendar.context.cutevent.label "Iškirpti">
<!ENTITY calendar.context.cutevent.accesskey "r">
<!ENTITY calendar.context.copyevent.label "Kopijuoti">
<!ENTITY calendar.context.copyevent.accesskey "K">
<!ENTITY calendar.context.pasteevent.label "Įdėti">
<!ENTITY calendar.context.pasteevent.accesskey "d">
<!ENTITY calendar.context.selectall.label "Pažymėti visus">
<!ENTITY calendar.context.selectall.accesskey "ž">
<!ENTITY calendar.context.gototoday.label "Eiti į šią dieną">
<!ENTITY calendar.context.gototoday.accesskey "š">
<!ENTITY calendar.context.dayview.label "Rodyti vienos dienos kalendorių">
<!ENTITY calendar.context.dayview.accesskey "o">
<!ENTITY calendar.context.weekview.label "Rodyti vienos savaitės kalendorių">
<!ENTITY calendar.context.weekview.accesskey "a">
<!ENTITY calendar.context.monthview.label "Rodyti vieno mėnesio kalendorių">
<!ENTITY calendar.context.monthview.accesskey "m">
<!ENTITY calendar.context.multiweekview.label "Rodyti kelių savačių kalendorių">
<!ENTITY calendar.context.multiweekview.accesskey "k">
<!ENTITY calendar.context.reload.label "Įkelti iš naujo">
<!ENTITY calendar.context.reload.accesskey "n">
<!ENTITY calendar.context.emailevent.label "Išsiųsti pažymėtus įvykius el. paštu">
<!ENTITY calendar.context.emailevent.accesskey "e">
<!ENTITY calendar.context.emailtask.label "Išsiųsti darbą el. paštu">
<!ENTITY calendar.context.emailtask.accesskey "p">
<!-- Task Context Menu -->
<!ENTITY calendar.context.progress.label "Eiga">
<!ENTITY calendar.context.progress.accesskey "E">
<!ENTITY calendar.context.priority.label "Prioritetas">
<!ENTITY calendar.context.priority.accesskey "P">
<!ENTITY percnt "&#38;#37;" ><!--=percent sign-->
<!ENTITY progress.level.0 "0&percnt;">
<!ENTITY progress.level.0.accesskey "0">
<!ENTITY progress.level.25 "25&percnt;">
<!ENTITY progress.level.25.accesskey "2">
<!ENTITY progress.level.50 "50&percnt;">
<!ENTITY progress.level.50.accesskey "5">
<!ENTITY progress.level.75 "75&percnt;">
<!ENTITY progress.level.75.accesskey "7">
<!ENTITY progress.level.100 "100&percnt;">
<!ENTITY progress.level.100.accesskey "1">
<!-- Server Context Menu -->
<!ENTITY calendar.context.newserver.label "Naujas kalendorius">
<!ENTITY calendar.context.newserver.accesskey "N">
<!ENTITY calendar.context.editserver.label "Taisyti kalendorių">
<!ENTITY calendar.context.editserver.accesskey "E">
<!ENTITY calendar.context.deleteserver.label "Pašalinti kalendorių">
<!ENTITY calendar.context.deleteserver.accesskey "D">
<!ENTITY calendar.context.refreshserver.label "Atnaujinti nuotolinius kalendorius">
<!ENTITY calendar.context.refreshserver.accesskey "R">
<!ENTITY calendar.context.publish.label "Publikuoti šį kalendorių">
<!ENTITY calendar.context.publish.accesskey "P">
<!-- About Dialog -->
<!ENTITY calendar.about.title "Apie „Mozillos“ kalendorių">
<!ENTITY calendar.about.tab "Apie">
<!ENTITY throbber.tooltip "Eiti į „Mozillos“ pradžios tinklalapį">
<!ENTITY menuBar.tooltip "Meniu juosta">
<!ENTITY navigationToolbar.tooltip "Naršymo juosta">
<!-- Calendar Alarm Dialog -->
<!ENTITY calendar.alarm.acknowledge.label "Patvirtinti" >
<!ENTITY calendar.alarm.editevent.label "Taisyti įvykio aprašą" >
<!ENTITY calendar.alarm.acknowledgeall.label "Patvirtinti visus signalus" >
<!ENTITY calendar.alarm.snooze.label "Atidėti" >
<!-- Calendar Server Dialog -->
<!ENTITY calendar.server.dialog.title.new "Naujas kalendorius">
<!ENTITY calendar.server.dialog.title.edit "Kalendoriaus aprašo taisa">
<!ENTITY calendar.server.dialog.name.label "Vardas:">
<!ENTITY calendar.server.dialog.username.label "Abonento vardas:">
<!ENTITY calendar.server.dialog.password.label "Slaptažodis:">
<!ENTITY calendar.server.dialog.publish.label "Automatiškai publikuoti pakeitimus. (Tai reiškia, kad dirbant su nuotoliniais kalendoriais, prieš pridedant, taisant arba šalinant įvykį, pirma bus atsiųsta jo naujausia versija, po to atliktas Jūsų veiksmas su įvykiais ir tik tada kalendoriaus byla bus išsiųsta į žiniatinklį.)">
<!ENTITY calendar.server.dialog.location.label "Adresas:">
<!ENTITY calendar.server.dialog.local.location.label "Vietinė byla">
<!ENTITY calendar.server.dialog.browse.label "Parinkti bylą...">
<!ENTITY calendar.local.calendar.dialog.help.label "Jei norite nurodyti katalogą ir vardą bylos, į kurią bus įrašytas kalendorius, spragtelėkite „Parinkti bylą“.">
<!ENTITY calendar.server.dialog.help.label "Surinkite kalendoriaus bylos URL (pvz., http://www.mozilla.org/projects/calendar/caldata/CanadaHolidays.ics) arba parinkite bylą iš kompiuterio disko.">
<!-- Calendar Coloring -->
<!ENTITY calendar.server.dialog.color.label "Spalva:">
<!ENTITY calendar.local.calendar.dialog.optional.label "Tolesni laukai yra nebūtinieji, juos reikia užpildyti publikuojant kalendorių tinkle:">
<!-- Calendar Publish Dialog -->
<!ENTITY calendar.publish.dialog.title "Kalendoriaus publikavimas">
<!ENTITY calendar.publish.url.label "URL:">
<!ENTITY calendar.publish.username.label "Abonento vardas:">
<!ENTITY calendar.publish.password.label "Slaptažodis:">
<!ENTITY calendar.publish.username.description "Publikavimo serveryje abonento vardas (nebūtina).">
<!ENTITY calendar.publish.password.description "Publikavimo serveryje slaptažodis (nebūtina).">
<!ENTITY calendar.publish.publish.button "Publikuoti">
<!ENTITY calendar.publish.close.button "Užverti">
<!ENTITY calendar.publish.example.url.description "Pavyzdžiui, http://www.serveris.lt/kalendorius/pvz.ics">
<!-- TRANSLATORS: this label must be short to keep a reasonable column width in the week view -->
<!ENTITY allDayEvents.label "Įvykiai, trunkantys visą parą">
<!-- Calendar Wizard Dialog -->
<!ENTITY calendar.wizard.import.label "Importas. Importuojami įvykiai iš vietinės bylos į turimą kalendorių.">
<!ENTITY calendar.wizard.export.label "Eksportas. Eksportuojami įvykiai iš kalendoriaus į vietinę bylą.">
<!ENTITY calendar.wizard.subscribe.label "Prisijungimas. Prisijungiama prie kalendoriaus bylos, esančios nuotoliniame kompiuteryje.">
<!ENTITY calendar.wizard.publish.label "Publikavimas. Įvykiai išsiunčiami į nuotolinį kompiuterį tam, kad kiti galėtų prie jų prisijungti.">
<!-- Calendar Import Duplicates Dialog -->
<!ENTITY calendar.importdupes.dialog.title "Įvykių dubliavimo tvarkymas" >
<!ENTITY calendar.importdupes.caption.label "Ką daryti su importuojamu įvykiu, jei toks pat įvykis jau yra programoje:">
<!ENTITY calendar.importdupes.autodiscard.label "praleisti">
<!ENTITY calendar.importdupes.adddupes.label "importuoti">
<!ENTITY calendar.importdupes.prompt.label "pranešti apie kiekvieną">
<!-- Calendar Printing -->
<!ENTITY calendar.print.window.title "Kalendoriaus spausdinimas">
<!ENTITY calendar.print.selectoptions.label "Parinkite spausdinimo nuostatas. Paruoštas spausdinimui kalendorius bus įkeltas į naršyklę.">
<!ENTITY calendar.print.selectviews.label "Spausdinti šį rodinį:">
<!ENTITY calendar.print.listselected.label "Pažymėtų įvykių sąrašas ">
<!ENTITY calendar.print.onlyitemsstatus.label "Įvykiai, turintys būseną:">
<!ENTITY calendar.print.onlyitemscategory.label "Priklausantys kategorijai:">
<!-- Added to match Lithuanian locale (questions to tatjanaj@ktl.mii.lt) -->
<!ENTITY alarm.units.minutes.t "minučių">
<!ENTITY alarm.units.hours.t "valandų">
<!ENTITY alarm.units.days.t "dienų">
<!ENTITY repeat.units.days.t "dienų">
<!ENTITY repeat.units.weeks.t "savaičių">
<!ENTITY repeat.units.months.t "mėnesių">
<!ENTITY repeat.units.years.t "metų">

Просмотреть файл

@ -0,0 +1,142 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Calendar code.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): ArentJan Banck <ajbanck@planet.nl>
# Eric Belhaire <belhaire@ief.u-psud.fr>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
# Misc. strings in JS
AllDayEvents=Dienos \u012fvykiai
Tentative=Bandomasis
Confirmed=Patvirtintas
Cancelled=Astsisakytas
noEventsToImport=N\u0117ra \u012fvyki\u0173, kurious b\u016bt\u0173 galima importuoti...
noEventsToSave=Pra\u0161om pa\u017eym\u0117ti \u012fvykius, kuriuos norite \u012fra\u0161yti.
aboutToImport=Importuojami %1$S \u012fvykis(-iai).\u005cnAr atverti kiekvieno \u012fvykio apra\u0161\u0105 prie\u0161 importuojant?
duplicateImport=Importuoti bent du vienodi \u012fvykiai. Kiekvieno i\u0161 j\u0173 apra\u0161as bus atvertas dialogo lange,\u005cn kuriame galima atsisakyti \u012fvykio paspaud\u017eius mygtuk\u0105 \u201eAtsisakyti\u201c arba pataisyti \u012fvykio apra\u0161\u0105 ir patvirtinti pakeitimus paspaud\u017eius \u201eGerai\u201c.
addDuplicate=Prid\u0117ti pasikartuojant\u012f \u012fra\u0161\u0105:
#spaces needed at the end of the following lines
eventTitle=Pavadinimas:
eventStartTime=Prad\u017eia:
eventEndTime=Pabaiga:
eventSummary=Santrauka:
eventDescription=Apra\u0161as:
eventWhen=Kada:
eventWhere=Kur:
unableToRead=Nepavyko skaityti bylos:
unableToWrite=Nepavyko \u012fra\u0161yti \u012f byl\u0105:
defaultFileName=MozillaKalendorius
HTMLTitle=\u201eMozillos\u201c kalendorius
deleteCalendarTitle=Kalendoriaus \u0161alinimas
deleteCalendarMessage=Ar tikrai pa\u0161alinti \u0161\u012f kalendori\u0173?
deleteCalendarOnly=Pa\u0161alinti kalendori\u0173
deleteCalendarAndFile=Pa\u0161alinti kalendori\u0173 ir jo byl\u0105
weekDayMonthLabel=%1$S %2$S %3$S.
#
# P R E F S
# Default values for preferences
#
#the default day to start the week on
#0=Sunday 1=Monday 2=Tuesday 3=Wednesday 4=Thursday 5=Friday 6=Saturday
defaultWeekStart=1
defaultWeeksInView=4
defaultPreviousWeeksInView=0
showAlarms=1
showMissed=1
playAlarmSound=0
reloadServersOnLaunch=false
defaultEventLength=60
defaultSnoozeAlarmLength=60
dateFormat=0
defaultStartHour=8
defaultEndHour=17
defaultzone=Europe/Vilnius
defaulteventalarmunit=minutes
defaulttodoalarmunit=minutes
Week=savait\u0117
# Alarm
TooManyAlarmsMessage=I\u0161 viso turite %1$S signalus(-\u0173). Buvo parodyti tik 6 paskutiniai. Spragtel\u0117kite \u201ePatvirtinti visus\u201c, jei norite patvirtinti ir i\u0161valyti visus signalus.
# Error strings
## @name UID_NOT_FOUND
## @loc none
1001=D\u0117mesio! UID nerastas. Priskirtas naujas.
# List of events or todos (unifinder)
## %1$S is the date
unifinderAlldayEventDate=%1$S
## %1$S is the date, %2$S is the time
unifinderNormalEventDate=%1$S %2$S
eventUntitled=Ne\u012fvardytas
# Tooltips of events or todos
tooltipTitleElement=Pavadinimas: %1$S
## %1$S is the date, %2$S is the time
tooltipEventStart=Prad\u017eia:\t%1$S %2$S
tooltipEventEnd=Pabaiga:\t%1$S %2$S
tooltipTaskStart=Prad\u017eios data: %1$S
tooltipTaskEnd=Pabaigos data: %1$S
tooltipAlldayEventDate=Trunka vis\u0105 par\u0105: %1$S
##
tooltipEventLocation=Vieta: %1$S
tooltipEventDescription=Apra\u0161as: %1$S
tooltipTaskDescription=Apra\u0161as: %1$S
#File commands and dialogs
Open=Atverti
Save=\u012era\u0161yti
SaveAs=\u012era\u0161yti kitaip
filepickerDefString=MozillaKalendorius.ics
### %1$S in the server name
filepickerDefServerString=MozillaKalendorius%1$S.ics
#filter
filterCalendar=Kalendoriaus bylos
filtervCalendar=vCalendar bylos
filterXcs=iCalendar XML dokumentai
filterXml=XML dokumentai
filterRtf=Rai\u0161kusis tekstas (RTF)
filterHtml=HTML bylos
filterCsv=Skirtukai \u2013 kableliai
filterOutlookCsv=Skirtukai \u2013 kableliai (Outlook)
filterRdf=iCalendar RDF

Просмотреть файл

@ -0,0 +1,39 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Calendar code.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): ArentJan Banck <ajbanck@planet.nl>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
# default categories
categories=Gimtadieniai,Verslas,Kvietimai,Klientai,Pirkimas,Pardavimas,Dovanos,Atostogos,Planai,Asmeniniai,Sportas,Televizija

Просмотреть файл

@ -0,0 +1,55 @@
<?xml version="1.0"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Colin Phillips <colinp@oeone.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the skins being supplied by this package -->
<RDF:Seq about="urn:mozilla:locale:root">
<RDF:li resource="urn:mozilla:locale:lt-LT"/>
</RDF:Seq>
<!-- locale information -->
<RDF:Description about="urn:mozilla:lt-LT">
<chrome:packages>
<RDF:Seq about="urn:mozilla:locale:lt-LT:packages">
<RDF:li resource="urn:mozilla:locale:lt-LT:calendar"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>

Просмотреть файл

@ -0,0 +1,155 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is OEone Calendar Code, released October 31st, 2001.
#
# The Initial Developer of the Original Code is
# OEone Corporation.
# Portions created by OEone Corporation are Copyright (C) 2001
# OEone Corporation. All Rights Reserved.
#
# Contributor(s): Garth Smedley <garths@oeone.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
# Month names - Add full names when needed
month.1.Mmm=SAUSIS
month.2.Mmm=VASARIS
month.3.Mmm=KOVAS
month.4.Mmm=BALANDIS
month.5.Mmm=GEGU\u017d\u0116
month.6.Mmm=BIR\u017dELIS
month.7.Mmm=LIEPA
month.8.Mmm=RUGPJ\u016aTIS
month.9.Mmm=RUGS\u0116JIS
month.10.Mmm=SPALIS
month.11.Mmm=LAPKRITIS
month.12.Mmm=GRUODIS
month.1.name=Sausis
month.2.name=Vasaris
month.3.name=Kovas
month.4.name=Balandis
month.5.name=Gegu\u017e\u0117
month.6.name=Bir\u017eelis
month.7.name=Liepa
month.8.name=Rugpj\u016btis
month.9.name=Rugs\u0117jis
month.10.name=Spalis
month.11.name=Lapkritis
month.12.name=Gruodis
#\u0160ios eilut\u0117s ateina \u012f m\u0117nesio rodinio m\u0117nesi\u0173 pavadinimus (pakeista, nes reik\u0117jo kilmininko) ir \u012fvyki\u0173 kartojimo dialog\u0105 (reik\u0117jo dien\u0173 pavadinim\u0173 gal. linksnio)
month.1.Mmm2=sausio
month.2.Mmm2=vasario
month.3.Mmm2=kovo
month.4.Mmm2=baland\u017eio
month.5.Mmm2=gegu\u017e\u0117s
month.6.Mmm2=bir\u017eelio
month.7.Mmm2=liepos
month.8.Mmm2=rugpj\u016b\u010dio
month.9.Mmm2=rugs\u0117jo
month.10.Mmm2=spalio
month.11.Mmm2=lapkri\u010dio
month.12.Mmm2=gruod\u017eio
day.1.name2=sekmadien\u012f
day.2.name2=pirmadien\u012f
day.3.name2=antradien\u012f
day.4.name2=tre\u010diadien\u012f
day.5.name2=ketvirtadien\u012f
day.6.name2=penktadien\u012f
day.7.name2=\u0161e\u0161tadien\u012f
#Don't change this without notifying people in calendar first.
day.1.name=Sekmadienis
day.2.name=Pirmadienis
day.3.name=Antradienis
day.4.name=Tre\u010diadienis
day.5.name=Ketvirtadienis
day.6.name=Penktadienis
day.7.name=\u0160e\u0161tadienis
day.1.Mmm=Sek
day.2.Mmm=Pr
day.3.Mmm=An
day.4.Mmm=Tr
day.5.Mmm=Kt
day.6.Mmm=Pn
day.7.Mmm=\u0160e
# Can someone tell me why were not counting from zero?
day.1.short=S
day.2.short=P
day.3.short=A
day.4.short=T
day.5.short=K
day.6.short=P
day.7.short=\u0160
am-string=prie\u0161 piet
pm-string=po piet
# Added to support localization of messages within eventDialog.js
# Day ordinals imply order within a list.
ordinal.suffix.1=st
ordinal.suffix.2=nd
ordinal.suffix.3=rd
ordinal.suffix.4=th
ordinal.suffix.5=th
ordinal.suffix.6=th
ordinal.suffix.7=th
ordinal.suffix.8=th
ordinal.suffix.9=th
ordinal.suffix.10=th
ordinal.suffix.11=th
ordinal.suffix.12=th
ordinal.suffix.13=th
ordinal.suffix.14=th
ordinal.suffix.15=th
ordinal.suffix.16=th
ordinal.suffix.17=th
ordinal.suffix.18=th
ordinal.suffix.19=th
ordinal.suffix.20=th
ordinal.suffix.21=st
ordinal.suffix.22=nd
ordinal.suffix.23=rd
ordinal.suffix.24=th
ordinal.suffix.25=th
ordinal.suffix.26=th
ordinal.suffix.27=th
ordinal.suffix.28=th
ordinal.suffix.29=th
ordinal.suffix.30=th
ordinal.suffix.31=st
ordinal.name.last=Last
ordinal.name.1=First
ordinal.name.2=Second
ordinal.name.3=Third
ordinal.name.4=Fourth

Просмотреть файл

@ -0,0 +1,45 @@
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Calendar code.
#
# The Initial Developer of the Original Code is
# ArentJan Banck <ajbanck@planet.nl>.
# Portions created by the Initial Developer are Copyright (C) 2002
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): Mike Potter <mikep@oeone.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
# Email items.
AttachmentName=kalendorius.ics
When=Kada:
Where=Kur:
Organizer=Organizatorius:
Summary=Santrauka:
EmailSubject=Kalendoriaus \u012fvykiai
AlarmEmailBody=Kalendoriaus \u012fvykis prasid\u0117jo!\u005cn----------------------------\u005cn\u012evykio pavadinimas: %1$S \u2013 %2$S\u005cnLai\u0161kas i\u0161si\u0173stas naudojant \u201eMozillos\u201c kalendori\u0173.\u005cnhttp://www.mozilla.org/projects/calendar/\u005cn Lietuvi\u0161ka versija: http://aldona.mii.lt/pms/lok/mozilla/kalend.html
AlarmEmailSubject=\u201eMozillos\u201c kalendoriaus \u012fvykio signalas: %1$S

Просмотреть файл

@ -0,0 +1,107 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY time.midnight "0:00" >
<!ENTITY time.1 "1:00" >
<!ENTITY time.2 "2:00" >
<!ENTITY time.3 "3:00" >
<!ENTITY time.4 "4:00" >
<!ENTITY time.5 "5:00" >
<!ENTITY time.6 "6:00" >
<!ENTITY time.7 "7:00" >
<!ENTITY time.8 "8:00" >
<!ENTITY time.9 "9:00" >
<!ENTITY time.10 "10:00" >
<!ENTITY time.11 "11:00" >
<!ENTITY time.noon "12:00" >
<!ENTITY time.13 "13:00" >
<!ENTITY time.14 "14:00" >
<!ENTITY time.15 "15:00" >
<!ENTITY time.16 "16:00" >
<!ENTITY time.17 "17:00" >
<!ENTITY time.18 "18:00" >
<!ENTITY time.19 "19:00" >
<!ENTITY time.20 "20:00" >
<!ENTITY time.21 "21:00" >
<!ENTITY time.22 "22:00" >
<!ENTITY time.23 "23:00" >
<!-- Month Names -->
<!ENTITY day.1.Ddd "sekmadienį" >
<!ENTITY day.2.Ddd "pirmadienį" >
<!ENTITY day.3.Ddd "antradienį" >
<!ENTITY day.4.Ddd "trečiadienį" >
<!ENTITY day.5.Ddd "ketvirtadienį" >
<!ENTITY day.6.Ddd "penktadienį" >
<!ENTITY day.7.Ddd "šeštadienį" >
<!ENTITY day.1.DDD "Se" >
<!ENTITY day.2.DDD "Pr" >
<!ENTITY day.3.DDD "An" >
<!ENTITY day.4.DDD "Tr" >
<!ENTITY day.5.DDD "Kt" >
<!ENTITY day.6.DDD "Pe" >
<!ENTITY day.7.DDD "Še" >
<!ENTITY day.1.name "Sekmadienis" >
<!ENTITY day.2.name "Pirmadienis" >
<!ENTITY day.3.name "Antradienis" >
<!ENTITY day.4.name "Trečiadienis" >
<!ENTITY day.5.name "Ketvirtadienis" >
<!ENTITY day.6.name "Penktadienis" >
<!ENTITY day.7.name "Šeštadienis" >
<!ENTITY time.am "priešpiet" >
<!ENTITY time.pm "popiet" >
<!ENTITY month.1.MMM "Sausio" >
<!ENTITY month.2.MMM "Vasario" >
<!ENTITY month.3.MMM "Kovo" >
<!ENTITY month.4.MMM "Balandžio" >
<!ENTITY month.5.MMM "Gegužės" >
<!ENTITY month.6.MMM "Birželio" >
<!ENTITY month.7.MMM "Liepos" >
<!ENTITY month.8.MMM "Rugpjūčio" >
<!ENTITY month.9.MMM "Rugsėjo" >
<!ENTITY month.10.MMM "Spalio" >
<!ENTITY month.11.MMM "Lapk" >
<!ENTITY month.12.MMM "Gruodžio" >
<!ENTITY time.AM "Prieš piet" >
<!ENTITY time.PM "Po piet" >
<!ENTITY more.label "Kas 1 min" >
<!ENTITY less.label "Kas 5 min" >

Просмотреть файл

@ -0,0 +1,136 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Įvykis">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Naujas įvykis">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "Naujas darbas">
<!ENTITY event.new.todo.accesskey "d">
<!ENTITY calendar.new.server.label "Naujas kalendorius">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY event.edit.event "Taisyti įvykio aprašą">
<!ENTITY event.edit.event.accesskey "T">
<!ENTITY event.delete.event "Pašalinti pažymėtus įvykius">
<!ENTITY event.delete.event.accesskey "š">
<!ENTITY event.delete.tasks "Pašalinti pažymėtus darbus">
<!ENTITY event.delete.tasks.accesskey "d">
<!ENTITY event.mail.event "Išsiųsti pažymėtus įvykius el. paštu">
<!ENTITY event.mail.event.accesskey "p">
<!ENTITY calendar.print.label "Spausdinti...">
<!ENTITY calendar.print.accesskey "S">
<!ENTITY calendar.printpreview.label "Spaudinio peržiūra">
<!ENTITY calendar.printpreview.accesskey "ž">
<!ENTITY calendar.pagesetup.label "Puslapio nuostatos...">
<!ENTITY calendar.pagesetup.accesskey "P">
<!ENTITY calendar.import.label "Importuoti...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Paleisti vediklį">
<!ENTITY calendar.wizard.accesskey "v">
<!ENTITY calendar.export.label "Eksportuoti pažymėtus įvykius...">
<!ENTITY calendar.export.accesskey "k">
<!ENTITY calendar.subscribe.label "Prisijungti prie nuotolinio kalendoriaus...">
<!ENTITY calendar.subscribe.accesskey "P">
<!ENTITY calendar.publish.label "Publikuoti pažymėtus įvykius...">
<!ENTITY calendar.publish.accesskey "P">
<!ENTITY calendar.about.label "Apie kalendorių">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.cut.label "Iškirpti">
<!ENTITY calendar.cut.accesskey "r">
<!ENTITY calendar.copy.label "Kopijuoti">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.paste.label "Įdėti">
<!ENTITY calendar.paste.accesskey "d">
<!ENTITY calendar.selectall.label "Pažymėti visus">
<!ENTITY calendar.selectall.accesskey "v">
<!ENTITY calendar.preferences.label "Nuostatos...">
<!ENTITY calendar.preferences.accesskey "N">
<!ENTITY goMenu.label "Eiti">
<!ENTITY goMenu.accesskey "e">
<!ENTITY goTodayCmd.label "Į šią dieną">
<!ENTITY goTodayCmd.accesskey "š">
<!ENTITY goPreviousCmd.label "Atgal">
<!ENTITY goPreviousCmd.accesskey "A">
<!ENTITY goNextCmd.label "Pirmyn">
<!ENTITY goNextCmd.accesskey "P">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.accesskey "H">

Просмотреть файл

@ -0,0 +1,39 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is mozilla.org code.
-
- The Initial Developer of the Original Code is
- the Mozilla Organization.
- Portions created by the Initial Developer are Copyright (C) 1998-2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY calendarCmd.label "Kalendorius">
<!ENTITY calendarCmd.accesskey "K">
<!ENTITY calendarCmd.commandkey "7">

Просмотреть файл

@ -0,0 +1,520 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is OEone Calendar Code, released October 31st, 2001.
-
- The Initial Developer of the Original Code is
- OEone Corporation.
- Portions created by the Initial Developer are Copyright (C) 2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Mike Potter <mikep@oeone.com>
- ArentJan Banck <ajbanck@planet.nl>
- Eric Belhaire <belhaire@ief.u-psud.fr>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY calendar.label "Kalendorius" >
<!ENTITY calendarPanel.label "Kalendorius" >
<!ENTITY calendar.accesskey "K" >
<!ENTITY calendar.publish.label "Publikavimas">
<!ENTITY calendar.general.label "General">
<!ENTITY calendar.alarms.label "Signalai">
<!ENTITY calendar.views.label "Rodiniai">
<!ENTITY calendar.timezone.label "Laiko juosta">
<!ENTITY prefWindow.title "Calendar Options">
<!ENTITY prefWindow.size "width: 52.3em; height: 41em;">
<!ENTITY prefWindow.category "Category">
<!ENTITY pref.mainbox.label "Pagrindinės parinktys" >
<!ENTITY pref.alarmgoesoff.label "Kai ateina laikas signalizuoti:">
<!ENTITY pref.playasound "pranešti garsu" >
<!ENTITY pref.alarmbox.label "Signalai" >
<!ENTITY pref.showalarmbox "rodyti signalo langą" >
<!ENTITY pref.defaultemail.label "Siųsti signalą šiuo adresu:">
<!ENTITY pref.defaulttext.label "Numatytasis signalo tekstas:">
<!ENTITY pref.missedalarms "rodyti praleistus signalus" >
<!ENTITY pref.defalarm4events.label "Default alarm setting for events:">
<!ENTITY pref.defalarm4todos.label "Default alarm setting for tasks:">
<!ENTITY pref.alarm.on "On">
<!ENTITY pref.alarm.off "Off">
<!ENTITY pref.defalarmlen4events.label "Default time an alarm goes off before an event:">
<!ENTITY pref.defalarmlen4todos.label "Default time an alarm goes off before a task:">
<!ENTITY pref.dateformat.label "Datos tekstinis formatas:" >
<!ENTITY pref.dateformat.long "Ilgas" >
<!ENTITY pref.dateformat.short "Trumpas" >
<!ENTITY pref.defaultlength.label "Numatytoji įvykio trukmė:" >
<!ENTITY pref.defaultsnoozelength.label "Numatytoji įvykio atidėjimo trukmė:" >
<!ENTITY pref.weekstarts.label "Pirmoji savaitės diena:" >
<!ENTITY pref.weekstarts.sunday "Sekmadienis" >
<!ENTITY pref.weekstarts.monday "Pirmadienis" >
<!ENTITY pref.weekstarts.tuesday "Antradienis" >
<!ENTITY pref.weekstarts.wednesday "Trečiadienis" >
<!ENTITY pref.weekstarts.thursday "Ketvirtadienis" >
<!ENTITY pref.weekstarts.friday "Penktadienis" >
<!ENTITY pref.weekstarts.saturday "Šeštadienis" >
<!ENTITY pref.numberofweeks.label "Numatytasis savaičių skaičius:" >
<!ENTITY pref.numberofweeks.0 "nėra" >
<!ENTITY pref.numberofweeks.1 "1 savaitė" >
<!ENTITY pref.numberofweeks.2 "2 savaitės" >
<!ENTITY pref.numberofweeks.3 "3 savaitės" >
<!ENTITY pref.numberofweeks.4 "4 savaitės" >
<!ENTITY pref.numberofweeks.5 "5 savaitės" >
<!ENTITY pref.numberofweeks.6 "6 savaitės" >
<!ENTITY pref.numberofpreviousweeks.label "Ankstesnių savaičių skaičius:" >
<!ENTITY pref.hour.help.description " " >
<!ENTITY pref.hour.00 "00:00" >
<!ENTITY pref.hour.01 "01:00" >
<!ENTITY pref.hour.02 "02:00" >
<!ENTITY pref.hour.03 "03:00" >
<!ENTITY pref.hour.04 "04:00" >
<!ENTITY pref.hour.05 "05:00" >
<!ENTITY pref.hour.06 "06:00" >
<!ENTITY pref.hour.07 "07:00" >
<!ENTITY pref.hour.08 "08:00" >
<!ENTITY pref.hour.09 "09:00" >
<!ENTITY pref.hour.10 "10:00" >
<!ENTITY pref.hour.11 "11:00" >
<!ENTITY pref.hour.12 "12:00" >
<!ENTITY pref.hour.13 "13:00" >
<!ENTITY pref.hour.14 "14:00" >
<!ENTITY pref.hour.15 "15:00" >
<!ENTITY pref.hour.16 "16:00" >
<!ENTITY pref.hour.17 "17:00" >
<!ENTITY pref.hour.18 "18:00" >
<!ENTITY pref.hour.19 "19:00" >
<!ENTITY pref.hour.20 "20:00" >
<!ENTITY pref.hour.21 "21:00" >
<!ENTITY pref.hour.22 "22:00" >
<!ENTITY pref.hour.23 "23:00" >
<!ENTITY pref.calendar.view.allview.caption "Bendrosios parinktys">
<!ENTITY pref.calendar.view.dayview.caption "Dienos kalendorius">
<!ENTITY pref.calendar.view.weekview.caption "Savaitės kalendorius">
<!ENTITY pref.calendar.view.weekanddayview.caption "Savaitės ir dienos kalendoriai">
<!ENTITY pref.calendar.view.monthview.caption "Mėnesio kalendorius">
<!ENTITY pref.calendar.view.multiweekview.caption "Kelių savaičių kalendorius">
<!ENTITY pref.calendar.view.restrict.label "Jei nėra įvykių, tai susiaurinti rodinį ">
<!ENTITY pref.calendar.view.starttime.label "nuo">
<!ENTITY pref.calendar.view.endtime.label "iki">
<!ENTITY pref.categories.label "Įvykių (darbų) grupės" >
<!ENTITY pref.categories.help.description "Norint pridėti grupių pavadinimus, reikia juos atskirti kableliais.">
<!ENTITY pref.reloadonlaunch "Paledžiant kalendorių įkelti iš naujo visas nuotolinių kalendorių bylas">
<!ENTITY pref.publish.caption "Publikavimo nuostatos">
<!ENTITY pref.publish.path.label "Nuotolinės bylos vardas:">
<!ENTITY pref.publish.username.label "Abonento vardas:">
<!ENTITY pref.publish.password.label "Slaptažodis:">
<!ENTITY pref.minutes.label "min.">
<!-- Calendar Timezone preferences information -->
<!ENTITY pref.calendar.timezone.label "Laiko juosta">
<!ENTITY pref.calendar.timezone.caption "Laiko juosta">
<!ENTITY pref.defaultzone.label "Numatytoji laiko juosta:" >
<!ENTITY pref.timezone.Africa.Abidjan "Afrika/Abidžanas" >
<!ENTITY pref.timezone.Africa.Accra "Afrika/Akra" >
<!ENTITY pref.timezone.Africa.Addis_Ababa "Afrika/Addis_Ababa" >
<!ENTITY pref.timezone.Africa.Algiers "Afrika/Alžyras" >
<!ENTITY pref.timezone.Africa.Asmera "Africa/Asmera" >
<!ENTITY pref.timezone.Africa.Bamako "Africa/Bamako" >
<!ENTITY pref.timezone.Africa.Bangui "Africa/Bangui" >
<!ENTITY pref.timezone.Africa.Banjul "Africa/Banjul" >
<!ENTITY pref.timezone.Africa.Bissau "Africa/Bissau" >
<!ENTITY pref.timezone.Africa.Blantyre "Africa/Blantyre" >
<!ENTITY pref.timezone.Africa.Brazzaville "Africa/Brazzaville" >
<!ENTITY pref.timezone.Africa.Bujumbura "Africa/Bujumbura" >
<!ENTITY pref.timezone.Africa.Cairo "Afrika/Kairas" >
<!ENTITY pref.timezone.Africa.Casablanca "Africa/Casablanca" >
<!ENTITY pref.timezone.Africa.Ceuta "Africa/Ceuta" >
<!ENTITY pref.timezone.Africa.Conakry "Africa/Conakry" >
<!ENTITY pref.timezone.Africa.Dakar "Africa/Dakar" >
<!ENTITY pref.timezone.Africa.Dar_es_Salaam "Africa/Dar_es_Salaam" >
<!ENTITY pref.timezone.Africa.Djibouti "Africa/Djibouti" >
<!ENTITY pref.timezone.Africa.Douala "Africa/Douala" >
<!ENTITY pref.timezone.Africa.El_Aaiun "Africa/El_Aaiun" >
<!ENTITY pref.timezone.Africa.Freetown "Africa/Freetown" >
<!ENTITY pref.timezone.Africa.Gaborone "Africa/Gaborone" >
<!ENTITY pref.timezone.Africa.Harare "Africa/Harare" >
<!ENTITY pref.timezone.Africa.Johannesburg "Africa/Johannesburg" >
<!ENTITY pref.timezone.Africa.Kampala "Africa/Kampala" >
<!ENTITY pref.timezone.Africa.Khartoum "Africa/Khartoum" >
<!ENTITY pref.timezone.Africa.Kigali "Africa/Kigali" >
<!ENTITY pref.timezone.Africa.Kinshasa "Africa/Kinshasa" >
<!ENTITY pref.timezone.Africa.Lagos "Africa/Lagos" >
<!ENTITY pref.timezone.Africa.Libreville "Africa/Libreville" >
<!ENTITY pref.timezone.Africa.Lome "Africa/Lome" >
<!ENTITY pref.timezone.Africa.Luanda "Africa/Luanda" >
<!ENTITY pref.timezone.Africa.Lubumbashi "Africa/Lubumbashi" >
<!ENTITY pref.timezone.Africa.Lusaka "Africa/Lusaka" >
<!ENTITY pref.timezone.Africa.Malabo "Africa/Malabo" >
<!ENTITY pref.timezone.Africa.Maputo "Africa/Maputo" >
<!ENTITY pref.timezone.Africa.Maseru "Africa/Maseru" >
<!ENTITY pref.timezone.Africa.Mbabane "Africa/Mbabane" >
<!ENTITY pref.timezone.Africa.Mogadishu "Africa/Mogadishu" >
<!ENTITY pref.timezone.Africa.Monrovia "Africa/Monrovia" >
<!ENTITY pref.timezone.Africa.Nairobi "Africa/Nairobi" >
<!ENTITY pref.timezone.Africa.Ndjamena "Africa/Ndjamena" >
<!ENTITY pref.timezone.Africa.Niamey "Africa/Niamey" >
<!ENTITY pref.timezone.Africa.Nouakchott "Africa/Nouakchott" >
<!ENTITY pref.timezone.Africa.Ouagadougou "Africa/Ouagadougou" >
<!ENTITY pref.timezone.Africa.Porto-Novo "Africa/Porto-Novo" >
<!ENTITY pref.timezone.Africa.Sao_Tome "Africa/Sao_Tome" >
<!ENTITY pref.timezone.Africa.Timbuktu "Africa/Timbuktu" >
<!ENTITY pref.timezone.Africa.Tripoli "Africa/Tripoli" >
<!ENTITY pref.timezone.Africa.Tunis "Africa/Tunis" >
<!ENTITY pref.timezone.Africa.Windhoek "Africa/Windhoek" >
<!ENTITY pref.timezone.America.Adak "America/Adak" >
<!ENTITY pref.timezone.America.Anchorage "America/Anchorage" >
<!ENTITY pref.timezone.America.Anguilla "America/Anguilla" >
<!ENTITY pref.timezone.America.Antigua "America/Antigua" >
<!ENTITY pref.timezone.America.Araguaina "America/Araguaina" >
<!ENTITY pref.timezone.America.Aruba "America/Aruba" >
<!ENTITY pref.timezone.America.Asuncion "America/Asuncion" >
<!ENTITY pref.timezone.America.Barbados "America/Barbados" >
<!ENTITY pref.timezone.America.Belem "America/Belem" >
<!ENTITY pref.timezone.America.Belize "America/Belize" >
<!ENTITY pref.timezone.America.Boa_Vista "America/Boa_Vista" >
<!ENTITY pref.timezone.America.Bogota "America/Bogota" >
<!ENTITY pref.timezone.America.Boise "America/Boise" >
<!ENTITY pref.timezone.America.Buenos_Aires "America/Buenos_Aires" >
<!ENTITY pref.timezone.America.Cambridge_Bay "America/Cambridge_Bay" >
<!ENTITY pref.timezone.America.Cancun "America/Cancun" >
<!ENTITY pref.timezone.America.Caracas "America/Caracas" >
<!ENTITY pref.timezone.America.Catamarca "America/Catamarca" >
<!ENTITY pref.timezone.America.Cayenne "America/Cayenne" >
<!ENTITY pref.timezone.America.Cayman "America/Cayman" >
<!ENTITY pref.timezone.America.Chicago "America/Chicago" >
<!ENTITY pref.timezone.America.Chihuahua "America/Chihuahua" >
<!ENTITY pref.timezone.America.Cordoba "America/Cordoba" >
<!ENTITY pref.timezone.America.Costa_Rica "America/Costa_Rica" >
<!ENTITY pref.timezone.America.Cuiaba "America/Cuiaba" >
<!ENTITY pref.timezone.America.Curacao "America/Curacao" >
<!ENTITY pref.timezone.America.Dawson "America/Dawson" >
<!ENTITY pref.timezone.America.Dawson_Creek "America/Dawson_Creek" >
<!ENTITY pref.timezone.America.Denver "America/Denver" >
<!ENTITY pref.timezone.America.Detroit "America/Detroit" >
<!ENTITY pref.timezone.America.Dominica "America/Dominica" >
<!ENTITY pref.timezone.America.Edmonton "America/Edmonton" >
<!ENTITY pref.timezone.America.Eirunepe "America/Eirunepe" >
<!ENTITY pref.timezone.America.El_Salvador "America/El_Salvador" >
<!ENTITY pref.timezone.America.Fortaleza "America/Fortaleza" >
<!ENTITY pref.timezone.America.Glace_Bay "America/Glace_Bay" >
<!ENTITY pref.timezone.America.Godthab "America/Godthab" >
<!ENTITY pref.timezone.America.Goose_Bay "America/Goose_Bay" >
<!ENTITY pref.timezone.America.Grand_Turk "America/Grand_Turk" >
<!ENTITY pref.timezone.America.Grenada "America/Grenada" >
<!ENTITY pref.timezone.America.Guadeloupe "America/Guadeloupe" >
<!ENTITY pref.timezone.America.Guatemala "America/Guatemala" >
<!ENTITY pref.timezone.America.Guayaquil "America/Guayaquil" >
<!ENTITY pref.timezone.America.Guyana "America/Guyana" >
<!ENTITY pref.timezone.America.Halifax "America/Halifax" >
<!ENTITY pref.timezone.America.Havana "America/Havana" >
<!ENTITY pref.timezone.America.Hermosillo "America/Hermosillo" >
<!ENTITY pref.timezone.America.Indiana.Indianapolis "America/Indiana/Indianapolis" >
<!ENTITY pref.timezone.America.Indiana.Knox "America/Indiana/Knox" >
<!ENTITY pref.timezone.America.Indiana.Marengo "America/Indiana/Marengo" >
<!ENTITY pref.timezone.America.Indiana.Vevay "America/Indiana/Vevay" >
<!ENTITY pref.timezone.America.Indianapolis "America/Indianapolis" >
<!ENTITY pref.timezone.America.Inuvik "America/Inuvik" >
<!ENTITY pref.timezone.America.Iqaluit "America/Iqaluit" >
<!ENTITY pref.timezone.America.Jamaica "America/Jamaica" >
<!ENTITY pref.timezone.America.Jujuy "America/Jujuy" >
<!ENTITY pref.timezone.America.Juneau "America/Juneau" >
<!ENTITY pref.timezone.America.Kentucky.Louisville "America/Kentucky/Louisville" >
<!ENTITY pref.timezone.America.Kentucky.Monticello "America/Kentucky/Monticello" >
<!ENTITY pref.timezone.America.La_Paz "America/La_Paz" >
<!ENTITY pref.timezone.America.Lima "America/Lima" >
<!ENTITY pref.timezone.America.Los_Angeles "America/Los_Angeles" >
<!ENTITY pref.timezone.America.Louisville "America/Louisville" >
<!ENTITY pref.timezone.America.Maceio "America/Maceio" >
<!ENTITY pref.timezone.America.Managua "America/Managua" >
<!ENTITY pref.timezone.America.Manaus "America/Manaus" >
<!ENTITY pref.timezone.America.Martinique "America/Martinique" >
<!ENTITY pref.timezone.America.Mazatlan "America/Mazatlan" >
<!ENTITY pref.timezone.America.Mendoza "America/Mendoza" >
<!ENTITY pref.timezone.America.Menominee "America/Menominee" >
<!ENTITY pref.timezone.America.Merida "America/Merida" >
<!ENTITY pref.timezone.America.Mexico_City "America/Mexico_City" >
<!ENTITY pref.timezone.America.Miquelon "America/Miquelon" >
<!ENTITY pref.timezone.America.Monterrey "America/Monterrey" >
<!ENTITY pref.timezone.America.Montevideo "America/Montevideo" >
<!ENTITY pref.timezone.America.Montreal "America/Montreal" >
<!ENTITY pref.timezone.America.Montserrat "America/Montserrat" >
<!ENTITY pref.timezone.America.Nassau "America/Nassau" >
<!ENTITY pref.timezone.America.New_York "America/New_York" >
<!ENTITY pref.timezone.America.Nipigon "America/Nipigon" >
<!ENTITY pref.timezone.America.Nome "America/Nome" >
<!ENTITY pref.timezone.America.Noronha "America/Noronha" >
<!ENTITY pref.timezone.America.Panama "America/Panama" >
<!ENTITY pref.timezone.America.Pangnirtung "America/Pangnirtung" >
<!ENTITY pref.timezone.America.Paramaribo "America/Paramaribo" >
<!ENTITY pref.timezone.America.Phoenix "America/Phoenix" >
<!ENTITY pref.timezone.America.Port-au-Prince "America/Port-au-Prince" >
<!ENTITY pref.timezone.America.Port_of_Spain "America/Port_of_Spain" >
<!ENTITY pref.timezone.America.Porto_Velho "America/Porto_Velho" >
<!ENTITY pref.timezone.America.Puerto_Rico "America/Puerto_Rico" >
<!ENTITY pref.timezone.America.Rainy_River "America/Rainy_River" >
<!ENTITY pref.timezone.America.Rankin_Inlet "America/Rankin_Inlet" >
<!ENTITY pref.timezone.America.Recife "America/Recife" >
<!ENTITY pref.timezone.America.Regina "America/Regina" >
<!ENTITY pref.timezone.America.Rio_Branco "America/Rio_Branco" >
<!ENTITY pref.timezone.America.Rosario "America/Rosario" >
<!ENTITY pref.timezone.America.Santiago "America/Santiago" >
<!ENTITY pref.timezone.America.Santo_Domingo "America/Santo_Domingo" >
<!ENTITY pref.timezone.America.Sao_Paulo "America/Sao_Paulo" >
<!ENTITY pref.timezone.America.Scoresbysund "America/Scoresbysund" >
<!ENTITY pref.timezone.America.Shiprock "America/Shiprock" >
<!ENTITY pref.timezone.America.St_Johns "America/St_Johns" >
<!ENTITY pref.timezone.America.St_Kitts "America/St_Kitts" >
<!ENTITY pref.timezone.America.St_Lucia "America/St_Lucia" >
<!ENTITY pref.timezone.America.St_Thomas "America/St_Thomas" >
<!ENTITY pref.timezone.America.St_Vincent "America/St_Vincent" >
<!ENTITY pref.timezone.America.Swift_Current "America/Swift_Current" >
<!ENTITY pref.timezone.America.Tegucigalpa "America/Tegucigalpa" >
<!ENTITY pref.timezone.America.Thule "America/Thule" >
<!ENTITY pref.timezone.America.Thunder_Bay "America/Thunder_Bay" >
<!ENTITY pref.timezone.America.Tijuana "America/Tijuana" >
<!ENTITY pref.timezone.America.Tortola "America/Tortola" >
<!ENTITY pref.timezone.America.Vancouver "America/Vancouver" >
<!ENTITY pref.timezone.America.Whitehorse "America/Whitehorse" >
<!ENTITY pref.timezone.America.Winnipeg "America/Winnipeg" >
<!ENTITY pref.timezone.America.Yakutat "America/Yakutat" >
<!ENTITY pref.timezone.America.Yellowknife "America/Yellowknife" >
<!ENTITY pref.timezone.Antarctica.Casey "Antarctica/Casey" >
<!ENTITY pref.timezone.Antarctica.Davis "Antarctica/Davis" >
<!ENTITY pref.timezone.Antarctica.DumontDUrville "Antarctica/DumontDUrville" >
<!ENTITY pref.timezone.Antarctica.Mawson "Antarctica/Mawson" >
<!ENTITY pref.timezone.Antarctica.McMurdo "Antarctica/McMurdo" >
<!ENTITY pref.timezone.Antarctica.Palmer "Antarctica/Palmer" >
<!ENTITY pref.timezone.Antarctica.South_Pole "Antarctica/South_Pole" >
<!ENTITY pref.timezone.Antarctica.Syowa "Antarctica/Syowa" >
<!ENTITY pref.timezone.Antarctica.Vostok "Antarctica/Vostok" >
<!ENTITY pref.timezone.Arctic.Longyearbyen "Arctic/Longyearbyen" >
<!ENTITY pref.timezone.Asia.Aden "Asia/Aden" >
<!ENTITY pref.timezone.Asia.Almaty "Asia/Almaty" >
<!ENTITY pref.timezone.Asia.Amman "Asia/Amman" >
<!ENTITY pref.timezone.Asia.Anadyr "Asia/Anadyr" >
<!ENTITY pref.timezone.Asia.Aqtau "Asia/Aqtau" >
<!ENTITY pref.timezone.Asia.Aqtobe "Asia/Aqtobe" >
<!ENTITY pref.timezone.Asia.Ashgabat "Asia/Ashgabat" >
<!ENTITY pref.timezone.Asia.Baghdad "Asia/Baghdad" >
<!ENTITY pref.timezone.Asia.Bahrain "Asia/Bahrain" >
<!ENTITY pref.timezone.Asia.Baku "Asia/Baku" >
<!ENTITY pref.timezone.Asia.Bangkok "Asia/Bangkok" >
<!ENTITY pref.timezone.Asia.Beirut "Asia/Beirut" >
<!ENTITY pref.timezone.Asia.Bishkek "Asia/Bishkek" >
<!ENTITY pref.timezone.Asia.Brunei "Asia/Brunei" >
<!ENTITY pref.timezone.Asia.Calcutta "Asia/Calcutta" >
<!ENTITY pref.timezone.Asia.Chungking "Asia/Chungking" >
<!ENTITY pref.timezone.Asia.Colombo "Asia/Colombo" >
<!ENTITY pref.timezone.Asia.Damascus "Asia/Damascus" >
<!ENTITY pref.timezone.Asia.Dhaka "Asia/Dhaka" >
<!ENTITY pref.timezone.Asia.Dili "Asia/Dili" >
<!ENTITY pref.timezone.Asia.Dubai "Asia/Dubai" >
<!ENTITY pref.timezone.Asia.Dushanbe "Asia/Dushanbe" >
<!ENTITY pref.timezone.Asia.Gaza "Asia/Gaza" >
<!ENTITY pref.timezone.Asia.Harbin "Asia/Harbin" >
<!ENTITY pref.timezone.Asia.Hong_Kong "Asia/Hong_Kong" >
<!ENTITY pref.timezone.Asia.Hovd "Asia/Hovd" >
<!ENTITY pref.timezone.Asia.Irkutsk "Asia/Irkutsk" >
<!ENTITY pref.timezone.Asia.Istanbul "Asia/Istanbul" >
<!ENTITY pref.timezone.Asia.Jakarta "Asia/Jakarta" >
<!ENTITY pref.timezone.Asia.Jayapura "Asia/Jayapura" >
<!ENTITY pref.timezone.Asia.Jerusalem "Asia/Jerusalem" >
<!ENTITY pref.timezone.Asia.Kabul "Asia/Kabul" >
<!ENTITY pref.timezone.Asia.Kamchatka "Asia/Kamchatka" >
<!ENTITY pref.timezone.Asia.Karachi "Asia/Karachi" >
<!ENTITY pref.timezone.Asia.Kashgar "Asia/Kashgar" >
<!ENTITY pref.timezone.Asia.Katmandu "Asia/Katmandu" >
<!ENTITY pref.timezone.Asia.Krasnoyarsk "Asia/Krasnoyarsk" >
<!ENTITY pref.timezone.Asia.Kuala_Lumpur "Asia/Kuala_Lumpur" >
<!ENTITY pref.timezone.Asia.Kuching "Asia/Kuching" >
<!ENTITY pref.timezone.Asia.Kuwait "Asia/Kuwait" >
<!ENTITY pref.timezone.Asia.Macao "Asia/Macao" >
<!ENTITY pref.timezone.Asia.Magadan "Asia/Magadan" >
<!ENTITY pref.timezone.Asia.Manila "Asia/Manila" >
<!ENTITY pref.timezone.Asia.Muscat "Asia/Muscat" >
<!ENTITY pref.timezone.Asia.Nicosia "Asia/Nicosia" >
<!ENTITY pref.timezone.Asia.Novosibirsk "Asia/Novosibirsk" >
<!ENTITY pref.timezone.Asia.Omsk "Asia/Omsk" >
<!ENTITY pref.timezone.Asia.Phnom_Penh "Asia/Phnom_Penh" >
<!ENTITY pref.timezone.Asia.Pontianak "Asia/Pontianak" >
<!ENTITY pref.timezone.Asia.Pyongyang "Asia/Pyongyang" >
<!ENTITY pref.timezone.Asia.Qatar "Asia/Qatar" >
<!ENTITY pref.timezone.Asia.Rangoon "Asia/Rangoon" >
<!ENTITY pref.timezone.Asia.Riyadh "Asia/Riyadh" >
<!ENTITY pref.timezone.Asia.Saigon "Asia/Saigon" >
<!ENTITY pref.timezone.Asia.Samarkand "Asia/Samarkand" >
<!ENTITY pref.timezone.Asia.Seoul "Asia/Seoul" >
<!ENTITY pref.timezone.Asia.Shanghai "Asia/Shanghai" >
<!ENTITY pref.timezone.Asia.Singapore "Asia/Singapore" >
<!ENTITY pref.timezone.Asia.Taipei "Asia/Taipei" >
<!ENTITY pref.timezone.Asia.Tashkent "Asia/Tashkent" >
<!ENTITY pref.timezone.Asia.Tbilisi "Asia/Tbilisi" >
<!ENTITY pref.timezone.Asia.Tehran "Asia/Tehran" >
<!ENTITY pref.timezone.Asia.Thimphu "Asia/Thimphu" >
<!ENTITY pref.timezone.Asia.Tokyo "Asia/Tokyo" >
<!ENTITY pref.timezone.Asia.Ujung_Pandang "Asia/Ujung_Pandang" >
<!ENTITY pref.timezone.Asia.Ulaanbaatar "Asia/Ulaanbaatar" >
<!ENTITY pref.timezone.Asia.Urumqi "Asia/Urumqi" >
<!ENTITY pref.timezone.Asia.Vientiane "Asia/Vientiane" >
<!ENTITY pref.timezone.Asia.Vladivostok "Asia/Vladivostok" >
<!ENTITY pref.timezone.Asia.Yakutsk "Asia/Yakutsk" >
<!ENTITY pref.timezone.Asia.Yekaterinburg "Asia/Yekaterinburg" >
<!ENTITY pref.timezone.Asia.Yerevan "Asia/Yerevan" >
<!ENTITY pref.timezone.Atlantic.Azores "Atlantic/Azores" >
<!ENTITY pref.timezone.Atlantic.Bermuda "Atlantic/Bermuda" >
<!ENTITY pref.timezone.Atlantic.Canary "Atlantic/Canary" >
<!ENTITY pref.timezone.Atlantic.Cape_Verde "Atlantic/Cape_Verde" >
<!ENTITY pref.timezone.Atlantic.Faeroe "Atlantic/Faeroe" >
<!ENTITY pref.timezone.Atlantic.Jan_Mayen "Atlantic/Jan_Mayen" >
<!ENTITY pref.timezone.Atlantic.Madeira "Atlantic/Madeira" >
<!ENTITY pref.timezone.Atlantic.Reykjavik "Atlantic/Reykjavik" >
<!ENTITY pref.timezone.Atlantic.South_Georgia "Atlantic/South_Georgia" >
<!ENTITY pref.timezone.Atlantic.St_Helena "Atlantic/St_Helena" >
<!ENTITY pref.timezone.Atlantic.Stanley "Atlantic/Stanley" >
<!ENTITY pref.timezone.Australia.Adelaide "Australia/Adelaide" >
<!ENTITY pref.timezone.Australia.Brisbane "Australia/Brisbane" >
<!ENTITY pref.timezone.Australia.Broken_Hill "Australia/Broken_Hill" >
<!ENTITY pref.timezone.Australia.Darwin "Australia/Darwin" >
<!ENTITY pref.timezone.Australia.Hobart "Australia/Hobart" >
<!ENTITY pref.timezone.Australia.Lindeman "Australia/Lindeman" >
<!ENTITY pref.timezone.Australia.Lord_Howe "Australia/Lord_Howe" >
<!ENTITY pref.timezone.Australia.Melbourne "Australia/Melbourne" >
<!ENTITY pref.timezone.Australia.Perth "Australia/Perth" >
<!ENTITY pref.timezone.Australia.Sydney "Australia/Sydney" >
<!ENTITY pref.timezone.Europe.Amsterdam "Europa/Amsterdamas" >
<!ENTITY pref.timezone.Europe.Andorra "Europa/Andora" >
<!ENTITY pref.timezone.Europe.Athens "Europa/Atėnai" >
<!ENTITY pref.timezone.Europe.Belfast "Europa/Belfast" >
<!ENTITY pref.timezone.Europe.Belgrade "Europas/Belgradas" >
<!ENTITY pref.timezone.Europe.Berlin "Europa/Berlynas" >
<!ENTITY pref.timezone.Europe.Bratislava "Europa/Bratislava" >
<!ENTITY pref.timezone.Europe.Brussels "Europa/Briuselis" >
<!ENTITY pref.timezone.Europe.Bucharest "Europa/Bukareštas" >
<!ENTITY pref.timezone.Europe.Budapest "Europa/Budapeštas" >
<!ENTITY pref.timezone.Europe.Chisinau "Europe/Chisinau" >
<!ENTITY pref.timezone.Europe.Copenhagen "Europa/Kopenhaga" >
<!ENTITY pref.timezone.Europe.Dublin "Europa/Dublinas" >
<!ENTITY pref.timezone.Europe.Gibraltar "Europa/Gibraltaras" >
<!ENTITY pref.timezone.Europe.Helsinki "Europa/Helsinkis" >
<!ENTITY pref.timezone.Europe.Istanbul "Europa/Stanbulas" >
<!ENTITY pref.timezone.Europe.Kaliningrad "Europa/Kaliningradas" >
<!ENTITY pref.timezone.Europe.Kiev "Europa/Kievas" >
<!ENTITY pref.timezone.Europe.Lisbon "Europa/Lisabona" >
<!ENTITY pref.timezone.Europe.Ljubljana "Europe/Ljubljana" >
<!ENTITY pref.timezone.Europe.London "Europa/Londonas" >
<!ENTITY pref.timezone.Europe.Luxembourg "Europa/Liuksemburgas" >
<!ENTITY pref.timezone.Europe.Madrid "Europa/Madridas" >
<!ENTITY pref.timezone.Europe.Malta "Europa/Malta" >
<!ENTITY pref.timezone.Europe.Minsk "Europa/Minskas" >
<!ENTITY pref.timezone.Europe.Monaco "Europa/Monaco" >
<!ENTITY pref.timezone.Europe.Moscow "Europa/Maskva" >
<!ENTITY pref.timezone.Europe.Nicosia "Europe/Nicosia" >
<!ENTITY pref.timezone.Europe.Oslo "Europa/Oslas" >
<!ENTITY pref.timezone.Europe.Paris "Europas/Paryžius" >
<!ENTITY pref.timezone.Europe.Prague "Europa/Praha" >
<!ENTITY pref.timezone.Europe.Riga "Europa/Ryga" >
<!ENTITY pref.timezone.Europe.Rome "Europa/Roma" >
<!ENTITY pref.timezone.Europe.Samara "Europa/Samara" >
<!ENTITY pref.timezone.Europe.San_Marino "Europa/San Marino" >
<!ENTITY pref.timezone.Europe.Sarajevo "Europa/Sarajevo" >
<!ENTITY pref.timezone.Europe.Simferopol "Europa/Simferopolis" >
<!ENTITY pref.timezone.Europe.Skopje "Europa/Skopje" >
<!ENTITY pref.timezone.Europe.Sofia "Europa/Sofija" >
<!ENTITY pref.timezone.Europe.Stockholm "Europa/Stokholmas" >
<!ENTITY pref.timezone.Europe.Tallinn "Europa/Talinas" >
<!ENTITY pref.timezone.Europe.Tirane "Europa/Tirana" >
<!ENTITY pref.timezone.Europe.Uzhgorod "Europa/Užgorodas" >
<!ENTITY pref.timezone.Europe.Vaduz "Europa/Vaduz" >
<!ENTITY pref.timezone.Europe.Vatican "Europa/Vatikanas" >
<!ENTITY pref.timezone.Europe.Vienna "Europa/Viena" >
<!ENTITY pref.timezone.Europe.Vilnius "Europa/Vilnius" >
<!ENTITY pref.timezone.Europe.Warsaw "Europa/Varšuva" >
<!ENTITY pref.timezone.Europe.Zagreb "Europa/Zagreb" >
<!ENTITY pref.timezone.Europe.Zaporozhye "Europa/Zaporožje" >
<!ENTITY pref.timezone.Europe.Zurich "Europa/Ciurichas" >
<!ENTITY pref.timezone.Indian.Antananarivo "Indian/Antananarivo" >
<!ENTITY pref.timezone.Indian.Chagos "Indian/Chagos" >
<!ENTITY pref.timezone.Indian.Christmas "Indian/Christmas" >
<!ENTITY pref.timezone.Indian.Cocos "Indian/Cocos" >
<!ENTITY pref.timezone.Indian.Comoro "Indian/Comoro" >
<!ENTITY pref.timezone.Indian.Kerguelen "Indian/Kerguelen" >
<!ENTITY pref.timezone.Indian.Mahe "Indian/Mahe" >
<!ENTITY pref.timezone.Indian.Maldives "Indian/Maldives" >
<!ENTITY pref.timezone.Indian.Mauritius "Indian/Mauritius" >
<!ENTITY pref.timezone.Indian.Mayotte "Indian/Mayotte" >
<!ENTITY pref.timezone.Indian.Reunion "Indian/Reunion" >
<!ENTITY pref.timezone.Pacific.Apia "Pacific/Apia" >
<!ENTITY pref.timezone.Pacific.Auckland "Pacific/Auckland" >
<!ENTITY pref.timezone.Pacific.Chatham "Pacific/Chatham" >
<!ENTITY pref.timezone.Pacific.Easter "Pacific/Easter" >
<!ENTITY pref.timezone.Pacific.Efate "Pacific/Efate" >
<!ENTITY pref.timezone.Pacific.Enderbury "Pacific/Enderbury" >
<!ENTITY pref.timezone.Pacific.Fakaofo "Pacific/Fakaofo" >
<!ENTITY pref.timezone.Pacific.Fiji "Pacific/Fiji" >
<!ENTITY pref.timezone.Pacific.Funafuti "Pacific/Funafuti" >
<!ENTITY pref.timezone.Pacific.Galapagos "Pacific/Galapagos" >
<!ENTITY pref.timezone.Pacific.Gambier "Pacific/Gambier" >
<!ENTITY pref.timezone.Pacific.Guadalcanal "Pacific/Guadalcanal" >
<!ENTITY pref.timezone.Pacific.Guam "Pacific/Guam" >
<!ENTITY pref.timezone.Pacific.Honolulu "Pacific/Honolulu" >
<!ENTITY pref.timezone.Pacific.Johnston "Pacific/Johnston" >
<!ENTITY pref.timezone.Pacific.Kiritimati "Pacific/Kiritimati" >
<!ENTITY pref.timezone.Pacific.Kosrae "Pacific/Kosrae" >
<!ENTITY pref.timezone.Pacific.Kwajalein "Pacific/Kwajalein" >
<!ENTITY pref.timezone.Pacific.Majuro "Pacific/Majuro" >
<!ENTITY pref.timezone.Pacific.Marquesas "Pacific/Marquesas" >
<!ENTITY pref.timezone.Pacific.Midway "Pacific/Midway" >
<!ENTITY pref.timezone.Pacific.Nauru "Pacific/Nauru" >
<!ENTITY pref.timezone.Pacific.Niue "Pacific/Niue" >
<!ENTITY pref.timezone.Pacific.Norfolk "Pacific/Norfolk" >
<!ENTITY pref.timezone.Pacific.Noumea "Pacific/Noumea" >
<!ENTITY pref.timezone.Pacific.Pago_Pago "Pacific/Pago_Pago" >
<!ENTITY pref.timezone.Pacific.Palau "Pacific/Palau" >
<!ENTITY pref.timezone.Pacific.Pitcairn "Pacific/Pitcairn" >
<!ENTITY pref.timezone.Pacific.Ponape "Pacific/Ponape" >
<!ENTITY pref.timezone.Pacific.Port_Moresby "Pacific/Port_Moresby" >
<!ENTITY pref.timezone.Pacific.Rarotonga "Pacific/Rarotonga" >
<!ENTITY pref.timezone.Pacific.Saipan "Pacific/Saipan" >
<!ENTITY pref.timezone.Pacific.Tahiti "Pacific/Tahiti" >
<!ENTITY pref.timezone.Pacific.Tarawa "Pacific/Tarawa" >
<!ENTITY pref.timezone.Pacific.Tongatapu "Pacific/Tongatapu" >
<!ENTITY pref.timezone.Pacific.Truk "Pacific/Truk" >
<!ENTITY pref.timezone.Pacific.Wake "Pacific/Wake" >
<!ENTITY pref.timezone.Pacific.Wallis "Pacific/Wallis" >
<!ENTITY pref.timezone.Pacific.Yap "Pacific/Yap" >

Просмотреть файл

@ -0,0 +1,56 @@
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is mozilla.org code.
-
- The Initial Developer of the Original Code is
- the Mozilla Organization.
- Portions created by the Initial Developer are Copyright (C) 1998-2002
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL or the GPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!-- Select addresses for mail message dialog -->
<!ENTITY ab-selectAddressesDialog.title "Adresų parinkimas">
<!ENTITY ab-selectAddressesDialogHeader.label "Adresų parinkimas">
<!ENTITY ab-selectAddressesDialogLookIn.label "Kur ieškoti: ">
<!ENTITY ab-selectAddressesDialogNameColumn.label "Asmenvardis">
<!ENTITY ab-selectAddressesDialogEmailColumn.label "El. pašto adresas">
<!ENTITY ab-selectAddressesDialogFor.label "kam: ">
<!ENTITY ab-selectAddressesDialogClearButton.label "Išvalyti">
<!ENTITY ab-selectAddressesDialogToButton.label "Kam ">
<!ENTITY ab-selectAddressesDialogCcButton.label "Kopija ">
<!ENTITY ab-selectAddressesDialogBccButton.label "Slaptoji kopija ">
<!ENTITY ab-selectAddressesDialogRemoveButton.label "Pašalinti">
<!ENTITY ab-selectAddressesDialogAddressTo.label "Kam adresuoti laišką:">
<!ENTITY ab-selectAddressesDialogPrefixTo.label "Kam: ">
<!ENTITY ab-selectAddressesDialogPrefixCc.label "Kopija: ">
<!ENTITY ab-selectAddressesDialogPrefixBcc.label "Slaptoji kopija: ">
<!ENTITY ab-selectAddressesDialogNoEmailMessage.label "Nėra el. pašto adreso">
<!ENTITY ab-selectAddressesDialogInvite.label "Pakviesti">
<!ENTITY ab-selectAddressesDialogUninvite.label "Pašalinti">
<!ENTITY ab-selectAddressesDialogInviteList.label "Kvietimų sąrašas:">