Révision 295

tmp/org.txm.rcp/plugin_customization.ini (revision 295)
1
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
2
org.eclipse.equinox.p2.ui.sdk.scheduler/enabled = true
3
org.eclipse.ui/KEY_CONFIGURATION_ID=org.txm.rcp.scheme
4
org.eclipse.core.net.prefs/proxiesEnabled=true
5
org.eclipse.core.net.prefs/systemProxiesEnabled=true 
6

  
7
org.eclipse.equinox.p2.examples.rcp.cloud/groupByCategory=false
8
org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=false
0 9

  
tmp/org.txm.rcp/html/maintopic.html (revision 295)
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2

  
3
<html>
4
<head>
5
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
	<title>Main Topic</title>
7
</head>
8

  
9
<body>
10
<h1>Main Topic</h1>
11
Please enter your text here.
12
</body>
13
</html>
0 14

  
tmp/org.txm.rcp/html/toc.html (revision 295)
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2

  
3
<html>
4
<head>
5
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
	<title>Table of Contents</title>
7
</head>
8

  
9
<body>
10
<h1>Table of Contents</h1>
11
Please enter your text here.
12
</body>
13
</html>
0 14

  
tmp/org.txm.rcp/html/subtopic.html (revision 295)
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2

  
3
<html>
4
<head>
5
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
	<title>Sub Topic</title>
7
</head>
8

  
9
<body>
10
<h1>Sub Topic</h1>
11
Please enter your text here.
12
</body>
13
</html>
0 14

  
tmp/org.txm.rcp/incrust_version_in_splash.sh (revision 295)
1
#!/bin/bash
2
version=`cat ../org.txm.setups/trunk/VERSION`
3

  
4
which convert & which composite
5
if [ $? != 0 ]; then
6
	sudo apt-get install imagemagick
