Skip to content

Commit 2ce4dbc

Browse files
committed
Merge pull request google#33 from rock3r/master
Fix it-IT localization
2 parents 4ad38db + c069550 commit 2ce4dbc

File tree

2 files changed

+213
-176
lines changed

2 files changed

+213
-176
lines changed
Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?><resources>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
Copyright 2014 Google Inc. All rights reserved.
44
@@ -13,62 +13,63 @@
1313
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
16-
-->
16+
-->
1717

18+
<resources>
1819
<!-- Question on survey form asking the user to give their overall opinion on the session. -->
1920
<string name="q0">Valuta questa sessione in generale:</string>
2021

2122
<!-- Possible ratings for a session, from 1 Star being the worst to 5 stars being best -->
2223
<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>
2930

3031
<!-- 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+
3334
<!-- Possible answers to the survey question about how relevant the session was to one's projects. -->
3435
<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>
4142

4243
<!-- Question on survey form asking the user to rate how basic/advanced the content of the session was (from Too Basic to Too Advanced). -->
4344
<string name="q2">Il contenuto era:</string>
4445

4546
<!-- Possible answers to the survey question about how basic/advanced the content of a session was. -->
4647
<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>
5354

5455
<!-- 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>
5657

5758
<!-- Button text on a button to submit the survey form. -->
5859
<string name="submit">Invia</string>
59-
60+
6061
<!-- Message that appears after the user has submitted the survey form. -->
6162
<string name="thanks">Grazie!</string>
6263

6364
<!-- Notification that appears to ask the user to rate a particular session that they have attended. -->
6465
<string name="rate_this_session">Valuta questa sessione</string>
65-
66+
6667
<!-- Possible answers to the survey question about how good the speaker of a session was. -->
6768
<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>
7475
</resources>

0 commit comments

Comments
 (0)