diff options
13 files changed, 168 insertions, 131 deletions
diff --git a/Swift/Packaging/Debian/changelog.debian-unstable b/Swift/Packaging/Debian/changelog.debian-unstable index d5cbd3d..a609535 100644 --- a/Swift/Packaging/Debian/changelog.debian-unstable +++ b/Swift/Packaging/Debian/changelog.debian-unstable @@ -1,6 +1,26 @@ -swift-im (2.0~beta1+dev46-1) unstable; urgency=low +swift-im (2.0+dev6-1) unstable; urgency=low * Update from upstream. - * Rename /usr/bin/swift binary to not conflict with other package. Closes: #674504 + * Don't conflict with libswiften2 overrides. Closes: 726289 + * Don't conflict with swift-im-dbg overrides. Closes: 726290 + * Don't conflict with libswiften-dev overrides. Closes: 726291 + + + -- Kevin Smith <kevin@kismith.co.uk> Mon, 14 Oct 2013 16:42:12 -0000 + +swift-im (2.0+dev5-1) unstable; urgency=low + + * Update from upstream. + * Compiles with boost >= 1.50.0; will build on sid again. Closes: #713725 + * Include dependencies for libswiften so that other packages + can depend on it. Closes: #714902 + + -- Kevin Smith <kevin@kismith.co.uk> Mon, 12 Aug 2013 16:18:09 -0000 + +swift-im (2.0~beta1+dev47-1) unstable; urgency=low + + * Update from upstream. + * Rename /usr/bin/swift binary to not conflict with + other package. Closes: #674504 -- Kevin Smith <kevin@kismith.co.uk> Tue, 12 Jun 2012 19:25:12 -0000 diff --git a/Swift/Packaging/Debian/debian/binary-overrides/libswiften-dev b/Swift/Packaging/Debian/debian/binary-overrides/libswiften-dev new file mode 100644 index 0000000..93497a5 --- /dev/null +++ b/Swift/Packaging/Debian/debian/binary-overrides/libswiften-dev @@ -0,0 +1,2 @@ +# The upstream numbering scheme is that 2.0~beta1 is prior to 2.0 but that 2.0~beta1+dev10 is ten commits later than 2.0~beta1, so in this case the warning is redundant. +libswiften-dev binary: rc-version-greater-than-expected-version diff --git a/Swift/Packaging/Debian/debian/binary-overrides/libswiften2 b/Swift/Packaging/Debian/debian/binary-overrides/libswiften2 new file mode 100644 index 0000000..ae16e89 --- /dev/null +++ b/Swift/Packaging/Debian/debian/binary-overrides/libswiften2 @@ -0,0 +1,2 @@ +# The upstream numbering scheme is that 2.0~beta1 is prior to 2.0 but that 2.0~beta1+dev10 is ten commits later than 2.0~beta1, so in this case the warning is redundant. +libswiften2 binary: rc-version-greater-than-expected-version diff --git a/Swift/Packaging/Debian/debian/binary-overrides/swift-im b/Swift/Packaging/Debian/debian/binary-overrides/swift-im new file mode 100644 index 0000000..11ca729 --- /dev/null +++ b/Swift/Packaging/Debian/debian/binary-overrides/swift-im @@ -0,0 +1,2 @@ +# The upstream numbering scheme is that 2.0~beta1 is prior to 2.0 but that 2.0~beta1+dev10 is ten commits later than 2.0~beta1, so in this case the warning is redundant. +swift-im binary: rc-version-greater-than-expected-version diff --git a/Swift/Packaging/Debian/debian/binary-overrides/swift-im-dbg b/Swift/Packaging/Debian/debian/binary-overrides/swift-im-dbg new file mode 100644 index 0000000..d993122 --- /dev/null +++ b/Swift/Packaging/Debian/debian/binary-overrides/swift-im-dbg @@ -0,0 +1,2 @@ +# The upstream numbering scheme is that 2.0~beta1 is prior to 2.0 but that 2.0~beta1+dev10 is ten commits later than 2.0~beta1, so in this case the warning is redundant. +swift-im-dbg binary: rc-version-greater-than-expected-version diff --git a/Swift/Packaging/Debian/debian/control.in b/Swift/Packaging/Debian/debian/control.in index dd7be88..fa734f6 100644 --- a/Swift/Packaging/Debian/debian/control.in +++ b/Swift/Packaging/Debian/debian/control.in @@ -5,5 +5,5 @@ Maintainer: Swift Package Maintainer <packages@swift.im> Uploaders: Remko Tronçon <dev@el-tramo.be>, Kevin Smith <kevin@kismith.co.uk> Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libxml2-dev (>= 2.7.6), libxss-dev (>= 1.2.0), libboost-dev (>= 1.34.1), libboost-filesystem-dev (>= 1.34.1), libboost-program-options-dev (>= 1.34.1), libboost-regex-dev (>= 1.34.1), libboost-signals-dev (>= 1.34.1), libboost-system-dev (>= 1.34.1), libboost-thread-dev (>= 1.34.1), libboost-date-time-dev (>= 1.34.1), libidn11-dev (>= 1.10), docbook-xsl (>= 1.75.0), docbook-xml (>= 4.5), xsltproc, libxml2-utils, libhunspell-dev, libnatpmp-dev, libminiupnpc-dev, libsqlite3-dev %WEBKIT_DEPENDENCY% -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Git: git://swift.im/swift Vcs-Browser: http://swift.im/git/swift @@ -12,5 +12,5 @@ Homepage: http://swift.im Package: libswiften%SWIFTEN_SOVERSION% Architecture: any -Section: net +Section: libs Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} @@ -24,5 +24,5 @@ Architecture: any Section: libdevel Priority: optional -Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libswiften%SWIFTEN_SOVERSION% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libboost-dev (>= 1.34.1), libboost-filesystem-dev (>= 1.34.1), libboost-regex-dev (>= 1.34.1), libboost-signals-dev (>= 1.34.1), libboost-thread-dev (>= 1.34.1), libboost-date-time-dev (>= 1.34.1) Description: XMPP library (development files) Swiften is a robust, high-quality, standards-compliant, cross-platform, diff --git a/Swift/Packaging/Debian/debian/libswiften-dev.install b/Swift/Packaging/Debian/debian/libswiften-dev.install index 545c6d9..273c86b 100644 --- a/Swift/Packaging/Debian/debian/libswiften-dev.install +++ b/Swift/Packaging/Debian/debian/libswiften-dev.install @@ -2,2 +2,3 @@ usr/lib/libSwiften.so usr/include usr/bin/swiften-config +usr/share/lintian/overrides/libswiften-dev diff --git a/Swift/Packaging/Debian/debian/libswiften.install b/Swift/Packaging/Debian/debian/libswiften.install index 2603436..878fe4f 100644 --- a/Swift/Packaging/Debian/debian/libswiften.install +++ b/Swift/Packaging/Debian/debian/libswiften.install @@ -1 +1,2 @@ usr/lib/libSwiften.so.* +usr/share/lintian/overrides/libswiften2 diff --git a/Swift/Packaging/Debian/debian/rules b/Swift/Packaging/Debian/debian/rules index e16465d..0d42744 100755 --- a/Swift/Packaging/Debian/debian/rules +++ b/Swift/Packaging/Debian/debian/rules @@ -24,4 +24,6 @@ install: build dh_installdirs scons $(SCONS_FLAGS) $(SCONS_EXTRA_FLAGS) SWIFT_INSTALLDIR=$(CURDIR)/debian/tmp/usr SWIFTEN_INSTALLDIR=$(CURDIR)/debian/tmp/usr $(CURDIR)/debian/tmp + mkdir -p $(CURDIR)/debian/tmp/usr/share/lintian/overrides + cp debian/binary-overrides/* $(CURDIR)/debian/tmp/usr/share/lintian/overrides/ binary-indep: install diff --git a/Swift/Packaging/Debian/debian/source/lintian-overrides b/Swift/Packaging/Debian/debian/source/lintian-overrides new file mode 100644 index 0000000..b3f7bdd --- /dev/null +++ b/Swift/Packaging/Debian/debian/source/lintian-overrides @@ -0,0 +1,5 @@ +# The upstream numbering scheme is that 2.0~beta1 is prior to 2.0 but that 2.0~beta1+dev10 is ten commits later than 2.0~beta1, so in this case the warning is redundant. +swift-im source: rc-version-greater-than-expected-version +libswiften-dev source: rc-version-greater-than-expected-version +libswiften2 source: rc-version-greater-than-expected-version +swift-im-dbg source: rc-version-greater-than-expected-version diff --git a/Swift/Packaging/Debian/debian/swift-im-dbg.install b/Swift/Packaging/Debian/debian/swift-im-dbg.install new file mode 100644 index 0000000..e2db5d9 --- /dev/null +++ b/Swift/Packaging/Debian/debian/swift-im-dbg.install @@ -0,0 +1 @@ +usr/share/lintian/overrides/swift-im-dbg diff --git a/Swift/Packaging/Debian/debian/swift-im.install b/Swift/Packaging/Debian/debian/swift-im.install index 9e09ac7..68e0f9e 100644 --- a/Swift/Packaging/Debian/debian/swift-im.install +++ b/Swift/Packaging/Debian/debian/swift-im.install @@ -1,2 +1,6 @@ usr/bin/swift-im -usr/share +usr/share/icons +usr/share/pixmaps +usr/share/swift +usr/share/applications +usr/share/lintian/overrides/swift-im diff --git a/Swift/Translations/swift_he.ts b/Swift/Translations/swift_he.ts index 5b823cf..4a810f8 100644 --- a/Swift/Translations/swift_he.ts +++ b/Swift/Translations/swift_he.ts @@ -23,5 +23,5 @@ <location filename="../Controllers/Chat/ChatController.cpp" line="204"/> <source>This chat may not support delivery receipts. You might not receive delivery receipts for the messages you sent.</source> - <translation>ייתכן ושיחה זו לא תומכת בקבלות משלוח. אתה עשויה שלא לקבל קבלות משלוח עבור ההודעות שנשלחות מן הקצה שלך.</translation> + <translation>ייתכן כי שיחה זו לא תומכת בקבלות משלוח. אתה עשוי שלא לקבל קבלות משלוח עבור ההודעות אשר נשלחות מן הקצה שלך.</translation> </message> <message> @@ -34,15 +34,15 @@ <location filename="../Controllers/Chat/ChatController.cpp" line="324"/> <source>%1% has gone offline</source> - <translation>%1% במצב לא מקוון כעת</translation> + <translation>%1% במצב לא מקוון כעת</translation> </message> <message> <location filename="../Controllers/Chat/ChatController.cpp" line="328"/> <source>%1% has become available</source> - <translation>%1% במצב זמין כעת</translation> + <translation>%1% במצב זמין כעת</translation> </message> <message> <location filename="../Controllers/Chat/ChatController.cpp" line="330"/> <source>%1% has gone away</source> - <translation>%1% במצב נעדר כעת</translation> + <translation>%1% במצב נעדר כעת</translation> </message> <message> @@ -59,5 +59,5 @@ <location filename="../Controllers/Chat/ChatControllerBase.cpp" line="209"/> <source>Couldn't send message: %1%</source> - <translation>לא ניתן היה לשלוח הודעה: %1%</translation> + <translation>לא היתה אפשרות לשלוח הודעה: %1%</translation> </message> <message> @@ -69,5 +69,4 @@ <location filename="../Controllers/Chat/ChatControllerBase.cpp" line="275"/> <source>Bad request</source> - <translatorcomment>בקשה שגויה</translatorcomment> <translation>בקשה רעה</translation> </message> @@ -90,5 +89,5 @@ <location filename="../Controllers/Chat/ChatControllerBase.cpp" line="279"/> <source>Recipient can no longer be contacted</source> - <translation>לא ניתן לתקשר עוד עם נמען</translation> + <translation>אין אפשרות לתקשר עוד עם נמען</translation> </message> <message> @@ -188,10 +187,10 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="233"/> <source>Unable to enter this room</source> - <translation>לא ניתן להיכנס אל חדר זה</translation> + <translation>אין אפשרות להיכנס אל חדר זה</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="239"/> <source>Unable to enter this room as %1%, retrying as %2%</source> - <translation>לא ניתן להיכנס אל חדר זה תחת השם %1%, מנסה כעת להיכנס בשם %2%</translation> + <translation>אין אפשרות להיכנס אל חדר זה תחת השם %1%, מנסה כעת להיכנס בתור %2%</translation> </message> <message> @@ -237,10 +236,10 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="332"/> <source>%1% has entered the room as a %2%.</source> - <translation>%1% נכנס/ה אל החדר בתפקיד %2%.</translation> + <translation>%1% נכנס/ה אל החדר בתפקיד %2%.</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="335"/> <source>%1% has entered the room.</source> - <translation>%1% נכנס/ה אל החדר.</translation> + <translation>%1% נכנס/ה אל החדר.</translation> </message> <message> @@ -267,5 +266,5 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="470"/> <source>%1% is now a %2%</source> - <translation>%1% מצוי/ה כעת במצב %2%</translation> + <translation>%1% מצוי/ה כעת במצב %2%</translation> </message> <message> @@ -322,5 +321,5 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="667"/> <source>%1% has left the room</source> - <translation>%1% עזב/ה את החדר</translation> + <translation>%1% עזב/ה את החדר</translation> </message> <message> @@ -342,5 +341,5 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="247"/> <source>The correct room password is needed</source> - <translation>הסיסמה המדויקת נחוצה</translation> + <translation>סיסמת חדר מדויקת הינה נחוצה</translation> </message> <message> @@ -353,40 +352,40 @@ <location filename="../Controllers/Chat/MUCController.cpp" line="656"/> <source>%1% have entered the room</source> - <translation>%1% נכנסו אל החדר</translation> + <translation>%1% נכנסו אל החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="659"/> <source>%1% has entered the room</source> - <translation>%1% נכנס/ה אל החדר</translation> + <translation>%1% נכנס/ה אל החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="664"/> <source>%1% have left the room</source> - <translation>%1% עזבו את החדר</translation> + <translation>%1% עזבו את החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="672"/> <source>%1% have entered then left the room</source> - <translation>%1% נכנסו אל החדר ואז עזבו</translation> + <translation>%1% נכנסו ואז עזבו את החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="675"/> <source>%1% has entered then left the room</source> - <translation>%1% נכנס/ה אל החדר ואז עזב/ה</translation> + <translation>%1% נכנס/ה ואז עזב/ה את החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="680"/> <source>%1% have left then returned to the room</source> - <translation>%1% עזבו ואז חזרו אל החדר</translation> + <translation>%1% עזבו ואז חזרו אל החדר</translation> </message> <message> <location filename="../Controllers/Chat/MUCController.cpp" line="683"/> <source>%1% has left then returned to the room</source> - <translation>%1% עזב/ה ואז חזר/ה אל החדר</translation> + <translation>%1% עזב/ה ואז חזר/ה אל החדר</translation> </message> <message> <location filename="../Controllers/EventNotifier.cpp" line="59"/> <source>%1% wants to add you to his/her contact list</source> - <translation>%1% רוצה להוסיפך אל רשימת הקשרים שלו/שלה</translation> + <translation>%1% רוצה להוסיף אותך אל רשימת הקשרים שלו/שלה</translation> </message> <message> @@ -413,5 +412,5 @@ <location filename="../Controllers/MainController.cpp" line="568"/> <source>Unable to find server</source> - <translation>לא ניתן למצוא שרת</translation> + <translation>אין אפשרות למצוא שרת</translation> </message> <message> @@ -423,5 +422,5 @@ <location filename="../Controllers/MainController.cpp" line="570"/> <source>Error while receiving server data</source> - <translation>שגיאה במהלך קבלת נתונים של שרת</translation> + <translation>שגיאה במהלך קבלת נתוני שרת</translation> </message> <message> @@ -433,5 +432,5 @@ <location filename="../Controllers/MainController.cpp" line="572"/> <source>Error parsing server data</source> - <translation>שגיאה בניתוח נתונים של שרת</translation> + <translation>שגיאה בניתוח נתוני שרת</translation> </message> <message> @@ -439,5 +438,5 @@ <source>Login/password invalid</source> <translatorcomment>credentials</translatorcomment> - <translation>נתוני התחברות שגויים</translation> + <translation>התחברות/סיסמה שגויים</translation> </message> <message> @@ -484,5 +483,5 @@ <location filename="../Controllers/MainController.cpp" line="582"/> <source>Error loading certificate (Invalid password?)</source> - <translation>בגיאה בטעינת תעודה (סיסמה שגויה?)</translation> + <translation>שגיאה בטעינת תעודה (סיסמה שגויה?)</translation> </message> <message> @@ -529,5 +528,5 @@ <location filename="../Controllers/MainController.cpp" line="592"/> <source>Certificate cannot be used for encrypting your connection</source> - <translation>לא ניתן להשתמש בתעודה עבור הצפנת חיבורך</translation> + <translation>תעודה לא שמישה עבור הצפנת החיבור שלך</translation> </message> <message> @@ -560,5 +559,5 @@ <location filename="../Controllers/MainController.cpp" line="598"/> <source>Unable to determine certificate revocation state</source> - <translation>לא ניתן לקבוע מצב פסילות של תעודה</translation> + <translation>אין אפשרות לקבוע מצב פסילות של תעודה</translation> </message> <message> @@ -575,15 +574,15 @@ <location filename="../Controllers/MainController.cpp" line="628"/> <source>Disconnected from %1%: %2%. To reconnect, Sign Out and provide your password again.</source> - <translation>מנותק מן %1%: %2%. כדי להתחבר שוב, התנתק וספק את סיסמתך פעם נוספת.</translation> + <translation>מנותק מן %1%: %2%. כדי להתחבר שוב, התנתק וספק את הסיסמה שלך פעם נוספת.</translation> </message> <message> <location filename="../Controllers/MainController.cpp" line="634"/> <source>Reconnect to %1% failed: %2%. Will retry in %3% seconds.</source> - <translation>מתחבר מחדש כעת אל %1% נכשל: %2%. ניסיון נוסף בעוד %3% שניות.</translation> + <translation>מתחבר מחדש כעת אל %1% נכשל: %2%. ניסיון נוסף יערך בעוד %3% שניות.</translation> </message> <message> <location filename="../Controllers/MainController.cpp" line="637"/> <source>Disconnected from %1%: %2%.</source> - <translation>מנותק מן %1%: %2%.</translation> + <translation>מנותק מן %1%: %2%.</translation> </message> <message> @@ -624,5 +623,5 @@ <location filename="../Controllers/ProfileController.cpp" line="62"/> <source>There was an error publishing your profile data</source> - <translation>ארעה שגיאה בפרסום נתוני דיוקנך</translation> + <translation>אירעה שגיאה בפרסום נתוני הדיוקן שלך</translation> </message> <message> @@ -690,10 +689,10 @@ <location filename="../QtUI/QtStrings.h" line="84"/> <source>Quit %1</source> - <translation>יציאה מן %1</translation> + <translation>צא מתוך %1</translation> </message> <message> <location filename="../QtUI/QtStrings.h" line="85"/> <source>About %1</source> - <translation>אודות %1</translation> + <translation>אודות %1</translation> </message> </context> @@ -750,5 +749,4 @@ <location filename="../QtUI/QtStrings.h" line="22"/> <source>&Undo</source> - <translatorcomment>&ביטול ביצוע</translatorcomment> <translation>&בטל</translation> </message> @@ -756,5 +754,4 @@ <location filename="../QtUI/QtStrings.h" line="23"/> <source>&Redo</source> - <translatorcomment>&ביצוע חוזר</translatorcomment> <translation>בצע &שוב</translation> </message> @@ -785,10 +782,10 @@ <location filename="../QtUI/QtStrings.h" line="76"/> <source>Show Details...</source> - <translation>הצג פרטים...</translation> + <translation>הצגת פרטים...</translation> </message> <message> <location filename="../QtUI/QtStrings.h" line="77"/> <source>Hide Details...</source> - <translation>הסתר פרטים...</translation> + <translation>הסתרת פרטים...</translation> </message> </context> @@ -803,10 +800,10 @@ <location filename="../QtUI/EventViewer/QtEvent.cpp" line="68"/> <source>%1 would like to add you to their contact list.</source> - <translation>%1 רוצה להוסיפך אל רשימת הקשרים שלהם.</translation> + <translation>%1 רוצה להוסיפך אל רשימת הקשרים שלהם.</translation> </message> <message> <location filename="../QtUI/EventViewer/QtEvent.cpp" line="71"/> <source>%1 would like to add you to their contact list, saying '%2'</source> - <translation>%1 רוצה להוסיפך אל רשימת הקשרים שלהם, באומרם '%2'</translation> + <translation>%1 רוצה להוסיפך אל רשימת הקשרים שלהם, באומרם '%2'</translation> </message> <message> @@ -828,5 +825,5 @@ <location filename="../QtUI/QtChatWindow.cpp" line="985"/> <source>This person may not have really sent this invitation!</source> - <translation>אפשרי שאישיות זו לא באמת שלחה את הזמנה זו!</translation> + <translation>אפשרי כי אישיות זו לא באמת שלחה את הזמנה זו!</translation> </message> <message> @@ -916,12 +913,10 @@ <location filename="../QtUI/QtStrings.h" line="30"/> <source>Top</source> - <translatorcomment>ראש</translatorcomment> - <translation>שיא</translation> + <translation>למעלה</translation> </message> <message> <location filename="../QtUI/QtStrings.h" line="31"/> <source>Bottom</source> - <translatorcomment>תחת</translatorcomment> - <translation>תחתית</translation> + <translation>למטה</translation> </message> <message> @@ -1009,10 +1004,10 @@ <location filename="../QtUI/QtStrings.h" line="49"/> <source>Top</source> - <translation>שיא</translation> + <translation>למעלה</translation> </message> <message> <location filename="../QtUI/QtStrings.h" line="50"/> <source>Bottom</source> - <translation>תחתית</translation> + <translation>למטה</translation> </message> <message> @@ -1042,5 +1037,5 @@ <location filename="../QtUI/QtStrings.h" line="56"/> <source>< &Back</source> - <translation>< &קודם</translation> + <translation>< &אחורה</translation> </message> <message> @@ -1057,5 +1052,5 @@ <location filename="../QtUI/QtStrings.h" line="59"/> <source>Go Back</source> - <translation>חזרה</translation> + <translation>חזור</translation> </message> <message> @@ -1092,10 +1087,10 @@ <location filename="../QtUI/QtStrings.h" line="66"/> <source>&Next</source> - <translation>&הבא</translation> + <translation>&קדימה</translation> </message> <message> <location filename="../QtUI/QtStrings.h" line="67"/> <source>&Next ></source> - <translation>&הבא ></translation> + <translation>&קדימה ></translation> </message> </context> @@ -1105,6 +1100,5 @@ <location filename="../QtUI/QtAffiliationEditor.ui" line="14"/> <source>Edit Affiliations</source> - <translatorcomment>עריכת</translatorcomment> - <translation>ערוך שיוכים</translation> + <translation>עריכת שיוכים</translation> </message> <message> @@ -1136,10 +1130,10 @@ <location filename="../QtUI/QtAffiliationEditor.ui" line="68"/> <source>Add User</source> - <translation>הוסף משתמש</translation> + <translation>הוספת משתמש</translation> </message> <message> <location filename="../QtUI/QtAffiliationEditor.ui" line="75"/> <source>Remove User</source> - <translation>הסר משתמש</translation> + <translation>הסרת משתמש</translation> </message> </context> @@ -1164,5 +1158,5 @@ <location filename="../QtUI/QtBookmarkDetailWindow.ui" line="60"/> <source>Your Nickname:</source> - <translation>שם כינוייך:</translation> + <translation>שם כינוי:</translation> </message> <message> @@ -1178,5 +1172,5 @@ <message> <source>Join automatically</source> - <translation type="obsolete">הצטרפות אוטומטית</translation> + <translation type="obsolete">הצטרף אוטומטית</translation> </message> </context> @@ -1245,5 +1239,5 @@ <location filename="../QtUI/QtConnectionSettings.ui" line="134"/> <source>Allow sending password over insecure connection</source> - <translation>התר שליחת סיסמתך על פני חיבור לא מאובטח</translation> + <translation>התר שליחת סיסמה על פני חיבור לא מאובטח</translation> </message> <message> @@ -1328,10 +1322,10 @@ <location filename="../QtUI/QtHistoryWindow.ui" line="42"/> <source>Next</source> - <translation>הבא</translation> + <translation>קדימה</translation> </message> <message> <location filename="../QtUI/QtHistoryWindow.ui" line="52"/> <source>Previous</source> - <translation>הקודם</translation> + <translation>אחורה</translation> </message> </context> @@ -1342,5 +1336,5 @@ <location filename="../QtUI/QtJoinMUCWindow.ui" line="113"/> <source>Enter Room</source> - <translation>כנס אל חדר</translation> + <translation>כניסה אל חדר</translation> </message> <message> @@ -1352,5 +1346,5 @@ <location filename="../QtUI/QtJoinMUCWindow.ui" line="42"/> <source>Your Nickname:</source> - <translation>שם כינוייך:</translation> + <translation>שם כינוי:</translation> </message> <message> @@ -1362,5 +1356,5 @@ <location filename="../QtUI/QtJoinMUCWindow.ui" line="71"/> <source>Automatically configure newly created rooms</source> - <translation>הגדר אוטומטית חדרים חדשים שנוצרים</translation> + <translation>הגדר אוטומטית חדרים חדשים אשר נוצרים</translation> </message> <message> @@ -1375,5 +1369,5 @@ <message> <source>Nickname:</source> - <translation type="obsolete">כינוי:</translation> + <translation type="obsolete">שם כינוי:</translation> </message> <message> @@ -1450,5 +1444,5 @@ <location filename="../QtUI/UserSearch/QtUserSearchFirstPage.ui" line="20"/> <source>Add another user to your contact list. If you know their address you can add them directly, or you can search for them.</source> - <translation>הוסף משתמש אחר אל רשימת הקשרים שלך. אם כתובתם ידועה לך ביכולתך להוסיפה ישירות, לחלופין ביכולתך לחפש עבורם.</translation> + <translation>הוסף משתמש אחר אל רשימת הקשרים שלך. אם כתובתם ידועה לך באפשרותך להוסיפה ישירות, לחלופין באפשרותך לחפש עבורם.</translation> </message> <message> @@ -1507,5 +1501,5 @@ <location filename="../QtUI/QtAboutWidget.cpp" line="23"/> <source>About %1</source> - <translation>אודות %1</translation> + <translation>אודות %1</translation> </message> <message> @@ -1517,10 +1511,10 @@ <location filename="../QtUI/QtAboutWidget.cpp" line="43"/> <source>Built with Qt %1</source> - <translation>הודר באמצעות Qt %1</translation> + <translation>הודר בעזרת Qt %1</translation> </message> <message> <location filename="../QtUI/QtAboutWidget.cpp" line="44"/> <source>Running with Qt %1</source> - <translation>מורץ בעזרת Qt %1</translation> + <translation>מורץ בעזרת Qt %1</translation> </message> <message> @@ -1528,5 +1522,5 @@ <source>Using the English translation by %1</source> - <translation>ממשק תורגם לשפה העברית באדיבות + <translation>ממשק זה תורגם לשפה העברית באדיבות %1</translation> </message> @@ -1547,5 +1541,5 @@ <location filename="../QtUI/QtAdHocCommandWindow.cpp" line="39"/> <source>Back</source> - <translation>חזרה</translation> + <translation>אחורה</translation> </message> <message> @@ -1557,5 +1551,5 @@ <location filename="../QtUI/QtAdHocCommandWindow.cpp" line="45"/> <source>Complete</source> - <translation>הושלם</translation> + <translation>השלם</translation> </message> <message> @@ -1580,5 +1574,5 @@ <location filename="../QtUI/QtAffiliationEditor.cpp" line="48"/> <source>Add User</source> - <translation>הוסף משתמש</translation> + <translation>הוספת משתמש</translation> </message> <message> @@ -1598,5 +1592,5 @@ <location filename="../QtUI/QtAvatarWidget.cpp" line="73"/> <source>Select picture ...</source> - <translation>בחר תמונה ...</translation> + <translation>בחירת תמונה ...</translation> </message> <message> @@ -1613,9 +1607,9 @@ <location filename="../QtUI/QtAvatarWidget.cpp" line="81"/> <source>Image Files (*.png *.jpg *.jpeg *.gif)</source> - <translation>קבצי תמונה (*.png *.jpg *.jpeg *.gif)</translation> + <translation>קבצי תמונה (*.png *.jpg *.jpeg *.gif)</translation> </message> <message> <source>Image Files (*.png *.jpg *.gif)</source> - <translation type="obsolete">קבצי תמונה (*.png *.jpg *.gif)</translation> + <translation type="obsolete">קבצי תמונה (*.png *.jpg *.gif)</translation> </message> <message> @@ -1627,4 +1621,5 @@ <location filename="../QtUI/QtAvatarWidget.cpp" line="95"/> <source>The selected picture is in an unrecognized format</source> + <translatorcomment>התמונה הנבחרת מצויה בתוך פורמט לא מוכר</translatorcomment> <translation>הפורמט של התמונה הנבחרת אינו מוכר</translation> </message> @@ -1777,5 +1772,5 @@ <source>%1 edited</source> <translatorcomment>ערוכה</translatorcomment> - <translation>%1 ערוך</translation> + <translation type="unfinished">%1 ערוך</translation> </message> <message> @@ -1848,20 +1843,20 @@ <source>This chat may not support message correction. If you send a correction anyway, it may appear as a duplicate message</source> <translatorcomment>שיחה זו עשויה ש</translatorcomment> - <translation>אפשרי ששיחה זו לא תומכת בתיקון הודעות. אם תשלח תיקון בכל זאת, זה עשוי להופיע כהודעה כפולה</translation> + <translation>אפשרי כי שיחה זו לא תומכת בתיקון הודעות. אם תשלח תיקון בכל זאת, זה עשוי להופיע בתור הודעה כפולה</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="271"/> <source>This chat does not support message correction. If you send a correction anyway, it will appear as a duplicate message</source> - <translation>שיחה זו לא תומכת בתיקון הודעות. אם תשלח תיקון בכל זאת, זה יופיע כהודעה כפולה</translation> + <translation>שיחה זו לא תומכת בתיקון הודעות. אם תשלח תיקון בכל זאת, זו תופיע בתור הודעה כפולה</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="546"/> <source>This message has not been received by your server yet.</source> - <translation>הודעה זו לא התקבלה עדיין על ידי שרתך.</translation> + <translation>הודעה זו טרם התקבלה על ידי השרת שלך.</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="553"/> <source>This message may not have been transmitted.</source> - <translation>אפשרי שהודעה זו לא שודרה.</translation> + <translation>אפשרי כי הודעה זו לא שודרה.</translation> </message> <message> @@ -1873,5 +1868,5 @@ <location filename="../QtUI/QtChatWindow.cpp" line="565"/> <source>The receipt for this message has not yet been received. The recipient(s) might not have received this message.</source> - <translation>הקבלה עבור הודעה זו עדיין לא התקבלה. ייתכן שהקצה המרוחק לא קיבל את הודעה זו.</translation> + <translation>הקבלה עבור הודעה זו טרם התקבלה. ייתכן כי הקצה המרוחק לא קיבל את הודעה זו.</translation> </message> <message> @@ -1907,5 +1902,6 @@ <location filename="../QtUI/QtChatWindow.cpp" line="665"/> <source>Accept</source> - <translation>הסכם</translation> + <translatorcomment>הסכם</translatorcomment> + <translation>קבל</translation> </message> <message> @@ -1917,5 +1913,5 @@ <location filename="../QtUI/QtChatWindow.cpp" line="663"/> <source>%1 would like to start a whiteboard chat</source> - <translation>%1 רוצה להתחיל שיחת לוח לבן</translation> + <translation>%1 רוצה להתחיל שיחת לוח לבן</translation> </message> <message> @@ -1937,15 +1933,15 @@ <location filename="../QtUI/QtChatWindow.cpp" line="906"/> <source>Change subject…</source> - <translation>שנה נושא…</translation> + <translation>שינוי נושא…</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="907"/> <source>Configure room…</source> - <translation>הגדר חדר…</translation> + <translation>הגדרת חדר…</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="908"/> <source>Edit affiliations…</source> - <translation>ערוך שיוכים…</translation> + <translation>עריכת שיוכים…</translation> </message> <message> @@ -1957,10 +1953,10 @@ <location filename="../QtUI/QtChatWindow.cpp" line="910"/> <source>Invite person to this room…</source> - <translation>הזמן אישיות אל חדר זה…</translation> + <translation>הזמנת אישיות אל חדר זה…</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="920"/> <source>Change room subject</source> - <translation>שנה נושא חדר</translation> + <translation>שינוי נושא חדר</translation> </message> <message> @@ -1972,10 +1968,10 @@ <location filename="../QtUI/QtChatWindow.cpp" line="938"/> <source>Confirm room destruction</source> - <translation>אמת חורבן חדר</translation> + <translation>אמת החרבת חדר</translation> </message> <message> <location filename="../QtUI/QtChatWindow.cpp" line="939"/> <source>Are you sure you want to destroy the room?</source> - <translation>האם אתה בטוח שברצונך להרוס את החדר?</translation> + <translation>האם אתה בטוח כי ברצונך להרוס את חדר זה?</translation> </message> <message> @@ -1991,5 +1987,5 @@ <message> <source>Couldn't send message: %1</source> - <translation type="obsolete">לא ניתן היה לשלוח הודעה: %1</translation> + <translation type="obsolete">לא היתה אפשרות לשלוח הודעה: %1</translation> </message> </context> @@ -2017,10 +2013,10 @@ <location filename="../QtUI/QtContactEditWindow.cpp" line="28"/> <source>Edit contact</source> - <translation>ערוך קשר</translation> + <translation>עריכת קשר</translation> </message> <message> <location filename="../QtUI/QtContactEditWindow.cpp" line="43"/> <source>Remove contact</source> - <translation>הסר קשר</translation> + <translation>הסרת קשר</translation> </message> <message> @@ -2037,5 +2033,5 @@ <location filename="../QtUI/QtContactEditWindow.cpp" line="95"/> <source>Are you sure you want to delete this contact?</source> - <translation>האם אתה בטוח שברצונך למחוק את קשר זה?</translation> + <translation>האם אתה בטוח כי ברצונך למחוק את קשר זה?</translation> </message> <message> @@ -2084,5 +2080,4 @@ <location filename="../QtUI/QtInviteToChatWindow.cpp" line="31"/> <source>If you want to provide a reason for the invitation, enter it here</source> - <translatorcomment>ניתן להזינה כאן</translatorcomment> <translation>אם ברצונך לספק סיבה עבור ההזמנה, הזן אותה כאן</translation> </message> @@ -2154,5 +2149,5 @@ <location filename="../QtUI/QtLoginWindow.cpp" line="178"/> <source>&About %1</source> - <translation>&אודות %1</translation> + <translation>&אודות %1</translation> </message> <message> @@ -2199,5 +2194,5 @@ <location filename="../QtUI/QtLoginWindow.cpp" line="369"/> <source>Confirm terms of use</source> - <translation>אמת תנאי שימוש</translation> + <translation>אשר תנאי שימוש</translation> </message> <message> @@ -2209,10 +2204,10 @@ <location filename="../QtUI/QtLoginWindow.cpp" line="412"/> <source>P12 files (*.cert *.p12 *.pfx);;All files (*.*)</source> - <translation>קבצי P12 (*.cert *.p12 *.pfx);;כל הקבצים (*.*)</translation> + <translation>קבצי P12 (*.cert *.p12 *.pfx);;כל הקבצים (*.*)</translation> </message> <message> <location filename="../QtUI/QtLoginWindow.cpp" line="525"/> <source>The certificate presented by the server is not valid.</source> - <translation>התעודה המוצגת על ידי השרת אינה תקפה.</translation> + <translation>התעודה אשר מוצגת על ידי השרת אינה תקפה.</translation> </message> <message> @@ -2220,5 +2215,5 @@ <source>Would you like to permanently trust this certificate? This must only be done if you know it is correct.</source> <translatorcomment>you know for certain it</translatorcomment> - <translation>האם ברצונך לסמוך על תעודה זו לצמיתות? פעולה זו צריכה להיעשות אך ורק אם ידוע לך בוודאות שתעודה זו מדויקת.</translation> + <translation>האם ברצונך לסמוך על תעודה זו לצמיתות? על פעולה זו להיעשות אך ורק אם ידוע לך בוודאות כי תעודה זו הינה מדויקת.</translation> </message> <message> @@ -2228,5 +2223,5 @@ <message> <source>SHA-1 Fingerprint: %1</source> - <translation type="obsolete">טביעת אצבע SHA-1: %1</translation> + <translation type="obsolete">טביעת אצבע SHA-1: %1</translation> </message> </context> @@ -2294,30 +2289,30 @@ <location filename="../QtUI/QtMainWindow.cpp" line="122"/> <source>Edit &Profile…</source> - <translation>ערוך &דיוקן…</translation> + <translation>עריכת &דיוקן…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="125"/> <source>Enter &Room…</source> - <translation>כנס אל &חדר…</translation> + <translation>כניסה אל &חדר…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="129"/> <source>&View History…</source> - <translation>&הצג היסטוריה…</translation> + <translation>&הצגת היסטוריה…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="133"/> <source>&Add Contact…</source> - <translation>הוסף &קשר…</translation> + <translation>הוספת &קשר…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="136"/> <source>&Edit Selected Contact…</source> - <translation>&ערוך קשר נבחר…</translation> + <translation>&עריכת קשר נבחר…</translation> </message> <message> <location filename="../QtUI/QtMainWindow.cpp" line="140"/> <source>Start &Chat…</source> - <translation>התחל &שיחה…</translation> + <translation>התחלת &שיחה…</translation> </message> <message> @@ -2349,21 +2344,21 @@ <message> <source>Edit &Profile</source> - <translation type="obsolete">עריכת &פרופיל</translation> + <translation type="obsolete">ערוך &דיוקן</translation> </message> <message> <source>Enter &Room</source> - <translation type="obsolete">כניסה אל &חדר</translation> + <translation type="obsolete">כנס אל &חדר</translation> </message> <message> <source>&Add Contact</source> - <translation type="obsolete">&הוספת קשר</translation> + <translation type="obsolete">&הוסף קשר</translation> </message> <message> <source>&Edit Selected Contact</source> - <translation type="obsolete">&עריכת קשר נוכחי</translation> + <translation type="obsolete">&ערוך קשר נוכחי</translation> </message> <message> <source>Start &Chat</source> - <translation type="obsolete">התחלת &שיחה</translation> + <translation type="obsolete">התחל &שיחה</translation> </message> <message> @@ -2466,5 +2461,5 @@ <location filename="../QtUI/Roster/QtRosterWidget.cpp" line="58"/> <source>Edit…</source> - <translation>ערוך…</translation> + <translation>עריכה…</translation> </message> <message> @@ -2477,5 +2472,5 @@ <location filename="../QtUI/Roster/QtRosterWidget.cpp" line="83"/> <source>Send File</source> - <translation>שלח קובץ</translation> + <translation>שליחת קובץ</translation> </message> <message> @@ -2492,10 +2487,10 @@ <location filename="../QtUI/Roster/QtRosterWidget.cpp" line="96"/> <source>Rename</source> - <translation>שנה שם</translation> + <translation>שינוי שם</translation> </message> <message> <location filename="../QtUI/Roster/QtRosterWidget.cpp" line="106"/> <source>Rename group</source> - <translation>שנה שם קבוצה</translation> + <translation>שינוי שם קבוצה</translation> </message> <message> @@ -2527,5 +2522,5 @@ If you choose to defer this choice, you will be asked again when you next login.</source> <translation>%1 רוצה להוסיפך אל רשימת הקשרים שלהם. - האם ברצונך להוסיפם אל רשימת הקשרים שלך ולשתף את מצב חיבורך כאשר הינך במצב מקוון? + האם ברצונך להוסיפם אל רשימת הקשרים שלך ולשתף את מצב החיבור שלך כאשר מצב זה הינו מקוון? במידה ותיבחר האפשרות לדחות, אני אתשאל אותך שוב בהתחברותך הבאה.</translation> @@ -2577,5 +2572,5 @@ If you choose to defer this choice, you will be asked again when you next login. <message> <source>Enter a new name for group '%1':</source> - <translation type="obsolete">נא להזין שם חדש עבור הקבוצה '%1':</translation> + <translation type="obsolete">הזן שם חדש עבור הקבוצה '%1':</translation> </message> </context> @@ -2585,5 +2580,5 @@ If you choose to defer this choice, you will be asked again when you next login. <location filename="../QtUI/UserSearch/QtUserSearchDetailsPage.cpp" line="22"/> <source>Please choose a name for the contact, and select the groups you want to add the contact to.</source> - <translation>נא להזין שם עבור הקשר, ולבחור את הקבוצות אליהן ברצונך להוסיף את הקשר.</translation> + <translation>אנא בחר שם עבור הקשר, ובחר את הקבוצות אליהן ברצונך להוסיף את הקשר.</translation> </message> </context> @@ -2593,10 +2588,10 @@ If you choose to defer this choice, you will be asked again when you next login. <location filename="../QtUI/UserSearch/QtUserSearchFirstPage.cpp" line="16"/> <source>%1. If you know their address you can enter it directly, or you can search for them.</source> - <translation>%1. אם כתובתם ידועה לך ביכולתך להזינה ישירות, לחלופין ביכולתך לחפש עבורם.</translation> + <translation>%1. אם כתובתם ידועה לך באפשרותך להזינה ישירות, לחלופין באפשרותך לחפש עבורם.</translation> </message> <message> <location filename="../QtUI/UserSearch/QtUserSearchFirstPage.cpp" line="16"/> <source>Add another user to your contact list</source> - <translation>הוסף משתמש אחר אל רשימת קשרים</translation> + <translation>הוסף משתמש אחר אל רשימת הקשרים שלך</translation> </message> <message> @@ -2611,5 +2606,5 @@ If you choose to defer this choice, you will be asked again when you next login. <location filename="../QtUI/UserSearch/QtUserSearchWindow.cpp" line="35"/> <source>Add Contact</source> - <translation>הוסף קשר</translation> + <translation>הוספת קשר</translation> </message> <message> @@ -2668,5 +2663,5 @@ If you choose to defer this choice, you will be asked again when you next login. <location filename="../QtUI/Whiteboard/QtWhiteboardWindow.cpp" line="380"/> <source>Closing window is equivalent closing the session. Are you sure you want to do this?</source> - <translation>סגירת חלון הינה שקולה אל סגירת הסשן. האם אתה בטוח שברצונך לעשות זאת?</translation> + <translation>סגירת חלון הינה שקולה לסגירת סשן זה. האם אתה בטוח כי ברצונך לעשות זאת?</translation> </message> </context> @@ -2716,5 +2711,5 @@ If you choose to defer this choice, you will be asked again when you next login. <source>TRANSLATION_LICENSE</source> <comment>This string contains the license under which this translation is licensed. We ask you to license the translation under the BSD license. Please read http://www.opensource.org/licenses/bsd-license.php, and if you agree to release your translation under this license, use the following (untranslated) text: 'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php'</comment> - <translatorcomment>'תרגום זה הינו רשוי תחת הרשיון BSD. למידע נוסף אצל http://www.opensource.org/licenses/bsd-license.php'</translatorcomment> + <translatorcomment>'תרגום זה הינו רשוי תחת הרשיון BSD. למידע נוסף ראה http://www.opensource.org/licenses/bsd-license.php'</translatorcomment> <translation>'This translation is licensed under the BSD License. See http://www.opensource.org/licenses/bsd-license.php'</translation> </message> |