Checked in patch for bug 264106:

Crash on launch: chrome://browser/content/hiddenWindow.xul can't be resolved
and patch #162497 for bug 226209: Cleanup calendar code
(which was needed for previous patch ).
Note: Changes were made to make the patches applicable to the current tree)
This commit is contained in:
mostafah%oeone.com 2004-10-29 16:40:01 +00:00
Родитель 0eaecc5f33
Коммит aa13a0e8cf
43 изменённых файлов: 2606 добавлений и 1952 удалений

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Upravit" >
<!ENTITY calendar.menu.options.remove "Vymazat" >
<!ENTITY calendar.menu.options.close "Zavřít okno" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "Z" >
<!ENTITY calendar.main.tab.label "Události" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Událost">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Událost">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nová událost…">
<!ENTITY event.new.event.accesskey "u">
<!ENTITY event.new.event "Nová událost…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "u">
<!ENTITY event.new.todo "Nový úkol…">
<!ENTITY event.new.todo.accesskey "k">
<!ENTITY event.new.todo "Nový úkol…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "k">
<!ENTITY calendar.new.server.label "Nový kalendář soubory…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nový kalendář soubory…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Otev?ít kalendář soubory…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY calendar.open.file.label "Otev?ít kalendář soubory…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Upravit…">
<!ENTITY event.edit.event.accesskey "r">
<!ENTITY event.edit.event "Upravit…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "r">
<!ENTITY event.delete.event "Vymazat vybranou událost">
<!ENTITY event.delete.event.accesskey "V">
<!ENTITY event.delete.event "Vymazat vybranou událost">
<!ENTITY event.delete.event.accesskey "V">
<!ENTITY event.delete.tasks "Vymazat vybraný úkol">
<!ENTITY event.delete.tasks.accesskey "b">
<!ENTITY event.delete.tasks "Vymazat vybraný úkol">
<!ENTITY event.delete.tasks.accesskey "b">
<!ENTITY event.mail.event "Odeslat vybrané události…">
<!ENTITY event.mail.event.accesskey "O">
<!ENTITY event.mail.event "Odeslat vybrané události…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "O">
<!ENTITY calendar.print.label "Tisknout aktivní kalendář...">
<!ENTITY calendar.print.accesskey "T">
<!ENTITY calendar.print.label "Tisknout aktivní kalendář...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "T">
<!ENTITY calendar.printpreview.label "Náhled tisku">
<!ENTITY calendar.printpreview.accesskey "N">
<!ENTITY calendar.printpreview.label "Náhled tisku">
<!ENTITY calendar.printpreview.accesskey "N">
<!ENTITY calendar.pagesetup.label "Nastavení tisku...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.pagesetup.label "Nastavení tisku...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.import.label "Import ze souboru...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Import ze souboru...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Spustit průvodce">
<!ENTITY calendar.wizard.accesskey "i">
<!ENTITY calendar.wizard.label "Spustit průvodce">
<!ENTITY calendar.wizard.accesskey "i">
<!ENTITY calendar.export.label "Exportovat vybrané události...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Exportovat vybrané události...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Přijmout vzdálený kalendář...">
<!ENTITY calendar.subscribe.accesskey "j">
<!ENTITY calendar.subscribe.label "Přijmout vzdálený kalendář...">
<!ENTITY calendar.subscribe.accesskey "j">
<!ENTITY calendar.publish.label "Publikovat vybrané události...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.publish.label "Publikovat vybrané události...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.about.label "O Kalendáři">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.about.label "O Kalendáři">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.cut.label "Vyjmout">
<!ENTITY calendar.cut.accesskey "V">
<!ENTITY calendar.cut.label "Vyjmout">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "V">
<!ENTITY calendar.copy.label "Kopírovat">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.copy.label "Kopírovat">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.paste.label "Vložit">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.paste.label "Vložit">
<!ENTITY calendar.paste.key "P">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.selectall.label "Vybrat vše">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.selectall.label "Vybrat vše">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.preferences.label "Nastavení...">
<!ENTITY calendar.preferences.accesskey "n">
<!ENTITY calendar.preferences.label "Nastavení...">
<!ENTITY calendar.preferences.accesskey "n">
<!ENTITY goMenu.label "Přejít">
<!ENTITY goMenu.accesskey "j">
<!ENTITY goMenu.label "Přejít">
<!ENTITY goMenu.accesskey "j">
<!ENTITY goTodayCmd.label "Přejít na dnešní den">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goTodayCmd.label "Přejít na dnešní den">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goDateCmd.label "Přejít na datum">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goDateCmd.label "Přejít na datum">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goPreviousCmd.label "Předchozí">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goPreviousCmd.label "Předchozí">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Následující">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY goNextCmd.label "Následující">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY taskMenu.label "Úlohy">
<!ENTITY taskMenu.accesskey "h">
<!ENTITY taskMenu.label "Úlohy">
<!ENTITY taskMenu.accesskey "h">
<!ENTITY toolsMenu.label "Nástroje">
<!ENTITY toolsMenu.accesskey "n">
<!ENTITY toolsMenu.label "Nástroje">
<!ENTITY toolsMenu.accesskey "n">
<!ENTITY javaScriptConsoleCmd.label "Konzola jazyka JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Konzola jazyka JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Prohlížeč">
<!ENTITY navigatorCmd.accesskey "P">
<!ENTITY navigatorCmd.label "Prohlížeč">
<!ENTITY navigatorCmd.accesskey "P">
<!ENTITY messengerCmd.label "Pošta &amp; Diskusní skupiny">
<!ENTITY messengerCmd.accesskey "o">
<!ENTITY messengerCmd.label "Pošta &amp; Diskusní skupiny">
<!ENTITY messengerCmd.accesskey "o">
<!ENTITY addressBookCmd.label "Databáze kontaktů">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Databáze kontaktů">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Nápověda">
<!ENTITY helpMenu.accesskey "v">
<!ENTITY helpMenu.label "Nápověda">
<!ENTITY helpMenu.accesskey "v">
<!ENTITY walletPasswordManager.label "Správce hesel">
<!ENTITY walletPasswordManager.accesskey "h">
<!ENTITY walletPasswordManager.label "Správce hesel">
<!ENTITY walletPasswordManager.accesskey "h">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Soubor">
<!ENTITY fileMenu.accesskey "S">
<!ENTITY fileMenu.label "Soubor">
<!ENTITY fileMenu.accesskey "S">
<!ENTITY editMenu.label "Úpravy">
<!ENTITY editMenu.accesskey "p">
<!ENTITY preferencesCmd.label "Předvolby...">
<!ENTITY preferencesCmd.accesskey "e">
<!ENTITY editMenu.label "Úpravy">
<!ENTITY editMenu.accesskey "p">
<!ENTITY preferencesCmd.label "Předvolby...">
<!ENTITY preferencesCmd.accesskey "e">
<!ENTITY viewMenu.label "Zobrazit">
<!ENTITY viewMenu.accesskey "Z">
<!ENTITY viewMenu.label "Zobrazit">
<!ENTITY viewMenu.accesskey "Z">
<!ENTITY releaseCmd.label "Poznámky k verzi">
<!ENTITY releaseCmd.accesskey "r">
<!ENTITY aboutCmd.label "O aplikaci &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Poznámky k verzi">
<!ENTITY releaseCmd.accesskey "r">
<!ENTITY aboutCmd.label "O aplikaci &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Golygu" >
<!ENTITY calendar.menu.options.remove "Dileu" >
<!ENTITY calendar.menu.options.close "Cau'r Ffenestr" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Digwyddiad Dadfygio " >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Digwyddiad Newydd">
<!ENTITY eventMenuCmd.accesskey "D">
<!ENTITY event.menu.title "Digwyddiad Newydd">
<!ENTITY eventMenuCmd.accesskey "D">
<!ENTITY event.new.event "Digwyddiad Newydd…">
<!ENTITY event.new.event.accesskey "d">
<!ENTITY event.new.event "Digwyddiad Newydd…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "d">
<!ENTITY event.new.todo "Tasg Newydd…">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY event.new.todo "Tasg Newydd…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY calendar.new.server.label "Ffeil Calendr Newydd">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Ffeil Calendr Newydd">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Ffeil Calendr Agor">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY calendar.open.file.label "Ffeil Calendr Agor">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY event.edit.event "Golygu…">
<!ENTITY event.edit.event.accesskey "g">
<!ENTITY event.edit.event "Golygu…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "g">
<!ENTITY event.delete.event "Dileu">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.event "Dileu">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.tasks "Dileu Tasg(au) Dewisol">
<!ENTITY event.delete.tasks.accesskey "D">
<!ENTITY event.delete.tasks "Dileu Tasg(au) Dewisol">
<!ENTITY event.delete.tasks.accesskey "D">
<!ENTITY event.mail.event "E-bostio Digwyddiad Newydd…">
<!ENTITY event.mail.event.accesskey "E">
<!ENTITY event.mail.event "E-bostio Digwyddiad Newydd…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "E">
<!ENTITY calendar.print.label "Gosodiad Tudalen…">
<!ENTITY calendar.print.accesskey "o">
<!ENTITY calendar.print.label "Gosodiad Tudalen…">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "o">
<!ENTITY calendar.printpreview.label "Rhagolwg Argraffu">
<!ENTITY calendar.printpreview.accesskey "R">
<!ENTITY calendar.printpreview.label "Rhagolwg Argraffu">
<!ENTITY calendar.printpreview.accesskey "R">
<!ENTITY calendar.pagesetup.label "Gosodiad Tudalen...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.pagesetup.label "Gosodiad Tudalen...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.import.label "Mewnforio...">
<!ENTITY calendar.import.accesskey "M">
<!ENTITY calendar.import.label "Mewnforio...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "M">
<!ENTITY calendar.wizard.label "Cychwyn y Dewin">
<!ENTITY calendar.wizard.accesskey "C">
<!ENTITY calendar.wizard.label "Cychwyn y Dewin">
<!ENTITY calendar.wizard.accesskey "C">
<!ENTITY calendar.export.label "Allforio...">
<!ENTITY calendar.export.accesskey "A">
<!ENTITY calendar.export.label "Allforio...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "A">
<!ENTITY calendar.subscribe.label "Tanysgrifio...">
<!ENTITY calendar.subscribe.accesskey "T">
<!ENTITY calendar.subscribe.label "Tanysgrifio...">
<!ENTITY calendar.subscribe.accesskey "T">
<!ENTITY calendar.publish.label "Cyhoeddi'r Digwyddiadau Dewisol...">
<!ENTITY calendar.publish.accesskey "y">
<!ENTITY calendar.publish.label "Cyhoeddi'r Digwyddiadau Dewisol...">
<!ENTITY calendar.publish.accesskey "y">
<!ENTITY calendar.about.label "Ynghylch Calendr">
<!ENTITY calendar.about.accesskey "n">
<!ENTITY calendar.about.label "Ynghylch Calendr">
<!ENTITY calendar.about.accesskey "n">
<!ENTITY calendar.cut.label "Torri">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "Torri">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Copïo">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.copy.label "Copïo">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.paste.label "Gludo">
<!ENTITY calendar.paste.accesskey "g">
<!ENTITY calendar.paste.label "Gludo">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "g">
<!ENTITY calendar.selectall.label "Dewis y Cyfan">
<!ENTITY calendar.selectall.accesskey "D">
<!ENTITY calendar.selectall.label "Dewis y Cyfan">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "D">
<!ENTITY calendar.preferences.label "Dewisiadau...">
<!ENTITY calendar.preferences.accesskey "w">
<!ENTITY calendar.preferences.label "Dewisiadau...">
<!ENTITY calendar.preferences.accesskey "w">
<!ENTITY goMenu.label "Mynd">
<!ENTITY goMenu.accesskey "M">
<!ENTITY goMenu.label "Mynd">
<!ENTITY goMenu.accesskey "M">
<!ENTITY goTodayCmd.label "Mynd i Heddiw">
<!ENTITY goTodayCmd.accesskey "H">
<!ENTITY goTodayCmd.label "Mynd i Heddiw">
<!ENTITY goTodayCmd.accesskey "H">
<!ENTITY goDateCmd.label "Mynd i Ddyddiad">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Mynd i Ddyddiad">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Cynt">
<!ENTITY goPreviousCmd.accesskey "C">
<!ENTITY goPreviousCmd.label "Cynt">
<!ENTITY goPreviousCmd.accesskey "C">
<!ENTITY goNextCmd.label "Nesaf">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY goNextCmd.label "Nesaf">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -281,6 +281,7 @@
<!ENTITY calendar.menu.options.modify "Bearbeiten" >
<!ENTITY calendar.menu.options.remove "Löschen" >
<!ENTITY calendar.menu.options.close "Fenster schließen" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "c" >
<!ENTITY calendar.main.tab.label "Ereignisse" >

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

@ -20,6 +20,7 @@
-
- Contributor(s):
- Robert Kaiser <KaiRo@KaiRo.at>
- Matthew Willis <mattwillis@gmail.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
@ -36,127 +37,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Ereignis">
<!ENTITY eventMenuCmd.accesskey "r">
<!ENTITY event.menu.title "Ereignis">
<!ENTITY eventMenuCmd.accesskey "r">
<!ENTITY event.new.event "Neues Ereignis…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "Neues Ereignis…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "Neue Aufgabe…">
<!ENTITY event.new.todo.accesskey "f">
<!ENTITY event.new.todo "Neue Aufgabe…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "f">
<!ENTITY calendar.new.server.label "Neuer Kalender Datei…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Neuer Kalender Datei…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Öffnen Kalender Datei…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY calendar.open.file.label "Öffnen Kalender Datei…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Bearbeiten…">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.edit.event "Bearbeiten…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.delete.event "Gewählte(s) Ereignis löschen">
<!ENTITY event.delete.event.accesskey "L">
<!ENTITY event.delete.event "Gewählte(s) Ereignis löschen">
<!ENTITY event.delete.event.accesskey "L">
<!ENTITY event.delete.tasks "Gewählte Aufgabe(n) löschen">
<!ENTITY event.delete.tasks.accesskey "A">
<!ENTITY event.delete.tasks "Gewählte Aufgabe(n) löschen">
<!ENTITY event.delete.tasks.accesskey "A">
<!ENTITY event.mail.event "Ausgewählte(s) Ereignis(se) per E-Mail senden…">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY event.mail.event "Ausgewählte(s) Ereignis(se) per E-Mail senden…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY calendar.print.label "Aktive Kalender drucken...">
<!ENTITY calendar.print.accesskey "D">
<!ENTITY calendar.print.label "Aktive Kalender drucken...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "D">
<!ENTITY calendar.printpreview.label "Druckvorschau">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "Druckvorschau">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Seite einrichten...">
<!ENTITY calendar.pagesetup.accesskey "i">
<!ENTITY calendar.pagesetup.label "Seite einrichten...">
<!ENTITY calendar.pagesetup.accesskey "i">
<!ENTITY calendar.import.label "Aus Datei importieren...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Aus Datei importieren...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Assistenten starten">
<!ENTITY calendar.wizard.accesskey "A">
<!ENTITY calendar.wizard.label "Assistenten starten">
<!ENTITY calendar.wizard.accesskey "A">
<!ENTITY calendar.export.label "Ausgewählte Ereignisse exportieren...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Ausgewählte Ereignisse exportieren...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Entfernten Kalender abonnieren...">
<!ENTITY calendar.subscribe.accesskey "b">
<!ENTITY calendar.subscribe.label "Entfernten Kalender abonnieren...">
<!ENTITY calendar.subscribe.accesskey "b">
<!ENTITY calendar.publish.label "Gewählte Ereignisse publizieren...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.publish.label "Gewählte Ereignisse publizieren...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "Über Kalender">
<!ENTITY calendar.about.accesskey "b">
<!ENTITY calendar.about.label "Über Kalender">
<!ENTITY calendar.about.accesskey "b">
<!ENTITY calendar.cut.label "Ausschneiden">
<!ENTITY calendar.cut.accesskey "A">
<!ENTITY calendar.cut.label "Ausschneiden">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "A">
<!ENTITY calendar.copy.label "Kopieren">
<!ENTITY calendar.copy.accesskey "k">
<!ENTITY calendar.copy.label "Kopieren">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "k">
<!ENTITY calendar.paste.label "Einfügen">
<!ENTITY calendar.paste.accesskey "E">
<!ENTITY calendar.paste.label "Einfügen">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "E">
<!ENTITY calendar.selectall.label "Alles Auswählen">
<!ENTITY calendar.selectall.accesskey "u">
<!ENTITY calendar.selectall.label "Alles Auswählen">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "u">
<!ENTITY calendar.preferences.label "Einstellungen...">
<!ENTITY calendar.preferences.accesskey "n">
<!ENTITY calendar.preferences.label "Einstellungen...">
<!ENTITY calendar.preferences.accesskey "n">
<!ENTITY goMenu.label "Gehe">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goMenu.label "Gehe">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goTodayCmd.label "Zu Heute gehen">
<!ENTITY goTodayCmd.accesskey "H">
<!ENTITY goTodayCmd.label "Zu Heute gehen">
<!ENTITY goTodayCmd.accesskey "H">
<!ENTITY goDateCmd.label "Zu Datum gehen">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Zu Datum gehen">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Vorheriges">
<!ENTITY goPreviousCmd.accesskey "V">
<!ENTITY goPreviousCmd.label "Vorheriges">
<!ENTITY goPreviousCmd.accesskey "V">
<!ENTITY goNextCmd.label "Nächstes">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY goNextCmd.label "Nächstes">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Extras">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY javaScriptConsoleCmd.label "JavaScript-Konsole">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript-Konsole">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Adressbuch">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Adressbuch">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Hilfe">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Hilfe">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Passwort-Manager">
<!ENTITY walletPasswordManager.accesskey "P">
<!ENTITY walletPasswordManager.label "Passwort-Manager">
<!ENTITY walletPasswordManager.accesskey "P">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Datei">
<!ENTITY fileMenu.accesskey "D">
<!ENTITY fileMenu.label "Datei">
<!ENTITY fileMenu.accesskey "D">
<!ENTITY editMenu.label "Bearbeiten">
<!ENTITY editMenu.accesskey "e">
<!ENTITY preferencesCmd.label "Optionen...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Bearbeiten">
<!ENTITY editMenu.accesskey "e">
<!ENTITY preferencesCmd.label "Optionen...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "Ansicht">
<!ENTITY viewMenu.accesskey "A">
<!ENTITY viewMenu.label "Ansicht">
<!ENTITY viewMenu.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "Über &brandFullName;">
<!ENTITY aboutCmd.accesskey "Ü">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "Über &brandFullName;">
<!ENTITY aboutCmd.accesskey "Ü">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Edit" >
<!ENTITY calendar.menu.options.remove "Delete" >
<!ENTITY calendar.menu.options.close "Close Window" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Events" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Event">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Event">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "New Event…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "New Event…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "New Task…">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY event.new.todo "New Task…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "New Calendar File…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "New Calendar File…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Open Calendar File…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY calendar.open.file.label "Open Calendar File…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Edit…">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.edit.event "Edit…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.delete.event "Delete Selected Event(s)">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.event "Delete Selected Event(s)">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.tasks "Delete Selected Task(s)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.delete.tasks "Delete Selected Task(s)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.mail.event "Mail Selected Event(s)…">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY event.mail.event "Mail Selected Event(s)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY calendar.print.label "Print Active Calendars...">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.print.label "Print Active Calendars...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.printpreview.label "Print Preview">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "Print Preview">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Page Setup...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "Page Setup...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Import From File...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Import From File...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Launch Wizard">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.wizard.label "Launch Wizard">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.export.label "Export Selected Events...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Export Selected Events...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Subscribe to Remote Calendar...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.subscribe.label "Subscribe to Remote Calendar...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.publish.label "Publish Selected Events...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.publish.label "Publish Selected Events...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.about.label "About Calendar">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.about.label "About Calendar">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.cut.label "Cut">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "Cut">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Copy">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.copy.label "Copy">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.paste.label "Paste">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.paste.label "Paste">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "Select All">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.selectall.label "Select All">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.preferences.label "Preferences...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY calendar.preferences.label "Preferences...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY goMenu.label "Go">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goMenu.label "Go">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goTodayCmd.label "Go to Today">
<!ENTITY goTodayCmd.accesskey "T">
<!ENTITY goTodayCmd.label "Go to Today">
<!ENTITY goTodayCmd.accesskey "T">
<!ENTITY goDateCmd.label "Go to Date">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Go to Date">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Previous">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goPreviousCmd.label "Previous">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goNextCmd.label "Next">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY goNextCmd.label "Next">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -280,6 +280,7 @@
<!ENTITY calendar.menu.options.modify "Editar" >
<!ENTITY calendar.menu.options.remove "Borrar" >
<!ENTITY calendar.menu.options.close "Cerrar ventana" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Eventos" >

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

