Subversion Repositories eFlore/Applications.del

Rev

Rev 2046 | Rev 2056 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2046 Rev 2050
Line 1822... Line 1822...
1822
	 * @return translated "Indeterminée"
1822
	 * @return translated "Indeterminée"
1823
	 */
1823
	 */
1824
	@DefaultStringValue("Indeterminée")
1824
	@DefaultStringValue("Indeterminée")
1825
	@Key("indeterminee")
1825
	@Key("indeterminee")
1826
	String indeterminee();
1826
	String indeterminee();
-
 
1827
	
-
 
1828
	/**
-
 
1829
	 * Translated ""1 nouveau vote sur une proposition""
-
 
1830
	 * 
-
 
1831
	 * @return translated ""1 nouveau vote sur une proposition""
-
 
1832
	 */
-
 
1833
	@DefaultStringValue("1 nouveau vote sur une proposition")
-
 
1834
	@Key("nouveauVote")
-
 
1835
	String nouveauVote();
-
 
1836
	
-
 
1837
	/**
-
 
1838
	 * Translated "1 nouveau commentaire"
-
 
1839
	 * 
-
 
1840
	 * @return translated "1 nouveau commentaire"
-
 
1841
	 */
-
 
1842
	@DefaultStringValue("1 nouveau commentaire")
-
 
1843
	@Key("nouveauCommentaire")
-
 
1844
	String nouveauCommentaire();
-
 
1845
	
-
 
1846
	/**
-
 
1847
	 * Translated "Nouvelle observation"
-
 
1848
	 * 
-
 
1849
	 * @return translated "Nouvelle observation"
-
 
1850
	 */
-
 
1851
	@DefaultStringValue("Nouvelle observation")
-
 
1852
	@Key("nouvelleObservation")
-
 
1853
	String nouvelleObservation();	
-
 
1854
	
-
 
1855
	/**
-
 
1856
	 * Translated "Vous avez commenté cette observation"
-
 
1857
	 * 
-
 
1858
	 * @return translated "Vous avez commenté cette observation"
-
 
1859
	 */
-
 
1860
	@DefaultStringValue("Vous avez commenté cette observation")
-
 
1861
	@Key("nouveauCommentaireVousAObsAutre")
-
 
1862
	String nouveauCommentaireVousAObsAutre();
-
 
1863
	
-
 
1864
	/**
-
 
1865
	 * Translated "Un utilisateur a commenté votre observation"
-
 
1866
	 * 
-
 
1867
	 * @return translated "Un utilisateur a commenté votre observation"
-
 
1868
	 */
-
 
1869
	@DefaultStringValue("Un utilisateur a commenté votre observation")
-
 
1870
	@Key("nouveauCommentaireAutreSurObsVous")
-
 
1871
	String nouveauCommentaireAutreSurObsVous();
-
 
1872
	
-
 
1873
	/**
-
 
1874
	 * Translated "Vous avez proposé un nom pour cette observation"
-
 
1875
	 * 
-
 
1876
	 * @return translated "Vous avez proposé un nom pour cette observation"
-
 
1877
	 */
-
 
1878
	@DefaultStringValue("Vous avez proposé un nom pour cette observation")
-
 
1879
	@Key("nouvellePropositionVousAObsAutre")
-
 
1880
	String nouvellePropositionVousAObsAutre();
-
 
1881
	
-
 
1882
	/**
-
 
1883
	 * Translated "Un utilisateur a proposé un nom pour votre observation"
-
 
1884
	 * 
-
 
1885
	 * @return translated "Un utilisateur a proposé un nom pour votre observation"
-
 
1886
	 */
-
 
1887
	@DefaultStringValue("Un utilisateur a proposé un nom pour votre observation")
-
 
1888
	@Key("nouvellePropositionAutreSurObsVous")
-
 
1889
	String nouvellePropositionAutreSurObsVous();
-
 
1890
	
-
 
1891
	/**
-
 
1892
	 * Translated "Vous avez voté pour une proposition"
-
 
1893
	 * 
-
 
1894
	 * @return translated "Vous avez voté pour une proposition"
-
 
1895
	 */
-
 
1896
	@DefaultStringValue("Vous avez voté pour une proposition")
-
 
1897
	@Key("nouveauVoteVousAComAutre")
-
 
1898
	String nouveauVoteVousAComAutre();
-
 
1899
	
-
 
1900
	/**
-
 
1901
	 * Translated "Un utilisateur a voté pour votre proposition"
-
 
1902
	 * 
-
 
1903
	 * @return translated "Un utilisateur a voté pour votre proposition"
-
 
1904
	 */
-
 
1905
	@DefaultStringValue("Un utilisateur a voté pour votre proposition")
-
 
1906
	@Key("nouveauVoteAutreSurComVous")
-
 
1907
	String nouveauVoteAutreSurComVous();
-
 
1908
 
-
 
1909
	/**
-
 
1910
	 * Translated "Vous avez validé une proposition"
-
 
1911
	 * 
-
 
1912
	 * @return translated "Vous avez validé une proposition"
-
 
1913
	 */
-
 
1914
	@DefaultStringValue("Vous avez validé une proposition")
-
 
1915
	@Key("nouvelleValidationVousAPropAutre")
-
 
1916
	String nouvelleValidationVousAPropAutre();
-
 
1917
 
-
 
1918
	/**
-
 
1919
	 * Translated "Un utilisateur a validé votre proposition"
-
 
1920
	 * 
-
 
1921
	 * @return translated "Un utilisateur a validé votre proposition"
-
 
1922
	 */
-
 
1923
	@DefaultStringValue("Un utilisateur a validé votre proposition")
-
 
1924
	@Key("nouvelleValidationAutreAPropVous")
-
 
1925
	String nouvelleValidationAutreAPropVous();
1827
}
1926
}