Ticket #206 (closed defect: invalid)
i see there are made no changes to the ContextMenu plugin here is the de.js
| Reported by: | gocher / udo.schmal@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_Fullscreen | Version: | |
| Severity: | normal | Keywords: | language |
| Cc: |
Description
I see there are made no changes to the ContextMenu plugin! Ok, then all language-files have mistakes! I wrote that in #158!
Here is the de.js:
// I18N constants
// LANG: "de", ENCODING: UTF-8
// translated: Raimund Meyer xinha@ray-of-light.org
{
"Cut": "Ausschneiden",
"Copy": "Kopieren",
"Paste": "Einfügen",
"Image Properties": "Eigenschaften",
"Show the image properties dialog": "Fenster für die Bildoptionen anzeigen",
"Modify Link": "Link ändern",
"Current URL is": "Aktuelle URL ist",
"Check Link": "Link testen",
"Opens this link in a new window": "Diesen Link in neuem Fenster öffnen",
"Remove Link": "Link entfernen",
"Please confirm that you want to unlink this element.": "Wollen sie diesen Link wirklich entfernen?",
"Link points to:": "Link zeigt auf:",
"Unlink the current element": "Link auf Element entfernen",
"Cell Properties": "Zellenoptionen",
"Show the Table Cell Properties dialog": "Zellenoptionen anzeigen",
"Row Properties": "Zeilenoptionen",
"Show the Table Row Properties dialog": "Zeilenoptionen anzeigen",
"Insert Row Before": "Zeile einfügen vor Position",
"Insert a new row before the current one": "Zeile einfügen vor der aktuellen Position",
"Insert Row After": "Zeile einügen nach Position",
"Insert a new row after the current one": "Zeile einfügen nach der aktuellen Position",
"Delete Row": "Zeile löschen",
"Delete the current row": "Zeile löschen",
"Table Properties": "Tabellenoptionen",
"Show the Table Properties dialog": "Tabellenoptionen anzeigen",
"Insert Column Before": "Spalte einfügen vor Position",
"Insert a new column before the current one": "Spalte einfügen vor der aktuellen Position",
"Insert Column After": "Spalte einfügen nach Position",
"Insert a new column after the current one": "Spalte einfügen nach der aktuellen Position",
"Delete Column": "Spalte löschen",
"Delete the current column": "Spalte löschen",
"Justify Left": "Linksbündig",
"Justify Center": "Zentriert",
"Justify Right": "Rechtsbündig",
"Justify Full": "Blocksatz",
"Make link": "Link erstellen",
"Create a link": "Link erstellen",
"Remove the": "Element",
"Element": "entfernen",
"Please confirm that you want to remove this element:": "Wollen sie dieses Element wirklich entfernen?",
"Remove this node from the document": "Dieses Element aus dem Dokument entfernen",
"Insert paragraph before": "Absatz einfügen vor Position",
"Insert a paragraph before the current node": "Absatz einfügen vor der aktuellen Position",
"Insert paragraph after": "Absatz einfügen nach Position",
"Insert a paragraph after the current node": "Absatz einfügen nach der aktuellen Position",
"How did you get here? (Please report!)": "Wie sind Sie denn hier hin gekommen? (Please report!)"
}
and here is the nl.js (only changed because i understand dutch but doesn't speak it):
// I18N constants
// LANG: "nl", ENCODING: UTF-8
// Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
// 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.)
{
"Cut": "Knippen",
"Copy": "Kopiëren",
"Paste": "Plakken",
"Image Properties": "Eigenschappen afbeelding",
"Modify Link": "Hyperlink aanpassen",
"Check Link": "Controleer hyperlink",
"Remove Link": "Verwijder hyperlink",
"Cell Properties": "Celeigenschappen",
"Row Properties": "Rijeigenschappen",
"Insert Row Before": "Rij invoegen boven",
"Insert Row After": "Rij invoegen onder",
"Delete Row": "Rij verwijderen",
"Table Properties": "Tabeleigenschappen",
"Insert Column Before": "Kolom invoegen voor",
"Insert Column After": "Kolom invoegen na",
"Delete Column": "Kolom verwijderen",
"Justify Left": "Links uitlijnen",
"Justify Center": "Centreren",
"Justify Right": "Rechts uitlijnen",
"Justify Full": "Uitvullen",
"Make link": "Maak hyperlink",
"Remove the": "Verwijder het",
"Element": "element",
"Please confirm that you want to remove this element:": "Is het werkelijk de bedoeling dit element te verwijderen:",
"Remove this node from the document": "Verwijder dit punt van het document",
"How did you get here? (Please report!)": "Hoe kwam je hier? (A.U.B. doorgeven!)",
"Show the image properties dialog": "Laat het afbeeldingseigenschappen dialog zien",
"Modify URL": "Aanpassen URL",
"Current URL is": "Huidig URL is",
"Opens this link in a new window": "Opend deze hyperlink in een nieuw venster",
"Please confirm that you want to unlink this element.": "Is het werkelijk de bedoeling dit element te unlinken.",
"Link points to:": "Hyperlink verwijst naar:",
"Unlink the current element": "Unlink het huidige element",
"Show the Table Cell Properties dialog": "Laat de tabel celeigenschappen dialog zien",
"Show the Table Row Properties dialog": "Laat de tabel rijeigenschappen dialog zien",
"Insert a new row before the current one": "Voeg een nieuwe rij in boven de huidige",
"Insert a new row after the current one": "Voeg een nieuwe rij in onder de huidige",
"Delete the current row": "Verwijder de huidige rij",
"Show the Table Properties dialog": "Laat de tabel eigenschappen dialog zien",
"Insert a new column before the current one": "Voeg een nieuwe kolom in voor de huidige",
"Insert a new column after the current one": "Voeg een nieuwe kolom in na de huidige",
"Delete the current column": "Verwijder de huidige kolom",
"Create a link": "Maak een hyperlink"
}
Change History
Note: See
TracTickets for help on using
tickets.