@ -35,127 +35,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nuevo evento…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "Nuevo evento…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "Nueva tarea…">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY event.new.todo "Nueva tarea…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "Nuevo archivo del calendario…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nuevo archivo del calendario…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Abrir archivo del calendario…">
<!ENTITY calendar.open.file.accesskey "N">
<!ENTITY calendar.open.file.label "Abrir archivo del calendario…">
<!ENTITY calendar.open.file.accesskey "N">
<!ENTITY event.edit.event "Editar…">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.edit.event "Editar…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.delete.event "Borrar eventos seleccionados">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.event "Borrar eventos seleccionados">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.tasks "Borrar tareas seleccionadas">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.delete.tasks "Borrar tareas seleccionadas">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.mail.event "Enviar eventos seleccionados…">
<!ENTITY event.mail.event.accesskey "v">
<!ENTITY event.mail.event "Enviar eventos seleccionados…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "v">
<!ENTITY calendar.print.label "Imprimir calendarios activos...">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.print.label "Imprimir calendarios activos...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.printpreview.label "Vista preliminar">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "Vista preliminar">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Configurar página...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "Configurar página...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Importar de archivo...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Importar de archivo...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Cargar asistente">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.wizard.label "Cargar asistente">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.export.label "Exportar eventos seleccionados...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Exportar eventos seleccionados...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Suscribir a calendario remoto...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.subscribe.label "Suscribir a calendario remoto...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.publish.label "Publicar eventos seleccionados...">
<!ENTITY calendar.publish.accesskey "S">
<!ENTITY calendar.publish.label "Publicar eventos seleccionados...">
<!ENTITY calendar.publish.accesskey "S">
<!ENTITY calendar.about.label "Acerca del calendario">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.about.label "Acerca del calendario">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.cut.label "Cortar">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "Cortar">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Copiar">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.copy.label "Copiar">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.paste.label "Pegar">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.paste.label "Pegar">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "Seleccionar todo">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.selectall.label "Seleccionar todo">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.preferences.label "Preferencias...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY calendar.preferences.label "Preferencias...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY goMenu.label "Ir">
<!ENTITY goMenu.accesskey "I">
<!ENTITY goMenu.label "Ir">
<!ENTITY goMenu.accesskey "I">
<!ENTITY goTodayCmd.label "Ir a hoy">
<!ENTITY goTodayCmd.accesskey "h">
<!ENTITY goTodayCmd.label "Ir a hoy">
<!ENTITY goTodayCmd.accesskey "h">
<!ENTITY goDateCmd.label "Ir a la fecha">
<!ENTITY goDateCmd.accesskey "f">
<!ENTITY goDateCmd.label "Ir a la fecha">
<!ENTITY goDateCmd.accesskey "f">
<!ENTITY goPreviousCmd.label "Anterior">
<!ENTITY goPreviousCmd.accesskey "A">
<!ENTITY goPreviousCmd.label "Anterior">
<!ENTITY goPreviousCmd.accesskey "A">
<!ENTITY goNextCmd.label "Siguiente">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY goNextCmd.label "Siguiente">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "Tareas">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "Tareas">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Herramientas">
<!ENTITY toolsMenu.accesskey "H">
<!ENTITY toolsMenu.label "Herramientas">
<!ENTITY toolsMenu.accesskey "H">
<!ENTITY javaScriptConsoleCmd.label "Consola de JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Consola de JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Navegador">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Navegador">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Correo">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Correo">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Libreta de direcciones">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Libreta de direcciones">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Ayuda">
<!ENTITY helpMenu.accesskey "u">
<!ENTITY helpMenu.label "Ayuda">
<!ENTITY helpMenu.accesskey "u">
<!ENTITY walletPasswordManager.label "Administrador de contraseñas">
<!ENTITY walletPasswordManager.accesskey "A">
<!ENTITY walletPasswordManager.label "Administrador de contraseñas">
<!ENTITY walletPasswordManager.accesskey "A">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Archivo">
<!ENTITY fileMenu.accesskey "A">
<!ENTITY fileMenu.label "Archivo">
<!ENTITY fileMenu.accesskey "A">
<!ENTITY editMenu.label "Editar">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Opciones...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Editar">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Opciones...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "Ver">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "Ver">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Notas de publicación">
<!ENTITY releaseCmd.accesskey "N">
<!ENTITY aboutCmd.label "Acerca de &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Notas de publicación">
<!ENTITY releaseCmd.accesskey "N">
<!ENTITY aboutCmd.label "Acerca de &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Modifier" >
<!ENTITY calendar.menu.options.remove "Supprimer" >
<!ENTITY calendar.menu.options.close "Fermer la fenêtre" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "F" >
<!ENTITY calendar.main.tab.label "Événements" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Événement">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Événement">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nouvel événement…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "Nouvel événement…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "Nouvelle tâche…">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY event.new.todo "Nouvelle tâche…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "Nouveau fichier du calendrier…">
<!ENTITY calendar.new.server.accesskey "a">
<!ENTITY calendar.new.server.label "Nouveau fichier du calendrier…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "a">
<!ENTITY calendar.open.file.label "Ouvrez le fichier du calendrier…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Modifier…">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.edit.event "Modifier…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.delete.event "Supprimer le(s) événement(s) sélectionné(s)">
<!ENTITY event.delete.event.accesskey "s">
<!ENTITY event.delete.event "Supprimer le(s) événement(s) sélectionné(s)">
<!ENTITY event.delete.event.accesskey "s">
<!ENTITY event.delete.tasks "Supprimer la ou les tâche(s)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.delete.tasks "Supprimer la ou les tâche(s)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.mail.event "Envoyer le(s) événement(s) par courriel…">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY event.mail.event "Envoyer le(s) événement(s) par courriel…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Imprimer le(s) calendrier(s) actif(s)…">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.print.label "Imprimer le(s) calendrier(s) actif(s)…">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.printpreview.label "Aperçu avant impression">
<!ENTITY calendar.printpreview.label "Aperçu avant impression">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Mise en page…">
<!ENTITY calendar.pagesetup.accesskey "p">
<!ENTITY calendar.pagesetup.label "Mise en page…">
<!ENTITY calendar.pagesetup.accesskey "p">
<!ENTITY calendar.import.label "Importer depuis le fichier…">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.import.label "Importer depuis le fichier…">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.wizard.label "Lancer l'assistant">
<!ENTITY calendar.wizard.accesskey "a">
<!ENTITY calendar.wizard.label "Lancer l'assistant">
<!ENTITY calendar.wizard.accesskey "a">
<!ENTITY calendar.export.label "Exporter les événements sélectionnés…">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.export.label "Exporter les événements sélectionnés…">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Souscrire à un calendrier distant…">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.subscribe.label "Souscrire à un calendrier distant…">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.publish.label "Publier les événements sélectionnés…">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.publish.label "Publier les événements sélectionnés…">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "À propos de Calendar">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.about.label "À propos de Calendar">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.cut.label "Couper">
<!ENTITY calendar.cut.accesskey "c">
<!ENTITY calendar.cut.label "Couper">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "c">
<!ENTITY calendar.copy.label "Copier">
<!ENTITY calendar.copy.accesskey "o">
<!ENTITY calendar.copy.label "Copier">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "o">
<!ENTITY calendar.paste.label "Coller">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.paste.label "Coller">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.selectall.label "Tout sélectionner">
<!ENTITY calendar.selectall.accesskey "t">
<!ENTITY calendar.selectall.label "Tout sélectionner">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "t">
<!ENTITY calendar.preferences.label "Préférences…">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY calendar.preferences.label "Préférences…">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY goMenu.label "Aller à">
<!ENTITY goMenu.accesskey "a">
<!ENTITY goMenu.label "Aller à">
<!ENTITY goMenu.accesskey "a">
<!ENTITY goTodayCmd.label "Aller à aujourd'hui">
<!ENTITY goTodayCmd.accesskey "j">
<!ENTITY goTodayCmd.label "Aller à aujourd'hui">
<!ENTITY goTodayCmd.accesskey "j">
<!ENTITY goDateCmd.label "Aller à une date">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goDateCmd.label "Aller à une date">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goPreviousCmd.label "Précédent">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goPreviousCmd.label "Précédent">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goNextCmd.label "Suivant">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY goNextCmd.label "Suivant">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY taskMenu.label "Tâches">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "Tâches">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Outils">
<!ENTITY toolsMenu.accesskey "O">
<!ENTITY toolsMenu.label "Outils">
<!ENTITY toolsMenu.accesskey "O">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "s">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "s">
<!ENTITY navigatorCmd.label "Navigateur">
<!ENTITY navigatorCmd.accesskey "N">
<!ENTITY navigatorCmd.label "Navigateur">
<!ENTITY navigatorCmd.accesskey "N">
<!ENTITY messengerCmd.label "Courrier">
<!ENTITY messengerCmd.accesskey "C">
<!ENTITY messengerCmd.label "Courrier">
<!ENTITY messengerCmd.accesskey "C">
<!ENTITY addressBookCmd.label "Carnet d'adresses">
<!ENTITY addressBookCmd.accesskey "a">
<!ENTITY addressBookCmd.label "Carnet d'adresses">
<!ENTITY addressBookCmd.accesskey "a">
<!ENTITY helpMenu.label "Aide">
<!ENTITY helpMenu.accesskey "i">
<!ENTITY helpMenu.label "Aide">
<!ENTITY helpMenu.accesskey "i">
<!ENTITY walletPasswordManager.label "Gestionnaire des mots de passe">
<!ENTITY walletPasswordManager.accesskey "G">
<!ENTITY walletPasswordManager.label "Gestionnaire des mots de passe">
<!ENTITY walletPasswordManager.accesskey "G">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Fichier">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "Fichier">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edition">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options…">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edition">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options…">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "Affichage">
<!ENTITY viewMenu.accesskey "c">
<!ENTITY viewMenu.label "Affichage">
<!ENTITY viewMenu.accesskey "c">
<!ENTITY releaseCmd.label "Notes de version">
<!ENTITY releaseCmd.accesskey "v">
<!ENTITY aboutCmd.label "À propos de &brandFullName;">
<!ENTITY aboutCmd.accesskey "p">
<!ENTITY releaseCmd.label "Notes de version">
<!ENTITY releaseCmd.accesskey "v">
<!ENTITY aboutCmd.label "À propos de &brandFullName;">
<!ENTITY aboutCmd.accesskey "p">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.accesskey "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -286,6 +286,7 @@
<!ENTITY calendar.menu.options.modify "Szerkesztés" >
<!ENTITY calendar.menu.options.remove "Törlés" >
<!ENTITY calendar.menu.options.close "Ablak bezárása" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "B" >
<!ENTITY calendar.main.tab.label "Események" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -39,127 +40,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Esemény">
<!ENTITY eventMenuCmd.accesskey "s">
<!ENTITY event.menu.title "Esemény">
<!ENTITY eventMenuCmd.accesskey "s">
<!ENTITY event.new.event "Új esemény…">
<!ENTITY event.new.event.accesskey "e">
<!ENTITY event.new.event "Új esemény…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "e">
<!ENTITY event.new.todo "Új tennivaló…">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY event.new.todo "Új tennivaló…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY calendar.new.server.label "Új naptár fájl…">
<!ENTITY calendar.new.server.accesskey "p">
<!ENTITY calendar.new.server.label "Új naptár fájl…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "p">
<!ENTITY calendar.open.file.label "Megnyitás naptár fajl…">
<!ENTITY calendar.open.file.accesskey "M">
<!ENTITY calendar.open.file.label "Megnyitás naptár fajl…">
<!ENTITY calendar.open.file.accesskey "M">
<!ENTITY event.edit.event "Szerkesztés…">
<!ENTITY event.edit.event.accesskey "z">
<!ENTITY event.edit.event "Szerkesztés…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "z">
<!ENTITY event.delete.event "Kiválasztott események törlése">
<!ENTITY event.delete.event.accesskey "e">
<!ENTITY event.delete.event "Kiválasztott események törlése">
<!ENTITY event.delete.event.accesskey "e">
<!ENTITY event.delete.tasks "Kiválasztott tennivalók törlése">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.delete.tasks "Kiválasztott tennivalók törlése">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.mail.event "Kiválasztott események elküldése…">
<!ENTITY event.mail.event.accesskey "e">
<!ENTITY event.mail.event "Kiválasztott események elküldése…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "e">
<!ENTITY calendar.print.label "Az aktív naptár nyomtatása...">
<!ENTITY calendar.print.accesskey "n">
<!ENTITY calendar.print.label "Az aktív naptár nyomtatása...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "n">
<!ENTITY calendar.printpreview.label "Nyomtatási kép">
<!ENTITY calendar.printpreview.accesskey "t">
<!ENTITY calendar.printpreview.label "Nyomtatási kép">
<!ENTITY calendar.printpreview.accesskey "t">
<!ENTITY calendar.pagesetup.label "Oldalbeállítás...">
<!ENTITY calendar.pagesetup.accesskey "O">
<!ENTITY calendar.pagesetup.label "Oldalbeállítás...">
<!ENTITY calendar.pagesetup.accesskey "O">
<!ENTITY calendar.import.label "Importálás fájlból...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Importálás fájlból...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Varázsló indítása">
<!ENTITY calendar.wizard.accesskey "V">
<!ENTITY calendar.wizard.label "Varázsló indítása">
<!ENTITY calendar.wizard.accesskey "V">
<!ENTITY calendar.export.label "Kiválasztott események exportálása...">
<!ENTITY calendar.export.accesskey "x">
<!ENTITY calendar.export.label "Kiválasztott események exportálása...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "x">
<!ENTITY calendar.subscribe.label "Feliratkozás távoli naptárra...">
<!ENTITY calendar.subscribe.accesskey "F">
<!ENTITY calendar.subscribe.label "Feliratkozás távoli naptárra...">
<!ENTITY calendar.subscribe.accesskey "F">
<!ENTITY calendar.publish.label "Kiválasztott események közzététele...">
<!ENTITY calendar.publish.accesskey "K">
<!ENTITY calendar.publish.label "Kiválasztott események közzététele...">
<!ENTITY calendar.publish.accesskey "K">
<!ENTITY calendar.about.label "A Naptár névjegye">
<!ENTITY calendar.about.accesskey "N">
<!ENTITY calendar.about.label "A Naptár névjegye">
<!ENTITY calendar.about.accesskey "N">
<!ENTITY calendar.cut.label "Kivágás">
<!ENTITY calendar.cut.accesskey "K">
<!ENTITY calendar.cut.label "Kivágás">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "K">
<!ENTITY calendar.copy.label "Másolás">
<!ENTITY calendar.copy.accesskey "M">
<!ENTITY calendar.copy.label "Másolás">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "M">
<!ENTITY calendar.paste.label "Beszúrás">
<!ENTITY calendar.paste.accesskey "B">
<!ENTITY calendar.paste.label "Beszúrás">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "B">
<!ENTITY calendar.selectall.label "Mindent kiválaszt">
<!ENTITY calendar.selectall.accesskey "i">
<!ENTITY calendar.selectall.label "Mindent kiválaszt">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "i">
<!ENTITY calendar.preferences.label "Beállítások...">
<!ENTITY calendar.preferences.accesskey "l">
<!ENTITY calendar.preferences.label "Beállítások...">
<!ENTITY calendar.preferences.accesskey "l">
<!ENTITY goMenu.label "Ugrás">
<!ENTITY goMenu.accesskey "U">
<!ENTITY goMenu.label "Ugrás">
<!ENTITY goMenu.accesskey "U">
<!ENTITY goTodayCmd.label "Ugrás a mai napra">
<!ENTITY goTodayCmd.accesskey "m">
<!ENTITY goTodayCmd.label "Ugrás a mai napra">
<!ENTITY goTodayCmd.accesskey "m">
<!ENTITY goDateCmd.label "Ugrás adott napra">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goDateCmd.label "Ugrás adott napra">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goPreviousCmd.label "Előző">
<!ENTITY goPreviousCmd.accesskey "E">
<!ENTITY goPreviousCmd.label "Előző">
<!ENTITY goPreviousCmd.accesskey "E">
<!ENTITY goNextCmd.label "Következő">
<!ENTITY goNextCmd.accesskey "K">
<!ENTITY goNextCmd.label "Következő">
<!ENTITY goNextCmd.accesskey "K">
<!ENTITY taskMenu.label "Tennivaló">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "Tennivaló">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Feladatok">
<!ENTITY toolsMenu.accesskey "F">
<!ENTITY toolsMenu.label "Feladatok">
<!ENTITY toolsMenu.accesskey "F">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "J">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "J">
<!ENTITY navigatorCmd.label "Böngésző">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Böngésző">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Levelező és hírolvasó">
<!ENTITY messengerCmd.accesskey "L">
<!ENTITY messengerCmd.label "Levelező és hírolvasó">
<!ENTITY messengerCmd.accesskey "L">
<!ENTITY addressBookCmd.label "Címjegyzék">
<!ENTITY addressBookCmd.accesskey "C">
<!ENTITY addressBookCmd.label "Címjegyzék">
<!ENTITY addressBookCmd.accesskey "C">
<!ENTITY helpMenu.label "Súgó">
<!ENTITY helpMenu.accesskey "S">
<!ENTITY helpMenu.label "Súgó">
<!ENTITY helpMenu.accesskey "S">
<!ENTITY walletPasswordManager.label "Jelszókezelő">
<!ENTITY walletPasswordManager.accesskey "J">
<!ENTITY walletPasswordManager.label "Jelszókezelő">
<!ENTITY walletPasswordManager.accesskey "J">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Fájl">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "Fájl">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Szerkesztés">
<!ENTITY editMenu.accesskey "z">
<!ENTITY preferencesCmd.label "Beállítások...">
<!ENTITY preferencesCmd.accesskey "B">
<!ENTITY editMenu.label "Szerkesztés">
<!ENTITY editMenu.accesskey "z">
<!ENTITY preferencesCmd.label "Beállítások...">
<!ENTITY preferencesCmd.accesskey "B">
<!ENTITY viewMenu.label "Nézet">
<!ENTITY viewMenu.accesskey "N">
<!ENTITY viewMenu.label "Nézet">
<!ENTITY viewMenu.accesskey "N">
<!ENTITY releaseCmd.label "Verzióinformáció">
<!ENTITY releaseCmd.accesskey "V">
<!ENTITY aboutCmd.label "A &brandFullName; névjegye">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Verzióinformáció">
<!ENTITY releaseCmd.accesskey "V">
<!ENTITY aboutCmd.label "A &brandFullName; névjegye">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Modifica" >
<!ENTITY calendar.menu.options.remove "Elimina" >
<!ENTITY calendar.menu.options.close "Chiudi Finestra" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Eventi" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nuovo Evento…">
<!ENTITY event.new.event.accesskey "E">
<!ENTITY event.new.event "Nuovo Evento…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "E">
<!ENTITY event.new.todo "Nuovo Impegno…">
<!ENTITY event.new.todo.accesskey "I">
<!ENTITY event.new.todo "Nuovo Impegno…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "I">
<!ENTITY calendar.new.server.label "Nuovo Calendario…">
<!ENTITY calendar.new.server.accesskey "C">
<!ENTITY calendar.new.server.label "Nuovo Calendario…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "C">
<!ENTITY calendar.open.file.label "Apri File Calendario…">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY calendar.open.file.label "Apri File Calendario…">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY event.edit.event "Modifica…">
<!ENTITY event.edit.event.accesskey "M">
<!ENTITY event.edit.event "Modifica…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "M">
<!ENTITY event.delete.event "Elimina Evento(i) Selezionato(i)">
<!ENTITY event.delete.event.accesskey "E">
<!ENTITY event.delete.event "Elimina Evento(i) Selezionato(i)">
<!ENTITY event.delete.event.accesskey "E">
<!ENTITY event.delete.tasks "Elimina Impegno(i) Selezionato(i)">
<!ENTITY event.delete.tasks.accesskey "I">
<!ENTITY event.delete.tasks "Elimina Impegno(i) Selezionato(i)">
<!ENTITY event.delete.tasks.accesskey "I">
<!ENTITY event.mail.event "Invia Evento Selezionato via E-mail…">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY event.mail.event "Invia Evento Selezionato via E-mail…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Stampa Calendari Attivi...">
<!ENTITY calendar.print.accesskey "S">
<!ENTITY calendar.print.label "Stampa Calendari Attivi...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "S">
<!ENTITY calendar.printpreview.label "Anteprima di Stampa">
<!ENTITY calendar.printpreview.accesskey "A">
<!ENTITY calendar.printpreview.label "Anteprima di Stampa">
<!ENTITY calendar.printpreview.accesskey "A">
<!ENTITY calendar.pagesetup.label "Imposta Pagina...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "Imposta Pagina...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Importa da file...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Importa da file...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Lancia l'assistente">
<!ENTITY calendar.wizard.accesskey "a">
<!ENTITY calendar.wizard.label "Lancia l'assistente">
<!ENTITY calendar.wizard.accesskey "a">
<!ENTITY calendar.export.label "Esporta Eventi selezionati...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Esporta Eventi selezionati...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Sottoscrivi Calendario Remoto...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.subscribe.label "Sottoscrivi Calendario Remoto...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.publish.label "Pubblica Eventi selezionati...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.publish.label "Pubblica Eventi selezionati...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "Informazioni su Calendar">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.about.label "Informazioni su Calendar">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.cut.label "Taglia ">
<!ENTITY calendar.cut.accesskey "T">
<!ENTITY calendar.cut.label "Taglia ">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "T">
<!ENTITY calendar.copy.label "Copia ">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.copy.label "Copia ">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.paste.label "Incolla ">
<!ENTITY calendar.paste.accesskey "I">
<!ENTITY calendar.paste.label "Incolla ">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "I">
<!ENTITY calendar.selectall.label "Seleziona tutto ">
<!ENTITY calendar.selectall.accesskey "T">
<!ENTITY calendar.selectall.label "Seleziona tutto ">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "T">
<!ENTITY calendar.preferences.label "Preferenze... ">
<!ENTITY calendar.preferences.accesskey "P">
<!ENTITY calendar.preferences.label "Preferenze... ">
<!ENTITY calendar.preferences.accesskey "P">
<!ENTITY goMenu.label "Vai ">
<!ENTITY goMenu.accesskey "V">
<!ENTITY goMenu.label "Vai ">
<!ENTITY goMenu.accesskey "V">
<!ENTITY goTodayCmd.label "Vai a Oggi ">
<!ENTITY goTodayCmd.accesskey "O">
<!ENTITY goTodayCmd.label "Vai a Oggi ">
<!ENTITY goTodayCmd.accesskey "O">
<!ENTITY goDateCmd.label "Vai alla Data">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Vai alla Data">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Precedente ">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goPreviousCmd.label "Precedente ">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goNextCmd.label "Successivo ">
<!ENTITY goNextCmd.accesskey "S">
<!ENTITY goNextCmd.label "Successivo ">
<!ENTITY goNextCmd.accesskey "S">
<!ENTITY taskMenu.label "Impegni ">
<!ENTITY taskMenu.accesskey "I">
<!ENTITY taskMenu.label "Impegni ">
<!ENTITY taskMenu.accesskey "I">
<!ENTITY toolsMenu.label "Strumenti ">
<!ENTITY toolsMenu.accesskey "S">
<!ENTITY toolsMenu.label "Strumenti ">
<!ENTITY toolsMenu.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Posta e Gruppi di discussione">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Posta e Gruppi di discussione">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Rubrica">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Rubrica">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Guida">
<!ENTITY helpMenu.accesskey "G">
<!ENTITY helpMenu.label "Guida">
<!ENTITY helpMenu.accesskey "G">
<!ENTITY walletPasswordManager.label "Gestione Password">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Gestione Password">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Modifica">
<!ENTITY editMenu.accesskey "M">
<!ENTITY preferencesCmd.label "Opzioni...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Modifica">
<!ENTITY editMenu.accesskey "M">
<!ENTITY preferencesCmd.label "Opzioni...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "Visualizza">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "Visualizza">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Note">
<!ENTITY releaseCmd.accesskey "N">
<!ENTITY aboutCmd.label "Informazioni su &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Note">
<!ENTITY releaseCmd.accesskey "N">
<!ENTITY aboutCmd.label "Informazioni su &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -287,6 +287,7 @@
<!ENTITY calendar.menu.options.modify "修正" >
<!ENTITY calendar.menu.options.remove "削除" >
<!ENTITY calendar.menu.options.close "ウィンドウを閉じる" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "イベント" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.com>
-
- Translated to Japanese by
- Teiji Matsuba <matsuba@dream.com>
@ -40,127 +41,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "イベント">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "イベント">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "新しいイベント…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "新しいイベント…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "新しい ToDo…">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY event.new.todo "新しい ToDo…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "新しいカレンダー…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "新しいカレンダー…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Open Calendar File…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "編集…">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.edit.event "編集…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.delete.event "選択イベントを削除)">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.event "選択イベントを削除)">
<!ENTITY event.delete.event.accesskey "D">
<!ENTITY event.delete.tasks "選択 ToDo を削除)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.delete.tasks "選択 ToDo を削除)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.mail.event "選択イベントを送信…">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY event.mail.event "選択イベントを送信…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY calendar.print.label "アクティブなカレンダーを印刷...">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.print.label "アクティブなカレンダーを印刷...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "P">
<!ENTITY calendar.printpreview.label "印刷プレビュー">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "印刷プレビュー">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "ページ設定...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "ページ設定...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "ファイルからインポート...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "ファイルからインポート...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "ウィザード起動">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.wizard.label "ウィザード起動">
<!ENTITY calendar.wizard.accesskey "W">
<!ENTITY calendar.export.label "選択イベントをエクスポート...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "選択イベントをエクスポート...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "別のカレンダーを購読...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.subscribe.label "別のカレンダーを購読...">
<!ENTITY calendar.subscribe.accesskey "R">
<!ENTITY calendar.publish.label "選択イベントを公開...">
<!ENTITY calendar.publish.accesskey "S">
<!ENTITY calendar.publish.label "選択イベントを公開...">
<!ENTITY calendar.publish.accesskey "S">
<!ENTITY calendar.about.label "Calendar について">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.about.label "Calendar について">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.cut.label "切り取り">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "切り取り">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "コピー">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.copy.label "コピー">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "C">
<!ENTITY calendar.paste.label "貼り付け">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.paste.label "貼り付け">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "すべて選択">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.selectall.label "すべて選択">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.preferences.label "設定...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY calendar.preferences.label "設定...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY goMenu.label "移動">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goMenu.label "移動">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goTodayCmd.label "今日へ移動">
<!ENTITY goTodayCmd.accesskey "T">
<!ENTITY goTodayCmd.label "今日へ移動">
<!ENTITY goTodayCmd.accesskey "T">
<!ENTITY goDateCmd.label "日付に移動">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "日付に移動">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "前へ">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goPreviousCmd.label "前へ">
<!ENTITY goPreviousCmd.accesskey "P">
<!ENTITY goNextCmd.label "次へ">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY goNextCmd.label "次へ">
<!ENTITY goNextCmd.accesskey "N">
<!ENTITY taskMenu.label "タスク">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "タスク">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "ツール">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY toolsMenu.label "ツール">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY javaScriptConsoleCmd.label "JavaScript コンソール">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript コンソール">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "ブラウザ">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "ブラウザ">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "メール">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "メール">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "アドレス帳">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "アドレス帳">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "ヘルプ">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "ヘルプ">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "パスワードマネージャ">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "パスワードマネージャ">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "ファイル">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "ファイル">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "編集">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "オプション...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "編集">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "オプション...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "表示">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "表示">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "リリースノート">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "&brandFullName; について">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "リリースノート">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "&brandFullName; について">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!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.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Įvykiai" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Įvykis">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Įvykis">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Naujas įvykis…">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.event "Naujas įvykis…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "N">
<!ENTITY event.new.todo "Naujas darbas…">
<!ENTITY event.new.todo.accesskey "d">
<!ENTITY event.new.todo "Naujas darbas…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "d">
<!ENTITY calendar.new.server.label "Naujas kalendorius byla…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Naujas kalendorius byla…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Atverti kalendorius byla…">
<!ENTITY calendar.open.file.label "Atverti kalendorius byla…">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY event.edit.event "Taisyti įvykio aprašą…">
<!ENTITY event.edit.event.accesskey "T">
<!ENTITY event.edit.event "Taisyti įvykio aprašą…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "T">
<!ENTITY event.delete.event "Pašalinti pažymėtus įvykius">
<!ENTITY event.delete.event.accesskey "š">
<!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.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 event.mail.event "Išsiųsti pažymėtus įvykius el. paštu…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "p">
<!ENTITY calendar.print.label "Spausdinti...">
<!ENTITY calendar.print.accesskey "S">
<!ENTITY calendar.print.label "Spausdinti...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "S">
<!ENTITY calendar.printpreview.label "Spaudinio peržiūra">
<!ENTITY calendar.printpreview.accesskey "ž">
<!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.pagesetup.label "Puslapio nuostatos...">
<!ENTITY calendar.pagesetup.accesskey "P">
<!ENTITY calendar.import.label "Importuoti...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Importuoti...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Paleisti vediklį">
<!ENTITY calendar.wizard.accesskey "v">
<!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.export.label "Eksportuoti pažymėtus įvykius...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "k">
<!ENTITY calendar.subscribe.label "Prisijungti prie nuotolinio kalendoriaus...">
<!ENTITY calendar.subscribe.accesskey "P">
<!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.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.about.label "Apie kalendorių">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.cut.label "Iškirpti">
<!ENTITY calendar.cut.accesskey "r">
<!ENTITY calendar.cut.label "Iškirpti">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "r">
<!ENTITY calendar.copy.label "Kopijuoti">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.copy.label "Kopijuoti">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.paste.label "Įdėti">
<!ENTITY calendar.paste.accesskey "d">
<!ENTITY calendar.paste.label "Įdėti">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "d">
<!ENTITY calendar.selectall.label "Pažymėti visus">
<!ENTITY calendar.selectall.accesskey "v">
<!ENTITY calendar.selectall.label "Pažymėti visus">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "v">
<!ENTITY calendar.preferences.label "Nuostatos...">
<!ENTITY calendar.preferences.accesskey "N">
<!ENTITY calendar.preferences.label "Nuostatos...">
<!ENTITY calendar.preferences.accesskey "N">
<!ENTITY goMenu.label "Eiti">
<!ENTITY goMenu.accesskey "e">
<!ENTITY goMenu.label "Eiti">
<!ENTITY goMenu.accesskey "e">
<!ENTITY goTodayCmd.label "Į šią dieną">
<!ENTITY goTodayCmd.accesskey "š">
<!ENTITY goTodayCmd.label "Į šią dieną">
<!ENTITY goTodayCmd.accesskey "š">
<!ENTITY goDateCmd.label "Eiti į (data)">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Eiti į (data)">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Atgal">
<!ENTITY goPreviousCmd.accesskey "A">
<!ENTITY goPreviousCmd.label "Atgal">
<!ENTITY goPreviousCmd.accesskey "A">
<!ENTITY goNextCmd.label "Pirmyn">
<!ENTITY goNextCmd.accesskey "P">
<!ENTITY goNextCmd.label "Pirmyn">
<!ENTITY goNextCmd.accesskey "P">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Bewerken" >
<!ENTITY calendar.menu.options.remove "Verwijderen" >
<!ENTITY calendar.menu.options.close "Sluiten" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "S" >
<!ENTITY calendar.main.tab.label "Gebeurtenissen" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Gebeurtenis">
<!ENTITY eventMenuCmd.accesskey "@">
<!ENTITY event.menu.title "Gebeurtenis">
<!ENTITY eventMenuCmd.accesskey "@">
<!ENTITY event.new.event "Nieuwe gebeurtenis…">
<!ENTITY event.new.event "Nieuwe gebeurtenis…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "G">
<!ENTITY event.new.todo "Nieuwe taak…">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY event.new.todo "Nieuwe taak…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "T">
<!ENTITY calendar.new.server.label "Nieuwe kalenderbestand…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nieuwe kalenderbestand…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Openen kalenderbestand…">
<!ENTITY calendar.open.file.label "Openen kalenderbestand…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Bewerken…">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.edit.event "Bewerken…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "E">
<!ENTITY event.delete.event "Verwijder geselecteerd(e) gebeurtenis(sen)">
<!ENTITY event.delete.event.accesskey "G">
<!ENTITY event.delete.event "Verwijder geselecteerd(e) gebeurtenis(sen)">
<!ENTITY event.delete.event.accesskey "G">
<!ENTITY event.delete.tasks "Verwijder geselecteerd(e) ta(a)k(en)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.delete.tasks "Verwijder geselecteerd(e) ta(a)k(en)">
<!ENTITY event.delete.tasks.accesskey "T">
<!ENTITY event.mail.event "Mail geselecteerd(e) gebeurtenis(sen)…">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY event.mail.event "Mail geselecteerd(e) gebeurtenis(sen)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "M">
<!ENTITY calendar.print.label "Gebeurtenissen afdrukken...">
<!ENTITY calendar.print.accesskey "D">
<!ENTITY calendar.print.label "Gebeurtenissen afdrukken...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "D">
<!ENTITY calendar.printpreview.label "Afdrukvoorbeeld">
<!ENTITY calendar.printpreview.accesskey "V">
<!ENTITY calendar.printpreview.label "Afdrukvoorbeeld">
<!ENTITY calendar.printpreview.accesskey "V">
<!ENTITY calendar.pagesetup.label "Paginainstellingen...">
<!ENTITY calendar.pagesetup.accesskey "I">
<!ENTITY calendar.pagesetup.label "Paginainstellingen...">
<!ENTITY calendar.pagesetup.accesskey "I">
<!ENTITY calendar.import.label "Importeren vanuit bestand...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Importeren vanuit bestand...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Start assistent">
<!ENTITY calendar.wizard.accesskey "@">
<!ENTITY calendar.wizard.label "Start assistent">
<!ENTITY calendar.wizard.accesskey "@">
<!ENTITY calendar.export.label "Exporteer geselecteerde gebeurtenissen...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Exporteer geselecteerde gebeurtenissen...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Aanmelden bij kalender op andere computer...">
<!ENTITY calendar.subscribe.accesskey "A">
<!ENTITY calendar.subscribe.label "Aanmelden bij kalender op andere computer...">
<!ENTITY calendar.subscribe.accesskey "A">
<!ENTITY calendar.publish.label "Publiceer geselecteerde gebeurtenissen...">
<!ENTITY calendar.publish.accesskey "P">
<!ENTITY calendar.publish.label "Publiceer geselecteerde gebeurtenissen...">
<!ENTITY calendar.publish.accesskey "P">
<!ENTITY calendar.about.label "Over kalender">
<!ENTITY calendar.about.accesskey "K">
<!ENTITY calendar.about.label "Over kalender">
<!ENTITY calendar.about.accesskey "K">
<!ENTITY calendar.cut.label "Knippen">
<!ENTITY calendar.cut.accesskey "K">
<!ENTITY calendar.cut.label "Knippen">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "K">
<!ENTITY calendar.copy.label "Kopi&#xEB;ren">
<!ENTITY calendar.copy.accesskey "I">
<!ENTITY calendar.copy.label "Kopi&#xEB;ren">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "I">
<!ENTITY calendar.paste.label "Plakken">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.paste.label "Plakken">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "Alles selecteren">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.selectall.label "Alles selecteren">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "A">
<!ENTITY calendar.preferences.label "Voorkeuren...">
<!ENTITY calendar.preferences.accesskey "V">
<!ENTITY calendar.preferences.label "Voorkeuren...">
<!ENTITY calendar.preferences.accesskey "V">
<!ENTITY goMenu.label "Ga naar">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goMenu.label "Ga naar">
<!ENTITY goMenu.accesskey "G">
<!ENTITY goTodayCmd.label "Vandaag">
<!ENTITY goTodayCmd.accesskey "V">
<!ENTITY goTodayCmd.label "Vandaag">
<!ENTITY goTodayCmd.accesskey "V">
<!ENTITY goDateCmd.label "Ga naar datum">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Ga naar datum">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Vorige">
<!ENTITY goPreviousCmd.accesskey "O">
<!ENTITY goPreviousCmd.label "Vorige">
<!ENTITY goPreviousCmd.accesskey "O">
<!ENTITY goNextCmd.label "Volgende">
<!ENTITY goNextCmd.accesskey "L">
<!ENTITY goNextCmd.label "Volgende">
<!ENTITY goNextCmd.accesskey "L">
<!ENTITY taskMenu.label "Taken">
<!ENTITY taskMenu.accesskey "@">
<!ENTITY taskMenu.label "Taken">
<!ENTITY taskMenu.accesskey "@">
<!ENTITY toolsMenu.label "Gereedschappen">
<!ENTITY toolsMenu.accesskey "R">
<!ENTITY toolsMenu.label "Gereedschappen">
<!ENTITY toolsMenu.accesskey "R">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "@">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "@">
<!ENTITY navigatorCmd.label "Bladerprogramma">
<!ENTITY navigatorCmd.accesskey "@">
<!ENTITY navigatorCmd.label "Bladerprogramma">
<!ENTITY navigatorCmd.accesskey "@">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "@">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "@">
<!ENTITY addressBookCmd.label "Adressenboek">
<!ENTITY addressBookCmd.accesskey "@">
<!ENTITY addressBookCmd.label "Adressenboek">
<!ENTITY addressBookCmd.accesskey "@">
<!ENTITY helpMenu.label "Hulp">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Hulp">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Bestand">
<!ENTITY fileMenu.accesskey "B">
<!ENTITY fileMenu.label "Bestand">
<!ENTITY fileMenu.accesskey "B">
<!ENTITY editMenu.label "Bewerken">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Voorkeuren...">
<!ENTITY preferencesCmd.accesskey "V">
<!ENTITY editMenu.label "Bewerken">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Voorkeuren...">
<!ENTITY preferencesCmd.accesskey "V">
<!ENTITY viewMenu.label "Beeld">
<!ENTITY viewMenu.accesskey "L">
<!ENTITY viewMenu.label "Beeld">
<!ENTITY viewMenu.accesskey "L">
<!ENTITY releaseCmd.label "Uitgave opmerkingen">
<!ENTITY releaseCmd.accesskey "U">
<!ENTITY aboutCmd.label "Over &brandFullName;">
<!ENTITY aboutCmd.accesskey "M">
<!ENTITY releaseCmd.label "Uitgave opmerkingen">
<!ENTITY releaseCmd.accesskey "U">
<!ENTITY aboutCmd.label "Over &brandFullName;">
<!ENTITY aboutCmd.accesskey "M">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -280,6 +280,7 @@
<!ENTITY calendar.menu.options.modify "Edytuj" >
<!ENTITY calendar.menu.options.remove "Usuń" >
<!ENTITY calendar.menu.options.close "Zamknij okno" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Wydarzenia" >

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

