Correction de strings
authorDa Risk <darisk972@gmail.com>
Tue, 15 Dec 2009 12:07:15 +0100
changeset 576 ea4cb395dd84
parent 575 62a94d12731d
child 577 29ac85113420
Correction de strings
LicenseHeader.txt
default.properties
doc/.what
libs/.what
project.aidl
res/values-fr/strings.xml
res/values/strings.xml
src/.what
--- a/LicenseHeader.txt	Tue Dec 15 10:29:46 2009 +0100
+++ b/LicenseHeader.txt	Tue Dec 15 12:07:15 2009 +0100
@@ -6,7 +6,7 @@
                           Nikita Kozlov,
                           Philippe Lago,
                           Jean Baptiste Vergely,
-                          Vincent Véronis.
+                          Vincent Veronis.
 
     This file is part of BEEM.
 
@@ -26,7 +26,7 @@
     Please send bug reports with examples or suggestions to
     contact@beem-project.com or http://dev.beem-project.com/
 
-    Epitech, hereby disclaims all copyright interest in the program “Beem”
+    Epitech, hereby disclaims all copyright interest in the program "Beem"
     written by Frederic-Charles Barthelery,
                Jean-Manuel Da Silva,
                Nikita Kozlov,
--- a/default.properties	Tue Dec 15 10:29:46 2009 +0100
+++ b/default.properties	Tue Dec 15 12:07:15 2009 +0100
@@ -10,5 +10,5 @@
 # Indicates whether an apk should be generated for each density.
 split.density=false
 # Project target.
-target=android-3
+target=android-5
 apk-configurations=
--- a/doc/.what	Tue Dec 15 10:29:46 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This directory will contains some documentation about the project. The generated javadoc will be here (but not versionned).  
--- a/libs/.what	Tue Dec 15 10:29:46 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This directory will contains the differents jar needs by the project
--- a/project.aidl	Tue Dec 15 10:29:46 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-// This file is auto-generated by the
-//    'Create Aidl preprocess file for Parcelable classes'
-// action. Do not modify!
-
-parcelable com.beem.project.beem.BeemException
-parcelable com.beem.project.beem.service.Message
-parcelable com.beem.project.beem.service.PresenceAdapter
-parcelable com.beem.project.beem.service.Contact
--- a/res/values-fr/strings.xml	Tue Dec 15 10:29:46 2009 +0100
+++ b/res/values-fr/strings.xml	Tue Dec 15 12:07:15 2009 +0100
@@ -289,7 +289,7 @@
 	<string name="privacy_list_select_dialog_buddies">Contacts</string>
 	<string name="privacy_list_select_dialog_groups">Groupes</string>
 	<string name="privacy_list_select_dialog_delete">Supprimer</string>
-	<string name="privacy_list_delete_dialog_msg">Souhaitez-vous vraiment supprimer la liste privée intitulée '%s' ?</string>
+	<string name="privacy_list_delete_dialog_msg">Souhaitez-vous vraiment supprimer la liste privée intitulée \'%s\'</string>
 	<string name="privacy_list_delete_dialog_yes">Oui</string>
 	<string name="privacy_list_delete_dialog_no">Non</string>
 
--- a/res/values/strings.xml	Tue Dec 15 10:29:46 2009 +0100
+++ b/res/values/strings.xml	Tue Dec 15 12:07:15 2009 +0100
@@ -273,7 +273,7 @@
 	<string name="privacy_list_select_dialog_buddies">Buddies</string>
 	<string name="privacy_list_select_dialog_groups">Groups</string>
 	<string name="privacy_list_select_dialog_delete">Delete</string>
-	<string name="privacy_list_delete_dialog_msg">Do you really want to delete the privacy list entitled '%s' ?</string>
+	<string name="privacy_list_delete_dialog_msg">Do you really want to delete the privacy list entitled \'%s\' ?</string>
 	<string name="privacy_list_delete_dialog_yes">Yes</string>
 	<string name="privacy_list_delete_dialog_no">No</string>
 
--- a/src/.what	Tue Dec 15 10:29:46 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This directory will contains the src of the project