Index: /applications/editors/josm/i18n/i18n.pl
===================================================================
--- /applications/editors/josm/i18n/i18n.pl	(revision 35762)
+++ /applications/editors/josm/i18n/i18n.pl	(revision 35763)
@@ -302,5 +302,6 @@
   if($fmt ne $fmte && $fmt ne $fmte1)
   {
-    if(!($fmte eq '0' && $fmt eq "" && $cnt == 1)) # Don't warn when a single value is left for first multi-translation
+    # Don't warn when a single value is left for first multi-translation
+    if(!($fmte eq '0' && $fmt eq "" && ($cnt == 1 || ($la eq "ar" && $cnt <= 3))))
     {
       warn "JAVA translation issue for language $la ($cnt): Mismatching format entries:\nTranslated text: ".decode("utf8",$tr)."\nOriginal text: ".decode("utf8",$en)."\n";
