diff -Nru r6nsim-66.4+r26~stanray~natty1/debian/bzr-builder.manifest r6nsim-66.4.1+r27~stanray~natty1/debian/bzr-builder.manifest --- r6nsim-66.4+r26~stanray~natty1/debian/bzr-builder.manifest 2011-11-20 09:35:39.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/debian/bzr-builder.manifest 2012-04-29 16:06:29.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}+r26~stanray -lp:r6nsim revid:nano@nano-laptop-20111120075613-hlgii6w9dje8pkx6 +# bzr-builder format 0.3 deb-version {debupstream}+r27~stanray +lp:r6nsim revid:stanraystan@rambler.ru-20120429154651-wunopgtuwltzjyan diff -Nru r6nsim-66.4+r26~stanray~natty1/debian/changelog r6nsim-66.4.1+r27~stanray~natty1/debian/changelog --- r6nsim-66.4+r26~stanray~natty1/debian/changelog 2011-11-20 09:35:39.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/debian/changelog 2012-04-29 16:06:29.000000000 +0000 @@ -1,8 +1,14 @@ -r6nsim (66.4+r26~stanray~natty1) lucid; urgency=low +r6nsim (66.4.1+r27~stanray~natty1) natty; urgency=low * Auto build. - -- riu Sun, 20 Nov 2011 09:35:39 +0000 + -- riu Sun, 29 Apr 2012 16:06:29 +0000 + +r6nsim (66.4.1) precise; urgency=low + + * New translations + + -- riu Sun, 29 Apr 2012 19:27:55 +0400 r6nsim (66.4) lucid; urgency=low diff -Nru r6nsim-66.4+r26~stanray~natty1/debian/control r6nsim-66.4.1+r27~stanray~natty1/debian/control --- r6nsim-66.4+r26~stanray~natty1/debian/control 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/debian/control 2012-04-29 16:06:29.000000000 +0000 @@ -2,7 +2,7 @@ Section: science Priority: extra Maintainer: riu -Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>=4.6), libqt4-opengl-dev (>=4.6) +Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>=4.6), libqt4-opengl-dev (>=4.6), freeglut3-dev (>=2.6) Standards-Version: 3.8.3 Homepage: http://sourceforge.net/projects/r6nsim diff -Nru r6nsim-66.4+r26~stanray~natty1/glwidget.cpp r6nsim-66.4.1+r27~stanray~natty1/glwidget.cpp --- r6nsim-66.4+r26~stanray~natty1/glwidget.cpp 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/glwidget.cpp 2012-04-29 16:06:29.000000000 +0000 @@ -2,6 +2,7 @@ #include "mainwindow.h" //#include #include +#include //#include //#include //#include diff -Nru r6nsim-66.4+r26~stanray~natty1/main.cpp r6nsim-66.4.1+r27~stanray~natty1/main.cpp --- r6nsim-66.4+r26~stanray~natty1/main.cpp 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/main.cpp 2012-04-29 16:06:29.000000000 +0000 @@ -5,14 +5,20 @@ { QApplication a(argc, argv); - QString locale = QLocale::system().name(); - //QMessageBox::warning(0,"Warning", locale); + QLocale::Language lng = QLocale::system().language(); QTranslator translator1; QTranslator translator2; - if (locale == "ru_RU") { - translator1.load(":/translations/r6nsim_ru_RU"); + if (lng == QLocale::Russian) { + translator1.load(":/translations/r6nsim_ru"); translator2.load(":/translations/qtstandard_ru"); + } else if (lng == QLocale::German) { + translator1.load(":/translations/r6nsim_de"); + translator2.load(":/translations/qtstandard_de"); + } else if (lng == QLocale::French) { + translator1.load(":/translations/r6nsim_fr"); + translator2.load(":/translations/qtstandard_fr"); } + a.installTranslator(&translator1); a.installTranslator(&translator2); MainWindow w; Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/qtstandard_de.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/qtstandard_de.qm differ diff -Nru r6nsim-66.4+r26~stanray~natty1/qtstandard_de.ts r6nsim-66.4.1+r27~stanray~natty1/qtstandard_de.ts --- r6nsim-66.4+r26~stanray~natty1/qtstandard_de.ts 1970-01-01 00:00:00.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/qtstandard_de.ts 2012-04-29 16:06:29.000000000 +0000 @@ -0,0 +1,150 @@ + + + + + QColorDialog + + Hu&e: + Farb&ton: + + + &Sat: + &Sättigung: + + + &Val: + &Helligkeit: + + + &Red: + &Rot: + + + &Green: + &Grün: + + + Bl&ue: + Bla&u: + + + A&lpha channel: + A&lphakanal: + + + Select Color + Farbauswahl + + + &Basic colors + Grundfar&ben + + + &Custom colors + &Benutzerdefinierte Farben + + + &Add to Custom Colors + Zu benutzerdefinierten Farben &hinzufügen + + + + QDialogButtonBox + + OK + OK + + + Save + Speichern + + + &Save + S&peichern + + + Open + Öffnen + + + Cancel + Abbrechen + + + &Cancel + &Abbrechen + + + Close + Schließen + + + &Close + Schl&ießen + + + Apply + Anwenden + + + Reset + Zurücksetzen + + + Help + Hilfe + + + Don't Save + Nicht speichern + + + Discard + Verwerfen + + + &Yes + &Ja + + + Yes to &All + Ja, &alle + + + &No + &Nein + + + N&o to All + N&ein, keine + + + Save All + Alles speichern + + + Abort + Abbrechen + + + Retry + Wiederholen + + + Ignore + Ignorieren + + + Restore Defaults + Voreinstellungen + + + Close without Saving + Schließen ohne Speichern + + + &OK + &OK + + + Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/qtstandard_fr.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/qtstandard_fr.qm differ diff -Nru r6nsim-66.4+r26~stanray~natty1/qtstandard_fr.ts r6nsim-66.4.1+r27~stanray~natty1/qtstandard_fr.ts --- r6nsim-66.4+r26~stanray~natty1/qtstandard_fr.ts 1970-01-01 00:00:00.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/qtstandard_fr.ts 2012-04-29 16:06:29.000000000 +0000 @@ -0,0 +1,166 @@ + + + + + QColorDialog + + Hu&e: + &Teinte : + + + &Sat: + &Saturation : + + + &Val: + &Valeur : + + + &Red: + &Rouge : + + + &Green: + &Vert : + + + Bl&ue: + Ble&u : + + + A&lpha channel: + Canal a&lpha : + + + Select Color + Sélectionner une couleur + + + &Basic colors + Couleurs de &base + + + &Custom colors + &Couleurs personnalisées + + + &Define Custom Colors >> + Définir des &couleurs personnalisées >> + + + OK + OK + + + Cancel + Annuler + + + &Add to Custom Colors + &Ajouter aux couleurs personnalisées + + + Select color + Sélection d'une couleur + + + + QDialogButtonBox + + OK + OK + + + Save + Enregistrer + + + &Save + Enregi&strer + + + Open + Ouvrir + + + Cancel + Annuler + + + &Cancel + &Annuler + + + Close + Fermer + + + &Close + &Fermer + + + Apply + Appliquer + + + Reset + Réinitialiser + + + Help + Aide + + + Don't Save + Ne pas enregistrer + + + Discard + Ne pas enregistrer + + + &Yes + &Oui + + + Yes to &All + Oui à &tout + + + &No + &Non + + + N&o to All + Non à to&ut + + + Save All + Tout Enregistrer + + + Abort + Abandonner + + + Retry + Réessayer + + + Ignore + Ignorer + + + Restore Defaults + Restaurer les valeurs par défaut + + + Close without Saving + Fermer sans enregistrer + + + &OK + &OK + + + Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/r6nsim_de.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/r6nsim_de.qm differ diff -Nru r6nsim-66.4+r26~stanray~natty1/r6nsim_de.ts r6nsim-66.4.1+r27~stanray~natty1/r6nsim_de.ts --- r6nsim-66.4+r26~stanray~natty1/r6nsim_de.ts 1970-01-01 00:00:00.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/r6nsim_de.ts 2012-04-29 16:06:29.000000000 +0000 @@ -0,0 +1,338 @@ + + + + + GLWidget + + + + Warning + Warnung + + + + Can't open + Es kann nicht geladen werden von + + + + Can't write to + Es kann nicht geschrieben werden nach + + + + MainWindow + + + Open triangulated OBJ + + + + + + 3D Objects *.obj (*.obj);;All files (*.*) + 3D-Objekte *.obj (*.obj);;Alle Dateien (*.*) + + + + object + Objekt + + + + loaded + object + geladen + + + + texture + Textur + + + + loaded + texture + geladen + + + + + + Stop + Anhalten + + + + + + Start + Start + + + + Select image for texture + Wählen Sie ein Bild als Textur aus + + + + Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;All files (*.*) + Bilder (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;Alle Dateien (*.*) + + + + Resume + Fortsetzen + + + + + + Warning + Warnung + + + + Can't open + Es kann nicht geladen werden von + + + + Can't write settings to + Einstellungen können nicht geschrieben werden nach + + + + Open settings file + + + + + Settings *.ini (*.ini);;All files (*.*) + Einstellungen *.ini (*.ini);;Alle Dateien (*.*) + + + + settings + Einstellungen + + + + loaded + settings + geladen + + + + Export options + Export-Einstellungen + + + + Width in pixels: + Breite in Pixeln: + + + + Export as image + Export as Image + Als Bild exportieren + + + + Images *.png (*.png) + Images (*.png *.xpm *.jpg) + Bilder *.png (*.png) + + + + Export lines as OBJ + + + + + Nothing to export + Nichts zu exportieren + + + + Line width + Linienstärke + + + + Pixels: + Pixel: + + + + MainWindowClass + + + Rotation Sim + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Principal moments of inertia</span></p></body></html> + + + + + Poinsot's ellipsoid + + + + + Draw lines + Linien zeichnen + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Angular velocity, rad/s</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Settings</span></p></body></html> + + + + + save settings + Einstellungen speichern + + + + delete settings + Einstellungen löschen + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Iterations/frame</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Speed</span></p></body></html> + + + + + Start + Start + + + + &File + &Datei + + + + Settings + Einstellungen + + + + Help + Hilfe + + + + E&xit + &Beenden + + + + &Info + &Info + + + + Load triangulated OBJ... + + + + + Load texture... + Textur wird geladen … + + + + Export as image... + Als Bild exportieren … + + + + Background color... + Hintergrundfarbe … + + + + Export lines as OBJ... + + + + + Line width... + Linienstärke … + + + + Load settings file... + Einstellungsdatei wird geladen … + + + + about + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Torque-free rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + + + + + version: + Version: + + + Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/r6nsim_fr.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/r6nsim_fr.qm differ diff -Nru r6nsim-66.4+r26~stanray~natty1/r6nsim_fr.ts r6nsim-66.4.1+r27~stanray~natty1/r6nsim_fr.ts --- r6nsim-66.4+r26~stanray~natty1/r6nsim_fr.ts 1970-01-01 00:00:00.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/r6nsim_fr.ts 2012-04-29 16:06:29.000000000 +0000 @@ -0,0 +1,338 @@ + + + + + GLWidget + + + + Warning + Attention + + + + Can't open + Impossible d'ouvrir + + + + Can't write to + Impossible d'écrire + + + + MainWindow + + + Open triangulated OBJ + + + + + + 3D Objects *.obj (*.obj);;All files (*.*) + + + + + object + + + + + loaded + object + chargé + + + + texture + la texture + + + + loaded + texture + chargé + + + + + + Stop + + + + + + + Start + Démarrer + + + + Select image for texture + Sélectionnez l'image pour la texture + + + + Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;All files (*.*) + Images (*. bmp *. gif *. jpg *. jpeg *. png *. pbm *. pgm *. ppm *. tiff *. xbm *. xpm);; Tous les fichiers (*.*) + + + + Resume + + + + + + + Warning + Attention + + + + Can't open + Impossible d'ouvrir + + + + Can't write settings to + + + + + Open settings file + Ouvrez le fichier des paramètres + + + + Settings *.ini (*.ini);;All files (*.*) + Réglages *. ini (*. ini);; Tous les fichiers (*.*) + + + + settings + paramètres + + + + loaded + settings + chargé + + + + Export options + Options d'export + + + + Width in pixels: + Largeur en pixels: + + + + Export as image + Export as Image + Exporter comme une image + + + + Images *.png (*.png) + Images (*.png *.xpm *.jpg) + Images *.png (*.png) + + + + Export lines as OBJ + Exporter en tant que lignes OBJ + + + + Nothing to export + Rien pour l'exportation + + + + Line width + + + + + Pixels: + + + + + MainWindowClass + + + Rotation Sim + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Principal moments of inertia</span></p></body></html> + + + + + Poinsot's ellipsoid + + + + + Draw lines + Dessiner des lignes + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Angular velocity, rad/s</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Settings</span></p></body></html> + + + + + save settings + sauvegarder les paramètres + + + + delete settings + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Iterations/frame</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Speed</span></p></body></html> + + + + + Start + Démarrer + + + + &File + + + + + Settings + Paramètres + + + + Help + Aide + + + + E&xit + + + + + &Info + + + + + Load triangulated OBJ... + + + + + Load texture... + + + + + Export as image... + + + + + Background color... + + + + + Export lines as OBJ... + + + + + Line width... + + + + + Load settings file... + + + + + about + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Torque-free rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + + + + + version: + + + + diff -Nru r6nsim-66.4+r26~stanray~natty1/r6nsim.pro r6nsim-66.4.1+r27~stanray~natty1/r6nsim.pro --- r6nsim-66.4+r26~stanray~natty1/r6nsim.pro 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/r6nsim.pro 2012-04-29 16:06:29.000000000 +0000 @@ -5,7 +5,9 @@ mainwindow.cpp \ glwidget.cpp \ about.cpp -TRANSLATIONS += r6nsim_ru_RU.ts +TRANSLATIONS += r6nsim_ru.ts \ + r6nsim_de.ts \ + r6nsim_fr.ts HEADERS += mainwindow.h \ glwidget.h \ about.h \ @@ -18,6 +20,7 @@ RC_FILE = r6nsim.rc } linux-* { + LIBS += -lGLU CONFIG += release OTHER_FILES += debian/control \ debian/changelog \ Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/r6nsim_ru.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru.qm differ Binary files /tmp/fDrzkh6xtD/r6nsim-66.4+r26~stanray~natty1/r6nsim_ru_RU.qm and /tmp/TOwhVBxMJp/r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru_RU.qm differ diff -Nru r6nsim-66.4+r26~stanray~natty1/r6nsim_ru_RU.ts r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru_RU.ts --- r6nsim-66.4+r26~stanray~natty1/r6nsim_ru_RU.ts 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru_RU.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,367 +0,0 @@ - - - - - GLWidget - - - - Warning - Внимание - - - - Can't open - Не могу открыть - - - - Can't write to - Не могу писать в - - - - MainWindow - - - Open triangulated OBJ - Загрузить триангулированный OBJ - - - - - 3D Objects *.obj (*.obj);;All files (*.*) - 3D объекты *.obj (*.obj);;Все файлы (*.*) - - - - object - объект - - - - loaded - object - загружен - - - - texture - текстура - - - - loaded - texture - загружена - - - - - - Stop - Стоп - - - - - - Start - Старт - - - - Select image for texture - Выберите картинку для текстуры - - - - Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;All files (*.*) - Картинки (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;Все файлы (*.*) - - - - Resume - Возврат - - - - - - Warning - Внимание - - - - Can't open - Не могу открыть - - - - Can't write settings to - Не могу записать настройки в - - - - Open settings file - Выберите файл настроек - - - - Settings *.ini (*.ini);;All files (*.*) - Настройки *.ini (*.ini);;Все файлы (*.*) - - - - settings - настройки - - - - loaded - settings - загружены - - - - Export options - Настройки экспорта - - - - Width in pixels: - Ширина в пикселях: - - - - Export as image - Export as Image - Экспорт картинки - - - - Images *.png (*.png) - Images (*.png *.xpm *.jpg) - Картинки *.png (*.png) - - - - Export lines as OBJ - Экспорт линий в OBJ - - - - Nothing to export - Нечего экспортировать - - - - Line width - Ширина линий - - - - Pixels: - Пикселей: - - - - MainWindowClass - - - Rotation Sim - Симулятор вращений - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Principal moments of inertia</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Главные моменты инерции</span></p></body></html> - - - - Poinsot's ellipsoid - Эллипсоид инерции - - - - Draw lines - Рисуй линии - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Angular velocity, rad/s</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Угловая скорость, рад/с</span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Settings</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Настройки</span></p></body></html> - - - - save settings - сохранить настройки - - - - delete settings - удалить настройку - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Iterations/frame</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Итерации/кадр</span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Speed</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Скорость</span></p></body></html> - - - - Start - Старт - - - - &File - &Файл - - - - Settings - Настройки - - - - Help - Справка - - - - E&xit - &Выход - - - - &Info - &Инфо - - - - Load triangulated OBJ... - Загрузить 3D-объект (триангул.)... - - - - Load texture... - Загрузить текстуру... - - - - Export as image... - Экспорт картинки... - - - - Background color... - Цвет фона... - - - - Export lines as OBJ... - Экспорт линий в OBJ... - - - - Line width... - Ширина линий... - - - - Load settings file... - Открыть файл настроек... - - - - about - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Torque-free rotation simulator</span></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Rotation simulator</span></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Симулятор свободного вращения</span></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Используйте стрелки (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) в окне 3D просмотра чтобы увеличить/уменьшить объект. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> для поворотов вдоль стационарных осей, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> для поворотов вдоль локальных осей объекта. </span><span style=" font-family:'Sans'; font-weight:600;">Пробел</span><span style=" font-family:'Sans';"> для сброса/паузы. </span></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> -<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Расчеты поворотов с использованием </span><a href="http://ru.wikipedia.org/wiki/%D0%A3%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F_%D0%AD%D0%B9%D0%BB%D0%B5%D1%80%D0%B0_%28%D0%BC%D0%B5%D1%85%D0%B0%D0%BD%D0%B8%D0%BA%D0%B0%29"><span style=" text-decoration: underline; color:#0000ff;">уравнений Эйлера</span></a></p> -<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> - - - - version: - версия: - - - diff -Nru r6nsim-66.4+r26~stanray~natty1/r6nsim_ru.ts r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru.ts --- r6nsim-66.4+r26~stanray~natty1/r6nsim_ru.ts 1970-01-01 00:00:00.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/r6nsim_ru.ts 2012-04-29 16:06:29.000000000 +0000 @@ -0,0 +1,367 @@ + + + + + GLWidget + + + + Warning + Внимание + + + + Can't open + Не могу открыть + + + + Can't write to + Не могу писать в + + + + MainWindow + + + Open triangulated OBJ + Загрузить триангулированный OBJ + + + + + 3D Objects *.obj (*.obj);;All files (*.*) + 3D объекты *.obj (*.obj);;Все файлы (*.*) + + + + object + объект + + + + loaded + object + загружен + + + + texture + текстура + + + + loaded + texture + загружена + + + + + + Stop + Стоп + + + + + + Start + Старт + + + + Select image for texture + Выберите картинку для текстуры + + + + Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;All files (*.*) + Картинки (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm *.xpm);;Все файлы (*.*) + + + + Resume + Возврат + + + + + + Warning + Внимание + + + + Can't open + Не могу открыть + + + + Can't write settings to + Не могу записать настройки в + + + + Open settings file + Выберите файл настроек + + + + Settings *.ini (*.ini);;All files (*.*) + Настройки *.ini (*.ini);;Все файлы (*.*) + + + + settings + настройки + + + + loaded + settings + загружены + + + + Export options + Настройки экспорта + + + + Width in pixels: + Ширина в пикселях: + + + + Export as image + Export as Image + Экспорт картинки + + + + Images *.png (*.png) + Images (*.png *.xpm *.jpg) + Картинки *.png (*.png) + + + + Export lines as OBJ + Экспорт линий в OBJ + + + + Nothing to export + Нечего экспортировать + + + + Line width + Ширина линий + + + + Pixels: + Пикселей: + + + + MainWindowClass + + + Rotation Sim + Симулятор вращений + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Principal moments of inertia</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Главные моменты инерции</span></p></body></html> + + + + Poinsot's ellipsoid + Эллипсоид инерции + + + + Draw lines + Рисуй линии + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Angular velocity, rad/s</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Угловая скорость, рад/с</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Settings</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Настройки</span></p></body></html> + + + + save settings + сохранить настройки + + + + delete settings + удалить настройку + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Iterations/frame</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Итерации/кадр</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Speed</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Скорость</span></p></body></html> + + + + Start + Старт + + + + &File + &Файл + + + + Settings + Настройки + + + + Help + Справка + + + + E&xit + &Выход + + + + &Info + &Инфо + + + + Load triangulated OBJ... + Загрузить 3D-объект (триангул.)... + + + + Load texture... + Загрузить текстуру... + + + + Export as image... + Экспорт картинки... + + + + Background color... + Цвет фона... + + + + Export lines as OBJ... + Экспорт линий в OBJ... + + + + Line width... + Ширина линий... + + + + Load settings file... + Открыть файл настроек... + + + + about + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Torque-free rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Rotation simulator</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Use arrow keys (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) inside 3D view area for zoom. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> for projection rotations, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> for rotations along object's local axes. </span><span style=" font-family:'Sans'; font-weight:600;">Spacebar</span><span style=" font-family:'Sans';"> to reset/pause. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Calculations are made using the </span><a href="http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamics%29"><span style=" text-decoration: underline; color:#0000ff;">Euler's equations</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-weight:600;">Симулятор свободного вращения</span></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Используйте стрелки (</span><span style=" font-family:'Sans'; font-weight:600;">↑↓</span><span style=" font-family:'Sans';">) в окне 3D просмотра чтобы увеличить/уменьшить объект. </span><span style=" font-family:'Sans'; font-weight:600;">X,Y,Z</span><span style=" font-family:'Sans';"> для поворотов вдоль стационарных осей, </span><span style=" font-family:'Sans'; font-weight:600;">U,V,W</span><span style=" font-family:'Sans';"> для поворотов вдоль локальных осей объекта. </span><span style=" font-family:'Sans'; font-weight:600;">Пробел</span><span style=" font-family:'Sans';"> для сброса/паузы. </span></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans';"></p> +<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Расчеты поворотов с использованием </span><a href="http://ru.wikipedia.org/wiki/%D0%A3%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F_%D0%AD%D0%B9%D0%BB%D0%B5%D1%80%D0%B0_%28%D0%BC%D0%B5%D1%85%D0%B0%D0%BD%D0%B8%D0%BA%D0%B0%29"><span style=" text-decoration: underline; color:#0000ff;">уравнений Эйлера</span></a></p> +<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/formula.png" /></p></body></html> + + + + version: + версия: + + + diff -Nru r6nsim-66.4+r26~stanray~natty1/res.qrc r6nsim-66.4.1+r27~stanray~natty1/res.qrc --- r6nsim-66.4+r26~stanray~natty1/res.qrc 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/res.qrc 2012-04-29 16:06:29.000000000 +0000 @@ -6,7 +6,11 @@ formula.png - r6nsim_ru_RU.qm qtstandard_ru.qm + r6nsim_ru.qm + r6nsim_fr.qm + r6nsim_de.qm + qtstandard_fr.qm + qtstandard_de.qm diff -Nru r6nsim-66.4+r26~stanray~natty1/template1/de.po r6nsim-66.4.1+r27~stanray~natty1/template1/de.po --- r6nsim-66.4+r26~stanray~natty1/template1/de.po 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/template1/de.po 2012-04-29 16:06:29.000000000 +0000 @@ -1,35 +1,35 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-22 08:47-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2011-10-22 08:45-0400\n" +"PO-Revision-Date: 2012-03-27 00:35+0000\n" +"Last-Translator: Dennis Baudys \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.5.3\n" +"X-Launchpad-Export-Date: 2012-04-29 15:16+0000\n" +"X-Generator: Launchpad (build 15149)\n" #: GLWidget#1 msgctxt "GLWidget#1" msgid "Warning" -msgstr "" +msgstr "Warnung" #: GLWidget#2 msgctxt "GLWidget#2" msgid "Can't open " -msgstr "" +msgstr "Es kann nicht geladen werden von " #: GLWidget#3 msgid "Can't write to " -msgstr "" +msgstr "Es kann nicht geschrieben werden nach " #: MainWindow#1 msgctxt "MainWindow#1" msgid "Start" -msgstr "" +msgstr "Start" #: MainWindow#2 msgid "Open triangulated OBJ" @@ -37,93 +37,92 @@ #: MainWindow#3 msgid "3D Objects *.obj (*.obj);;All files (*.*)" -msgstr "" +msgstr "3D-Objekte *.obj (*.obj);;Alle Dateien (*.*)" #: MainWindow#4 msgid "object " -msgstr "" +msgstr "Objekt " -# object #: MainWindow#5 msgctxt "MainWindow#5" msgid " loaded" -msgstr "" +msgstr " geladen" #: MainWindow#6 msgid "Select image for texture" -msgstr "" +msgstr "Wählen Sie ein Bild als Textur aus" #: MainWindow#7 msgid "" "Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm " "*.xpm);;All files (*.*)" msgstr "" +"Bilder (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm " +"*.xpm);;Alle Dateien (*.*)" #: MainWindow#8 msgid "texture " -msgstr "" +msgstr "Textur " -# texture #: MainWindow#9 msgctxt "MainWindow#9" msgid " loaded" -msgstr "" +msgstr " geladen" #: MainWindow#10 msgid "Stop" -msgstr "" +msgstr "Anhalten" #: MainWindow#11 msgid "Resume" -msgstr "" +msgstr "Fortsetzen" #: MainWindow#12 msgctxt "MainWindow#12" msgid "Warning" -msgstr "" +msgstr "Warnung" #: MainWindow#13 msgctxt "MainWindow#13" msgid "Can't open " -msgstr "" +msgstr "Es kann nicht geladen werden von " #: MainWindow#14 msgid "Can't write settings to " -msgstr "" +msgstr "Einstellungen können nicht geschrieben werden nach " #: MainWindow#15 msgid "Open settings file" -msgstr "" +msgstr "Einstellungsdatei öffnen" #: MainWindow#16 msgid "Settings *.ini (*.ini);;All files (*.*)" -msgstr "" +msgstr "Einstellungen *.ini (*.ini);;Alle Dateien (*.*)" #: MainWindow#17 msgid "settings " -msgstr "" +msgstr "Einstellungen " -# settings #: MainWindow#18 msgctxt "MainWindow#18" msgid " loaded" -msgstr "" +msgstr " geladen" #: MainWindow#19 msgid "Export options" -msgstr "" +msgstr "Export-Einstellungen" #: MainWindow#20 msgid "Width in pixels:" -msgstr "" +msgstr "Breite in Pixeln:" #: MainWindow#21 msgid "Export as image" -msgstr "" +msgstr "Als Bild exportieren" #: MainWindow#22 msgid "Images *.png (*.png)" -msgstr "" +msgstr "Bilder *.png (*.png)" #: MainWindow#23 msgid "Export lines as OBJ" @@ -131,15 +130,15 @@ #: MainWindow#24 msgid "Nothing to export" -msgstr "" +msgstr "Nichts zu exportieren" #: MainWindow#25 msgid "Line width" -msgstr "" +msgstr "Linienstärke" #: MainWindow#26 msgid "Pixels:" -msgstr "" +msgstr "Pixel:" #: MainWindowClass#1 msgid "Rotation Sim" @@ -147,9 +146,10 @@ #: MainWindowClass#2 msgid "" -"\n" -"\n" @@ -164,13 +164,14 @@ #: MainWindowClass#4 msgid "Draw lines" -msgstr "" +msgstr "Linien zeichnen" #: MainWindowClass#5 msgid "" -"\n" -"\n" @@ -181,9 +182,10 @@ #: MainWindowClass#6 msgid "" -"\n" -"\n" @@ -194,17 +196,18 @@ #: MainWindowClass#7 msgid "save settings" -msgstr "" +msgstr "Einstellungen speichern" #: MainWindowClass#8 msgid "delete settings" -msgstr "" +msgstr "Einstellungen löschen" #: MainWindowClass#9 msgid "" -"\n" -"\n" @@ -215,9 +218,10 @@ #: MainWindowClass#10 msgid "" -"\n" -"\n" @@ -229,27 +233,27 @@ #: MainWindowClass#11 msgctxt "MainWindowClass#11" msgid "Start" -msgstr "" +msgstr "Start" #: MainWindowClass#12 msgid "&File" -msgstr "" +msgstr "&Datei" #: MainWindowClass#13 msgid "Settings" -msgstr "" +msgstr "Einstellungen" #: MainWindowClass#14 msgid "Help" -msgstr "" +msgstr "Hilfe" #: MainWindowClass#15 msgid "E&xit" -msgstr "" +msgstr "&Beenden" #: MainWindowClass#16 msgid "&Info" -msgstr "" +msgstr "&Info" #: MainWindowClass#17 msgid "Load triangulated OBJ..." @@ -257,19 +261,19 @@ #: MainWindowClass#18 msgid "Load texture... " -msgstr "" +msgstr "Textur wird geladen … " #: MainWindowClass#19 msgid "Load settings file..." -msgstr "" +msgstr "Einstellungsdatei wird geladen …" #: MainWindowClass#20 msgid "Export as image..." -msgstr "" +msgstr "Als Bild exportieren …" #: MainWindowClass#21 msgid "Background color..." -msgstr "" +msgstr "Hintergrundfarbe …" #: MainWindowClass#22 msgid "Export lines as OBJ..." @@ -277,13 +281,14 @@ #: MainWindowClass#23 msgid "Line width..." -msgstr "" +msgstr "Linienstärke …" #: about#1 msgid "" -"\n" -"\n" @@ -300,20 +305,20 @@ "family:'Sans';\"> for projection rotations, U,V,W for rotations along object's local axes. Spacebar to reset/pause.

