Commit fb91d9b 1 parent 1d79194 commit fb91d9b Copy full SHA for fb91d9b
File tree 4 files changed +18
-11
lines changed
4 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -276,13 +276,6 @@ public boolean onNavigationItemSelected(MenuItem item)
276
276
startActivity (intent );
277
277
break ;
278
278
}
279
- //currently linking to IssueActivity
280
- case R .id .nav_reception :
281
- {
282
- Intent intent = new Intent (this , IssueActivity .class );
283
- startActivity (intent );
284
- break ;
285
- }
286
279
case R .id .nav_counting :
287
280
{
288
281
Intent intent = new Intent (this , PlantCountingActivity .class );
Original file line number Diff line number Diff line change 12
12
android : layout_width =" wrap_content"
13
13
android : layout_height =" wrap_content"
14
14
android : inputType =" text"
15
- android : hint =" Article name "
15
+ android : hint =" @string/article_name "
16
16
/>
17
17
18
18
<Spinner
19
19
android : id =" @+id/spinnerNatureArticleId"
20
20
android : layout_width =" fill_parent"
21
21
android : layout_height =" wrap_content"
22
- android : text =" Select nature"
23
22
android : padding =" 5dp"
24
23
android : layout_marginTop =" 10dp"
25
24
android : textAppearance =" ?android:attr/textAppearanceLarge"
29
28
android : id =" @+id/spinnerUnityArticleId"
30
29
android : layout_width =" fill_parent"
31
30
android : layout_height =" wrap_content"
32
- android : text =" Select nature"
33
31
android : padding =" 5dp"
34
32
android : layout_marginTop =" 10dp"
35
33
android : textAppearance =" ?android:attr/textAppearanceLarge"
39
37
android : id =" @+id/buttonSaveArticleId"
40
38
android : layout_width =" wrap_content"
41
39
android : layout_height =" wrap_content"
42
- android : text =" Save " />
40
+ android : text =" @string/save " />
43
41
44
42
</LinearLayout >
Original file line number Diff line number Diff line change 125
125
<string name =" pref_syncContact" >Synchronisation des contacts Ekylibre</string >
126
126
<string name =" pref_syncContact_summary" >Autoriser l\'application à synchroniser vos
127
127
contacts Ekylibre</string >
128
+
129
+ <string name =" article_cannot_save" >Merci de compléter tous les champs</string >
130
+ <string name =" article_saved" >Nouvel article sauvegardé</string >
131
+ <string name =" fertilizer" >Fertilisant</string >
132
+ <string name =" seed" >Semence</string >
133
+ <string name =" chemical" >Produit phytosanitaire</string >
134
+ <string name =" spinner_selection_nature" >Sélectionner le type d\'article</string >
135
+ <string name =" spinner_selection_unity" >Sélectionner l\'unité</string >
128
136
</resources >
Original file line number Diff line number Diff line change 125
125
<string name =" intervention" >Intervention</string >
126
126
<string name =" pref_syncContact" >Synchronize Ekylibre\'s contacts</string >
127
127
<string name =" pref_syncContact_summary" >Allow application to automatically synchronize your contacts from Ekylibre</string >
128
+ <string name =" article_cannot_save" >Please complete all the fields</string >
129
+ <string name =" article_saved" >Article saved</string >
130
+ <string name =" fertilizer" >Fertilizer</string >
131
+ <string name =" seed" >Seed</string >
132
+ <string name =" chemical" >Chemical</string >
133
+ <string name =" spinner_selection_nature" >Please select a nature</string >
134
+ <string name =" spinner_selection_unity" >Please select a unity</string >
135
+
128
136
</resources >
You can’t perform that action at this time.
0 commit comments