Index: trunk/phase3/languages/LanguageDe.php |
— | — | @@ -418,6 +418,8 @@ |
419 | 419 | "nextn" => "n�chste $1", |
420 | 420 | "viewprevnext" => "Zeige ($1) ($2) ($3).", |
421 | 421 | "showingresults" => "Hier sind <b>$1</b> Ergebnisse, beginnend mit #<b>$2</b>.", |
| 422 | +"showingresultsnum" => "Hier sind <b>$3</b> Ergebnisse bei einem jeweiligen |
| 423 | +Limit von <b>$1</b>, beginnend mit #<b>$2</b>.", |
422 | 424 | "nonefound" => "<strong>Hinweis</strong>: |
423 | 425 | Erfolglose Suchanfragen werden h�ufig verursacht durch den Versuch, nach 'gew�hnlichen' Worten zu suchen; diese sind nicht indiziert.", |
424 | 426 | "powersearch" => "Suche", |
Index: trunk/phase3/languages/Language.php |
— | — | @@ -576,6 +576,8 @@ |
577 | 577 | "nextn" => "next $1", |
578 | 578 | "viewprevnext" => "View ($1) ($2) ($3).", |
579 | 579 | "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.", |
| 580 | +"showingresultsnum" => "Showing below <b>$3</b> results using the respective |
| 581 | +limit of <b>$1</b> starting with #<b>$2</b>.", |
580 | 582 | "nonefound" => "<strong>Note</strong>: unsuccessful searches are |
581 | 583 | often caused by searching for common words like \"have\" and \"from\", |
582 | 584 | which are not indexed, or by specifying more than one search term (only pages |