Ich beantworte meine Frage in Teilen mal selbst:
Die packed-Version wurde wohl veröffentlicht, da diese dann nur ins Yooeffects-Verz. kopiert werden muss.
Die Angaben über eure Änderungen wären trotzdem wichtig.
Deshalb habe ich mir nun mal die Mühe gemacht die Files zu vergleichen und habe folgende (unbedenkliche *g*) Eingriffe eurerseits gefunden:
original
PHP-Code:
var version="1.0";
var options= {...cancel: "Cancel", loading: "loading", close: '<span class="shortcut">C</span>lose', ...
geändert
PHP-Code:
var version="1.0";
var options= {...cancel: "Abbrechen", loading: "laden ...", close: '<span class="shortcut">S</span>chliessen',...
original
PHP-Code:
counter=(current+1)+" of "+current_gallery.length
geändert
PHP-Code:
counter=(current+1)+" von "+current_gallery.length
Für eine vollständige Eindeutschung bedarf es jedoch noch mehr Eingriffen:
original
PHP-Code:
var version="1.0";
var options= {...
keysClose: ["s", "c", 27],
keysNext: ["w", 39],
keysPrev: ["z", 37],
...
text: {
cancel: "Cancel",
loading: "loading",
close: '<span class="shortcut">C</span>lose',
next: '<span class="shortcut">N</span>ext',
prev: '<span class="shortcut">P</span>revious',
errors: {
single: 'You must install the <a href=" {
...
</a> browser plugin to view this content.',
shared: 'You must install both the <a href=...</a> and <a href=...</a> browser plugins to view this content.',
either:'You must install either the <a href=...</a> or the <a href=...</a> browser plugin to view this content.'
geändert
PHP-Code:
var version="1.0";
var options= {...
keysClose: ["s", "a", 27],
keysNext: ["w", 39],
keysPrev: ["z", 37],
...
text: {
cancel: "Abbrechen",
loading: "wird loaden",
close: '<span class="shortcut">S</span>chliessen',
next: '<span class="shortcut">W</span>eiter',
prev: '<span class="shortcut">Z</span>urück',
errors: {
single: 'Es muss das <a href=" {
...
</a> Browser-Plugin installiert sein um den Inhalt angezeigt zu bekommen.',
shared: 'Es muss sowohl das <a href=...</a> als auch das <a href=...</a> Browser -Plugins installiert sein, um den Inhalt angezeigt zu bekommen.',
either:'Es muss entweder das <a href=...</a> oder das <a href=...</a> Browser-Plugin installiert sein, um den Inhalt angezeigt zu bekommen.'
Ich hoffe ich habe nicht übersehen. Die geänderte version ist bei mir getestet und hängt hier als packed-Version an.
Lesezeichen