Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has

This commit is contained in:
Chris Morgan
2005-09-30 02:25:07 +00:00
committed by WineHQ
parent 2311d4d572
commit 9242a68c4a
375 changed files with 26623 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
// I18N constants
// LANG: "de", ENCODING: UTF-8
// translated: gocher / udo.schmal@t-online.de
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
// messages
"Substitute this occurrence?": "Treffer ersetzen?",
"Enter the text you want to find": "Geben Sie einen Text ein den Sie finden möchten",
"Inform a replacement word": "Geben sie einen Text zum ersetzen ein",
"found items": "alle Treffer",
"replaced items": "ersetzte Treffer",
"found item": "Treffer",
"replaced item": "ersetzter Treffer",
"not found": "kein Teffer",
// window
"Find and Replace": "Suchen und ersetzen",
"Search for:": "Suchen nach:",
"Replace with:": "Ersetzen durch:",
"Options": "Optionen",
"Whole words only": "Ganze Wörter",
"Case sensitive search": "Groß-/Kleinschreibung",
"Substitute all occurrences": "alle Treffer ersetzen",
"Clear": "Nächstes ersetzen",
"Highlight": "Hervorheben",
"Undo": "Rückgängig",
"Next": "Nächster",
"Done": "Fertig"
}

View File

@@ -0,0 +1,26 @@
// I18N constants
// LANG: "fr", ENCODING: UTF-8
{
// messages
"Substitute this occurrence?": "Remplacer cette occurrence ?",
"Enter the text you want to find": "Texte à trouver",
"Inform a replacement word": "Geben sie einen Text zum ersetzen ein",
"found items": "éléments trouvés",
"replaced items": "éléments remplacés",
"found item": "élément trouvé",
"replaced item": "élément remplacé",
"not found": "non trouvé",
// window
"Find and Replace": "Chercher et Remplacer",
"Search for:": "Chercher",
"Replace with:": "Remplacer par",
"Options": "Options",
"Whole words only": "Mots entiers seulement",
"Case sensitive search": "Recherche sensible à la casse",
"Substitute all occurrences": "Remplacer toutes les occurences",
"Clear": "Effacer",
"Highlight": "Surligner",
"Undo": "Annuler",
"Next": "Suivant",
"Done": "Fin"
}

View File

@@ -0,0 +1,28 @@
// I18N constants
// LANG: "no", ENCODING: UTF-8
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
{
// messages
"Substitute this occurrence?": "Vennligst bekreft at du vil erstatte?",
"Enter the text you want to find": "Skriv inn teksten du ønsker å finne",
"Inform a replacement word": "Vennligst skriv inn et erstattningsord / settning",
"found items": "forekomster funnet i søket",
"replaced items": "forekomster erstattet",
"found item": "Treff",
"replaced item": "erstattet treff",
"not found": "ikke funnet",
// window
"Find and Replace": "Søk og erstatt",
"Search for:": "Søk etter:",
"Replace with:": "Erstatt med:",
"Options": "Valg",
"Whole words only": "Bare hele ord",
"Case sensitive search": "Skille mellom store og små bokstaver",
"Substitute all occurrences": "Erstatt alle treff",
"Clear": "Tøm",
"Highlight": "Uthev",
"Undo": "Tilbake",
"Next": "Neste",
"Done": "Ferdig"
}

View File

@@ -0,0 +1,38 @@
/ I18N constants
// LANG: "pl", ENCODING: UTF-8
// translated: Krzysztof Kotowicz, koto1sa@o2.pl, http://www.eskot.krakow.pl/portfolio
// FOR TRANSLATORS:
//
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
// (at least a valid email address)
//
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
// (if this is not possible, please include a comment
// that states what encoding is necessary.)
{
// messages
"Substitute this occurrence?": "Zamienić to wystąpienie?",
"Enter the text you want to find": "Podaj tekst, jaki chcesz wyszukać",
"Inform a replacement word": "Podaj tekst do zamiany",
"found items": "znalezionych",
"replaced items": "zamienionych",
"found item": "znaleziony",
"replaced item": "zamieniony",
"not found": "nie znaleziony",
// window
"Find and Replace": "Znajdź i zamień",
"Search for:": "Szukaj:",
"Replace with:": "Zamień na:",
"Options": "Opcje",
"Whole words only": "Całe słowa",
"Case sensitive search": "Wg wielkości liter",
"Substitute all occurrences": "Zamień wszystkie wystąpienia",
"Clear": "Wyczyść",
"Highlight": "Podświetl",
"Undo": "Cofnij",
"Next": "Następny",
"Done": "Gotowe"
}

View File

@@ -0,0 +1,35 @@
/*---------------------------------------*\
Find and Replace Plugin for HTMLArea-3.0
by Cau guanabara (independent developer)
e-mail: caugb@ibest.com.br
* Feito no Brasil *
\*---------------------------------------*/
// I18N {pt-br) for FindReplace plugin
{
// mensagens
"Substitute this occurrence?": "Substituir?",
"Enter the text you want to find": "Digite um termo para a busca",
"Inform a replacement word": "Informe um termo para a substituição",
"found items": "itens localizados",
"replaced items": "itens substituídos",
"found item": "item localizado",
"replaced item": "item substituído",
"not found": "não encontrado",
// janela
"Find and Replace": "Localizar e Substituir",
"Search for:": "Localizar:",
"Replace with:": "Substituir por:",
"Options": "Opções",
"Whole words only": "Apenas palavras inteiras",
"Case sensitive search": "Diferenciar caixa alta/baixa",
"Substitute all occurrences": "Substituir todas",
"Highlight": "Remarcar",
"Clear": "Limpar",
"Undo": "Desfazer",
"Next": "Próxima",
"Done": "Concluído"
};