@ -19,6 +19,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): Kacper Mikke <kacper@k-raj.com.pl>
- Matthew Willis <mattwillis@gmail.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
@ -35,127 +36,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Wydarzenie">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Wydarzenie">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nowe wydarzenie…">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.event "Nowe wydarzenie…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.todo "Nowe zadanie…">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY event.new.todo "Nowe zadanie…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY calendar.new.server.label "Nowy plik kalendarza…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nowy plik kalendarza…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Otwórz plik kalendarza…">
<!ENTITY calendar.open.file.label "Otwórz plik kalendarza…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Edytuj…">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.edit.event "Edytuj…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.delete.event "Usuń zaznaczone wydarzenie(a)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.event "Usuń zaznaczone wydarzenie(a)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.tasks "Usuń zaznaczone zadanie(a)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.delete.tasks "Usuń zaznaczone zadanie(a)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.mail.event "Wyślij zaznaczone wydarzenie(a)…">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY event.mail.event "Wyślij zaznaczone wydarzenie(a)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Drukuj aktywny kalendarz...">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.print.label "Drukuj aktywny kalendarz...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.printpreview.label "Podgląd druku">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "Podgląd druku">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Ustawienia strony...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "Ustawienia strony...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Importuj z pliku...">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.import.label "Importuj z pliku...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.wizard.label "Uruchom kreatora">
<!ENTITY calendar.wizard.accesskey "w">
<!ENTITY calendar.wizard.label "Uruchom kreatora">
<!ENTITY calendar.wizard.accesskey "w">
<!ENTITY calendar.export.label "Eksportuj wybrane wydarzenie...">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.export.label "Eksportuj wybrane wydarzenie...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Subskrybuj zdalny kalendarz...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.subscribe.label "Subskrybuj zdalny kalendarz...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.publish.label "Publikuj wybrane wydarzenia...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.publish.label "Publikuj wybrane wydarzenia...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "O kalendarzu">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.about.label "O kalendarzu">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.cut.label "Wytnij">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "Wytnij">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Kopiuj">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.copy.label "Kopiuj">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.paste.label "Wklej">
<!ENTITY calendar.paste.accesskey "p">
<!ENTITY calendar.paste.label "Wklej">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "p">
<!ENTITY calendar.selectall.label "Zazancz wszystko">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.selectall.label "Zazancz wszystko">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.preferences.label "Preferencje...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY calendar.preferences.label "Preferencje...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY goMenu.label "Idź">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goMenu.label "Idź">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goTodayCmd.label "Idź do dziś">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goTodayCmd.label "Idź do dziś">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goDateCmd.label "Idź do dnia">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goDateCmd.label "Idź do dnia">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goPreviousCmd.label "Poprzednie">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goPreviousCmd.label "Poprzednie">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Następne">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY goNextCmd.label "Następne">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -285,6 +285,7 @@
<!ENTITY calendar.menu.options.modify "Editar" >
<!ENTITY calendar.menu.options.remove "Apagar" >
<!ENTITY calendar.menu.options.close "Fechar Janela" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Eventos" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.com>
- Erico Mendonca <erico@techisa.srv.br>
-
- Alternatively, the contents of this file may be used under the terms of
@ -38,127 +39,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Evento">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Novo Evento…">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.event "Novo Evento…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.todo "Nova Tarefa…">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY event.new.todo "Nova Tarefa…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "t">
<!ENTITY calendar.new.server.label "Novo Arquivo de Calend&#xE1;rio…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Novo Arquivo de Calend&#xE1;rio…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Abrir Arquivo de Calend&#xE1;rio…">
<!ENTITY calendar.open.file.label "Abrir Arquivo de Calend&#xE1;rio…">
<!ENTITY calendar.open.file.accesskey "A">
<!ENTITY event.edit.event "Editar…">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.edit.event "Editar…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.delete.event "Apagar Evento(s) Selecionado(s)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.event "Apagar Evento(s) Selecionado(s)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.tasks "Apagar Tarefa(s) Selecionada(s)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.delete.tasks "Apagar Tarefa(s) Selecionada(s)">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.mail.event "Enviar Evento(s) Selecionado(s)…">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY event.mail.event "Enviar Evento(s) Selecionado(s)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Imprimir Calend&#xE1;rios Ativos...">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.print.label "Imprimir Calend&#xE1;rios Ativos...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "r">
<!ENTITY calendar.printpreview.label "Visualiza&#xE7;&#xE3;o de Impress&#xE3;o">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.printpreview.label "Visualiza&#xE7;&#xE3;o de Impress&#xE3;o">
<!ENTITY calendar.printpreview.accesskey "v">
<!ENTITY calendar.pagesetup.label "Configura&#xE7;&#xE3;o de P&#xE1;gina...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.pagesetup.label "Configura&#xE7;&#xE3;o de P&#xE1;gina...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Importar de Arquivo...">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.import.label "Importar de Arquivo...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.wizard.label "Assistente de Inicializa&#xE7;&#xE3;o">
<!ENTITY calendar.wizard.accesskey "w">
<!ENTITY calendar.wizard.label "Assistente de Inicializa&#xE7;&#xE3;o">
<!ENTITY calendar.wizard.accesskey "w">
<!ENTITY calendar.export.label "Exportar Eventos Selecionados...">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.export.label "Exportar Eventos Selecionados...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Subscrever um Calend&#xE1;rio Remoto...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.subscribe.label "Subscrever um Calend&#xE1;rio Remoto...">
<!ENTITY calendar.subscribe.accesskey "s">
<!ENTITY calendar.publish.label "Publicar Eventos Selecionados...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.publish.label "Publicar Eventos Selecionados...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "Sobre o Calend&#xE1;rio">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.about.label "Sobre o Calend&#xE1;rio">
<!ENTITY calendar.about.accesskey "a">
<!ENTITY calendar.cut.label "Cortar">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.cut.label "Cortar">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Copiar">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.copy.label "Copiar">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.paste.label "Colar">
<!ENTITY calendar.paste.accesskey "p">
<!ENTITY calendar.paste.label "Colar">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "p">
<!ENTITY calendar.selectall.label "Selecionar Tudo">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.selectall.label "Selecionar Tudo">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.preferences.label "Prefer&#xEA;ncias...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY calendar.preferences.label "Prefer&#xEA;ncias...">
<!ENTITY calendar.preferences.accesskey "p">
<!ENTITY goMenu.label "Ir">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goMenu.label "Ir">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goTodayCmd.label "Ir Para Hoje">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goTodayCmd.label "Ir Para Hoje">
<!ENTITY goTodayCmd.accesskey "t">
<!ENTITY goDateCmd.label "Ir Para Data">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Ir Para Data">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Anterior">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goPreviousCmd.label "Anterior">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Pr&#xF3;ximo">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY goNextCmd.label "Pr&#xF3;ximo">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY taskMenu.label "Tarefas">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY taskMenu.label "Tarefas">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Ferramentas">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY toolsMenu.label "Ferramentas">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Console JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Navegador">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Navegador">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Correio">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Correio">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Caderno de Endere&#xE7;os">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Caderno de Endere&#xE7;os">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Gerenciador de Senhas">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Gerenciador de Senhas">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Upraviť" >
<!ENTITY calendar.menu.options.remove "Odstrániť" >
<!ENTITY calendar.menu.options.close "Zavrieť okno" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "Z" >
<!ENTITY calendar.main.tab.label "Udalosti" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,128 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Udalosť">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.menu.title "Udalosť">
<!ENTITY eventMenuCmd.accesskey "v">
<!ENTITY event.new.event "Nová udalosť…">
<!ENTITY event.new.event.accesskey "u">
<!ENTITY event.new.event "Nová udalosť…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "u">
<!ENTITY event.new.todo "Nová úloha…">
<!ENTITY event.new.todo.accesskey "a">
<!ENTITY event.new.todo "Nová úloha…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "a">
<!ENTITY calendar.new.server.label "Nový Kalendár Súbor…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nový Kalendár Súbor…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Otvoriť Kalendár Súbor…">
<!ENTITY calendar.open.file.label "Otvoriť Kalendár Súbor…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Upraviť…">
<!ENTITY event.edit.event.accesskey "r">
<!ENTITY event.edit.event "Upraviť…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "r">
<!ENTITY event.delete.event "Odstrániť vybranú udalosť(i)">
<!ENTITY event.delete.event.accesskey "V">
<!ENTITY event.delete.event "Odstrániť vybranú udalosť(i)">
<!ENTITY event.delete.event.accesskey "V">
<!ENTITY event.delete.tasks "Odstrániť vybranú úlohu(y)">
<!ENTITY event.delete.tasks.accesskey "b">
<!ENTITY event.delete.tasks "Odstrániť vybranú úlohu(y)">
<!ENTITY event.delete.tasks.accesskey "b">
<!ENTITY event.mail.event "Odoslať vybranú udalosť(i)…">
<!ENTITY event.mail.event.accesskey "O">
<!ENTITY event.mail.event "Odoslať vybranú udalosť(i)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "O">
<!ENTITY calendar.print.label "Tlačiť aktívny kalendár...">
<!ENTITY calendar.print.accesskey "T">
<!ENTITY calendar.print.label "Tlačiť aktívny kalendár...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "T">
<!ENTITY calendar.printpreview.label "Ukážka pred tlačou">
<!ENTITY calendar.printpreview.accesskey "U">
<!ENTITY calendar.printpreview.label "Ukážka pred tlačou">
<!ENTITY calendar.printpreview.accesskey "U">
<!ENTITY calendar.pagesetup.label "Nastavenie tlače...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.pagesetup.label "Nastavenie tlače...">
<!ENTITY calendar.pagesetup.accesskey "s">
<!ENTITY calendar.import.label "Import zo súboru...">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.import.label "Import zo súboru...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "I">
<!ENTITY calendar.wizard.label "Spustiť sprievodcu">
<!ENTITY calendar.wizard.accesskey "i">
<!ENTITY calendar.wizard.label "Spustiť sprievodcu">
<!ENTITY calendar.wizard.accesskey "i">
<!ENTITY calendar.export.label "Exportovať vybrané udalosti...">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.export.label "Exportovať vybrané udalosti...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "E">
<!ENTITY calendar.subscribe.label "Prijať vzdialený kalendár...">
<!ENTITY calendar.subscribe.accesskey "j">
<!ENTITY calendar.subscribe.label "Prijať vzdialený kalendár...">
<!ENTITY calendar.subscribe.accesskey "j">
<!ENTITY calendar.publish.label "Publikovať vybrané udalosti...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.publish.label "Publikovať vybrané udalosti...">
<!ENTITY calendar.publish.accesskey "b">
<!ENTITY calendar.about.label "O Kalendári">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.about.label "O Kalendári">
<!ENTITY calendar.about.accesskey "k">
<!ENTITY calendar.cut.label "Vystrihnúť">
<!ENTITY calendar.cut.accesskey "V">
<!ENTITY calendar.cut.label "Vystrihnúť">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "V">
<!ENTITY calendar.copy.label "Kopírovať">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.copy.label "Kopírovať">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.paste.label "Vložiť">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.paste.label "Vložiť">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "l">
<!ENTITY calendar.selectall.label "Vybrať všetko">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.selectall.label "Vybrať všetko">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.preferences.label "Predvoľby...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY calendar.preferences.label "Predvoľby...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY goMenu.label "Prejsť">
<!ENTITY goMenu.accesskey "r">
<!ENTITY goMenu.label "Prejsť">
<!ENTITY goMenu.accesskey "r">
<!ENTITY goTodayCmd.label "Prejsť na dnešný deň">
<!ENTITY goTodayCmd.accesskey "d">
<!ENTITY goTodayCmd.label "Prejsť na dnešný deň">
<!ENTITY goTodayCmd.accesskey "d">
<!ENTITY goDateCmd.label "Prejsť na dátum">
<!ENTITY goDateCmd.accesskey "t">
<!ENTITY goDateCmd.label "Prejsť na dátum">
<!ENTITY goDateCmd.accesskey "t">
<!ENTITY goPreviousCmd.label "Predchádzajúci">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goPreviousCmd.label "Predchádzajúci">
<!ENTITY goPreviousCmd.accesskey "p">
<!ENTITY goNextCmd.label "Nasledujúci">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY goNextCmd.label "Nasledujúci">
<!ENTITY goNextCmd.accesskey "n">
<!ENTITY taskMenu.label "Úlohy">
<!ENTITY taskMenu.accesskey "l">
<!ENTITY taskMenu.label "Úlohy">
<!ENTITY taskMenu.accesskey "l">
<!ENTITY toolsMenu.label "Nástroje">
<!ENTITY toolsMenu.accesskey "N">
<!ENTITY toolsMenu.label "Nástroje">
<!ENTITY toolsMenu.accesskey "N">
<!ENTITY javaScriptConsoleCmd.label "Konzola JavaScriptu">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Konzola JavaScriptu">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Prehliadač">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Prehliadač">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Pošta a diskusie">
<!ENTITY messengerCmd.accesskey "P">
<!ENTITY messengerCmd.label "Pošta a diskusie">
<!ENTITY messengerCmd.accesskey "P">
<!ENTITY addressBookCmd.label "Adresár">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Adresár">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Pomocník">
<!ENTITY helpMenu.accesskey "P">
<!ENTITY helpMenu.label "Pomocník">
<!ENTITY helpMenu.accesskey "P">
<!ENTITY walletPasswordManager.label "Manažér hesiel">
<!ENTITY walletPasswordManager.accesskey "M">
<!ENTITY walletPasswordManager.label "Manažér hesiel">
<!ENTITY walletPasswordManager.accesskey "M">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "Súbor">
<!ENTITY fileMenu.accesskey "S">
<!ENTITY fileMenu.label "Súbor">
<!ENTITY fileMenu.accesskey "S">
<!ENTITY editMenu.label "Upraviť">
<!ENTITY editMenu.accesskey "U">
<!ENTITY preferencesCmd.label "Nastavenia">
<!ENTITY preferencesCmd.accesskey "N">
<!ENTITY editMenu.label "Upraviť">
<!ENTITY editMenu.accesskey "U">
<!ENTITY preferencesCmd.label "Nastavenia">
<!ENTITY preferencesCmd.accesskey "N">
<!ENTITY viewMenu.label "Zobraziť">
<!ENTITY viewMenu.accesskey "Z">
<!ENTITY viewMenu.label "Zobraziť">
<!ENTITY viewMenu.accesskey "Z">
<!ENTITY releaseCmd.label "Zoznam verzií">
<!ENTITY releaseCmd.label "Zoznam verzií">
<!ENTITY releaseCmd.accesskey "V">
<!ENTITY aboutCmd.label "O &brandFullName;">
<!ENTITY aboutCmd.accesskey "O">
<!ENTITY releaseCmd.accesskey "V">
<!ENTITY aboutCmd.label "O &brandFullName;">
<!ENTITY aboutCmd.accesskey "O">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Spremeni">
<!ENTITY calendar.menu.options.remove "Izbriši">
<!ENTITY calendar.menu.options.close "Zapri okno">
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Dogodki">

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Menu dogodkov -->
<!ENTITY event.menu.title "Dogodek">
<!ENTITY eventMenuCmd.accesskey "k">
<!ENTITY event.menu.title "Dogodek">
<!ENTITY eventMenuCmd.accesskey "k">
<!ENTITY event.new.event "Nov dogodek…">
<!ENTITY event.new.event.accesskey "g">
<!ENTITY event.new.event "Nov dogodek…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "g">
<!ENTITY event.new.todo "Nov opravek…">
<!ENTITY event.new.todo.accesskey "o">
<!ENTITY event.new.todo "Nov opravek…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "o">
<!ENTITY calendar.new.server.label "Nov Datoteka Koledar…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nov Datoteka Koledar…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Odpri Datoteka Koledar…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY calendar.open.file.label "Odpri Datoteka Koledar…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Uredi…">
<!ENTITY event.edit.event.accesskey "d">
<!ENTITY event.edit.event "Uredi…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "d">
<!ENTITY event.delete.event "Izbriši izbrane dogodke">
<!ENTITY event.delete.event.accesskey "z">
<!ENTITY event.delete.event "Izbriši izbrane dogodke">
<!ENTITY event.delete.event.accesskey "z">
<!ENTITY event.delete.tasks "Izbriši izbrane opravke">
<!ENTITY event.delete.tasks.accesskey "v">
<!ENTITY event.delete.tasks "Izbriši izbrane opravke">
<!ENTITY event.delete.tasks.accesskey "v">
<!ENTITY event.mail.event "Pošlji izbrane dogodke po e-pošti…">
<!ENTITY event.mail.event.accesskey "t">
<!ENTITY event.mail.event "Pošlji izbrane dogodke po e-pošti…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "t">
<!ENTITY calendar.print.label "Natisni aktivne koledarje ...">
<!ENTITY calendar.print.accesskey "N">
<!ENTITY calendar.print.label "Natisni aktivne koledarje ...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "N">
<!ENTITY calendar.printpreview.label "Predogled tiskanja ...">
<!ENTITY calendar.printpreview.accesskey "d">
<!ENTITY calendar.printpreview.label "Predogled tiskanja ...">
<!ENTITY calendar.printpreview.accesskey "d">
<!ENTITY calendar.pagesetup.label "Priprava strani ...">
<!ENTITY calendar.pagesetup.accesskey "r">
<!ENTITY calendar.pagesetup.label "Priprava strani ...">
<!ENTITY calendar.pagesetup.accesskey "r">
<!ENTITY calendar.import.label "Uvozi iz datoteke ...">
<!ENTITY calendar.import.accesskey "U">
<!ENTITY calendar.import.label "Uvozi iz datoteke ...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "U">
<!ENTITY calendar.wizard.label "Poženi čarovnika">
<!ENTITY calendar.wizard.accesskey "Č">
<!ENTITY calendar.wizard.label "Poženi čarovnika">
<!ENTITY calendar.wizard.accesskey "Č">
<!ENTITY calendar.export.label "Izvozi izbrane dogodke ...">
<!ENTITY calendar.export.accesskey "I">
<!ENTITY calendar.export.label "Izvozi izbrane dogodke ...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "I">
<!ENTITY calendar.subscribe.label "Prijava na oddaljeni koledar ...">
<!ENTITY calendar.subscribe.accesskey "l">
<!ENTITY calendar.subscribe.label "Prijava na oddaljeni koledar ...">
<!ENTITY calendar.subscribe.accesskey "l">
<!ENTITY calendar.publish.label "Objavi izbrane dogodke ...">
<!ENTITY calendar.publish.accesskey "O">
<!ENTITY calendar.publish.label "Objavi izbrane dogodke ...">
<!ENTITY calendar.publish.accesskey "O">
<!ENTITY calendar.about.label "O Koledarju">
<!ENTITY calendar.about.accesskey "K">
<!ENTITY calendar.about.label "O Koledarju">
<!ENTITY calendar.about.accesskey "K">
<!ENTITY calendar.cut.label "Izreži">
<!ENTITY calendar.cut.accesskey "I">
<!ENTITY calendar.cut.label "Izreži">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "I">
<!ENTITY calendar.copy.label "Kopiraj">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.copy.label "Kopiraj">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "K">
<!ENTITY calendar.paste.label "Prilepi">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.paste.label "Prilepi">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "P">
<!ENTITY calendar.selectall.label "Izberi vse">
<!ENTITY calendar.selectall.accesskey "v">
<!ENTITY calendar.selectall.label "Izberi vse">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "v">
<!ENTITY calendar.preferences.label "Osebne nastavitve ...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY calendar.preferences.label "Osebne nastavitve ...">
<!ENTITY calendar.preferences.accesskey "e">
<!ENTITY goMenu.label "Pojdi">
<!ENTITY goMenu.accesskey "j">
<!ENTITY goMenu.label "Pojdi">
<!ENTITY goMenu.accesskey "j">
<!ENTITY goTodayCmd.label "Pojdi na današnji dan">
<!ENTITY goTodayCmd.accesskey "š">
<!ENTITY goTodayCmd.label "Pojdi na današnji dan">
<!ENTITY goTodayCmd.accesskey "š">
<!ENTITY goDateCmd.label "Pojdi na datum">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goDateCmd.label "Pojdi na datum">
<!ENTITY goDateCmd.accesskey "d">
<!ENTITY goPreviousCmd.label "Prejšnji">
<!ENTITY goPreviousCmd.accesskey "r">
<!ENTITY goPreviousCmd.label "Prejšnji">
<!ENTITY goPreviousCmd.accesskey "r">
<!ENTITY goNextCmd.label "Naslednji">
<!ENTITY goNextCmd.accesskey "s">
<!ENTITY goNextCmd.label "Naslednji">
<!ENTITY goNextCmd.accesskey "s">
<!ENTITY taskMenu.label "Opravila">
<!ENTITY taskMenu.accesskey "a">
<!ENTITY taskMenu.label "Opravila">
<!ENTITY taskMenu.accesskey "a">
<!ENTITY toolsMenu.label "Orodja">
<!ENTITY toolsMenu.accesskey "O">
<!ENTITY toolsMenu.label "Orodja">
<!ENTITY toolsMenu.accesskey "O">
<!ENTITY javaScriptConsoleCmd.label "Konzola JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "Konzola JavaScript">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Brskalnik">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Brskalnik">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Pošta">
<!ENTITY messengerCmd.accesskey "P">
<!ENTITY messengerCmd.label "Pošta">
<!ENTITY messengerCmd.accesskey "P">
<!ENTITY addressBookCmd.label "Adresar">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Adresar">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "P">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "P">
<!ENTITY walletPasswordManager.label "Upravljalec gesel">
<!ENTITY walletPasswordManager.accesskey "g">
<!ENTITY walletPasswordManager.label "Upravljalec gesel">
<!ENTITY walletPasswordManager.accesskey "g">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -285,6 +285,7 @@
<!ENTITY calendar.menu.options.modify "Redigera" >
<!ENTITY calendar.menu.options.remove "Radera" >
<!ENTITY calendar.menu.options.close "Stäng Fönster" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Händelser" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.com>
- Patrik Carlsson <patrik.carlsson@mail.com>
-
- Alternatively, the contents of this file may be used under the terms of
@ -38,127 +39,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Händelse">
<!ENTITY eventMenuCmd.accesskey "h">
<!ENTITY event.menu.title "Händelse">
<!ENTITY eventMenuCmd.accesskey "h">
<!ENTITY event.new.event "Ny Händelse…">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.event "Ny Händelse…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "n">
<!ENTITY event.new.todo "Ny Uppgift…">
<!ENTITY event.new.todo.accesskey "u">
<!ENTITY event.new.todo "Ny Uppgift…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "u">
<!ENTITY calendar.new.server.label "Ny Kalender Fil…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Ny Kalender Fil…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Oppna Kalender Fil…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY calendar.open.file.label "Oppna Kalender Fil…">
<!ENTITY calendar.open.file.accesskey "O">
<!ENTITY event.edit.event "Redigera…">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.edit.event "Redigera… ">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "e">
<!ENTITY event.delete.event "Radera Vald(a) Händelse(r)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.event "Radera Vald(a) Händelse(r)">
<!ENTITY event.delete.event.accesskey "d">
<!ENTITY event.delete.tasks "Radera Vald(a) Uppgifte(r)">
<!ENTITY event.delete.tasks.accesskey "r">
<!ENTITY event.delete.tasks "Radera Vald(a) Uppgifte(r)">
<!ENTITY event.delete.tasks.accesskey "r">
<!ENTITY event.mail.event "Maila Vald(a) Händelse(r)…">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY event.mail.event "Maila Vald(a) Händelse(r)…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Skriv Ut Aktiva Kalendrar...">
<!ENTITY calendar.print.accesskey "p">
<!ENTITY calendar.print.label "Skriv Ut Aktiva Kalendrar...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "p">
<!ENTITY calendar.printpreview.label "Förhandsgranskning">
<!ENTITY calendar.printpreview.accesskey "g">
<!ENTITY calendar.printpreview.label "Förhandsgranskning">
<!ENTITY calendar.printpreview.accesskey "g">
<!ENTITY calendar.pagesetup.label "Utskriftsformat...">
<!ENTITY calendar.pagesetup.accesskey "f">
<!ENTITY calendar.pagesetup.label "Utskriftsformat...">
<!ENTITY calendar.pagesetup.accesskey "f">
<!ENTITY calendar.import.label "Importera Från Fil...">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.import.label "Importera Från Fil...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.wizard.label "Kör Snabbskapare">
<!ENTITY calendar.wizard.accesskey "s">
<!ENTITY calendar.wizard.label "Kör Snabbskapare">
<!ENTITY calendar.wizard.accesskey "s">
<!ENTITY calendar.export.label "Exportera Valda Händelser...">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.export.label "Exportera Valda Händelser...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Prenumerera På Länkad Kalender...">
<!ENTITY calendar.subscribe.accesskey "p">
<!ENTITY calendar.subscribe.label "Prenumerera På Länkad Kalender...">
<!ENTITY calendar.subscribe.accesskey "p">
<!ENTITY calendar.publish.label "Publicera Valda Händelser...">
<!ENTITY calendar.publish.accesskey "u">
<!ENTITY calendar.publish.label "Publicera Valda Händelser...">
<!ENTITY calendar.publish.accesskey "u">
<!ENTITY calendar.about.label "Om Calendar">
<!ENTITY calendar.about.accesskey "o">
<!ENTITY calendar.about.label "Om Calendar">
<!ENTITY calendar.about.accesskey "o">
<!ENTITY calendar.cut.label "Klipp">
<!ENTITY calendar.cut.accesskey "x">
<!ENTITY calendar.cut.label "Klipp">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "x">
<!ENTITY calendar.copy.label "Kopiera">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.copy.label "Kopiera">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "c">
<!ENTITY calendar.paste.label "Klistra">
<!ENTITY calendar.paste.accesskey "v">
<!ENTITY calendar.paste.label "Klistra">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "v">
<!ENTITY calendar.selectall.label "Välj Allt">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.selectall.label "Välj Allt">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "a">
<!ENTITY calendar.preferences.label "Inställningar...">
<!ENTITY calendar.preferences.accesskey "i">
<!ENTITY calendar.preferences.label "Inställningar...">
<!ENTITY calendar.preferences.accesskey "i">
<!ENTITY goMenu.label "Gå">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goMenu.label "Gå">
<!ENTITY goMenu.accesskey "g">
<!ENTITY goTodayCmd.label "Idag">
<!ENTITY goTodayCmd.accesskey "i">
<!ENTITY goTodayCmd.label "Idag">
<!ENTITY goTodayCmd.accesskey "i">
<!ENTITY goDateCmd.label "Gå Till Datum">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goDateCmd.label "Gå Till Datum">
<!ENTITY goDateCmd.accesskey "D">
<!ENTITY goPreviousCmd.label "Föregående">
<!ENTITY goPreviousCmd.accesskey "ö">
<!ENTITY goPreviousCmd.label "Föregående">
<!ENTITY goPreviousCmd.accesskey "ö">
<!ENTITY goNextCmd.label "Nästa">
<!ENTITY goNextCmd.accesskey "ä">
<!ENTITY goNextCmd.label "Nästa">
<!ENTITY goNextCmd.accesskey "ä">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "o">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -284,6 +284,7 @@
<!ENTITY calendar.menu.options.modify "Wobdźěłać" >
<!ENTITY calendar.menu.options.remove "Wotstronić" >
<!ENTITY calendar.menu.options.close "Woknješko začinić" >
<!ENTITY calendar.menu.options.close.key "W">
<!ENTITY calendar.menu.options.close.accesskey "C" >
<!ENTITY calendar.main.tab.label "Podawki" >

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

