[Pixelle-commit] SF.net SVN: pixelle: [96] trunk/pixelle/src/com/mebigfatguy/pixelle
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-28 21:37:10
|
Revision: 96
http://pixelle.svn.sourceforge.net/pixelle/?rev=96&view=rev
Author: dbrosius
Date: 2008-06-28 14:37:18 -0700 (Sat, 28 Jun 2008)
Log Message:
-----------
move properties file to resource directory
Added Paths:
-----------
trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties
Removed Paths:
-------------
trunk/pixelle/src/com/mebigfatguy/pixelle/pixelle.properties
Deleted: trunk/pixelle/src/com/mebigfatguy/pixelle/pixelle.properties
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/pixelle.properties 2008-06-28 21:36:40 UTC (rev 95)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/pixelle.properties 2008-06-28 21:37:18 UTC (rev 96)
@@ -1,68 +0,0 @@
-/*
- * pixelle - Graphics algorithmic editor
- * Copyright (C) 2008 Dave Brosius
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-ok = OK
-cancel = CANCEL
-reset = RESET
-
-pixelle.title = Pixelle
-
-menu.file.title = File
-menu.file.new = New
-menu.file.open = Open
-menu.file.close = Close
-menu.file.save = Save
-menu.file.saveas = Save As
-menu.file.pagesetup = Page Setup
-menu.file.print = Print
-menu.file.quit = Quit
-
-menu.view.title = View
-menu.view.one_eighth = 12.5%
-menu.view.one_fourth = 25%
-menu.view.one_half = 50%
-menu.view.full_size = 100%
-menu.view.double = 200%
-menu.view.four_times = 400%
-menu.view.eight_times = 800%
-menu.view.fit_to_window = Fit to Window
-
-menu.transform.title = Transform
-menu.transform.options = Options
-menu.transform.transform = Transform
-
-formula.red = p[x,y].r
-formula.green = p[x,y].g
-formula.blue = p[x,y].b
-formula.transparency = p[x,y].t
-formula.selection = p[x,y].s
-
-title.algorithms = Pixel Algorithms
-label.red = (Red)
-label.green = (Green)
-label.blue = (Blue)
-label.transparency = (Transparency)
-label.selection = (Selection)
-
-title.pixel_options = Pixel Options
-title.out_of_bounds_pixels = For out-of-bounds pixels use:
-label.color = Color
-label.border_color = Closest border color
-label.wrapped_color = Wrapped color
-title.pick_color = Pick a color for out of bounds indices
\ No newline at end of file
Copied: trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties (from rev 95, trunk/pixelle/src/com/mebigfatguy/pixelle/pixelle.properties)
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties (rev 0)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties 2008-06-28 21:37:18 UTC (rev 96)
@@ -0,0 +1,68 @@
+/*
+ * pixelle - Graphics algorithmic editor
+ * Copyright (C) 2008 Dave Brosius
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+ok = OK
+cancel = CANCEL
+reset = RESET
+
+pixelle.title = Pixelle
+
+menu.file.title = File
+menu.file.new = New
+menu.file.open = Open
+menu.file.close = Close
+menu.file.save = Save
+menu.file.saveas = Save As
+menu.file.pagesetup = Page Setup
+menu.file.print = Print
+menu.file.quit = Quit
+
+menu.view.title = View
+menu.view.one_eighth = 12.5%
+menu.view.one_fourth = 25%
+menu.view.one_half = 50%
+menu.view.full_size = 100%
+menu.view.double = 200%
+menu.view.four_times = 400%
+menu.view.eight_times = 800%
+menu.view.fit_to_window = Fit to Window
+
+menu.transform.title = Transform
+menu.transform.options = Options
+menu.transform.transform = Transform
+
+formula.red = p[x,y].r
+formula.green = p[x,y].g
+formula.blue = p[x,y].b
+formula.transparency = p[x,y].t
+formula.selection = p[x,y].s
+
+title.algorithms = Pixel Algorithms
+label.red = (Red)
+label.green = (Green)
+label.blue = (Blue)
+label.transparency = (Transparency)
+label.selection = (Selection)
+
+title.pixel_options = Pixel Options
+title.out_of_bounds_pixels = For out-of-bounds pixels use:
+label.color = Color
+label.border_color = Closest border color
+label.wrapped_color = Wrapped color
+title.pick_color = Pick a color for out of bounds indices
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|