Revision 343

View differences:

org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/build.xml
1
<project name="SEXTANTE_LIB" default="generate-without-source" basedir=".">
2
    <description>
3
        SEXTANTE_GUI
4
    </description>
5
	<property name="version.number" value="0.7"/>
6

  
7
  <target name="generate-without-source"
8
  	description="generate the distribution without the source file">
9

  
10
  	       <tstamp>
11
  	         <format property="TODAY" pattern="yyyy-MM-dd HH:mm:ss" />
12
  	       </tstamp>
13

  
14
  	    <manifest file="MANIFEST.MF">
15
  	        <attribute name="Implementation-Version"
16
  	            value="${version.number}"/>
17
  	        <attribute name="Built-Date" value="${TODAY}"/>
18
  	   </manifest>
19

  
20
    <jar jarfile="../dist/sextante_gui.jar" manifest="MANIFEST.MF">
21
  		<fileset dir="bin">
22
  			<include name="**"/>
23
 		</fileset>
24
 	</jar>
25

  
26
    <jar jarfile="../dist/sextante_gui.jar" update ="true">
27
        <fileset dir=".">
28
            <include name="i18n/**"/>
29
        </fileset>
30
    </jar>
31

  
32
    <jar jarfile="../dist/sextante_gui.jar" update ="true">
33
        <fileset dir=".">
34
            <include name="images/**"/>
35
        	<include name="grass/**"/>
36
        </fileset>
37
    </jar>
38

  
39
    <copy todir="../dist">
40
    	<fileset dir="lib" includes="**"/>
41
    </copy>
42

  
43
  </target>
