Index: trunk/resources/data/validator/deprecated.mapcss
===================================================================
--- trunk/resources/data/validator/deprecated.mapcss	(revision 17017)
+++ trunk/resources/data/validator/deprecated.mapcss	(revision 17020)
@@ -2055,3 +2055,29 @@
 }
 
+/* #19782 */
+*[climbing:grade:UIAA:min] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "climbing:grade:uiaa:min";
+  group: tr("deprecated tagging");
+  fixChangeKey: "climbing:grade:UIAA:min => climbing:grade:uiaa:min";
+}
+*[climbing:grade:UIAA:max] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "climbing:grade:uiaa:max";
+  group: tr("deprecated tagging");
+  fixChangeKey: "climbing:grade:UIAA:max => climbing:grade:uiaa:max";
+}
+*[climbing:grade:UIAA:mean] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "climbing:grade:uiaa:mean";
+  group: tr("deprecated tagging");
+  fixChangeKey: "climbing:grade:UIAA:mean => climbing:grade:uiaa:mean";
+}
+*[climbing:grade:UIAA] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "climbing:grade:uiaa";
+  group: tr("deprecated tagging");
+  fixChangeKey: "climbing:grade:UIAA => climbing:grade:uiaa";
+}
+
 /* When tags are deprecated they should be added to ignoretags.cfg too. */
Index: trunk/resources/data/validator/ignoretags.cfg
===================================================================
--- trunk/resources/data/validator/ignoretags.cfg	(revision 17017)
+++ trunk/resources/data/validator/ignoretags.cfg	(revision 17020)
@@ -696,4 +696,8 @@
 K:building=part
 K:natural=sink_hole
+E:climbing:grade:UIAA:min
+E:climbing:grade:UIAA:max
+E:climbing:grade:UIAA:mean
+E:climbing:grade:UIAA
 ;
 ; Tags not yet decided (to remove from this section when added or moved up when deprecated) 
