From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on zigzag.lvk.cs.msu.su X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=no version=3.1.7 From: Jesper Pedersen To: kde-commits@kde.org X-Commit-Directories: (0) trunk/extragear/graphics/kphotoalbum/ImportExport trunk/extragear/graphics/kphotoalbum/Settings trunk/extragear/graphics/kphotoalbum/Survey MIME-Version: 1.0 Date: Thu, 14 Dec 2006 15:07:33 +0000 Message-Id: <1166108853.425783.19471.nullmailer@svn.kde.org> X-Virus-Scanned: by amavisd-new at kdab.net X-BeenThere: kphotoalbum-i18n@mail.kdab.net X-Mailman-Version: 2.1.9 Precedence: list Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kphotoalbum-i18n-bounces+kde-russian=lists.kde.ru@kdab.net Errors-To: kphotoalbum-i18n-bounces+kde-russian=lists.kde.ru@kdab.net X-Virus-Scanned: by amavisd-new at kdab.net X-Mailman-Approved-At: Fri, 15 Dec 2006 08:37:13 +0300 Cc: kde-i18n-doc@kde.org, kphotoalbum-i18n@kdab.net Subject: [kde-russian] [KPhotoAlbum-i18n] extragear/graphics/kphotoalbum X-BeenThere: kde-russian@zigzag.lvk.cs.msu.su Reply-To: KDE russian translation mailing list List-Id: KDE russian translation mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 15:08:01 -0000 Archived-At: List-Archive: List-Post: SVN commit 613662 by blackie: CCMAIL: kde-i18n-doc@kde.org CCMAIL: kphotoalbum-i18n@kdab.net Ohh my, what a dilema: Three kind translators has pointed out typos in the code. If I dont fix them they will fell that I dont listen, if I do fix them I will break the message freeze. Sorry I chose the later option. M +1 -1 ImportExport/Export.cpp M +1 -1 Settings/SettingsDialog.cpp M +1 -1 Survey/MySurvey.cpp --- trunk/extragear/graphics/kphotoalbum/ImportExport/Export.cpp #613661:613662 @@ -333,7 +333,7 @@ "to click it from within konqueror. To enable this, your web server needs to be configured for KPhotoAlbum. You do so by adding " "the following line to /etc/httpd/mime.types or similar:" "
application/vnd.kde.kphotoalbum-import kim
" - "This will make your web server tell konqueror that it is a KPhotoAlbum fill when clicking on the link, " + "This will make your web server tell konqueror that it is a KPhotoAlbum file when clicking on the link, " "otherwise the web server will just tell konqueror that it is a plain text file.

" ); KMessageBox::information( 0, txt, i18n("How to Use the Export File"), QString::fromLatin1("export_how_to_use_the_export_file") ); --- trunk/extragear/graphics/kphotoalbum/Settings/SettingsDialog.cpp #613661:613662 @@ -574,7 +574,7 @@ void Settings::SettingsDialog::slotDeleteCurrent() { - int answer = KMessageBox::questionYesNo( this, i18n("

Really delete cateory '%1'?

").arg( _current->text()) ); + int answer = KMessageBox::questionYesNo( this, i18n("

Really delete category '%1'?

").arg( _current->text()) ); if ( answer == KMessageBox::No ) return; --- trunk/extragear/graphics/kphotoalbum/Survey/MySurvey.cpp #613661:613662 @@ -36,7 +36,7 @@ QString txt = i18n("

This is the KPhotoAlbum survey. Its goal is to collect the " "information needed to make KPhotoAlbum meet the needs of users like you.

" - "

Spend a couple of minutes and share your experience of using KPhotoAlbum..

" + "

Spend a couple of minutes and share your experience of using KPhotoAlbum.

" "

At any time, you can quit the survey and return to " "it later on; it will remember your previous answers.

" "

Thanks in advance! Jesper

"); _______________________________________________ KPhotoAlbum-i18n mailing list KPhotoAlbum-i18n@mail.kdab.net http://mail.kdab.net/mailman/listinfo/kphotoalbum-i18n