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

4679 javascript bundle #5351

Merged
merged 19 commits into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
216eff9
internationalize the english strings
JayanthyChengan Nov 28, 2018
7d97938
internationalize the english strings
JayanthyChengan Nov 28, 2018
c95e094
Merge remote-tracking branch 'remotes/origin/develop' into 4679-javas…
JayanthyChengan Dec 12, 2018
427171d
Merged "alert messages branch : https://github.com/scholarsportal/dat…
JayanthyChengan Dec 12, 2018
507c82f
Added variables in mydata_fragment.xhtml and passed to MyData.js
JayanthyChengan Dec 12, 2018
6a60582
Fixed 'ResourceBundles are immutable' error on My Data [ref #4679]
mheppler Dec 13, 2018
dd7f442
Merge pull request #29 from IQSS/4679-mydata-bundle-lang-fix
JayanthyChengan Dec 13, 2018
55a0d89
Merge remote-tracking branch 'remotes/origin/develop' into 4679-javas…
JayanthyChengan Dec 19, 2018
af47064
rolled back the changes for role
JayanthyChengan Dec 19, 2018
0c68fde
dct_explore
lubitchv Mar 26, 2019
bcb47a5
remove dct_explore
lubitchv Mar 26, 2019
c1b3778
Merge branch 'develop' of https://github.com/scholarsportal/dataverse…
JayanthyChengan Mar 28, 2019
7668eac
Merge remote-tracking branch 'remotes/remote/develop' into develop
JayanthyChengan Apr 2, 2019
ef0b5fe
Merge remote-tracking branch 'remotes/remote/develop' into develop
JayanthyChengan Apr 3, 2019
fbbc1b7
Merge remote-tracking branch 'remotes/origin/develop' into 4679-javas…
JayanthyChengan Apr 3, 2019
1f9a6cd
rearranged bundle keys
JayanthyChengan Apr 4, 2019
8960215
Merge remote-tracking branch 'remotes/remote/develop' into develop
JayanthyChengan Apr 5, 2019
dcc8a03
rearranged bundle keys
JayanthyChengan Apr 5, 2019
2195685
Merge remote-tracking branch 'remotes/origin/develop' into 4679-javas…
JayanthyChengan Apr 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2294,3 +2294,13 @@ rtabfileparser.ioexception.boolean=Unexpected value for the Boolean variable ({0
rtabfileparser.ioexception.read=Couldn't read Boolean variable ({0})!
rtabfileparser.ioexception.parser1=R Tab File Parser: Could not obtain varQnty from the dataset metadata.
rtabfileparser.ioexception.parser2=R Tab File Parser: varQnty=0 in the dataset metadata!

preloadmessage=(Loading versions...)
mydata.result=Result
mydata.results=Results
mydata.viewnext=View Next
mydata.more=More
javascriptSupportMessage=Your Browser does not support javascript. Please use

to=to
of=of
10 changes: 10 additions & 0 deletions src/main/java/Bundle_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2200,3 +2200,13 @@ passwdVal.passwdReq.letter=lettre
passwdVal.passwdReq.numeral=chiffre
passwdVal.passwdReq.special=caract�re sp�cial
dataretrieverAPI.noMsgResultsFound=D�sol�, aucun r�sultat n'a �t� trouv�.

preloadmessage=(Chargement des versions\u2026)
mydata.result=R�sultat
mydata.results=R�sultats
mydata.viewnext=Voir suivant
mydata.more=Plus
javascriptSupportMessage=Votre navigateur ne supporte pas javascript. Veuillez utiliser

to=�
of=de
Loading