All translations
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | ORDER BY LCASE(?surname) LCASE(?firstName) # Sorts results by surname, then first name (case-insensitive) LIMIT 100 # Limits the results to 100 to optimise performance. You can adjust or remove this limit as needed. }} |
h French (fr) | ORDER BY LCASE(?nom) LCASE(?prenom) # Trie les résultats par nom de famille, puis par prénom (en ignorant la casse) LIMIT 100 # Limite les résultats à 100 pour optimiser les performances. Vous pouvez ajuster ou retirer cette limite en fonction de vos besoins. }} |
h Dutch (nl) | ORDER BY LCASE(?achternaam) LCASE(?voornaam) # Sorteert de resultaten op achternaam, daarna voornaam (hoofdletterongevoelig) LIMIT 100 # Beperkt de resultaten tot 100 om de prestaties te optimaliseren. U kunt deze limiet naar behoefte aanpassen of verwijderen. }} |