Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | 'srf_paramdesc_charttitle' => 'The title of the chart', |
71 | 71 | 'srf_paramdesc_barcolor' => 'The color of the bars', |
72 | 72 | 'srf_paramdesc_bardirection'=> 'The direction of the bar chart', |
73 | | - 'srf_paramdesc_baryaxislabel' => 'The label of the y-axis', |
| 73 | + 'srf_paramdesc_barnumbersaxislabel' => 'The label for the numbers axis', |
74 | 74 | // format "gallery" |
75 | 75 | 'srf_printername_gallery' => 'Gallery', |
76 | 76 | ); |
— | — | @@ -410,7 +410,7 @@ |
411 | 411 | 'srf_paramdesc_charttitle' => 'Der Titel des Diagramms', |
412 | 412 | 'srf_paramdesc_barcolor' => 'Die Farbe der Balken', |
413 | 413 | 'srf_paramdesc_bardirection' => 'Ein Säulen- (vertikale Ausrichtung) oder Balkendiagramm (horizontale Ausrichtung)', |
414 | | - 'srf_paramdesc_baryaxislabel' => 'Die Beschriftung der y-Achse', |
| 414 | + 'srf_paramdesc_barnumbersaxislabel' => 'Die Beschriftung der y-Achse', |
415 | 415 | 'srf_printername_gallery' => 'Galerie', |
416 | 416 | ); |
417 | 417 | |
— | — | @@ -1302,7 +1302,7 @@ |
1303 | 1303 | 'srf_paramdesc_charttitle' => 'Grafiektitel', |
1304 | 1304 | 'srf_paramdesc_barcolor' => 'De kleur van de balken', |
1305 | 1305 | 'srf_paramdesc_bardirection' => 'De richting van de grafielbalken', |
1306 | | - 'srf_paramdesc_baryaxislabel' => 'Het lavel van de Y-as', |
| 1306 | + 'srf_paramdesc_barnumbersaxislabel' => 'Het lavel van de Y-as', |
1307 | 1307 | 'srf_printername_gallery' => 'Galerij', |
1308 | 1308 | ); |
1309 | 1309 | |