\n" -"

\n" +"style=\" font-family:'Sans'; font-weight:600;\">Spacebar to reset/pause.

\n" +"

\n" "

Calculations are made using the Euler's equations

\n" -"

\n" +"href=\"http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamic" +"s%29\">Euler's " +"equations

\n" +"

\n" "

" @@ -321,4 +326,4 @@ #: about#2 msgid "version: " -msgstr "" +msgstr "Version: " diff -Nru r6nsim-66.4+r26~stanray~natty1/template1/fr.po r6nsim-66.4.1+r27~stanray~natty1/template1/fr.po --- r6nsim-66.4+r26~stanray~natty1/template1/fr.po 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/template1/fr.po 2012-04-29 16:06:29.000000000 +0000 @@ -1,30 +1,30 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-22 08:48-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2011-10-22 08:45-0400\n" +"PO-Revision-Date: 2011-12-30 20:48+0000\n" +"Last-Translator: SarahSlean \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.5.3\n" +"X-Launchpad-Export-Date: 2012-04-29 15:16+0000\n" +"X-Generator: Launchpad (build 15149)\n" #: GLWidget#1 msgctxt "GLWidget#1" msgid "Warning" -msgstr "" +msgstr "Attention" #: GLWidget#2 msgctxt "GLWidget#2" msgid "Can't open " -msgstr "" +msgstr "Impossible d'ouvrir " #: GLWidget#3 msgid "Can't write to " -msgstr "" +msgstr "Impossible d'écrire " #: MainWindow#1 msgctxt "MainWindow#1" @@ -43,7 +43,6 @@ msgid "object " msgstr "" -# object #: MainWindow#5 msgctxt "MainWindow#5" msgid " loaded" @@ -51,23 +50,24 @@ #: MainWindow#6 msgid "Select image for texture" -msgstr "" +msgstr "Sélectionnez l'image pour la texture" #: MainWindow#7 msgid "" "Images (*.bmp *.gif *.jpg *.jpeg *.png *.pbm *.pgm *.ppm *.tiff *.xbm " "*.xpm);;All files (*.*)" msgstr "" +"Images (*. bmp *. gif *. jpg *. jpeg *. png *. pbm *. pgm *. ppm *. tiff *. " +"xbm *. xpm);; Tous les fichiers (*.*)" #: MainWindow#8 msgid "texture " -msgstr "" +msgstr "la texture " -# texture #: MainWindow#9 msgctxt "MainWindow#9" msgid " loaded" -msgstr "" +msgstr " chargé" #: MainWindow#10 msgid "Stop" @@ -93,17 +93,16 @@ #: MainWindow#15 msgid "Open settings file" -msgstr "" +msgstr "Ouvrez le fichier des paramètres" #: MainWindow#16 msgid "Settings *.ini (*.ini);;All files (*.*)" -msgstr "" +msgstr "Réglages *. ini (*. ini);; Tous les fichiers (*.*)" #: MainWindow#17 msgid "settings " -msgstr "" +msgstr "paramètres " -# settings #: MainWindow#18 msgctxt "MainWindow#18" msgid " loaded" @@ -111,27 +110,27 @@ #: MainWindow#19 msgid "Export options" -msgstr "" +msgstr "Options d'export" #: MainWindow#20 msgid "Width in pixels:" -msgstr "" +msgstr "Largeur en pixels:" #: MainWindow#21 msgid "Export as image" -msgstr "" +msgstr "Exporter comme une image" #: MainWindow#22 msgid "Images *.png (*.png)" -msgstr "" +msgstr "Images *.png (*.png)" #: MainWindow#23 msgid "Export lines as OBJ" -msgstr "" +msgstr "Exporter en tant que lignes OBJ" #: MainWindow#24 msgid "Nothing to export" -msgstr "" +msgstr "Rien pour l'exportation" #: MainWindow#25 msgid "Line width" @@ -139,17 +138,18 @@ #: MainWindow#26 msgid "Pixels:" -msgstr "" +msgstr "Pixels :" #: MainWindowClass#1 msgid "Rotation Sim" -msgstr "" +msgstr "Rotation Sim" #: MainWindowClass#2 msgid "" -"\n" -"\n" @@ -164,13 +164,14 @@ #: MainWindowClass#4 msgid "Draw lines" -msgstr "" +msgstr "Dessiner des lignes" #: MainWindowClass#5 msgid "" -"\n" -"\n" @@ -181,9 +182,10 @@ #: MainWindowClass#6 msgid "" -"\n" -"\n" @@ -194,7 +196,7 @@ #: MainWindowClass#7 msgid "save settings" -msgstr "" +msgstr "sauvegarder les paramètres" #: MainWindowClass#8 msgid "delete settings" @@ -202,9 +204,10 @@ #: MainWindowClass#9 msgid "" -"\n" -"\n" @@ -215,9 +218,10 @@ #: MainWindowClass#10 msgid "" -"\n" -"\n" @@ -229,7 +233,7 @@ #: MainWindowClass#11 msgctxt "MainWindowClass#11" msgid "Start" -msgstr "" +msgstr "Démarrer" #: MainWindowClass#12 msgid "&File" @@ -241,7 +245,7 @@ #: MainWindowClass#14 msgid "Help" -msgstr "" +msgstr "Aide" #: MainWindowClass#15 msgid "E&xit" @@ -281,9 +285,10 @@ #: about#1 msgid "" -"\n" -"\n" @@ -300,20 +305,20 @@ "family:'Sans';\"> for projection rotations, U,V,W for rotations along object's local axes. Spacebar to reset/pause.

