Révision 1931

tmp/org.txm.core/src/java/org/txm/objects/Project.java (revision 1931)
1334 1334

  
1335 1335
	@Override
1336 1336
	public String toString() {
1337
		return this.userName+((this.rcpProject != null && this.rcpProject.getLocation() != null)?" ("+this.rcpProject.getLocation()+")":"");
1337
		return this.userName;//+((this.rcpProject != null && this.rcpProject.getLocation() != null)?" ("+this.rcpProject.getLocation()+")":"");
1338 1338
	}
1339 1339

  
1340 1340
	/**
tmp/org.txm.searchengine.cqp.rcp/OSGI-INF/l10n/bundle.properties (revision 1931)
7 7
command.label.8=Partition
8 8
command.name=Sub-corpus
9 9
command.name.2=Partition
10
command.name.52=Corpus in binary format?
10
command.name.52=Corpus in binary format...
11 11
command.name.63=Open Bibliographic notice
12 12
command.tooltip.4=Build a partition
13 13
command.tooltip.71=Export as a binary file
tmp/org.txm.lexicaltable.rcp/OSGI-INF/l10n/bundle.properties (revision 1931)
6 6
command.name.37=Delete line
7 7
command.name.38=Merge lines
8 8
command.name.39=Export table to re-import
9
command.name.40=Import Lexical Table from file?
9
command.name.40=Import Lexical Table from file...
10 10
command.tooltip=Compute a lexical table
11 11
editor.name=Lexical table
12 12
page.name=Lexical table
tmp/org.txm.rcp/OSGI-INF/l10n/bundle.properties (revision 1931)
26 26
command.description.5   = Delete an object
27 27
command.description.6   = Compute or update the result of a result window
28 28
command.description.7   = Open the preferences pages concerning the current selection
29
command.label           = Open in browser?
29
command.label           = Open in browser...
30 30
command.label.0         = Cordial + CSV
31 31
command.label.1         = XML/w + CSV
32
command.label.10        = a binary corpus (.txm)?
32
command.label.10        = a binary corpus (.txm)...
33 33
command.label.100       = Find previous
34
command.label.101       = Chart?
34
command.label.101       = Chart...
35 35
command.label.104       = Delete line
36 36
command.label.105       = Merge lines
37 37
command.label.106       = Export table to re-import
38 38
command.label.107       = Import table
39 39
command.label.108       = Referencer
40 40
command.label.109       = Find incremental
41
command.label.11        = a folder containing binary corpora?
41
command.label.11        = a folder containing binary corpora...
42 42
command.label.110       = Find incremental (reverse)
43 43
command.label.111       = Save Annotation
44 44
command.label.112       = Execute text selection
45
command.label.113       = Goto line?
45
command.label.113       = Goto line...
46 46
command.label.114       = Export
47 47
command.label.116       = Classification
48 48
command.label.117       = Send to R
......
61 61
command.label.130       = Paste
62 62
command.label.131       = Corpus
63 63
command.label.132       = R
64
command.label.133       = Open URL?
64
command.label.133       = Open URL...
65 65
command.label.134       = Corpus
66 66
command.label.135       = File
67 67
command.label.136       = Query
68 68
command.label.137       = R console
69 69
command.label.138       = R variables
70
command.label.139       = Other?
70
command.label.139       = Other...
71 71
command.label.14        = About TXM
72 72
command.label.140       = Show Line Numbers
73 73
command.label.143       = Submit
......
76 76
command.label.146       = Update corpus
77 77
command.label.147       = Recode corpus
78 78
command.label.149       = Send to cooccurrence
79
command.label.15        = Search and Replace?
79
command.label.15        = Search and Replace...
80 80
command.label.150       = Knowledge repositories
81 81
command.label.151       = Save Annotation
82 82
command.label.152       = Update corpus
......
94 94
command.label.163       = Find incremental (reverse)
95 95
command.label.164       = Revert to initial state of file
96 96
command.label.165       = Select All
97
command.label.166       = Goto line?
97
command.label.166       = Goto line...
98 98
command.label.167       = Hyperlink
99 99
command.label.168       = Show line numbers
100 100
command.label.169       = Show Control characters
......
195 195
command.label.8         = Partition
196 196
command.label.81        = XML-TMX
197 197
command.label.82        = CQP
198
command.label.83        = New?
198
command.label.83        = New...
199 199
command.label.84        = Lexicon
200 200
command.label.85        = Clone all
201 201
command.label.86        = Save
......
237 237
command.name.21         = Execute Script
238 238
command.name.22         = Execute Import Script
239 239
command.name.23         = Description
240
command.name.24         = Export data?
240
command.name.24         = Export data...
241 241
command.name.25         = Restart
242 242
command.name.26         = Delete
243 243
command.name.27         = Refresh Debug view
......
249 249
command.name.32         = Compute
250 250
command.name.33         = Keep
251 251
command.name.34         = Export SVG
252
command.name.35         = Parameters?
252
command.name.35         = Parameters...
253 253
command.name.36         = ComputeLexicalTable
254 254
command.name.37         = Delete
255 255
command.name.38         = Result...
256
command.name.39         = result?
256
command.name.39         = result...
257 257
command.name.4          = Rename result
258
command.name.40         = result parameters?
258
command.name.40         = result parameters...
259 259
command.name.41         = CoocToConc
260 260
command.name.42         = IndexToProgress
261 261
command.name.43         = IndexToLexicalTable
tmp/org.txm.rcp/src/main/java/org/txm/rcp/commands/workspace/LoadBinaryCorpus.java (revision 1931)
206 206
							//System.out.println("Select newly loaded corpus: "+base2.getCorpora().values());
207 207
							CorporaView.select(newProject2.getChildren(MainCorpus.class));
208 208
							StatusLine.setMessage(TXMUIMessages.info_txmIsReady);
209
							Log.info(NLS.bind(TXMUIMessages.P0CorpusLoaded, newProject2));
209 210
						} else {
210 211
							System.out.println("Error: no project loaded.");
211 212
						}
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1931)
236 236
							return Status.CANCEL_STATUS;
237 237
						}
238 238

  
239
						Log.info(TXMUIMessages.ready);
239
						Log.info(TXMUIMessages.info_txmIsReady);
240 240
						monitor.done();
241 241
					} catch (Exception e) {
242 242
						System.out.println(TXMCoreMessages.bind(TXMUIMessages.errorWhileLoadingTXMColon, e));
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1931)
861 861

  
862 862
startJobColonLoadInstallPreferences = Startup: loading installation preferences
863 863

  
864
startingUpP0 = Starting TXM {0} ({1})
864
startingUpP0 = Starting TXM {0}
865 865

  
866 866
startingUpdateFetch = Starting updates retrieval
867 867

  
tmp/org.txm.chartsengine.rcp/OSGI-INF/l10n/bundle.properties (revision 1931)
4 4
command.description=Reset the chart view
5 5
command.description.0=Export the current view
6 6
command.description.1=Copy the current view to clipboard
7
command.label.42=Chart?
7
command.label.42=Chart...
8 8
command.name=Reset view
9 9
command.name.0=Export view
10 10
command.name.1=Copy chart view to clipboard
11
command.name.92=Export chart?
11
command.name.92=Export chart...
12 12
context.name=Chart Editor Context
13 13
editor.name=Chart Editor Part
14 14
extension-point.name=SWT Charts Component Provider
tmp/org.txm.setups/index.html (revision 1931)
3 3
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 4
<meta name="generator" content="ReText 4.1.2">
5 5
<link rel="stylesheet" type="text/css" href="index_files/sf.css">
6
<title>Téléchargements | TXM 0.8.0 beta | Downloads</title>
6
<title>Téléchargements | TXM 0.8.0 | Downloads</title>
7 7
</head>
8 8
<body>
9 9
<hr>
......
14 14
</h1>
15 15
<div style="background-image:url('index_files/TXM-background.jpg');background-repeat: no-repeat;background-position: right;">
16 16

  
17
<p align="center">Version 4</p>
18

  
19 17
<table>
20
<tbody><tr><td><center><a href="TXM_0.8.0b4_Win64_installer.exe"><img src="index_files/windows-icon.png" width="125"><br>Windows 7 et plus (64 bit)</a></center></td>
21
<td><center><a href="TXM_0.8.0b4_Linux64_installer.deb"><img src="index_files/ubuntu-icon.png" width="125"><br>Ubuntu 16.04 et plus</a><br></center></td><td>
22
</td><td><center><a href="TXM_0.8.0b4_MacOSX_installer.pkg"><img src="index_files/macosx-icon.png" width="125"><br>Mac OS X 10.10 et plus</a><br></center></td><td>
18
<tbody><tr><td><center><a href="TXM_0.8.0_Win64_installer.exe"><img src="index_files/windows-icon.png" width="125"><br>Windows 7 et plus (64 bit)</a></center></td>
19
<td><center><a href="TXM_0.8.0_Linux64_installer.deb"><img src="index_files/ubuntu-icon.png" width="125"><br>Ubuntu 16.04 et plus</a><br></center></td><td>
20
</td><td><center><a href="TXM_0.8.0_MacOSX_installer.pkg"><img src="index_files/macosx-icon.png" width="125"><br>Mac OS X 10.10 et plus</a><br></center></td><td>
23 21
</td></tr></tbody></table>
24 22

  
25

  
26
<small>Versions antérieures<br/>
27
<p>
28
<!--
29
b4&nbsp;<a href="TXM_0.8.0b4_Win64_installer.exe">Windows</a>&nbsp;<a href="TXM_0.8.0b4_Linux64_installer.deb">Ubuntu</a>&nbsp;<a href="TXM_0.8.0b4_MacOSX_installer.pkg">Mac OS X</a><br/>
30
-->
31
beta 3&nbsp;<a href="TXM_0.8.0b3_Win64_installer.exe">Windows</a> - <a href="TXM_0.8.0b3_Linux64_installer.deb">Ubuntu</a> - <a href="TXM_0.8.0b3_MacOSX_installer.pkg">Mac OS X</a><br/>
32

  
33
beta 2&nbsp;<a href="TXM_0.8.0b2_Win64_installer.exe">Windows</a> - <a href="TXM_0.8.0b2_Linux64_installer.deb">Ubuntu</a> - <a href="TXM_0.8.0b2_MacOSX_installer.pkg">Mac OS X</a><br/>
34

  
35
beta 1&nbsp;<a href="TXM_0.8.0b1_Win64_installer.exe">Windows</a> - <a href="TXM_0.8.0b1_Linux64_installer.deb">Ubuntu</a> - <a href="TXM_0.8.0b1_MacOSX_installer.pkg">Mac OS X</a><br/>
36
</p>
37
</small>
38

  
39

  
40 23
<h2 id="fr">FRANÇAIS</h2>
41 24

  
42 25
<h2 id="Nouveautés">Nouveautés</h2>

Formats disponibles : Unified diff