[Pixelle-commit] SF.net SVN: pixelle:[277] trunk/pixelle/src/com/mebigfatguy/pixelle/ resources
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-18 19:08:24
|
Revision: 277
http://pixelle.svn.sourceforge.net/pixelle/?rev=277&view=rev
Author: dbrosius
Date: 2009-07-18 19:08:16 +0000 (Sat, 18 Jul 2009)
Log Message:
-----------
add operator properties
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties
trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle_de.properties
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties 2009-07-18 18:59:35 UTC (rev 276)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle.properties 2009-07-18 19:08:16 UTC (rev 277)
@@ -120,4 +120,21 @@
label.right = Right
label.bottom = Bottom
label.centerx = Center.X
-label.centery = Center.Y
\ No newline at end of file
+label.centery = Center.Y
+
+label.operators = Operators
+label.and = And (&&)
+label.or = Or (||)
+label.trinary = Trinary (?)
+label.equals = Equals (==)
+label.notequals = Not Equals (!=)
+label.lessorequals = Less than or equals (<=)
+label.greaterthanorequals = Greater than or equals (>=)
+label.lessthan = Less than (<)
+label.greaterthan = Greater than (>)
+label.multiple = Multiply (*)
+label.divide = Divide (/)
+label.add = Add (+)
+label.subtract = Subtract (-)
+label.not = Not (!)
+
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle_de.properties
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle_de.properties 2009-07-18 18:59:35 UTC (rev 276)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/resources/pixelle_de.properties 2009-07-18 19:08:16 UTC (rev 277)
@@ -118,4 +118,20 @@
label.right = Richtig
label.bottom = Boden
label.centerx = Center.X
-label.centery = Center.Y
\ No newline at end of file
+label.centery = Center.Y
+
+label.operators = Die Betreiber
+label.and = Und (&&)
+label.or = Oder (||)
+label.trinary = Trinary (?)
+label.equals = Gleich (==)
+label.notequals = Nicht gleich (!=)
+label.lessorequals = Weniger als oder gleich (<=)
+label.greaterthanorequals = Gr\xF6\xDFer als oder gleich (>=)
+label.lessthan = Weniger als (<)
+label.greaterthan = Gr\xF6\xDFer als (>)
+label.multiple = Multiplizieren (*)
+label.divide = Divide (/)
+label.add = Hinzuf\xFCgen (+)
+label.subtract = Subtrahieren (-)
+label.not = Nicht (!)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|