Skip to content

Commit

Permalink
Italian localization (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrxL authored Aug 14, 2024
1 parent 68ff39a commit 8753d61
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 0 deletions.
34 changes: 34 additions & 0 deletions play-services-base/core/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ SPDX-FileCopyrightText: 2020, microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="foreground_service_notification_title">Attivo in secondo piano</string>
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> è in fase di esecuzione in secondo piano</string>
<string name="foreground_service_notification_big_text">Escludi <xliff:g example="microG Services">%1$s</xliff:g> dalla lista delle app con ottimizzazione della batteria attiva o nascondi questa notifica dalle impostazioni dell\'app</string>

<string name="menu_settings">Impostazioni</string>

<string name="list_no_item_none">Nessuno</string>
<string name="list_item_see_all">Vedi tutti</string>

<string name="open_app">Apri</string>

<string name="service_status_disabled">Disattivato</string>
<string name="service_status_enabled">Attivo</string>
<string name="service_status_automatic">Automatico</string>
<string name="service_status_manual">Manuale</string>
<string name="service_status_enabled_short">Attivo</string>
<string name="service_status_disabled_short">Disattivato</string>

<!-- Patchers names-->

<string name="vanced">Vanced</string>
<string name="revanced">ReVanced</string>
<string name="youtube_advanced">YT Advanced</string>
<string name="revanced_extended">ReVanced Extended</string>
<string name="revanced_extended_anddea">ReVanced Extended (Anddea)</string>
<string name="revanced_extended_rufusin">ReVanced Extended (Rufusin)</string>
</resources>
58 changes: 58 additions & 0 deletions play-services-core/src/main/res/values-it/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?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-array name="network_types" translatable="false">
<item>mobile</item>
<item>wifi</item>
<item>roaming</item>
<item>altro</item>
</string-array>

<string-array name="network_types_names" translatables="false">
<item>@string/network_type_mobile</item>
<item>@string/network_type_wifi</item>
<item>@string/network_type_roaming</item>
<item>@string/network_type_other</item>
</string-array>

<string-array name="gcm_network_config_values" translatables="false">
<item>-1</item>
<item>0</item>
<item>1</item>
<item>2</item>
<item>5</item>
<item>10</item>
<item>15</item>
<item>20</item>
<item>30</item>
</string-array>

<string-array name="gcm_network_config_names" translatables="false">
<item>@string/service_status_disabled</item>
<item>@string/service_status_automatic</item>

<!-- These will be automatically generated from the OS, no need to translate them -->
<item>Intervallo ping: 60 secondi</item>
<item>Intervallo ping: 2 minuti</item>
<item>Intervallo ping: 5 minuti</item>
<item>Intervallo ping: 10 minuti</item>
<item>Intervallo ping: 15 minuti</item>
<item>Intervallo ping: 20 minuti</item>
<item>Intervallo ping: 30 minuti</item>
</string-array>
</resources>
31 changes: 31 additions & 0 deletions play-services-core/src/main/res/values-it/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> app registrata</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> app registrate</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Un permesso richiesto per il corretto funzionamento dei Servizi MicroG non è stato concesso.</item>
<item quantity="other">Dei permessi richiesti per il corretto funzionamento dei Servizi MicroG non sono stati concessi.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Richiesta permesso mancante</item>
<item quantity="other">Richiesta permessi mancanti</item>
</plurals>
</resources>
Loading

0 comments on commit 8753d61

Please sign in to comment.