|
1 |
| -<?xml version="1.0" encoding="UTF-8"?><resources> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!--
|
3 | 3 | Copyright 2014 Google Inc. All rights reserved.
|
4 | 4 |
|
|
13 | 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14 | 14 | See the License for the specific language governing permissions and
|
15 | 15 | limitations under the License.
|
16 |
| ---> |
| 16 | + --> |
17 | 17 |
|
| 18 | +<resources> |
18 | 19 | <!-- Question on survey form asking the user to give their overall opinion on the session. -->
|
19 | 20 | <string name="q0">Valuta questa sessione in generale:</string>
|
20 | 21 |
|
21 | 22 | <!-- Possible ratings for a session, from 1 Star being the worst to 5 stars being best -->
|
22 | 23 | <string-array name="q0_options">
|
23 |
| - <item>1 stella!</item> |
24 |
| - <item>2 stelle</item> |
25 |
| - <item>3 stelle</item> |
26 |
| - <item>4 stelle</item> |
27 |
| - <item>5 stelle</item> |
28 |
| - </string-array> |
| 24 | + <item>1 stella</item> |
| 25 | + <item>2 stelle</item> |
| 26 | + <item>3 stelle</item> |
| 27 | + <item>4 stelle</item> |
| 28 | + <item>5 stelle</item> |
| 29 | + </string-array> |
29 | 30 |
|
30 | 31 | <!-- Question on survey form asking the user to rate how relevant (to one's projects/goals/priorities) the session was. -->
|
31 |
| - <string name="q1">Quanto era pertinente questa sessione?</string> |
32 |
| - |
| 32 | + <string name="q1">Quanto è stata pertinente questa sessione?</string> |
| 33 | + |
33 | 34 | <!-- Possible answers to the survey question about how relevant the session was to one's projects. -->
|
34 | 35 | <string-array name="q1_options">
|
35 |
| - <item>Per niente</item> |
36 |
| - <item>Poco</item> |
37 |
| - <item>Moderatamente</item> |
38 |
| - <item>Molto</item> |
39 |
| - <item>Estremamente</item> |
40 |
| - </string-array> |
| 36 | + <item>Per niente</item> |
| 37 | + <item>Poco</item> |
| 38 | + <item>Moderatamente</item> |
| 39 | + <item>Molto</item> |
| 40 | + <item>Estremamente</item> |
| 41 | + </string-array> |
41 | 42 |
|
42 | 43 | <!-- Question on survey form asking the user to rate how basic/advanced the content of the session was (from Too Basic to Too Advanced). -->
|
43 | 44 | <string name="q2">Il contenuto era:</string>
|
44 | 45 |
|
45 | 46 | <!-- Possible answers to the survey question about how basic/advanced the content of a session was. -->
|
46 | 47 | <string-array name="q2_options">
|
47 |
| - <item>Troppo elementare</item> |
48 |
| - <item>Elementare</item> |
49 |
| - <item>Focalizzato</item> |
50 |
| - <item>Avanzato</item> |
51 |
| - <item>Troppo avanzato</item> |
52 |
| - </string-array> |
| 48 | + <item>Troppo elementare</item> |
| 49 | + <item>Elementare</item> |
| 50 | + <item>Focalizzato</item> |
| 51 | + <item>Avanzato</item> |
| 52 | + <item>Troppo avanzato</item> |
| 53 | + </string-array> |
53 | 54 |
|
54 | 55 | <!-- Question on survey form asking the user to rate the quality of the session speaker (from Poor to Excellent). -->
|
55 |
| - <string name="q3">Qualità dell\'oratore:</string> |
| 56 | + <string name="q3">Il relatore è stato:</string> |
56 | 57 |
|
57 | 58 | <!-- Button text on a button to submit the survey form. -->
|
58 | 59 | <string name="submit">Invia</string>
|
59 |
| - |
| 60 | + |
60 | 61 | <!-- Message that appears after the user has submitted the survey form. -->
|
61 | 62 | <string name="thanks">Grazie!</string>
|
62 | 63 |
|
63 | 64 | <!-- Notification that appears to ask the user to rate a particular session that they have attended. -->
|
64 | 65 | <string name="rate_this_session">Valuta questa sessione</string>
|
65 |
| - |
| 66 | + |
66 | 67 | <!-- Possible answers to the survey question about how good the speaker of a session was. -->
|
67 | 68 | <string-array name="q3_options">
|
68 |
| - <item>Scadente</item> |
69 |
| - <item>Modesta</item> |
70 |
| - <item>Media</item> |
71 |
| - <item>Buona</item> |
72 |
| - <item>Eccellente</item> |
73 |
| - </string-array> |
| 69 | + <item>Scadente</item> |
| 70 | + <item>Modesto</item> |
| 71 | + <item>Medio</item> |
| 72 | + <item>Buono</item> |
| 73 | + <item>Eccellente</item> |
| 74 | + </string-array> |
74 | 75 | </resources>
|
0 commit comments