@ -21,6 +21,7 @@
- Contributor(s): Garth Smedley <garths@oeone.com>
- Mike Potter <mikep@oeone.com>
- Chris Charabaruk <coldacid@meldstar.com>
- Matthew Willis <mattwillis@gmail.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
@ -37,127 +38,146 @@
- ***** END LICENSE BLOCK ***** -->
<!-- Event Menu -->
<!ENTITY event.menu.title "Podawk" >
<!ENTITY eventMenuCmd.accesskey "P" >
<!ENTITY event.menu.title "Podawk">
<!ENTITY eventMenuCmd.accesskey "P">
<!ENTITY event.new.event "Nowy podawk…" >
<!ENTITY event.new.event.accesskey "o" >
<!ENTITY event.new.event "Nowy podawk…">
<!ENTITY event.new.event.key "N">
<!ENTITY event.new.event.accesskey "o">
<!ENTITY event.new.todo "Nowy nadawk…" >
<!ENTITY event.new.todo.accesskey "a" >
<!ENTITY event.new.todo "Nowy nadawk…">
<!ENTITY event.new.todo.key "T">
<!ENTITY event.new.todo.accesskey "a">
<!ENTITY calendar.new.server.label "Nowa protyka dataju…">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.new.server.label "Nowa protyka dataju…">
<!ENTITY calendar.new.server.key "L">
<!ENTITY calendar.new.server.accesskey "l">
<!ENTITY calendar.open.file.label "Wočinić protyka dataju…">
<!ENTITY calendar.open.file.accesskey "o">
<!ENTITY calendar.open.file.label "Wočinić protyka dataju…">
<!ENTITY calendar.open.file.accesskey "o">
<!ENTITY event.edit.event "Wobdźěłać…" >
<!ENTITY event.edit.event.accesskey "b" >
<!ENTITY event.edit.event "Wobdźěłać…">
<!ENTITY event.edit.event.key "E">
<!ENTITY event.edit.event.accesskey "b">
<!ENTITY event.delete.event "Wotstronić" >
<!ENTITY event.delete.event.accesskey "s" >
<!ENTITY event.delete.event "Wotstronić">
<!ENTITY event.delete.event.accesskey "s">
<!ENTITY event.delete.tasks "Wubrany(e) nadawk(i) wotstronić">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.delete.tasks "Wubrany(e) nadawk(i) wotstronić">
<!ENTITY event.delete.tasks.accesskey "t">
<!ENTITY event.mail.event "Wubrany(e) podawk(i) emailować…" >
<!ENTITY event.mail.event.accesskey "m" >
<!ENTITY event.mail.event "Wubrany(e) podawk(i) emailować…">
<!ENTITY event.mail.event.key "M">
<!ENTITY event.mail.event.accesskey "m">
<!ENTITY calendar.print.label "Podawki ćišćeć..." >
<!ENTITY calendar.print.accesskey "i" >
<!ENTITY calendar.print.label "Podawki ćišćeć...">
<!ENTITY calendar.print.key "P">
<!ENTITY calendar.print.accesskey "i">
<!ENTITY calendar.printpreview.label "Ćišćenska přehlada" >
<!ENTITY calendar.printpreview.accesskey "h" >
<!ENTITY calendar.printpreview.label "Ćišćenska přehlada">
<!ENTITY calendar.printpreview.accesskey "h">
<!ENTITY calendar.pagesetup.label "Stronu připrawić..." >
<!ENTITY calendar.pagesetup.accesskey "u" >
<!ENTITY calendar.pagesetup.label "Stronu připrawić...">
<!ENTITY calendar.pagesetup.accesskey "u">
<!ENTITY calendar.import.label "Z dataje importować..." >
<!ENTITY calendar.import.accesskey "i" >
<!ENTITY calendar.import.label "Z dataje importować...">
<!ENTITY calendar.import.key "I">
<!ENTITY calendar.import.accesskey "i">
<!ENTITY calendar.wizard.label "Asistent startować">
<!ENTITY calendar.wizard.accesskey "A">
<!ENTITY calendar.wizard.label "Asistent startować...">
<!ENTITY calendar.wizard.accesskey "A">
<!ENTITY calendar.export.label "Podawki eksportować..." >
<!ENTITY calendar.export.accesskey "e" >
<!ENTITY calendar.export.label "Podawki eksportować...">
<!ENTITY calendar.export.key "O">
<!ENTITY calendar.export.accesskey "e">
<!ENTITY calendar.subscribe.label "Nazdalnu protyku abonować..." >
<!ENTITY calendar.subscribe.accesskey "z" >
<!ENTITY calendar.subscribe.label "Nazdalnu protyku abonować...">
<!ENTITY calendar.subscribe.accesskey "z">
<!ENTITY calendar.publish.label "Podawki publikować..." >
<!ENTITY calendar.publish.accesskey "p" >
<!ENTITY calendar.publish.label "Podawki publikować...">
<!ENTITY calendar.publish.accesskey "p">
<!ENTITY calendar.about.label "Wo Protyce" >
<!ENTITY calendar.about.accesskey "C" >
<!ENTITY calendar.about.label "Wo Protyce">
<!ENTITY calendar.about.accesskey "C">
<!ENTITY calendar.cut.label "Wutřihać" >
<!ENTITY calendar.cut.accesskey "t" >
<!ENTITY calendar.cut.label "Wutřihać">
<!ENTITY calendar.cut.key "X">
<!ENTITY calendar.cut.accesskey "t">
<!ENTITY calendar.copy.label "Kopěrować" >
<!ENTITY calendar.copy.accesskey "k" >
<!ENTITY calendar.copy.label "Kopěrować">
<!ENTITY calendar.copy.key "C">
<!ENTITY calendar.copy.accesskey "k">
<!ENTITY calendar.paste.label "Zasunyć" >
<!ENTITY calendar.paste.accesskey "Z" >
<!ENTITY calendar.paste.label "Zasunyć">
<!ENTITY calendar.paste.key "V">
<!ENTITY calendar.paste.accesskey "Z">
<!ENTITY calendar.selectall.label "Wšo wubrać" >
<!ENTITY calendar.selectall.accesskey "w" >
<!ENTITY calendar.selectall.label "Wšo wubrać">
<!ENTITY calendar.selectall.key "A">
<!ENTITY calendar.selectall.accesskey "w">
<!ENTITY calendar.preferences.label "Nastajenja..." >
<!ENTITY calendar.preferences.accesskey "N" >
<!ENTITY calendar.preferences.label "Nastajenja...">
<!ENTITY calendar.preferences.accesskey "N">
<!ENTITY goMenu.label "Dźi" >
<!ENTITY goMenu.accesskey "D" >
<!ENTITY goMenu.label "Dźi">
<!ENTITY goMenu.accesskey "D">
<!ENTITY goTodayCmd.label "Dźi k dźensnišemu" >
<!ENTITY goTodayCmd.accesskey "d" >
<!ENTITY goTodayCmd.label "Dźi k dźensnišemu">
<!ENTITY goTodayCmd.accesskey "d">
<!ENTITY goDateCmd.label "Dźi k datumje">
<!ENTITY goDateCmd.accesskey "t">
<!ENTITY goDateCmd.label "Dźi k datumje">
<!ENTITY goDateCmd.accesskey "t">
<!ENTITY goPreviousCmd.label "Předchadny" >
<!ENTITY goPreviousCmd.accesskey "c" >
<!ENTITY goPreviousCmd.label "Předchadny">
<!ENTITY goPreviousCmd.accesskey "c">
<!ENTITY goNextCmd.label "Přichodny" >
<!ENTITY goNextCmd.accesskey "h" >
<!ENTITY goNextCmd.label "Přichodny">
<!ENTITY goNextCmd.accesskey "h">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY taskMenu.label "Tasks">
<!ENTITY taskMenu.accesskey "k">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY toolsMenu.label "Tools">
<!ENTITY toolsMenu.accesskey "T">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY javaScriptConsoleCmd.label "JavaScript Console">
<!ENTITY javaScriptConsoleCmd.accesskey "S">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY navigatorCmd.label "Browser">
<!ENTITY navigatorCmd.accesskey "B">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY messengerCmd.label "Mail">
<!ENTITY messengerCmd.accesskey "M">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY addressBookCmd.label "Address Book">
<!ENTITY addressBookCmd.accesskey "A">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY helpMenu.label "Help">
<!ENTITY helpMenu.accesskey "H">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!ENTITY walletPasswordManager.label "Password Manager">
<!ENTITY walletPasswordManager.accesskey "p">
<!-- Toolbar items -->
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY fileMenu.label "File">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!ENTITY releaseCmd.label "Release Notes">
<!ENTITY releaseCmd.accesskey "R">
<!ENTITY aboutCmd.label "About &brandFullName;">
<!ENTITY aboutCmd.accesskey "A">
<!-- Mac OS X "Window" menu items -->
<!ENTITY windowMenu.label "Window">
<!ENTITY minimizeWindow.label "Minimize">
<!ENTITY zoomWindow.label "Zoom">
<!ENTITY minimizeWindow.key "M">
<!ENTITY bringAllToFront.label "Bring All to Front">

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

