[Arakhnę-Dev] [426] * Fixing the Android resources. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 426
Author: galland
Date: 2013-04-27 14:54:34 +0200 (Sat, 27 Apr 2013)
Log Message:
-----------
* Fixing the Android resources.
Modified Paths:
--------------
trunk/ui/ui-android/res/layout/colorpicker_dialog.xml
trunk/ui/ui-android/res/layout/colorpicker_pref_widget.xml
trunk/ui/ui-android/res/layout-land/colorpicker_dialog.xml
trunk/ui/ui-android/res/values/propertyeditor_strings.xml
trunk/ui/ui-android/res/values-fr/propertyeditor_strings.xml
Modified: trunk/ui/ui-android/res/layout/colorpicker_dialog.xml
===================================================================
(Binary files differ)
Modified: trunk/ui/ui-android/res/layout/colorpicker_pref_widget.xml
===================================================================
(Binary files differ)
Modified: trunk/ui/ui-android/res/layout-land/colorpicker_dialog.xml
===================================================================
(Binary files differ)
Modified: trunk/ui/ui-android/res/values/propertyeditor_strings.xml
===================================================================
--- trunk/ui/ui-android/res/values/propertyeditor_strings.xml 2013-04-27 12:53:07 UTC (rev 425)
+++ trunk/ui/ui-android/res/values/propertyeditor_strings.xml 2013-04-27 12:54:34 UTC (rev 426)
@@ -2,7 +2,8 @@
<string name="property_dialog_title">Properties</string>
<string name="undo_property_edition">the edition of properties</string>
- <string name="property_name">Name</string>
- <string name="property_text">Text</string>
+ <string name="property_label_name">name</string>
+ <string name="property_label_text">text</string>
+
</resources>
\ No newline at end of file
Modified: trunk/ui/ui-android/res/values-fr/propertyeditor_strings.xml
===================================================================
--- trunk/ui/ui-android/res/values-fr/propertyeditor_strings.xml 2013-04-27 12:53:07 UTC (rev 425)
+++ trunk/ui/ui-android/res/values-fr/propertyeditor_strings.xml 2013-04-27 12:54:34 UTC (rev 426)
@@ -2,7 +2,8 @@
<string name="property_dialog_title">Propriétés</string>
<string name="undo_property_edition">l\'édition de propriétés</string>
- <string name="property_name">Nom</string>
- <string name="property_text">Texte</string>
+ <string name="property_label_name">Nom</string>
+ <string name="property_label_text">Texte</string>
+
</resources>
\ No newline at end of file