Update Transifex

This commit is contained in:
Marvin W 2017-03-21 22:05:40 +01:00
parent 0f3a472a11
commit b1e98eae08
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
15 changed files with 742 additions and 6 deletions

2
extern/UnifiedNlp vendored

@ -1 +1 @@
Subproject commit d09b88e804502e802e433d23f4fa3184d5c02bd0
Subproject commit 92093f6238c9ec3f41c008005ef0bd2fe2aecbb6

View File

@ -82,8 +82,7 @@ android {
}
lintOptions {
// TODO: Remove MissingTranslation once we have stable strings and proper translations.
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife'
disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity'
}
buildTypes {

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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>
</resources>

View File

@ -42,15 +42,30 @@ Dies kann einige Minuten dauern."</string>
<string name="perm_status_broadcast_label">Empfange interne Statusmeldungen</string>
<string name="perm_c2dm_receive_label">Empfange C2DM Nachrichten</string>
<string name="perm_c2dm_send_label">Sende C2DM Nachrichten an andere Apps</string>
<string name="perm_gtalk_svc_label">sende Nachrichten und empfange Benachrichtigungen von Google Servern</string>
<string name="perm_extended_access_label">Erweiterter Zugriff zu Google-Diensten</string>
<string name="service_name_checkin">Google Geräte-Registrierung</string>
<string name="service_name_mcs">Google Cloud Messaging</string>
<string name="service_name_snet">Google SafetyNet</string>
<string name="service_status_disabled">Deaktiviert</string>
<string name="service_status_enabled">Aktiviert</string>
<string name="service_status_automatic">Automatisch</string>
<string name="service_status_manual">Manuell</string>
<string name="menu_advanced">Erweitert</string>
<string name="list_no_item_none">Keine</string>
<string name="games_title">Google Play Games</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> möchte Play Games benutzen</string>
<string name="games_info_content">Um Play Games zu nutzen ist die Installation der Google Play Games App erforderlich. Diese App funktioniert eventuell auch ohne Play Games, verhält sich dabei unter Umständen aber ungewöhnlich.</string>
<string name="pick_place_title">Ort auswählen</string>
<string name="place_picker_select_title">Diesen Ort auswählen</string>
<string name="place_picker_nearby_places">Orte in der Nähe</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">microG Services Core: Berechtigung für "<xliff:g example="Auf alle Netzwerke zugreifen">%1$s</xliff:g>" fehlt</string>
<string name="network_type_mobile">Mobiles Internet</string>
@ -58,12 +73,33 @@ Dies kann einige Minuten dauern."</string>
<string name="network_type_roaming">Roaming</string>
<string name="network_type_other">Sonstige Netwerke</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Signaturtäuschungs-Unterstützung</string>
<string name="self_check_cat_gms_packages">Installierte Pakete</string>
<string name="self_check_cat_system">System</string>
<string name="self_check_name_fake_sig_perm">System unterstützt Signaturtäuschung:</string>
<string name="self_check_resolution_fake_sig_perm">Dein ROM hat keine integrierte Unterstützung für Signaturtäuschung. Du kannst aber auch externe System zur Signaturtäuschung nutzen. Bitte schaue in die Dokumentation für Informationen zur Signaturtäuschung und wie die microG auf ROMs nutzt die sie nicht unterstützen.</string>
<string name="self_check_name_perm_granted">Berechtigung zur Signaturtäuschung erteilt.</string>
<string name="self_check_resolution_perm_granted">Dies ist ein guter Hinweis darauf, dass dein ROM Signaturtäuschung unterstützt, jedoch zunächst eine Aktion notwendig ist, um es zu aktivieren. Bitte lese die Dokumentation um herauszufinden welche Aktion dies ist.</string>
<string name="self_check_name_system_spoofs">System täuscht Signatur:</string>
<string name="self_check_resolution_system_spoofs">Bitte lese die Dokumentation für weitere Anweisungen.</string>
<string name="self_check_pkg_gms">Play-Dienste (GmsCore)</string>
<string name="self_check_pkg_vending">Play Store (Phonesky)</string>
<string name="self_check_pkg_gsf">Dienste-Framework (GSF)</string>
<string name="self_check_name_app_installed"><xliff:g example="F-Droid">%1$s</xliff:g> installiert:</string>
<string name="self_check_resolution_app_installed">Installiere die App <xliff:g example="F-Droid">%1$s</xliff:g> oder eine kompatible. Bitte schaue in der Dokumentation nach um herauszufinden welche Apps kompatibel sind.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> hat die richtige Signatur:</string>
<string name="self_check_resolution_correct_sig">Entweder ist das installierte <xliff:g example="F-Droid">%1$s</xliff:g> nicht mit microG kompatibel oder Signaturtäuschung wurde dafür nicht aktiviert. Mehr Infos in der Dokumentation.</string>
<string name="self_check_name_battery_optimizations">Batterieoptimierung dekativiert:</string>
<string name="self_check_resolution_battery_optimizations">Hier drücken um Batterieoptimierungen für microG zu deaktivieren. Wenn das nicht geschieht funktionieren einige Apps nicht ordnungsgemäß.</string>
<!-- Settings strings -->
<string name="prefcat_about">Über</string>
<string name="prefcat_about">Infos</string>
<string name="prefcat_components">Komponenten</string>
<string name="prefcat_configuration">Einstellungen</string>
<string name="prefcat_google_services">Google-Dienste</string>
@ -72,6 +108,9 @@ Dies kann einige Minuten dauern."</string>
<string name="prefcat_services">Dienste</string>
<string name="prefcat_test">Test</string>
<string name="cond_gcm_bat_title">Batterieoptimierung aktiv</string>
<string name="cond_gcm_bat_summary">Google Cloud Messaging ist aktiv aber Batterieoptimierungen wurden für microG nicht deaktiviert. Damit Push-Nachrichten zugestellt werden können, muss Batterieoptimierung deaktiviert werden.</string>
<string name="cond_gcm_bat_action">Batterieoptimierung deaktivieren</string>
<string name="cond_perm_title">Berechtigung fehlt</string>
<string name="prefs_account">Kontoeinstellungen</string>
@ -101,12 +140,23 @@ Dies kann einige Minuten dauern."</string>
<string name="gcm_registered">Registriert</string>
<string name="gcm_registered_since">Registriert seit: <xliff:g example="Yesterday, 02:20 PM">%1$s</xliff:g></string>
<string name="gcm_unregister_confirm_title"><xliff:g example="F-Droid">%1$s</xliff:g> abmelden?</string>
<string name="gcm_unregister_confirm_message">Einige Apps registrieren sich nicht automatisch erneut und haben keine Möglichkeit dies manuell anzustoßen. Diese Apps funktionieren eventuell nach dem abmelden nicht mehr richtig.\nFortsetzen?</string>
<string name="gcm_unregister_after_deny_message">Du hast einer App die Erlaubnis der Registrierung entzogen, die bereits registriert ist.\nWillst du diese App jetzt auch abmelden damit sie zukünftig keine Push-Nachrichten erhält?</string>
<string name="gcm_messages_counter">Nachrichten: <xliff:g example="123">%1$d</xliff:g> (<xliff:g example="12345">%2$d</xliff:g> bytes)</string>
<string name="gcm_state_disconnected">Aktueller Zustand: Nicht verbunden</string>
<string name="gcm_state_connected">Aktueller Zustand: Verbunden seit <xliff:g example="2 hours ago">%1$s</xliff:g></string>
<string name="snet_intro">Google SafetyNet ist ein System um Geräte zu zertifizieren und so sicherzustellen, dass sie ausreichend geschützt und kompatibel mit Android sind. Einige Anwendungen benutzen SafetyNet aus Sicherheitsgründen oder um einen Kopierschutz zu erzwingen.\n\nmicroG GmsCore enthält eine freie Implementierung von SafetyNet, jedoch verlangen die Google-Server, dass die Anfragen durch das proprietäre DroidGuard signiert sind. Eine unschädliche gemachte Version von DroidGuard ist als separate "DroidGuard Helper" app verfügbar.</string>
<string name="pref_snet_testdrive_title">SafetyNet-Zertifizierung testen</string>
<string name="pref_snet_status_official_title">Offizielle Server nutzen</string>
<string name="pref_snet_status_official_summary">Erfordert eine ungerootetes ROM und den microG DroidGuard Helper</string>
<string name="pref_snet_status_third_party_title">Alternativen Server nutzen</string>
<string name="pref_snet_status_third_party_summary">Alternative Server können auch SafetyNet-Anfragen beantworten, die nicht durch DroidGuard signiert wurden</string>
<string name="pref_snet_custom_url_title">Alternative Server URL</string>
<string name="pref_snet_custom_url_summary">Vollständige URL des alternativen Servers der SafetyNet-Anfragen beantwortet</string>
<string name="pref_snet_self_signed_title">Selbst signieren</string>
</resources>
<string name="pref_snet_self_signed_summary">Statt einen Server zu nutzen, die SafetyNet signature lokal mit einem eigens erstellten Zertifikat signieren. Die meisten Apps werden diese Signaturen nicht akzeptieren.</string>
</resources>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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>
</resources>

View File

@ -0,0 +1,19 @@
<?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">
</resources>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
</resources>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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>
</resources>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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="permission_service_all_label">Tous les services Google</string>
<string name="permission_service_all_description">Permets aux applications d\'accéder à tous les services Google par le biais de tous comptes associés à Google</string>
<string name="permission_service_android_label">Services Android</string>
<string name="permission_service_android_description">Permets aux applications d\'accéder aux services Android par le biais de tous comptes associés à Google</string>
<string name="permission_service_adsense_label">Google AdSense - Pub</string>
<string name="permission_service_adsense_description">Permets aux applications d\'accéder à AdSense par le biais de tous comptes associés à Google</string>
<string name="permission_service_adwords_label">Google AdWords -Pub</string>
<string name="permission_service_adwords_description">Permets aux applications d\'accéder à AdWords par le biais de tous comptes associés à Google</string>
<string name="permission_service_ah_label">Google App Engine - conception et hébergement d\'applications web basée sur les serveurs de Google.</string>
<string name="permission_service_ah_description">Permets aux applications d\'accéder à Google App Engine le biais de tous comptes associés à Google</string>
<string name="permission_service_blogger_label">Google Blogger - Blogueur</string>
<string name="permission_service_blogger_description">Permets aux applications d\'accéder à Blogger par le biais de tous comptes associés à Google</string>
<string name="permission_service_cl_label">Calendrier Google</string>
<string name="permission_service_cl_description">Permets aux applications d\'accéder au Calendrier par le biais de tous comptes associés à Google</string>
<string name="permission_service_cp_label">Google Contacts - Gérer vos contacts</string>
<string name="permission_service_cp_description">Permets aux applications d\'accéder aux contacts par le biais de tous comptes associés à Google</string>
<string name="permission_service_dodgeball_label">Dodgeball - Fournisseur de logiciels de réseaux sociaux basé sur l\'emplacement des fournisseurs de téléphonie mobile</string>
<string name="permission_service_dodgeball_description">Permets aux applications d\'accéder à Dodgeball par le biais de tous comptes associés à Google</string>
<string name="permission_service_finance_label">Google Finance - Google Finance est un service en ligne publié par Google en 2006. Il permet de suivre le cours des actions et des devises.</string>
<string name="permission_service_finance_description">Permets aux applications d\'accéder à Google Finance par le biais de tous comptes associés à Google.</string>
<string name="permission_service_gbase_label">Google Base - Google a mis officiellement en ligne ce service le 16 novembre 2005 et permet de mettre en ligne et de référencer tout type de contenu en termes d\'information. </string>
<string name="permission_service_gbase_description">Permets aux applications d\'accéder à Google Base par le biais de tous comptes associés à Google.</string>
</resources>

View File

@ -43,4 +43,136 @@
<string name="permission_service_grandcentral_description">Zezwala aplikacji na dostęp do Google Voice przez dowolne powiązane konto Google.</string>
<string name="permission_service_groups2_label">Grupy dyskusyjne Google</string>
<string name="permission_service_groups2_description">Zezwala aplikacji na dostęp do Grup dyskusyjnych Google przez dowolne powiązane konto Google.</string>
</resources>
<string name="permission_service_health_label">Google Health</string>
<string name="permission_service_health_description">Zezwala aplikacji na dostęp do Google Health przez dowolne powiązane konto Google.</string>
<string name="permission_service_ig_label">iGoogle</string>
<string name="permission_service_ig_description">Zezwala aplikacji na dostęp do iGoogle przez dowolne powiązane konto Google.</string>
<string name="permission_service_jotspot_label">JotSpot</string>
<string name="permission_service_jotspot_description">Zezwala aplikacji na dostęp do JotSpota przez dowolne powiązane konto Google.</string>
<string name="permission_service_knol_label">Knol</string>
<string name="permission_service_knol_description">Zezwala aplikacji na dostęp do Knola przez dowolne powiązane konto Google.</string>
<string name="permission_service_lh2_label">Picasa Web Albums</string>
<string name="permission_service_lh2_description">Zezwala aplikacji na dostęp do Picasa Web Albums przez dowolne powiązane konto Google.</string>
<string name="permission_service_local_label">Mapy Google</string>
<string name="permission_service_local_description">Zezwala aplikacji na dostęp do Map Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_mail_label">Poczta Google</string>
<string name="permission_service_mail_description">Zezwala aplikacji na dostęp do Poczty Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_news_label">Wiadomości Google</string>
<string name="permission_service_news_description">Zezwala aplikacji na dostęp do Wiadomości Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_notebook_label">Notatnik Google</string>
<string name="permission_service_notebook_description">Zezwala aplikacji na dostęp do Notatnika Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_orkut_label">Orkut</string>
<string name="permission_service_orkut_description">Zezwala aplikacji na dostęp do Orkuta przez dowolne powiązane konto Google.</string>
<string name="permission_service_print_label">Książki Google</string>
<string name="permission_service_print_description">Zezwala aplikacji na dostęp do Książek Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_sierra_label">Konta Google Checkout</string>
<string name="permission_service_sierra_description">Zezwala aplikacji na dostęp do kont Google Checkout przez dowolne powiązane konto Google.</string>
<string name="permission_service_sierraqa_label">Konta Google Checkout QA</string>
<string name="permission_service_sierraqa_description">Zezwala aplikacji na dostęp do kont Google Checkout QA przez dowolne powiązane konto Google.</string>
<string name="permission_service_sierrasandbox_label">Konta Google Checkout Sandbox</string>
<string name="permission_service_sierrasandbox_description">Zezwala aplikacji na dostęp do kont Google Checkout Sandbox przez dowolne powiązane konto Google.</string>
<string name="permission_service_sitemaps_label">Narzędzia webmasterskie Google</string>
<string name="permission_service_sitemaps_description">Zezwala aplikacji na dostęp do Narzędzi webmasterskich Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_speech_label">Wyszukiwanie Głosowe</string>
<string name="permission_service_speech_description">Zezwala aplikacji na dostęp do Wyszukiwania Głosowego przez dowolne powiązane konto Google.</string>
<string name="permission_service_speechpersonalization_label">Spersonalizowane Rozpoznawanie Mowy</string>
<string name="permission_service_speechpersonalization_description">Zezwala aplikacji na dostęp do Spersonalizowanego Rozpoznawania Mowy przez dowolne powiązane konto Google.</string>
<string name="permission_service_talk_label">Google Talk</string>
<string name="permission_service_talk_description">Zezwala aplikacji na dostęp do Google Talk przez dowolne powiązane konto Google.</string>
<string name="permission_service_wifi_label">Google Wi-Fi</string>
<string name="permission_service_wifi_description">Zezwala aplikacji na dostęp do Google Wi-Fi przez dowolne powiązane konto Google.</string>
<string name="permission_service_wise_label">Arkusze Google</string>
<string name="permission_service_wise_description">Zezwala aplikacji na dostęp do Arkuszy Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_writely_label">Dokumenty Google</string>
<string name="permission_service_writely_description">Zezwala aplikacji na dostęp do Dokumentów Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_youtube_label">YouTube</string>
<string name="permission_service_youtube_description">Zezwala aplikacji na dostęp do YouTube przez dowolne powiązane konto Google.</string>
<string name="permission_service_YouTubeUser_label">Nazwy użytkowników YouTube</string>
<string name="permission_service_YouTubeUser_description">Zezwala aplikacji na dostęp do nazw użytkownika(ów) YouTube przez dowolne powiązane konto Google.</string>
<string name="permission_scope_www.googleapis.com_auth_activity">Podgląd historii aktywności Twoich Aplikacji Google</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.buyer">Zarządzanie Twoim kontem kupującego Ad Exchange</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller.readonly">Podgląd Twoich danych Ad Exchange</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller">Podgląd i zarządzanie Twoimi danymi Ad Exchange</string>
<string name="permission_scope_www.googleapis.com_auth_adsensehost">Podgląd i zarządzanie Twoimi danymi głównymi AdSense i powiązanymi kontami</string>
<string name="permission_scope_www.googleapis.com_auth_adsense.readonly">Podgląd Twoich danych AdSense</string>
<string name="permission_scope_www.googleapis.com_auth_adsense">Podgląd i zarządzanie Twoimi danymi AdSense</string>
<string name="permission_scope_www.googleapis.com_auth_analytics.readonly">Podgląd Twoich danych Google Analytics</string>
<string name="permission_scope_www.googleapis.com_auth_analytics">Podgląd i zarządzanie Twoimi danymi Google Analytics</string>
<string name="permission_scope_www.googleapis.com_auth_androidpublisher">Dostęp do Google Play Android Developer</string>
<string name="permission_scope_www.googleapis.com_auth_appengine.admin">Zakres widoczności administratora silnika aplikacji.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.migration">Dostęp odczytu i zapisu do Groups Migration API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.settings">Podgląd i zarządzanie ustawieniami Google Apps Group</string>
<string name="permission_scope_www.googleapis.com_auth_apps.licensing">Dostęp do odczytu/zapisu do License Manager API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order">Dostęp odczytu/zapisu w piaskownicy API podczas testów dla zarządców sprzedawców i użytkowników, lub dostęp odczytu/zapisu przy wywoływaniu zapytań API bezpośrednio.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order.readonly">W dodatku do ogólnego zasięgu widoczności odczytu/zapisu OAuth, użyj OAuth tylko do odczytu do odczytu danych klienta.</string>
<string name="permission_scope_www.googleapis.com_auth_apps_reporting_audit.readonly">Dostęp do Admin Audit API ReadOnly</string>
<string name="permission_scope_www.googleapis.com_auth_appstate">Zakres widoczności dla użycia usługi App State.</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery.readonly">Podgląd Twoich danych na Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery">Podgląd i zarządzanie Twoimi danymi na Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_blogger">Zarządzanie Twoim kontem Blogger</string>
<string name="permission_scope_www.googleapis.com_auth_blogger.readonly">Podgląd Twojego konta Blogger</string>
<string name="permission_scope_www.googleapis.com_auth_books">Zarządzanie Twoimi książkami</string>
<string name="permission_scope_www.googleapis.com_auth_calendar">Zarządzanie Twoimi kalendarzami</string>
<string name="permission_scope_www.googleapis.com_auth_calendar.readonly">Podgląd Twoich kalendarzy</string>
<string name="permission_scope_www.googleapis.com_auth_cloudprint">Podgląd i zarządzanie Twoimi danymi drukowania w chmurze Google</string>
<string name="permission_scope_www.googleapis.com_auth_compute.readonly">Podgląd Twoich zasobów Google Compute Engine</string>
<string name="permission_scope_www.googleapis.com_auth_compute">Podgląd i zarządzanie Twoich zasobów Google Compute Engine</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate.readonly">Podgląd Twoich zadań Google Coordinate</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate">Podgląd i zarządzanie Twoimi zadaniami Google Maps Coordinate</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.full_control">Zarządzanie Twoimi danymi i uprawnieniami w Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_only">Podgląd Twoich danych w Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_write">Zarządzanie Twoimi danymi w Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_dfareporting">Podgląd i zarządzanie raportów DoubleClick dla Reklamodawców</string>
<string name="permission_scope_www.googleapis.com_auth_drive.appdata">Pozwala na dostęp do katalogu danych aplikacji</string>
<string name="permission_scope_www.googleapis.com_auth_drive.apps.readonly">Podgląd Twoich aplikacji na Dysku Google</string>
<string name="permission_scope_www.googleapis.com_auth_drive.file">Podgląd i zarządzanie plikami na Dysku Google, które otwarłeś lub utworzyłeś przy pomocy tej aplikacji</string>
<string name="permission_scope_www.googleapis.com_auth_drive.install">Specjalny zakres widoczności pozwalający użytkownikom zaakceptować instalację aplikacji</string>
<string name="permission_scope_www.googleapis.com_auth_drive.metadata.readonly">Podgląd metadanych plików i dokumentów na Twoim Dysku Google</string>
<string name="permission_scope_www.googleapis.com_auth_drive.readonly">Podgląd plików i dokumentów na Twoim Dysku Google</string>
<string name="permission_scope_www.googleapis.com_auth_drive.scripts">Modyfikacja zachowań Twoich skryptów Google Apps Script</string>
<string name="permission_scope_www.googleapis.com_auth_drive">Podgląd i zarządzanie plikami i dokumentami na Twoim Dysku Google</string>
<string name="permission_scope_www.googleapis.com_auth_freebase.readonly">podgląd Twojego konta Freebase</string>
<string name="permission_scope_www.googleapis.com_auth_freebase">Zalogowanie się do Freebase przy użyciu Twojego konta</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables">Zarządzanie Twoimi Fusion Tables</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables.readonly">Podgląd Twoich Fusion Tables</string>
<string name="permission_scope_www.googleapis.com_auth_games">Zakres widoczności dostępu danych z Gier Google Play.</string>
<string name="permission_scope_www.googleapis.com_auth_gan">Zarządzanie Twoimi danymi GAN</string>
<string name="permission_scope_www.googleapis.com_auth_gan.readonly">Podgląd Twoich danych GAN</string>
<string name="permission_scope_www.googleapis.com_auth_gcm_for_chrome">CloudMessaging dla Chrome</string>
<string name="permission_scope_www.googleapis.com_auth_glass.timeline">Zakres czasowy widoczności Glass</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.compose">Tworzenie, odczyt, aktualizacja i usuwanie kopii roboczych. Wysyłanie wiadomości do kopii roboczych.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.modify">Wszystkie operacje odczytu/zapisu z wyjątkiem natychmiastowego usuwania tematów i wiadomości z pominięciem kosza.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.readonly">Czytanie wszystkich zasobów i ich metadanych, bez operacji zapisu.</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.best">Zarządzanie Twoją szczegółową lokalizacją i historią lokalizacji</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.city">Zarządzanie Twoją przybliżoną (miasto) lokalizacją i historią lokalizacji</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.best">Zarządzanie Twoją szczegółową lokalizacją</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.city">Zarządzanie Twoją przybliżoną (miasto) lokalizacją</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine">dostarcza dostęp do odczytu i zapisu danych użytkownika Maps Engine z Twojej aplikacji.</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">dozwala dostęp tylko do odczytu danych użytkownika Maps Engine z aplikacji</string>
<string name="permission_scope_www.googleapis.com_auth_mobilemaps.firstparty">Podgląd i zarządzanie Twoimi Mapami Google na telefonie</string>
<string name="permission_scope_www.googleapis.com_auth_orkut">Zarządzaj Twoją aktywnością Orkut</string>
<string name="permission_scope_www.googleapis.com_auth_orkut.readonly">Podgląd Twoich danych Orkut</string>
<string name="permission_scope_www.googleapis.com_auth_plus.login">Pozna Twoje imię, podstawowe informacje i listę ludzi z którymi jesteś połączony na Google+</string>
<string name="permission_scope_www.googleapis.com_auth_plus.me">Pozna kim jesteś na Google</string>
<string name="permission_scope_www.googleapis.com_auth_prediction">Zarządzanie Twoimi danymi na Google Prediction API</string>
<string name="permission_scope_www.googleapis.com_auth_shoppingapi">Zarządzanie Twoimi danymi produktu</string>
<string name="permission_scope_www.googleapis.com_auth_siteverification">Zarządzanie listą Twoich stron i domen</string>
<string name="permission_scope_www.googleapis.com_auth_siteverification.verify_only">Zarządzanie Twoimi nowymi weryfikacjami stron na Google</string>
<string name="permission_scope_www.googleapis.com_auth_structuredcontent">Dostęp odczytu/zapisu do Shopping Content API.</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue.consumer">Wypełnianie zadań na Twoim Taskqueues</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue">Zarządzanie Twoimi Zadaniami</string>
<string name="permission_scope_www.googleapis.com_auth_tasks">Zarządzanie Twoimi zadaniami</string>
<string name="permission_scope_www.googleapis.com_auth_tasks.readonly">Podgląd Twoich zadań</string>
<string name="permission_scope_www.googleapis.com_auth_tracks">Google Maps Tracks API, ten zakres widoczności pozwala na odczyt i zapis do danych Twoich projektów.</string>
<string name="permission_scope_www.googleapis.com_auth_urlshortener">Zarządzanie Twoimi skróconymi odnośnikami goo.gl</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.email">Podgląd Twojego adresu el-poczty</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.profile">Podgląd podstawowych informacji odnośnie Twojego konta</string>
<string name="permission_scope_www.googleapis.com_auth_youtube">Zarządzanie Twoim kontem YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtubepartner">Podgląd i zarządzanie Twoimi zasobami i powiązaną treścią na YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.readonly">Podgląd Twojego konta YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.upload">Zarządzanie Twoimi filmikami na YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics_monetary.readonly">Podgląd raportów finansowych na YouTube Analytics odnośnie Twoich filmików</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics.readonly">Podgląd raportów YouTube Analytics dla Twoich filmików</string>
</resources>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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>
</resources>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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>
</resources>

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2013-2015 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="permission_service_all_label">Всі сервіси Google</string>
<string name="permission_service_all_description">Надає доступ додатку до всіх сервісів Google через будьякий прив\'язаний обліковий запис Google.</string>
<string name="permission_service_android_label">Сервіси Android</string>
<string name="permission_service_android_description">Надає доступ додатку до сервісів Android через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_adsense_label">AdSense</string>
<string name="permission_service_adsense_description">Надає доступ додатку до AdSense через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_adwords_label">AdWords</string>
<string name="permission_service_adwords_description">Надає доступ додатку до AdWords через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_ah_label">Google App Engine</string>
<string name="permission_service_ah_description">Надає доступ додатку до Google App Engine через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_blogger_label">Blogger</string>
<string name="permission_service_blogger_description">Надає доступ додатку до Blogger через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_cl_label">Google Календар</string>
<string name="permission_service_cl_description">Надає доступ додатку до Google Календар через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_cp_label">Контакти</string>
<string name="permission_service_cp_description">Надає доступ додатку до Контактів через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_dodgeball_label">Dodgeball</string>
<string name="permission_service_dodgeball_description">Надає доступ додатку до Dodgeball через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_finance_label">Google Finance</string>
<string name="permission_service_finance_description">Надає доступ додатку до Google Finance через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_gbase_label">Google Base</string>
<string name="permission_service_gbase_description">Надає доступ додатку до Google Base через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_grandcentral_label">Google Voice</string>
<string name="permission_service_grandcentral_description">Надає доступ додатку до Google Voice через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_groups2_label">Google Groups</string>
<string name="permission_service_groups2_description">Надає доступ додатку до Google Groups через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_health_label">Google Health</string>
<string name="permission_service_health_description">Надає доступ додатку до Google Health через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_ig_label">iGoogle</string>
<string name="permission_service_ig_description">Надає доступ додатку до iGoogle через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_jotspot_label">JotSpot</string>
<string name="permission_service_jotspot_description">Надає доступ додатку до JotSpot через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_knol_label">Knol</string>
<string name="permission_service_knol_description">Надає доступ додатку до Knol через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_lh2_label">Picasa Web Albums</string>
<string name="permission_service_lh2_description">Надає доступ додатку до Picasa Web Albums через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_local_label">Google Карти</string>
<string name="permission_service_local_description">Надає доступ додатку до Google Карти через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_mail_label">Google Пошта</string>
<string name="permission_service_mail_description">Надає доступ додатку до Google Пошти через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_news_label">Google Новини</string>
<string name="permission_service_news_description">Надає доступ додатку до Google Новин через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_notebook_label">Google Notebook</string>
<string name="permission_service_notebook_description">Надає доступ додатку до Google Notebook через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_orkut_label">Orkut</string>
<string name="permission_service_orkut_description">Надає доступ додатку до Orkut через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_print_label">Google Book Search</string>
<string name="permission_service_print_description">Надає доступ додатку до Google Book Search через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_sierra_label">Google Checkout accounts</string>
<string name="permission_service_sierra_description">Надає доступ додатку до Google Checkout через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_sierraqa_label">Google Checkout QA accounts</string>
<string name="permission_service_sierraqa_description">Надає доступ додатку до Google Checkout QA accounts через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_sierrasandbox_label">Google Checkout Sandbox accounts</string>
<string name="permission_service_sierrasandbox_description">Надає доступ додатку до Google Checkout Sandbox accounts через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_sitemaps_label">Google Webmaster Tools</string>
<string name="permission_service_sitemaps_description">Надає доступ додатку до Google Webmaster Tools через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_speech_label">Voice Search</string>
<string name="permission_service_speech_description">Надає доступ додатку до Voice Search через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_speechpersonalization_label">Personalized Speech Recognition</string>
<string name="permission_service_speechpersonalization_description">Надає доступ додатку до Personalized Speech Recognition через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_talk_label">Google Talk</string>
<string name="permission_service_talk_description">Надає доступ додатку до Google Talk через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_wifi_label">Google Wi-Fi</string>
<string name="permission_service_wifi_description">Надає доступ додатку до Google Wi-Fi через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_wise_label">Google Таблиці</string>
<string name="permission_service_wise_description">Надає доступ додатку до Google таблиць через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_writely_label">Google Документи</string>
<string name="permission_service_writely_description">Надає доступ додатку до Google Документів через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_youtube_label">YouTube</string>
<string name="permission_service_youtube_description">Надає доступ додатку до YouTube через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_service_YouTubeUser_label">Імена користувачів YouTube</string>
<string name="permission_service_YouTubeUser_description">Надає доступ додатку до Імен користувача(ів) YouTube через будь-який прив\'язаний обліковий запис Google.</string>
<string name="permission_scope_www.googleapis.com_auth_activity">Переглянути історію активності Ваших додатків Google</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.buyer">Керування Вашим обліковим записом покупця Ad Exchange</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller.readonly">Перегляд Ваших Ad Exchange даних</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller">Перегляд та керування Вашими Ad Exchange даними</string>
<string name="permission_scope_www.googleapis.com_auth_adsensehost">Перегляд та керування Вашими даними хостингів AdSense та пов\'язаними обліковими записами</string>
<string name="permission_scope_www.googleapis.com_auth_adsense.readonly">Перегляд Ваших AdSense даних</string>
<string name="permission_scope_www.googleapis.com_auth_adsense">Перегляд та керування Вашими AdSense даними</string>
<string name="permission_scope_www.googleapis.com_auth_analytics.readonly">Перегляд Ваших Google Analytics даних</string>
<string name="permission_scope_www.googleapis.com_auth_analytics">Перегляд та керування Вашими Google Analytics даними</string>
<string name="permission_scope_www.googleapis.com_auth_androidpublisher">Доступ Android розробникам до Google Play</string>
<string name="permission_scope_www.googleapis.com_auth_appengine.admin">Рушій додатку сфери адміністрування.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.migration">Доступ на запис та читання до Groups Migration API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.settings">Перегляд та керування налаштуваннями до Google Apps Group</string>
<string name="permission_scope_www.googleapis.com_auth_apps.licensing">Доступ на запис та читання до License Manager API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order">Доступ для читання та запису адміністраторам та користувачам під час тестування в пісочниці API або ж доступ для читання та запису під час звернень до API-операцій напряму.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order.readonly">Окрім загального читання/запису по протоколу OAuth, слід використовувати лише для читання протокол OAuth під час видобування даних клієнта.</string>
<string name="permission_scope_www.googleapis.com_auth_apps_reporting_audit.readonly">Доступ лише на читання до Admin Audit API</string>
<string name="permission_scope_www.googleapis.com_auth_appstate">Сфера використання сервісу App State.</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery.readonly">Перегляд Ваших даних в Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery">Перегляд та керування Вашими даними в Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_blogger">Керування Вашим обліковим записом Blogger</string>
<string name="permission_scope_www.googleapis.com_auth_blogger.readonly">Перегляд Вашого облікового запису Blogger</string>
<string name="permission_scope_www.googleapis.com_auth_books">Керування Вашими книгами</string>
<string name="permission_scope_www.googleapis.com_auth_calendar">Керування Вашими календарями</string>
<string name="permission_scope_www.googleapis.com_auth_calendar.readonly">Перегляд Ваших календарів</string>
<string name="permission_scope_www.googleapis.com_auth_cloudprint">Перегляд та керування Вашими даними google cloud print</string>
<string name="permission_scope_www.googleapis.com_auth_compute.readonly">Перегляд своїх ресурсів Google Compute Engine</string>
<string name="permission_scope_www.googleapis.com_auth_compute">Перегляд та керування своїми ресурсами Google Compute Engine</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate.readonly">Перегляд своїх Google Coordinate завдань</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate">Перегляд та керування своїми Google Maps Coordinate завданнями</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.full_control">Керування своїми даними та дозволами в Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_only">Перегляд своїх даних в Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_write">Керування своїми даними в Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_dfareporting">Перегляд та керування DoubleClick звітами рекламодавців</string>
<string name="permission_scope_www.googleapis.com_auth_drive.appdata">Надати доступ до теки Application Data</string>
<string name="permission_scope_www.googleapis.com_auth_drive.apps.readonly">Перегляд своїх додатків Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_drive.file">Перегляд та керування файлами Google Drive, які Ви відкрили чи створили в даному додатку</string>
<string name="permission_scope_www.googleapis.com_auth_drive.install">Спеціальні можливості, які дозволяють користувачу ухвалювати встановлення додатків</string>
<string name="permission_scope_www.googleapis.com_auth_drive.metadata.readonly">Перегляд метаданих для файлів та документів в Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_drive.readonly">Перегляд файлів та документів в Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_drive.scripts">Зміна поведінки своїх Google Apps Script</string>
<string name="permission_scope_www.googleapis.com_auth_drive">Перегляд та керування файлами та документами в Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_freebase.readonly">Перегляд свого облікового запису Freebase</string>
<string name="permission_scope_www.googleapis.com_auth_freebase">Зареєструватися в Freebase через свій обліковий запис</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables">Керування своїми об\'єднаними таблицями</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables.readonly">Перегляд своїх об\'єднаних таблиць</string>
<string name="permission_scope_www.googleapis.com_auth_games">Доступу до даних з Google Play ігри.</string>
<string name="permission_scope_www.googleapis.com_auth_gan">Керування своїми GAN даними</string>
<string name="permission_scope_www.googleapis.com_auth_gan.readonly">Перегляд своїх GAN даних</string>
<string name="permission_scope_www.googleapis.com_auth_gcm_for_chrome">CloudMessaging для chrome</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.compose">Створювати, читати, оновлювати та видаляти чернетки. Відправляти повідомлення та чернетки.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.modify">Всі операції читання/запису виконуються одразу ж, окрім видалення тем та повідомлень повз кошик.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.readonly">Читання всіх ресурсів та метаданих, які не потребують операцій запису.</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.best">Керування своїм точним місцем перебуванням та його історією</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.city">Керування своїм місцем перебуванням в межах міста та його історією</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.best">Керування своїм точним місцем перебуванням</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.city">Керування своїм місцем перебуванням в межах міста</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine">надає доступ на читання та запис Maps Engine даних користувача зі свого додатку.</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">надає доступ лише на читання Maps Engine даних користувача зі свого додатку.</string>
<string name="permission_scope_www.googleapis.com_auth_mobilemaps.firstparty">Перегляд та керування своїми Google картами для мобільного пристрою</string>
<string name="permission_scope_www.googleapis.com_auth_orkut">Керування Вашою Orkut активністю</string>
<string name="permission_scope_www.googleapis.com_auth_orkut.readonly">Перегляд Ваших Orkut даних</string>
<string name="permission_scope_www.googleapis.com_auth_plus.login">Дізнатися Ваше ім\'я, основну інформацію, та перелік людей, з якими ви пов\'язані через Google+</string>
<string name="permission_scope_www.googleapis.com_auth_plus.me">Дізнатися хто Ви є в Google</string>
<string name="permission_scope_www.googleapis.com_auth_prediction">Керування своїми даними в Google Prediction API</string>
<string name="permission_scope_www.googleapis.com_auth_shoppingapi">Перегляд даних продукту</string>
<string name="permission_scope_www.googleapis.com_auth_siteverification">Керування своїм переліком сайтів та доменів</string>
<string name="permission_scope_www.googleapis.com_auth_structuredcontent">Доступ на запис та читання до Shopping Content API.</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue.consumer">Виконання завдань із вашого планувальника завдань</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue">Керування своїми задачами</string>
<string name="permission_scope_www.googleapis.com_auth_tasks">Керування своїми задачами</string>
<string name="permission_scope_www.googleapis.com_auth_tasks.readonly">Перегляд своїх задач</string>
<string name="permission_scope_www.googleapis.com_auth_tracks">Google Maps Tracks API, Дана можливість дозволить читати та писати до даних Вашого проекту.</string>
<string name="permission_scope_www.googleapis.com_auth_urlshortener">Керування своїми короткими посиланнями goo.gl</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.email">Перегляд Вашої електронної адреси</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.profile">Перегляд базової інформації про свій обліковий запис</string>
<string name="permission_scope_www.googleapis.com_auth_youtube">Керування Вашим обліковим записом YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtubepartner">Перегляд та керування Вашими активами та пов\'язаним контентом на YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.readonly">Перегляд Вашого облікового запису YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.upload">Керування Вашими відеороликами YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics_monetary.readonly">Перегляд валютних звітів аналітики YouTube для свого YouTube контенту</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics.readonly">Перегляд звітів аналітики YouTube для свого YouTube контенту</string>
</resources>

View File

@ -0,0 +1,39 @@
<?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="pref_unifiednlp_summary">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> сервер сконфігуровано</item>
<item quantity="few"><xliff:g example="3">%1$d</xliff:g> сервера сконфігуровано</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> серверів сконфігуровано</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> додаток зареєстровано</item>
<item quantity="few"><xliff:g example="123">%1$d</xliff:g> додатка зареєстровано</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> додатки зареєстровано</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Не надано дозвіл, якій необхідний для нормальної роботи microG Service Core</item>
<item quantity="few">Не надано дозволи, які необхідні для нормальної роботи microG Service Core</item>
<item quantity="other">Не надано дозволи, які необхідні для нормальної роботи microG Service Core</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Запитати відсутній дозвіл</item>
<item quantity="few">Запитати відсутні дозволи</item>
<item quantity="other">Запитати відсутні дозволи</item>
</plurals>
</resources>

View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="gms_app_name">microG Services Core</string>
<string name="gms_settings_name">Налаштування microG</string>
<string name="just_a_sec">Зачекайте трохи...</string>
<string name="google_account_label">Google</string>
<string name="ask_permission_tos">Продовжуючи, ви дозволяєте даному додатку та Google використовувати ваші дані згідно з їх відповідними умовами надання послуг та політикою конфіденційності.</string>
<string name="ask_scope_permission_title"><xliff:g example="F-Droid">%1$s</xliff:g> бажав би:</string>
<string name="ask_service_permission_title"><xliff:g example="F-Droid">%1$s</xliff:g> бажав би використовувати:</string>
<string name="account_manager_title">Google Account Manager</string>
<string name="sorry">Вибачте...</string>
<string name="no_network_error_desc">Ви не маєте підключення до мережі.
Це може бути тимчасовою проблемою, або ж Ваш пристрій не може використовувати передачу даних. Спробуйте ще раз, коли з\'явиться мобільна мережа чи з\'єднання із Wi-Fi мережею.</string>
<string name="auth_general_error_desc">Не вдалося з\'єднатися із сервісами Google.
Спробуйте пізніше.</string>
<string name="auth_finalize">Ваш пристрій з\'єднається із Google, аби зберегти інформацію до вашого облікового запису.
Це може тривати кілька хвилин.</string>
<string name="allow">Дозволено</string>
<string name="deny">Відмовлено</string>
<string name="auth_notification_title">Потрібна аутентифікація</string>
<string name="auth_notification_content"><xliff:g example="F-Droid">%1$s</xliff:g> потребує авторизації для отримання доступу до Вашого облікового запису Google.</string>
<string name="perm_status_broadcast_label">слухати внутрішній статус трансляцій</string>
<string name="perm_c2dm_receive_label">слухати C2DM повідомлення</string>
<string name="perm_c2dm_send_label">надсилати C2DM повідомлення до інших додатків</string>
<string name="perm_gtalk_svc_label">обмінюватись повідомленнями та отримувати запити на синхронізацію від сервісів Google</string>
<string name="perm_extended_access_label">Розширений доступ до сервісів Google</string>
<string name="service_name_checkin">Реєстрація пристрою в Google</string>
<string name="service_name_mcs">Google Cloud Messaging</string>
<string name="service_name_snet">Google SafetyNet</string>
<string name="service_status_disabled">Вимкнуто</string>
<string name="service_status_enabled">Увімкнуто</string>
<string name="service_status_automatic">Автоматично</string>
<string name="service_status_manual">Вручну</string>
<string name="menu_advanced">Додатково</string>
<string name="list_no_item_none">Порожньо</string>
<string name="games_title">Ігри Google Play</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> бажає використовувати Play ігри</string>
<string name="games_info_content">Для використання можливостей Play Games, необхідно встановити додаток Google Play Games. Додаток може працювати і без нього, але можливі проблеми під час роботи.</string>
<string name="pick_place_title">Оберіть місце</string>
<string name="pick_place_desc">Засіб вибору місця ще не доступний.</string>
<string name="place_picker_select_title">Оберіть місце-розташування</string>
<string name="place_picker_nearby_places">Найближчі місця</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">microG Services Core: Відсутній дозвіл на <xliff:g example="have full network acccess">%1$s</xliff:g></string>
<string name="network_type_mobile">Мобільні мережі</string>
<string name="network_type_wifi">Wi-Fi</string>
<string name="network_type_roaming">Роумінг</string>
<string name="network_type_other">Інші мережі</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Підтримка підміни підпису</string>
<string name="self_check_cat_gms_packages">Встановлені додатки</string>
<string name="self_check_cat_system">Система</string>
<string name="self_check_name_fake_sig_perm">Підтримка системою підміни підпису:</string>
<string name="self_check_resolution_fake_sig_perm">Поточне програмне забезпечення пристрою не підтримує підміну підпису. Ви можете використовувати Xposed або інші методи підтримки підміни підпису. Будь ласка, перевірте документацію, де вказано яка система підтримує підміну підпису і як використовувати microG, якщо немає такої підтримки.</string>
<string name="self_check_name_perm_granted">Надання системою дозволу на підміну підпису:</string>
<string name="self_check_resolution_perm_granted">Ваше програмне забезпечення пристрою підтримує підміну підпису, але потребує додаткової дії для її активації. Будь ласка, перевірте документацію, де вказано як це зробити.</string>
<string name="self_check_name_system_spoofs">Підміна підпису системою:</string>
<string name="self_check_resolution_system_spoofs">Будь ласка, перевірте документацію, де вказано як це зробити.</string>
<string name="self_check_pkg_gms">Play Services (GmsCore)</string>
<string name="self_check_pkg_vending">Play Store (Phonesky)</string>
<string name="self_check_pkg_gsf">Services Framework (GSF)</string>
<string name="self_check_name_app_installed"><xliff:g example="F-Droid">%1$s</xliff:g> встановлено: </string>
<string name="self_check_resolution_app_installed">Встановіть додаток <xliff:g example="F-Droid">%1$s</xliff:g> або сумісний. Будь ласка, перевірте документацію, де вказано сумісні додатки.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> має вірний підпис: </string>
<string name="self_check_resolution_correct_sig">Або встановлений додаток <xliff:g example="F-Droid">%1$s</xliff:g> не сумісний чи має невірний підпис, або підміна підпису не активована для нього. Будь ласка, перевірте документацію, де вказано сумісні додатки чи програмне забезпечення пристрою.</string>
<string name="self_check_name_battery_optimizations">Ігнорування оптимізації енергоспоживання:</string>
<string name="self_check_resolution_battery_optimizations">Торкніться тут, аби вимкнути оптимізацію енергоспоживання. Якщо цього не зробити, додаток працюватиме не коректно в фоновому режимі.</string>
<!-- Settings strings -->
<string name="prefcat_about">Про</string>
<string name="prefcat_components">Компоненти</string>
<string name="prefcat_configuration">Конфігурація</string>
<string name="prefcat_google_services">Сервіси Google</string>
<string name="prefcat_location_service">Сервіси позиціювання</string>
<string name="prefcat_operation_mode">Режим роботи</string>
<string name="prefcat_services">Сервіси</string>
<string name="prefcat_test">Тест</string>
<string name="cond_gcm_bat_title">Увімкнута оптимізація енергоспоживання</string>
<string name="cond_gcm_bat_summary">Ви увімкнули Google Cloud Messaging але лиши оптимізацію енергоспоживання активним для microG Services Core. Аби отримувати push-сповіщення необхідно вимкнути оптимізацію енергоспоживання.</string>
<string name="cond_gcm_bat_action">Ігнорувати оптимізацію</string>
<string name="cond_perm_title">Відсутній дозвіл</string>
<string name="prefs_account">Налаштування облікового запису</string>
<string name="prefs_account_privacy">Персональна інформація та приватність</string>
<string name="prefs_account_security">Авторизація та безпека</string>
<string name="pref_auth_trust_google_title">Довіряти дозволам Google в додатках</string>
<string name="pref_auth_trust_google_summary">Коли вимкнено, у користувача запитується дозвіл на авторизацію Google. Деякі додатки не можуть використовувати обліковий запис Google, без даної можливості.</string>
<string name="pref_checkin_enable_summary">Реєструє Ваш пристрій в сервісах Google та створює унікальний ідентифікатор. MicroG видаляє всі біти ідентифікації, окрім імені Вашого облікового запису Google.</string>
<string name="pref_more_settings">Додатково</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging надає push-сповіщення, які використовуються в багатьох сторонніх додатках. Аби використовувати їх, ви повинні увімкнути реєстрацію пристрою.</string>
<string name="pref_gcm_heartbeat_title">Інтервал з\'єднання Cloud Messaging</string>
<string name="pref_gcm_heartbeat_summary">Інтервал в секундах для опитування серверів Google. Збільшення даного значення скоротить споживання батареї, але може призвести до затримок push-повідомлень.\nЗастаріло, буде змінено в наступних випусках.</string>
<string name="pref_gcm_apps_title">Додатки, які використовують Google Cloud Messaging</string>
<string name="pref_gcm_apps_summary">Перелік додатків, які прив\'язані до Google Cloud Messaging.</string>
<string name="pref_gcm_confirm_new_apps_title">Підтверджувати нові додатки</string>
<string name="pref_gcm_confirm_new_apps_summary">Запитувати перед реєстрацією нового додатку для отримання push-повідомлень</string>
<string name="pref_gcm_ping_interval">Інтервал опитування: <xliff:g example="10 minutes">%1$s</xliff:g></string>
<string name="pref_about_title">Про microG Services Core</string>
<string name="pref_about_summary">Версія та використані бібліотеки</string>
<string name="gcm_app_error_unregistering">Помилка відв\'язування</string>
<string name="gcm_app_not_installed_anymore">Додаток вже не встановлено</string>
<string name="gcm_unregister_app">Відв\'язати</string>
<string name="gcm_not_registered">Не прив\'язано</string>
<string name="gcm_no_message_yet">Повідомлення ще не отримано</string>
<string name="gcm_last_message_at">Крайне повідомлення: <xliff:g example="Yesterday, 02:20 PM">%1$s</xliff:g></string>
<string name="gcm_registered">Прив\'язано</string>
<string name="gcm_registered_since">Прив\'язано від: <xliff:g example="Yesterday, 02:20 PM">%1$s</xliff:g></string>
<string name="gcm_unregister_confirm_title">Відв\'язати <xliff:g example="F-Droid">%1$s</xliff:g>?</string>
<string name="gcm_unregister_confirm_message">Деякі додатки автоматично не прив\'язуються або/та не дозволяють зробити це вручну. Такі додатки можуть робити некоректно після відв\'язування.\nПродовжити?</string>
<string name="gcm_unregister_after_deny_message">Ви заборонили додатку push-повідомлення, який вже був прив\'язаний.\nВи бажаєте відв\'язати його зараз, аби більше не отримувати від нього push-повідомлень?</string>
<string name="gcm_messages_counter">Повідомлень: <xliff:g example="123">%1$d</xliff:g> (<xliff:g example="12345">%2$d</xliff:g> байт)</string>
<string name="gcm_state_disconnected">Поточний стан: Відключено</string>
<string name="gcm_state_connected">Поточний стан: Під\'єднано від <xliff:g example="2 hours ago">%1$s</xliff:g></string>
<string name="snet_intro">Google SafetyNet це система сертифікації пристрою, яка гарантує, що пристрій коректно захищено та сумісне із Android CTS. Деякі додатки використовують SafetyNet для безпеки або в якості попередньої системи захисту від злому.\n\nmicroG GmsCore містить вільну реалізацію SafetyNet, але офіційний сервер вимагає, аби запити були підписані за допомогою закритої програмної системи DroidGuard. Ізольована версія DroidGuard доступна для встановлення як окремий додаток "DroidGuard Helper".</string>
<string name="pref_snet_testdrive_title">Протестувати SafetyNet перевірку</string>
<string name="pref_snet_status_official_title">Використовувати офіційний сервер</string>
<string name="pref_snet_status_official_summary">Потребує систему з адміністративними правами та встановленим microG DroidGuard Helper</string>
<string name="pref_snet_status_third_party_title">Використовувати сторонній сервер</string>
<string name="pref_snet_status_third_party_summary">Сторонні сервери можуть відповідати на SafetyNet запити без підпису DroidGuard</string>
<string name="pref_snet_custom_url_title">Посилання стороннього серверу</string>
<string name="pref_snet_custom_url_summary">Повне посилання стороннього серверу, який відповідає на запити SafetyNet</string>
<string name="pref_snet_self_signed_title">Використовувати самостійно підписаний сертифікат</string>
</resources>