@ -0,0 +1,52 @@
# ***** 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>
# Colin Phillips <colinp@oeone.com>
# Chris Charabaruk <coldacid@djfly.org>
# Karl Guertin <grayrest@grayrest.com>
# Dan Parent <danp@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 *****
<!-- DTD File with all strings specific to the calendar -->
<!DOCTYPE window
[
<!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd" > %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" > %dtd2;
<!ENTITY % calendarMenuOverlayDTD SYSTEM "chrome://calendar/locale/menuOverlay.dtd" > %calendarMenuOverlayDTD;
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > %brandDTD;
<!ENTITY % globalRegionDTD SYSTEM "chrome://global-region/locale/region.dtd"> %globalRegionDTD;
]>

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

@ -0,0 +1,342 @@
# ***** 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>
# Colin Phillips <colinp@oeone.com>
# Chris Charabaruk <coldacid@djfly.org>
# Karl Guertin <grayrest@grayrest.com>
# Dan Parent <danp@oeone.com>
# ArentJan Banck <ajbanck@planet.nl>
# Eric Belhaire <belhaire@ief.u-psud.fr>
# Matthew Willis <mattwillis@gmail.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 *****
<menubar id="main-menubar" style="border:0px;padding:0px;margin:0px;-moz-appearance:none">
<menu id="menu_File"
label="&fileMenu.label;"
accesskey="&fileMenu.accesskey;">
<menupopup id="menu_FilePopup">
<!-- create new event or task (top of 1st menu, for new users) -->
<menuitem id="calendar-new-event-menu"
key="new_event_key"
label="&event.new.event;"
accesskey="&event.new.event.accesskey;"
observes="new_command"/>
<menuitem id="calendar-new-todo-menu"
key="new_todo_key"
label="&event.new.todo;"
accesskey="&event.new.todo.accesskey;"
observes="new_todo_command"/>
<menuitem id="unifinder-modify-menu"
key="modify_event_key"
label="&event.edit.event;"
accesskey="&event.edit.event.accesskey;"
observes="modify_command"/>
<menuseparator/>
<!-- files -->
<menuitem id="calendar-new-calendar-menu"
key="new_calendar_key"
label="&calendar.new.server.label;"
accesskey="&calendar.new.server.accesskey;"
observes="new_local_calendar_command"/>
<menuitem id="calendar-open-calendar-menu"
key="open_calendar_key"
label="&calendar.open.file.label;"
accesskey="&calendar.open.file.accesskey;"
observes="open_local_calendar_command"/>
<menuitem id="calendar-addserver-menu"
label="&calendar.subscribe.label;"
accesskey="&calendar.subscribe.accesskey;"
observes="new_server_command"/>
<menuseparator/>
<!-- import: pulling data into existing files -->
<menuitem id="calendar-import-menu"
key="import_key"
label="&calendar.import.label;"
accesskey="&calendar.import.accesskey;"
observes="import_command"/>
<menuseparator/>
<!-- export: getting data out of existing files -->
<menuitem id="calendar-export-menu"
key="export_key"
label="&calendar.export.label;"
accesskey="&calendar.export.accesskey;"
observes="export_command"/>
<menuitem id="calendar-mail-event"
key="send_event_key"
label="&event.mail.event;"
accesskey="&event.mail.event.accesskey;"
observes="send_event_command"/>
<menuitem id="calendar-publish-menu"
label="&calendar.publish.label;"
accesskey="&calendar.publish.accesskey;"
observes="publish_events_command"/>
<menuitem id="calendar-print-menu"
key="print_key"
label="&calendar.print.label;"
accesskey="&calendar.print.accesskey;"
observes="print_command"/>
<menuseparator id="calendar-print-sep"/>
<!-- window/Application -->
<menuitem id="calendar-close"
key="key_close"
label="&calendar.menu.options.close;"
accesskey="&calendar.menu.options.close.accesskey;"
observes="close_calendar_command"/>
</menupopup>
</menu>
<menu id="menu_Edit"
label="&editMenu.label;"
accesskey="&editMenu.accesskey;">
<menupopup id="mppEdit">
<menuitem id="calendar-cut-menu"
key="key_cut"
label="&calendar.cut.label;"
accesskey="&calendar.cut.accesskey;"
observes="cut_command" />
<menuitem id="calendar-copy-menu"
key="key_copy"
label="&calendar.copy.label;"
accesskey="&calendar.copy.accesskey;"
observes="copy_command" />
<menuitem id="calendar-paste-menu"
key="key_paste"
label="&calendar.paste.label;"
accesskey="&calendar.paste.accesskey;"
observes="paste_command"/>
<menuitem id="unifinder-remove-menu"
key="delete_key"
label="&event.delete.event;"
accesskey="&event.delete.event.accesskey;"
observes="delete_command" />
<menuitem id="unifinder-remove-menu"
label="&event.delete.tasks;"
accesskey="&event.delete.tasks.accesskey;"
observes="delete_todo_command" />
<menuseparator/>
<menuitem id="calendar-selectall-menu"
key="key_selectAll"
label="&calendar.selectall.label;"
accesskey="&calendar.selectall.accesskey;"
observes="select_all_command"/>
</menupopup>
</menu>
<menu id="menu_View"
label="&viewMenu.label;"
accesskey="&viewMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-view-menu-day"
key="view_day_key"
label="&calendar.flat.topbar.dayview;"
accesskey="&calendar.dayview.accesskey;"
observes="day_view_command"/>
<menuitem id="calendar-view-menu-week"
key="view_week_key"
label="&calendar.flat.topbar.weekview;"
accesskey="&calendar.weekview.accesskey;"
observes="week_view_command"/>
<menuitem id="calendar-view-menu-multiweek"
key="view_multiweek_key"
label="&calendar.flat.topbar.multiweekview;"
accesskey="&calendar.multiweekview.accesskey;"
observes="multiweek_view_command"/>
<menuitem id="calendar-view-menu-month"
key="view_month_key"
label="&calendar.flat.topbar.monthview;"
accesskey="&calendar.monthview.accesskey;"
observes="month_view_command"/>
<menuseparator/>
<menuitem id="only-workday-checkbox-1"
type="checkbox"
label="&calendar.onlyworkday.checkbox.label;"
accesskey="&calendar.onlyworkday.checkbox.accesskey;"
oncommand="changeOnlyWorkdayCheckbox(1);"
persist="checked"
disabled="true"/>
<menuitem id="display-todo-inview-checkbox-1"
type="checkbox"
label="&calendar.displaytodos.checkbox.label;"
accesskey="&calendar.displaytodos.checkbox.accesskey;"
oncommand="changeDisplayToDoInViewCheckbox(1);"
persist="checked"
disabled="true"/>
<menu label="&calendar.menu.numberofweeks.label;"
oncommand="gCalendarWindow.currentView.changeNumberOfWeeks(event.target)"
id="menu-numberofweeks-inview"
disabled="true">
<menupopup>
<menuitem type="radio"
value="1"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.1;"/>
<menuitem type="radio"
value="2"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.2;"/>
<menuitem type="radio"
value="3"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.3;"/>
<menuitem type="radio"
value="4"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.4;"/>
<menuitem type="radio"
value="5"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.5;"/>
<menuitem type="radio"
value="6"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.6;"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem id="calendar-view-menu-customize"
command="cmd_CustomizeToolbars"
label="&calendar.menu.customize.label;"
accesskey="&calendar.menu.customize.accesskey;"/>
</menupopup>
</menu>
<menu id="menu_Go"
label="&goMenu.label;"
accesskey="&goMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-go-menu-today"
key="go_to_today_key"
label="&goTodayCmd.label;"
accesskey="&goTodayCmd.accesskey;"
observes="go_today_command"/>
<menuitem id="calendar-go-menu-date"
key="go_to_date_key"
label="&goDateCmd.label;"
accesskey="&goDateCmd.accesskey;"
observes="go_date_command"/>
<menuitem id="calendar-go-menu-previous"
key="go_backward_key"
label="&goPreviousCmd.label;"
accesskey="&goPreviousCmd.accesskey;"
observes="previous_command"/>
<menuitem id="calendar-go-menu-next"
key="go_forward_key"
label="&goNextCmd.label;"
accesskey="&goNextCmd.accesskey;"
observes="next_command"/>
</menupopup>
</menu>
<menu id="menu_Tools"
label="&toolsMenu.label;"
accesskey="&toolsMenu.accesskey;">
<menupopup id="toolsPopup">
<menuitem id="calendar-wizard-menu"
label="&calendar.wizard.label;"
accesskey="&calendar.wizard.accesskey;"
observes="wizard_command"/>
<menuseparator/>
<menuitem id="javascriptConsole"
label="&javaScriptConsoleCmd.label;"
accesskey="&javaScriptConsoleCmd.accesskey;"
oncommand="toJavaScriptConsole();"/>
<!-- The ids of the following menuseparator and menuitem must remain as they are to be
- automatically hidden on Mac OS X - See mozilla/widget/src/mac/nsMenuBarX.cpp -->
<menuseparator id="menu_PrefsSeparator"/>
<menuitem id="menu_preferences"
label="&preferencesCmd.label;"
accesskey="&preferencesCmd.accesskey;"
oncommand="openPreferences();"/>
</menupopup>
</menu>
#ifdef XP_MACOSX
<!-- Mac OS X only "Window" menu -->
<menu id="windowMenu"
label="&windowMenu.label;"
datasources="rdf:window-mediator"
ref="NC:WindowMediatorRoot"
onpopupshown="checkFocusedWindow();">
<template>
<rule>
<menupopup>
<menuitem uri="rdf:*"
label="rdf:http://home.netscape.com/NC-rdf#Name"
type="radio"
name="windowList"
oncommand="ShowWindowFromResource(event.target)"/>
</menupopup>
</rule>
</template>
<menupopup id="windowPopup">
<menuitem id="minimizeWindow"
key="key_minimizeWindow"
label="&minimizeWindow.label;"
command="minimizeWindowCmd"/>
<menuitem id="zoomWindow"
label="&zoomWindow.label;"
command="zoomWindowCmd"/>
<menuseparator/>
<menuitem id="bringAllToFront"
label="&bringAllToFront.label;"
command="bringAllToFront"
disabled="true"/>
<menuseparator id="sep-window-list"/>
</menupopup>
</menu>
#endif
<menu id="menu_Help"
label="&helpMenu.label;"
accesskey="&helpMenu.accesskey;">
<menupopup id="menu_HelpPopup">
<menuitem accesskey="&releaseCmd.accesskey;"
label="&releaseCmd.label;"
oncommand="openTopWin('&releaseURL;');"
disabled="true"/>
<menuseparator id="menu_HelpAboutSeparator"/>
<menuitem id="aboutName"
label="&aboutCmd.label;"
accesskey="&aboutCmd.accesskey;"
oncommand="openAboutDialog();"/>
</menupopup>
</menu>
</menubar>

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

