Translations

This commit is contained in:
serso
2016-05-16 00:37:26 +02:00
parent 95ce84f806
commit af1c1ae248
88 changed files with 202 additions and 859 deletions

View File

@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="cpp_appearance">Aspetto</string>
<string name="cpp_number_format">Formato numero</string>
<string name="cpp_system_language">Lingua di sistema</string>
<string name="cpp_format">Formato</string>
<string name="cpp_angles">Angoli</string>
<string name="cpp_thousands_separator">Separatore migliaia</string>
<string name="cpp_examples">Esempi</string>
<string name="cpp_appearance">&quot;Aspetto&quot;</string>
<string name="cpp_number_format">&quot;Formato numero&quot;</string>
<string name="cpp_system_language">&quot;Lingua di sistema&quot;</string>
<string name="cpp_format">&quot;Formato&quot;</string>
<string name="cpp_angles">&quot;Angoli&quot;</string>
<string name="cpp_thousands_separator">&quot;Separatore migliaia&quot;</string>
<string name="cpp_examples">&quot;Esempi&quot;</string>
<string name="cpp_parameter">&quot;Parametro&quot;</string>
<string name="cpp_duplicate_parameter">&quot;Parametro duplicato: &apos;%1$s&apos;.&quot;</string>
<string name="cpp_name_contains_invalid_characters">&quot;Il nome contiene caratteri non validi.&quot;</string>
<string name="cpp_field_cannot_be_empty">&quot;Il campo non può essere vuoto&quot;</string>
</resources>