Move new string to Fluent

This commit is contained in:
Dan Stillman 2023-08-07 00:26:05 -04:00
parent caee5f29ca
commit 38b9457ea9
3 changed files with 13 additions and 4 deletions

View file

@ -41,12 +41,19 @@
<label><html:h2>&zotero.preferences.fileHandling;</html:h2></label>
<vbox>
<checkbox label="&zotero.preferences.downloadAssociatedFiles;"
preference="extensions.zotero.downloadAssociatedFiles"
native="true"
/>
<checkbox data-l10n-id="preferences-auto-recognize-files"
preference="extensions.zotero.autoRecognizeFiles"
native="true"
/>
<checkbox id="automaticSnapshots-checkbox"
label="&zotero.preferences.automaticSnapshots;"
preference="extensions.zotero.automaticSnapshots"
native="true"/>
<checkbox label="&zotero.preferences.downloadAssociatedFiles;" preference="extensions.zotero.downloadAssociatedFiles" native="true"/>
<checkbox label="&zotero.preferences.autoRecognizeFiles;" preference="extensions.zotero.autoRecognizeFiles" native="true"/>
native="true"
/>
</vbox>
</groupbox>

View file

@ -14,7 +14,6 @@
<!ENTITY zotero.preferences.fileHandling "File Handling">
<!ENTITY zotero.preferences.automaticSnapshots "Automatically take snapshots when creating items from web pages">
<!ENTITY zotero.preferences.downloadAssociatedFiles "Automatically attach associated PDFs and other files when saving items">
<!ENTITY zotero.preferences.autoRecognizeFiles "Automatically retrieve metadata for PDFs and ebooks">
<!ENTITY zotero.preferences.autoRenameFiles.renameLinked "Rename linked files">
<!ENTITY zotero.preferences.fileHandler.openPDFsUsing "Open PDFs using">
<!ENTITY zotero.preferences.fileHandler.systemDefault "System Default">

View file

@ -1,6 +1,9 @@
preferences-window =
.title = { -app-name } Settings
preferences-auto-recognize-files =
.label = Automatically retrieve metadata for PDFs and ebooks
preferences-file-renaming-title = File Renaming
preferences-file-renaming-intro = { -app-name } automatically renames downloaded files based on the details of the parent item (title, author, etc.). You can choose to rename files added from your computer as well.
preferences-file-renaming-auto-rename-files =