chore: initial project commit
This commit is contained in:
27
addon/locale/en-US/addon.ftl
Normal file
27
addon/locale/en-US/addon.ftl
Normal file
@@ -0,0 +1,27 @@
|
||||
name = Zotero Org Export Annotations
|
||||
description = Export PDF/EPUB annotations to Org-mode files
|
||||
|
||||
menu-export-all = Export All Annotations to Org
|
||||
menu-export-selected = Export Selected to Org
|
||||
menu-preferences = Org Export Preferences...
|
||||
|
||||
notification-export-complete =
|
||||
{ $count ->
|
||||
[one] Exported { $count } item to Org
|
||||
*[other] Exported { $count } items to Org
|
||||
}
|
||||
notification-export-error = Export failed: { $error }
|
||||
notification-no-items = No items with annotations to export
|
||||
notification-config-required = Please configure the notes path in preferences
|
||||
|
||||
error-better-notes-required =
|
||||
Better Notes plugin is required for Org export.
|
||||
Please install it from: https://github.com/windingwind/zotero-better-notes
|
||||
error-pandoc-not-found =
|
||||
Pandoc not found at: { $path }
|
||||
Please install pandoc or configure the correct path in preferences.
|
||||
error-notes-path-not-set =
|
||||
Notes output path is not configured.
|
||||
Please set it in Tools > Org Export Preferences.
|
||||
error-notes-path-invalid =
|
||||
Notes path does not exist: { $path }
|
||||
40
addon/locale/en-US/preferences.ftl
Normal file
40
addon/locale/en-US/preferences.ftl
Normal file
@@ -0,0 +1,40 @@
|
||||
prefs-title = Org Export Annotations
|
||||
|
||||
prefs-section-paths =
|
||||
.label = Output Paths
|
||||
prefs-notes-path =
|
||||
.value = Notes Directory:
|
||||
prefs-notes-path-description =
|
||||
Directory where Org files will be saved.
|
||||
Files are named using the citation key (e.g., smith2020.org).
|
||||
prefs-pandoc-path =
|
||||
.value = Pandoc Path:
|
||||
prefs-pandoc-path-description =
|
||||
Path to pandoc executable. Leave as "pandoc" to use system PATH.
|
||||
prefs-browse =
|
||||
.label = Browse...
|
||||
|
||||
prefs-section-behavior =
|
||||
.label = Behavior
|
||||
prefs-attach-org =
|
||||
.label = Attach Org files to Zotero items
|
||||
prefs-attach-org-description =
|
||||
Link generated Org files as attachments to their parent items.
|
||||
prefs-auto-export-sync =
|
||||
.label = Export automatically after Zotero sync
|
||||
prefs-export-tab-close =
|
||||
.label = Export when closing reader tab
|
||||
prefs-show-notification =
|
||||
.label = Show notification after export
|
||||
|
||||
prefs-section-advanced =
|
||||
.label = Advanced
|
||||
prefs-debug =
|
||||
.label = Enable debug logging
|
||||
|
||||
prefs-export-now =
|
||||
.label = Export All Now
|
||||
prefs-force-export =
|
||||
.label = Force Export All
|
||||
prefs-test-pandoc =
|
||||
.label = Test Pandoc
|
||||
Reference in New Issue
Block a user