All translations
Enter a message name below to show all available translations.
Found 3 translations.
| Name | Current message text |
|---|---|
| h English (en) | <syntaxhighlight lang="json"> [ { "uid": 1, "users_name": "admin2", "full_name": "Administrator", "email": "your-email@example.net", "lang": "en", "password": "" }, { "uid": 2, "users_name": "ben2", "full_name": "Ben Alister", "email": "ben@test.ing", "lang": "auto", "password": "test!123" } ] </syntaxhighlight> |
| h Japanese (ja) | <syntaxhighlight lang="json"> [ { "uid": 1, "users_name": "admin2", "full_name": "Administrator", "email": "your-email@example.net", "lang": "en", "password": "" }, { "uid": 2, "users_name": "ben2", "full_name": "Ben Alister", "email": "ben@test.ing", "lang": "auto", "password": "test!123" } ] </syntaxhighlight> |
| h Dutch (nl) | <syntaxhighlight lang="json"> [ { "uid": 1, "users_name": "admin2", "full_name": "Administrator", "email": "your-email@example.net", "lang": "en", "password": "" }, { "uid": 2, "users_name": "ben2", "full_name": "Ben Alister", "email": "ben@test.ing", "lang": "auto", "password": "test!123" } ] </syntaxhighlight> |