Closed (fixed)
Project:
Plupload integration
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2013 at 22:34 UTC
Updated:
16 Feb 2013 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
slashrsm commentedHm.. I was unable to reproduce this. Translation works fine. Can you check if you have duplicate strings and only one is translated or something similar?
Comment #2
manox commentedThere is only one string and that is translated. All other strings works fine, so thats very confusing.
Comment #3
joelrotelli commentedThe i18n.js file contain the string with the Drupal.t function :
"Add files" : Drupal.t("Add files")So it should not be a problem...Did you clear your cache ?
Comment #4
manox commentedThe file is ok and i cleared the cache, yes.
Comment #5
manox commentedComment #6
slashrsm commentedWhat does
says?
Comment #7
manox commentedComment #8
slashrsm commentedSee... you obviously have two entries with the same string. Try translating both of them.
Comment #9
slashrsm commentedYou'll see content of blob columns if you run the same query from mysql's shell.
Comment #10
manox commentedBecause of the "%" at the end of the string, one found string is 'Add files' and the other one is 'Add files to the upload queue and click the start button.'
Comment #11
slashrsm commentedSorry, but I am still unable to reproduce this. Could you try on clean installation?
Comment #12
manox commentedHmm in a clean installation, it works. I will try reinstalling the modules.
Comment #13
slashrsm commentedOK. Let us know. Please do not change issue status.
Comment #14
manox commentedI just uninstalled the modules, but the strings are still there for translation. Is it possible to remove them, too?
Comment #15
manox commentedReinstalled modules, but still does not work.
edit: Now deleted the translation and reimported the string. Still doesn't work. :/
edit2: I just tested different browsers and tadaaaa ... it doesn't work with Firefox und Chrome, but it does with Safari.
edit3: Ok it finaly works after deleting Javascript cache. Thanks for help!
Comment #16
slashrsm commentedGlad you fixed it!