Create strings.xml

This commit is contained in:
anthologist 2016-07-15 11:03:06 +02:00 committed by GitHub
parent 531a11cf6d
commit 47832d2f36
1 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,55 @@
<resources>
<string name="app_name">Simple Calendar</string>
<string name="undo">Annulla</string>
<!-- Event -->
<string name="event">Evento</string>
<string name="edit_event">Modifica evento</string>
<string name="new_event">Nuovo evento</string>
<string name="save">Salva</string>
<string name="delete">Elimina</string>
<string name="title_empty">Il titolo non può essere vuoto</string>
<string name="end_before_start">L'evento non può terminare prima del suo inizio</string>
<string name="start_in_past">Non puoi organizzare eventi nel passato</string>
<string name="event_added">Evento aggiunto correttamente</string>
<string name="event_updated">Evento aggiornato correttamente</string>
<string name="reminder">Promemoria</string>
<string name="off">Off</string>
<string name="at_start">All'inizio</string>
<string name="minutes_before">Minuti prima</string>
<!-- Day details -->
<string name="details">Dettagli</string>
<string name="title">Titolo</string>
<string name="start">Inizio</string>
<string name="end">Fine</string>
<string name="description">Descrizione</string>
<!-- About -->
<string name="about">Informazioni</string>
<string name="website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
<string name="email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
<string name="email">hello@simplemobiletools.com</string>
<string name="third_party_licences_underlined"><u>Licenze di terze parti</u></string>
<string name="rate_us_underlined"><u>Dacci un voto sul Play Store</u></string>
<string name="follow_us">Seguici:</string>
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
<!--License-->
<string name="notice">Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.</string>
<string name="third_party_licences">Licenze di terze parti</string>
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
<string name="butterknife_text">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
<string name="ambilwarna_text">Copyright 2009-2015 Yuku\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</string>
<string name="ambilwarna_url">https://github.com/yukuku/ambilwarna</string>
<string name="joda_title"><u>Joda-Time (Java date replacement)</u></string>
<string name="joda_text">Copyright 2013 JodaOrg\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="joda_url">https://github.com/JodaOrg/joda-time</string>
<plurals name="events_deleted">
<item quantity="one">1 evento eliminato</item>
<item quantity="other">%1$d eventi eliminati</item>
</plurals>
</resources>