diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtStrings.h | 8 | ||||
-rw-r--r-- | Swift/Translations/swift_de.ts | 38 | ||||
-rw-r--r-- | Swift/Translations/swift_nl.ts | 31 | ||||
-rw-r--r-- | Swift/Translations/swift_ru.ts | 38 |
4 files changed, 115 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h index c7a6d21..042ffda 100644 --- a/Swift/QtUI/QtStrings.h +++ b/Swift/QtUI/QtStrings.h @@ -38,3 +38,11 @@ QT_TRANSLATE_NOOP("QDialogButtonBox", "&OK"); QT_TRANSLATE_NOOP("QDialogButtonBox", "OK"); QT_TRANSLATE_NOOP("QDialogButtonBox", "&Cancel"); QT_TRANSLATE_NOOP("QDialogButtonBox", "Cancel"); + +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Services"); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide %1"); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide Others"); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Show All"); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Preferences..."); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Quit %1"); +QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "About %1"); diff --git a/Swift/Translations/swift_de.ts b/Swift/Translations/swift_de.ts index 772960e..99f419d 100644 --- a/Swift/Translations/swift_de.ts +++ b/Swift/Translations/swift_de.ts @@ -522,6 +522,44 @@ </message> </context> <context> + <name>MAC_APPLICATION_MENU</name> + <message> + <location filename="../QtUI/QtStrings.h" line="42"/> + <source>Services</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="43"/> + <source>Hide %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="44"/> + <source>Hide Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="45"/> + <source>Show All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="46"/> + <source>Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="47"/> + <source>Quit %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="48"/> + <source>About %1</source> + <translation type="unfinished">Über %1</translation> + </message> +</context> +<context> <name>QApplication</name> <message> <location filename="../QtUI/QtStrings.h" line="17"/> diff --git a/Swift/Translations/swift_nl.ts b/Swift/Translations/swift_nl.ts index 598c8a9..69299ab 100644 --- a/Swift/Translations/swift_nl.ts +++ b/Swift/Translations/swift_nl.ts @@ -414,6 +414,37 @@ </message> </context> <context> + <name>MAC_APPLICATION_MENU</name> + <message> + <source>Services</source> + <translation>Voorzieningen</translation> + </message> + <message> + <source>Hide %1</source> + <translation>Verberg %1</translation> + </message> + <message> + <source>Hide Others</source> + <translation>Verberg andere</translation> + </message> + <message> + <source>Show All</source> + <translation>Toon alles</translation> + </message> + <message> + <source>Preferences...</source> + <translation>Voorkeuren...</translation> + </message> + <message> + <source>Quit %1</source> + <translation>Stop %1</translation> + </message> + <message> + <source>About %1</source> + <translation>Over %1</translation> + </message> +</context> +<context> <name>QApplication</name> <message> <source>QT_LAYOUT_DIRECTION</source> diff --git a/Swift/Translations/swift_ru.ts b/Swift/Translations/swift_ru.ts index ab96bfc..2ba705b 100644 --- a/Swift/Translations/swift_ru.ts +++ b/Swift/Translations/swift_ru.ts @@ -531,6 +531,44 @@ </message> </context> <context> + <name>MAC_APPLICATION_MENU</name> + <message> + <location filename="../QtUI/QtStrings.h" line="42"/> + <source>Services</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="43"/> + <source>Hide %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="44"/> + <source>Hide Others</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="45"/> + <source>Show All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="46"/> + <source>Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="47"/> + <source>Quit %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QtUI/QtStrings.h" line="48"/> + <source>About %1</source> + <translation type="unfinished">О %1</translation> + </message> +</context> +<context> <name>QApplication</name> <message> <location filename="../QtUI/QtStrings.h" line="17"/> |