forked from YT-Advanced/GmsCore
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
play-services-core/microg-ui-tools/src/main/res/values-it/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |