Files
zotero-notes-export-org/addon/locale/en-US/addon.ftl
2026-02-17 21:25:46 +01:00

28 lines
1.0 KiB
Plaintext

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 }