@ -0,0 +1,94 @@
# ***** 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>
# Colin Phillips <colinp@oeone.com>
# Chris Charabaruk <coldacid@djfly.org>
# Karl Guertin <grayrest@grayrest.com>
# Dan Parent <danp@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 *****
<script type="application/x-javascript">
var confirmDeleteEvent = "&calendar.confirm.deleteevent;";
var confirmDeleteUntitledEvent = "&calendar.confirm.deleteuntitledevent;";
var defaultCalendarFileName = "&calendar.file.default.name;";
</script>
<script type="application/x-javascript" src="chrome://calendar/content/jslib/jslib.js"/>
#ifdef XP_MACOSX
<!-- Needed for Mac OS X "Window" menu -->
<script type="application/x-javascript" src="chrome://calendar/content/hiddenWindow.js"/>
#endif
<!-- NEEDED FOR DRAG AND DROP SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/dragDrop.js"/>
<!-- NEEDED FOR MULTIPLE CALENDAR SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarManager.js"/>
<!-- NEEDED FOR CLIPBOARD SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/clipboard.js"/>
<!-- NEEDED FOR IMPORT / EXPORT SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/importExport.js"/>
<!-- NEEDED FOR MAIL SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarMail.js"/>
<!-- NEEDED FOR PUBLICATION SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/publish.js"/>
<!-- NEEDED FOR DATE UTILS -->
<script type="application/x-javascript" src="chrome://calendar/content/dateUtils.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendar.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarEvent.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarSelection.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarWindow.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/mouseoverPreviews.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/unifinder.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/unifinderToDo.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/pref/rootCalendarPref.js"/>
<!-- <script type="application/x-javascript" src="chrome://calendar/content/email.js"/>-->
<!-- NEEDED ALARMS ERIC -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarOverlay.js"/>
<!-- NEEDED FOR APPLICATION SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/applicationUtil.js"/>
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>

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

