Skip to content

Commit

Permalink
Add missing italian strings
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 5, 2024
1 parent c731da8 commit 1e7497d
Showing 1 changed file with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed 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
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless 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.
-->

<resources>
<string name="lib_name">Strumenti UI MicroG</string>
<string name="lib_license">Licenza Apache 2.0, Team microG</string>

<string name="about_version_str">Versione %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Tutti i diritti riservati</string>

<string name="prefcat_setup">Configurazione</string>

<string name="self_check_title">Auto-verifica</string>
<string name="self_check_desc">Verifica che il sistema sia configurato correttamente per l\'utilizzo di microG</string>

<string name="self_check_cat_permissions">Permessi concessi</string>
<string name="self_check_name_permission">Permesso per %1$s:</string>
<string name="self_check_resolution_permission">Tocca qui per concedere il permesso. La mancata concessione potrebbe causare il malfunzionamento dell'app</string>

<string name="about_root_title">Demo MicroG UI</string>
<string name="about_root_summary">Riepilogo</string>
<string name="about_root_version">Versione v0.1.0</string>
<string name="about_root_libraries">Librerie incluse</string>

<string name="about_android_support_v4">Libreria di supporto v4</string>
<string name="about_android_support_v7_appcompat">Libreria di supporto appcompat v7</string>
<string name="about_android_support_v7_preference">Libreria di supporto preferenze v7</string>
<string name="about_android_support_license">Licenza Apache 2.0, Android Open Source Project</string>

<!-- Aggiornamenti -->

<string name="check_updates">Verifica aggiornamenti</string>
<string name="update_available">Nuova versione disponibile!</string>
<string name="no_update_available">Hai l\'ultima versione</string>
<string name="check_updates_error">Impossibile controllare gli aggiornamenti</string>

<string name="error_connection">Errore di connessione:</string>
<string name="error_others">Errore:</string>
</resources>

0 comments on commit 1e7497d

Please sign in to comment.