Skip to content

Commit

Permalink
take i18n from GeoExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van den Eijnden committed Jan 10, 2013
1 parent 7fa460d commit eae5579
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/script/locale/ca.js
Expand Up @@ -408,7 +408,7 @@ GeoExt.Lang.add("ca", {
},

"gxp.Viewer.prototype": {
saveErrorText: "Trouble saving: "
saveErrorText: "Problemes desant: "
}

});
2 changes: 1 addition & 1 deletion src/script/locale/de.js
Expand Up @@ -409,7 +409,7 @@ GeoExt.Lang.add("de", {
},

"gxp.Viewer.prototype": {
saveErrorText: "Trouble saving: "
saveErrorText: "Beim Speichern ist ein Problem aufgetreten: "
}

});
2 changes: 1 addition & 1 deletion src/script/locale/es.js
Expand Up @@ -408,7 +408,7 @@ GeoExt.Lang.add("es", {
},

"gxp.Viewer.prototype": {
saveErrorText: "Trouble saving: "
saveErrorText: "Problemas guardando: "
}

});
2 changes: 1 addition & 1 deletion src/script/locale/fr.js
Expand Up @@ -343,7 +343,7 @@ GeoExt.Lang.add("fr", {
},

"gxp.Viewer.prototype": {
saveErrorText: "Trouble saving: "
saveErrorText: "Sauver Trouble: "
}

});

0 comments on commit eae5579

Please sign in to comment.