diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-03-15 21:15:23 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-03-15 21:15:23 (GMT) |
commit | 8fdfd7bdb4cee9a580630066951d97315311300c (patch) | |
tree | c27e10c775261de81eecfa89d966fc4e2dc41472 /Swift/Translations | |
parent | 04e3aae0a3602212d1858c19a89a72eb24760eab (diff) | |
download | swift-8fdfd7bdb4cee9a580630066951d97315311300c.zip swift-8fdfd7bdb4cee9a580630066951d97315311300c.tar.bz2 |
Made placeholders translatable.
Diffstat (limited to 'Swift/Translations')
-rw-r--r-- | Swift/Translations/swift_nl.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 1f104c2..6034841 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -802,6 +802,13 @@ afbeelding</translation> </message> </context> <context> + <name>Swift::QtJoinMUCWindow</name> + <message> + <source>someroom@rooms.example.com</source> + <translation>eenkamer@kamers.voorbeeld.com</translation> + </message> +</context> +<context> <name>Swift::QtLoginWindow</name> <message> <source>User address:</source> @@ -1097,6 +1104,10 @@ afbeelding</translation> <source>This server doesn't support searching for users.</source> <translation>Deze server ondersteunt het zoeken van gebruikers niet.</translation> </message> + <message> + <source>alice@wonderland.lit</source> + <translation>alice@wonderland.lit</translation> + </message> </context> <context> <name>Swift::QtWebView</name> |