Skip to content

Commit 6490712

Browse files
committed
Added nl1 fragment for swt
Change-Id: I87aeb4006e5ad0410e5de24dcafb865d7adc7114 Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
1 parent af1a077 commit 6490712

16 files changed

Lines changed: 696 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.eclipse.swt.internal.nl1</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.pde.PluginNature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
27+
</natures>
28+
</projectDescription>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4+
org.eclipse.jdt.core.compiler.compliance=1.6
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.source=1.6
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
pluginProject.extensions=false
3+
resolve.requirebundle=false
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Translations
4+
Bundle-SymbolicName: org.eclipse.swt.internal.nl1
5+
Bundle-Version: 1.0.0.qualifier
6+
Fragment-Host: org.eclipse.swt;bundle-version="3.103.0"
7+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#Thu Jun 22 01:01:55 EDT 2006
2+
SWT_Yes=Ja
3+
SWT_No=Nein
4+
SWT_OK=OKeeee!
5+
SWT_Cancel=Erbrechen
6+
SWT_Abort=Stoppen
7+
SWT_Retry=Erneut versuchen
8+
SWT_Ignore=Ignorieren
9+
SWT_Sample=Beispiel
10+
SWT_A_Sample_Text=Beispieltext
11+
SWT_Selection=Auswahl
12+
SWT_Current_Selection=Aktuelle Auswahl
13+
SWT_Font=Schriftart
14+
SWT_Color=Farbe
15+
SWT_Extended_style=Erweiterte Darstellung
16+
SWT_Size=Gr\u00F6\u00DFe
17+
SWT_Style=Darstellung
18+
SWT_Save=Speichern
19+
SWT_Character_set=Zeichensatz
20+
SWT_ColorDialog_Title=Farben
21+
SWT_FontDialog_Title=Schriftarten
22+
SWT_FontSet=Schriftartenangebot
23+
SWT_NewFont=Neue Schriftart
24+
SWT_Remove=Entfernen
25+
SWT_Up=Nach oben
26+
SWT_Down=Nach unten
27+
SWT_Selection=Auswahl
28+
SWT_Charset_Western=Westlich
29+
SWT_Charset_EastEuropean=\u00D6stlich
30+
SWT_Charset_SouthEuropean=S\u00FCdlich
31+
SWT_Charset_NorthEuropean=Nordisch
32+
SWT_Charset_Cyrillic=Kyrillisch
33+
SWT_Charset_Arabic=Arabisch
34+
SWT_Charset_Greek=Griechisch
35+
SWT_Charset_Hebrew=Hebr\u00E4isch
36+
SWT_Charset_Turkish=T\u00FCrkisch
37+
SWT_Charset_Nordic=Nordisch
38+
SWT_Charset_Thai=Thai
39+
SWT_Charset_BalticRim=Baltisch
40+
SWT_Charset_Celtic=Keltisch
41+
SWT_Charset_Euro=Euro
42+
SWT_Charset_Romanian=Rum\u00E4nisch
43+
SWT_Charset_SimplifiedChinese=Vereinfachtes Chinesisch
44+
SWT_Charset_TraditionalChinese=Traditionelles Chinesisch
45+
SWT_Charset_Japanese=Japanisch
46+
SWT_Charset_Korean=Koreanisch
47+
SWT_Charset_Unicode=Unicode
48+
SWT_Charset_ASCII=ASCII
49+
SWT_InputMethods=Eingabemethoden
50+
SWT_Password=Kennwort\:
51+
SWT_Username=Benutzername\:
52+
SWT_Switch=Umschalten
53+
SWT_Press=Dr\u00FCcken
54+
SWT_Open=\u00D6ffnen
55+
SWT_Close=Schlie\u00DFen
56+
SWT_Minimize=Minimieren
57+
SWT_Maximize=Maximieren
58+
SWT_Restore=Wiederherstellen
59+
SWT_ShowList=Liste anzeigen
60+
SWT_FileDownload=Datei herunterladen
61+
SWT_Download_File=Herunterladen\: {0}
62+
SWT_Download_Location=Speichern von {0} von {1}
63+
SWT_Download_Started=Herunterladen...
64+
SWT_Download_Status=Herunterladen\: {0,number,integer} KB von {1,number,integer} KB
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#Thu Jun 22 01:01:55 EDT 2006
2+
SWT_Yes=S\u00ED
3+
SWT_No=No
4+
SWT_OK=Aceptar
5+
SWT_Cancel=Cancelar
6+
SWT_Abort=Terminar anormalmente
7+
SWT_Retry=Reintentar
8+
SWT_Ignore=Omitir
9+
SWT_Sample=Ejemplo
10+
SWT_A_Sample_Text=Ejemplo de texto
11+
SWT_Selection=Selecci\u00F3n
12+
SWT_Current_Selection=Selecci\u00F3n actual
13+
SWT_Font=Font
14+
SWT_Color=Color
15+
SWT_Extended_style=Estilo ampliado
16+
SWT_Size=Tama\u00F1o
17+
SWT_Style=Estilo
18+
SWT_Save=Guardar
19+
SWT_Character_set=Juego de caracteres
20+
SWT_ColorDialog_Title=Colores
21+
SWT_FontDialog_Title=Fonts
22+
SWT_FontSet=Conjunto de fonts
23+
SWT_NewFont=Font nuevo
24+
SWT_Remove=Eliminar
25+
SWT_Up=Subir
26+
SWT_Down=Bajar
27+
SWT_Selection=Selecci\u00F3n
28+
SWT_Charset_Western=occidental
29+
SWT_Charset_EastEuropean=oriental
30+
SWT_Charset_SouthEuropean=meridional
31+
SWT_Charset_NorthEuropean=septentrional
32+
SWT_Charset_Cyrillic=cir\u00EDlico
33+
SWT_Charset_Arabic=\u00E1rabe
34+
SWT_Charset_Greek=griego
35+
SWT_Charset_Hebrew=hebreo
36+
SWT_Charset_Turkish=turco
37+
SWT_Charset_Nordic=n\u00F3rdico
38+
SWT_Charset_Thai=tailand\u00E9s
39+
SWT_Charset_BalticRim=pa\u00EDses b\u00E1lticos
40+
SWT_Charset_Celtic=celta
41+
SWT_Charset_Euro=euro
42+
SWT_Charset_Romanian=rumano
43+
SWT_Charset_SimplifiedChinese=chino simplificado
44+
SWT_Charset_TraditionalChinese=chino tradicional
45+
SWT_Charset_Japanese=japon\u00E9s
46+
SWT_Charset_Korean=coreano
47+
SWT_Charset_Unicode=unicode
48+
SWT_Charset_ASCII=ASCII
49+
SWT_InputMethods=M\u00E9todos de entrada
50+
SWT_Password=Contrase\u00F1a\:
51+
SWT_Username=Nombre de usuario\:
52+
SWT_Switch=Pasar
53+
SWT_Press=Pulsar
54+
SWT_Open=Abrir
55+
SWT_Close=Cerrar
56+
SWT_Minimize=Minimizar
57+
SWT_Maximize=Maximizar
58+
SWT_Restore=Restaurar
59+
SWT_ShowList=Mostrar lista
60+
SWT_FileDownload=Descarga de archivos
61+
SWT_Download_File=Descargar\: {0}
62+
SWT_Download_Location=Guardando {0} de {1}
63+
SWT_Download_Started=Descargando...
64+
SWT_Download_Status=Descargar\: {0,number,integer} KB de {1,number,integer} KB
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#Thu Jun 22 01:01:55 EDT 2006
2+
SWT_Yes=Oui
3+
SWT_No=Non
4+
SWT_OK=OK
5+
SWT_Cancel=Annuler
6+
SWT_Abort=Abandonner
7+
SWT_Retry=Recommencer
8+
SWT_Ignore=Ignorer
9+
SWT_Sample=Exemple
10+
SWT_A_Sample_Text=Exemple de texte
11+
SWT_Selection=S\u00E9lection
12+
SWT_Current_Selection=S\u00E9lection actuelle
13+
SWT_Font=Font
14+
SWT_Color=Couleur
15+
SWT_Extended_style=Style \u00E9tendu
16+
SWT_Size=Taille
17+
SWT_Style=Style
18+
SWT_Save=Enregistrer
19+
SWT_Character_set=Jeu de caract\u00E8res
20+
SWT_ColorDialog_Title=Couleurs
21+
SWT_FontDialog_Title=Polices
22+
SWT_FontSet=Ensemble de polices
23+
SWT_NewFont=Nouvelle police
24+
SWT_Remove=Supprimer
25+
SWT_Up=Monter
26+
SWT_Down=Descendre
27+
SWT_Selection=S\u00E9lection
28+
SWT_Charset_Western=western
29+
SWT_Charset_EastEuropean=eastern
30+
SWT_Charset_SouthEuropean=southern
31+
SWT_Charset_NorthEuropean=northern
32+
SWT_Charset_Cyrillic=cyrillique
33+
SWT_Charset_Arabic=arabe
34+
SWT_Charset_Greek=grec
35+
SWT_Charset_Hebrew=h\u00E9breu
36+
SWT_Charset_Turkish=turc
37+
SWT_Charset_Nordic=nordique
38+
SWT_Charset_Thai=tha\u00EF
39+
SWT_Charset_BalticRim=baltique rim
40+
SWT_Charset_Celtic=celtique
41+
SWT_Charset_Euro=euro
42+
SWT_Charset_Romanian=roumain
43+
SWT_Charset_SimplifiedChinese=chinois simp.
44+
SWT_Charset_TraditionalChinese=chinois trad.
45+
SWT_Charset_Japanese=japonais
46+
SWT_Charset_Korean=cor\u00E9en
47+
SWT_Charset_Unicode=unicode
48+
SWT_Charset_ASCII=ASCII
49+
SWT_InputMethods=M\u00E9thodes d'entr\u00E9e
50+
SWT_Password=Mot de passe \:
51+
SWT_Username=Nom d'utilisateur \:
52+
SWT_Switch=Basculer
53+
SWT_Press=Appuyer
54+
SWT_Open=Ouverture
55+
SWT_Close=Fermer
56+
SWT_Minimize=R\u00E9duire
57+
SWT_Maximize=Agrandir
58+
SWT_Restore=Restaurer
59+
SWT_ShowList=Afficher la liste
60+
SWT_FileDownload=T\u00E9l\u00E9chargement de fichier
61+
SWT_Download_File=T\u00E9l\u00E9chargement \: {0}
62+
SWT_Download_Location=Sauvegarde de {0} \u00E0 partir de {1}
63+
SWT_Download_Started=T\u00E9l\u00E9chargement en cours...
64+
SWT_Download_Status=T\u00E9l\u00E9chargement \: {0,number,integer} ko sur {1,number,integer} ko
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#Thu Jun 22 01:01:55 EDT 2006
2+
SWT_Yes=S\u00EC
3+
SWT_No=No
4+
SWT_OK=OK
5+
SWT_Cancel=Annulla
6+
SWT_Abort=Interrompi
7+
SWT_Retry=Riprova
8+
SWT_Ignore=Ignora
9+
SWT_Sample=Esempio
10+
SWT_A_Sample_Text=Testo di esempio
11+
SWT_Selection=Selezione
12+
SWT_Current_Selection=Selezione corrente
13+
SWT_Font=Tipo di carattere
14+
SWT_Color=Colore
15+
SWT_Extended_style=Stile esteso
16+
SWT_Size=Dimensione
17+
SWT_Style=Stile
18+
SWT_Save=Salva
19+
SWT_Character_set=Insieme di caratteri
20+
SWT_ColorDialog_Title=Colori
21+
SWT_FontDialog_Title=Tipi di carattere
22+
SWT_FontSet=Insieme di tipi di carattere
23+
SWT_NewFont=Nuovo tipo di carattere
24+
SWT_Remove=Rimuovi
25+
SWT_Up=Su
26+
SWT_Down=Gi\u00F9
27+
SWT_Selection=Selezione
28+
SWT_Charset_Western=occidentali
29+
SWT_Charset_EastEuropean=orientali
30+
SWT_Charset_SouthEuropean=area del Mediterraneo
31+
SWT_Charset_NorthEuropean=area settentrionale
32+
SWT_Charset_Cyrillic=cirillici
33+
SWT_Charset_Arabic=arabi
34+
SWT_Charset_Greek=greci
35+
SWT_Charset_Hebrew=ebraici
36+
SWT_Charset_Turkish=turchi
37+
SWT_Charset_Nordic=nordici
38+
SWT_Charset_Thai=thai
39+
SWT_Charset_BalticRim=del Baltico
40+
SWT_Charset_Celtic=celtici
41+
SWT_Charset_Euro=europei
42+
SWT_Charset_Romanian=rumeni
43+
SWT_Charset_SimplifiedChinese=cinesi sempl.
44+
SWT_Charset_TraditionalChinese=cinesi trad.
45+
SWT_Charset_Japanese=giapponesi
46+
SWT_Charset_Korean=coreani
47+
SWT_Charset_Unicode=unicode
48+
SWT_Charset_ASCII=ASCII
49+
SWT_InputMethods=Metodi di input
50+
SWT_Password=Password\:
51+
SWT_Username=Nome utente\:
52+
SWT_Switch=Passa a
53+
SWT_Press=Premi
54+
SWT_Open=Apri
55+
SWT_Close=Chiudi
56+
SWT_Minimize=Riduci a icona
57+
SWT_Maximize=Ingrandisci
58+
SWT_Restore=Ripristina
59+
SWT_ShowList=Mostra elenco
60+
SWT_FileDownload=Download file
61+
SWT_Download_File=Download\: {0}
62+
SWT_Download_Location=Salvataggio di {0} da {1}
63+
SWT_Download_Started=Download in corso...
64+
SWT_Download_Status=Download\: {0,number,integer} KB di {1,number,integer} KB

0 commit comments

Comments
 (0)