44

  
45
</project>
0 46

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/sextante_grass.bat
1
set HOME=%USERPROFILE%
2
set PATH=%GRASSDIR%\msys\bin;%PATH%
3
set PATH=%GRASSDIR%\extrabin;%GRASSDIR%\extralib;%PATH%
4
set PATH=%GRASSDIR%\tcl-tk\bin;%GRASSDIR%\sqlite\bin;%GRASSDIR%\gpsbabel;%PATH%
5
set GRASS_HTML_BROWSER=%PROGRAMFILES%/Internet Explorer/iexplore.exe
6
set GRASS_PROJSHARE=%GRASSDIR%\proj
7
set PYTHONHOME=%GRASSDIR%\Python25
8
set WINGISBASE=%GRASSDIR%
9
set GISBASE=%GRASSDIR%
10
set SAVEPATH=%PATH%
11
set PATH=%WINGISBASE%\bin;%WINGISBASE%\lib;%PATH%
12
set GISRC=%HOME%\.grassrc6
13

  
14
g.gisenv set="MAPSET=%MAPSET%"
15
g.gisenv set="LOCATION=%LOCATION_NAME%"
16
g.gisenv set="LOCATION_NAME=%LOCATION_NAME%"
17
g.gisenv set="GISDBASE=%GISDBASE%"
18

  
19
set GRASS_VERSION=6.4.0RC5
20

  
21
set GRASS_PAGER=more
22
if "%GRASS_WISH%"=="" set GRASS_WISH=wish.exe
23
if "%GRASS_SH%"=="" set GRASS_SH=c:\msys\1.0\bin\sh.exe
24
if "%GRASS_HTML_BROWSER%"=="" set GRASS_HTML_BROWSER=%SYSTEMDRIVE%/PROGRA~1/INTERN~1/IEXPLORE.EXE
25
if "%GRASS_PROJSHARE%"=="" set GRASS_PROJSHARE=/c/Programs/GIS/OSGeo4W/share/proj
26

  
27
set PATHEXT=%PATHEXT%;.PY
28

  
29
g.gisenv "set=GRASS_GUI=text"
30

  
31
call "%GRASS_BATCH_JOB%"
32

  
33
"%WINGISBASE%\etc\clean_temp" > NUL:
34

  
35
set PATH=%SAVEPATH%
36
set SAVEPATH=
37

  
38
rem exit
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/MANIFEST.MF
1
Manifest-Version: 1.0
2
Ant-Version: Apache Ant 1.7.1
3
Created-By: 20.1-b02 (Sun Microsystems Inc.)
4
Implementation-Version: 0.7
5
Built-Date: 2013-03-04 16:06:37
6

  
0 7

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/src/main/resources/images/README
1
All images are Public Domain.
2

  
3
Some of them was created by Victor Olaya and other for Nacho Varela 
4
for SEXTANTE Project.
5

  
6
'config.png' is from Tango Galery [1]
7

  
8

  
9
[1]: http://tango.freedesktop.org
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/src/main/resources/images/layertypes/.directory
1
[Dolphin]
2
Timestamp=2018,12,17,21,48,22
3
Version=4
4
ViewMode=1
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/src/main/resources/org/gvsig/toolbox/gui/i18n/text_en.properties
1
[Save_to_temporary_file]=[Save to temporary file]
2

  
3
Wrong_or_missing_parameters_definition=Wrong or missing parameters definition
4

  
5
Warning=Warning
6

  
7
Save=Save
8

  
9
Open=Open
10

  
11
Cancel=Cancel
12

  
13
OK=Ok
14

  
15
Raster_output=Output region
16

  
17
Parameters=Parameters
18

  
19
Help=Help
20

  
21
Batch_processing=Batch processing
22

  
23
Autofill_with_field_values=Autofill with field values
24

  
25
Autofill_with_numbers=Autofill with numbers
26

  
27
Do_not_autofill=Do not autofill
28

  
29
Error_or_process_canceled_by_user=Error or process canceled by user
30

  
31
Process=Process
32

  
33
Yes=Yes
34

  
35
No=No
36

  
37
Band=Band
38

  
39
elements_selected=elements selected
40

  
41
element_selected=element selected
42

  
43
Tables=Tables
44

  
45
Vector_layer=Vector layer
46

  
47
Vector_Layer=Vector layer
48

  
49
Raster_layers=Raster layers
50

  
51
Vector_layers=Vector layers
52

  
53
Add_row=Add row
54

  
55
Delete_row=Delete row
56

  
57
point=point
58

  
59
batch_html=batch.html
60

  
61
Could_not_open_selected_file=Could not open selected file
62

  
63
Layer=Layer
64

  
65
Selection=selection
66

  
67
Capas_raster=Raster layers
68

  
69
Number_of_rows-cols=Number of rows/cols
70

  
71
Number_of_cols_z=Number of cols  (Z)
72

  
73
Cell_sizeZ=Cell size (Z)
74

  
75
Range_Z=Rango Z
76

  
77
Cell_size=Cell size
78

  
79
Range_Y=Range Y
80

  
81
Range_X=Range X
82

  
83
Extent__values=Extent (values)
84

  
85
Extent_from=Extent from
86

  
87
Fit_to_input_layers=Fit to input layers
88

  
89
User_defined=User defined
90

  
91
Are_you_sure_you_want_to_use_it?=Are you sure you want to use it?
92

  
93
The_selected_grid_extent_seems_too_large=The selected grid extent seems very large
94

  
95
Wrong_or_missing_raster_extent_definition=Wrong or missing analysis region
96

  
97
Command_line=Command line
98

  
99
toolbox_html=toolbox.html
100

  
101
Search=Search
102

  
103
Algorithm=Algorithm
104

  
105
Algorithms=Tools and Algorithms
106

  
107
Show_help=Show help
108

  
109
Show_active_only=Show active only
110

  
111
Collapse_all=Collapse all
112

  
113
Expand_all=Expand all
114

  
115
Show_WPS_XML=Show WPS XML
116

  
117
Edit_model=Edit model
118

  
119
Execute_as_batch_process__using_layers_from_GIS_app=Batch process (project layers)
120

  
121
Execute_as_batch_process=Batch process (files)
122

  
123
Run=Run
124

  
125
The_following_URLs_are_wrong_or_not_available=The following URLs are wrong or not available -
126

  
127
Settings=Settings
128

  
129
Folders=Folders
130

  
131
Output_folder=Default output folder\:
132

  
133
Models_folder=User models folder\:
134

  
135
Use_internal_names_for_outputs=Use internal names for outputs
136

  
137
Modify_output_names=Modify output names
138

  
139
Activate_WPS=Activate WPS
140

  
141
Remove=Remove
142

  
143
Add=Add
144

  
145
grass_sextante_html=grass_sextante.html
146

  
147
GRASS_folder=GRASS GIS binaries folder\:
148

  
149
GRASS_null=Null cell value (number)
150

  
151
grass_input_3d=Process all input vector data as 3D
152

  
153
grass_clean_polygons=Clean polygons on import
154

  
155
grass_no_vect_bbox=Do not restrict vector input to region
156

  
157
GRASS_lat_lon_mode=Input data is geographic lat/lon
158

  
159
GRASS_error_create_temp_mapset=Error creating temporary mapset\:
160

  
161
Invalid_parameters=Invalid or incomplete settings.
162

  
163
from=from
164

  
165
[Not_selected]=[Not selected]
166

  
167
unchecked=unchecked
168

  
169
Options=Options
170

  
171
[optional]=[optional]
172

  
173
Output_objects=Output objects
174

  
175
Deselect_all=Deselect all
176

  
177
Select_all=Select all
178

  
179
Multiple_selection=Multiple selection
180

  
181
Models=Models
182

  
183
Procedures=Algorithms
184

  
185
Inputs=Inputs
186

  
187
0_elements_selected=0 elements selected
188

  
189
Remove_them_before_removing_this_one=Remove them before removing this one.
190

  
191
Other_elements_depend_on_the_selected_one=Other elements depend on the selected one
192
[New_model]=[New model]
193

  
194
Do_you_want_to_start_a_new_model_without_saving_changes?=Do you want to start a new model without saving changes?
195

  
196
Model_has_been_modified=Model has been modified.
197

  
198
Do_you_want_to_open_a_new_model_without_saving_changes=Do you want to open a new model without saving changes?
199

  
200
Do_you_want_to_save_your_changes=Do you want to save your changes before closing?
201

  
202
modeler_html=modeler.html
203

  
204
Group=Group
205

  
206
Name=Name
207

  
208
New=New
209

  
210
Modeler=Modeler
211

  
212
Keep_as_final_result=Save as\:
213

  
214
Edit=Edit
215

  
216
Invalid_description=Invalid description
217

  
218
Raster_Layer=Raster layer
219

  
220
Mandatory=Mandatory
221

  
222
Multiple_input=Multiple input
223

  
224
Table=Table
225

  
226
Vectorial__points=Vector (points)
227

  
228
Vectorial__lines=Vector (lines)
229

  
230
Vectorial__polygons=Vector (polygons)
231

  
232
Vector_any_type=Vector (any type)
233

  
234
Input_type=Input type\:
235

  
236
Any=Any
237

  
238
Polygons=Polygons
239

  
240
Lines=Lines
241

  
242
Points=Points
243

  
244
Boolean_value=Boolean value
245

  
246
Default_value=Default value\:
247

  
248
String=String
249

  
250
Number_of_columns=Number of columns\:
251

  
252
Number_of_rows=Number of rows\:
253

  
254
Fixed_number_of_rows=Fixed number of rows
255

  
256
Fixed_table=Fixed table
257

  
258
Fixed_Table=Fixed table
259

  
260
Tools=Tools
261

  
262
Field=Field
263

  
264
Table_Field=Table field
265

  
266
[table]=[table]
267

  
268
[layer]=[layer]
269

  
270
Parent_layer_or_table=From layer or table\:
271

  
272
Parent_layer=From layer\:
273

  
274
Numerical_value=Numerical value
275

  
276
Float=Floating point
277

  
278
Integer=Integer
279

  
280
Value_type=Value type\:
281

  
282
Max_value=Max. value\:
283

  
284
Min_value=Min. value\:
285

  
286
Coordinate=Point coordinates
287

  
288
Filepath=File or folder
289

  
290
Remove_image=Remove image
291

  
292
Add_image=Add image
293

  
294
Images=Images
295

  
296
File=File
297

  
298
Elements=Elements
299

  
300
Information=Information
301

  
302
Outputs=Outputs
303

  
304
User_notes=User notes
305

  
306
Help_file_created_by=Help file created by
307

  
308
Algorithm_created_by=Algorithm created by
309

  
310
Additional_information=Additional information
311

  
312
history_html=history.html
313

  
314
History=History
315

  
316
commandline_html=commandline.html
317

  
318
SEXTANTE_toolbox=SEXTANTE Toolbox
319

  
320
version=Version
321

  
322
Basic_concepts=Basic concepts
323

  
324
Edit_help=Edit help
325

  
326
Point=Point
327

  
328
Polygon=Polygon
329

  
330
Line=Line
331

  
332
Text=Text
333

  
334
graph-chart=graph/chart
335

  
336
Any_type=Any type
337

  
338
Image=Image
339

  
340
Input_layers_are_not_compatible_with_GRASS_usage_\nMust_be_file-based_layers=Input layers are not compatible with GRASS usage.\nMust be file-based layers.
341

  
342
Error_executing_GRASS_process=Error executing GRASS process.
343

  
344
More_than_one_month_ago=More than one month ago
345

  
346
XXX_days_ago=XXX days ago
347

  
348
Yesterday=Yesterday
349

  
350
Today=Today
351

  
352
This_session=This session
353

  
354
Show_algorithm_dialog=Show algorithm dialog
355

  
356
Warnings=Warnings
357

  
358
Errors=Errors
359

  
360
Commands=Commands
361

  
362
Clear_log=Clear log
363

  
364
Clear_history=Clear history
365

  
366
Data=Data
367

  
368
fields=fields
369

  
370
Number_of_features=Number of features
371

  
372
Capas_vectoriales=Vector layers
373

  
374
Use_extent_from_layer=Use extent from layer
375

  
376
Use_extent_from_view=Use extent from view
377

  
378
Coordinates=Coordinates
379

  
380
Select_coordinates=Select coordinates
381

  
382
Result=Result
383

  
384
Rename=Rename
385

  
386
Delete_model=Delete model
387

  
388
installing_grass=Installing grass...
389

  
390
grass_html=grass_sextante.html
391

  
392
grass_error_binaries_folder=The selected folder does not contain a valid GRASS installation.
393

  
394
grass_error_mapset_folder=The selected folder is not a valid GRASS mapset.
395

  
396
grass_error_win_shell_binary=The selected program is not a valid shell interpreter.\nA shell interpreter for Windows can be found here\:
397

  
398
grass_error_mapset_missing=GRASS mapset not found.\nPlease adjust GRASS interface settings.
399

  
400
grass_error_shell_missing=Missing a valid shell interpreter (sh.exe).\nPlease adjust GRASS interface settings.\nA shell interpreter for Windows can be found here\:
401

  
402
grass_shell_url=www.mingw.org/wiki/MSYS
403

  
404
grass_error_mapset_locked=GRASS mapset is locked. Perhaps another user is\ncurrently logged into the mapset?
405

  
406
grass_error_import_failed=Failed to import data into GRASS mapset.
407

  
408
grass_error_color_table=Failed to import new GRASS raster color table.
409

  
410
grass_error_setup=Failed to setup GRASS.\nPlease revise settings and retry.
411

  
412
grass_error_title=GRASS Interface Error
413

  
414
grass_error_geometries_none_found=Output does not contain any valid geometry types.\nCheck input data for topological errors.
415

  
416
grass_info_title=GRASS Interface Info
417

  
418
grass_info_setup_success=Refreshed GRASS GIS modules registry.\n Number of registered modules\:
419

  
420
grass_warning_postprocess=Postprocessing failed. Output may be incomplete or invalid.
421

  
422
grass_warning_preprocess=Preprocessing failed. Output may be incomplete or invalid.
423

  
424
grass_warning_title=GRASS Interface Warning
425

  
426
grass_warning_missing_cmd=One or more external shell commands were not found in\nthe default locations. Some scripted GRASS modules may\nnot run properly. Please check log for details.
427

  
428
grass_setup_help=<html><i>Make settings above, then press button to setup GRASS</i></html>
429

  
430
grass_setup=Setup GRASS
431

  
432
grass_warning_siblings=Failed to create descriptors for optional output(s).\Possibly limited functionality for one or more GRASS modules.
433

  
434
grass_warning_version=Unsupported GRASS version. Proceed at your own risk.
435

  
436
grass_windows_shell=Shell binary (sh.exe)\:
437

  
438
grass_import_polylines=Import polygons as polylines
439

  
440
grass_log_output=GRASS output
441

  
442
Wrong_or_missing_region=Wrong or missing analysis region
443

  
444
Introduction=Introduction
445

  
446
Number_of_records=Number of records
447

  
448
Tables=Tables
449

  
450
Show_table=Show table
451

  
452
Region=Region
453

  
454
Invalid_no_data_value=Invalid \"no data\" value.
455

  
456
Default_no_data_value=Default \"no data\" value\:
457

  
458
Files=Files
459

  
460
Copy=Copy
461

  
462
Paste=Paste
463

  
464
Run_iterative=Run iteratively
465

  
466
3D_Raster_layer=3D raster layer
467

  
468
Cell_sizeZ=Cell size (z)
469

  
470
Range_Z=Range Z
471

  
472
Number_of_cols_z=Number of cols (z)
473

  
474
3D_Raster_layers=3D Raster layers
475

  
476
3D_Raster_layer=3D Raster layer
477

  
478
Numerical_Value=Numerical value
479

  
480
3d_not_supported=This platform does not support 3D raster data.\n Resulting 3D data generated by SEXTANTE could not be loaded.
481

  
482
[Overwrite]=[Overwrite]
483

  
484
Overwrite=Overwrite
485

  
486
Save_to_temp_file=Save to temporary file
487

  
488
Layer_cannot_be_overwritten=The selected input layer cannot be overwritten
489

  
490
WrongSettingValues=Wrong settings
491

  
492
load_models=Reload models
493

  
494
ModelsLoaded=Refreshed user models registry.\nNumber of models registered\:
495

  
496
SagaAlgorithmsLoaded=Refreshed SAGA GIS modules registry.\nNumber of modules registered\:
497

  
498
set_up_saga=Set up SAGA
499

  
500
Saga_folder=SAGA GIS binaries folder\:
501

  
502
ErrorInstallingSaga=Error installing SAGA GIS support.
503

  
504
RAlgorithmsLoaded=R algorithms loaded\:
505

  
506
set_up_R=Set up R
507

  
508
R_folder=R binaries folder\:
509

  
510
R_Scripts_folder=R scripts folder\:
511

  
512
Portable=Portable
513

  
514
portable_dir_error=Cannot use directory
515

  
516
portable_dir_error_ro=in read-only mode.
517

  
518
portable_dir_error_rw=in read/write mode.
519

  
520
portable_dir_is_file=A file with the same name exists in the same parent directory. 
521

  
522
portable_dir_no_access=Access denied.
523

  
524
portable_dir_no_create=Directory does not exist and could not be created.
525

  
526
portable_file_error=Cannot use file
527

  
528
portable_file_error_ro=in read-only mode.
529

  
530
portable_file_error_rw=in read/write mode.
531

  
532
portable_file_is_dir=A folder with the same name exists in the same parent directory. 
533

  
534
portable_file_no_access=Access denied.
535

  
536
portable_file_no_create=Directory does not exist and could not be created.
537

  
538
portable_provider_not_usable=There will be no support for
539

  
540
update_library=Update library\:
541

  
542
load_R_scripts=Reload R scripts
543

  
544
ErrorInstallingR=Error installing R
545

  
546
error_non_file_based_input=Error\: only file-based input layers are supported.
547

  
548
unsupported_file_format=Unsupported input file format
549

  
550
ActivateProvider=Activate support for
551

  
552
ConfigureAlgGroups=Edit groups
553

  
554
RestoreDefault=Restore default
555

  
556
RecentAlgorithms=Recently used
557

  
558
ConfiguringProviders=Configuring algorithm providers
559

  
560
ShowMostRecent=Show recently used algorithms
561

  
562
Wrong_values_in_table=Wrong values in table
563

  
564
[Do_not_create_output]=[Do not create this output]
565

  
566
Do_not_create_output=Do not create this output
567

  
568
Scripts_folder=User scripts folder\:
569

  
570
load_scripts=Reload scripts
571

  
572
ScriptsLoaded=Scripts registry refreshed.\nNumber of registered scripts\:
573

  
574
RScriptsLoaded=R user scripts registry refreshed.\nNumber of registered scripts\:
575

  
576
Select_output_view=Select output view
577

  
578
Output_view=Output view
579

  
580
Create_new_view=Create new view
581

  
582
Restrict_geometry_output=Restrict output geometries to
583

  
584
no_elements_selected=No elements selected
585

  
586
multiple_elements_selected=Multiple elements selected
587

  
588
CreateNewModel=Create new model
589

  
590
CreateNewScript=Create new script
591

  
592
OpenCommandLineInterface=Open command-line interface
593

  
594
Log_messages=Log messages
595

  
596
set_output_rendering=Set rendering style of output layers
597

  
598
output_channel_null=Invalid input data (null)
599

  
600
Config_path_label=Settings folder\:
601

  
602
selector_choose_folder=Choose folder
603

  
604
selector_choose_file=Choose file
605

  
606
load_GRASS_modules=Reload GRASS modules
607

  
608
load_SAGA_modules=Reload SAGA modules
609

  
610
grass_use_sextante_null=Respect SEXTANTE \"no data\" value
611

  
612
AlgCmdName=Name
613

  
614
AlgName=Description
615

  
616
AlgGroup=Group
617

  
618
AlgSubgroup=Subgroup
619

  
620
ShowAlgorithm=Show
621

  
622
RestoreDefault=Restore defaults
623

  
624
file_operations=File...
625

  
626
Save_as=Save as...
627

  
628
Close=Close
629

  
630
delete_modeler_node_question=Do you want to remove this node permanently?
631

  
632
modeler_grid_activate=Use grid\:
633

  
634
modeler_add_par_boolean=Add boolean value
635

  
636
modeler_add_par_numerical=Add numerical value
637

  
638
modeler_add_par_string=Add string value
639

  
640
modeler_add_par_filepath=Add file or folder
641

  
642
modeler_add_par_table=Add table
643

  
644
modeler_add_par_point=Add point coordinates
645

  
646
modeler_add_par_fixed_table=Add fixed table
647

  
648
modeler_add_par_selection=Add option
649

  
650
modeler_add_par_multiple=Add multiple input
651

  
652
modeler_add_par_vector=Add vector layer
653

  
654
modeler_add_par_raster=Add raster layer
655

  
656
modeler_add_par_raster_3D=Add 3D raster layer
657

  
658
modeler_add_par_band=Add raster band
659

  
660
modeler_add_par_field=Add field
661

  
662
modeler_edit_parameter=Edit input
663

  
664
modeler_add_algorithm=Add algorithm
665

  
666
modeler_edit_algorithm=Edit algorithm settings
667

  
668
node_Inputs=Inputs
669

  
670
node_Layers=Layers
671

  
672
node_Values=Values
673

  
674
node_Fields_and_Tables=Fields \& tables
675

  
676
node_Others=Others
677

  
678
Raster_band=Raster band
679

  
680
Default_value_true=True by default
681

  
682
nothing_to_set=<html><i>Nothing to set.</i></html>
683

  
684
vector_type=Geometry type\:
685

  
686
option_setting=Op
687

  
688
grass_restrict_geometry_ouput=Restrict output geometries to\:
689

  
690
grass_compatibility_mode=High compatibility mode
691

  
692
file_extension=Extension (e.g. \"asc\")\:
693

  
694
filepath_type=Type of input\:
695

  
696
filepath_file_open=File (open)
697

  
698
filepath_file_save=File (save)
699

  
700
filepath_folder=Folder
701

  
702
filepath_is_voxel_data=Input is voxel data
703

  
704
color=Color\:
705

  
706
Model_file_exists=A file with this name already exists.
707

  
708
Do_you_want_to_overwrite=Do you want to overwrite it?
709

  
710
Description=Description\:
711

  
712
are_you_sure_to_delete_the_selected_model=Are you sure to delete the selected model?
713

  
714
are_you_sure_to_delete_the_selected_script=Are you sure to delete the selected script?
0 715

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.59/org.gvsig.toolbox.gui/src/main/resources/org/gvsig/toolbox/gui/i18n/text_fr.properties
1
#Modified by DOKSoft PropEditor. http://www.doksoft.com
2
#Fri Feb 18 14:00:43 CET 2011
3
Run_iterative=Ex\u00E9cuter it\u00E9rativement
4
Invalid_parameters=Param\u00E8tres incorrects
5
Command_line=Ligne de commandes
6
Fit_to_input_layers=Ajuster aux donn\u00E9es en entr\u00E9e
7
Number_of_columns=Nombre de colonnes
8
grass_setup=Installer GRASS
9
grass_import_polylines=Importer des polygones comme polylignes
10
Tables=Tables
11
Image=Image
12
Help_file_created_by=Aide cr\u00E9\u00E9e par
13
grass_error_title=Erreur d'\u00E9xecution de GRASS
14
Other_elements_depend_on_the_selected_one=D'autres \u00E9l\u00E9ments d\u00E9pendent de la s\u00E9lection
15
This_session=Cette session
16
History=Historique
17
grass_sextante_html=grass_sextante.html
18
Warning=Avertissement
19
Keep_as_final_result=Conserver comme r\u00E9sultat final
20
grass_error_binaries_folder=Le dossier s\u00E9lectionn\u00E9 ne contient pas une installation correcte de GRASS
21
Range_Z=Etendue Z
22
Modeler=Diagramme synoptique des traitements
23
Range_Y=Etendue Y
24
Range_X=Etendue X
25
Default_no_data_value=Valeur par d\u00E9faut pour les cellules sans valeur
26
Remove_image=Retirer image
27
Max_value=Valeur maximale
28
grass_input_3d=Traiter toutes les donn\u00E9es vectorielles en entr\u00E9e comme 3D
29
Collapse_all=R\u00E9duire tout
30
Raster_Layer=Couche matricielle (raster)
31
Execute_as_batch_process__using_layers_from_GIS_app=Traiter par lots (toutes les couches du projet)
32
grass_warning_version=Version de GRASS non compl\u00E8tement compatible. Continuer \u00E0 vos risques et p\u00E9rils.
33
Additional_information=Information suppl\u00E9mentaire
34
Help=Aide
35
The_selected_grid_extent_seems_too_large=L'emprise de la couche en sortie semble trop grande
36
grass_error_grassrc_missing2=Le fichier manquant est \:
37
history_html=history.html
38
Images=Images
39
3d_not_supported=Cette plateforme ne permet pas d'exploiter des donn\u00E9es raster 3D. Les r\u00E9sultats 3D obtenus avec SEXTANTE ne peuvent \u00EAtre charg\u00E9s
40
Cell_size=Taille de la cellule
41
grass_html=grass_sextante.html
42
fields=Colonnes
43
grass_error_win_shell_binary=Le programme s\u00E9lectionn\u00E9 n'est pas un interpr\u00E8te de commandes valable. Un interpr\u00E8te de commandes pour Windows peut \u00EAtre trouv\u00E9 ici \:
44
Vectorial__lines=Vectoriel (lignes)
45
[Not_selected]=[Non-s\u00E9lectionn\u00E9]
46
Wrong_or_missing_raster_extent_definition=Emprise d'analyse incorrecte
47
3D_Raster_layers=Couches raster 3D
48
Yes=Oui
49
Fixed_number_of_rows=Nombre de lignes fixe 
50
Could_not_open_selected_file=Impossible d'ouvrir le fichier s\u00E9lectionn\u00E9
51
Are_you_sure_you_want_to_use_it?=\u00CAtes-vous s\u00FBr de vouloir l'utiliser?
52
Capas_vectoriales=Couches vectorielles
53
Remove_them_before_removing_this_one=Retirer-les avant celle-ci 
54
Region=Emprise
55
Clear_log=Supprimer journal des op\u00E9rations
56
Edit=\u00C9diter
57
Paste=Coller
58
Input_layers_are_not_compatible_with_GRASS_usage_\nMust_be_file-based_layers=Couches en entr\u00E9e non compatibles avec l'utilisation de GRASS. Les couches doivent correspondre \u00E0 des fichiers.
59
grass_warning_missing_cmd=Un ou plusieurs interpr\u00E8tes de commandes externes n'ont pas \u00E9t\u00E9 trouv\u00E9s dans la r\u00E9pertoire par d\u00E9faut. Certains modules GRASS pourraient ne pas fonctionner correctement. V\u00E9rifier le log pour plus de d\u00E9tails.
60
toolbox_html=toolbox.html
61
Invalid_no_data_value=Valeur incorrecte pour les cellules sans valeur
62
Wrong_or_missing_parameters_definition=Param\u00E8tres incorrects ou manquants
63
Today=Aujourd'hui
64
Folders=R\u00E9pertoire
65
SEXTANTE_toolbox=Bo\u00EEte \u00E0 outils SEXTANTE
66
[table]=[table]
67
grass_error_color_table=Erreur d'import d'une nouvelle table de couleurs GRASS
68
Table_Field=Colonne
69
Select_all=S\u00E9lectionner tout
70
Mandatory=Couche obligatoire
71
GRASS_use_temp_mapset=Cr\u00E9er un mapset temporaire
72
GRASS_null=Valeur de cellule sans donn\u00E9es
73
Use_internal_names_for_outputs=Utiliser noms internes pour les r\u00E9sultats
74
grass_error_mapset_missing=Le mapset GRASS est introuvable. Ajuster les param\u00E8tres de l'interface GRASS
75
Add_row=Ajouter ligne
76
Edit_help=\u00C9diter l'aide
77
Deselect_all=Tout d\u00E9s\u00E9lectionner
78
Points=Point
79
Errors=Erreurs
80
[New_model]=[Nouveau mod\u00E8le]
81
Vector_layer=Couche vectorielle
82
Autofill_with_numbers=Remplir automatiquement avec des nombres
83
Basic_concepts=Concepts g\u00E9n\u00E9raux
84
Vectorial__polygons=Vectoriel (polygones)
85
3D_Raster_layer=Couche raster 3D
86
Vector_Layer=Couche vectorielle
87
Options=Options
88
grass_windows_shell=Interpr\u00E8te de commandes (sh.exe)
89
grass_warning_postprocess=Les post-traitements n'ont pas fonctionn\u00E9. Le fichier en sortie peut \u00EAtre incomplet ou non valable.
90
Error_or_process_canceled_by_user=Erreur ou processus annul\u00E9 par l'utilisateur
91
Show_active_only=Afficher seulement algorithmes actifs
92
grass_warning_preprocess=Les pr\u00E9-traitements n'ont pas fonctionn\u00E9. Le fichier en sortie peut \u00EAtre incomplet ou non valable.
93
Model_has_been_modified=Le mod\u00E8le a \u00E9t\u00E9 modifi\u00E9
94
No=Non
95
installing_grass=Installation de GRASS en cours
96
grass_error_geometries_none_found=Le fichier en sortie ne contient aucun type de g\u00E9om\u00E9trie valable. V\u00E9rifier la top\u00F4logie dans le mapset
97
grass_warning_geometries_none_found=Le fichier en sortie ne contient aucun type de g\u00E9om\u00E9trie valable. V\u00E9rifier lla topologie dans le fichier en entr\u00E9e.
98
Group=Groupe
99
The_following_URLs_are_wrong_or_not_available=Les adresses URL suivantes sont incorrectes ou non-disponibles -
100
OK=Accepter
101
Output_folder=R\u00E9pertoire de sortie
102
batch_html=batch.html
103
Parameters=Param\u00E8tres
104
Use_extent_from_view=Utiliser l'\u00E9tendue de la vue 
105
Name=Nom
106
GRASS_error_create_temp_mapset=Erreur de cr\u00E9ation d'un mapset temporaire
107
Warnings=Avertissements
108
Table=Table
109
Raster_Layers=Couches matricielles (raster)
110
Autofill_with_field_values=Remplir automatiquement avec les valeurs de colonne
111
grass_warning_title=Probl\u00E8me d'ex\u00E9cution de GRASS
112
Input_type=Type en entr\u00E9e
113
Value_type=Type de valeur
114
Mandatory_input=Entr\u00E9e obligatoire
115
Selection=S\u00E9lection
116
Add_image=Ajouter image
117
grass_shell_url=www.mingw.org/wiki/MSYS
118
Run=Ex\u00E9cuter
119
Wrong_or_missing_region=Emprise d'analyse incorrecte
120
Activate_WPS=Activer WPS
121
Vector_layers=Couches vectorielles
122
[optional]=[optionnel]
123
Delete_model=Supprimer mod\u00E8le
124
Layer=Couche
125
Do_you_want_to_start_a_new_model_without_saving_changes?=Voulez-vous commencer un nouveau mod\u00E8le sans sauvegarder les changements?
126
Number_of_cols_z=Nombre de colonnes (z)
127
More_than_one_month_ago=Plus d'un mois auparavant
128
graph-chart=graphique/tableau
129
Boolean_value=Valeur bool\u00E9enne
130
Delete_row=Supprimer ligne
131
grass_error_shell_missing=Interpr\u00E8te de commandes (sh.exe) manquant. Ajuster les param\u00E8tres de configuration. Un interpr\u00E8te de commandes pour Windows peut \u00EAtre trouv\u00E9 ici \:
132
Add=Ajouter
133
Files=Fichiers
134
Coordinate=Coordonn\u00E9e
135
Multiple_input=Entr\u00E9e multiple
136
Extent__values=\u00C9tendue (valeurs)
137
Invalid_description=Description incorrecte
138
Modify_output_names=Modifier nom des sorties
139
Search=Rechercher
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff