Opened 10 years ago

Closed 10 years ago

#155 closed enhancement (fixed)

Localize strings

Reported by: david Owned by: dstillman
Priority: minor Milestone: 1.0 Beta 4
Component: interface Version: 1.0
Keywords: Cc:

Description

Move strings from .xul files to .dtd, and from .js to .properties.

Change History (8)

comment:1 Changed 10 years ago by dstillman

(In [748]) Closes #294, Checkbox in search dialog to search subfolders recursively
Addresses #155, Localize strings

  • Added "Search subfolders"
  • Localized strings in search dialog

Known issue:

#342, "Search subfolders" checkbox should be greyed out until applicable

comment:2 Changed 10 years ago by dstillman

(In [797]) Add optional second parameters params to Zotero.getString() to use the stringbundle's formatStringFromName method -- got rid of the silly replace() calls elsewhere in the code

Also localized the "tags" string in the tags tab -- addresses #155, Localize strings

comment:3 Changed 10 years ago by dstillman

  • Owner changed from david to dstillman
  • Status changed from new to assigned

Closing -- I think we got most of them. If any are left, we'll fix them as we find them.

comment:4 Changed 10 years ago by dstillman

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:5 Changed 10 years ago by dstillman

  • Milestone changed from 1.0 Final to 1.0 Beta 3
  • Priority changed from major to minor
  • Resolution fixed deleted
  • Status changed from closed to reopened

a few items on the "Related" tab: the tab title itself is fine, but the contents (number of items related and the "add" button) as well as parts of the dialog that allows you to select items to be related

Also, the "Related: [click here]" and "Tags: [click here]" on Snapshots and Links

comment:6 Changed 10 years ago by dstillman

(In [847]) Addresses #155, Localize strings

Localizing some remaining hard-coded strings and get rid of programmatically added colons

Also added .zero strings for various count properties, since plural logic from English won't apply to all languages

comment:7 Changed 10 years ago by dstillman

(In [854]) Fixes #339, Saved search dialog doesn't expand when you add new conditions
Addresses #155, Localize strings

  • Fixed flex/overflow issues with search dialog
  • Localized "Name:" in search dialog
  • Disabled hover color for disabled clicky buttons with CSS3 not() selector and removed "unclicky" class

comment:8 Changed 10 years ago by dstillman

  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.