remove 'pagePositionFailed' from Lang/*.js (closes #2247). Non-functional change.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12208 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-08-05 07:58:57 +00:00
parent 77445c368f
commit dd76c74bca
32 changed files with 3 additions and 85 deletions
-2
View File
@@ -62,8 +62,6 @@ OpenLayers.Lang["sk"] = OpenLayers.Util.applyDefaults({
'unsupportedGeometryType': "Nepodporovaný typ geometrie: ${geomType}",
'pagePositionFailed': "OpenLayers.Util.pagePosition zlyhalo: prvok s id ${elemId} môže byť zle umiestnený.",
'filterEvaluateNotImplemented': "evaluate nie je implementovaný pre tento typ filtra"
});