Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has
This commit is contained in:
38
xinha/plugins/FindReplace/lang/de.js
Normal file
38
xinha/plugins/FindReplace/lang/de.js
Normal 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"
|
||||
}
|
||||
26
xinha/plugins/FindReplace/lang/fr.js
Normal file
26
xinha/plugins/FindReplace/lang/fr.js
Normal 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"
|
||||
}
|
||||
28
xinha/plugins/FindReplace/lang/no.js
Normal file
28
xinha/plugins/FindReplace/lang/no.js
Normal 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"
|
||||
}
|
||||
38
xinha/plugins/FindReplace/lang/pl.js
Normal file
38
xinha/plugins/FindReplace/lang/pl.js
Normal 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"
|
||||
}
|
||||
35
xinha/plugins/FindReplace/lang/pt_br.js
Normal file
35
xinha/plugins/FindReplace/lang/pt_br.js
Normal 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"
|
||||
};
|
||||
Reference in New Issue
Block a user