\n" -"

\n" +"style=\" font-family:'Sans'; font-weight:600;\">Spacebar to reset/pause.

\n" +"

\n" "

Calculations are made using the Euler's equations

\n" -"

\n" +"href=\"http://en.wikipedia.org/wiki/Euler%27s_equations_%28rigid_body_dynamic" +"s%29\">Euler's " +"equations

\n" +"

\n" "

" diff -Nru r6nsim-66.4+r26~stanray~natty1/version.h r6nsim-66.4.1+r27~stanray~natty1/version.h --- r6nsim-66.4+r26~stanray~natty1/version.h 2011-11-20 09:35:38.000000000 +0000 +++ r6nsim-66.4.1+r27~stanray~natty1/version.h 2012-04-29 16:06:29.000000000 +0000 @@ -1,11 +1,11 @@ #ifndef VERSION_H #define VERSION_H -#define VER_FILEVERSION 66,4,0,0 -#define VER_FILEVERSION_STR "66.4.0.0\0" +#define VER_FILEVERSION 66,4,1,0 +#define VER_FILEVERSION_STR "66.4.1.0\0" -#define VER_PRODUCTVERSION 66,4,0,0 -#define VER_PRODUCTVERSION_STR "66.4\0" +#define VER_PRODUCTVERSION 66,4,1,0 +#define VER_PRODUCTVERSION_STR "66.4.1\0" #define VER_FILEDESCRIPTION_STR "Torque-free Rotation Simulator Executable" #define VER_LEGALCOPYRIGHT_STR "Public Domain, 2011"