7
fi
8
date=`date +"%Y-%m-%d"`
9

  
10
echo "create label: TXM-$version ($date)"
11
convert -fill "#6d8900" -gravity center -size 240x20 -font "Courier, Bold" -pointsize 19 label:"TXM-$version ($date)" label.gif
12
composite -geometry +60+290 label.gif splash_sansversion.bmp splash-tmp.bmp
13
convert splash-tmp.bmp -colors 4294967296 splash.bmp
14
rm label.gif
15
rm splash-tmp.bmp
tmp/org.txm.rcp/installtreetagger_en.html (revision 295)
1
<? version="1.0" encoding="UTF-8"?>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5
<title>
6
Install TreeTagger
7
</title>
8
</head>
9
<body>
10
<h1>
11
Install TreeTagger tutorial for TXM
12
</h1>
13
<p>
14
To be able to automatically tag morphosyntactically and to lemmatize your corpora during the import process, 
15
you need to install the TreeTagger(*) software and to tell the TXM platform where it was installed. To do so, please follow those simple steps
16
(it's not a complete install of TreeTagger, but a simplified install for TXM):
17
</p>
18
<ol>
19
<li>
20
download the TreeTagger program archive from http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger
21
<ul>
22
<li>
23
Windows: <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-windows-3.2.zip">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-windows-3.2.zip</a>
24
</li>
25
<li>
26
Linux: <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-linux-3.2.tar.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-linux-3.2.tar.gz</a>
27
</li>
28
<li>
29
Mac: <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-MacOSX-3.2-intel.tar.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-MacOSX-3.2-intel.tar.gz</a>
30
</li>
31
</ul>  
32
</li>
33
<li>
34
Unzip in a directory, for example : 
35
<p>
36
Windows: "C:\Program Files\TreeTagger"
37
<br/>
38
Linux: "/home/&lt;username&gt;/TreeTagger"
39
</p>
40
</li>
41
<li>
42
Download a TreeTagger language model file for each language you need to tag a text for (in the UTF8 format, not ISO-Latin-1)
43
<ul>
44
<li>
45
French model (UTF-8): <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/french-par-linux-3.2-utf8.bin.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/french-par-linux-3.2-utf8.bin.gz</a>
46
</li>
47
<li>
48
Old French model BFM - no lemma (UTF-8): <a href="http://bfm.ens-lyon.fr/IMG/zip/rgaqcj.zip">http://bfm.ens-lyon.fr/IMG/zip/rgaqcj.zip</a>
49
</li>
50
<li>
51
Italian model (UTF-8): <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/italian-par-linux-3.2-utf8.bin.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/italian-par-linux-3.2-utf8.bin.gz</a>
52
</li>
53
</ul>
54
</li>
55
<li>
56
Unzip and rename each model file as 'fr.par' for french, 'it.par' for italian and 'afr.par' for old french in the directory of your choice.
57
For example, in a "Models" directory that you create in the TreeTagger directory (where you have unziped TreeTagger archive).
58
</li>
59
<li>
60
Finally, in a running TXM, open the settings (from the menu Tools/Settingss) and edit the TXM / Advanced / NLP / TreeTagger page fields
61
<ol>
62
<li>
63
For the 'TreeTagger install dir' field put the path to the directory where you unzip it
64
</li>
65
<li>
66
For the 'TreeTagger models directory' field put the path to the directory where you put your model files (fr.par, it.par...)
67
</li>
68
</ol>
69
</li>
70
</ol>
71
<p>
72
You can now restart a new import process to test the new tagger.
73
</p>
74
<p>
75
If you can't manage the install process, please contact the TXM users mailing list (txm-users@cru.fr) 
76
after subscription at <a href="https://listes.cru.fr/sympa/subscribe/txm-users">https://listes.cru.fr/sympa/subscribe/txm-users</a>.
77
</p>
78
</p>
79
<p>
80
(*) TreeTagger licence prohibits to deliver TreeTagger embeded in a commercial software. As TXM licence
81
doesn't prevent anyone to do business with TXM, we can not include TreeTagger in the TXM distribution.
82
</p>
83
</body>
84
</html>
85

  
0 86

  
tmp/org.txm.rcp/installtreetagger_fr.html (revision 295)
1
<? version="1.0" encoding="UTF-8"?>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5
<title>
6
Installation de  TreeTagger
7
</title>
8
</head>
9
<body>
10
<h1>
11
Tutoriel d'installation de TreeTagger pour TXM
12
</h1>
13
<p>
14
Pour être en mesure d'automatiser l'étiquetage morphosyntaxique et la lemmatisation de votre corpus au cours du processus d'importation, 
15
vous devez installer le logiciel TreeTagger(*) et indiquer à la plate-forme TXM où il est installé. Pour cela, il vous suffit de suivre les étapes suivantes
16
(il s'agit d'une installation simplifiée - suffisante pour TXM - et non d'une installation complète du logiciel TreeTagger) : 
17
</p>
18
<ol>
19
<li>
20
Télécharger l'archive du programme TreeTagger située à : http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger
21
<ul>
22
<li>
23
Windows : <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-windows-3.2.zip">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-windows-3.2.zip</a>
24
</li>
25
<li>
26
Linux : <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-linux-3.2.tar.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-linux-3.2.tar.gz</a>
27
</li>
28
<li>
29
Mac : <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-MacOSX-3.2-intel.tar.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/tree-tagger-MacOSX-3.2-intel.tar.gz</a>
30
</li>
31
</ul>  
32
</li>
33
<li>
34
Dézipper l'archive dans un répertoire, par exemple : 
35
<p>
36
Windows : "C:\Program Files\TreeTagger"
37
<br/>
38
Linux : "/home/&lt;nom utilisateur&gt;/TreeTagger"
39
</p>
40
</li>
41
<li>
42
Télécharger un fichier de modèle de langue TreeTagger pour chaque langue que vous avez besoin d'étiqueter (au format UTF8, non ISO-Latin-1) 
43
<ul>
44
<li>
45
Modèle français UTF-8: <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/french-par-linux-3.2-utf8.bin.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/french-par-linux-3.2-utf8.bin.gz</a>
46
</li>
47
<li>
48
Modèle ancien français BFM (sans lemme) UTF-8: <a href="http://bfm.ens-lyon.fr/IMG/zip/rgaqcj.zip">http://bfm.ens-lyon.fr/IMG/zip/rgaqcj.zip</a>
49
</li>
50
<li>
51
Modèle italien UTF-8 : <a href="ftp://ftp.ims.uni-stuttgart.de/pub/corpora/italian-par-linux-3.2-utf8.bin.gz">ftp://ftp.ims.uni-stuttgart.de/pub/corpora/italian-par-linux-3.2-utf8.bin.gz</a>
52
</li>
53
</ul>
54
</li>
55
<li>
56
Décompresser et renommer chaque fichier de modèle, en «fr.par» pour le français, «it.par» pour l'italien et «afr.par» pour l'ancien français dans le répertoire de votre choix.
57
Par exemple dans un répertoire "Models" que vous créez dans le répertoire TreeTagger ci-dessus (où vous avez décompressé l'archive de TreeTagger).
58
</li>
59
<li>
60
Enfin, depuis le logiciel TXM, aller dans les préférences (menu Outils/Préférences) et modifier les champs de la page TXM / Avancé / TAL / TreeTagger
61
<ol>
62
<li>
63
Pour le champ 'TreeTagger install dir' mettre le chemin vers le répertoire où vous avez décompressé l'archive de TreeTagger
64
</li>
65
<li>
66
Pour le champ 'TreeTagger models directory' mettre le chemin vers le répertoire où vous avez mis vos fichiers de modèles (fr.par, it.par...)
67
</li>
68
</ol>
69
</li>
70
</ol>
71
<p>
72
Vous pouvez alors relancez un nouveau processus d'importation pour tester le nouvel étiqueteur.
73
</p>
74
<p>
75
Si vous ne parvenez pas aller jusqu'au bout du processus d'installation, veuillez nous contacter via 
76
la liste de diffusion des utilisateurs de TXM (txm-users@cru.fr) après vous être inscrit à l'adresse
77
<a href="https://listes.cru.fr/sympa/subscribe/txm-users">https://listes.cru.fr/sympa/subscribe/txm-users</a>.
78
</p>
79
<p>
80
(*) La licence de diffusion de TreeTagger interdit de livrer TreeTagger embarqué dans un logiciel commercial. 
81
Comme la licence de TXM n'interdit à personne d'avoir une activité commerciale avec TXM, il nous est interdit 
82
d'inclure TreeTagger dans la distribution de TXM.
83
</p>
84
</body>
85
</html>
86

  
0 87

  
tmp/org.txm.rcp/OSGI-INF/l10n/bundle_ru.properties (revision 295)
1
#=
2
#Mon Mar 05 10:02:31 CET 2012=N/A_
3
command.tooltip.69=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
4
command.tooltip.67=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441 \u0432 \u0430\u0440\u0445\u0438\u0432
5
command.label.139=\u0415\u0449\u0451...
6
command.tooltip.66=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u0441\u043a\u0440\u0438\u043f\u0442 R
7
command.tooltip.65=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u043a TRS, \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u043a \u0444\u0430\u0439\u043b\u0443 metadata.csv
8

  
9
command.tooltip.64=\u0418\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 XML-TXM \u0438\u0437 \u043f\u0430\u043f\u043a\u0438
10
command.label.136=\u0417\u0430\u043f\u0440\u043e\u0441
11
command.tooltip.63=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u043d\u0430 \u0437\u0430\u043f\u0440\u043e\u0441
12
command.label.135=\u0424\u0430\u0439\u043b
13
command.label.134=\u041a\u043e\u0440\u043f\u0443\u0441
14
command.tooltip.60=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440 \u0438 \u0441\u043b\u043e\u0432\u0430\u0440\u043d\u044b\u0445 \u0435\u0434\u0438\u043d\u0438\u0446
15
command.label.132=R
16
command.label.131=\u041a\u043e\u0440\u043f\u0443\u0441
17
command.label.130=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
18
category.name.0=TXM
19
command.name.9=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c
20
command.name.8=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 HTML
21
command.name.6=\u0410\u043d\u0430\u043b\u0438\u0437 \u041a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u0439
22
command.name.5=\u041a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441\u044b
23
command.name.2=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435
24
command.name.1=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u041f\u043e\u0434\u043a\u043e\u0440\u043f\u0443\u0441
25
command.name.0=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442 Groovy
26
command.tooltip.58=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
27
command.label.129=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
28
command.label.128=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430 \u0418\u043d\u0434\u0435\u043a\u0441
29
command.label.127=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430 R
30
command.tooltip.55=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
31
command.label.126=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
32
command.tooltip.54=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 SVG
33
command.tooltip.53=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u044b\u0435 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u0430
34
command.label.124=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441
35
command.label.123=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443
36
command.tooltip.51=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
37
command.label.122=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b
38
command.tooltip.50=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 SVG
39
command.label.121=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 R
40
command.label.120=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
41
command.tooltip.49=\u0424\u0410\u041a
42
command.tooltip.46=\u0424\u0410\u041a
43
command.label.118=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441
44
command.tooltip.45=\u0418\u0437 \u043f\u0430\u043f\u043a\u0438 \u0441 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u043c\u0438 \u0444\u0430\u0439\u043b\u0430\u043c\u0438
45
command.label.117=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 R
46
command.tooltip.44=XML/w
47
command.label.116=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
48
command.tooltip.43=XML-TEI BFM
49
command.tooltip.42=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a
50
command.label.114=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441
51
command.label.111=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442 R
52
command.tooltip.39=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u0440\u043f\u0443\u0441\u0430
53
command.label.108=\u0421\u0441\u044b\u043b\u043a\u0438
54
command.label.107=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
55
command.label.106=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
56
command.tooltip.33=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442
57
command.label.105=\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0438
58
command.tooltip.32=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043e\u0440\u043f\u0443\u0441\u0430
59
command.label.104=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443
60
command.label.103=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u044e
61
command.tooltip.30=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u0440\u043f\u0443\u0441 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0435\u0439 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 Alceste
62
command.label.102=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441
63
command.label.101=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 SVG
64
command.tooltip.29=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u0440\u043f\u0443\u0441 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0435\u0439 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 Hyperbase
65
command.tooltip.28=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u0440\u043f\u0443\u0441 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0435\u0439 \u0444\u0430\u0439\u043b csv \u0438 \u0444\u0430\u0439\u043b\u044b cnr
66
command.tooltip.27=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u044d\u0442\u0443 \u0444\u0443\u043d\u043a\u0446\u0438\u044e \u043f\u043e\u0441\u043b\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0435\u0442\u0435 \u0442\u0435\u043a\u0441\u0442 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430
67
command.tooltip.26=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c TXM
68
extension.name=\u041a\u043e\u043c\u0430\u043d\u0434\u044b \u041c\u0430\u0441\u0442\u0435\u0440\u0441\u043a\u043e\u0439
69
menu.label.10=Groovy
70
command.tooltip.19=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0421\u043a\u0440\u0438\u043f\u0442
71
command.tooltip.18=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 HTML
72
command.tooltip.17=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435
73
command.tooltip.10=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u044d\u0442\u043e\u0433\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b TXM
74
menu.tooltip.0=\u0412\u0438\u0434
75
perspective.name= 
76
perspective.name.0= 
77
command.tooltip=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 HTML
78
extension-point.name=N/A_Command
79
command.name=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b
80
page.name.18=\u0421\u043a\u0440\u0438\u043f\u0442\u044b
81
page.name.17=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
82
page.name.16=\u0421\u0441\u044b\u043b\u043a\u0438
83
page.name.12=\u042d\u043a\u0441\u043f\u043e\u0440\u0442
84
page.name.10=\u0430\u043d\u0430\u043b\u0438\u0437 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0439
85
page.name=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c
86
menu.label=\u0424\u0430\u0439\u043b
87
command.tooltip.7=\u0421\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441
88
command.tooltip.4=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u043e\u0431\u044a\u0435\u043a\u0442 \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u0435\u0439
89
command.tooltip.3=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u0439
90
command.tooltip.2=\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b TXM
91
command.tooltip.0=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
92
page.name.9=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
93
page.name.8=NLP
94
page.name.7=TreeTagger
95
page.name.6=\ TXM
96
page.name.5=\u042f\u0437\u044b\u043a
97
page.name.4=\u041f\u043e\u0438\u0441\u043a\u043e\u0432\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430
98
page.name.3=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430
99
page.name.1=\u041a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441\u044b
100
page.name.0=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e
101
commandParameter.name.2=\u0441\u043a\u0440\u0438\u043f\u0442 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
102
commandParameter.name.1=\u0441\u043a\u0440\u0438\u043f\u0442
103
commandParameter.name.0=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u0440\u043f\u0443\u0441\u0430
104
editor.name.16=\u0422\u0435\u0441\u0442\u043e\u0432\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440
105
editor.name.15=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0438\u043c\u043f\u043e\u0440\u0442\u0430
106
editor.name.14=\u041c\u0430\u0441\u0442\u0435\u0440 \u0441\u0441\u044b\u043b\u043e\u043a
107
editor.name.13=\u0424\u0410\u0421
108
editor.name.11=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
109
editor.name.10=\u0413\u0440\u0430\u0444 \u0424\u0410\u0421
110
view.name.7=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435
111
view.name.4=\u0417\u0430\u043f\u0440\u043e\u0441
112
view.name.3=\u0411\u0430\u0437\u0430
113
view.name.2=G. \u041a\u043e\u043d\u0441\u043e\u043b\u044c
114
view.name.1=\u0424\u0430\u0439\u043b
115
view.name.0=\u041f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u044f
116
menu.tooltip=\u0427\u0438\u0442\u0430\u0442\u044c \u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f TXM
117
command.label.99=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u044e
118
command.label.96=\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0430\u044f \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u043c\u043e\u0441\u0442\u044c
119
command.label.94=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
120
command.label.92=\u042d\u043a\u0441\u043f\u043e\u0440\u0442
121
command.label.8=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0420\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435
122
editor.name.8=\u041f\u0430\u0440\u0430\u0431\u0440\u0430\u0443\u0437\u0435\u0440
123
command.label.7=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e\u0434\u043a\u043e\u0440\u043f\u0443\u0441
124
command.label.6=\u0412\u044b\u0439\u0442\u0438
125
editor.name.6=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u043f\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c
126
editor.name.5=\u0418\u0437\u0434\u0430\u043d\u0438\u0435
127
command.label.4=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
128
editor.name.4=\u0422\u0435\u043a\u0441\u0442
129
editor.name.2=\u041a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441\u044b
130
editor.name.1=Multitab
131
command.label.0=CNR + CSV
132
editor.name.0=\u0418\u043d\u0434\u0435\u043a\u0441
133
command.label=\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0444\u0430\u0439\u043b HTML
134
category.description=\u0422\u0435\u043a\u0441\u0442\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b
135
command.label.89=\u0421\u043b\u043e\u0432\u0430\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430
136
command.label.87=\u042d\u043a\u0441\u043f\u043e\u0440\u0442
137
command.label.85=\u0424\u0410\u0421
138
command.label.84=\u0421\u043b\u043e\u0432\u0430\u0440\u044c
139
command.label.80=\u0424\u0410\u0421
140
category.name=TXM
141
command.label.79=\u0421\u043b\u043e\u0432\u0430\u0440\u044c
142
command.label.78=TXT + CSV
143
command.label.76=XML-TEI BFM
144
command.label.75=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a
145
command.label.74=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441
146
command.label.73=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u043a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441
147
command.label.71=\u0418\u0437\u0434\u0430\u043d\u0438\u0435
148
commandParameter.name=\u0424\u0430\u0439\u043b
149
command.name.66=\u0412\u044b\u043f\u043e\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b Groovy
150
command.name.65=IndexToCooccurrence
151
command.name.64=CopySelection
152
command.name.63=Open Biblio
153
command.name.62=OpenImportForm
154
command.name.61=show svg help
155
command.name.60=SubmitRcode
156
command.label.67=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c TreeTagger
157
command.label.66=\u0418\u043d\u0434\u0435\u043a\u0441
158
command.label.65=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
159
command.label.62=Alceste
160
command.label.61=Hyperbase
161
command.label.60=\u0411\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 (FR)
162
command.name.59=OpenEmptyTextEditor
163
command.name.58=LexiconToIndex
164
command.name.57=RefToConc
165
command.name.56=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
166
command.name.55=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
167
command.name.54=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
168
command.name.52=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441
169
command.name.51=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
170
command.label.59=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
171
command.label.58=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
172
command.label.56=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
173
command.label.55=\u041f\u043e\u0434\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0440\u0430\u0441\u0441\u044b\u043b\u043a\u0443 txm-users
174
command.label.54=\u0417\u0430\u044f\u0432\u043a\u0438 \u043d\u0430 \u043d\u043e\u0432\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438
175
command.label.53=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445
176
command.label.52=Key assist
177
command.label.51=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
178
command.label.50=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
179
command.name.48=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443
180
command.name.47=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b
181
command.description=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c TXM
182
command.name.44=\u0421\u0441\u044b\u043b\u043a\u0438
183
command.name.43=VocToLexicalTable
184
command.name.42=VocToProgress
185
command.name.41=CoocToConc
186
view.name=\u041a\u043e\u0440\u043f\u0443\u0441
187
command.name.40=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
188
command.label.49=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
189
command.label.48=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
190
command.label.45=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b
191
command.label.43=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
192
command.label.41=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0431\u0430\u0437\u0443
193
decorator.label=\u0414\u0435\u043a\u043e\u0440\u0430\u0442\u043e\u0440 R
194
command.label.40=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442
195
command.name.39=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443
196
command.name.38=\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c
197
command.name.37=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
198
command.name.36=ComputeLexicalTable
199
command.name.34=ExportSVG
200
command.name.33=\u041f\u0430\u0440\u0430\u0431\u0440\u0430\u0443\u0437\u0435\u0440
201
command.name.31=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a
202
command.name.30=IndexToConcordances
203
command.label.39=\u0414\u043e\u0431\u0430\u0432\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
204
command.label.37=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0430\u0437\u0443
205
command.label.36=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442
206
command.name.29=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0438\u0437\u0434\u0430\u043d\u0438\u0435
207
command.name.28=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u043a\u043e\u0440\u043f\u0443\u0441 \u0438\u0437 \u0431\u0443\u0444\u0435\u0440\u0430 \u043e\u0431\u043c\u0435\u043d\u0430 (FR)
208
command.name.26=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
209
command.tooltip.91=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c
210
command.name.25=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
211
command.tooltip.90=Open biblio
212
command.name.24=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
213
command.name.23=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
214
command.name.22=\u0412\u044b\u043f\u043e\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
215
editor.name=\u0413\u0440\u0430\u0444\u0438\u043a\u0438 SVG
216
command.name.20=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0443\u044e \u043c\u0430\u0448\u0438\u043d\u0443
217
menu.label.9=\u0412\u0438\u0434\u044b
218
menu.label.8=\u041f\u0435\u0440\u0441\u043f\u0435\u043a\u0442\u0438\u0432\u044b
219
menu.label.7=\u0412\u0438\u0434
220
menu.label.6=\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b
221
command.label.25=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438
222
command.label.24=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
223
command.label.23=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
224
menu.label.2=\u041f\u043e\u043c\u043e\u0449\u044c
225
command.label.22=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 HTML
226
menu.label.1=\u041a\u043e\u0440\u043f\u0443\u0441
227
command.label.21=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435
228
menu.label.0=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
229
command.tooltip.89=Open biblio
230
command.tooltip.88=Open file in browser
231
command.tooltip.87=Open edition
232
command.tooltip.85=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 \u0438\u043b\u0438 \u0441\u043a\u0440\u0438\u043f\u0442
233
command.tooltip.84=\u041d\u043e\u0432\u044b\u0439 \u0441\u0435\u0430\u043d\u0441
234
command.label.156=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b Groovy
235
command.tooltip.83=\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 SVG 
236
command.label.155=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435
237
command.name.17=\u041f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441
238
command.tooltip.82=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441 \u0432 \u043e\u0442\u0447\u0435\u0442
239
command.label.154=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
240
command.name.16=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442
241
command.tooltip.81=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u044b
242
command.label.153=Execute import script
243
command.name.15=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442
244
command.tooltip.80=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 R
245
command.label.152=Execute import script
246
command.name.14=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0431\u0430\u0437\u0443
247
command.label.151=Execute import script
248
command.name.13=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0430\u0437\u0443
249
command.label.150=Execute import script
250
command.name.12=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442
251
command.name.11=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0435\u043a\u0442
252
command.name.10=\u0412\u044b\u043f\u043e\u043b\u0438\u043d\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0430\u043a \u0441\u043a\u0440\u0438\u043f\u0442 Groovy
253
command.label.14=\u041e \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 TXM
254
command.label.11=\u041a\u043e\u043d\u043a\u043e\u0440\u0434\u0430\u043d\u0441\u044b
255
command.tooltip.79=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
256
command.tooltip.77=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441 \u0432 \u0430\u0440\u0445\u0438\u0432
257
command.label.149=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 \u0421\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u0443\u044e \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u043c\u043e\u0441\u0442\u044c
258
command.tooltip.76=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443
259
command.label.148=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c
260
command.tooltip.75=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b
261
command.label.147=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c
262
command.tooltip.74=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 R
263
command.label.146=\u0411\u0438\u0431\u043b\u0438\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c
264
command.tooltip.73=\u041a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f
265
command.tooltip.71=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441 \u0432 \u0430\u0440\u0445\u0438\u0432
266
command.label.143=\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c
267
command.tooltip.70=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0432 R
268
command.label.142=\u041d\u043e\u0432\u044b\u0439 \u0441\u0435\u0430\u043d\u0441
269
command.label.141=\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 SVG 
270
product.name = TXM
271
editor.name.17 = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
272
page.name.2 = \u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u043f\u043e \u0444\u0430\u0439\u043b\u0430\u043c
273
page.name.19 = \u0418\u043c\u043f\u043e\u0440\u0442
274
command.label.1 = XML/w + CSV
275
command.label.2 = XML-PPS
276
command.tooltip.1 = XML-PPS
277
command.label.3 = XML-TRS + CSV
278
command.tooltip.5 = XML-TRS
279
command.label.5 = XML-TEI-BFM
280
command.tooltip.8 = XML-TEI-BFM
281
command.label.9 = XML-TEI Frantext
282
command.tooltip.9 = XML-TEI Frantext
283
command.label.12 = XML-TEI TXM
284
command.tooltip.11 = XML-TEI TXM
285
command.label.13 = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441 TXM 0.5
286
command.tooltip.12 = \u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u043a\u043e\u0440\u043f\u0443\u0441 TXM 0.5 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442 TXM 0.6
287
menu.label.3 = \u0418\u0437\u0434\u0430\u043d\u0438\u0435
288
command.label.15 = \u041f\u043e\u0438\u0441\u043a...
289
command.label.16 = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
290
command.label.17 = \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c
291
command.label.18 = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
292
command.label.19 = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
293
command.label.20 = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
294
command.label.27 = \u0423\u0434\u0430\u043b\u0438\u0442\u044c
295
command.label.28 = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0451
296
command.label.29 = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
297
command.label.30 = \u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430
298
command.label.31 = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
299
command.label.32 = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
300
command.label.33 = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
301
command.label.34 = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u0442\u0440\u043e\u043a\u0438
302
command.tooltip.13 = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
303
command.label.35 = \u0412\u044b\u043f\u043e\u043b\u0438\u043d\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
304
command.tooltip.14 = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442
305
command.label.44 = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b
306
command.tooltip.15 = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b
307
command.label.46 = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b
308
command.tooltip.16 = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b
309
command.label.47 = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0444\u0430\u0439\u043b
310
command.tooltip.20 = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c \u0444\u0430\u0439\u043b
311
command.label.57 = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0444\u0430\u0439\u043b
312
command.tooltip.21 = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0444\u0430\u0439\u043b
313
command.label.63 = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
314
command.description.0 = \u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u044b\u0439 \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b
315
command.name.3 = \u041a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u044b\u0439 \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b
316
command.description.1 = Reset corpora
317
command.name.18 = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u0440\u043f\u0443\u0441\u0430
318
command.name.19 = OPENTESTEDITOR
319
command.name.21 = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u0421\u043a\u0440\u0438\u043f\u0442
320
command.name.50 = \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u0422\u0435\u043a\u0441\u0442
321
command.name.67 = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u041a\u0430\u043a
322
command.name.68 = \u0423\u0434\u0430\u043b\u0438\u0442\u044c\u0424\u0430\u0439\u043b
323
command.name.69 = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0424\u0430\u0439\u043b
324
command.name.70 = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c\u0424\u0430\u0439\u043b
325
command.name.71 = \u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c\u0424\u0430\u0439\u043b
326
command.name.72 = \u041a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430
327
command.name.73 = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
328
=N/A_
329
command.label.64 =N/A_ Factiva TXT
330
command.tooltip.22 =N/A_ Factiva TXT
331
command.label.68 =N/A_ Online manual
332
command.tooltip.23 =N/A_TXM online manual
333
command.label.69 =N/A_ Textometrie project web site
334
command.label.70 =N/A_ TXM manuals directory
335
command.label.72 =N/A_ Textometrie project documentation
336
command.label.77 =N/A_ Send to index
337
command.name.74 =N/A_ Open localized HTML page
338
commandParameter.name.3 =N/A_ web page key
339
command.name.75 =N/A_ Send to concordance
340
command.name.76 =N/A_ Send to index
341
command.name.77 =N/A_ Send to progression
342
=N/A_
343
command.label.81 =N/A_ XML-TMX
344
command.tooltip.24 =N/A_ XML-TMX
345
command.label.82 =N/A_ CWB
346
command.tooltip.25 =N/A_ CWB
347
command.label.83 =N/A_ New
348
command.label.86 =N/A_ Save
349
command.label.88 =N/A_ Save All
350
command.label.90 =N/A_ Close
351
command.label.93 =N/A_ Close all
352
command.label.98 =N/A_ Find next
353
command.label.100 =N/A_ Find Previous
354
command.label.109 =N/A_ Incremental Find
355
command.label.110 =N/A_ Incremental Find (reverse)
356
command.label.113 =N/A_ Goto line
357
command.label.133 =N/A_ Open URL
358
command.label.140 =N/A_ Show Line Numbers
359
command.label.144 =N/A_ Toggle Show Whitespace Characters
360
command.tooltip.31 =N/A_ Toggle Show Whitespace Characters
361
command.label.145 =N/A_ Revert to saved
362
command.label.157 =N/A_ New window
363
command.label.158 =N/A_ New
364
command.tooltip.34 =N/A_ Creates a new File
365
command.label.159 =N/A_ Search and Replace
366
command.label.160 =N/A_ Find previous
367
command.label.161 =N/A_ Find next
368
command.label.162 =N/A_ Find incremental
369
command.label.163 =N/A_ Find incremental (reverse)
370
command.label.164 =N/A_ Revert to save
371
command.label.165 =N/A_ Select All
372
command.label.166 =N/A_ Goto
373
command.label.167 =N/A_ Hyperlink
374
command.label.168 =N/A_ Show line numbers
375
command.label.169 =N/A_ Show Control characters
376
command.tooltip.35 =N/A_ Toggle Show Whitespace Characters
377
command.label.170 =N/A_ Execute current script
378
command.label.171 =N/A_ Execute selected text
379
command.tooltip.36 =N/A_ Execute selected text
380
command.label.172 =N/A_ Execute a Groovy script
381
command.tooltip.37 =N/A_ Execute a Groovy script from a file
382
=N/A_
383
editor.name.18 =N/A_ Classification
384
command.label.173 =N/A_ Welcome
385
command.label.174 =N/A_ Download the manual
386
command.label.175 =N/A_ Test all commands
387
command.tooltip.38 =N/A_ Starts a long process to test all the available commands
388
command.name.78 =N/A_ Tests commands
389
command.label.34 = Add a third-party extension
0 390

  
tmp/org.txm.rcp/OSGI-INF/l10n/bundle_fr.properties (revision 295)
1
#
2
#Thu Jul 25 14:48:07 CEST 2013
3
command.tooltip.67=Exporter dans un fichier
4
command.label.139=Autres...
5
command.label.136=Requête
6
command.tooltip.63=Calculer les références d'une requête
7
command.label.135=Fichier
8
command.label.134=Corpus
9
command.label.133=Hyperlien
10
command.tooltip.60=Calculer la synthèse des propriétés du corpus
11
command.label.132=R
12
command.label.131=Corpus
13
command.label.130=Coller
14
category.name.0=TXM
15
command.name.9=Propriétés
16
command.name.8=Afficher dans un lecteur HTML
17
command.name.6=Analyse des Correspondances
18
command.name.5=Concordances
19
command.name.3=Convertir ancien fichier binaire
20
command.name.2=Créer une Partition
21
command.name.1=Créer un Sous-Corpus
22
command.name.0=Exécuter un Script Groovy
23
command.tooltip.59=Lire les propriétés des mots du corpus
24
command.tooltip.58=Calculer une table lexicale
25
command.label.129=Copier
26
command.label.128=Envoyer vers l'Index
27
product.name=TXM
28
command.label.127=Envoyer vers R
29
command.label.126=Classification
30
command.tooltip.54=Exporter au format SVG...
31
command.tooltip.53=Calculer les cooccurrents d'une requête
32
command.label.124=Exporter
33
command.tooltip.52=Lire les propriétés des mots du corpus
34
command.label.123=Nouveau dossier
35
command.tooltip.51=Calculer une table lexicale
36
command.label.122=Nouveau fichier
37
command.label.121=Envoyer vers R
38
command.label.120=Classification
39
command.tooltip.49=Calculer l'Analyse Factorielle des Correspondances
40
command.tooltip.48=Tester les modules d'import
41
command.tooltip.47=Contribuer à TXM
42
command.label.118=Exporter
43
command.tooltip.45=Exécuter un script d'import sur un dossier de fichiers source
44
command.label.117=Envoyer vers R
45
command.tooltip.44=XML/w + CSV
46
command.label.116=Classification
47
command.tooltip.42=Changer la langue de l'interface
48
command.label.114=Exporter
49
command.tooltip.41=Réponses aux questions les plus fr�quentes
50
command.label.113=Aller à la ligne...
51
command.tooltip.40=Lire les propriétés des mots du corpus
52
command.label.110=Recherche incrémentielle (invers�e)
53
command.tooltip.39=Lire l'édition
54
command.tooltip.38=Lancer un long processus de test de toute les commandes disponibles
55
command.tooltip.37=Exécuter un script Groovy
56
command.label.109=Recherche incrémentielle
57
command.tooltip.36=Exécuter le texte sélectionné
58
command.label.108=Références
59
command.tooltip.35=Afficher les caract�res non imprimables
60
command.label.107=Importer une table
61
command.tooltip.34=Cr�� un nouveau fichier
62
command.label.106=Exporter la table pour ré-import
63
command.tooltip.33=Supprimer l'objet s�lectionn�
64
command.label.105=Fusionner les lignes
65
command.tooltip.32=Lire l'�dition
66
command.label.104=Supprimer la ligne
67
command.tooltip.31=Afficher les caract�res non imprimables
68
command.label.103=Envoyer vers progression
69
command.tooltip.30=Importer un corpus au format Alceste
70
command.label.102=Envoyer vers concordances
71
command.label.101=Graphique...
72
command.label.100=Trouver pr�c�dent
73
command.tooltip.29=Importer un corpus au format Hyperbase
74
command.tooltip.28=Importer un corpus au format CNR
75
command.tooltip.27=Importer un corpus depuis le presse-papier
76
command.tooltip.26=Red�marrer les moteurs de TXM
77
command.tooltip.25=Importer un corpus au format CWB
78
command.tooltip.24=Importer un corpus au format XML-TMX
79
command.tooltip.23=Lire la version HTML du manuel de TXM
80
command.tooltip.22=Importer un corpus au format Factiva TXT
81
command.tooltip.21=Coller le fichier
82
command.tooltip.20=Couper le fichier
83
extension.name=Commandes de l'Atelier
84
menu.label.10=Groovy
85
command.tooltip.19=Ex�cuter le Script
86
command.tooltip.18=Ouvrir un fichier dans un navigateur
87
command.tooltip.17=Ouvrir un fichier dans un �diteur de texte
88
command.tooltip.16=Copier le fichier
89
command.tooltip.15=Supprimer fichier
90
command.tooltip.14=Ex�cuter le script
91
command.tooltip.12=Convertir un corpus binaire TXM 0.5 en binaire TXM 0.6
92
command.tooltip.11=XML-TEI TXM
93
command.tooltip.10=Afficher les propri�t�s de cette instance de la plateforme TXM
94
menu.tooltip.0=Affichage
95
perspective.name= 
96
perspective.name.1= 
97
perspective.name.0= 
98
command.description.2=Test Nils
99
command.description.1=Reset corpora
100
command.description.0=Convertir ancien fichier binaire
101
command.tooltip=Ouvrir dans un navigateur HTML
102
extension-point.name=Commande d''installation
103
command.name=Ouvrir un fichier
104
page.name.19=Import
105
page.name.18=Scripts
106
page.name.17=Classification
107
page.name.16=R�f�rences
108
page.name.12=Export
109
page.name.10=Analyse des correspondances
110
page.name=Utilisateur
111
menu.label=Fichier
112
command.tooltip.9=XML-TEI Frantext
113
command.tooltip.8=XML-TEI BFM
114
command.tooltip.7=Calculer une concordance
115
command.tooltip.5=Import au format XML-TRS de Trasncriber
116
command.tooltip.4=Diviser l'objet s�lectionn� en plusieurs parties
117
command.tooltip.3=S�lectionner un sous-ensemble d'occurrences
118
command.tooltip.2=Quitter la plateforme TXM
119
command.tooltip.1=Import au format XML-PPS de Factiva
120
command.tooltip.0=Afficher les pr�f�rences
121
page.name.9=Description
122
page.name.8=TAL
123
page.name.7=TreeTagger
124
editor.name.22=Navigateur
125
page.name.6=\ TXM
126
page.name.5=Nuage de mot
127
editor.name.21=Nuage de mot
128
editor.name.20=Index de requ�te
129
page.name.4=Moteur de Corpus
130
page.name.2=Explorateur de fichiers
131
page.name.1=Concordances
132
page.name.0=Avancé
133
commandParameter.name.3=cl� web page
134
commandParameter.name.2=import script
135
commandParameter.name.1=script
136
commandParameter.name.0=Corpus Parameter
137
editor.name.19=Vue interne
138
editor.name.18=Classification
139
editor.name.17=Naviguer
140
editor.name.16=Test editor
141
editor.name.15=Paramètres d'import
142
editor.name.14=Référenceur
143
editor.name.13=AFC
144
editor.name.10=Graph AFC
145
view.name.8=Macro
146
view.name.7=Contenu
147
view.name.4=Requête
148
view.name.3=Base
149
view.name.2=G.Console
150
view.name.1=Fichier
151
view.name.0=Progression
152
command.tooltip.233=Télécharger la version PDF du manuel de TXM pour impression
153
menu.tooltip=Lire le Guide Utilisateur de TXM
154
command.label.99=Envoyer vers progression
155
command.label.98=Trouver suivant
156
command.label.94=Table lexicale
157
command.label.93=Tout fermer
158
command.label.9=XML-TEI Frantext
159
command.label.8=Partition
160
editor.name.8=ParaBrowser
161
command.label.7=Sous-Corpus
162
command.label.90=Fermer
163
command.label.6=Quitter
164
editor.name.6=Exploreur d'object
165
command.label.5=XML-TEI BFM
166
editor.name.5=�dition
167
command.label.4=Pr�f�rences
168
editor.name.4=Texte
169
command.label.3=XML Transcriber +CSV
170
command.label.2=XML Factiva
171
editor.name.2=Concordances
172
command.label.1=XML/w + CSV
173
editor.name.1=Multitab
174
command.label.0=CNR + CSV
175
command.name.86=Index de requ�te vers Table lexicale
176
editor.name.0=Index
177
command.name.85=Test Nils
178
command.label=Ouvrir dans un navigateur...
179
command.name.84=Test imports
180
command.name.83=CoocMatrix
181
command.name.82=Index de requ�te
182
command.name.81=Distance intertextuelle
183
command.name.80=Cr�erMacro
184
category.description=Commandes de Textometrie
185
command.label.89=Table lexicale
186
command.label.88=Tout sauvegarder
187
command.label.86=Sauvegarder
188
command.label.85=AFC
189
command.label.84=Lexique
190
command.label.83=Nouveau fichier
191
command.label.82=CWB
192
command.label.81=XML-TMX
193
command.name.79=Ex�cuter la Macro
194
category.name=TXM
195
command.name.78=Tester toutes les commandes
196
command.name.77=Envoyer vers la progression
197
command.name.76=Envoyer vers l'Index
198
command.name.75=Envoyer vers la concordance
199
command.name.74=Ouvrir page web par langue
200
command.name.73=Naviguer
201
command.name.72=Encodage Caracteres
202
command.name.71=Couper
203
command.name.70=Coller
204
command.label.79=Lexique
205
command.label.78=TXT + CSV
206
command.label.77=Envoyer vers l'Index
207
command.label.75=Changer la langue
208
command.label.74=Envoyer vers les concordances
209
command.label.73=Envoyer vers les concordances
210
command.label.72=Documentation du projet Textom�trie
211
command.label.71=�dition
212
command.label.70=Dossier des manuels de TXM
213
command.name.69=Copier
214
commandParameter.name=Fichier
215
command.name.68=Supprimer
216
command.name.67=Sauver Sous
217
command.name.66=Ex�cuter un fichier Groovy
218
command.name.65=IndexToCooccurrence
219
command.name.64=CopySelection
220
command.name.63=Ouvrir Biblio
221
command.name.62=OuvrirFormulaireImport
222
command.name.61=afficher l'aide svg
223
command.name.60=SoumettreRcode
224
command.label.69=Site web du projet Textom�trie
225
command.label.68=Lire le manuel en ligne
226
command.label.67=Installer TreeTagger
227
command.label.66=Index
228
command.label.65=Supprimer
229
command.label.64=Factiva TXT
230
command.label.62=Alceste
231
command.label.61=Hyperbase
232
command.label.60=Presse-papier
233
command.name.59=OpenEmptyTextEditor
234
command.name.58=LexiconToIndex
235
command.name.57=RefToConc
236
command.name.56=Coller
237
command.name.55=Copier
238
command.name.54=Classification
239
command.name.52=Corpus au format binaire...
240
command.name.51=R�glages
241
command.name.50=Ex�cuter Text
242
command.label.59=Red�marrer les moteurs
243
command.label.58=Exporter les donn�es
244
command.label.57=Coller
245
command.label.56=Site web du logiciel TXM
246
command.label.55=S'inscrire � la liste de diffusion txm-users
247
command.label.54=Proposer une am�lioration
248
command.label.53=Signaler un bug
249
command.label.52=Raccourcis clavier
250
command.label.51=Donn�es...
251
command.label.50=Charger
252
command.label.187=Cr�er une macro � partir d'un template
253
command.label.186=�diter
254
command.label.185=Vue interne
255
command.name.48=Nouveau dossier
256
command.name.47=Nouveau fichier
257
command.label.183=Vue interne
258
command.description=Red�marrer TXM
259
command.label.182=Ajouter une extension
260
command.label.181=V�rifier les mises � jour
261
command.name.44=R�f�rences
262
command.label.180=Tester les modules d'imports
263
command.name.43=VocToLexicalTable
264
command.name.42=VocToProgress
265
command.name.41=CoocToConc
266
view.name=Corpus
267
command.label.49=Description
268
command.label.48=Description
269
command.label.47=Couper
270
command.label.46=Copier
271
command.label.45=�diter...
272
command.label.44=Supprimer
273
decorator.label=R Decorator
274
command.label.179=Contribuer
275
command.label.178=FAQ
276
command.label.177=Macro
277
command.label.176=Vue interne
278
command.label.175=Tester toutes les commandes
279
command.label.174=Télécharger le manuel - PDF
280
command.name.37=Supprimer
281
command.label.173=Bienvenue
282
command.name.36=ComputeLexicalTable
283
command.label.172=Ex�cuter un script Groovy
284
command.label.171=Ex�cuter le texte s�lectionn�
285
command.name.34=ExportSVG
286
command.label.170=Ex�cuter le script courant
287
command.name.33=Parabrowser
288
command.name.31=Changer la langue
289
command.name.30=IndexToConcordances
290
command.label.37=Ajouter une Base
291
command.label.36=Ajouter un Projet
292
command.label.31=Nils
293
command.label.30=Encodage des caract�res
294
command.label.169=Show Control characters
295
command.label.168=Afficher les num�ros de ligne
296
command.label.167=Hyperlien
297
command.label.166=Aller � la ligne...
298
command.name.29=Ouvre l'�dition
299
command.label.165=Tout s�lectionner
300
command.name.28=Importe un corpus depuis le presse-papier (FR)
301
command.tooltip.92=Cr�er une macro
302
command.label.164=Retour � l'�tat initial du fichier
303
command.label.163=Recherche incr�mentielle (invers�e)
304
command.tooltip.91=Ouvrir biblio
305
command.name.26=Supprimer
306
command.label.162=Recherche incr�mentielle
307
command.name.25=Red�marrer
308
command.label.161=Trouver le suivante
309
command.name.24=Exporter les donn�es
310
command.label.160=Trouver le pr�c�dent
311
command.name.23=Description
312
command.name.22=Ex�cuter un Script d'import
313
command.name.21=Ex�cuter Script
314
editor.name=Graphiques SVG
315
command.name.20=Choisir moteur de recherche
316
menu.label.9=Vues
317
command.label.29=Sauver sous...
318
menu.label.8=Perspectives
319
command.label.28=S�lectionner tout
320
menu.label.7=Affichage
321
command.label.27=Supprimer
322
menu.label.6=Outils
323
menu.label.4=Extensions
324
command.label.25=Ex�cuter la s�lection de texte
325
menu.label.3=�dition
326
command.label.24=Propri�t�s
327
menu.label.2=Aide
328
command.label.23=Ex�cuter le Script
329
menu.label.1=Corpus
330
command.label.22=Ouvrir dans un navigateur
331
menu.label.0=Importer
332
command.label.21=Ouvrir dans un �diteur de texte
333
command.label.20=Coller
334
command.label.159=Chercher et remplacer
335
command.tooltip.87=Ouvrir l'�dition
336
command.tooltip.86=Editer la macro
337
command.label.158=Nouveau fichier
338
command.label.157=Nouvelle fen�tre
339
command.tooltip.85=Ex�cuter la s�lection ou le script
340
command.name.19=Ouvrir l'�diteur de test
341
command.tooltip.84=Nouvelle session
342
command.label.156=Ex�cuter un fichier Groovy
343
command.name.18=Supprimer tous les corpus
344
command.tooltip.83=Raccourcis clavier graphiques
345
command.tooltip.82=Ajouter une requ�te au journal
346
command.name.17=Construire un Corpus
347
command.tooltip.81=Copier les requ�tes s�lectionn�es
348
command.name.16=Supprimer un Texte
349
command.tooltip.80=Envoyer vers R
350
command.name.15=Ajouter un Texte
351
command.name.14=Supprimer une Base
352
command.name.13=Ajouter une Base
353
command.name.12=Supprimer un Projet
354
command.name.11=Ajouter un Projet
355
command.name.10=Ex�cuter la s�lection de texte en tant que script Groovy
356
command.label.19=Copier
357
command.label.18=Couper
358
command.label.17=R�tablir
359
command.label.16=Annuler
360
command.label.15=Chercher et Remplacer...
361
command.label.14=� Propos de TXM
362
command.label.13=Charger corpus TXM 0.5
363
command.label.12=XML-TEI TXM
364
command.label.11=Concordances
365
command.tooltip.79=Classification
366
command.label.149=Envoyer vers les cooccurrences
367
command.tooltip.77=Exporter le corpus dans une archive binaire
368
command.label.148=Ouvrir biblio
369
command.tooltip.76=Nouveau dossier
370
command.tooltip.75=Nouveau fichier
371
command.tooltip.74=Envoyer vers R
372
command.label.145=Retour � l'�tat initial du fichier
373
command.tooltip.73=Classification
374
command.label.144=Activer l'affichage des caract�res invisibles
375
command.label.143=Ex�cuter
376
command.tooltip.71=Exporter
377
command.label.142=Nouvelle session
378
command.tooltip.70=Envoyer vers R
379
command.label.141=Raccourcis clavier graphiques
380
command.label.140=Afficher les num�ros de ligne
381
command.label.34=Ajouter une extension tierce
382
editor.name.24=Graphique JFreeChart
383
editor.name.25=Graphique SVG Batik 
384
page.name.20=Moteur de Graphiques
385
page.name.21=JFreeChart
386
product.name.0 = TXM
387
editor.name.23 = TestEMEditor
388
command.label.32 = CooccurrencesList
389
command.label.33 = Documentation des macros
390
command.tooltip.13 = Documentation des macros
391
command.label.35 = Wiki txm-users 
392
command.tooltip.43 = Wiki txm-users
393
command.label.39 = CooccurrencesList
394
command.label.40 = R�-ex�cuter
395
command.tooltip.50 = R�-ex�cuter le dernier script Groovy
396
command.label.41 = CooccurrencesList
397
command.description.3 = Mise � jour de TXM
398
command.name.87 = Mise � jour de TXM
399
command.description.4 = Mise � jour de TXM
400
command.name.88 = Mise � jour de TXM
401
command.name.89 = R�-ex�cuter le dernier script Groovy
402
command.name.91 = DownloadFile
403
scheme.description = TXM binding scheme
404
scheme.name = TXM binding scheme
405
menu.label.5 = Exporter
406
product.name.1 = TXM
407
page.name.22 = Partition
408
command.label.43 = Console
409
command.label.63 = Lire le manuel
410
command.tooltip.64 = Ouvre le manuel PDF avec le lecteur PDF par d�faut
411
command.label.76 = Chat #txm
412
command.tooltip.65 = cannal IRC TXM
413

  
414
command.name.94 = R�initialiser l'affichage
415
command.name.95 = Lire le manuel
416
command.name.96 = TextToConcordance
417
category.name.1 = TXM
418
wizard.name = Corpus
419
wizard.description = Create a corpus from sources files. Then compile indexes to be able to analyse the corpus.
420
wizard.name.0 = Corpus
421
wizard.description.0 = Export a corpus into a .txm file
422
category.name.2 = TXM
423
wizard.name.1 = Corpus
424
wizard.description.1 = Import a corpus from a .txm file
425
category.name.3 = TXM
426
Bundle-Name = org.txm.rcp
427
view.name.9 = R�f�rentiels
428
page.name.23 = Annotation
429
command.label.87 = ODT/DOC/RTF + CSV
430
command.tooltip.66 = Libre Office, Word and RTF import module
431
command.label.92 = XML-XTZ + CSV
432
command.tooltip.88 = XML-XTZ + CSV
433
command.label.111 = Enregistrer les annotations
434
command.label.146 = Mettre � jour le corpus
435
command.label.147 = Recoder le corpus
436
command.label.150 = R�f�rentiels
437
menu.label.12 = Recettes
438
menu.tooltip.1 = Recettes de plugins
439
command.label.151 = Enregistrer les annotations
440
command.label.152 = Mettre � jour le corpus
441
command.label.153 = Recoder le corpus
442
command.label.154 = Enregistrer les annotations
443
command.label.155 = Mettre � jour le corpus
444
command.label.184 = Recoder le corpus
445
command.label.188 = Copier dans le presse-papier
446
command.tooltip.89 = Copier dans le presse-papier
447
command.label.189 = Synchronization des valeurs
448
command.tooltip.90 = Remise � z�ro et recharger des valeurs
449
command.label.190 = Informations
450
command.tooltip.93 = Affiche des informations suppl�mentaires de l'�l�ment s�lectionn�
451
command.label.191 = Ajouter
452
command.tooltip.94 = Ajouter un nouvel �l�ment
453
command.label.192 = Supprimer
454
command.tooltip.95 = Supprimer l'�l�ment s�lectionn�
455
command.name.97 = Enregistrer les annotations
456
command.name.98 = Mettre � jour le corpus
457
command.name.99 = Vue r�f�rentiels
458
command.name.100 = Recoder le corpus
459
command.name.101 = Copier
460
command.name.102 = Recharger
461
command.name.103 = Informations
462
command.name.104 = Supprimer
463
command.name.105 = Ajouter
464
context.description = Le contexte r�f�rentiel
465
context.name = Vue r�f�rentiels
466
command.label.193 = Annotations au format XML-TEI...
467
command.name.106 = Editer le fichier s�lection�
468
command.name.107 = Exporter les annotations en stand-off
0 469

  
tmp/org.txm.rcp/OSGI-INF/l10n/bundle_ru_utf-8.properties (revision 295)
1
#=
2
#Mon Mar 05 10:02:31 CET 2012=N/A_
3
command.tooltip.67=Экспортировать корпус в архив
4
command.label.139=Ещё...
5
command.tooltip.66=Выполнить как скрипт R
6

  
7
command.tooltip.65=Импортировать файлы в форматк TRS, привязанные к файлу metadata.csv
8

  
9
command.tooltip.64=Импортировать файлы в формате XML-TXM из папки
10
command.label.136=Запрос
11
command.tooltip.63=Показать ссылки ответов на запрос
12
command.label.135=Файл
13
command.label.134=Корпус
14
command.tooltip.60=Показать свойства структур и словарных единиц
15
command.label.132=R
16
command.label.131=Корпус
17
command.label.130=Вставить
18
category.name.0=TXM
19
command.name.9=Показать
20
command.name.8=Показать в браузере HTML
21
command.name.6=Анализ Корреляций
22
command.name.5=Конкордансы
23
command.name.2=Создать Распределение
24
command.name.1=Создать Подкорпус
25
command.name.0=Выполнить скрипт Groovy
26
command.tooltip.58=Словарная таблица
27
command.label.129=Копировать
28
command.label.128=Отправить на Индекс
29
command.label.127=Отправить на R
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff