Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle.properties -- Clean Up Various Messages #1442

Closed
56 tasks done
mheppler opened this issue Feb 9, 2015 · 1 comment
Closed
56 tasks done

Bundle.properties -- Clean Up Various Messages #1442

mheppler opened this issue Feb 9, 2015 · 1 comment
Assignees
Labels
Type: Bug a defect UX & UI: Design This issue needs input on the design of the UI and from the product owner

Comments

@mheppler
Copy link
Contributor

mheppler commented Feb 9, 2015

Here is a general catch all outline of various issues with Bundle.properties that need to be fixed.

Labels using "Tooltip description"

  • dataverse.theme.inheritCustomization.title
  • dataverse.permissions.Q2.title
  • file.dataFilesTab.terms.list.termsOfUse.license.title
  • file.dataFilesTab.terms.list.termsOfUse.termsOfUse.title
  • file.dataFilesTab.terms.list.termsOfAccess.restrictedFiles.title
  • file.dataFilesTab.terms.list.termsOfAccess.termsOfsAccess.title
  • file.dataFilesTab.terms.list.termsOfAccess.requestAccess.title

Needs Tooltips

  • file.tabularDataTags.title
  • file.spss-savEncoding.title
  • file.fileTags.title

Change Tooltip:

  • Tool tip for email button on dataverse pages needs to change to say dataverse not dataset

Email vs E-mail

  • email=Email
  • dataverse.email=E-mail
  • dataverse.email.title=The e-mail address(es) of the contact(s) for the Dataverse.
  • dataverse.contact=Email Dataverse Contact

ALL CAPS

  • dataverse.theme.logo.format.selectTab.square=SQUARE
  • dataverse.theme.logo.format.selectTab.rectangle=RECTANGLE
  • dataverse.theme.logo.alignment.selectTab.left=LEFT
  • dataverse.theme.logo.alignment.selectTab.center=CENTER
  • dataverse.theme.logo.alignment.selectTab.right=RIGHT

"Dataverse" vs "dataverse"

  • header.search.title=Search all Dataverses...
  • dataverse.search.input.watermark=Search this dataverse...

Capitalize?

  • dataverse.permissions.roles.edit=Edit role
  • dataverse.permissions.roles.copy=Copy role
  • authenticationProvidersAvailable.tip={0}There are no active authentication providers{1}If you are a system administrator, please enable one using the api.{2}If you are not a system administrator, please talk to one.

Uncapitalize?

  • file.dataFilesTab.terms.list.guestbook.inUse=Custom Guestbook in use
  • file.dataFilesTab.terms.list.guestbook.noSelected=No Guestbook selected.
  • file.dataFilesTab.terms.description=These are all the License + Terms for your dataset.

"Dataverse" vs "dataverse"

  • dataverse.title=The project, department, university, or professor this Dataverse will contain data for.
  • dataverse.identifier.title=Short name used for the URL of this Dataverse.
  • dataverse.affiliation.title=The organization with which this Dataverse is affiliated.
    -[x] dataverse.link.dataverse.choose=Choose which of your dataverses you would like to link this dataverse to.
  • dataverse.link.dataset.choose=Choose which of your dataverses you would like to link this dataset to.
  • ...and many more

"e.g." vs "i.e."

  • dataset.manageGuestbooks.noGuestbooks.why.reason1=Guestbooks allow you to collect data about who is downloading the files from your datasets. You can decide to collect account information (username, given name & last name, affiliation, etc.) as well as create custom questions (e.g., What do you plan to use this data for?).
  • file.dataFilesTab.terms.list.termsOfUse.addInfo.permissions.title=Determine if any special permissions are required to access a resource (e.g., if form is a needed and where to access the form).
  • advanced.search.files.fileType.tip=The extension for a file, e.g. CSV, zip, Stata, R, PDF, JPEG, etc.
  • file.dataFilesTab.terms.list.guestbook.noSelected.title=User information (i.e., name, email, institution, and position) will be collected when files are downloaded.
  • file.dataFilesTab.terms.list.guestbook.noAvailable.title=User information (i.e., name, email, institution, and position) will be collected when files are downloaded.

Double or Single Quotes?

  • dataverse.publish.tip=Are you sure you want to publish your dataverse? Once you do so it must remain 'Published'.
  • dataset.manageTemplates.tab.action.btn.delete.dialog.tip=Are you sure you want to delete this template? This action may not be 'Undone'.
  • dataset.manageGuestbooks.tab.action.btn.delete.dialog.tip=Are you sure you want to delete this guestbook? This action may not be 'Undone'.
  • file.dataFilesTab.terms.list.termsOfUse.license.txt=CC0 - "Public Domain Dedication"

Extra Period

  • file.dataFilesTab.terms.list.termsOfUse.addInfo.permissions.title=Determine if any special permissions are required to access a resource (e.g., if form is a needed and where to access the form). .

Typo

  • file.deleteDialog.tip=Are you sure you want to delete your dataset? You cannont undelete this dataset.

Placeholder Text

  • remove dataset.email.tip=Dataverse 4.0 Beta cannot email dataset contacts. Look for this feature in Dataverse 4.0!
  • file.spss-porExtraLabels=(optional!) Upload text file with extra variable labels

Escape Special Characters?

  • feedback.header=Send feedback to the Dataverse development team!
  • toPublish=Don't forget to publish it!
  • toReview=Don't forget to publish it or send it back to the contributor!
  • dataverse.permissions.Q2.answer=A contributor can be a(n)…

Dynamic Version Number?

  • welcome=Welcome to Dataverse 4.0 Beta! Please take a look around, try everything out, and check out our

Conditional Text Example

  • file.dataFilesTab.terms.list.termsOfAccess.restrictedFiles.txt=There {0, choice, 0#are|1#is|2#are} {0} restricted {0, choice, 0#files|1#file|2#files} in this dataset.

Huh?

  • user.toEditDetail=You have logged in through your institution. To edit account detaThe e-mail address(es) of the contact(s) for the Dataverse.ils, please visit the account page for your institution.

Messages to change:

  • Browse/Search Facets: first help text change from in use to used to meet tense used in second part of help text
  • Edit Access pop up: What should be the default role for someone adding datasets to this dataverse? and A contributor can be a(n).... needs to be updated
  • Guestbook section in License + Terms page
  • May Not Publish change to Cannot Publish Dataverse or something more descriptive (in the cannot publish pop up)
@mheppler mheppler added UX & UI: Design This issue needs input on the design of the UI and from the product owner Status: Dev Type: Bug a defect labels Feb 9, 2015
@mheppler mheppler self-assigned this Feb 9, 2015
@mheppler mheppler added this to the Beta 13 - Dataverse 4.0 milestone Feb 9, 2015
mheppler added a commit that referenced this issue Feb 9, 2015
…changed the popup header to read "Assign Role". Cleaned up other UI issues including, opening Users/Groups panel on Manage Permissions if it's on a dataset, and the Permissions panel isn't displayed above it. [ref #1187, #1442]
@scolapasta scolapasta modified the milestones: Beta 14 - Dataverse 4.0, Beta 13 - Dataverse 4.0, In Review - Dataverse 4.0, 4.0 Messaging Feb 19, 2015
@mheppler mheppler assigned eaquigley and unassigned mheppler Feb 23, 2015
eaquigley added a commit that referenced this issue Feb 23, 2015
Did a bunch of clean up from #1442
mheppler added a commit that referenced this issue Feb 24, 2015
… suggested, updated text. Moved it from Account Information dropdown to the Account Information tab on the Account page. [ref #1450, #1442]
eaquigley added a commit that referenced this issue Feb 25, 2015
changes based off #1442 & #1447
@scolapasta scolapasta modified the milestones: 4.0 Messaging, Beta 14 - Dataverse 4.0 Feb 25, 2015
mheppler added a commit that referenced this issue Mar 9, 2015
…averse user and a multitude of other pages. [ref #1442 #1567]
eaquigley added a commit that referenced this issue Mar 18, 2015
Updated may not publish text to be cannot publish text. #1442
eaquigley added a commit that referenced this issue Mar 25, 2015
@eaquigley
Copy link
Contributor

All of these items have been done or checked to see if anything needed to be changed. Passing to QA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect UX & UI: Design This issue needs input on the design of the UI and from the product owner
Projects
None yet
Development

No branches or pull requests

4 participants