[tiled] r591 - in branches/bjorn/src/tiled/mapeditor: dialogs resources
svn@biggeruniverse.com
svn at biggeruniverse.com
Tue Feb 28 10:01:16 PST 2006
Author: bjorn
Date: 2006-02-28 12:01:16 -0600 (Tue, 28 Feb 2006)
New Revision: 591
Modified:
branches/bjorn/src/tiled/mapeditor/dialogs/NewMapDialog.java
branches/bjorn/src/tiled/mapeditor/dialogs/PluginDialog.java
branches/bjorn/src/tiled/mapeditor/resources/gui.properties
branches/bjorn/src/tiled/mapeditor/resources/gui_nl.properties
Log:
Provided more Dutch translation and fixed margins in new map dialog.
Modified: branches/bjorn/src/tiled/mapeditor/dialogs/NewMapDialog.java
===================================================================
--- branches/bjorn/src/tiled/mapeditor/dialogs/NewMapDialog.java 2006-02-27 20:11:27 UTC (rev 590)
+++ branches/bjorn/src/tiled/mapeditor/dialogs/NewMapDialog.java 2006-02-28 18:01:16 UTC (rev 591)
@@ -5,7 +5,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* Adam Turk <aturk at biggeruniverse.com>
* Bjorn Lindeijer <b.lindeijer at xs4all.nl>
*/
@@ -86,10 +86,11 @@
GridBagConstraints c = new GridBagConstraints();
c.anchor = GridBagConstraints.EAST;
c.fill = GridBagConstraints.NONE;
- c.insets = new Insets(5, 0, 0, 0);
+ c.insets = new Insets(5, 0, 0, 5);
mapSize.add(new JLabel(WIDTH_LABEL), c);
c.gridy = 1;
mapSize.add(new JLabel(HEIGHT_LABEL), c);
+ c.insets = new Insets(5, 0, 0, 0);
c.fill = GridBagConstraints.HORIZONTAL;
c.gridx = 1; c.gridy = 0; c.weightx = 1;
mapSize.add(mapWidth, c);
@@ -105,9 +106,11 @@
BorderFactory.createEmptyBorder(0, 5, 5, 5)));
c.gridx = 0; c.gridy = 0; c.weightx = 0;
c.fill = GridBagConstraints.NONE;
+ c.insets = new Insets(5, 0, 0, 5);
tileSize.add(new JLabel(WIDTH_LABEL), c);
c.gridy = 1;
tileSize.add(new JLabel(HEIGHT_LABEL), c);
+ c.insets = new Insets(5, 0, 0, 0);
c.fill = GridBagConstraints.HORIZONTAL;
c.gridx = 1; c.gridy = 0; c.weightx = 1;
tileSize.add(tileWidth, c);
@@ -143,7 +146,9 @@
miscPropPanel.setBorder(BorderFactory.createEmptyBorder(0, 0, 5, 0));
c.gridx = 0; c.gridy = 0; c.weightx = 0;
c.fill = GridBagConstraints.NONE;
+ c.insets = new Insets(5, 0, 0, 5);
miscPropPanel.add(new JLabel(MAPTYPE_LABEL), c);
+ c.insets = new Insets(5, 0, 0, 0);
c.fill = GridBagConstraints.HORIZONTAL;
c.gridx = 1; c.gridy = 0; c.weightx = 1;
miscPropPanel.add(mapTypeChooser, c);
Modified: branches/bjorn/src/tiled/mapeditor/dialogs/PluginDialog.java
===================================================================
--- branches/bjorn/src/tiled/mapeditor/dialogs/PluginDialog.java 2006-02-27 20:11:27 UTC (rev 590)
+++ branches/bjorn/src/tiled/mapeditor/dialogs/PluginDialog.java 2006-02-28 18:01:16 UTC (rev 591)
@@ -5,7 +5,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* Adam Turk <aturk at biggeruniverse.com>
* Bjorn Lindeijer <b.lindeijer at xs4all.nl>
*/
@@ -40,7 +40,7 @@
private static final String DIALOG_TITLE = Resources.getString("dialog.plugins.title");
private static final String INFO_BUTTON = Resources.getString("dialog.plugins.info.button");
private static final String REMOVE_BUTTON = Resources.getString("dialog.plugins.remove.button");
- private static final String CLOSE_BUTTON = Resources.getString("dialog.plugins.close.button");
+ private static final String CLOSE_BUTTON = Resources.getString("general.button.close");
public PluginDialog(JFrame parent, PluginClassLoader pluginLoader) {
super(parent, DIALOG_TITLE, true);
Modified: branches/bjorn/src/tiled/mapeditor/resources/gui.properties
===================================================================
--- branches/bjorn/src/tiled/mapeditor/resources/gui.properties 2006-02-27 20:11:27 UTC (rev 590)
+++ branches/bjorn/src/tiled/mapeditor/resources/gui.properties 2006-02-28 18:01:16 UTC (rev 591)
@@ -29,7 +29,6 @@
dialog.newtileset.tilewidth.label=Tile width:
dialog.newtileset.title=New Tileset
dialog.newtileset.usetransparentcolor.label=Use transparent color
-dialog.plugins.close.button=Close
dialog.plugins.info.button=Info
dialog.plugins.remove.button=Remove
dialog.plugins.title=Available Plugins
@@ -46,6 +45,7 @@
dialog.tilepalette.title=Palette
general.button.browse=Browse...
general.button.cancel=Cancel
+general.button.close=Close
general.button.ok=OK
general.file.exists.message=The file already exists. Do you wish to overwrite it?
general.file.untitled=Untitled
Modified: branches/bjorn/src/tiled/mapeditor/resources/gui_nl.properties
===================================================================
--- branches/bjorn/src/tiled/mapeditor/resources/gui_nl.properties 2006-02-27 20:11:27 UTC (rev 590)
+++ branches/bjorn/src/tiled/mapeditor/resources/gui_nl.properties 2006-02-28 18:01:16 UTC (rev 591)
@@ -1,13 +1,27 @@
+action.layer.add.name=Laag Toevoegen
+action.layer.add.tooltip=Een laag toevoegen
+action.layer.delete.name=Laag Verwijderen
+action.layer.delete.tooltip=De huidige laag verwijderen
+action.layer.duplicate.name=Laag Verdubbelen
+action.layer.duplicate.tooltip=De huidige laag verdubbelen
+action.layer.moveup.name=Laag Omhoog
action.tileset.remove.error.layer-locked.message=Een laag met tiles uit deze tileset is vergrendeld en moet worden\n ontgrendeld voordat de tileset helemaal kan worden verwijderd.
action.tileset.remove.error.title=Fout tijdens verwijderen tileset
+action.zoom.in.name=Zoom In
+action.zoom.out.name=Zoom Uit
dialog.brush.title=Penseel Opties
+dialog.newmap.height.label=Hoogte:
+dialog.newmap.mapsize.title=Map formaat
+dialog.newmap.maptype.label=Type map:
+dialog.newmap.tilesize.title=Tile formaat
+dialog.newmap.title=Nieuwe Map
+dialog.newmap.width.label=Breedte:
dialog.newtileset.autotiles.label=Maak automatisch tiles van de plaatjes
dialog.newtileset.colorchoose.error.title=Fout tijdens het kiezen van de kleur
dialog.newtileset.fromtilesetimg.title=Tileset afbeelding
dialog.newtileset.image.label=Afbeelding:
dialog.newtileset.imgload.error.message=Fout tijdens het lezen van de afbeelding:
dialog.newtileset.import.error.message=Fout tijdens het importeren van de tileset
-dialog.newtileset.import.error=
dialog.newtileset.name.label=Tileset naam:
dialog.newtileset.tileheight.label=Tile hoogte:
dialog.newtileset.tilesetimgref.label=Refereer naar tileset afbeelding
@@ -15,6 +29,11 @@
dialog.newtileset.tilewidth.label=Tile breedte:
dialog.newtileset.title=Nieuwe Tileset
dialog.newtileset.usetransparentcolor.label=Gebruik transparante kleur
+dialog.plugins.info.button=Info
+dialog.plugins.remove.button=Verwijderen
+dialog.plugins.title=Beschikbare Plugins
+dialog.preferences.title=Voorkeuren
+dialog.properties.title=Eigenschappen
dialog.resizemap.currentsize.title=Huidig formaat
dialog.resizemap.height.label=Hoogte:
dialog.resizemap.newsize.title=Nieuw formaat
@@ -23,8 +42,15 @@
dialog.resizemap.width.label=Breedte:
dialog.resizemap.x.label=X:
dialog.resizemap.y.label=Y:
+dialog.tilepalette.title=Palet
general.button.browse=Bladeren...
general.button.cancel=Annuleren
+general.button.close=Sluiten
general.button.ok=OK
general.file.exists.message=Een bestand met dezelfde naam bestaat al. Wil je deze overschrijven?
general.file.untitled=Naamloos
+general.maptype.hexagonal=Hexagonaal (experimenteel)
+general.maptype.isometric=Isometrisch
+general.maptype.oblique=Schuin
+general.maptype.orthogonal=Orthogonaal
+general.maptype.shifted=Verschoven (iso en hex)
More information about the tiled-commit
mailing list