# HG changeset patch # User Da Risk # Date 1260875235 -3600 # Node ID ea4cb395dd84493e266990fef57b9badeecdf7e6 # Parent 62a94d12731d61887a4de15453735177e1f85b24 Correction de strings diff -r 62a94d12731d -r ea4cb395dd84 LicenseHeader.txt --- 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, diff -r 62a94d12731d -r ea4cb395dd84 default.properties --- 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= diff -r 62a94d12731d -r ea4cb395dd84 doc/.what --- 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). diff -r 62a94d12731d -r ea4cb395dd84 libs/.what --- 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 diff -r 62a94d12731d -r ea4cb395dd84 project.aidl --- 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 diff -r 62a94d12731d -r ea4cb395dd84 res/values-fr/strings.xml --- 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 @@ Contacts Groupes Supprimer - Souhaitez-vous vraiment supprimer la liste privée intitulée '%s' ? + Souhaitez-vous vraiment supprimer la liste privée intitulée \'%s\' Oui Non diff -r 62a94d12731d -r ea4cb395dd84 res/values/strings.xml --- 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 @@ Buddies Groups Delete - Do you really want to delete the privacy list entitled '%s' ? + Do you really want to delete the privacy list entitled \'%s\' ? Yes No diff -r 62a94d12731d -r ea4cb395dd84 src/.what --- 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