From f6a690fcad5dededfcb8099d910cadfdb06ab5eb Mon Sep 17 00:00:00 2001 From: macho Date: Sat, 18 Oct 2008 19:50:18 +0000 Subject: [PATCH] russian translation update and some typo mistakes i found during work git-svn-id: http://svn.osgeo.org/qgis/trunk@9492 c8812cc2-4d05-0410-92ff-de0c093fc19c --- i18n/qgis_ru.ts | 28 +++++++++---------- .../plugins/plugin_installer/installer_gui.py | 2 +- scripts/update_ts_files.sh | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/i18n/qgis_ru.ts b/i18n/qgis_ru.ts index aaa64e1c1c6..c4167a73c53 100644 --- a/i18n/qgis_ru.ts +++ b/i18n/qgis_ru.ts @@ -826,7 +826,7 @@ Would you like to specify path (GISBASE) to your GRASS installation? Cannot apply the 'capture point' tool on this vector layer - Не удалось применить инструмент «захватить точку» на этот векторный слой + Не удалось применить инструмент «захватить точку» в этом векторном слое Coordinate transform error @@ -838,11 +838,11 @@ Would you like to specify path (GISBASE) to your GRASS installation? Cannot apply the 'capture line' tool on this vector layer - Не удалось применить инструмент «захватить линию» на этот векторный слой + Не удалось применить инструмент «захватить линию» в этом векторном слое Cannot apply the 'capture polygon' tool on this vector layer - Не удалось применить инструмент «захватить полигон» на этот векторный слой + Не удалось применить инструмент «захватить полигон» в этом векторном слое Error @@ -1360,19 +1360,19 @@ Would you like to specify path (GISBASE) to your GRASS installation? Loading style file - + Не удалось загрузить файл стиля failed because: - + по причине: Could not save symbology because: - + Не удалось сохранить символику по причине: Unable to save to file. Your project may be corrupted on disk. Try clearing some space on the volume and check file permissions before pressing save again. - + Не удалось сохранить файл. Файл проекта на диске может быть испорчен. Попробуйте освободить дисковое пространство и проверить права доступа, прежде чем вы попытаетесь сохранить проект повторно. @@ -2670,7 +2670,7 @@ Errors: %2 - + @@ -3447,11 +3447,11 @@ p, li { white-space: pre-wrap; } Project contains WMS layers - + Проект содержит WMS-слои Some WMS servers (e.g. UMN mapserver) have a limit for the WIDTH and HEIGHT parameter. Printing layers from such servers may exceed this limit. If this is the case, the WMS layer will not be printed - + Некоторые WMS-сервера (например, UMN mapserver) имеют ограничения на значения параметров ширины и высоты (WIDTH и HEIGHT). Во время печати слоёв с этих серверов, эти лимиты могут быть превышены. В этом случае, WMS-слой не будет напечатан @@ -8179,11 +8179,11 @@ p, li { white-space: pre-wrap; } No feature split done - + Разделение объектов не выполнено If there are selected features, the split tool only applies to the selected ones. If you like to split all features under the split line, clear the selection - + Если есть выбранные объекты, инструмент разделения применяется только к ним. Если вы хотите разделить все объекты по линии разделения, следует очистить выделение @@ -12157,11 +12157,11 @@ Should the existing classes be deleted before classification? No renderer object - + Отсутствует объект отрисовки Classification field not found - + Поле классификации не найдено diff --git a/python/plugins/plugin_installer/installer_gui.py b/python/plugins/plugin_installer/installer_gui.py index 2bd6f608c10..be2f31f0f33 100644 --- a/python/plugins/plugin_installer/installer_gui.py +++ b/python/plugins/plugin_installer/installer_gui.py @@ -586,7 +586,7 @@ class QgsPluginInstallerDialog(QDialog, Ui_QgsPluginInstallerDialog): def addKnownRepositories(self): """ update list of known repositories - in the future it will be replaced with an online fetching """ #print "add known repositories" - message = "You are going to add some plugin repositories not authotized nor supported by the QGIS team, however provided by folks associated with us.\n" + message = "You are going to add some plugin repositories neither authorized nor supported by the QGIS team, however provided by folks associated with us.\n" message += "Plugin authors generally make efforts to make their works useful and safe, but we can't assume any responsibility for them. FEEL WARNED!" if QMessageBox.question(self, self.tr("QGIS Python Plugin Installer"), self.tr(message), QMessageBox.Ok, QMessageBox.Abort) == QMessageBox.Ok: repositories.addKnownRepos() diff --git a/scripts/update_ts_files.sh b/scripts/update_ts_files.sh index c52e61b46c9..d9ff32b2743 100755 --- a/scripts/update_ts_files.sh +++ b/scripts/update_ts_files.sh @@ -13,7 +13,7 @@ echo Creating qt_ts.tar tar -cvf i18n/qt_ts.tar i18n/qt_*.ts rm i18n/qt_*.ts echo Creating qmake project file -$QTDIR/bin/qmake-qt4 -project -o qgis_ts.pro +$QTDIR/bin/qmake -project -o qgis_ts.pro echo Updating translation files $QTDIR/bin/lupdate -verbose qgis_ts.pro echo Removing qmake project file