Move new string to Fluent
This commit is contained in:
parent
caee5f29ca
commit
38b9457ea9
3 changed files with 13 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue