diff options
-rw-r--r-- | Swift/QtUI/QtStrings.h | 3 | ||||
-rw-r--r-- | Swift/Translations/swift_de.ts | 27 | ||||
-rw-r--r-- | Swift/Translations/swift_nl.ts | 11 | ||||
-rw-r--r-- | Swift/Translations/swift_ru.ts | 27 |
4 files changed, 54 insertions, 14 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h index 1ae958b..3317dbf 100644 --- a/Swift/QtUI/QtStrings.h +++ b/Swift/QtUI/QtStrings.h @@ -73,6 +73,9 @@ QT_TRANSLATE_NOOP("QDialogButtonBox", "OK"); QT_TRANSLATE_NOOP("QDialogButtonBox", "&Cancel"); QT_TRANSLATE_NOOP("QDialogButtonBox", "Cancel"); +QT_TRANSLATE_NOOP("QMessageBox", "Show Details..."); +QT_TRANSLATE_NOOP("QMessageBox", "Hide Details..."); + QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Services"); QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide %1"); QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide Others"); diff --git a/Swift/Translations/swift_de.ts b/Swift/Translations/swift_de.ts index 85ed165..33d34b5 100644 --- a/Swift/Translations/swift_de.ts +++ b/Swift/Translations/swift_de.ts @@ -537,37 +537,37 @@ <context> <name>MAC_APPLICATION_MENU</name> <message> - <location filename="../QtUI/QtStrings.h" line="76"/> + <location filename="../QtUI/QtStrings.h" line="79"/> <source>Services</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="77"/> + <location filename="../QtUI/QtStrings.h" line="80"/> <source>Hide %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="78"/> + <location filename="../QtUI/QtStrings.h" line="81"/> <source>Hide Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="79"/> + <location filename="../QtUI/QtStrings.h" line="82"/> <source>Show All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="80"/> + <location filename="../QtUI/QtStrings.h" line="83"/> <source>Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="81"/> + <location filename="../QtUI/QtStrings.h" line="84"/> <source>Quit %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="82"/> + <location filename="../QtUI/QtStrings.h" line="85"/> <source>About %1</source> <translation type="unfinished">Über %1</translation> </message> @@ -653,6 +653,19 @@ </message> </context> <context> + <name>QMessageBox</name> + <message> + <location filename="../QtUI/QtStrings.h" line="76"/> + <source>Show Details...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="77"/> + <source>Hide Details...</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QObject</name> <message> <location filename="../QtUI/MUCSearch/MUCSearchEmptyItem.cpp" line="25"/> diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 9e19716..24e4e04 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -522,6 +522,17 @@ </message> </context> <context> + <name>QMessageBox</name> + <message> + <source>Show Details...</source> + <translation>Toon details...</translation> + </message> + <message> + <source>Hide Details...</source> + <translation>Verbeg details...</translation> + </message> +</context> +<context> <name>QObject</name> <message> <source>No rooms found</source> diff --git a/Swift/Translations/swift_ru.ts b/Swift/Translations/swift_ru.ts index 5c31d6f..c5de2fd 100644 --- a/Swift/Translations/swift_ru.ts +++ b/Swift/Translations/swift_ru.ts @@ -539,37 +539,37 @@ <context> <name>MAC_APPLICATION_MENU</name> <message> - <location filename="../QtUI/QtStrings.h" line="76"/> + <location filename="../QtUI/QtStrings.h" line="79"/> <source>Services</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="77"/> + <location filename="../QtUI/QtStrings.h" line="80"/> <source>Hide %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="78"/> + <location filename="../QtUI/QtStrings.h" line="81"/> <source>Hide Others</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="79"/> + <location filename="../QtUI/QtStrings.h" line="82"/> <source>Show All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="80"/> + <location filename="../QtUI/QtStrings.h" line="83"/> <source>Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="81"/> + <location filename="../QtUI/QtStrings.h" line="84"/> <source>Quit %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QtUI/QtStrings.h" line="82"/> + <location filename="../QtUI/QtStrings.h" line="85"/> <source>About %1</source> <translation type="unfinished">О %1</translation> </message> @@ -655,6 +655,19 @@ </message> </context> <context> + <name>QMessageBox</name> + <message> + <location filename="../QtUI/QtStrings.h" line="76"/> + <source>Show Details...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="77"/> + <source>Hide Details...</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>QObject</name> <message> <location filename="../QtUI/MUCSearch/MUCSearchEmptyItem.cpp" line="25"/> |