@ -0,0 +1,149 @@
# ***** 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>
# Colin Phillips <colinp@oeone.com>
# Chris Charabaruk <coldacid@djfly.org>
# Karl Guertin <grayrest@grayrest.com>
# Dan Parent <danp@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 *****
<broadcasterset id="calendar_broadcasters">
<broadcaster id="is_editable" hidden="false"/>
</broadcasterset>
<commandset id="calendar_commands">
<command id="new_command" oncommand="newEventCommand( event )"/>
<command id="delete_command" oncommand="deleteEventCommand( )" disabled="true" disabledwhennoeventsselected="true"/>
<command id="delete_command_no_confirm" oncommand="deleteEventCommand( true )" disabled="true" disabledwhennoeventsselected="true"/>
<command id="modify_command" oncommand="editEventCommand()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="send_event_command" oncommand="sendEvent()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="print_command" oncommand="print()"/>
<command id="cut_command" oncommand="cutToClipboard()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="copy_command" oncommand="copyToClipboard()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="paste_command" oncommand="pasteFromClipboard()"/>
<command id="select_all_command" oncommand="selectAllEvents()"/>
<command id="new_todo_command" oncommand="newToDoCommand()"/>
<command id="modify_todo_command" oncommand="modifyToDoCommand( event )"/>
<command id="delete_todo_command" oncommand="deleteToDoCommand()" disabled="true"/>
<command id="new_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchNewCalendarFileDialog()"/>
<command id="open_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchOpenCalendarFileDialog()"/>
<command id="edit_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchEditCalendarDialog()"/>
<command id="new_server_command" oncommand="gCalendarWindow.calendarManager.launchAddRemoteCalendarDialog()"/>
<command id="edit_server_command" oncommand="gCalendarWindow.calendarManager.launchEditRemoteCalendarDialog()"/>
<command id="delete_server_command" oncommand="deleteCalendar()"/>
<command id="find_new_calendar_command" oncommand="goFindNewCalendars()"/>
<command id="next_command" oncommand="gCalendarWindow.currentView.goToNext()"/>
<command id="previous_command" oncommand="gCalendarWindow.currentView.goToPrevious()"/>
<command id="go_today_command" oncommand="gCalendarWindow.goToToday()"/>
<command id="go_date_command" oncommand="gCalendarWindow.pickAndGoToDate()"/>
<command id="day_view_command" oncommand="gCalendarWindow.switchToDayView()" disabled="true"/>
<command id="week_view_command" oncommand="gCalendarWindow.switchToWeekView()" disabled="true"/>
<command id="month_view_command" oncommand="gCalendarWindow.switchToMonthView()" disabled="true"/>
<command id="multiweek_view_command" oncommand="gCalendarWindow.switchToMultiweekView()" disabled="false"/>
<command id="import_command" oncommand="startImport()"/>
<command id="export_command" oncommand="saveEventsToFile()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="refresh_remote_calendars" oncommand="gCalendarWindow.calendarManager.refreshAllRemoteCalendars()"/>
<command id="publish_calendar" oncommand="publishEntireCalendar()"/>
<command id="publish_events_command" oncommand="publishCalendarData()" disabled="true" disabledwhennoeventsselected="true"/>
<!-- <command id="change_display_todo_in_view" oncommand="" checked="true"/> -->
<command id="close_calendar_command" oncommand="closeCalendar()"/>
<command id="wizard_command" oncommand="launchWizard()" collapsed="true"/>
<command id="cmd_CustomizeToolbars" oncommand="CalendarCustomizeToolbar()"/>
#ifdef XP_MACOSX
<command id="minimizeWindowCmd" oncommand="window.minimize();"/>
<command id="zoomWindowCmd" oncommand="zoomWindow();"/>
#endif
</commandset>
<keyset>
<key id="new_event_key" key="&event.new.event.key;" observes="new_command" modifiers="accel"/>
<key id="new_todo_key" key="&event.new.todo.key;" observes="new_todo_command" modifiers="accel"/>
<key id="new_calendar_key" key="&calendar.new.server.key;" observes="new_local_calendar_command" modifiers="accel"/>
<key id="modify_event_key" key="&event.edit.event.key;" observes="modify_command" modifiers="accel"/>
<key id="key_close" key="&calendar.menu.options.close.key;" observes="close_calendar_command" modifiers="accel"/>
#ifdef XP_MACOSX
<key id="send_event_key" key="&event.mail.event.key;" observes="send_event_command" modifiers="shift, accel"/>
#else
<key id="send_event_key" key="&event.mail.event.key;" observes="send_event_command" modifiers="accel"/>
#endif
<key id="print_key" key="&calendar.print.key;" observes="print_command" modifiers="accel"/>
<key id="key_cut" key="&calendar.cut.key;" observes="cut_command" modifiers="accel"/>
<key id="key_copy" key="&calendar.copy.key;" observes="copy_command" modifiers="accel"/>
<key id="key_paste" key="&calendar.paste.key;" observes="paste_command" modifiers="accel"/>
<key id="delete_key" keycode="VK_DELETE" observes="delete_command_no_confirm"/>
<key id="key_selectAll" key="&calendar.selectall.key;" observes="select_all_command" modifiers="accel"/>
<key id="view_day_key" keycode="VK_F1" observes="day_view_command"/>
<key id="view_week_key" keycode="VK_F2" observes="week_view_command"/>
<key id="view_multiweek_key" keycode="VK_F3" observes="multiweek_view_command"/>
<key id="view_month_key" keycode="VK_F4" observes="month_view_command"/>
<key id="go_to_today_key" keycode="VK_DOWN" observes="go_today_command" modifiers="accel"/>
<key id="go_to_date_key" keycode="VK_UP" observes="go_date_command" modifiers="accel"/>
<key id="go_backward_key" keycode="VK_PAGE_UP" observes="previous_command"/>
<key id="go_forward_key" keycode="VK_PAGE_DOWN" observes="next_command"/>
<key id="import_key" key="&calendar.import.key;" observes="import_command" modifiers="accel"/>
<key id="export_key" key="&calendar.export.key;" observes="export_command" modifiers="accel"/>
#ifdef XP_MACOSX
<key id="key_minimizeWindow" key="&minimizeWindow.key;" command="minimizeWindow" modifiers="accel"/>
#endif
</keyset>
<keyset id="tasksKeys"/>
<!-- STRING BUNDLE for calendar properties -->
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_calendar" src="chrome://calendar/locale/calendar.properties"/>
<stringbundle id="bundle_calendar_email" src="chrome://calendar/locale/email.properties"/>
</stringbundleset>
<script type="application/x-javascript">
var gCalendarBundle = document.getElementById("bundle_calendar");
var gCalendarEmailBundle = document.getElementById("bundle_calendar_email");
</script>

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

@ -50,24 +50,15 @@
<!-- Overlays -->
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://calendar/content/menuOverlay.xul"?>
<?xul-overlay href="chrome://calendar/content/dayView.xul"?>
<?xul-overlay href="chrome://calendar/content/weekView.xul"?>
<?xul-overlay href="chrome://calendar/content/monthView.xul"?>
<?xul-overlay href="chrome://calendar/content/multiweekView.xul"?>
<!-- DTDs -->
<!-- DTD File with all strings specific to the calendar -->
<!DOCTYPE window
[
<!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd" > %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" > %dtd2;
<!ENTITY % calendarMenuOverlayDTD SYSTEM "chrome://calendar/locale/menuOverlay.dtd" > %calendarMenuOverlayDTD;
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > %brandDTD;
]>
<!-- All DTD information is stored in a separate file so that it can be shared by
hiddenWindow.xul. -->
#include calendar-doctype.inc
<!-- The Window -->
@ -81,149 +72,14 @@
persist="screenX screenY width height sizemode"
height="550"
width="710">
<broadcasterset id="calendar_broadcasters">
<broadcaster id="is_editable" hidden="false"/>
</broadcasterset>
<commandset id="calendar_commands">
<command id="new_command" oncommand="newEventCommand( event )"/>
<command id="delete_command" oncommand="deleteEventCommand( )" disabled="true" disabledwhennoeventsselected="true"/>
<command id="delete_command_no_confirm" oncommand="deleteEventCommand( true )" disabled="true" disabledwhennoeventsselected="true"/>
<command id="modify_command" oncommand="editEventCommand()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="send_event_command" oncommand="sendEvent()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="print_command" oncommand="print()"/>
<command id="cut_command" oncommand="cutToClipboard()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="copy_command" oncommand="copyToClipboard()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="paste_command" oncommand="pasteFromClipboard()"/>
<command id="select_all_command" oncommand="selectAllEvents()"/>
<command id="new_todo_command" oncommand="newToDoCommand()"/>
<command id="modify_todo_command" oncommand="modifyToDoCommand( event )"/>
<command id="delete_todo_command" oncommand="deleteToDoCommand()" disabled="true"/>
<!-- All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go
into the calendar-sets.inc file for sharing with hiddenWindow.xul. -->
#include calendar-sets.inc
<command id="new_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchNewCalendarFileDialog()"/>
<command id="open_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchOpenCalendarFileDialog()"/>
<command id="edit_local_calendar_command" oncommand="gCalendarWindow.calendarManager.launchEditCalendarDialog()"/>
<command id="new_server_command" oncommand="gCalendarWindow.calendarManager.launchAddRemoteCalendarDialog()"/>
<command id="edit_server_command" oncommand="gCalendarWindow.calendarManager.launchEditRemoteCalendarDialog()"/>
<command id="delete_server_command" oncommand="deleteCalendar()"/>
<command id="find_new_calendar_command" oncommand="goFindNewCalendars()"/>
<command id="next_command" oncommand="gCalendarWindow.currentView.goToNext()"/>
<command id="previous_command" oncommand="gCalendarWindow.currentView.goToPrevious()"/>
<command id="go_today_command" oncommand="gCalendarWindow.goToToday()"/>
<command id="go_date_command" oncommand="gCalendarWindow.pickAndGoToDate()"/>
<command id="day_view_command" oncommand="gCalendarWindow.switchToDayView()" disabled="true"/>
<command id="week_view_command" oncommand="gCalendarWindow.switchToWeekView()" disabled="true"/>
<command id="month_view_command" oncommand="gCalendarWindow.switchToMonthView()" disabled="true"/>
<command id="multiweek_view_command" oncommand="gCalendarWindow.switchToMultiweekView()" disabled="false"/>
<command id="import_command" oncommand="startImport()"/>
<command id="export_command" oncommand="saveEventsToFile()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="refresh_remote_calendars" oncommand="gCalendarWindow.calendarManager.refreshAllRemoteCalendars()"/>
<command id="publish_calendar" oncommand="publishEntireCalendar()"/>
<command id="publish_events_command" oncommand="publishCalendarData()" disabled="true" disabledwhennoeventsselected="true"/>
<!--
<command id="change_display_todo_in_view" oncommand="" checked="true"/>
-->
<command id="close_calendar_command" oncommand="closeCalendar()"/>
<command id="wizard_command" oncommand="launchWizard()" collapsed="true"/>
<command id="cmd_CustomizeToolbars" oncommand="CalendarCustomizeToolbar()"/>
</commandset>
<keyset>
<key id="delete_key" keycode="VK_DELETE" observes="delete_command_no_confirm"/>
<key id="new_event_key" key="N" modifiers="accel" observes="new_command"/>
<key id="new_todo_key" key="T" modifiers="accel" observes="new_todo_command"/>
<key id="modify_event_key" key="E" modifiers="accel" observes="modify_command"/>
<key id="print_key" key="P" modifiers="accel" observes="print_command"/>
<key id="import_key" key="I" modifiers="accel" observes="import_command"/>
<key id="export_key" key="O" modifiers="accel" observes="export_command"/>
<key id="send_event_key" key="M" modifiers="accel" observes="send_event_command"/>
<key id="key_selectAll" key="A" modifiers="accel" observes="select_all_command"/>
<key id="key_cut" key="X" modifiers="accel" observes="cut_command"/>
<key id="key_copy" key="C" modifiers="accel" observes="copy_command"/>
<key id="key_paste" key="V" modifiers="accel" observes="paste_command"/>
<key id="view_day_key" keycode="VK_F1" observes="day_view_command"/>
<key id="view_week_key" keycode="VK_F2" observes="week_view_command"/>
<key id="view_multiweek_key" keycode="VK_F3" observes="multiweek_view_command"/>
<key id="view_month_key" keycode="VK_F4" observes="month_view_command"/>
<key id="go_backward_key" keycode="VK_PAGE_UP" observes="previous_command"/>
<key id="go_forward_key" keycode="VK_PAGE_DOWN" observes="next_command"/>
<key id="go_to_today_key" keycode="VK_DOWN" modifiers="accel" observes="go_today_command"/>
<key id="go_to_date_key" keycode="VK_UP" modifiers="accel" observes="go_date_command"/>
<key id="key_close" key="W" modifiers="accel" observes="close_calendar_command"/>
</keyset>
<keyset id="tasksKeys"/>
<!-- Javascript DTD To Variable -->
<script type="application/x-javascript">
var confirmDeleteEvent = "&calendar.confirm.deleteevent;";
var confirmDeleteUntitledEvent = "&calendar.confirm.deleteuntitledevent;";
var defaultCalendarFileName = "&calendar.file.default.name;";
</script>
<!-- STRING BUNDLE for calendar properties -->
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_calendar" src="chrome://calendar/locale/calendar.properties"/>
<stringbundle id="bundle_calendar_email" src="chrome://calendar/locale/email.properties"/>
</stringbundleset>
<script type="application/x-javascript">
var gCalendarBundle = document.getElementById("bundle_calendar");
var gCalendarEmailBundle = document.getElementById("bundle_calendar_email");
</script>
<!-- Javascript includes -->
<script type="application/x-javascript" src="chrome://calendar/content/jslib/jslib.js"/>
<!-- NEEDED FOR DRAG AND DROP SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/dragDrop.js"/>
<!-- NEEDED FOR MULTIPLE CALENDAR SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarManager.js"/>
<!-- NEEDED FOR CLIPBOARD SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/clipboard.js"/>
<!-- NEEDED FOR IMPORT / EXPORT SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/importExport.js"/>
<!-- NEEDED FOR MAIL SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarMail.js"/>
<!-- NEEDED FOR PUBLICATION SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/publish.js"/>
<!-- NEEDED FOR DATE UTILS -->
<script type="application/x-javascript" src="chrome://calendar/content/dateUtils.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendar.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarEvent.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarSelection.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/calendarWindow.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/mouseoverPreviews.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/unifinder.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/unifinderToDo.js"/>
<script type="application/x-javascript" src="chrome://calendar/content/pref/rootCalendarPref.js"/>
<!--<script type="application/x-javascript" src="chrome://calendar/content/email.js"/>-->
<!-- NEEDED ALARMS ERIC -->
<script type="application/x-javascript" src="chrome://calendar/content/calendarOverlay.js"/>
<!-- NEEDED FOR APPLICATION SUPPORT -->
<script type="application/x-javascript" src="chrome://calendar/content/applicationUtil.js"/>
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
<!-- All JS files that calendar.xul wishes to include *must* go into the calendar-scripts.inc
file so that they can be shared by hiddenWindow.xul. -->
#include calendar-scripts.inc
<!-- GENERAL CONTEXT MENU -->
<popup id="context-menu"
@ -412,7 +268,11 @@
<toolbar type="menubar" id="main-menubar" class="chromeclass-menubar" customizable="true"
defaultset="menubar-items"
mode="icons" iconsize="small" context="toolbar-context-menu">
<toolbaritem id="menubar-items" align="center"/>
<toolbaritem id="menubar-items" align="center">
<!-- The entire main menubar is placed into calendar-menubar.inc, so that it can be shared by
hiddenWindow.xul. -->
#include calendar-menubar.inc
</toolbaritem>
</toolbar>
<toolbarpalette id="calendarToolbarPalette">

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

