lng: fix typo decending -> descending
This commit is contained in:
@@ -399,7 +399,7 @@ class paging {
|
||||
}
|
||||
|
||||
$breakorws = ($break ? '<br />' : ' ');
|
||||
foreach (array('asc' => $lng['panel']['ascending'], 'desc' => $lng['panel']['decending']) as $sortordertype => $sortorderdescription) {
|
||||
foreach (array('asc' => $lng['panel']['ascending'], 'desc' => $lng['panel']['descending']) as $sortordertype => $sortorderdescription) {
|
||||
$orderoptions.= makeoption($sortorderdescription, $sortordertype, $this->sortorder, true, true);
|
||||
}
|
||||
|
||||
|
||||
@@ -394,7 +394,7 @@ $lng['serversettings']['defaultip']['title'] = 'Standaard IP/Poort';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Wat is de standaard IP/Poort combinatie?';
|
||||
$lng['domains']['statstics'] = 'Gebruiks Statistieken';
|
||||
$lng['panel']['ascending'] = 'oplopend';
|
||||
$lng['panel']['decending'] = 'aflopend';
|
||||
$lng['panel']['descending'] = 'aflopend';
|
||||
$lng['panel']['search'] = 'Zoeken';
|
||||
$lng['panel']['used'] = 'gebruikt';
|
||||
|
||||
|
||||
@@ -437,7 +437,7 @@ $lng['serversettings']['defaultip']['title'] = 'Default IP/Port';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Select all IP-addresses you want to use as default for new domains';
|
||||
$lng['domains']['statstics'] = 'Usage Statistics';
|
||||
$lng['panel']['ascending'] = 'ascending';
|
||||
$lng['panel']['decending'] = 'decending';
|
||||
$lng['panel']['descending'] = 'descending';
|
||||
$lng['panel']['search'] = 'Search';
|
||||
$lng['panel']['used'] = 'used';
|
||||
|
||||
|
||||
@@ -427,7 +427,7 @@ $lng['serversettings']['defaultip']['title'] = 'IP / Port par défaut';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Quel est l\'IP / Port par défaut ?';
|
||||
$lng['domains']['statstics'] = 'Fréquentation';
|
||||
$lng['panel']['ascending'] = 'ascendant';
|
||||
$lng['panel']['decending'] = 'descendant';
|
||||
$lng['panel']['descending'] = 'descendant';
|
||||
$lng['panel']['search'] = 'Rechercher';
|
||||
$lng['panel']['used'] = 'utilisé';
|
||||
|
||||
|
||||
@@ -433,7 +433,7 @@ $lng['serversettings']['defaultip']['title'] = 'Standard-IP/Port';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Welche IP/Port-Kombination sollen standardmäßig verwendet werden?';
|
||||
$lng['domains']['statstics'] = 'Statistiken';
|
||||
$lng['panel']['ascending'] = 'aufsteigend';
|
||||
$lng['panel']['decending'] = 'absteigend';
|
||||
$lng['panel']['descending'] = 'absteigend';
|
||||
$lng['panel']['search'] = 'Suche';
|
||||
$lng['panel']['used'] = 'genutzt';
|
||||
|
||||
|
||||
@@ -422,7 +422,7 @@ $lng['serversettings']['defaultip']['title'] = 'IP/Porta default';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Qual\'è la combinazione IP/Porta default?';
|
||||
$lng['domains']['statstics'] = 'Statistiche d\'utilizzo';
|
||||
$lng['panel']['ascending'] = 'ascendente';
|
||||
$lng['panel']['decending'] = 'discendente';
|
||||
$lng['panel']['descending'] = 'discendente';
|
||||
$lng['panel']['search'] = 'Cerca';
|
||||
$lng['panel']['used'] = 'utilizzato';
|
||||
|
||||
|
||||
@@ -419,7 +419,7 @@ $lng['serversettings']['defaultip']['title'] = 'IP/Porta Padrão';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Qual é a IP/Porta Padrão?';
|
||||
$lng['domains']['statstics'] = 'Estatísticas de Uso';
|
||||
$lng['panel']['ascending'] = 'Crescente';
|
||||
$lng['panel']['decending'] = 'Decrescente';
|
||||
$lng['panel']['descending'] = 'Decrescente';
|
||||
$lng['panel']['search'] = 'Procurar';
|
||||
$lng['panel']['used'] = 'Usado';
|
||||
$lng['panel']['translator'] = 'Tradutor';
|
||||
|
||||
@@ -412,7 +412,7 @@ $lng['serversettings']['defaultip']['title'] = 'Förvald IP/Port';
|
||||
$lng['serversettings']['defaultip']['description'] = 'Vilken är den förvalda IP/Port kombinationen?';
|
||||
$lng['domains']['statstics'] = 'Användarstatistik';
|
||||
$lng['panel']['ascending'] = 'Stigande';
|
||||
$lng['panel']['decending'] = 'Fallande';
|
||||
$lng['panel']['descending'] = 'Fallande';
|
||||
$lng['panel']['search'] = 'Sök';
|
||||
$lng['panel']['used'] = 'använd';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user