&Geoprocessing @default is not a valid or recognized data source tidak valid atau sumber data yang dikenal Invalid Data Source Sumber Data Invalid Invalid Layer Lapisan tidak valid %1 is an invalid layer and cannot be loaded. %1 adalah lapisan tidak valid dan tidak dapat dimuat. Choose a QGIS project file to open Pilih arsip proyek QGIS untuk dibuka Unable to save project Gagal menyimpan proyek Unable to save project to Gagal menyimpan proyek ke Choose a filename to save the map image as Pilih sebuah nama arsip untuk menyimpan imej peta sebagai Saved map image to Simpan imej peta ke No Layer Selected Tidak ada Lapisan Dipilih To delete features, you must select a vector layer in the legend Untuk menghapus fitur-fitur, Anda harus memilih lapisan vektor dari legenda No Vector Layer Selected Tidak ada Lapisan Vektor yang Dipilih Deleting features only works on vector layers Penghapusan fitur-fitur hanya berfungsi pada lapisan vektor Provider does not support deletion Penyedia tidak mendukung penghapusan Data provider does not support deleting features Penyedia data tidak mendukung penghapusan fitur-fitur Layer not editable Lapisan tidak dapat diedit Problem deleting features Masalah saat menghapus fitur-fitur A problem occured during deletion of features Sebuah masalah muncul saat menghapus fitur-fitur Error Loading Plugin Gagal memuat Plugin There was an error loading %1. Ada masalah saat memuat %1. No MapLayer Plugins Tidak ada Plugin MapLayer No MapLayer plugins in ../plugins/maplayer Tidak ada plugin MapLayer pada ../plugins/maplayer No plugins found in ../plugins. To test plugins, start qgis from the src directory Tidak ada plugin ditemukan pada ../plugins. Untuk memeriksa plugin, jalankan qgis dari direktori src Name Nama Plugin %1 is named %2 Plugin %1 diberi nama %2 Plugin Information Informasi Plugin QGis loaded the following plugin: QGIS memuat plugin berikut ini: Name: %1 Nama: %1 Version: %1 Versi: %1 Description: %1 Deskripsi: %1 Unable to Load Plugin Tidak bisa memuat plugin QGIS was unable to load the plugin from: %1 QGIS gagal memuat plugin dari: %1 There is a new version of QGIS available Versi baru QGIS telah tersedia You are running a development version of QGIS Anda sedang menjalankan versi pengembangan QGIS You are running the current version of QGIS Anda sedang menjalankan versi aktual QGIS Would you like more information? Perlu informasi tambahankah Anda? QGIS Version Information Informasi Versi QGIS Unable to get current version information from server Gagal memperoleh informasi versi aktual dari server Connection refused - server may be down Permintaan koneksi ditolak - mungkin server lagi mati QGIS server was not found Server QGIS tidak ditemukan Extents: Eksten: BeataDialog Found %d matching features. BeataDialogGui Attribute Table Tabel Atribut ... ... CoordinateCapture Coordinate Capture Click on the map to view coordinates and capture to clipboard. &Coordinate Capture Click to select the CRS to use for coordinate display Coordinate in your selected CRS Coordinate in map canvas coordinate reference system Copy to clipboard Click to enable mouse tracking. Click the canvas to stop Start capture Click to enable coordinate capture CoordinateCaptureGui Coordinate Capture Plugin CoordinateCaptureGuiBase QGIS Plugin Template Templet Plugin QGIS Plugin Template Templet Plugin Dialog Name Nama Version Versi Description Deskripsi Add Tambah Edit Edit Delete Hapus Outline color Couleur Fill color Couleur ... ... Connect Koneksikan Browse Navigasi OGR Converter Open OGR file OGR File Data Source (*.*) Open Directory Input OGR dataset is missing! Input OGR layer name is missing! Target OGR format not selected! Output OGR dataset is missing! Output OGR layer name is missing! Choose a file name to save to Could not establish connection to: '%1' Successfully translated layer '%1' Failed to translate layer '%1' Successfully connected to: '%1' fTools About fTools Version x.x-xxxxxx <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> Help Bantuan Web Close Extract Nodes Input line or polygon vector layer Tolerance Unique ID field Output point shapefile Geoprocessing Input vector layer Intersect layer Buffer distance Buffer distance field Dissolve field Dissolve buffer results Output shapefile Locate Line Intersections Input line layer Input unique ID field Intersect line layer Intersect unique ID field Output Shapefile Join Attributes Target vector layer Target join field Join data Join vector layer Join dbf table Join field Output table Only keep matching records Keep all records (includeing non-matching target records) Generate Centroids Weight field Number of standard deviations Std. Dev. Create Distance Matrix Input point layer Target point layer Target unique ID field Output matrix type Linear (N*k x 3) distance matrix Standard (N x T) distance matrix Summary distance matrix (mean, std. dev., min, max) Use only the nearest (k) target points: Output distance matrix Count Points In Polygons Input polygon vector layer Input point vector layer Output count field name PNTCNT Generate Random Points Input Boundary Layer Minimum distance between points Sample Size Unstratified Sampling Design (Entire layer) Use this number of points Stratified Sampling Design (Individual polygons) Use this density of points Use value from input field Random Selection Tool Input Vector Layer Randomly Select Number of Features Percentage of Features % Projection Management Tool Input spatial reference system Output spatial reference system Use predefined spatial reference system Choose Import spatial reference system from existing layer Import spatial reference system: Generate Regular Points Input Coordinates X Min Y Min X Max Y Max Grid Spacing Use this point spacing Apply random offset to point spacing Initial inset from corner (LH side) Spatial Join Attribute Summary Take attributes of first located feature Take summary of intersecting features Mean Rata-rata Min Max Sum Output Shapefile: Random Selection From Within Subsets Input subset field (unique ID field) Sum Line Length In Polygons Output summed length field name LENGTH Input line vector layer Grid extent Update extents from layer Update extents from canvas Parameters X Lock 1:1 ratio Y Output grid as polygons Output grid as lines Vector Split Output folder List Unique Values Target field Unique values list Unique value count Geoprocessing OK OK Exit Keluar Browse Navigasi Gui Welcome to your automatically generated plugin! This is just a starting point. You now need to modify the code to make it do something useful....read on for a more information to get yourself started. Documentation: You really need to read the QGIS API Documentation now at: In particular look at the following classes: QgsPlugin is an ABC that defines required behaviour your plugin must provide. See below for more details. What are all the files in my generated plugin directory for? This is the generated CMake file that builds the plugin. You should add you application specific dependencies and source files to this file. This is the class that provides the 'glue' between your custom application logic and the QGIS application. You will see that a number of methods are already implemented for you - including some examples of how to add a raster or vector layer to the main application map canvas. This class is a concrete instance of the QgisPlugin interface which defines required behaviour for a plugin. In particular, a plugin has a number of static methods and members so that the QgsPluginManager and plugin loader logic can identify each plugin, create an appropriate menu entry for it etc. Note there is nothing stopping you creating multiple toolbar icons and menu entries for a single plugin. By default though a single menu entry and toolbar button is created and its pre-configured to call the run() method in this class when selected. This default implementation provided for you by the plugin builder is well documented, so please refer to the code for further advice. This is a Qt designer 'ui' file. It defines the look of the default plugin dialog without implementing any application logic. You can modify this form to suite your needs or completely remove it if your plugin does not need to display a user form (e.g. for custom MapTools). This is the concrete class where application logic for the above mentioned dialog should go. The world is your oyster here really.... This is the Qt4 resources file for your plugin. The Makefile generated for your plugin is all set up to compile the resource file so all you need to do is add your additional icons etc using the simple xml file format. Note the namespace used for all your resources e.g. (':/Homann/'). It is important to use this prefix for all your resources. We suggest you include any other images and run time data in this resurce file too. This is the icon that will be used for your plugin menu entry and toolbar icon. Simply replace this icon with your own icon to make your plugin disctinctive from the rest. This file contains the documentation you are reading now! Getting developer help: For Questions and Comments regarding the plugin builder template and creating your features in QGIS using the plugin interface please contact us via: <li> the QGIS developers mailing list, or </li><li> IRC (#qgis on freenode.net)</li> QGIS is distributed under the Gnu Public License. If you create a useful plugin please consider contributing it back to the community. Have fun and thank you for choosing QGIS. KDChartParams Legend Légende MapCoordsDialogBase Enter map coordinates X: Y: &OK &OK &Cancel Enter X and Y coordinates which correspond with the selected point on the image. Alternatively, click the button with icon of a pencil and then click a corresponding point on map canvas of QGIS to fill in coordinates of that point. from map canvas NavigationGui ... ... Status Status &OK &OK NewPostgisLayer Delete Hapus Edit Edit New Baru Connect Koneksikan Geometry column: Kolom geometri: Help Bantuan Cancel Batal OgrConverterGuiBase OGR Layer Converter Source Format File Directory Direktori Remote source Dataset Browse Navigasi Layer Lapisan Target OgrPlugin Run OGR Layer Converter OG&R Converter Translates vector layers between formats supported by OGR library OracleConnectGuiBase Create Oracle Connection OK OK Cancel Batal Connection Information Informasi Koneksi Name Nama Database instance Username Nama-pengguna Password Password Name of the new connection Nama koneksi baru Save Password Simpan Password Plugin Bottom Right Kanan Bawah Bottom Left Kiri Bawah Top Left Kiri Atas Top Right Kanan Atas metres/km meter/km feet kaki degrees derajad metres meter km km Tick Down Tik Bawah Tick Up Tik Atas Bar Batang Box Kotak PluginGuiBase QGIS Plugin Template Templet Plugin QGIS GPS Download File Importer Importation Fichier GPS Téléchagé Input File: Fichier d'Entrée: Output (Shape) File: Fichier de Sortie (Shape): Minimum time gap (s): Espace de Temps Minimum (s): Minimum distance gap (dd): Distance Minimale (dd): ... ... Graticule Builder Konstruktor Gratikul <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Description</span></p> <p>This plugin will help you to build a graticule shapefile that you can use as an overlay within your qgis map viewer.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Deskripsi/span></p> <p>Plugin ini akan menolong Anda membangun sebuah shapefile gratikul yang bisa Anda gunakan sebagai overlay di dalam penampil peta qgis Anda.</p> </body></html> Latitude Interval: Interval Bujur: Longitude Interval: Interval Lintang: Copyright Label Plugin Label Plugin Hak Cipta © QGIS 2004 © QGIS 2004 Placement Penempatan Bottom Left Kiri Bawah Top Left Kiri Atas Bottom Right Kanan Bawah Top Right Kanan Atas Orientation Orientasi Horizontal Horizontal Vertical Vertikal Enable Copyright Label Aktifkan Label Hak Cipta GPS Tools Outils GPS File: Fichier: Feature types: Types de données: Waypoints Objectifs Routes Itinéraires Tracks Voies <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Select the GPS download file that you would like to convert to a shapefile and this plugin will do the job for you! </p> <p>Use the minumum time gap to let the importer know what time interval should be used before starting a new feature. </p> <p>Use the minimum distance gap to define what distance between two readings should be considered the start of a new feature.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Sélectionnez le fichier GPS téléchargé que vous voudriez convertir en shapefile et ce plugin fera le travail pour vous! </p> <p>Sélectionnez un espace de temps minimum pour laisser l'importateur reconnaitre quel interval de temps devrait être utilisé avant de commencer une nouvelle donnée. </p> <p>Sélectionnez une distance minimale pour définir quelle distance entre deux lectures devraient être considérée comme point de départ d'un nouveau dispositif.</p> </body></html> North Arrow Plugin Plugin Panah Utara Properties Properti Angle Sudut Placement on screen Penempatan pada layar Preview of north arrow Visualisasi panah utara Icon Ikon New Item Item Baru Plugin Template Templet Plugin <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This plugin was generated using QGIS internal plugin template. Please modify it according to your needs.</p> <p>Tim Sutton</p> <p>2004</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Plugin ini dibuat menggunakan templet plugin internal QGIS. Silahkan mengubahnya menurut kebutuhan Anda.</p> <p>Tim Sutton</p> <p>2004</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:helvetica"> <p style="margin-top:18px"><span style="font-size:19pt;font-weight:600">Description</span></p> <p>Enter your copyright label below. This plugin supports basic html markup tags for formatting the label. For example:</p> <p><span style="font-family:Courier New">&lt;B&gt; </span><span style="font-family:Courier New;font-weight:600">Bold text</span><span style="font-family:Courier New"> &lt;/B&gt;<br />&lt;I&gt; </span><span style="font-family:Courier New;font-style:italic">Italics</span><span style="font-family:Courier New"> &lt;/I&gt;</span></p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:helvetica"> <p style="margin-top:18px"><span style="font-size:19pt;font-weight:600">Description</span></p> <p>Masukkan label hak cipta Anda di bawah. Plugin ini mendukung tag markup html dasar untuk memformat label. Sebagai contoh:</p> <p><span style="font-family:Courier New">&lt;B&gt; </span><span style="font-family:Courier New;font-weight:600">Texte en gras</span><span style="font-family:Courier New"> &lt;/B&gt;<br />&lt;I&gt; </span><span style="font-family:Courier New;font-style:italic">Italiques</span><span style="font-family:Courier New"> &lt;/I&gt;</span></p> </body></html> &OK &OK &Cancel &Batal Enable North Arrow Aktifkan Panah Utara Import other file Importer un autre fichier File to import: Fichier à importer: Feature type: Type de données: GPX output file: Fichier de sortie GPX: Layer name: Nom de la couche: Download from GPS Télécharger depuis GPS <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This tool will help you download data from a GPS device. Choose your protocol, the device your GPS is connected to, the feature type you want to download, a name for your new layer, and the GPX file where you want to store the data.</p> <p>This tool uses the program GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p> Cet utilitaire vous aidera à télécharger des données depuis votre périphérique GPS. Sélectionnez le protocole, le périphérique GPS, le type de donnée que vous voulez télécharger , un nom pour votre nouvelle couche, et le fichier GPX où vous voulez stocker les données.</p> <p>Cet utilitaire passe par le programme GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) pour transférer les données. Si vous n'avez pas installé GPSBabel où QGIS peut le trouver, cet outil ne marchera pas.</p> </body></html> Protocol: Protocole: Device file: Fichier périphérique: Output file: Fichier de sortie: Upload to GPS Télécharger sur le GPS <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This tool will help you upload data from a GPX layer to a GPS device. Choose the layer you want to upload, your protocol, and the device your GPS is connected to.</p> <p>This tool uses the program <a href="http://gpsbabel.sf.net">GPSBabel</a> to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Cet utilitaire vous aidera à uploader les données depuis une couche GPX vers un périphérique GPS. Sélectionner la couche à uploader, le protocole, et le périphérique GPS.</p> <p>Cet utilitaire passe par le programme GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) pour transférer les données. Si vous n'avez pas installé GPSBabel où QGIS peut le trouver, cet outil ne marchera pas.</p> </body></html> Data layer: Couche de données: Scale Bar Plugin Plugin Kotak Skala <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This plugin draws a scale bar on the map. Please note the size option below is a 'preferred' size and may have to be altered by QGIS depending on the level of zoom. The size is measured according to the map units specified in the project properties.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Plugin ini menggambar kotak skala pada peta. Harap dicatat bahwa pilihan ukuran berikut hanyalah anjuran sehingga mungkin harus disesuaikan oleh QGIS sesuai tingkat zoom. Ukuran dihitung berdasarkan unit peta yang ditentukan dalam properti proyek.</p> </body></html> Size of bar: Ukuran batang: Select Colour Pilih Warna Placement: Penempatan: Tick Down Tik Bawah Tick Up Tik Atas Box Kotak Bar Batang Select the style of the scale bar Pilih gaya kotak skala Colour of bar: Warna kotak: Scale bar style: Gaya kotak skala: Enable scale bar Aktifkan kotak skala Automatically snap to round number on resize Secara otomatis bulatkan saat perubahan ukuran Load GPX file Charger un fichier GPX <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p> <p>Select a GPX file and then select the feature types that you want to load.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Le format GPX,<a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, est utilisé pour stocker des informations sur les destinations, les itinéraires et les voies.</p> <p>Sélectionnez un fichier GPX et les informations que vous voulez charger.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>QGIS can only load GPX files by itself, but many other formats can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net"> http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where QGIS can find it.</p> <p>Select a GPS file format and the file that you want to import, the feature type that you want to use, a GPX filename that you want to save the converted file as, and a name for the new layer. All file formats can not store waypoints, routes, and tracks, so some feature types may be disabled for some file formats.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>QGIS peut seulement chager par lui-même des fichiers GPX, mais beaucoup d'autres formats peuvent être convertis en GPX en utilisant GPSBabel (<a href="http://gpsbabel.sf.net"> http://gpsbabel.sf.net</a>). Ceci implique queGPSBabel soit installé où QGIS peut le trouver.</p> <p>Sélectionnez un format GPS et le fichier que vous voulez importer, le type d'information que vous voulez utiliser, un nom de fichier GPX dans lequel stocker vos données converties, et un nouveau nom de couche. Tous les formats ne peuvent stocker les itinéraires, les destinations et les voies, certaines possibilités seront donc désactivées.</p> </body></html> Origin (Lower Left) Asal (Kiri Inferior) Latitude: Bujur: Longitude: Lintang: End point (Upper Right) Titik Akhir (Kanan Superior) Output (Shape) File Hasilkan Shapefile Graticule Size (units in degrees) Ukuran Gratikul (unit dalam derajad) QFileDialog open files dialog dialog buka arsip Save file dialog Dialog simpan arsip Open an OGR Supported Data Source Buka sumber data yang didukung oleh OGR Save experiment report to portable document format (.pdf) Load layer properties from style file (.qml) Save layer properties as style file (.qml) QObject No Data Providers Tidak ada Penyedia Data No Data Provider Plugins No QGIS data provider plugins found in: Tidak ada Plugin Penyedia Data No vector layers can be loaded. Check your QGIS installation Tidak ada lapisan yang dapat dimuat. Periksa instalasi QGIS Anda No data provider plugins are available. No vector layers can be loaded Tidak ada plugin penyedia data tersedia. Tidak ada lapisan vektor dapat dimuat Overwrite File? Timpa Arsip? %1 exists.%2Do you want to overwrite it? %1 telah ada.%2Anda mau menimpanya? Yes Ya No Tidak QGis files (*.qgs) Arsip QGIS (*.qgs) Choose a QGIS project file to open Pilih arsip proyek QGIS untuk dibuka Choose a filename to save Pilih nama arsip untuk simpan Choose a QGIS project file Pilih arsip proyek QGIS Division by zero. No active layer Tidak ada lapisan aktif To identify features, you must choose an layer active by clicking on its name in the legend Untuk mengidentifikasi fitur-fitur, Anda harus memilih lapisan aktif dengan mengklik nama pada legenda Band Band No features found Tidak ada fitur ditemukan No features were found in the active layer at the point you clicked Tidak ada fitur ditemukan di lapisan aktif pada titik yang Anda klik To select features, you must choose an layer active by clicking on its name in the legend Untuk memilih fitur-fitur, Anda harus memilih lapisan aktif dengan mengklik nama pada legenda New centroid Sentroid baru New point Titik baru Delete vertex Hapus verteks Label Length Panjang Fit to a linear transform requires at least 2 points. Fit to a Helmert transform requires at least 2 points. Fit to an affine transform requires at least 4 points. GPS eXchange format provider Caught a coordinate system exception while trying to transform a point. Unable to calculate line length. Caught a coordinate system exception while trying to transform a point. Unable to calculate polygon area. GRASS plugin QGIS couldn't find your GRASS installation. Would you like to specify path (GISBASE) to your GRASS installation? Choose GRASS installation path (GISBASE) GRASS data won't be available if GISBASE is not specified. CopyrightLabel Draws copyright information Version 0.1 Version 0.2 Loads and displays delimited text files containing x,y coordinates Add Delimited Text Layer GPS Tools Tools for loading and importing GPS data GRASS GRASS layer NorthArrow Displays a north arrow overlayed onto the map [menuitemname] [plugindescription] ScaleBar Draws a scale bar SPIT Shapefile to PostgreSQL/PostGIS Import Tool WFS plugin Adds WFS layers to the QGIS canvas Layer not editable Lapisan tidak dapat diedit Python error km2 ha m2 m km km mm cm sq mile sq ft mile foot feet kaki sq.deg. degree degrees derajad unknown Regular expressions on numeric values don't make sense. Use comparison instead. Geoprocessing functions for working with PostgreSQL/PostGIS layers <b>Raster</b> Cannot open raster header Rows Baris Columns N-S resolution E-W resolution North South East West Format Minimum value Maximum value Data source Data description Comments Categories <b>Vector</b> Points Titik-titik Lines Boundaries Centroids Faces Kernels Areas Islands Top Bottom yes no History<br> <b>Layer</b> Features Fitur-fitur Driver Database Basisdata Table Tabel Key column GISBASE is not set. Mapset is already in use. Warning Cannot read raster map region Cannot read vector map region Cannot read region PostgreSQL Geoprocessing Quick Print Quick Print is a plugin to quickly print a map with minimal effort. Uncatched fatal GRASS error Couldn't load SIP module. Python support will be disabled. Couldn't load PyQt4. Couldn't load PyQGIS. An error has occured while executing Python code: Python version: Python path: An error occured during execution of following code: Legend Légende Coordinate Capture Capture mouse coordinates in different CRS Dxf2Shp Converter Converts from dxf to shp file format Interpolating... Abort Interpolation plugin A plugin for interpolation based on vertices of a vector layer Version 0.001 OGR Layer Converter Translates vector layers between formats supported by OGR library Error Loading Plugin Gagal memuat Plugin There was an error loading a plugin.The following diagnostic information may help the QGIS developers resolve the issue: %1. Where is '%1' (original location: %2)? Error when reading metadata of plugin %1 No QGIS data provider plugins found in: %1 Referenced column wasn't found: %1 Location: %1 Location: %1<br>Mapset: %2 Couldn't open the data source: %1 Parse error at line %1 : %2 %1 is not a GRASS mapset. Cannot start %1/etc/lock Temporary directory %1 exists but is not writable Cannot create temporary directory %1 Cannot create %1 Cannot remove mapset lock: %1 Couldn't load plugin %1 %1 due an error when calling its classFactory() method %1 due an error when calling its initGui() method Error while unloading plugin %1 Georeferencer GDAL Adding projection info to rasters using GDAL SQLite DB (*.sqlite);;All files (*.*) Oracle Spatial GeoRaster Access Oracle Spatial GeoRaster QgisApp Layers Lapisan-lapisan Version Versi with PostgreSQL support dengan dukungan PostgreSQL (no PostgreSQL support) (tidak ada dukungan PostgreSQL) Version Versi Available Data Provider Plugins Plugin Penyedia Data tersedia is not a valid or recognized data source tidak valid atau sumber data yang dikenal Invalid Data Source Sumber Data Invalid No OGR Provider Tidak ada Penyedia OGR No OGR data provider was found in the QGIS lib directory Tidak ada penyedia data OGR ditemukan pada direktori lib QGIS No PostgreSQL Provider Tidak ada Penyedia PostgreSQL No PostgreSQL data provider was found in the QGIS lib directory Tidak ada penyedia data PostgreSQL ditemukan pada direktori lib QGIS Quantum GIS -- Untitled Quantum GIS -- Non nommé Saved map to: Simpan peta ke: No Layer Selected Tidak ada Lapisan Dipilih To open an attribute table, you must select a layer in the legend Untuk membuka tabel atribut, Anda harus memilih lapisan pada legenda No MapLayer Plugins Tidak ada Plugin MapLayer No MapLayer plugins in ../plugins/maplayer Tidak ada plugin MapLayer pada ../plugins/maplayer No Plugins Tidak ada Plugin No plugins found in ../plugins. To test plugins, start qgis from the src directory Tidak ada plugin ditemukan pada ../plugins. Untuk memeriksa plugin, jalankan qgis dari direktori src Name Nama Plugin %1 is named %2 Plugin %1 diberi nama %2 Plugin Information Informasi Plugin QGis loaded the following plugin: QGIS memuat plugin berikut ini: Name: %1 Nama: %1 Version: %1 Versi: %1 Description: %1 Deskripsi: %1 Unable to Load Plugin Tidak bisa memuat plugin QGIS was unable to load the plugin from: %1 QGIS gagal memuat plugin dari: %1 There is a new version of QGIS available Versi baru QGIS telah tersedia You are running a development version of QGIS Anda sedang menjalankan versi pengembangan QGIS You are running the current version of QGIS Anda sedang menjalankan versi aktual QGIS Would you like more information? Perlu informasi tambahankah Anda? QGIS Version Information Informasi Versi QGIS Yes Ya No Tidak Unable to get current version information from server Gagal memperoleh informasi versi aktual dari server Connection refused - server may be down Permintaan koneksi ditolak - mungkin server lagi mati QGIS server was not found Server QGIS tidak ditemukan Error reading from server Salah membaca dari server Unable to connect to the QGIS Version server Gagal menghubungi QGIS versi server Loading QGIS... Lagi memuat QGIS... Setting up QGIS gui... Mengatur gui QGIS... Loading plugins... Lagi memuat plugin... Invalid Layer Lapisan tidak valid %1 is an invalid layer and cannot be loaded. %1 adalah lapisan tidak valid dan tidak dapat dimuat. Error Loading Plugin Gagal memuat Plugin There was an error loading %1. Ada masalah saat memuat %1. Saved map image to Simpan imej peta ke QGIS - Changes in CVS Since Last Release QGIS - Perubahan pada CVS Sejak Rilis Terakhir Choose a filename to save the map image as Pilih sebuah nama arsip untuk menyimpan imej peta sebagai Extents: Eksten: Problem deleting features Masalah saat menghapus fitur-fitur A problem occured during deletion of features Sebuah masalah muncul saat menghapus fitur-fitur No Vector Layer Selected Tidak ada Lapisan Vektor yang Dipilih Deleting features only works on vector layers Penghapusan fitur-fitur hanya berfungsi pada lapisan vektor To delete features, you must select a vector layer in the legend Untuk menghapus fitur-fitur, Anda harus memilih lapisan vektor dari legenda QGIS ready QGIS prêt Quantum GIS is licensed under the GNU General Public License Quantum GIS berlisensi GNU General Public License Map legend that displays all the layers currently on the map canvas. Click on the check box to turn a layer on or off. Double click on a layer in the legend to customize its appearance and set other properties. Legenda Peta yang menampilkan semua lapisan-lapisan sudah ada pada kanvas peta. Klik pada kotak-cek untuk menghidupkan atau mematikan sebuah lapisan. Klik-ganda lapisan pada legenda untuk mengubah tampilannya dan mengubah properti lain. Map overview canvas. This canvas can be used to display a locator map that shows the current extent of the map canvas. The current extent is shown as a red rectangle. Any layer on the map can be added to the overview canvas. Kanvas previsualisasi peta. Kanvas ini dapat digunakan untuk menampilkan pelokasi peta yang akan memperlihatkan eksten aktual dari kanvas peta. Eksten aktual diperlihatkan sebagai kotak merah. Lapisan mana saja dapat ditambahkan pada kanvas previsualisasi. Map canvas. This is where raster and vector layers are displayed when added to the map Kanvas peta. Padanya lapisan raster maupun vektor diperlihatkan sebelum ditambahkan pada peta Progress bar that displays the status of rendering layers and other time-intensive operations Kotak progres yang memperlihatkan status lapisan perenderan dan operasi yang sangat membutuhkan waktu lainnya Displays the current map scale Memperlihatkan skala peta aktual Shows the map coordinates at the current cursor postion. The display is continuously updated as the mouse is moved. Perlihatkan kordinat peta pada posisi kursor aktual. Layar secara kontinu diperbarui sering pergerakan mouse. Render Render When checked, the map layers are rendered in response to map navigation commands and other events. When not checked, no rendering is done. This allows you to add a large number of layers and symbolize them before rendering. Saat ditandai, lapisan peta dirender sbg respon terhadap perintah navigasi peta dan event lainnya. Saat tidak ditandai, tidak ada proses render dilakukan. Ini mengijinkan Anda untuk menambahkan lapisan yang banyak dan mensimbolisasikannya sebelum proses render. Setting theme... Menentukan tema... QGIS Ready QGIS Siaga GEOS support in the OGR provider to refine selection of features via identify. This improves over the previous method of feature selection which used a simple MBR intersection check. Dukungan GEOS dalam penyedia OGR digunakan untuk memperhalus seleksi fitur dengan cara identifikasi. Ini akan meningkatkan metode seleksi fitur sebelumnya yang menggunakan cek interseksi MBR sederhana. PostGIS editing support in provider Dukungan editing PostGIS dalam penyedia Vector dialog redesign to improve usability Desain ulang dialog vektor untuk meningkatkan kegunaan Improvement in project handling (loading and saving) Peningkatan dalam penganganan proyek (memuat dan menyimpan) Scale dependent rendering Skala redering dependen User option to load layers with out drawing them, thus allowing you to set scale dependency, etc without waiting for the initial draw to complete Opsi pengguna untuk memuat lapisan tanpa mengambar, yang menginakan Anda untuk mengubah dependensi skala, dst tanpa menunggu penggambaran awal selesai Attribute actions - the ability to run an external program based on the contents of an attribute field in a layer Aksi atribut - kemampuan untuk menjalankan program eksternal berdasarkan konten sebuah field atribut dalam lapisan Create new vector layer (shapefile) for editing Menciptakan lapisan vektor baru (shapefile) untuk editing Windows installer Penginstal Windows Mac OSX binary Binari Mac OSX New options in the graticule builder plugin Opsi baru dalam plugin pembangun gratikul Enhancements to the GPS plugin Peningkatan plugin GPS Man page Halaman "man" Save delimited text as shapefile Simpan teks delimited sbg shapefile Improved Delimited Text plugin, including preview of text file Peningkatan Plugin Teks Delimited, termasuk preview arsip teks Improved SPIT handling of PostgreSQL reserved words and shapefiles with multiple geometry types Peningkatan penanganan SPIT dari kata kunci PostgreSQL dan shapefile dengan tipe geometri berganda Display SQL query used to create a PostGIS layer Memperlihatkan queri SQL yang digunakan untuk menciptakan lapisan PostGIS PostgreSQL query builder Pembangun queri PostgreSQL Ability to redefine the query used for PostgreSQL layers from the layer properties dialog Kemampuan mendefinisi ulang queri yang digunakan untuk lapisan PostgreSQL dari dialog properti lapisan North arrow, scalebar, and copyright plugins save their state in the project file Plugin-plugin panah utara, kotak skala, and hak cipta menyimpan statusnya di arsip proyek Datasets with UTF8, Kanjii and CJK filenames now load properly Kumpulan data dengan nama arsip berformat UTF8, Kanjii, dan CJK sekarang memuat dgn baik QGis files (*.qgs) Arsip-arsip QGIS (*.qgs) Choose a QGIS project file Memilih arsip proyek QGIS Unable to save project Gagal menyimpan proyek Unable to save project to Gagal menyimpan proyek ke &Plugins Toggle map rendering Choose a QGIS project file to open Pilih arsip proyek QGIS untuk dibuka Reading settings Setting up the GUI Checking database Restoring loaded plugins Initializing file filters Restoring window state QGIS Ready! &New Project Proyek &Baru Ctrl+N New Project New Project Proyek Baru &Open Project... Ctrl+O Open a Project Open a Project &Save Project &Simpan Proyek Ctrl+S Save Project Save Project Simpan Proyek Save Project &As... S&impan Proyek sbg... Save Project under a new name Print Cetak Save as Image... Save map as image Exit Keluar Ctrl+Q Exit QGIS Exit QGIS V Add a Vector Layer Add a Vector Layer Tambah sebuah Vektor Layar R Add a Raster Layer Add a Raster Layer Tambah sebuah Lapisan Raster D Add a PostGIS Layer Add a PostGIS Layer Tambah sebuah Lapisan QGIS New Vector Layer... N Create a New Vector Layer Create a New Vector Layer Remove Layer Hapus Lapisan Ctrl+D Remove a Layer Remove a Layer Add All To Overview Tambah Semua Ke Previsualisasi + Show all layers in the overview map Show all layers in the overview map Remove All From Overview Hapus Semua Dari Previsualisasi - Remove all layers from overview map Remove all layers from overview map Show All Layers Perlihatkan Semua Lapisan-lapisan S Show all layers Show all layers Perlihatkan semua lapisan-lapisan Hide All Layers Sembunyikan Semua Lapisan-lapisan H Hide all layers Hide all layers Project Properties... P Set project properties Set project properties Options... Change various QGIS options Help Contents F1 Help Documentation Help Documentation Ctrl+H QGIS Home Page QGIS Home Page About Tentang About QGIS Check Qgis Version Check if your QGIS version is up to date (requires internet access) Refresh Ctrl+R Refresh Map Refresh Map Zoom In Ctrl++ Zoom In Zoom Out Ctrl+- Zoom Out Zoom Full F Zoom to Full Extents Zoom to Full Extents Pan Map Pan the map Zoom Last Zoom to Last Extent Zoom to Layer Identify Features I Click on features to identify them Click on features to identify them Select Features Measure Line Measure a Line Measure Area Measure an Area Show Bookmarks B Show Bookmarks New Bookmark... Ctrl+B New Bookmark New Bookmark Add WMS Layer... W Add Web Mapping Server Layer O O Add current layer to overview map Add current layer to overview map Open the plugin manager Capture Point Tangkap Titik . Capture Points Capture Points Capture Line Tangkap Garis / Capture Lines Capture Lines Capture Polygon Tangkap Poligon Ctrl+/ Capture Polygons Capture Polygons Delete Selected Add Vertex Delete Vertex Move Vertex &File &Arsip &Open Recent Projects &View &Tampak &Layer &Lapisan &Settings &Tentuan &Help &Bantuan File Manage Layers Help Bantuan Digitizing Map Navigation Attributes Plugins Ready Ctrl+? Help Documentation (Mac) Cut Features Cut selected features Copy Features Copy selected features Paste Features Paste selected features Checking provider plugins Starting Python Provider does not support deletion Penyedia tidak mendukung penghapusan Data provider does not support deleting features Penyedia data tidak mendukung penghapusan fitur-fitur Layer not editable Lapisan tidak dapat diedit Toggle editing Toggles the editing state of the current layer Add Ring Add Island Add Island to multipolygon Scale Current map scale (formatted as x:y) Map coordinates at mouse cursor position Shows the map coordinates at the current cursor position. The display is continuously updated as the mouse is moved. Save As QGIS Project Read Error Unable to open project QGIS: Unable to load project The current layer is not editable. Choose 'Start editing' in the digitizing toolbar. Invalid scale Network error while communicating with server Unknown network socket error Layer is not valid The layer is not a valid layer and can not be added to the map Save? Do you want to save the current project? Open a GDAL Supported Raster Data Source Unsupported Data Source Enter a name for the new bookmark: Error Unable to create the bookmark. Your user database may be missing or corrupted Move Feature Split Features Map Tips Show information about a feature when the mouse is hovered over it Current map scale Project file is older <tt>Settings:Options:General</tt> Menu path to setting options Warn me when opening a project file saved with an older version of QGIS Ctrl-F Toggle fullscreen mode Toggle fullscreen mode Resource Location Error Error reading icon resources from: %1 Quitting... Overview Legend Légende You are using QGIS version %1 built against code revision %2. This copy of QGIS has been built with PostgreSQL support. This copy of QGIS has been built without PostgreSQL support. This binary was compiled against Qt %1,and is currently running against Qt %2 Stop map rendering Multiple Instances of QgisApp Multiple instances of Quantum GIS application object detected. Please contact the developers. Shift+Ctrl+S Save Project under a new name &Print Composer Ctrl+P Print Composer Print Composer &Undo Ctrl+Z Undo the last operation Cu&t Ctrl+X Cut the current selection's contents to the clipboard &Copy Ctrl+C Copy the current selection's contents to the clipboard &Paste Ctrl+V Paste the clipboard's contents into the current selection M Measure a Line J Measure an Area Zoom to Selection Ctrl+J Zoom to Selection Zoom Actual Size Zoom to Actual Size Add Vector Layer... Add Raster Layer... Add PostGIS Layer... W Add a Web Mapping Server Layer O Add a Web Mapping Server Layer Open Attribute Table Save as Shapefile... Save the current layer as a shapefile Save Selection as Shapefile... Save the selection as a shapefile Properties... Set properties of the current layer Add to Overview Add All to Overview Manage Plugins... Toggle Full Screen Mode Custom CRS... Manage custom coordinate reference systems Minimize Ctrl+M Minimize Window Minimizes the active window to the dock Zoom Toggles between a predefined size and the window size set by the user Bring All to Front Bring forward all open windows &Edit Panels Toolbars &Window Toggle extents and mouse position display This icon shows whether on the fly coordinate reference system transformation is enabled or not. Click the icon to bring up the project properties dialog to alter this behaviour. CRS status - Click to open coordinate reference system dialog Choose a file name to save the QGIS project file as Choose a file name to save the map image as Start editing failed Provider cannot be opened for editing Stop editing Hentikan editing Do you want to save the changes to layer %1? Problems during roll back Python Console Map coordinates for the current view extents Maptips require an active layer Quantum GIS - %1 Quantum GIS - %1 ('%2') %1 is not a valid or recognized data source %1 Try to find missing layers? Saved project to: %1 Unable to save project to %1 Unable to save project %1 Unable to load project %1 Saved map image to %1 Could not commit changes to layer %1 Errors: %2 QGIS - Changes in SVN since last release Unable to communicate with QGIS Version server %1 Extents: %1 %1 is not a valid or recognized raster data source %1 is not a supported raster data source <p>This project file was saved by an older version of QGIS. When saving this project file, QGIS will update it to the latest version, possibly rendering it useless for older versions of QGIS.<p>Even though QGIS developers try to maintain backwards compatibility, some of the information from the old project file might be lost. To improve the quality of QGIS, we appreciate if you file a bug report at %3. Be sure to include the old project file, and state the version of QGIS you used to discover the error.<p>To remove this warning when opening an older project file, uncheck the box '%5' in the %4 menu.<p>Version of the project file: %1<br>Current version of QGIS: %2 Delete features Delete %n feature(s)? number of features to delete Add SpatiaLite Layer... L Add a SpatiaLite Layer Add a SpatiaLite Layer This copy of QGIS has been built with SpatiaLite support. This copy of QGIS has been built without SpatiaLite support. Zoom Next Zoom to Forward Extent Whats new in Version 1.1.0? Please note that this is a release in our 'unstable' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you than cool new and untested features, we recommend that you use a copy of QGIS from our stable 1.0.x release series. This release includes many bug fixes and enhancements over the QGIS 1.0.0 release. In addition we have added the following new features: Updates to translations. Improvements and polishing of the Python plugin installer. Switch to the new official QGIS repository. Improvements to themes so that plugins and other parts of the GUI are better supported when switching themes. Addition of the new GIS icon theme. Improvements to Debian packaging to better support Debian standard requirements. Support usb: as a GPS device under Linux. WMS plugin now supports sorting and shows nested layers as a tree. WMS provider also support 24bit png images now. The WMS plugin also now provides a search interface for finding WMS servers. Added svg point symbols from Matt Amos (with his permission). Improvements to proxy support and support of proxy in WFS provider. The WFS provider now also shows progress information as it is fetching data. Improvements to PostGIS client support. Massive speedups in PostGIS layer rendering can now be achieved by disabling SSL in the connection editor. Support for usage of ctid column as primary key (softens the requirement for integer primary keys) Mapserver Export improvements for continuous color support. Added tools menu - the fTools plugin is now part of the core QGIS plugins and will always be installed by default. Improvements to the print composer including object alignment options. It is also now possible to print maps as postcript raster or vector. For python programmers, the composer classes now have python bindings. When using File - Save as image, the saved image is now georeferenced. Projection selector now includes quick selection of recently used CRS's. Continuous color renderer supports point symbols now too. Improved CMake support for building against dependencies from OSGEO4W (Windows only). Addition of an XCode project of developers building under OSX. Updates and cleanups to the GRASS toolbox. Changes in open vector dialog to support all drivers available in ogr including database and protocol drivers. This brings with it support for SDE, Oracle Spatial, ESRI personal geodatabase and many more OGR supported data stores. Note that in some cases accessing these may require third party libraries to be on your system. The middle mouse button can now be used for panning. A new, faster attribute table implementation. Numerous cleanups to the user interface. A new provider was added for spatiallite - a geodatabase-in-a-file implementation based on the SQLITE database. Vector overlay support that can draw pie and bar charts over vector layers based on attribute data. Simplify Feature Delete Ring Delete Part Configure shortcuts... Configure shortcuts Advanced Digitizing QgisAppBase &Tools Ou&tils &Help &Bantuan File Management Toolbar Tolbar Manajemen Arsip Data Toolbar Tolbar Data Map Navigation Toolbar Tolbar Navigasi Peta Attribute Data Toolbar Tolbar Atribut Data Open Project Buka Proyek Exit Keluar E&xit K&eluar Refresh Segarkan Zoom to full extent Zom ke eksten penuh Map Navigation Tools Alat-alat Navigasi Peta Zoom &In Zom &Masuk Pan Tarik &Pan &Tarik Zoom out Zom keluar Identify Identifikasi Identify a feature on the active layer Identifikasi sebuah fitur pada lapisan aktif select features pilih fitur-fitur &About Quantum GIS &Tentang Quantum GIS Test button Tombol Test Add a vector layer (e.g. Shapefile) Tambah sebuah lapisan vektor (misal: Shapefile) Attribute table Tabel atribut Open the attribute table for the selected layer Buka tabel atribut untuk lapisan-lapisan terpilih Action Aksi Zoom to last extent Zom ke eksten terakhir Test plugin functions Fungsi-fungsi plugin test Save Project Simpan Proyek Save Project As... Simpan Proyek Sebagai... Plugin Manager Manajer Plugin Check QGIS Version Cek Versi QGIS Add a PostGIS Layer Tambah sebuah Lapisan QGIS Zoom to selected features Zom ke fitur-fitur terpilih Zoom to selected features in active layer Zom ke fitur-fitur terpilih pada lapisan aktif Add a Vector Layer Tambah sebuah Vektor Layar Start a new QGIS project Mulai sebuah proyek QGIS baru Export to MapServer Ekspor ke MapServer Add a Raster Layer Tambah sebuah Lapisan Raster &Contents &Konten QGIS Help (HTML) Bantuan QGIS (HTML) Preferences Preferensi QGIS User Preferences Preferensi Pengguna QGIS QGIS Home Page Halaman web QGIS QGIS SourceForge Page Halaman SourceForge QGIS Help Toolbar Tolbar Bantuan Open a previously saved QGIS project file. The layers (raster and vector) stored in the project file will be loaded and displayed on the map canvas Buka arsip proyek QGIS yang telah tersimpan sebelumnya. Lapisan-lapisan (raster dan vektor) yg tersimpan pada arsip proyek akan dimuat dan diperlihatkan pada kanvas peta Close all layers and exit QGIS Tutup semua lapisan-lapisan dan pergi keluar QGIS Add a PostgreSQL layer to the map. This requires a properly configured and running PostgreSQL database and the PostGIS extensions. Tambah sebuah lapisan PostgreSQL pada peta. Ini memerlukan database PostgreSQL yang jalan dan terkonfigurasi baik dan ektension PostGIS. Refresh the map by clearing the map canvas and redrawing all visible layers Segarkan peta dengan membersihkan kanvas peta dan menggambar-ulang semua lapisan yang tampak Zoom to the full extent of all layers on the map. This brings everything on the map into full view Zom semua lapisan pada peta ke eksten penuh. Ini membawa semua yg ada di peta ke view penuh Zoom in on the map. Drag the mouse (hold down the left button) to draw a rectangle around the area you want to zoom to, then release the mouse. Zom masuk pada peta. Geser mouse (tahan tombol kiri mouse) untuk menggambar kotak sekitar area yang hendak Anda zom, kemudian lepaskan tombol mouse tsb. Pan the map view by dragging the mouse (hold down the left button). The area displayed will change after the mouse is released. Tarik view peta dengan menggeser mouse (dan tahan tombol kirinya). Area yang diperlihatkan akan berubah setelah tombol mouse dilepas. Zoom out to view more of the map. Drag the mouse (hold down the left button) to draw a rectangle around an area. The current view will zoomed out and resized to "fit" in the rectangle. Zom keluar untuk melihat lebih banyak sisi peta. Geser mouse (dan tahan tombol kirinya) untuk menggambar kotak sekitar area. View aktual akan dizom keluar dan disesuaikan hingga pas muat ke dalam kotak tersebut. Zoom to the extent of selected features on the active layer. The view will be zoomed so that all selected features are visible. If there are no selected features, the view is not changed. Zom ke eksten fitur-fitur yang dipilih pada lapisan aktif. View akan dizom sehingga seluruh fitur yang dipilih nampak. Jika tidak ada fitur yang dipilih, maka view tidak berubah. Identify a feature on the active layer (the active layer is the highlighted layer in the legend). Idenify searches for features near where the mouse is clicked and displays information about the results. The search radius can be customized on the QGIS Preferences dialog. Identifikasi fitur pada lapisan aktif (lapisan aktif adalah lapisan terang pada legenda). Identifikasi mencari fitur-fitur sekitar klik mouse dan memperlihatkan informasi hasilnya. Radius pencarian dapat disesuaikan melalui dialog Preferensi QGIS. Select features on the active layer by dragging the mouse to create a box around the features of interest. When the mouse is released, the features are selected and drawn in a different color (default is yellow) Pilih fitur-fitur pada lapisan aktif dengan menggeser mouse untuk membuat kotak melingkupi fitur yang diminati. Saat mouse dilepas, fitur-fitur tersebut dipilih dan digambar dengan warna berbeda (default adalah kuning) Display the About QGIS dialog. About QGIS contains information about the current version, contributors, and available data provider plugins. Memperlihatkan dialog Tentang QGIS. Tentang QGIS mengandung informasi tentang versi aktual, para kontributor, plugin penyedia data. Add a vector layer to the map canvas. The supported formats are those provided by the OGR library. For a list of supported formats, see http://www.remotesensing.org/gdal/ogr/ogr_formats.html Tambah sebuah lapisan vektor pada kanvas peta. Format-format yang didukung adalah yang disediakan oleh pustaka OGR. Daftar format yang didukung dapat dilihat di http://www.remotesensing.org/gdal/ogr/ogr_formats.html Open the attribute table for the selected vector layer. The rows can be sorted by clicking on the column names in the header row. Buka tabel atribut dari lapisan vektor yang dipilih. Baris demi baris dapat disortir dengan mengklik nama kolom. Zoom to the last view. QGIS stores only one previous view so repeatedly clicking this button swaps the views. Zom ke view terakhir. QGIS menyimpan hanya satu view sebelumnya, jadi mengklik tombol meroker view tsb. Open the options dialog to set QGIS preferences like web browser and identify search radius. Buka dialog pilihan untuk menentukan preferensi QGIS seperti web browser dan mengidentifikasi radius pencarian. Save the current map as a QGIS project. A QGIS project can later be opened and all layers and setting will be restored. Simpan peta aktual sebagai proyek QGIS. Sebuah proyek QGIS dapat dibuka belakangan dan semua lapisan-lapisan akan direstorasi. Save the current map as a new QGIS project. A QGIS project can later be opened and all layers and setting will be restored. Simpan peta aktual sebagai proyek QIS yang baru. Sebuah proyek QGIS dapat dibuka belakangan dan semua lapisan dan tentuan akan direstorasi. Create a new, empty QGIS project. All layers will be removed from the map canvas and a blank canvas will be created. Cipta proyek QGIS yang baru dan kosong. Semua lapisan-lapisan akan dihapus dari kanvas peta dan sebuah kanvas kosong akan diciptakan. Opens the Plugin Manager and allows you to view loaded plugins or load a new one. The Plugin Manager lists the available plugins and a description of the features each provides. Buka Manajer Plugin dan mengijinkan Anda untuk melihat plugin-plugin yang dimuat atau memuat yang baru. Manajer Plugin memperlihatkan daftar plugin yang tersedia dan deskripsi tiap-tiap fitur yang disediakan. Contacts the QGIS version server and provides information about the current version and any new features/changes available in the development version. Hubungi server versi QGIS dan menyediakan info tentang versi aktual dan tiap-tiap fitur/perubahan yang baru yang tersedia pada versi pengembangan. Creates a Mapserver file (.map) from the current QGIS view. The .map file can be used to create a Mapserver project. Ciptakan arsip Mapserver (.map) dari view QGIS aktual. Arsip .map dapat digunakan untuk menciptakan proyek Mapserver. Adds a raster layer to the map canvas. Supported raster formats include most of those provided by the GDAL library. See http://www.remotesensing.org/gdal/formats_list.html Tambah sebuah lapisan raster ke kanvas peta. Format-format raster yang didukung meliputi sebagian besar yang didukung oleh pustaka GDAL. Lihat http://www.remotesensing.org/gdal/formats_list.html Open the QGIS Help Contents in a web browser Buka Isi Bantuan QGIS dengan web browser Open the QGIS home page in a web browser Buka halaman web QGIS dengan web browser Open the QGIS SourceForge project page in a web browser Buka halaman proyek SourceForge QGIS dengan web browser Save the current map view as a PNG image. The image size will be exactly the same as the size of the map canvas. Simpan view peta aktual sebagai imej PNG. Ukuran imej tsb akan secara persis sama dengan ukuran kanvas peta. Whats this? Apakah ini? Whats this? - Click this tool and then click on a toolbar button or menu item to get more information Apakah ini? - Klik alat ini kemudian klik tombol kotak-alat atau item menu untuk mendapatkan info lebih Project Properties Properti Proyek Set project properties, including map units Tentukan properti proyek, termasuk unit-unit peta Set properties for the current project, including map units Tentukan properti proyek aktual, termasuk unit-unit peta &File &Arsip &Layer &Lapisan &View &Tampak &Open Project &Buka Proyek Add a &PostGIS Layer Tambah sebuah Lapisan &PostGIS &Refresh &Segarkan Zoom to &full extent Zom ke eksten &penuh Zoom in Zom + Zoom &Out Zom &- &Zoom to selected features &Zom ke fitur-fitur yang dipilih I&dentify I&dentifikasi Add a &Vector Layer Tambah sebuah Lapisan &Vektor &Attribute table Tabel &Atribut Previous Sebelum Zoom to &previous extent Zom ke eksten &sebelumnya &Preferences &Preferensi &Save Project &Simpan Proyek Save Project &As... S&impan Proyek sbg... New Project Proyek Baru &New Project Proyek &Baru Plugin &Manager &Manajer Plugin Check QGIS &Version Cek &Versi QGIS Export As Mapserver file Ekspor ke arsip Mapserver Export As &Mapserver file Ekspor ke arsip &MapServer Add a &Raster Layer Tambah lapisan &Raster Export As Image Ekspor Sebagai Imej E&xport As Image Exporter dans un fichier &Image &Whats this? &Apakah ini? Project &Properties &Propriétés du Projet Properties Properti &Properties &Properti Properties for the selected layer Properti-properti lapisan terpilih Zoom to layer Zom ke lapisan Zoom to &layer Zom ke &lapisan Print Cetak &Print &Cetak Capture Point Tangkap Titik Add All To Overview Tambah Semua Ke Previsualisasi Remove All From Overview Hapus Semua Dari Previsualisasi Show All Layers Perlihatkan Semua Lapisan-lapisan Hide All Layers Sembunyikan Semua Lapisan-lapisan Capture Line Tangkap Garis Capture Polygon Tangkap Poligon Map Edit Tools Peralatan Edit Peta Show all layers Perlihatkan semua lapisan-lapisan Add to overview Tambah ke previsualisasi Capture points Tangkap titik-titik Plugins Toolbar Kotak-alat Plugin-plugin &Settings &Tentuan &Export As Image &Ekspor Sebagai Imej P&roject Properties Properti P&royek Remove Layer Hapus Lapisan Toggle In Overview Hidupkan Previsualisasi New Vectorlayer Tambah Lapisan Vektor Legend Légende QGIS QgsAbout About Quantum GIS Tentang Quantum GIS Ok About Tentang Version Versi What's New Apa yang Baru Contributors Para Kontributor <h2>QGIS Contributors</h2> <h2>Para Kontributor QGIS</h2> <p align="center">Quantum GIS is licensed under the GNU General Public License<p> <p align="center">http://www.gnu.org/licenses</p> <p align="center">Quantum GIS berlisensi di bawah GNU General Public License<p> <p align="center">http://www.gnu.org/licenses</p> QGIS Home Page Halaman Web QGIS Subscribe to the QGIS-User mailing list Bergabung dengan mailing list QGIS-User Providers Penyedia-Penyedia Developers Name Nama Sponsors Quantum GIS is licensed under the GNU General Public License Quantum GIS berlisensi GNU General Public License <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;"> <p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">Quantum GIS (QGIS)</span></p></body></html> http://www.gnu.org/licenses Join our user mailing list <p>The following have sponsored QGIS by contributing money to fund development and other project costs</p> Website <p>The following have contributed to QGIS by translating the user interface or documentation</p> Language Names Available QGIS Data Provider Plugins Available Qt Database Plugins Available Qt Image Plugins Translators QgsAddAttrDialogBase Add Attribute Name: Nama: Type: OK OK Cancel Batal QgsApplication Exception QgsAttributeActionDialog Name Nama Action Aksi Select an action File dialog window title Missing Information To create an attribute action, you must provide both a name and the action to perform. QgsAttributeActionDialogBase Name Nama Action Aksi This list contains all actions that have been defined for the current layer. Add actions by entering the details in the controls below and then pressing the Insert action button. Actions can be edited here by double clicking on the item. Daftar ini mengandung semua aksi-aksi yang telah terdefinisi pada lapisan aktual. Penambahan aksi-aksi dilakukan dengan memasukkan detil-detil pada kontrol-kontrol di bawah dan dilanjutkan dengan menekan tombol aksi Sisipkan. Aksi-aksi dapat diedit di sini dengan mengklik-gandanya. Move up Naik Move the selected action up Naikkan aksi terpilih Move down Turun Move the selected action down Turunkan aksi terpilih Remove Buang Remove the selected action Buang aksi terpilih Name: Nama: Enter the name of an action here. The name should be unique (qgis will make it unique if necessary). Masukkan nama aksi di sini. Nama tersebut seharusnya unik (qgis akan membuatnya unik jika diperlukan). Enter the action name here Masukkan nama aksi di sini Action: Aksi: Enter the action here. This can be any program, script or command that is available on your system. When the action is invoked any set of characters that start with a % and then have the name of a field will be replaced by the value of that field. The special characters %% will replaced by the value of the field that was selected. Double quote marks group text into single arguments to the program, script or command. Double quotes will be ignored if preceeded by a backslash Masukkan aksi di sini. Ini dapat berupa program apa saja, skrip, atau perintah yang tersedia pada sistem Anda. Saat aksi tersebut dipanggil, himpunan karakter apa saja yang berawalan % dan yang memiliki nama sebuah field akan diganti dengan nilai field itu. Karakter-karakter spesial %% akan diganti dengan nilai field yang telah terpilih. Tanda baca petik ganda akan mengelompokkan teks menjadi argumen tunggal program, skrip atau perintah. Tanda baca petik ganda akan diabaikan jika diawali dengan garis-miring-terbalik Enter the action command here Masukkan perintah aksi di sini Browse Navigasi Browse for action commands Navigasi perintah-perintah aksi Insert action Sisipkan aksi Inserts the action into the list above Sisipkan aksi ke dalam daftar di atas Update action Baharui aksi Update the selected action Baharui aksi terpilih Insert field Sisipkan field Inserts the selected field into the action, prepended with a % Sisipkan field terpilih ke dalam aksi, diakhiri dengan % The valid attribute names for this layer Nama atribut yang valid untuk lapisan ini Capture output Captures any output from the action Captures the standard output or error generated by the action and displays it in a dialog box Enter the action here. This can be any program, script or command that is available on your system. When the action is invoked any set of characters that start with a % and then have the name of a field will be replaced by the value of that field. The special characters %% will be replaced by the value of the field that was selected. Double quote marks group text into single arguments to the program, script or command. Double quotes will be ignored if preceeded by a backslash Attribute Actions Action properties Browse for action Click to browse for an action ... ... Capture Clicking the button will let you select an application to use as the action QgsAttributeDialog (int) (dbl) (txt) ... ... Select a file QgsAttributeDialogBase Enter Attribute Values Masukkan Nilai-Nilai Atribut OK OK Cancel Batal Value Nilai &OK &OK QgsAttributeTable <center>Run action</center> <center>Exécuter l'action</center> QgsAttributeTableBase Attribute Table Tabel Atribut Close Tutup Start editing Mulai editing Stop editing Hentikan editing &Close &Tutup Alt+C Alt-F &Help &Bantuan QgsAttributeTableDialog Attribute table - %1 Search string parsing error Search results You've supplied an empty search string. Error during search Found %d matching features. No matching features found. Attribute Table Tabel Atribut Remove selection Move selected to top Ctrl+T Invert selection Ctrl+S Copy selected rows to clipboard (Ctrl+C) Copies the selected rows to the clipboard Ctrl+C Zoom map to the selected rows (Ctrl-J) Zoom map to the selected rows Ctrl+J Toggle editing mode Click to toggle table editing Look for in &Search Show selected records only Advanced search ... ... Search selected records only QgsAttributeTableDisplay Found %d matching features. Stop editing Hentikan editing Attribute table - Tabel atribut - Edit Edit Delete Hapus Layer Lapisan Table Tabel Found %n matching feature(s). search results QgsBookmarks Really Delete? Error deleting bookmark &Delete &Zoom to Are you sure you want to delete the %1 bookmark? Failed to delete the %1 bookmark from the database. The database said: %2 QgsBookmarksBase Geospatial Bookmarks Name Nama Project Extent Id Delete Hapus Close the dialog Tutup dialog tsb Help Bantuan QgsCommunityRegPluginGuiBase &OK &OK Alt+C Alt-F Name: Nama: QgsComposer Choose a filename to save the map image as Pilih sebuah nama arsip untuk menyimpan imej peta sebagai Big image QGIS - print composer Map 1 SVG warning Don't show this message again SVG Format Lower Inferior QGIS File Close Ctrl+W Edit Edit &Undo Ctrl+Z Cu&t Ctrl+X &Copy Ctrl+C &Paste Ctrl+V Delete Hapus View Layout Choose a file name to save the map image as Choose a file name to save the map as Project contains WMS layers 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 <p>The SVG export function in Qgis has several problems due to bugs and deficiencies in the %1 format (*.%2 *.%3) Qt4 svg code. Of note, text does not appear in the SVG file and there are problems with the map bounding box clipping other items such as the legend or scale bar.</p> Qt4 svg code. In particular, there are problems with layers not being clipped to the map bounding box.</p> To create image %1 x %2 requires circa %3 MB of memory If you require a vector-based output file from Qgis it is suggested that you try printing to PostScript if the SVG output is not satisfactory.</p> save template Save error Error, could not save file Load template Read error Error, could not read file Content of template file is not valid QgsComposerBase General Umum Composition Item Toolbar Kotak-alat Tools Peralatan Print Cetak &Print... Zoom to full extent Zom ke eksten penuh Zoom in Zom + Zoom out Zom keluar Add new map Add new label Add new vect legend Select/Move item Add new scalebar Refresh view MainWindow Zoom In Zoom Out Add Image Close Help Bantuan Zoom Full Add Map Add Label Add Vector Legend Move Item Export as Image... Export as SVG... Add Scalebar Refresh Move Content Move item content Group Group items Ungroup Ungroup items Raise Raise selected items Lower Inferior Lower selected items Bring to Front Move selected items to top Send to Back Move selected items to bottom Load From template Save as template Align left Align selected items left Align center Align center horizontal Align right Align selected items right Align top Align selected items to top Align center vertical Align bottom Align selected items bottom QgsComposerItemWidgetBase Form Composer item properties Color: Frame... Background... Opacity: Outline width: Frame Position... QgsComposerLabelBase Font Huruf Box Kotak QgsComposerLabelWidgetBase Label Options Font Huruf Margin (mm): QgsComposerLegend Legend Légende QgsComposerLegendItemDialogBase Legend item properties Item text: QgsComposerLegendWidgetBase Barscale Options General Umum Title: Font: Title... Layer... Item... Symbol width: Symbol height: Layer space: Symbol space: Icon label space: Box space: Legend items down up remove edit... update update all QgsComposerMap Render Render Map Peta Map will be printed here Map %1 QgsComposerMapBase Height Tinggi QgsComposerMapWidget Cache Rectangle Render Render QgsComposerMapWidgetBase Map options <b>Map</b> Width Height Tinggi Scale: 1: Map extent X min: Y min: X max: Y max: set to map canvas extent Preview Update preview QgsComposerPictureBase ... ... Angle Sudut Height Tinggi Browse Navigasi QgsComposerPictureWidget Select svg or image file Select new preview directory Creating icon for file %1 QgsComposerPictureWidgetBase Picture Options Browse... Width: Height: Rotation: Search directories Add... Remove Buang Preview QgsComposerScaleBarWidget Single Box Double Box Line Ticks Middle Line Ticks Down Line Ticks Up Numeric Map %1 QgsComposerScaleBarWidgetBase Barscale Options Segment size (map units): Map units per bar unit: Number of segments: Segments left: Style: Map: Height (mm): Line width: Label space: Box space: Unit label: Font... Color... QgsComposerScalebarBase Map Peta Font Huruf QgsComposerVectorLegend Layers Lapisan-lapisan Render Render Legend Légende QgsComposerVectorLegendBase Vector Legend Options Title Judul Map Peta Font Huruf Box Kotak Column 1 Kolom 1 New Item Item Baru Preview Layers Lapisan-lapisan Group ID QgsCompositionBase Composition Paper Size Units unit-unit Width Height Tinggi Orientation Orientasi QgsCompositionWidget Landscape Portrait Custom A5 (148x210 mm) A4 (210x297 mm) A3 (297x420 mm) A2 (420x594 mm) A1 (594x841 mm) A0 (841x1189 mm) B5 (176 x 250 mm) B4 (250 x 353 mm) B3 (353 x 500 mm) B2 (500 x 707 mm) B1 (707 x 1000 mm) B0 (1000 x 1414 mm) Letter (8.5x11 inches) Legal (8.5x14 inches) Solid Dots Crosses QgsCompositionWidgetBase Composition Paper Orientation Orientasi Height Tinggi Width Units unit-unit Size Print quality (dpi) Snapping Snap to grid Grid resolution: Offset x: Offset y: Pen width: Grid color: Grid style: Print as raster QgsConfigureShortcutsDialog None Tidak ada Set default (%1) Input: Change Shortcut conflict This shortcut is already assigned to action %1. Reassign? Configure shortcuts Action Aksi Shortcut Set none Set default QgsConnectionDialog Test connection Coba koneksi Connection failed - Check settings and try again La connection a échoué - Vérifiez les paramètres et reéssayez QgsConnectionDialogBase Connection Information Informasi Koneksi Host Host Database Basisdata Username Nama-pengguna Name Nama Name of the new connection Nama koneksi baru Password Password Test Connect Coba Koneksi Save Password Simpan Password Cancel Batal Help Bantuan Create a New PostGIS connection Ciptakan sebuah Koneksi PostGIS Baru QgsContColDialogBase Continuous color Warna berkelanjutan Classification Field: Field Klasifikasi: Minimum Value: Nilai Minimum: Maximum Value: Nilai Maksimum: Outline Width: Lebar Batas Luar: ... ... QgsContinuousColorDialogBase Continuous color Warna berkelanjutan ... ... Maximum Value: Nilai Maksimum: Outline Width: Minimum Value: Nilai Minimum: Classification Field: Field Klasifikasi: Draw polygon outline QgsCoordinateTransform Failed transform of with error: The source spatial reference system (CRS) is not valid. The destination spatial reference system (CRS) is not valid. The coordinates can not be reprojected. The CRS is: %1 QgsCopyrightLabelPlugin Bottom Left Kiri Bawah Top Left Kiri Atas Top Right Kanan Atas Bottom Right Kanan Bawah &Copyright Label Creates a copyright label that is displayed on the map canvas. &Decorations QgsCopyrightLabelPluginGuiBase Copyright Label Plugin Label Plugin Hak Cipta <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:helvetica"> <p style="margin-top:18px"><span style="font-size:19pt;font-weight:600">Description</span></p> <p>Enter your copyright label below. This plugin supports basic html markup tags for formatting the label. For example:</p> <p><span style="font-family:Courier New">&lt;B&gt; </span><span style="font-family:Courier New;font-weight:600">Bold text</span><span style="font-family:Courier New"> &lt;/B&gt;<br />&lt;I&gt; </span><span style="font-family:Courier New;font-style:italic">Italics</span><span style="font-family:Courier New"> &lt;/I&gt;</span></p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:helvetica"> <p style="margin-top:18px"><span style="font-size:19pt;font-weight:600">Description</span></p> <p>Masukkan label hak cipta Anda di bawah. Plugin ini mendukung tag markup html dasar untuk memformat label. Sebagai contoh:</p> <p><span style="font-family:Courier New">&lt;B&gt; </span><span style="font-family:Courier New;font-weight:600">Texte en gras</span><span style="font-family:Courier New"> &lt;/B&gt;<br />&lt;I&gt; </span><span style="font-family:Courier New;font-style:italic">Italiques</span><span style="font-family:Courier New"> &lt;/I&gt;</span></p> </body></html> © QGIS 2004 © QGIS 2004 Placement Penempatan Bottom Left Kiri Bawah Top Left Kiri Atas Bottom Right Kanan Bawah Top Right Kanan Atas Orientation Orientasi Horizontal Horizontal Vertical Vertikal Enable Copyright Label Aktifkan Label Hak Cipta &OK &OK Alt+C Alt-F Help Bantuan Color Warna © QGIS 2008 © QGIS 2008 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Verdana'; 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; font-family:'Sans Serif'; font-size:9pt;"><span style=" font-size:12pt;">Description</span></p> <p 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 Serif'; font-size:9pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">Enter your copyright label below. This plugin supports basic html markup tags for formatting the label. For example:</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><span style=" font-weight:600;">&lt;B&gt; Bold text &lt;/B&gt; </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt; font-weight:600;"><span style=" font-weight:400; font-style:italic;">&lt;I&gt; Italics &lt;/I&gt;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt; font-style:italic;"><span style=" font-style:normal;">(note: &amp;copy; gives a copyright symbol)</span></p></body></html> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Verdana'; 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;">© QGIS 2009</p></body></html> QgsCustomProjectionDialog Delete Projection Definition? Deleting a projection definition is not reversable. Do you want to delete it? Abort New Baru QGIS Custom Projection This proj4 projection definition is not valid. Northing and Easthing must be in decimal form. Internal Error (source projection invalid?) Please give the projection a name before pressing save. Please add the parameters before pressing save. Please add a proj= clause before pressing save. This proj4 ellipsoid definition is not valid. Please add a ellips= clause before pressing save. COMMENTED OUT Please correct before pressing save. QgsCustomProjectionDialogBase Define |< < 1 of 1 > >| New Baru Delete Hapus Name: Nama: Test Coba Calculate Geographic / WGS84 Name Nama Parameters * S X North East Custom Coordinate Reference System Definition You can define your own custom Coordinate Reference System (CRS) here. The definition must conform to the proj4 format for specifying a CRS. Use the text boxes below to test the CRS definition you are creating. Enter a coordinate where both the lat/long and the transformed result are known (for example by reading off a map). Then press the calculate button to see if the CRS definition you are creating is accurate. Destination CRS QgsDbSourceSelect Are you sure you want to remove the Apakah Anda yakin hendak membuang connection and all associated settings? koneksi dan semua tentuan terasosiasi? Confirm Delete Konfirmasi Hapus Yes Ya No Tidak Select Table Pilih Tabel You must select a table in order to add a Layer. Anda harus memilih sebuah tabel jika hendak menambah sebuah Lapisan. Password for Password untuk Please enter your password: Silahkan memasukkan password Anda: Connection failed Koneksi gagal Connection to %1 on %2 failed. Either the database is down or your settings are incorrect.%3Check your username and password and try again. La connection vers %1 sur %2 a échoué. Soit la base de donnée est fermée soit vos paramètres sont incorrects.%3Vérifiez votre nom d'utilisateur et votre mot de passe et reéssayez. Connection to %1 on %2 failed. Either the database is down or your settings are incorrect.%3Check your username and password and try again.%4%5 Koneksi ke %1 pada %2 gagal. Bisa karena basisdata sedang jatuh atau tentuan anda tidak benar. %3 Periksa nama-pengguna dan password Anda dan coba lagi. %4%5 Type Tipe Name Nama Sql Wildcard RegExp All Semua Schema Skema Table Tabel Geometry column Accessible tables could not be determined Database connection was successful, but the accessible tables could not be determined. The error message from the database was: %1 No accessible tables found Database connection was successful, but no accessible tables were found. Please verify that you have SELECT privilege on a table carrying PostGIS geometry. Are you sure you want to remove the %1 connection and all associated settings? You must select a table in order to add a layer. Connection to %1 on %2 failed. Either the database is down or your settings are incorrect. Check your username and password and try again. The database said: %3 QgsDbSourceSelectBase Add PostGIS Table(s) Tambah Tabel PostGIS Add Tambah Help Bantuan F1 Connect Koneksikan New Baru Edit Edit Delete Hapus Close Tutup PostgreSQL Connections Koneksi-koneksi PostgreSQL Tables: Tabel-tabel: Type Tipe Name Nama Search: Search mode: Search in columns: Search options... QgsDbTableModel Schema Skema Table Tabel Type Tipe Geometry column Sql Point Titik Multipoint Line Garis Multiline Polygon Poligon Multipolygon QgsDelAttrDialogBase Delete Attributes OK OK Cancel Batal New Item Item Baru QgsDelimitedTextPlugin &Add Delimited Text Layer &Delimited text DelimitedTextLayer Add a delimited text file as a map layer. The file must have a header row containing the field names. X and Y fields are required and must contain coordinates in decimal units. QgsDelimitedTextPluginGui No layer name Nama lapisan kosong Please enter a layer name before adding the layer to the map Silahkan memasukkan sebuah nama lapisan sebelum menambahkan lapisan tsb ke peta No delimiter Tidak ada delimiter Please specify a delimiter prior to parsing the file Silahkan menentukan sebuah delimiter sebelum memparsing arsip tsb Choose a delimited text file to open Pilih sebuah arsip teks delimited untuk dibuka Parse Description Deskripsi Select a delimited text file containing a header row and one or more rows of x and y coordinates that you would like to use as a point layer and this plugin will do the job for you! Use the layer name box to specify the legend name for the new layer. Use the delimiter box to specify what delimeter is used in your file (e.g. space, comma, tab or a regular expression in Perl style). After choosing a delimiter, press the parse button and select the columns containing the x and y values for the layer. QgsDelimitedTextPluginGuiBase Create a Layer from a Delimited Text File Ciptakan sebuah Lapisan dari Arsip Teks Delimited Cancel Batal Help on using the plugin Bantuan untuk menggunakan plugin tsb Opens the Delimited Text Plugin help in your configured browser Buka bantuan Plugin Teks Delimited pada navigator hasil konfigurasi Anda Parse the header row and update the X and Y field lists Parse baris judul dan baharui daftar field X dan Y Parse the header row of the input file and refresh the fields in the X and Y field drop-down lists. Use this button to refresh the field lists if you change the delimiter after selecting the delimited text file. Parse baris judul arsip masukan dan segarkan daftar field X dan Y dari daftar field drop-down. Gunakan tombol ini untuk menyegarkan daftar field jikalau Anda mengubah delimiter setelah memilih arsip teks delimited. Creates a layer using the specified parameters and adds it to the map. The dialog remains open to allow adding of additional layers. Ciptakan sebuah lapisan dengan menggunakan parameter yang telah ditentukan dan menambahkannya ke peta. Dialog tsb tetap terbuka untuk mengijinkan penambahan lapisan-lapisan lebih lanjut. Close the dialog Tutup dialog tsb Close the dialog without adding anything to the map. Tutup dialog tsb tanpa menambahkan apa-apa pada peta. <p align="right">X field</p> <p align="right">Field X</p> Name of the field containing x values Nama field yang mengandung nilai-nilai x Name of the field containing x values. Choose a field from the list. The list is generated by parsing the header row of the delimited text file. Nama field yang mengandung nilai-nilai x. Pilih sebuah field dari daftar tsb. Daftar tsb dihasilkan dengan memparsing baris judul dari arsip teks delimited. <p align="right">Y field</p> <p align="right">Field Y</p> Name of the field containing y values Nama field yang mengandung nilai-nilai y Name of the field containing y values. Choose a field from the list. The list is generated by parsing the header row of the delimited text file. Nama field yang mengandung nilai-nilai y. Pilih sebuah field dari daftar. Daftar tsb dihasilkan dengan memparsing baris judul dari arsip teks delimited. <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:18pt;font-weight:600">Description</span></p> <p>Select the file containing delimited text with lat/lon coordinates that you would like to use as a point layer and this plugin will do the job for you! </p> <p>Use the layer name box to specify the legend name for the new layer. Use the delimeter box to specify what the delimeter is for your file (e.g. space, commar or tab). Note this box accepts regex entries so use \t for tab and so on. After choosing a delimeter, press the parse button to see what field names have been detected in your file.</p> <p>Use the X and Y fields to specify which columns represent latitude and longitude..</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:18pt;font-weight:600">Description</span></p> <p>Sélectionnez le fichier à texte délimité (CSV) contenant les coordonnées en lat/lon que vous voudriez utiliser comme couche de point et ce plugin fera le travail pour vous!</p> <p>Renseignez le nom de la couche qui sera utilisé dans la légende. Sélectionner le délimiteur (espace, virgule, tabulation) du fichier CSV. Notez que vous pouvez utiliser des expressions régulières, comme \t pour la tabulation. Après celà, pressez le bouton Analyser afin de voir quels noms de champ ont été détecté dans votre fichier.</p> <p>Utilisez les champs X et Y pour spécifier quelles colonnes représentent les latitudes et longitudes.</p> </body></html> Layer name Nama Lapisan Name to display in the map legend Nama untuk diperlihatkan pada legenda peta Name displayed in the map legend Nama yang diperlihatkan pada legenda peta Delimiter Delimiter Delimiter to use when splitting fields in the text file. The delimiter can be more than one character. Delimiter yang digunakan saat memisahkan field-field pada arsip teks. Delimiter tsb dapat lebih dari 1 karakter. Delimiter to use when splitting fields in the delimited text file. The delimiter can be 1 or more characters in length. Delimiter yang digunakan saat memisahkan filed-field dalam arsip teks delimited. Panjang delimiter tsb boleh 1 karakter atau lebih. Delimited Text Layer Lapisan Teks Delimited Delimited text file Arsip teks delimited Full path to the delimited text file Path lengkap ke arsip teks delimited Full path to the delimited text file. In order to properly parse the fields in the file, the delimiter must be defined prior to entering the file name. Use the Browse button to the right of this field to choose the input file. Path penuh ke arsip teks delimited. Supaya proses parse field-field dalam arsip benar, delimiter tsb harus didefinisikan sebelum memasukkan nam arsip. Gunakan tombol Navigasi persis di sebelah kanan field ini untuk memilih arsip masukan. ... ... Browse to find the delimited text file to be processed Navigasi untuk menemukan arsip teks delimited yang akan diproses Use this button to browse to the location of the delimited text file. This button will not be enabled until a delimiter has been entered in the <i>Delimiter</i> box. Once a file is chosen, the X and Y field drop-down boxes will be populated with the fields from the delimited text file. Gunakan tombol ini untuk menavigasi lokasi arsip teks delimited. Tombol ini akan akan diaktifkan hingga sebuah delimiter dimasukkan pada kotak <i>Delimiter</i>. Jika sebuah arsip dipilih, maka kotak drop-down field X dan Y akan diisi dengan arsip teks delimited. Add layer using the delimiter, file, and x/y fields specified Tambah lapisan dengan menggunakan field-field delimiter, arsip, dan x/y yang telah ditentukan &Help &Bantuan &Parse &Parse &Add Layer &Tambah Lapisan &Close &Tutup Sample text Contoh teks <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Description</span></p> <p>Select a delimited text file containing x and y coordinates that you would like to use as a point layer and this plugin will do the job for you! </p> <p>Use the layer name box to specify the legend name for the new layer. Use the delimiter box to specify what delimeter is used in your file (e.g. space, commar or tab). Note this box accepts regular expressions so use \t for tab and so on. After choosing a delimiter, press the parse button an select the columns containing the x and y values for the layer.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:16pt;font-weight:600">Deskripsi</span></p> <p>Pilih sebuah arsip teks delimited yang mengandung koordinat x dan y yang akan Anda gunakan sebagai lapisan titik dan plugin ini akan melakukannya untuk Anda! </p> <p>Gunakan kotak nama lapisan untuk menentukan nama legenda untuk lapisan baru. Gunakan kotak delimiter untuk menentukan delimiter apa yang digunakan dalam arsip Anda (misal: spasi, koma, atau tab). Catatan bahwa kotak ini menerima ekspresi regular jadi gunakan \t untuk melambangkan tab dst. Setelah memilih sebuah delimiter, tekan tombol parse dan pilih kolom-kolom yang mengandung nilai-nilai x dan y pada lapisan tsb</p> </body></html> Browse... The delimiter is taken as is Plain characters The delimiter is a regular expression Regular expression <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> QgsDelimitedTextProvider Note: the following lines were not loaded because Qgis was unable to determine values for the x and y coordinates: Error QgsDetailedItemWidgetBase Form Heading Label Detail label QgsDiagramDialog Pie chart Bar chart Proportional SVG symbols QgsDiagramDialogBase Dialog Display diagrams Diagram type: Classification attribute: Classification type: QgsDlgPgBufferBase Buffer features Fitur-fitur Bufer &Help &Bantuan &OK &OK &Cancel &Batal Buffer Settings: Tentuan Bufer: Buffer distance in map units: Jarak bufer dalam unit-unit peta: Table name for the buffered layer: Nama tabel untuk lapisan berbufer: Create unique object id Ciptakan id objek unik public publik Geometry column: Kolom geometri: Spatial reference ID: ID referensi spasial: Unique field to use as feature id: Field unik untuk digunakan sebagai id fitur: Schema: Skema: Add the buffered layer to the map? Tambah lapisan berbufer ke peta? <h2>Buffer the features in layer: </h2> <h2>Bufer fitur-fitur pada lapisan: </h2> Parameters QgsDlgVectorLayerProperties Single Symbol Simbol Tunggal Graduated Symbol Simbol Graduasi Continuous Color Warna Berkelanjutan Single Marker Penanda Tunggal Graduated Marker Penanda Graduasi Unique Value Nilai Unik Unique Value Marker Penanda Nilai Unik The source of the data (path name or database connection information) Sumber data (info nama path atau koneksi basisdata) This button opens the PostgreSQL query builder and allows you to create a subset of features to display on the map canvas rather than displaying all features in the layer Tombol ini membukan pembangun query PostgreSQL dan mengijinkan Anda untuk menciptakan sub himpunan fitur-fitur untuk ditampilkan pada kanvas peta bukannya memperlihatkan seluruh fitur dalam lapisan tsb The query used to limit the features in the layer is shown here. This is currently only supported for PostgreSQL layers. To enter or modify the query, click on the Query Builder button Query tsb digunakan untuk membatasi fitur-fitur lapisan yang ditampilkan di sini. Fitur ini saat ini hanya berlaku pada lapisan-lapisan PostgreSQL. Untuk memasukkan atau mengubah query, klik pada tombol Pembangun Query Geometry type of the features in this layer Tipe geometri fitur-fitur pada lapisan ini The number of features in this layer Jumlah fitur-fitur pada lapisan ini In order for QGIS to support SVG markers under Windows, we need to build QGIS Agar QGIS mendukung penanda SVR di Windows, kami perlu membangun QGIS using the commercial version of Qt. As this project is developed by volunteers menggunakan versi komersial Qt. Oleh karena proyek ini dikembangkan oleh sukarelawan-sukarelawan donating their time, we don't have the financial resources to purchase Qt menyumbangkan waktunya, kami tidak memiliki sumber finansial untuk membeli Qt commercial. If you would like to help us, please visit the QGIS sourceforge komersial. Jika Anda berkehendak menolong kami, silahkan mengunjungi QGIS sourceforge home page to make a donation halaman web untuk melakukan donasi No SVG Support Tidak ada dukungan SVG Field Field Type Tipe Length Panjang Precision Presisi QgsDlgVectorLayerPropertiesBase Layer Properties Properti-properti Lapisan Apply Aplikasikan Close Fermer General Umum Display name Perlihatkan nama Layer source Sumber lapisan Fields Field-field Field Field Type Tipe Length Panjang Precision Presisi Features Fitur-fitur Count HItung count hitung Geometry type Tipe geometri Upper right Kanan superior Lower left Kiri inferior Legend Légende Legend type: Tipe legenda: Labels Label-label Display labels Perlihatkan label-label Help Bantuan Cancel Batal OK OK Symbology Simbologi Visibility Visibilitas Use scale dependent rendering Gunakan render bergantung skala Maximum 1: Maksimum 1: Maximum scale at which this layer will be displayed. Skala maksimum lapisan ini jikalau hendak diperlihatkan. Minimum 1: Minimum 1: Minimum scale at which this layer will be displayed. Skala minimum lapisan ini jikalau hendak diperlihatkan. Display field Field Layar Display field for the Identify Results dialog box Field layar dari kotak dialog Hasil-hasil Identifikasi This sets the display field for the Identify Results dialog box Ini menentukan field layar untuk kotak dialog Hasil-hasil Identifikasi Use this control to set which field is placed at the top level of the Identify Results dialog box. Gunakan kontrol ini untuk menentukan field mana yang ditempatkan pada level teratas dari kotak dialog Hasil-hasil Identifikasi. Subset: Subhimpunan: Query Builder Pembangun Query Metadata Metadata Actions Aksi-aksi QgsEditReservedWordsBase Edit Reserved Words Edit Kata-kata Kunci Status Status Column name Nama Kolom Index Indeks This shapefile contains reserved words. These may affect the import into PostgreSQL. Edit the column names so none of the reserved words listed at the right are used. You may also change any column name if desired. Shapefile ini mengandung kata-kata kunci. Ini mungkin mempengaruhi proses impor ke PostgreSQL. Edit nama kolom sehingga tidak ada satupun kata-kata kunci terpakai. Anda boleh juga mengubah nama kolom apa saja jika diperlukan. &Help &Bantuan &OK &OK &Cancel &Bantuan Reserved Words Kata-kata Kunci QgsEditReservedWordsDialog Status Status Index Indeks QgsEncodingFileDialog Encoding: QgsGPSDeviceDialog New device %1 Are you sure? Are you sure that you want to delete this device? QgsGPSDeviceDialogBase GPS Device Editor Editor Divais GPS Device name: Nama divais: Download command: Perintah download: This is the command that will be used to download GPS data from the device. %in and %out will be replaced by the port and the GPX filename, respectively. Ini adalah perintah yang akan digunakan untuk men-download data GPS dari divais tsb. %in dan %out secara berurutan akan diganti dengan port dan namafile GPX. This is the name of the device as it will appear in the lists Ini adalah nama divais seperti akan terlihat pada daftar This is the command that will be used to upload GPS data to the device. %in and %out will be replaced by the GPX filename and the port, respectively. Ini adalah perintah yang akan digunakan untuk meng-upload data GPS ke divais. %in dan %out secara berurutan akan digantikan dengan namafile GPX dan port. Upload command: Perintah upload: <p>In the download and upload commands there can be special words that will be replaced by QGIS when the commands are used. These words are:</p> <i>%babel</i> - the path to GPSBabel<br> <i>%type</i> - the flag for the feature type that is being transferred (-w, -r or -t)<br> <i>%in</i> - the GPX filename when uploading or the port when downloading<br> <i>%out</i> - the port when uploading or the GPX filename when downloading <p>Di dalam perintah-perintah download dan upload : </p> <i>%babel</i> - path ke GPSBabel<br> <i>%tipe</i> - flag tipe fitur yang sedang ditransfer (-w, -r ou -t)<br> <i>%masuk</i> - nama arsip GPX saat upload atau port saat download<br> <i>%keluar</i> - port saat upload atau nama file GPX saat download Update device Baharui divais Delete device Hapus divais New device Buat divais baru Close Tutup Commands Waypoint download: Waypoint upload: Route download: Route upload: Track download: The command that is used to upload tracks to the device Track upload: The command that is used to download tracks from the device The command that is used to upload routes to the device The command that is used to download routes from the device The command that is used to upload waypoints to the device The command that is used to download waypoints from the device Device name <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">In the download and upload commands there can be special words that will be replaced by QGIS when the commands are used. These words are:<span style=" font-style:italic;">%babel</span> - the path to GPSBabel<br /><span style=" font-style:italic;">%in</span> - the GPX filename when uploading or the port when downloading<br /><span style=" font-style:italic;">%out</span> - the port when uploading or the GPX filename when downloading</p></body></html> QgsGPSPlugin &Gps Tools &Create new GPX layer Creates a new GPX layer and displays it on the map canvas &Gps Save new GPX file as... GPS eXchange file (*.gpx) Could not create file Unable to create a GPX file with the given name. Try again with another name or in another directory. GPX Loader Could not start process Could not start GPSBabel! Importing data... Cancel Batal Could not import data from %1! Error importing data Not supported Downloading data... Could not download data from GPS! Error downloading data Uploading data... Error while uploading data to GPS! Error uploading data Could not convert data from %1! Error converting data Unable to read the selected file. Please reselect a valid file. This device does not support downloading of %1. This device does not support uploading of %1. QgsGPSPluginGui GPS eXchange format (*.gpx) Select GPX file Select file and format to import Waypoints Routes Tracks QGIS can perform conversions of GPX files, by using GPSBabel (%1) to perform the conversions. This requires that you have GPSBabel installed where QGIS can find it. GPX is the %1, which is used to store information about waypoints, routes, and tracks. GPS eXchange file format Select a GPX file and then select the feature types that you want to load. This tool will help you download data from a GPS device. Choose your GPS device, the port it is connected to, the feature type you want to download, a name for your new layer, and the GPX file where you want to store the data. If your device isn't listed, or if you want to change some settings, you can also edit the devices. This tool uses the program GPSBabel (%1) to transfer the data. This tool will help you upload data from a GPX layer to a GPS device. Choose the layer you want to upload, the device you want to upload it to, and the port your device is connected to. QGIS can only load GPX files by itself, but many other formats can be converted to GPX using GPSBabel (%1). All file formats can not store waypoints, routes, and tracks, so some feature types may be disabled for some file formats. Choose a file name to save under Select a GPS file format and the file that you want to import, the feature type that you want to use, a GPX file name that you want to save the converted file as, and a name for the new layer. Select a GPX input file name, the type of conversion you want to perform, a GPX file name that you want to save the converted file as, and a name for the new layer created from the result. QgsGPSPluginGuiBase GPS Tools Peralatan GPS Load GPX file Memuat arsip GPX <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>GPX is the <a href="http://www.topografix.com/gpx.asp">GPS eXchange file format</a>, which is used to store information about waypoints, routes, and tracks.</p> <p>Select a GPX file and then select the feature types that you want to load.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Deskripsi</span></p> <p>GPX adalah <a href="http://www.topografix.com/gpx.asp"> format arsip eXchange GPS</a>, saat digunakan untuk menyimpan informasi tentang titik arah, rute-rute, dan trek-trek.</p> <p>Pilih sebuah arsip GPX kemudian pilih tipe-tipe fitur yang hendak Anda muat.</p> </body></html> File: Arsip: Feature types: Tipe-tipe fitur: Waypoints Objektif-objektif Routes Rute-rute Tracks Trek-trek ... ... Import other file Impor arsip lain <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>QGIS can only load GPX files by itself, but many other formats can be converted to GPX using GPSBabel (<a href="http://gpsbabel.sf.net"> http://gpsbabel.sf.net</a>). This requires that you have GPSBabel installed where QGIS can find it.</p> <p>Select a GPS file format and the file that you want to import, the feature type that you want to use, a GPX filename that you want to save the converted file as, and a name for the new layer. All file formats can not store waypoints, routes, and tracks, so some feature types may be disabled for some file formats.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>QGIS hanya dapat memuat arsip-arsip GPX, tapi banyak format-format lainnya dapat dikonversi ke GPX menggunakan GPSBabel (<a href="http://gpsbabel.sf.net"> http://gpsbabel.sf.net</a>). Ini mensyaratkan GPSBabel sudah terpasang dimana QGIS dapat menemukannya.</p> <p>Pilih sebuah format arsip GPS dan arsip yang hendak Anda impor, tipe fitur yang hendak Anda gunakan, sebuah nama arsip GPX sbg tujuan konversi, dan nama lapisan baru. Semua format-format arsip tidak dapat menyimpan objektif-objektif, rute-rute, dan trek-trek, sehingga beberapa tipe-tipe fitur mungkin dinonaktifkan untuk beberapa format arsip.</p> </body></html> File to import: Arsip yang hendak diimpor: Feature type: Tipe fitur: GPX output file: Arsip keluaran GPX: Layer name: Nama lapisan: Download from GPS Download dari GPS <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This tool will help you download data from a GPS device. Choose your GPS device, the port it is connected to, the feature type you want to download, a name for your new layer, and the GPX file where you want to store the data. If your device isn't listed, or if you want to change some settings, you can also edit the devices.</p> <p>This tool uses the program GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Deskripsi</span></p> <p>Alat ini akan menolong Anda men-download data dari divais GPS. Pilih divais GPS, port yang hendak dikoneksikan, tipe fitur yang hendak Anda download, nama lapisan yang baru, dan arsip GPX dimana Anda hendak menyimpan data. Jika divais Anda tidak terdaftar, atau jika Anda hendak mengubah beberapa tentuan, Anda dapat juga mengedit divais-divais tsb.</p> <p>Alat ini menggunakan program GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) untuk mentransfer data. Jika Anda tidak memiliki GPSBabel di mana QGIS dapat menemukannya, alat ini tidak akan berfungsi.</p> </body></html> Edit devices Edit divais-divais GPS device: Divais GPS: Output file: Arsip keluaran: Port: Upload to GPS Upload ke GPS <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This tool will help you upload data from a GPX layer to a GPS device. Choose the layer you want to upload, the device you want to upload it to, and the port your device is connected to. If your device isn't listed, or if you want to change some settings, you can also edit the devices.</p> <p>This tool uses the program GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Deskripsi</span></p> <p>Alat ini akan menolong Anda meng-upload data dari divais GPS. Pilih divais GPS, port yang hendak dikoneksikan, tipe fitur yang hendak Anda download, nama lapisan yang baru, dan arsip GPX dimana Anda hendak menyimpan data. Jika divais Anda tidak terdaftar, atau jika Anda hendak mengubah beberapa tentuan, Anda dapat juga mengedit divais-divais tsb.</p> <p>Alat ini menggunakan program GPSBabel (<a href="http://gpsbabel.sf.net">http://gpsbabel.sf.net</a>) untuk mentransfer data. Jika Anda tidak memiliki GPSBabel di mana QGIS dapat menemukannya, alat ini tidak akan berfungsi.</p> </body></html> Data layer: Lapisan data: &OK &OK &Cancel &Batal &Help &Bantuan Browse... Save As... (Note: Selecting correct file type in browser dialog important!) GPX Conversions Conversion: GPX input file: <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;"> <p 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 Serif'; font-size:9pt;"></p></body></html> Edit devices... Refresh QgsGPXProvider Bad URI - you need to specify the feature type. GPS eXchange file Digitized in QGIS QgsGenericProjectionSelector This layer appears to have no projection specification. By default, this layer will now have its projection set to that of the project, but you may override this by selecting a different projection below. Define this layer's coordinate reference system: QgsGenericProjectionSelectorBase Coordinate Reference System Selector QgsGeomTypeDialog Name Nama Type Tipe Real Integer String QgsGeomTypeDialogBase Select Geometry type Pilih tipe Geometri Type Tipe Point Titik Line Garis Polygon Poligon OK OK Cancel Batal New Vector Layer Add Tambah Column 1 Kolom 1 New Item Item Baru Remove Buang Help Bantuan File format Attributes Name Nama ... ... Delete selected attribute Add attribute Width Precision Presisi QgsGeorefDescriptionDialogBase Description georeferencer <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:12pt; font-weight:400; font-style:normal; text-decoration:none;"> <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:11pt; font-weight:600;">Description</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">This plugin can generate world files for rasters. You select points on the raster and give their world coordinates, and the plugin will compute the world file parameters. The more coordinates you can provide the better the result will be.</p></body></html> QgsGeorefPlugin &Georeferencer <b>Georeferencer GDAL</b> Based on original Georeferencer Plugin <b>Developers:</b> Lars Luthman (original Georeferencer) <b>Links:</b> QgsGeorefPluginGuiBase ... ... QgsGeorefWarpOptionsDialogBase Warp options Resampling method: Nearest neighbour Linear Cubic OK OK Use 0 for transparency when needed Compression: QgsGraMaDialogBase graduated Marker Penanda graduasi Mode: Mode: Classification Field: Field Klasifikasi: Number of Classes: Jumlah Kelas-Kelas: QgsGraMaExtensionWidget Lower Inferior Upper Superior Label Label Image Imej Scale Factor Skala Faktor QgsGraSyDialogBase graduated Symbol Simbol graduasi Number of Classes: Jumlah Kelas-kelas: Classification Field: Field Klasifikasi: Mode: Mode: QgsGraduatedSymbolDialog Equal Interval Quantiles Empty QgsGraduatedSymbolDialogBase graduated Symbol Simbol graduasi Classification Field: Field Klasifikasi: Mode: Mode: Delete class Classify Classification field Mode Number of classes QgsGrassAttributes Warning Column Value Nilai Type Tipe Field Field ERROR OK OK Layer Lapisan QgsGrassAttributesBase GRASS Attributes Atribut-atribut GRASS Tab 1 result hasil Update Baharui Update database record Baharui rekord basisdata New Baru Add new category using settings in GRASS Edit toolbox Tambah kategori baru menggunakan tentuan dalam kotakalat Edit GRASS Delete Hapus Delete selected category Hapus kategori terpilih QgsGrassBrowser Tools Peralatan Add selected map to canvas Copy selected map Rename selected map Delete selected map Set current region to selected map Refresh Warning Cannot write new region New name Cannot copy map %1@%2 <br>command: %1 %2<br>%3<br>%4 Cannot rename map %1 Delete map <b>%1</b> Cannot delete map %1 QgsGrassEdit New point Titik baru New centroid Sentroid baru Delete vertex Hapus verteks Edit tools New line Baris baru New boundary Batas baru Move vertex Geser verteks Add vertex Tambah verteks Move element Split line Potong garis Delete element Edit attributes Edit atribut-atribut Close Warning You are not owner of the mapset, cannot open the vector for editing. Cannot open vector for update. Info The table was created Tool not yet implemented. Orphan record was left in attribute table. <br>Delete the record? Cannot delete orphan record: Background Highlight Dynamic Point Titik Line Garis Boundary (no area) Boundary (1 area) Boundary (2 areas) Centroid (in area) Centroid (outside area) Centroid (duplicate in area) Node (1 line) Node (2 lines) Color Column title Warna Type Column title Tipe Index Column title Indeks Type Tipe Length Panjang Next not used Manual entry No category Cannot check orphan record: %1 Cannot describe table for field %1 Left: %1 Middle: %1 Right: %1 QgsGrassEditAddVertex Select line segment New vertex position Release QgsGrassEditAttributes Select element QgsGrassEditBase GRASS Edit Edit GRASS Category Kategori Mode Field (layer) Field (lapisan) Settings Tentuan-tentuan Snapping in screen pixels Pembulatan piksel-piksel layar Symbology Simbologi Column 1 Kolom 1 New Item Item Baru Table Tabel Add Column Tambah Kolom Create / Alter Table Cipta / Ubah Tabel Tools Peralatan Toolbar Kotak-alat New line Baris baru Close Tutup New point Titik baru New boundary Batas baru New centroid Sentroid baru Move vertex Geser verteks Add vertex Tambah verteks Delete vertex Hapus verteks Split line Potong garis Move line Geser garis Delete line Hapus garis Edit categories Edit kategori-kategori Edit attributes Edit atribut-atribut Line width Marker size Layer Lapisan Disp Color Warna Type Tipe Index Indeks Column Length Panjang QgsGrassEditDeleteLine Select element Delete selected / select next Release selected QgsGrassEditDeleteVertex Select vertex Delete vertex Hapus verteks Release vertex QgsGrassEditMoveLine Select element New location Release selected QgsGrassEditMoveVertex Select vertex Select new position QgsGrassEditNewLine New vertex New point Titik baru Undo last point Close line QgsGrassEditNewPoint New centroid Sentroid baru New point Titik baru QgsGrassEditSplitLine Select position on line Split the line Release the line Select point on line QgsGrassElementDialog Cancel Batal Ok <font color='red'>Enter a name!</font> <font color='red'>This is name of the source!</font> <font color='red'>Exists!</font> Overwrite QgsGrassMapcalc Mapcalc tools Add map Add constant value Add operator or function Add connection Select item Delete selected item Open Save Save as Addition Subtraction Multiplication Division Modulus Exponentiation Equal Not equal Greater than Greater than or equal Less than Less than or equal And Or Absolute value of x Inverse tangent of x (result is in degrees) Inverse tangent of y/x (result is in degrees) Current column of moving window (starts with 1) Cosine of x (x is in degrees) Convert x to double-precision floating point Current east-west resolution Exponential function of x x to the power y Convert x to single-precision floating point Decision: 1 if x not zero, 0 otherwise Decision: a if x not zero, 0 otherwise Decision: a if x not zero, b otherwise Decision: a if x > 0, b if x is zero, c if x < 0 Convert x to integer [ truncates ] Check if x = NULL Natural log of x Log of x base b Largest value Median value Smallest value Mode value 1 if x is zero, 0 otherwise Current north-south resolution NULL value Random value between a and b Round x to nearest integer Current row of moving window (Starts with 1) Sine of x (x is in degrees) sin(x) Square root of x sqrt(x) Tangent of x (x is in degrees) tan(x) Current x-coordinate of moving window Current y-coordinate of moving window Warning Cannot get current region No GRASS raster maps currently in QGIS Cannot create 'mapcalc' directory in current mapset. New mapcalc Enter new mapcalc name: Enter vector name Save mapcalc File name empty Cannot open mapcalc file Output Cannot check region of map %1 Cannot get region of map %1 The file already exists. Overwrite? The mapcalc schema (%1) not found. Cannot open mapcalc schema (%1) Cannot read mapcalc schema (%1): %1 at line %2 column %3 QgsGrassMapcalcBase MainWindow Output QgsGrassModule Run Stop Warning Cannot get input region Use Input Region <B>Successfully finished</B> <B>Finished with error</B> <B>Module crashed or killed</B> Please ensure you have the GRASS documentation installed. Module: %1 The module file (%1) not found. Cannot open module file (%1) Cannot read module file (%1) %1 at line %2 column %3 Module %1 not found Cannot find man page %1 Not available, description not found (%1) Not available, cannot open description (%1) Not available, incorrect description (%1) Input %1 outside current region! Output %1 exists! Overwrite? Cannot find module %1 Cannot start module: %1 QgsGrassModuleBase GRASS Module Options Output Manual Run Close View output TextLabel QgsGrassModuleField Attribute field QgsGrassModuleFile File %1:&nbsp;missing value %1:&nbsp;directory does not exist QgsGrassModuleGdalInput Warning PostGIS driver in OGR does not support schemas!<br>Only the table name will be used.<br>It can result in wrong input if more tables of the same name<br>are present in the database. Cannot find layeroption %1 Cannot find whereoption %1 %1:&nbsp;no input QgsGrassModuleInput Warning Use region of this map Cannot find typeoption %1 Cannot find values for typeoption %1 Cannot find layeroption %1 GRASS element %1 not supported %1:&nbsp;no input Input QgsGrassModuleOption %1:&nbsp;missing value QgsGrassModuleSelection Selected categories QgsGrassModuleStandardOptions Warning Cannot get current region Cannot find module %1 Cannot start module %1 <br>command: %1 %2<br>%3<br>%4 Cannot read module description (%1): %1 at line %2 column %3 Cannot find key %1 Item with id %1 not found Cannot check region of map %1 Cannot set region of map %1 QgsGrassNewMapset Mapset Himpunan peta Database Basisdata Location 2 User's mapset System mapset Location 1 Enter path to GRASS database The directory doesn't exist! Enter location name! The location exists! Selected projection is not supported by GRASS! Warning Cannot create projection. Cannot reproject previously set region, default region set. North must be greater than south East must be greater than west Cannot reproject selected region. Cannot reproject region Enter mapset name. The mapset already exists Database: Location: Mapset: Create location Create mapset Cannot open DEFAULT_WIND Cannot open WIND New mapset New mapset successfully created and set as current working mapset. Cannot create new mapset directory Cannot create QgsCoordinateReferenceSystem No writable locations, the database is not writable! Regions file (%1) not found. Cannot open locations file (%1) Cannot read locations file (%1): %1 at line %2 column %3 Cannot create new location: %1 New mapset successfully created, but cannot be opened: %1 QgsGrassNewMapsetBase Column 1 Kolom 1 Example directory tree: Database Error Database: ... ... Select existing directory or create a new one: Location Lokasi Select location Create new location Location Error Projection Error Coordinate system Projection Not defined Set current QGIS extent Set Region Error S W O E N New mapset: Mapset Error <p align="center">Existing masets</p> Location: Mapset: New Mapset GRASS Database Tree Comment <!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:'Lucida Grande'; font-size:13pt; 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; font-family:'Sans Serif'; font-size:9pt;">GRASS data are stored in tree directory structure. The GRASS database is the top-level directory in this tree structure.</p></body></html> Browse... GRASS Location <!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:'Lucida Grande'; font-size:13pt; 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; font-family:'Sans Serif'; font-size:9pt;">The GRASS location is a collection of maps for a particular territory or project.</p></body></html> Default GRASS Region <!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:'Lucida Grande'; font-size:13pt; 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; font-family:'Sans Serif'; font-size:9pt;">The GRASS region defines a workspace for raster modules. The default region is valid for one location. It is possible to set a different region in each mapset. It is possible to change the default location region later.</p></body></html> Mapset Himpunan peta Owner <!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:'Lucida Grande'; font-size:13pt; 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; font-family:'Sans Serif'; font-size:9pt;">The GRASS mapset is a collection of maps used by one user. A user can read maps from all mapsets in the location but he can open for writing only his mapset (owned by user).</p></body></html> Create New Mapset QgsGrassPlugin GRASS &GRASS Open mapset New mapset Close mapset Add GRASS vector layer Add GRASS raster layer Open GRASS tools Display Current Grass Region Edit Current Grass Region Edit Grass Vector layer Adds a GRASS vector layer to the map canvas Adds a GRASS raster layer to the map canvas Displays the current GRASS region as a rectangle on the map canvas Edit the current GRASS region Edit the currently selected GRASS vector layer. GrassVector 0.1 GRASS layer Create new Grass Vector Warning GRASS Edit is already running. New vector name New vector created but cannot be opened by data provider. Cannot start editing. GISDBASE, LOCATION_NAME or MAPSET is not set, cannot display current region. Cannot open GRASS vector: %1 Cannot create new vector: %1 Cannot open vector for update. Cannot read current region: %1 Cannot open the mapset. %1 Cannot close mapset. %1 Cannot close current mapset. %1 Cannot open GRASS mapset. %1 QgsGrassRegion Warning GISDBASE, LOCATION_NAME or MAPSET is not set, cannot display current region. Cannot write region Cannot read current region: %1 QgsGrassRegionBase GRASS Region Settings Tentuan-tentuan Area GRASS N W O E S N-S Res Rows Baris Cols Kolom E-W Res E-O Res Color Warna Width Lebar OK OK Cancel Batal QgsGrassSelect Select GRASS Vector Layer Select GRASS Raster Layer Select GRASS mapcalc schema Select GRASS Mapset Warning Cannot open vector on level 2 (topology not available). Choose existing GISDBASE Wrong GISDBASE, no locations available. Wrong GISDBASE Select a map. No map No layer No layers available in this map QgsGrassSelectBase Gisdbase Basis GIS Location Lokasi Browse Navigasi Mapset Himpunan peta Map name Nama peta Layer Lapisan OK OK Select or type map name (wildcards '*' and '?' accepted for rasters) Pilih atau ketik nama peta (wildcard '*' dan '?' diterima untuk raster) Add GRASS Layer Tambah Lapisan GRASS Cancel Batal QgsGrassShell Close Ctrl+Shift+V Ctrl+Shift+C QgsGrassTools Browser GRASS Tools Warning GRASS Shell is not compiled. GRASS Tools: %1/%2 The config file (%1) not found. Cannot open config file (%1). Cannot read config file (%1): %1 at line %2 column %3 Cannot start command shell (%1) QgsGrassToolsBase Column 1 Kolom 1 New Item Item Baru Grass Tools Modules Tree 1 Modules List QgsGridMakerPluginGuiBase QGIS Plugin Template Templet Plugin QGIS &OK &OK Alt+C Alt-F Graticule Builder Konstruktor Gratikul Origin (Lower Left) Asal (Kiri Inferior) Latitude: Bujur: Longitude: Lintang: End point (Upper Right) Titik Akhir (Kanan Superior) Output (Shape) File Hasilkan Shapefile ... ... Graticule Size (units in degrees) Ukuran Gratikul (unit dalam derajad) Latitude Interval: Interval Bujur: Longitude Interval: Interval Lintang: Type Tipe Point Titik Line Garis Polygon Poligon QgsHelpViewer Error The QGIS help database is not installed Quantum GIS Help This help file does not exist for your language:<p><b>%1</b><p>If you would like to create it, contact the QGIS development team Quantum GIS Help - %1 Failed to get the help text from the database: %1 QgsHelpViewerBase QGIS Help Bantuan QGIS &Home &Beranda Alt+H &Forward &Teruskan Alt+F &Back &Kembali Alt+B &Close &Tutup Alt+C QgsHttpTransaction WMS Server responded unexpectedly with HTTP Status Code %1 (%2) HTTP response completed, however there was an error: %1 Network timed out after %1 seconds of inactivity. This may be a problem in your network connection or at the WMS server. HTTP transaction completed, however there was an error: %1 Received %1 of %2 bytes Received %1 bytes (total unknown) Not connected Looking up '%1' Connecting to '%1' Sending request '%1' Receiving reply Response is complete Closing down connection Network timed out after %n second(s) of inactivity. This may be a problem in your network connection or at the WMS server. inactivity timeout QgsIDWInterpolatorDialogBase Dialog <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:12pt; 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-weight:600;">Inverse Distance Weighting</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"><span style=" font-weight:400;">The only parameter for the IDW interpolation method is the coefficient that describes the decrease of weights with distance.</span></p></body></html> Distance coefficient P: QgsIdentifyResults <center>Run action</center> <center>Eksekusi aksi</center> Feature Fitur Value Nilai Run action (Derived) Identify Results - %1 QgsIdentifyResultsBase Identify Results Identifikasi Hasil-hasil Help Bantuan F1 Feature Fitur Value Nilai Close Tutup QgsInterpolationDialog Triangular interpolation (TIN) Inverse Distance Weighting (IDW) QgsInterpolationDialogBase ... ... Interpolation plugin Input Input vector layer Use z-Coordinate for interpolation Interpolation attribute Output Interpolation method Number of columns Number of rows Output file QgsInterpolationPlugin &Interpolation QgsItemPositionDialogBase Set item position Item reference point Coordinates x: y: Set Position Close QgsLUDialogBase Enter class bounds Masukkan batas-batas kelas Lower value Nilai inferior - OK OK Cancel Batal Upper value Nilai superior QgsLabelDialog Auto QgsLabelDialogBase Form1 Source: Sumber: Field containing label: Field yang mengandung label: Default label: Label default: Preview: Previsualisasi: QGIS Rocks! QGIS Rocks! Default Style Style par défaut Font Style Gaya Huruf Font Huruf Font size units are in ... Unit ukuran huruf dalam ... Points Titik-titik Map units Unit-unit peta % Transparency: Transparansi: Colour Warna Position Posisi X Offset (pts): Ofset X (titik): Y Offset (pts): Ofset Y (titik): Offset units are in ... Unit ofset dalam ... Buffer Settings Tentuan-tentuan Bufer Buffer Labels? Label-label Bufer? Size: Ukuran: Buffer size is in ... Ukuran bufer dalam ... Size is in map units Ukuran dalam unit-unit peta Size is in points Ukuran dalam titik Alignment Pengaturan Above Atas Over Lebih Left Kiri Below Bawah Right Kanan Above Right Kanan Atas Below Right Kanan Bawah Above Left Kiri Atas Below Left Kiri Bawah Angle (deg): Sudut (derajad): Use best judgement when labels collide Gunakan putusan terbaik saat label-label berkolisi Data Defined Style Gaya Data Terdefinisi &Font family: &Keluarga huruf: &Italic: &Miring: &Underline: &Garis bawah: &Bold: &Tebal: &Size: &Ukuran: X Coordinate: Koordinat X: Y Coordinate: Koordinat Y: Placement: Penempatan: &Colour: &Warna: Font and Alignment Huruf dan Pengaturan Buffer and Position Bufer dan Posisi Advanced Data Defined Style Gaya Data Terdefinisi Lanjutan Font size units Placement Penempatan Buffer Buffer size units Offset units Field containing label Default label Data defined style Data defined alignment Data defined buffer Data defined position Font transparency Color Warna Angle (deg) Buffer labels? Buffer size Transparency X Offset (pts) Y Offset (pts) &Font family &Bold &Italic &Underline &Size Size units X Coordinate Y Coordinate Multiline labels? General Umum Use scale dependent rendering Maximum Minimum Minimum scale at which this layer will be displayed. Maximum scale at which this layer will be displayed. ° &Color QgsLayerProjectionSelectorBase OK OK QgsLegend group &Remove &Make to toplevel item Re&name &Add group &Expand all &Collapse all Show file groups &Open attribute table &Buka tabel atribut Save as shapefile... Simapan sbg shapefile... No Layer Selected Tidak ada Lapisan Dipilih To open an attribute table, you must select a vector layer in the legend QgsLegendLayer &Zoom to layer extent &Zoom to best scale (100%) &Show in overview &Remove &Open attribute table &Buka tabel atribut Save as shapefile... Simapan sbg shapefile... Save selection as shapefile... &Properties Multiple layers This item contains multiple layers. Displaying multiple layers in the table is not supported. QgsLegendLayerFile Attribute table - Tabel atribut - Save layer as... Stop editing Hentikan editing Error Saving done Export to Shapefile has been completed Driver not found ESRI Shapefile driver is not available Error creating shapefile Layer creation failed &Zoom to layer extent &Show in overview &Remove &Open attribute table &Buka tabel atribut Save as shapefile... Simapan sbg shapefile... Save selection as shapefile... &Properties Layer attribute table contains unsupported datatype(s) Select the coordinate reference system for the saved shapefile. The data points will be transformed from the layer coordinate reference system. The shapefile could not be created (%1) QgsLineStyleDialogBase Select a line style Pilih gaya garis Styles Gaya-gaya Ok Ok Cancel Batal QgsLinearlyScalingDialog Millimeter Map units Unit-unit peta QgsLinearlyScalingDialogBase Form Scale linearly between 0 and the following attribute value/ diagram size: find maximum Value: Size: Ukuran: Size unit: QgsLocationCaptureWidgetBase Pan Tarik QgsMapCanvas No active layer Tidak ada lapisan aktif To select features, you must choose an layer active by clicking on its name in the legend Untuk memilih fitur-fitur, Anda harus memilih lapisan aktif dengan mengklik nama pada legenda To identify features, you must choose an layer active by clicking on its name in the legend Untuk mengidentifikasi fitur-fitur, Anda harus memilih lapisan aktif dengan mengklik nama pada legenda Could not draw %1 because: %2 COMMENTED OUT Could not draw %1 because: %2 QgsMapLayer &Zoom to extent of selected layer &Zom ke eksten lapisan terpilih &Remove &Buang &Properties &Properti-properti %1 at line %2 column %3 User database could not be opened. The style table could not be created. The style %1 was saved to database The style %1 was updated in the database. The style %1 could not be updated in the database. The style %1 could not be inserted into database. style not found in database Loading style file %1 failed because: %2 Could not save symbology because: %1 The directory containing your dataset needs to be writeable! Created default style file as %1 ERROR: Failed to created default style file as %1. Check file permissions and retry. QgsMapToolAddFeature Not a vector layer The current layer is not a vector layer 2.5D shape type not supported Adding features to 2.5D shapetypes is not supported yet Layer cannot be added to The data provider for this layer does not support the addition of features. Layer not editable Lapisan tidak dapat diedit Cannot edit the vector layer. To make it editable, go to the file item of the layer, right click and check 'Allow Editing'. Wrong editing tool Cannot apply the 'capture point' tool on this vector layer Coordinate transform error Cannot transform the point to the layers coordinate system Cannot apply the 'capture line' tool on this vector layer Cannot apply the 'capture polygon' tool on this vector layer Error Cannot add feature. Unknown WKB type Could not remove polygon intersection QgsMapToolAddIsland Not a vector layer The current layer is not a vector layer Layer not editable Lapisan tidak dapat diedit Cannot edit the vector layer. To make it editable, go to the file item of the layer, right click and check 'Allow Editing'. Error, could not add island Coordinate transform error Cannot transform the point to the layers coordinate system QgsMapToolAddRing Not a vector layer The current layer is not a vector layer Layer not editable Lapisan tidak dapat diedit Cannot edit the vector layer. To make it editable, go to the file item of the layer, right click and check 'Allow Editing'. Coordinate transform error Cannot transform the point to the layers coordinate system A problem with geometry type occured The inserted Ring is not closed The inserted Ring is not a valid geometry The inserted Ring crosses existing rings The inserted Ring is not contained in a feature An unknown error occured Error, could not add ring QgsMapToolDeletePart Delete part This isn't a multipart geometry. Couldn't remove the selected part. QgsMapToolIdentify No features found Tidak ada fitur ditemukan - %1 features found Identify results window title (clicked coordinate) No active layer Tidak ada lapisan aktif To identify features, you must choose an active layer by clicking on its name in the legend Band Band WMS identify result for %1: %2 Length Panjang Area action No features were found in the active layer at the point you clicked Tidak ada fitur ditemukan di lapisan aktif pada titik yang Anda klik %1 - %n feature(s) found Identify results window title Could not draw %1 because: %2 COMMENTED OUT Could not identify objects on %1 because: %2 QgsMapToolMoveFeature Layer not editable Lapisan tidak dapat diedit Cannot edit the vector layer. To make it editable, go to the file item of the layer, right click and check 'Allow Editing'. QgsMapToolSelect No active layer Tidak ada lapisan aktif To select features, you must choose a vector layer by clicking on its name in the legend CRS Exception Selection extends beyond layer's coordinate system. QgsMapToolSimplify Unsupported operation Multipart features are not supported for simplification. QgsMapToolSplitFeatures Split error An error occured during feature splitting 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 Not a vector layer The current layer is not a vector layer Layer not editable Lapisan tidak dapat diedit Cannot edit the vector layer. To make it editable, go to the file item of the layer, right click and check 'Allow Editing'. Coordinate transform error Cannot transform the point to the layers coordinate system QgsMapToolVertexEdit Snap tolerance Don't show this message again Could not snap segment. Have you set the tolerance in Settings > Project Properties > General? QgsMapserverExport Overwrite File? Timpa Arsip? Yes Ya No Tidak %1 exists. Do you want to overwrite it? QgsMapserverExportBase Export to Mapserver Ekspor ke Mapserver Map file Arsip peta Export LAYER information only Ekspor informasi LAPISAN saja Map Peta Name Nama Height Tinggi Width Lebar feet kaki meters meter miles mil inches inchi kilometers kilometer Units unit-unit Image type Tipe imej gif gtiff jpeg png swf userdefined definisi-pengguna wbmp MinScale MinSkala MaxScale MaksSkala Prefix attached to map, scalebar and legend GIF filenames created using this MapFile. It should be kept short. Prefix yang dilengketkan ke peta, kotak skala dan nama arsip GIF legenda diciptakan menggunakan ArsipPeta ini. Ini harus dijaga tetap pendek. Web Interface Definition Definisi Antarmuka Web Header Judul Footer Kaki Template Templet &Help &Bantuan F1 &OK &OK &Cancel &Batal ... ... Name for the map file to be created from the QGIS project file If checked, only the layer information will be processed Path to the MapServer template file Prefix attached to map, scalebar and legend GIF filenames created using this MapFile Full path to the QGIS project file to export to MapServer map format QGIS project file Browse... Save As... QgsMarkerDialogBase Choose a marker symbol Pilih sebuah simbol penanda Directory Direktori ... ... Ok OK Cancel Batal New Item Item Baru QgsMeasureBase Measure Help Bantuan New Baru Cl&ose Total: Segments QgsMeasureDialog Segments (in meters) Segments (in feet) Segments (in degrees) Segments QgsMeasureTool Incorrect measure results <p>This map is defined with a geographic coordinate system (latitude/longitude) but the map extents suggests that it is actually a projected coordinate system (e.g., Mercator). If so, the results from line or area measurements will be incorrect.</p><p>To fix this, explicitly set an appropriate map coordinate system using the <tt>Settings:Project Properties</tt> menu. QgsMessageViewer QGIS Message Pesan QGIS Close Tutup Don't show this message again QgsMessageViewerBase SPIT Message Pesan SPIT Close Tutup QgsNewConnection Test connection Coba koneksi Connection to %1 was successfull Koneksi ke %1 berlangsung sukses Connection failed - Check settings and try again La connection a échoué - Vérifiez les paramètres et reéssayez Connection failed - Check settings and try again. Extended error information: Koneksi gagal - Periksa tentuan-tentuan dan coba lagi Informasi kesalahan tambahan: Connection to %1 was successful Connection failed - Check settings and try again. Extended error information: %1 prefer require allow disable QgsNewConnectionBase Create a New PostGIS connection Ciptakan koneksi PostGIS Baru OK OK Cancel Batal Help Bantuan Connection Information Informasi Koneksi Host Host Database Basisdata Username Nama-pengguna Name Nama Name of the new connection Nama koneksi baru Password Password Test Connect Coba Koneksikan Save Password Simpan Password F1 Port 5432 Only look in the 'public' schema Only look in the geometry_columns table Restrict the search to the public schema for spatial tables not in the geometry_columns table When searching for spatial tables that are not in the geometry_columns tables, restrict the search to tables that are in the public schema (for some databases this can save lots of time) Restrict the displayed tables to those that are in the geometry_columns table Restricts the displayed tables to those that are in the geometry_columns table. This can speed up the initial display of spatial tables. SSL mode QgsNewHttpConnectionBase Connection Information Informasi Koneksi Name Nama URL Name of the new connection Nama koneksi baru HTTP address of the Web Map Server OK OK Cancel Batal Help Bantuan Create a new WMS connection Connection details If the WMS requires basic authentication, enter a user name and optional password User name Password Password QgsNewOgrConnection Test connection Coba koneksi Connection failed - Check settings and try again. Extended error information: %1 Connection to %1 was successful QgsNewOgrConnectionBase Create a New OGR Database connection Connection Information Informasi Koneksi Save Password Simpan Password Test Connect <!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:'MS Shell Dlg 2'; font-size:8.25pt; 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;">Type</span></p></body></html> Name Nama Host Host Database Basisdata Port Username Nama-pengguna Password Password Name of the new connection Nama koneksi baru OK OK Cancel Batal Help Bantuan F1 QgsNorthArrowPlugin Bottom Left Kiri Bawah Top Right Kanan Atas Bottom Right Kanan Bawah Top Left Kiri Atas &North Arrow Creates a north arrow that is displayed on the map canvas &Decorations North arrow pixmap not found QgsNorthArrowPluginGui Pixmap not found QgsNorthArrowPluginGuiBase North Arrow Plugin Plugin Panah Utara Properties Properti Angle Sudut Placement Penempatan Set direction automatically Enable North Arrow Aktifkan Panah Utara Top Left Kiri Atas Top Right Kanan Atas Bottom Left Kiri Bawah Bottom Right Kanan Bawah Placement on screen Penempatan pada layar Preview of north arrow Visualisasi panah utara Icon Ikon ... ... New Item Item Baru &OK &OK Alt+C Alt-F Browse... QgsOGRSublayersDialogBase Select OGR layers to load Sub layers list <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; 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; font-family:'Sans Serif';">This is the list of all layers available in the datasource of the active layer. You can select the layers to load. The layers will be loaded when you press "OK".</p> <p 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 Serif';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';">The layer name is format dependant. Consult the OGR documentation or the documentation of your data format to determine the nature of the included information.</p> <p 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 Serif';"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';"><span style=" font-weight:600;">Be advised: </span>selecting an already opened layer will not generate an error message and the layer will end up loaded twice!</p></body></html> 1 QgsOpenVectorLayerDialog Open an OGR Supported Vector Layer Open Directory Are you sure you want to remove the %1 connection and all associated settings? Confirm Delete Konfirmasi Hapus Password for Password untuk Please enter your password: Silahkan memasukkan password Anda: QgsOpenVectorLayerDialogBase Add vector layer Source type File Directory Direktori Database Basisdata Protocol Encoding : BIG5 BIG5-HKSCS EUCJP EUCKR GB2312 GBK GB18030 JIS7 SHIFT-JIS TSCII UTF-8 UTF-16 KOI8-R KOI8-U ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 ISO8859-6 ISO8859-7 ISO8859-8 ISO8859-8-I ISO8859-9 ISO8859-10 ISO8859-11 ISO8859-12 ISO8859-13 ISO8859-14 ISO8859-15 IBM 850 IBM 866 CP874 CP1250 CP1251 CP1252 CP1253 CP1254 CP1255 CP1256 CP1257 CP1258 Apple Roman TIS-620 Type Tipe URI Source Dataset Browse Navigasi Connections New Baru Edit Edit Delete Hapus QgsOptions to vertex to segment to vertex and segment Semi transparent circle Cross Detected active locale on your system: %1 None Tidak ada map units pixels Central point (fastest) Chain (fast) Popmusic tabu chain (slow) Popmusic tabu (slow) Popmusic chain (very slow) QgsOptionsBase QGIS Options Opsi-opsi QGIS &Ok &OK &Cancel &Batal Search Radius for Identifying Features Cari Radius untuk identifikasi Fitur-fitur Hide splash screen at startup Sembunyikan layar splash saat pembukaan &Appearance &Penampakan &Splash Screen &Layar Splash &Icon Theme Tema &Ikon Theme Tema <b>Note: </b>Theme changes take effect the next time QGIS is started <b>Catatan: </b>Perubahan tema akan kelihatan saat menjalankan QGIS berikutnya Help &Browser &Navigator Bantuan Open help documents with Buka dokumen bantuan dengan <b>Note:</b> The browser must be in your PATH or you can specify <br>the full path above <b>Catatan:</b> Browser harus ada di PATH Anda atau Anda dapat menentukan <br> path penuh di atas &Rendering &Render &Update During Drawing &Baharui Seiring Penggambaran Update display after reading Baharui layar setelah pembacaan Map display will be updated (drawn) after this many features have been read from the data source Layar Peta akan dibaharui (digambar) setelah banyak fitur dibaca dari sumber data features fitur-fitur (Set to 0 to not update the display until all features have been read) (Tentukan 0 untuk tidak membaharui layar hingga semua fitur berhasil dibaca) &Selection &Seleksi Search Radius Cari Radius <html> <b>Note:</b> Specify the value in thousandths. The search radius is calculated as:<br> &nbsp;&nbsp;<i>(Map View Width) * ( Value/1000.0)</i> <br> By default QGIS uses a value of 5. Increase the value if you have trouble identifying features without zooming in very close. </html> <html> <b>Catatan:</b> Tentukan nilai dalam ribuan. Radius pencarian dihitung sebagai:<br> &nbsp;&nbsp;<i>(Lebar Visual Peta) * ( Nilai/1000.0)</i> <br> Secara default QGIS menggunakan nilai 5. Tingkatkan nilai ini jika Anda menghadapi masalah pengidentifikasian fitur-fitur tanpa menzom terlalu dekat. </html> SVG Options Opsi-opsi SVG SVG oversampling factor Faktor oversampling SVG <b>Note: </b>A higher value gives smoother SVG symbols, but can slow down rendering <b>Catatan: </b>Nilai yang lebih tinggi mengakibatkan simbol-simbol SVG lebih halus, tapi dapat memperlambat rendering ... ... Initial Visibility Visibilitas Inisial New layers added to the map are not displayed Lapisan-lapisan baru yang ditambahkan ke peta tidak diperlihatkan Select Global Default ... Appearance Penampakan Make lines appear less jagged at the expense of some drawing performance By default new la&yers added to the map should be displayed Measure tool Search radius Fix problems with incorrectly filled polygons &Map tools % Panning and zooming Zoom Zoom and recenter Nothing &General General Umum Locale Locale to use instead Additional Info Detected active locale on your system: Selecting this will unselect the 'make lines less' jagged toggle Digitizing Rubberband Line width in pixels Snapping Zoom to mouse cursor Project files Prompt to save project changes when required Warn when opening a project file saved with an older version of QGIS Default Map Appearance (overridden by project properties) Selection color Background color &Application Icon theme Capitalise layer names in legend Display classification attribute names in legend Rendering behavior Number of features to draw before updating the display <b>Note:</b> Use zero to prevent display updates until all features have been rendered Rendering quality Zoom factor Mouse wheel action Rubberband color Ellipsoid for distance calculations <b>Note:</b> Specify the search radius as a percentage of the map width Search radius for identifying features and displaying map tips Line width Line colour Default snap mode Default snapping tolerance in layer units Search radius for vertex edits in layer units Vertex markers Marker style Override system locale <b>Note:</b> Enabling / changing overide on local requires an application restart Proxy Use proxy for web access Host Host Port User Leave this blank if no proxy username / password are required Password Password Open attribute table in a dock window CRS When layer is loaded that has no coordinate reference system (CRS) Prompt for CRS Project wide default CRS will be used Global default CRS displa&yed below will be used Enter attribute values Suppress attributes pop-up windows after each created feature Proxy type Exclude URLs: Add Tambah Remove Buang Overlay Position Posisi Placement algorithm: map units pixels QgsOraclePlugin Select GeoRaster Open a Oracle Spatial GeoRaster &Oracle Spatial QgsOracleSelectGeoraster Are you sure you want to remove the %1 connection and all associated settings? Confirm Delete Konfirmasi Hapus Password for %1/<password>@%2 Please enter your password: Silahkan memasukkan password Anda: Open failed The connection to %1 failed. Please verify your connection parameters. Make sure you have the GDAL GeoRaster plugin installed. QgsPasteTransformationsBase Paste Transformations <b>Note: This function is not useful yet!</b> Source Destination &Help &Bantuan F1 Add New Transfer &OK &OK &Cancel QgsPatternDialogBase Select a fill pattern Pilih sebuah pola isi Cancel Batal Ok OK QgsPgGeoprocessing Buffer features in layer %1 Fitur-fitur bufer dalam lapisan %1 Error connecting to the database Kesalahan saat menghubungi basisdata &Buffer features &Geoprocessing Unable to add geometry column Unable to create table No GEOS support Buffer function requires GEOS support in PostGIS No Active Layer You must select a layer in the legend to buffer Not a PostgreSQL/PostGIS Layer Create a buffer for a PostgreSQL layer. A new layer is created in the database with the buffered features. Unable to add geometry column to the output table %1-%2 Failed to create the output table %1 %1 is not a PostgreSQL/PostGIS layer. Geoprocessing functions are only available for PostgreSQL/PostGIS Layers QgsPgQueryBuilder Table <b>%1</b> in database <b>%2</b> on host <b>%3</b>, user <b>%4</b> Tabel <b>%1</b> dalam basisdata <b>%2</b> pada host <b>%3</b>, pengguna <b>%4</b> Connection Failed Koneksi Gagal Connection to the database failed: Koneksi ke basisdata gagal: Database error Kesalahan basisdata Failed to get sample of field values Gagal mengambil contoh nilai-nilai field Query Result Hasil Query The where clause returned Klausa where yang dikembalikan rows. baris. Query Failed Query gagal An error occurred when executing the query: Kesalahan terjadi saat mengeksekusi query: No Records Tidak ada Rekord The query you specified results in zero records being returned. Valid PostgreSQL layers must have at least one feature. Query yang Anda tentukan menghasilkan rekord kosong. Lapisan-lapisan PostgreSQL yang valid harus mengandung paling tidak satu fitur. No Query You must create a query before you can test it Error in Query Connection to the database failed: %1 <p>Failed to get sample of field values using SQL:</p><p>%1</p><p>Error message was: %2</p> The where clause returned %n row(s). returned test rows An error occurred when executing the query: %1 QgsPgQueryBuilderBase PostgreSQL Query Builder Pembangun Query PostgreSQL Clear Hapus Test Coba Ok Cancel Batal Values Nilai-nilai All Semua Sample Contoh Fields Field-field Datasource: Sumber data: Operators Operator-operator = IN NOT IN < > % <= >= != LIKE AND ILIKE OR NOT SQL where clause Klausa SQL WHERE <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; 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;">Retrieve <span style=" font-weight:600;">all</span> the record in the vector file (<span style=" font-style:italic;">if the table is big, the operation can consume some time</span>)</p></body></html> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; 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;">Take a <span style=" font-weight:600;">sample</span> of records in the vector file</p></body></html> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; 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;">List of values for the current field.</p></body></html> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; 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;">List of fields in this vector file</p></body></html> Datasource QgsPluginInstallerDialogBase QGIS Python Plugin Installer Plugins List of available and installed plugins Filter: Display only plugins containing this word in their metadata Display only plugins from given repository all repositories Display only plugins with matching status Status Status Name Nama Version Versi Description Deskripsi Author Repository Install, reinstall or upgrade the selected plugin Install/upgrade plugin Uninstall the selected plugin Uninstall plugin Repositories List of plugin repositories URL Check for updates on startup Add third party plugin repositories to the list Add 3rd party repositories Add a new plugin repository Add... Edit the selected repository Edit... Remove the selected repository Delete Hapus The plugins will be installed to ~/.qgis/python/plugins Close the Installer window Close Options Configuration of the plugin installer every time QGIS starts once a day every 3 days every week every 2 weeks every month <!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:'DejaVu Sans'; font-size:9pt; 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-weight:600;">Note:</span> If this function is enabled, Quantum GIS will inform you whenever a new plugin or plugin update is available. Otherwise, fetching repositories will be performed during opening of the Plugin Installer window.</p></body></html> Allowed plugins Only show plugins from the official repository Show all plugins except those marked as experimental Show all plugins, even those marked as experimental <!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:'DejaVu Sans'; font-size:9pt; 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-weight:600;">Note:</span> Experimental plugins are generally unsuitable for production use. These plugins are in early stages of development, and should be considered 'incomplete' or 'proof of concept' tools. QGIS does not recommend installing these plugins unless you intend to use them for testing purposes.</p></body></html> QgsPluginInstallerFetchingDialogBase Fetching repositories Overall progress: Abort fetching Repository State QgsPluginInstallerInstallingDialogBase QGIS Python Plugin Installer Installing plugin: Connecting... QgsPluginInstallerPluginErrorDialogBase Error loading plugin The plugin seems to be invalid or have unfulfilled dependencies. It has been installed, but can't be loaded. If you really need this plugin, you can contact its author or <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user">QGIS users group</a> and try to solve the problem. If not, you can just uninstall it. Here is the error message below: Do you want to uninstall this plugin now? If you're unsure, probably you would like to do this. QgsPluginInstallerRepositoryDetailsDialogBase Repository details Name: Nama: Enter a name for the repository URL: Enter the repository URL, beginning with "http://" Enable or disable the repository (disabled repositories will be omitted) Enabled QgsPluginManager Choose a directory Pilih sebuah direktori No Plugins Tidak ada Plugin-plugin No QGIS plugins found in Tidak ada plugin QGIS yang ditemukan di Name Nama Version Versi Description Deskripsi &Select All &Pilih Semua &Clear All [ incompatible ] No QGIS plugins found in %1 Error Failed to open plugin installer! QgsPluginManagerBase QGIS Plugin Manger Manajer Plugin QGIS Name Nama Description Deskripsi Library Name Nama Pustaka Ok OK Close Fermer Plugin Directory Direktori Plugin ... ... To load a plugin, click the checkbox next to the plugin and click Ok Untuk memuat plugin, klik pada checkbox di sebelah plugin kemudian klik Ok Version Versi &Select All &Pilih Semua C&lear All &Hapus Semua &Ok &OK &Close &Tutup Alt+C Alt-F QGIS Plugin Manager To enable / disable a plugin, click its checkbox or description &Filter Plugin Directory: Directory Direktori Plugin Installer QgsPointDialog Zoom In z Zoom Out Z Zoom To Layer Zoom to Layer Pan Map Pan the map Add Point . Capture Points Delete Point Delete Selected Linear Helmert Choose a name for the world file Warning Affine Not implemented! <p>An affine transform requires changing the original raster file. This is not yet supported.</p> Error Currently all modified files will be written in TIFF format. <p>A Helmert transform requires modifications in the raster layer.</p><p>The modified raster will be saved in a new file and a world file will be generated for this new file instead.</p><p>Are you sure that this is what you want?</p> -modified Georeferencer:QgsPointDialog.cpp - used to modify a user given file name Select GCPs file GCPs points (*.points) Information GCPs was not loaded. Error! <p>Modified raster file exists! Overwrite it?</p> World file exists Polynomial 1 <p>A Polynomial transform requires changing the raster layer.</p><p>The changed raster will be saved in a new file and a world file will be generated for this new file instead.</p><p>Are you sure that this is what you want?</p> Requires at least 3 points Polynomial 2 Requires at least 6 points Polynomial 3 Requires at least 10 points Thin plate spline (TPS) Failed to compute GCP transform: Transform is not solvable. Choose a raster file Raster files (*.*) The selected file is not a valid raster file. <p>The selected file already seems to have a world file! Do you want to replace it with the new world file?</p> <p>The %1 transform is not yet supported.</p> Could not write to %1 QgsPointDialogBase Transform type: Zoom in Zom + Zoom out Zom keluar Zoom to the raster extents Pan Tarik Add points Delete points Cancel Batal World file: ... ... Modified raster: Reference points Create Create and load layer Raster file: Close Save GCPs Load GCPs QgsPostgresProvider Unable to access relation No suitable key column in table and Unable to find a key column and is suitable. and has a suitable constraint) and does not have a suitable constraint) No suitable key column in view Unknown geometry type Unable to get feature type and srid Error while adding features Error while deleting features Error while adding attributes Error while deleting attributes Error while changing attributes Error while changing geometry values unexpected PostgreSQL error Unable to access the %1 relation. The error message from the database was: %1. SQL: %2 Unable to determine table access privileges for the %1 relation. The unique index on column '%1' is unsuitable because Qgis does not currently support non-int4 type columns as a key into the table. The unique index based on columns %1 is unsuitable because Qgis does not currently support multiple columns as a key into the table. '%1' derives from '%2.%3.%4' and is not suitable (type is %1) Note: '%1' initially appeared suitable but does not contain unique data, so is not suitable. The view '%1.%2' has no column suitable for use as a unique key. Qgis requires that the view has a column that can be used as a unique key. Such a column should be derived from a table column of type int4 and be a primary key, have a unique constraint on it, or be a PostgreSQL oid column. To improve performance the column should also be indexed. The view you selected has the following columns, none of which satisfy the above conditions: Column %1 in %2 has a geometry type of %3, which Qgis does not currently support. Qgis was unable to determine the type and srid of column %1 in %2. The database communication log was: The table has no column suitable for use as a key. Qgis requires that the table either has a column of type int4 with a unique constraint on it (which includes the primary key), has a PostgreSQL oid column or has a ctid column with a 16bit block number. QgsPostgresProvider::Conn No GEOS Support! Your PostGIS installation has no GEOS support. Feature selection and identification will not work properly. Please install PostGIS with GEOS support (http://geos.refractions.net) No PostGIS Support! Your database has no working PostGIS support. QgsProject Unable to open %1 Project file read error: %1 at line %2 column %3 %1 for file %2 Unable to save to file %1 %1 is not writeable. Please adjust permissions (if possible) and try again. Unable to save to file %1. Your project may be corrupted on disk. Try clearing some space on the volume and check file permissions before pressing save again. QgsProjectPropertiesBase Project Properties Properti Proyek Map Units Unit Peta Meters Meter Feet Kaki Decimal degrees Derajad Desimal &Help &Bantuan &OK &OK &Cancel &Batal Title Judul Default project title Judul proyek default &Apply &Aplikasikan General Umum Automatic Automatically sets the number of decimal places in the mouse position display The number of decimal places that are used when displaying the mouse position is automatically set to be enough so that moving the mouse by one pixel gives a change in the position display Manual Sets the number of decimal places to use for the mouse position display The number of decimal places for the manual option decimal places Precision Presisi Digitizing Descriptive project name Enable topological editing Snapping options... Avoid intersections of new polygons Title and colors Project title Selection color Background color Map units Unit-unit peta Coordinate Reference System (CRS) Enable 'on the fly' CRS transformation QgsProjectionSelector User Defined Coordinate Systems Geographic Coordinate Systems Projected Coordinate Systems Resource Location Error Error reading database file from: %1 Because of this the projection selector will not work... QgsProjectionSelectorBase Search Find EPSG ID Name Nama Coordinate Reference System Selector Coordinate Reference System EPSG ID CRS ID : 100000 CRS ID : 3344 CRS ID : whatever QgsPublishToWebDialogBase Cancel Batal QgsPythonDialog Python console >>> To access Quantum GIS environment from this python console use object from global scope which is an instance of QgisInterface class.<br>Usage e.g.: iface.zoomFull() &Execute &Previous &Next <!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:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> QgsQuickPrint km km mm cm m miles mile inches foot feet kaki degree degrees derajad unknown Please wait while your report is generated COMMENTED OUT QgsRasterLayer Not Set Tidak Ditentukan &Zoom to extent of selected layer &Zoomer afin d'étendre à la couche sélectionnée &Properties &Propriétés &Remove &Enlever Driver: Pengendali: Dimensions: Dimensi-dimensi: Bands: Band: Projection: Proyeksi: Origin: Asal: Pixel Size: Ukuran Piksel: Red Merah Green Hijau Blue Biru Raster Extent: Eksten Raster: Clipped area: Daerah yang dipotong: Pyramid overviews: Previsualisasi piramid: Band Statistics (if gathered): Statistik Band (jika telah dikumpulkan): Property Properti Value Nilai Band Band Band No Band No No Stats Tidak ada Statistik No stats collected yet Bleum ada statistik yang dikumpulkan Min Val Nilai Min Max Val Nilai Maks Range Rentang Mean Rata-rata Sum of squares Jumlah kuadrat Standard Deviation Standar Deviasi Sum of all cells Jumlah semua sel-sel Cell Count Hitungan Sel Write access denied Akses tulis ditolak Write access denied. Adjust the file permissions and try again. Akses tulis ditolak. Atur permisi arsip dan coba lagi. Data Type: Tipe Data: GDT_Byte - Eight bit unsigned integer GDT_Byte - Integer 8 bit tak bertanda GDT_UInt16 - Sixteen bit unsigned integer GDT_UInt16 - Integer 16 bit tak bertanda GDT_Int16 - Sixteen bit signed integer GDT_Int16 - Integer 16 bit bertanda GDT_UInt32 - Thirty two bit unsigned integer GDT_UInt32 - Integer 32 bit tak bertanda GDT_Int32 - Thirty two bit signed integer GDT_UInt32 - Integer 32 bit bertanda GDT_Float32 - Thirty two bit floating point GDT_Float32 - Floating point 32 bit GDT_Float64 - Sixty four bit floating point GDT_Float64 - Floating point 64 bit GDT_CInt16 - Complex Int16 GDT_CInt16 - Int16 Kompleks GDT_CInt32 - Complex Int32 GDT_CInt32 - Int32 Kompleks GDT_CFloat32 - Complex Float32 GDT_CFloat32 - Float32 Kompleks GDT_CFloat64 - Complex Float64 GDT_CFloat64 - Float64 Kompleks Could not determine raster data type. Tidak dapat menentukan tipe data raster. <center><b>Raster Layer</b></center> <center><b>Lapisan Raster</b></center> Show In &Overview &Montrer dans l'aperçu <center><b>Transparency</b></center> <center><b>Transparansi</b></center> Average Magphase Magphase Rata-rata Average Rata-rata Layer Spatial Reference System: out of extent null (no data) Dataset Description No Data Value NoDataValue not set Band %1 %1 and all other files (*) X: %1 Y: %2 Bands: %3 Project Spatial Reference System: QgsRasterLayer created Retrieving stats for %1 Calculating stats for %1 Retrieving using %1 QgsRasterLayerProperties No Data: Tidak ada Data: <h3>Multiband Image Notes</h3><p>This is a multiband image. You can choose to render it as grayscale or color (RGB). For color images, you can associate bands to colors arbitarily. For example, if you have a seven band landsat image, you may choose to render it as:</p><ul><li>Visible Blue (0.45 to 0.52 microns) - not mapped</li><li>Visible Green (0.52 to 0.60 microns) - not mapped</li></li>Visible Red (0.63 to 0.69 microns) - mapped to red in image</li><li>Near Infrared (0.76 to 0.90 microns) - mapped to green in image</li><li>Mid Infrared (1.55 to 1.75 microns) - not mapped</li><li>Thermal Infrared (10.4 to 12.5 microns) - not mapped</li><li>Mid Infrared (2.08 to 2.35 microns) - mapped to blue in image</li></ul> <h3>Catatan Imej Multiband</h3><p>Ini adalah imej multiband. Anda dapat memilih merender sbg skalaabu atau warna (RGB). Untuk imej berwarna, Anda dapat memasangkan band ke warna secara sembarangan. Misalnya, jika Anda memiliki 7 band imej landsat, Anda dapat memilih merender sebagai:</p><ul><li>Biru Visibel (0.45 to 0.52 mikron) - tak terpeta ke </li><li>Hijau Visibel (0.52 to 0.60 mikron) - tak terpeta ke </li></li>Merah Visibel (0.63 to 0.69 miron) - terpeta ke merah dalam imej </li><li>Dekat Inframerah (0.76 to 0.90 mikron) - terpeta ke hijau dalam imej </li><li>Inframerah Tengah (1.55 to 1.75 microns) - tak terpeta</li><li>Inframerah Termal (10.4 to 12.5 mikron) - tak terpeta</li><li>Inframerah Tengah (2.08 to 2.35 microns) - terpeta ke biru dalam imej</li></ul> <h3>Paletted Image Notes</h3> <p>This image uses a fixed color palette. You can remap these colors in different combinations e.g.</p><ul><li>Red - blue in image</li><li>Green - blue in image</li><li>Blue - green in image</li></ul> <h3>Catatan Imej Berpalet</h3> <p>Imej ini menggunakan warna palet tetap. Anda dapat mempetaulang warna-warna ini dalam kombinasi yang berbeda, misalnya</p><ul><li>Merah - biru dalam imej</li><li>Hijau - biru dalam imej</li><li>Biru - hijau dalam imej</li></ul> <h3>Grayscale Image Notes</h3> <p>You can remap these grayscale colors to a pseudocolor image using an automatically generated color ramp.</p> <h3>Catatan Imej Skalaabu</h3> <p>Anda dapat mempetaulang skalaabu ini ke imej berwarna tipuan menggunakan warna bertingkat yang dihasilkan otomatis.</p> Grayscale Skalaabu Pseudocolor Warna tipuan Freak Out Fenomena tak biasa Columns: Kolom-kolom: Rows: Baris-baris: Not Set Tidak Ditentukan Columns: Rows: No-Data Value: n/a Write access denied Akses tulis ditolak Write access denied. Adjust the file permissions and try again. Akses tulis ditolak. Atur permisi arsip dan coba lagi. Building pyramids failed. Building pyramid overviews is not supported on this type of raster. No Stretch Stretch To MinMax Stretch And Clip To MinMax Clip To MinMax Discrete Equal interval Quantiles Description Deskripsi Large resolution raster layers can slow navigation in QGIS. By creating lower resolution copies of the data (pyramids) performance can be considerably improved as QGIS selects the most suitable resolution to use depending on the level of zoom. You must have write access in the directory where the original data is stored to build pyramids. Red Merah Green Hijau Blue Biru Percent Transparent Gray Abu-abu Indexed Value User Defined No-Data Value: Not Set Save file Textfile (*.txt) QGIS Generated Transparent Pixel Value Export File Open file Import Error The following lines contained errors Read access denied Read access denied. Adjust the file permissions and try again. Color Ramp Default Style Style par défaut QGIS Layer Style File (*.qml) QGIS Colormap Linear Exact Please note that building internal pyramids may alter the original data file and once created they cannot be removed! Please note that building internal pyramids could corrupt your image - always make a backup of your data first! The file was not writeable. Some formats do not support pyramid overviews. Consult the GDAL documentation if in doubt. Custom color map entry QGIS Generated Color Map Export File Load Color Map Saved Style The color map for Band %n failed to load Building internal pyramid overviews is not supported on raster layers with JPEG compression. Note: Minimum Maximum values are estimates or user defined Note: Minimum Maximum values are actual values computed from the band(s) <h3>Multiband Image Notes</h3><p>This is a multiband image. You can choose to render it as grayscale or color (RGB). For color images, you can associate bands to colors arbitarily. For example, if you have a seven band landsat image, you may choose to render it as:</p><ul><li>Visible Blue (0.45 to 0.52 microns) - not mapped</li><li>Visible Green (0.52 to 0.60 microns) - not mapped</li></li>Visible Red (0.63 to 0.69 microns) - mapped to red in image</li><li>Near Infrared (0.76 to 0.90 microns) - mapped to green in image</li><li>Mid Infrared (1.55 to 1.75 microns) - not mapped</li><li>Thermal Infrared (10.4 to 12.5 microns) - not mapped</li><li>Mid Infrared (2.08 to 2.35 microns) - mapped to blue in image</li></ul> COMMENTED OUT <h3>Catatan Imej Multiband</h3><p>Ini adalah imej multiband. Anda dapat memilih merender sbg skalaabu atau warna (RGB). Untuk imej berwarna, Anda dapat memasangkan band ke warna secara sembarangan. Misalnya, jika Anda memiliki 7 band imej landsat, Anda dapat memilih merender sebagai:</p><ul><li>Biru Visibel (0.45 to 0.52 mikron) - tak terpeta ke </li><li>Hijau Visibel (0.52 to 0.60 mikron) - tak terpeta ke </li></li>Merah Visibel (0.63 to 0.69 miron) - terpeta ke merah dalam imej </li><li>Dekat Inframerah (0.76 to 0.90 mikron) - terpeta ke hijau dalam imej </li><li>Inframerah Tengah (1.55 to 1.75 microns) - tak terpeta</li><li>Inframerah Termal (10.4 to 12.5 mikron) - tak terpeta</li><li>Inframerah Tengah (2.08 to 2.35 microns) - terpeta ke biru dalam imej</li></ul> <h3>Paletted Image Notes</h3> <p>This image uses a fixed color palette. You can remap these colors in different combinations e.g.</p><ul><li>Red - blue in image</li><li>Green - blue in image</li><li>Blue - green in image</li></ul> COMMENTED OUT <h3>Catatan Imej Berpalet</h3> <p>Imej ini menggunakan warna palet tetap. Anda dapat mempetaulang warna-warna ini dalam kombinasi yang berbeda, misalnya</p><ul><li>Merah - biru dalam imej</li><li>Hijau - biru dalam imej</li><li>Biru - hijau dalam imej</li></ul> <h3>Grayscale Image Notes</h3> <p>You can remap these grayscale colors to a pseudocolor image using an automatically generated color ramp.</p> COMMENTED OUT <h3>Catatan Imej Skalaabu</h3> <p>Anda dapat mempetaulang skalaabu ini ke imej berwarna tipuan menggunakan warna bertingkat yang dihasilkan otomatis.</p> Default R:%1 G:%2 B:%3 Columns: %1 Rows: %1 No-Data Value: %1 Write access denied. Adjust the file permissions and try again. The following lines contained errors %1 The color map for band %1 failed to load Unknown style format: %1 QgsRasterLayerPropertiesBase Raster Layer Properties Properti Lapisan Raster &Cancel &Batal &OK &OK &Apply &Aplikasikan &Help &Bantuan General Umum Layer Source: Sumber Lapisan: Display Name: Nama Layar: Legend: Legenda: Show debug info as overlay on raster? Perlihatkan info debug sebagai overlai di atas raster? No Data: Tidak ada data: Symbology Simobologi Appearance Penampakan Transparency: Transparansi: <p align="right">Full</p> <p align="right">Penuh</p> None Tidak ada Invert Color Map Balikkan Peta Warna Band Band <b><font color="#00ff00">Green</font></b> <b><font color="#00ff00">Hijau</font></b> <b><font color="#ff0000">Red</font></b> <b><font color="#ff0000">Merah</font></b> <b><font color="#0000ff">Blue</font></b> <b><font color="#0000ff">Biru</font></b> Color Warna Grayscale Skalaabu Gray Abu-abu Std Deviations Std Deviasi Color Map Peta Warna Show As Perlihatkan Sbg Three Band Tiga Band Single Band Band Tunggal Advanced Symbology Simbologi Lanjutan Red Merah Green Hijau Blue Biru Behaviour Sifat Scale histogram to the limits defined above (displays all data) Skalakan histogram ke batas yang didefinisikan di atas (perlihatkan semua data) Exclude values outside the above ranges (after color mapping) Kecualikan nilai-nilai di luar rentang di atas (setelah pemetaan warna) <b><font color="#ff0000">Please Note :</font> Advanced Symbology not implemented yet!</b> <b><font color="#ff0000">Veuillez Noter :</font> Simbologi Lanjutan belum diimplementasikan</b> Metadata Metadata Pyramids Piramid Resampling Method Metode Pengambilan Contoh Ulang Average Magphase Magphase Rata-rata Average Rata-rata Nearest Neighbour Tetangga Terdekat Build Pyramids Bangun Piramid-piramid Pyramid Resolutions Resolusi Piramid Thumbnail Miniatur Columns: Kolom: Rows: Baris: Palette: Palet: <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Andale Sans UI"> <p style="margin-top:14px"><span style="font-weight:600">Notes</span></p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Andale Sans UI"> <p style="margin-top:14px"><span style="font-weight:600">Catatan</span></p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Andale Sans UI"> <p style="margin-top:18px"><span style="font-size:21pt;font-weight:600">Description</span></p> <p>Large resolution raster layers can slow navigation in QGIS. By creating lower resolution copies of the data (pyramids) performance can be considerably improved as QGIS selects the most suitable resolution to use depending on the level of zoom. You must have write access in the directory where the original data is stored to build pyramids. </p> <p><span style="color:#ff0000">Please note that building pyramids may alter the original data file and once created they cannot be removed.</span></p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Andale Sans UI"> <p style="margin-top:18px"><span style="font-size:21pt;font-weight:600">Deskripsi</span></p> <p>Lapisan-lapisan raster berresolusi tinggi dapat memperlambat navigasi di QGIS. Dengan menciptakan duplikat data (piramid) berresolusi lebih rendah kinerja dapat ditingkatkan seperti QGIS memilih resolusi yang paling cocok tergantung pada tingkat zom. Anda harus memiliki akses tulis pada direktori dimana data original disimpan untuk membangun piramid.</p> <p><span style="color:#ff0000">Tolong dicatat bahwa membangun piramid mungkin mengubah arsip data original dan begitu diciptakan dia tidak dapat dihapus.</span></p> </body></html> Visibility Visibilitas Use scale dependent rendering Gunakan rendering bergantung skala Maximum 1: Maksimum 1: Maximum scale at which this layer will be displayed. Skala maksimum dimana lapisan ini akan diperlihatkan. Minimum 1: Minimum 1: Minimum scale at which this layer will be displayed. Skala minimum dimana lapisan ini akan diperlihatkan. Histogram Options Chart Type Refresh Max Min 00% Render as ... ... Colormap Delete entry Classify 1 2 Single band gray Three band color RGB mode band selection and scaling Red band Green band Blue band Custom min / max values Red min Red max Green min Green max Blue min Blue max Single band properties Gray band Color map Invert color map Use standard deviation Note: Load min / max values from band Estimate (faster) Actual (slower) Load Contrast enhancement Current Save current contrast enhancement algorithm as default. This setting will be persistent between QGIS sessions. Saves current contrast enhancement algorithm as a default. This setting will be persistent between QGIS sessions. Default TextLabel Transparency Global transparency No data value Reset no data value Custom transparency options Transparency band Transparent pixel list Add values manually Add Values from display Remove selected row Default values Import from file Export to file Number of entries Color interpolation Classification mode Scale dependent visibility Maximum Minimum Layer source Display name Perlihatkan nama Pyramid resolutions Resampling method Build pyramids Line graph Bar chart Column count Out of range OK? Allow approximation Restore Default Style Save As Default Load Style ... Save Style ... Default R:1 G:2 B:3 Add entry Sort Load color map from band Load color map from file Export color map to file Generate new color map Coordinate reference system Change ... Legend Légende Palette Notes Build pyramids internally if possible <!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:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> <p 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 Serif';"></p></body></html> QgsRunProcess Done Action Aksi <b>Starting %1...</b> Unable to run command %1 Unable to run command %1 QgsSOSSourceSelect Are you sure you want to remove the Apakah Anda yakin hendak membuang connection and all associated settings? koneksi dan semua tentuan terasosiasi? Confirm Delete Konfirmasi Hapus QgsSOSSourceSelectBase Delete Hapus Edit Edit Name Nama QgsSVGDiagramFactoryWidget Select svg file Select new preview directory Creating icon for file %1 QgsSVGDiagramFactoryWidgetBase Form Search directories Add... Remove Buang SVG Preview Browse... QgsScaleBarPlugin metres/km meter/km feet kaki degrees derajad km km mm cm m foot degree unknown Top Left Kiri Atas Bottom Left Kiri Bawah Top Right Kanan Atas Bottom Right Kanan Bawah Tick Down Tik Bawah Tick Up Tik Atas Bar Batang Box Kotak &Scale Bar Creates a scale bar that is displayed on the map canvas &Decorations feet/miles miles mile inches QgsScaleBarPluginGuiBase Scale Bar Plugin Plugin Kotak Skala &OK &OK Alt+C Alt-F <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This plugin draws a scale bar on the map. Please note the size option below is a 'preferred' size and may have to be altered by QGIS depending on the level of zoom. The size is measured according to the map units specified in the project properties.</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Plugin ini menggambar kotak skala pada peta. Harap dicatat bahwa pilihan ukuran berikut hanyalah anjuran sehingga mungkin harus disesuaikan oleh QGIS sesuai tingkat zoom. Ukuran dihitung berdasarkan unit peta yang ditentukan dalam properti proyek.</p> </body></html> Top Left Kiri Atas Top Right Kanan Atas Bottom Left Kiri Bawah Bottom Right Kanan Bawah Size of bar: Ukuran batang: Select Colour Pilih Warna Placement: Penempatan: Tick Down Tik Bawah Tick Up Tik Atas Box Kotak Bar Batang Select the style of the scale bar Pilih gaya kotak skala Colour of bar: Warna kotak: Scale bar style: Gaya kotak skala: Enable scale bar Aktifkan kotak skala Automatically snap to round number on resize Secara otomatis bulatkan saat perubahan ukuran Click to select the colour <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This plugin draws a scale bar on the map. Please note the size option below is a 'preferred' size and may have to be altered by QGIS depending on the level of zoom. The size is measured according to the map units specified in the project properties.</p></body></html> QgsScanGeometries Scanning Geometries Geometri Pemindaian textLabel1 textLabel1 QgsSearchQueryBuilder Found %d matching features. Search results Search string parsing error No Records Tidak ada Rekord The query you specified results in zero records being returned. Search query builder Found %n matching feature(s). test result QgsServerSourceSelect Are you sure you want to remove the Apakah Anda yakin hendak membuang connection and all associated settings? koneksi dan semua tentuan terasosiasi? Confirm Delete Konfirmasi Hapus Yes Ya No Tidak WMS Provider Could not open the WMS Provider Select Layer Coordinate Reference System (%1 available) WMS proxies Coordinate Reference System There are no available coordinate reference system for the set of layers you've selected. Several WMS servers have been added to the server list. Note that if you access the internet via a web proxy, you will need to set the proxy settings in the QGIS options dialog. Are you sure you want to remove the %1 connection and all associated settings? Coordinate Reference System (%n available) crs count Could not understand the response. The %1 provider said: %2 COMMENTED OUT Could not understand the response. The %1 provider said: %2 You must select at least one leaf layer first. The %1 connection already exists. Do you want to overwrite it? Confirm Overwrite WMS Password for %1 QgsServerSourceSelectBase Add Layer(s) from a Server C&lose Alt+L Help Bantuan F1 Image encoding Layers Lapisan-lapisan ID Name Nama Title Judul Abstract &Add Alt+A &New Delete Hapus Edit Edit C&onnect Ready Coordinate Reference System Change ... Adds a few example WMS servers Add default servers Servers Server Search Search URL Description Deskripsi Add selected row to WMS list QgsShapeFile The database gave an error while executing this SQL: ... (rest of SQL trimmed) is appended to a truncated SQL statement Scanning The database gave an error while executing this SQL: %1 The error was: %2 The error was: %1 QgsSiMaDialogBase Image Imej Directory Direktori ... ... New Item Item Baru Scale Factor (%) Faktor Skala (%) QgsSiSyDialogBase Single Symbol Simbol Tunggal Fill color Couleur Width Largeur Outline color Couleur Pattern Modèle Outline Bordure ... ... Fill Remplissage Label Etiquette Label: Label: Outline Style: Gaya Batas luar: Fill Color: Isi Warna: Outline color: Warna Batas luar: Outline Width: Lebar Batas luar: Fill Patterns: Pola-pola Isi: Clear Hapus Point Titik QgsSingleSymbolDialog Solid Line Dash Line Dot Line Dash Dot Line Dash Dot Dot Line No Pen No Brush Solid Horizontal Horizontal Vertical Vertikal Cross BDiagonal FDiagonal Diagonal X Dense1 Dense2 Dense3 Dense4 Dense5 Dense6 Dense7 Texture QgsSingleSymbolDialogBase Single Symbol Simbol Tunggal Fill Patterns: Pola-pola Isi: Point Titik Size ... ... Fill Color: Isi Warna: Outline color: Warna Batas luar: Outline Style: Gaya Batas luar: Label: Label: Point Symbol Area scale field Rotation field Style Options Outline style Outline color Couleur Outline width Fill color Couleur Fill style Label QgsSnappingDialog to vertex to segment to vertex and segment map units pixels QgsSnappingDialogBase Snapping options Layer Lapisan Mode Tolerance Units unit-unit QgsSpatiaLiteProvider SQLite error: %1 SQL: %2 QgsSpatiaLiteProvider::SqliteHandles Failure while connecting to: %1 %2 QgsSpatiaLiteSourceSelect Wildcard RegExp All Semua Table Tabel Type Tipe Geometry column SpatiaLite DB Open Error Failure while connecting to: %1 %2 seems to be a valid SQLite DB, but not a SpatiaLite's one ... unknown error cause @ Choose a SpatiaLite/SQLite DB to open Are you sure you want to remove the Apakah Anda yakin hendak membuang connection and all associated settings? koneksi dan semua tentuan terasosiasi? Confirm Delete Konfirmasi Hapus Select Table Pilih Tabel You must select a table in order to add a Layer. Anda harus memilih sebuah tabel jika hendak menambah sebuah Lapisan. SpatiaLite getTableInfo Error Failure exploring tables from: %1 %2 Are you sure you want to remove the %1 connection and all associated settings? QgsSpatiaLiteSourceSelectBase Add SpatiaLite Table(s) SpatiaLite DBs Delete Hapus New Baru Connect Koneksikan Help Bantuan F1 Add Tambah Close Search: Search mode: Search in columns: Search options... QgsSpatiaLiteTableModel Table Tabel Type Tipe Geometry column Point Titik Multipoint Line Garis Multiline Polygon Poligon Multipolygon QgsSpit Confirm Delete Konfirmasi Hapus Yes Ya No Tidak The following Shapefile(s) could not be loaded: REASON: File cannot be opened REASON: One or both of the Shapefile files (*.dbf, *.shx) missing General Interface Help: PostgreSQL Connections: [New ...] - create a new connection [Edit ...] - edit the currently selected connection [Remove] - remove the currently selected connection -you need to select a connection that works (connects properly) in order to import files -when changing connections Global Schema also changes accordingly Shapefile List: [Add ...] - open a File dialog and browse to the desired file(s) to import [Remove] - remove the currently selected file(s) from the list [Remove All] - remove all the files in the list [SRID] - Reference ID for the shapefiles to be imported [Use Default (SRID)] - set SRID to -1 [Geometry Column Name] - name of the geometry column in the database [Use Default (Geometry Column Name)] - set column name to 'the_geom' [Import] - import the current shapefiles in the list [Quit] - quit the program [Help] - display this help dialog Import Shapefiles You need to specify a Connection first Connection failed - Check settings and try again You need to add shapefiles to the list first Importing files Cancel Batal Progress Problem inserting features from file: Import Shapefiles - Relation Exists File Name Nama arsip Feature Class Kelas Fitur Features Fitur-fitur DB Relation Name Nama Relasi DB Schema Skema Add Shapefiles Shapefiles (*.shp);;All files (*.*) PostGIS not available <p>The chosen database does not have PostGIS installed, but this is required for storage of spatial data.</p> %1 of %2 shapefiles could not be imported. Password for Password untuk Please enter your password: Silahkan memasukkan password Anda: Are you sure you want to remove the [%1] connection and all associated settings? [Global Schema] - set the schema for all files to be imported into Password for %1 %1 Invalid table name. %1 No fields detected. %1 The following fields are duplicates: %2 Importing files %1 %1 <p>Error while executing the SQL:</p><p>%2</p><p>The database said:%3</p> The Shapefile: %1 will use [%2] relation for its data, which already exists and possibly contains data. To avoid data loss change the "DB Relation Name" for this Shapefile in the main dialog file list. Do you want to overwrite the [%2] relation? QgsSpitBase SPIT - Shapefile to PostGIS Import Tool SPIT - Alat Impor Shapefile ke PostGIS PostgreSQL Connections Koneksi-koneksi PostgreSQL Remove Buang Import Impor Help Bantuan Shapefile List Daftar Shapefile File Name Nama arsip Feature Class Kelas Fitur Features Fitur-fitur DB Relation Name Nama Relasi DB Schema Skema Geometry Column Name Nama Kolom Geometri Remove All Buang Semua Global Schema Skema Global Shapefile to PostGIS Import Tool Alat Import Shapefile ke PostGIS Import the defined shapefiles to PostGIS Impor shapefile yang terdefinisi ke PostGIS Close Tutup Add Tambah Add a shapefile to the list of files to be imported Tambah sebuah shapefile ke daftar arsip untuk diimpor Remove the selected shapefile from the import list Buang shapefile yang terpilih dari daftar impor Remove all the shapefiles from the import list Buang semua shapefile dari daftar impor Use Default SRID Gunakan SRID Default Set the SRID to the default value Tentukan SRID ke nilai default Use Default Geometry Column Name Gunakan Nama Kolom Geometri Default Set the geometry column name to the default value Tentukan nama kolom geometri ke nilai default New Baru Create a new PostGIS connection Ciptakan koneksi PostGIS yang baru Remove the current PostGIS connection Buang koneksi PostGIS aktual Connect Koneksikan Edit Edit Edit the current PostGIS connection Edit koneksi PostGIS aktual Import options and shapefile list Use Default SRID or specify here Use Default Geometry Column Name or specify here Primary Key Column Name Connect to PostGIS QgsSpitPlugin &Import Shapefiles to PostgreSQL Import shapefiles into a PostGIS-enabled PostgreSQL database. The schema and field names can be customized on import &Spit QgsTINInterpolatorDialog Linear interpolation QgsTINInterpolatorDialogBase Triangle based interpolation <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:12pt; 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;">This interpolator provides different methods for interpolation in a triangular irregular network (TIN).</p></body></html> Interpolation method: QgsUValDialogBase Classification Field: Field Klasifikasi: New Item Item Baru QgsUValMaDialogBase Classification Field: Field Klasifikasi: New Item Item Baru QgsUniqueValueDialog Confirm Delete Konfirmasi Hapus The classification field was changed from '%1' to '%2'. Should the existing classes be deleted before classification? QgsUniqueValueDialogBase Form1 Classification Field: Field Klasifikasi: Classify Classification field Add class Delete classes Randomize Colors Reset Colors QgsVectorLayer No features found Tidak ada fitur ditemukan No features were found in the active layer at the point you clicked Tidak ada fitur ditemukan di lapisan aktif pada titik yang Anda klik Attribute table - Tabel atribut - &Zoom to extent of selected layer &Zoomer afin d'étendre à la couche sélectionnée &Open attribute table &Buka tabel atribut &Properties &Propriétés &Remove &Enlever <center><b>Vector Layer</b></center> <center><b>Lapisan Vektor</b></center> Show In &Overview &Montrer dans l'aperçu Start editing Mulai editing Stop editing Hentikan editing Save as shapefile... Simapan sbg shapefile... Provider does not support deletion Penyedia tidak mendukung penghapusan Data provider does not support deleting features Penyedia data tidak mendukung penghapusan fitur-fitur Layer not editable Lapisan tidak dapat diedit The current layer is not editable. Choose 'start editing' in the legend item right click menu Lapisan aktual tidak dapat diedit. Pilih 'mulai editing' pada item legenda dari menu klik kanan ERROR: no provider ERROR: layer not editable SUCCESS: attribute %1 was added. ERROR: attribute %1 not added No renderer object Classification field not found SUCCESS: %n attribute(s) deleted. deleted attributes count ERROR: %n attribute(s) not deleted. not deleted attributes count SUCCESS: %n attribute(s) added. added attributes count ERROR: %n new attribute(s) not added not added attributes count SUCCESS: %n attribute value(s) changed. changed attribute values count ERROR: %n attribute value change(s) not applied. not changed attribute values count SUCCESS: %n feature(s) added. added features count ERROR: %n feature(s) not added. not added features count SUCCESS: %n geometries were changed. changed geometries count ERROR: %n geometries not changed. not changed geometries count SUCCESS: %n feature(s) deleted. deleted features count ERROR: %n feature(s) not deleted. not deleted features count Unknown renderer QgsVectorLayerProperties Single Symbol Simbol Tunggal Graduated Symbol Simbol Graduasi Continuous Color Warna Berkelanjutan Unique Value Nilai Unik This button opens the PostgreSQL query builder and allows you to create a subset of features to display on the map canvas rather than displaying all features in the layer Tombol ini membukan pembangun query PostgreSQL dan mengijinkan Anda untuk menciptakan sub himpunan fitur-fitur untuk ditampilkan pada kanvas peta bukannya memperlihatkan seluruh fitur dalam lapisan tsb The query used to limit the features in the layer is shown here. This is currently only supported for PostgreSQL layers. To enter or modify the query, click on the Query Builder button Query tsb digunakan untuk membatasi fitur-fitur lapisan yang ditampilkan di sini. Fitur ini saat ini hanya berlaku pada lapisan-lapisan PostgreSQL. Untuk memasukkan atau mengubah query, klik pada tombol Pembangun Query Spatial Index Creation of spatial index failed General: Extents: In layer spatial reference system units : In project spatial reference system units : Layer Spatial Reference System: Attribute field info: Field Field Type Tipe Length Panjang Precision Presisi Comment Default Style Style par défaut QGIS Layer Style File (*.qml) QGIS id name type length precision comment edit widget values line edit unique values unique values (editable) value map classification range (editable) range (slider) file name Name conflict The attribute could not be inserted. The name already exists in the table. Creation of spatial index successful Saved Style Transparency: %1% Layer comment: %1 Storage type of this layer: %1 Source for this layer: %1 Geometry type of the features in this layer: %1 The number of features in this layer: %1 Editing capabilities of this layer: %1 xMin,yMin %1,%2 : xMax,yMax %3,%4 Project (Output) Spatial Reference System: (Invalid transformation of layer extents) Load layer properties from style file (.qml) Unknown style format: %1 Save layer properties as style file (.qml) QgsVectorLayerPropertiesBase Layer Properties Properti Lapisan Legend type: Tipe Legenda: Layer source Sumber Lapisan Help Bantuan Settings Tentuan-tentuan OK OK Cancel Batal Symbology Transparency: Transparansi: General Umum Use scale dependent rendering Maximum 1: Maksimum 1: Minimum 1: Minimum 1: Minimum scale at which this layer will be displayed. Maximum scale at which this layer will be displayed. Display name Perlihatkan nama Use this control to set which field is placed at the top level of the Identify Results dialog box. Gunakan kontrol ini untuk menentukan field mana yang ditempatkan pada level teratas dari kotak dialog Hasil-hasil Identifikasi. Display field for the Identify Results dialog box Field layar dari kotak dialog Hasil-hasil Identifikasi This sets the display field for the Identify Results dialog box Ini menentukan field layar untuk kotak dialog Hasil-hasil Identifikasi Display field Field Layar Subset Query Builder Pembangun Query Create Spatial Index Metadata Metadata Labels Label-label Display labels Perlihatkan label-label Actions Aksi-aksi Apply Aplikasikan Restore Default Style Save As Default Load Style ... Save Style ... Legend type Transparency Options Maximum Minimum Change CRS Attributes New column Ctrl+N Delete column Ctrl+X Toggle editing mode Click to toggle table editing QgsVectorSymbologyWidgetBase Mode: Mode: QgsWFSData Loading WFS data Abort QgsWFSPlugin &Add WFS layer QgsWFSProvider unknown received %1 bytes from %2 QgsWFSSourceSelect Are you sure you want to remove the Apakah Anda yakin hendak membuang connection and all associated settings? koneksi dan semua tentuan terasosiasi? Confirm Delete Konfirmasi Hapus Yes Ya No Tidak Are you sure you want to remove the %1 connection and all associated settings? QgsWFSSourceSelectBase Title Judul Name Nama Abstract Coordinate Reference System Change ... Help Bantuan Server Connections &New Delete Hapus Edit Edit C&onnect Add WFS Layer from a Server QgsWKNDiagramFactoryWidgetBase Form Attributes: 1 Remove attribute Add attribute QgsWmsProvider Tried URL: HTTP Exception WMS Service Exception This is probably due to an incorrect WMS Server URL. Could not get WMS Service Exception at %1: %2 at line %3 column %4 Request contains a Format not offered by the server. Request contains a CRS not offered by the server for one or more of the Layers in the request. Request contains a SRS not offered by the server for one or more of the Layers in the request. GetMap request is for a Layer not offered by the server, or GetFeatureInfo request is for a Layer not shown on the map. Request is for a Layer in a Style not offered by the server. GetFeatureInfo request is applied to a Layer which is not declared queryable. GetFeatureInfo request contains invalid X or Y value. Value of (optional) UpdateSequence parameter in GetCapabilities request is equal to current value of service metadata update sequence number. Value of (optional) UpdateSequence parameter in GetCapabilities request is greater than current value of service metadata update sequence number. Request does not include a sample dimension value, and the server did not declare a default value for that dimension. Request contains an invalid sample dimension value. Request is for an optional operation that is not supported by the server. The WMS vendor also reported: Server Properties: Property Properti Value Nilai WMS Version Title Judul Abstract Keywords Online Resource Contact Person Fees Access Constraints Image Formats Identify Formats Layer Count Selected Yes Ya No Tidak Visibility Visibilitas Visible Hidden n/a Can Identify Can be Transparent Can Zoom In Cascade Count Fixed Width Fixed Height WGS 84 Bounding Box Available in style Name Nama Layer cannot be queried. Dom Exception Tried URL: %1 Could not get WMS capabilities: %1 at line %2 column %3 Could not get WMS capabilities in the expected format (DTD): no %1 or %2 found (No error code was reported) (Unknown error code) GetFeatureInfoUrl Layer Properties: QuickPrintGui Portable Document Format (*.pdf) quickprint km km feet kaki degrees derajad Unknown format: %1 QuickPrintGuiBase QGIS Plugin Template Templet Plugin QGIS Plugin Template Templet Plugin QGIS Quick Print Plugin Quick Print Map Title e.g. ACME inc. Map Name e.g. Water Features Copyright Output Use last filename but incremented. last used filename but incremented will be shown here Prompt for file name Note: If you want more control over the map layout please use the map composer function in QGIS. Page Size QuickPrintPlugin Quick Print &Quick Print Provides a way to quickly produce a map with minimal user input. RepositoryDetailsDialog Name: Nama: SelectGeoRasterBase Select Oracle Spatial GeoRaster Server Connections C&onnect Edit Edit Delete Hapus &New Selection Update Baharui Ready &Select Alt+A Subdatasets Help Bantuan F1 C&lose Alt+L SimplifyLineDialog Simplify line tolerance Set tolerance OK OK SplashScreen Version Versi [pluginname]Gui QGIS Plugin Template Templet Plugin QGIS Plugin Template Templet Plugin [pluginname]GuiBase QGIS Plugin Template Templet Plugin QGIS Plugin Template Templet Plugin <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>This plugin was generated using QGIS internal plugin template. Please modify it according to your needs.</p> <p>Tim Sutton</p> <p>2004</p> </body></html> <html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial"> <p style="margin-top:16px"><span style="font-size:17pt;font-weight:600">Description</span></p> <p>Plugin ini dibuat menggunakan templet plugin internal QGIS. Silahkan mengubahnya menurut kebutuhan Anda.</p> <p>Tim Sutton</p> <p>2004</p> </body></html> &OK &OK Alt+C Alt-F dxf2shpConverter Converts DXF files in Shapefile format &Dxf2Shp dxf2shpConverterGui QGIS Plugin Template Templet Plugin QGIS Polygon Poligon Point Titik Browse Navigasi Choose a delimited text file to open Pilih sebuah arsip teks delimited untuk dibuka Dxf Importer Input Dxf file ... ... <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; 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; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-size:10pt;">Output file</span></p></body></html> Output file type Polyline Export text labels Fields description: * Input DXF file: path to the DXF file to be converted * Output Shp file: desired name of the shape file to be created * Shp output file type: specifies the type of the output shape file * Export text labels checkbox: if checked, an additional shp points layer will be created, and the associated dbf table will contain informations about the "TEXT" fields found in the dxf file, and the text strings themselves --- Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula CNR, Milan Unit (Information Technology), Construction Technologies Institute. For support send a mail to scala@itc.cnr.it Choose a DXF file to open Choose a file name to save to eVisDatabaseConnectionGuiBase Username Nama-pengguna Connect Koneksikan Password Password eVisGenericEventBrowserGui Field Field Value Nilai eVisGenericEventBrowserGuiBase Previous Sebelum eVisImageDisplayWidget Zoom in Zom + Zoom out Zom keluar Zoom to full extent Zom ke eksten penuh fTools &Tools Ou&tils gpsPage Longitude: Lintang: No Tidak Latitude: Bujur: pluginname [menuitemname] &[menuname] Replace this with a short description of what the plugin does