@ -0,0 +1,105 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** 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 Communicator client code
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998-2001
* the Initial Developer. All Rights Reserved.
*
* Contributor(s): Don Crandall (macdoc@interx.net)
* Matthew Willis (mattwillis@gmail.com)
*
* Alternatively, the contents of this file may be used under the terms of
* either of 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 ***** */
/* 'new_todo_command',
*/
#ifdef XP_MACOSX
function hiddenWindowStartup()
{
// focus the hidden window
window.focus();
// Disable menus which are not appropriate
var disabledItems = ['new_command', 'new_local_calendar_command',
'modify_command', 'close_calendar_command', 'send_event_command',
'print_command', 'cut_command', 'copy_command', 'paste_command',
'delete_command', 'delete_todo_command', 'select_all_command',
'day_view_command', 'week_view_command', 'multiweek_view_command',
'month_view_command', 'cmd_CustomizeToolbars', 'go_today_command',
'go_date_command', 'previous_command', 'next_command',
'wizard_command', 'import_command', 'export_command',
'new_server_command', 'publish_events_command', 'modify_todo_command',
'edit_local_calendar_command', 'edit_server_command',
'delete_server_command', 'find_new_calendar_command',
'refresh_remote_calendars', 'publish_calendar'];
for (var id in disabledItems)
{
var broadcaster = document.getElementById(disabledItems[id]);
if (broadcaster)
broadcaster.setAttribute("disabled", "true");
};
}
// Mac OS X "Window" menu functions
const nsIWindowDataSource = Components.interfaces.nsIWindowDataSource;
function checkFocusedWindow()
{
var windowManagerDS = Components.classes['@mozilla.org/rdf/datasource;1?name=window-mediator'].getService(nsIWindowDataSource);
var sep = document.getElementById("sep-window-list");
// Using double parens to avoid warning
while ((sep = sep.nextSibling)) {
var url = sep.getAttribute('id');
var win = windowManagerDS.getWindowForResource(url);
if (win == window) {
sep.setAttribute("checked", "true");
break;
}
}
}
function toOpenWindow( aWindow )
{
aWindow.document.commandDispatcher.focusedWindow.focus();
}
function ShowWindowFromResource( node )
{
var windowManagerDS = Components.classes['@mozilla.org/rdf/datasource;1?name=window-mediator'].getService(nsIWindowDataSource);
var desiredWindow = null;
var url = node.getAttribute('id');
desiredWindow = windowManagerDS.getWindowForResource( url );
if ( desiredWindow )
{
toOpenWindow(desiredWindow);
}
}
#endif

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

@ -1,31 +1,81 @@
<?xml version="1.0"?>
# -*- Mode: HTML -*-
#
# The contents of this file are subject to the Netscape 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/NPL/
#
# 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 Communicator client code, released
# March 31, 1998.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998-2000 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
# David Hyatt <hyatt@mozilla.org> (Original Author)
#
<!-- ***** 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 Communicator client code.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 1998-2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): David Hyatt <hyatt@mozilla.org>
- Matthew Willis (mattwillis@gmail.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 ***** -->
#ifdef XP_MACOSX
<window id="main-window"
<!-- Overlays -->
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://calendar/content/dayView.xul"?>
<?xul-overlay href="chrome://calendar/content/weekView.xul"?>
<?xul-overlay href="chrome://calendar/content/monthView.xul"?>
<?xul-overlay href="chrome://calendar/content/multiweekView.xul"?>
<!-- All DTD information is stored in a separate file so that it can be shared by
hiddenWindow.xul. -->
#include calendar-doctype.inc
<!-- The Window -->
<window id="hidden-window"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="hiddenWindowStartup();">
<!-- All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go
into the calendar-sets.inc file for sharing with hiddenWindow.xul. -->
#include calendar-sets.inc
<!-- All JS files that calendar.xul wishes to include *must* go into the calendar-scripts.inc
file so that they can be shared by hiddenWindow.xul. -->
#include calendar-scripts.inc
<toolbox id="calendar-toolbox" class="toolbox-top">
<toolbar type="menubar" id="main-menubar" class="chromeclass-menubar"
customizable="true" defaultset="menubar-items"
mode="icons" iconsize="small">--> <!-- context="toolbar-context-menu"> -->
<toolbaritem id="menubar-items" align="center">
<!-- The entire main menubar is placed into calendar-menubar.inc, so that it can be shared by
hiddenWindow.xul. -->
#include calendar-menubar.inc
</toolbaritem>
</toolbar>
</toolbox>
</window>
#endif

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

@ -1,353 +0,0 @@
<?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>
- Dan Parent <danp@oeone.com>
- 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 ***** -->
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<!DOCTYPE overlay
[
<!ENTITY % calendarDTD SYSTEM "chrome://calendar/locale/calendar.dtd" > %calendarDTD;
<!ENTITY % calendarMenuOverlayDTD SYSTEM "chrome://calendar/locale/menuOverlay.dtd" > %calendarMenuOverlayDTD;
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" > %brandDTD;
<!ENTITY % globalRegionDTD SYSTEM "chrome://global-region/locale/region.dtd"> %globalRegionDTD;
]>
<overlay id="calendarOverlay"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<commandset id="commands">
<command id="cmd_quit"/>
<command id="cmd_close" oncommand="BrowserClose()"/>
<!-- Edit Menu -->
<command id="cmd_undo"/>
<command id="cmd_redo"/>
<command id="cmd_cut"/>
<command id="cmd_copy"/>
<command id="cmd_paste"/>
<command id="cmd_delete"/>
<command id="cmd_selectAll"/>
<!-- Search Menu -->
<commandset id="tasksCommands"/>
</commandset>
<!-- Keysets -->
<keyset id="navKeys">
<!-- File Menu -->
<key id="key_close"/>
<!-- Edit Menu -->
<key id="key_undo"/>
<key id="key_redo"/>
<key id="key_cut"/>
<key id="key_copy"/>
<key id="key_paste"/>
<key id="key_delete"/>
<key id="key_selectAll"/>
</keyset>
<keyset id="tasksKeys">
<key id="key_quit"/>
</keyset>
<!-- Menu -->
<toolbaritem id="menubar-items">
<menubar id="main-menubar" style="border:0px;padding:0px;margin:0px;-moz-appearance:none">
<menu id="menu_File"
label="&fileMenu.label;"
accesskey="&fileMenu.accesskey;">
<menupopup id="menu_FilePopup">
<!-- create new event or task (top of 1st menu, for new users) -->
<menuitem id="calendar-new-event-menu"
key="new_event_key"
label="&event.new.event;"
accesskey="&event.new.event.accesskey;"
observes="new_command"/>
<menuitem id="calendar-new-todo-menu"
key="new_todo_key"
label="&event.new.todo;"
accesskey="&event.new.todo.accesskey;"
observes="new_todo_command"/>
<menuitem id="unifinder-modify-menu"
key="modify_event_key"
label="&event.edit.event;"
accesskey="&event.edit.event.accesskey;"
observes="modify_command"/>
<menuseparator/>
<!-- files -->
<menuitem id="calendar-new-calendar-menu"
key="new_calendar_key"
label="&calendar.new.server.label;"
accesskey="&calendar.new.server.accesskey;"
observes="new_local_calendar_command"/>
<menuitem id="calendar-open-calendar-menu"
key="open_calendar_key"
label="&calendar.open.file.label;"
accesskey="&calendar.open.file.accesskey;"
observes="open_local_calendar_command"/>
<menuitem id="calendar-addserver-menu"
label="&calendar.subscribe.label;"
accesskey="&calendar.subscribe.accesskey;"
observes="new_server_command"/>
<menuseparator/>
<!-- import: pulling data into existing files -->
<menuitem id="calendar-import-menu"
key="import_key"
label="&calendar.import.label;"
accesskey="&calendar.import.accesskey;"
observes="import_command"/>
<menuseparator/>
<!-- export: getting data out of existing files -->
<menuitem id="calendar-export-menu"
key="export_key"
label="&calendar.export.label;"
accesskey="&calendar.export.accesskey;"
observes="export_command"/>
<menuitem id="calendar-mail-event"
key="send_event_key"
label="&event.mail.event;"
accesskey="&event.mail.event.accesskey;"
observes="send_event_command"/>
<menuitem id="calendar-publish-menu"
label="&calendar.publish.label;"
accesskey="&calendar.publish.accesskey;"
observes="publish_events_command"/>
<menuitem id="calendar-print-menu"
label="&calendar.print.label;"
accesskey="&calendar.print.accesskey;"
observes="print_command"/>
<menuseparator id="calendar-print-sep"/>
<!-- window/Application -->
<menuitem id="calendar-close"
key="key_close"
label="&calendar.menu.options.close;"
accesskey="&calendar.menu.options.close.accesskey;"
observes="close_calendar_command"/>
</menupopup>
</menu>
<menu id="menu_Edit"
label="&editMenu.label;"
accesskey="&editMenu.accesskey;">
<menupopup id="mppEdit">
<menuitem id="calendar-cut-menu"
key="key_cut"
label="&calendar.cut.label;"
accesskey="&calendar.cut.accesskey;"
observes="cut_command" />
<menuitem id="calendar-copy-menu"
key="key_copy"
label="&calendar.copy.label;"
accesskey="&calendar.copy.accesskey;"
observes="copy_command" />
<menuitem id="calendar-paste-menu"
key="key_paste"
label="&calendar.paste.label;"
accesskey="&calendar.paste.accesskey;"
observes="paste_command"/>
<menuitem id="unifinder-remove-menu"
key="delete_key"
label="&event.delete.event;"
accesskey="&event.delete.event.accesskey;"
observes="delete_command" />
<menuitem id="unifinder-remove-menu"
label="&event.delete.tasks;"
accesskey="&event.delete.tasks.accesskey;"
observes="delete_todo_command" />
<menuseparator/>
<menuitem id="calendar-selectall-menu"
key="key_selectAll"
label="&calendar.selectall.label;"
accesskey="&calendar.selectall.accesskey;"
observes="select_all_command"/>
</menupopup>
</menu>
<menu id="menu_View"
label="&viewMenu.label;"
accesskey="&viewMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-view-menu-day"
key="view_day_key"
label="&calendar.flat.topbar.dayview;"
accesskey="&calendar.dayview.accesskey;"
observes="day_view_command"/>
<menuitem id="calendar-view-menu-week"
key="view_week_key"
label="&calendar.flat.topbar.weekview;"
accesskey="&calendar.weekview.accesskey;"
observes="week_view_command"/>
<menuitem id="calendar-view-menu-multiweek"
key="view_multiweek_key"
label="&calendar.flat.topbar.multiweekview;"
accesskey="&calendar.multiweekview.accesskey;"
observes="multiweek_view_command"/>
<menuitem id="calendar-view-menu-month"
key="view_month_key"
label="&calendar.flat.topbar.monthview;"
accesskey="&calendar.monthview.accesskey;"
observes="month_view_command"/>
<menuseparator/>
<menuitem id="only-workday-checkbox-1"
type="checkbox"
label="&calendar.onlyworkday.checkbox.label;"
accesskey="&calendar.onlyworkday.checkbox.accesskey;"
oncommand="changeOnlyWorkdayCheckbox(1);"
persist="checked"
disabled="true"/>
<menuitem id="display-todo-inview-checkbox-1"
type="checkbox"
label="&calendar.displaytodos.checkbox.label;"
accesskey="&calendar.displaytodos.checkbox.accesskey;"
oncommand="changeDisplayToDoInViewCheckbox(1);"
persist="checked"
disabled="true"/>
<menu label="&calendar.menu.numberofweeks.label;"
oncommand="gCalendarWindow.currentView.changeNumberOfWeeks(event.target)"
id="menu-numberofweeks-inview"
disabled="true">
<menupopup>
<menuitem type="radio"
value="1"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.1;"/>
<menuitem type="radio"
value="2"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.2;"/>
<menuitem type="radio"
value="3"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.3;"/>
<menuitem type="radio"
value="4"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.4;"/>
<menuitem type="radio"
value="5"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.5;"/>
<menuitem type="radio"
value="6"
name="menunbofweeks"
label="&calendar.menu.numberofweeks.6;"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem id="calendar-view-menu-customize"
command="cmd_CustomizeToolbars"
label="&calendar.menu.customize.label;"
accesskey="&calendar.menu.customize.accesskey;"/>
</menupopup>
</menu>
<menu id="menu_Go"
label="&goMenu.label;"
accesskey="&goMenu.accesskey;">
<menupopup id="mppView">
<menuitem id="calendar-go-menu-today"
key="go_to_today_key"
label="&goTodayCmd.label;"
accesskey="&goTodayCmd.accesskey;"
observes="go_today_command"/>
<menuitem id="calendar-go-menu-date"
key="go_to_date_key"
label="&goDateCmd.label;"
accesskey="&goDateCmd.accesskey;"
observes="go_date_command"/>
<menuitem id="calendar-go-menu-previous"
key="go_backward_key"
label="&goPreviousCmd.label;"
accesskey="&goPreviousCmd.accesskey;"
observes="previous_command"/>
<menuitem id="calendar-go-menu-next"
key="go_forward_key"
label="&goNextCmd.label;"
accesskey="&goNextCmd.accesskey;"
observes="next_command"/>
</menupopup>
</menu>
<menu id="menu_Tools"
label="&toolsMenu.label;"
accesskey="&toolsMenu.accesskey;">
<menupopup id="toolsPopup">
<menuitem id="calendar-wizard-menu"
key="wizard_key"
label="&calendar.wizard.label;"
accesskey="&calendar.wizard.accesskey;"
observes="wizard_command"/>
<menuseparator/>
<menuitem id="javascriptConsole"
label="&javaScriptConsoleCmd.label;"
accesskey="&javaScriptConsoleCmd.accesskey;"
oncommand="toJavaScriptConsole();"/>
<menuseparator id="prefSep"/>
<menuitem id="menu_preferences"
label="&preferencesCmd.label;"
accesskey="&preferencesCmd.accesskey;"
oncommand="openPreferences();"/>
</menupopup>
</menu>
<menu id="menu_Help"
label="&helpMenu.label;"
accesskey="&helpMenu.accesskey;">
<menupopup id="menu_HelpPopup">
<menuitem accesskey="&releaseCmd.accesskey;"
label="&releaseCmd.label;"
oncommand="openTopWin('&releaseURL;');"/>
<menuseparator/>
<menuitem id="aboutName"
label="&aboutCmd.label;"
accesskey="&aboutCmd.accesskey;"
oncommand="openAboutDialog();"/>
</menupopup>
</menu>
</menubar>
</toolbaritem>
</overlay>

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

@ -1,5 +1,5 @@
calendar.jar:
+ content/calendar/calendar.xul (content/calendar.xul)
+ content/calendar/menuOverlay.xul (content/menuOverlay.xul)
* content/calendar/calendar.xul (content/calendar.xul)
* content/calendar/customizeToolbar.xul (content/customizeToolbar.xul)
* content/browser/hiddenWindow.xul (content/hiddenWindow.xul)
* content/calendar/hiddenWindow.xul (content/hiddenWindow.xul)
* content/calendar/hiddenWindow.js (content/hiddenWindow.js)