resource cleanup

This commit is contained in:
X1nto 2020-07-18 14:19:31 +04:00
parent 6fceffa9a7
commit 2b2b660bcb
69 changed files with 8 additions and 2030 deletions

View File

@ -1,18 +0,0 @@
<?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.
-->
<selector/>

View File

@ -1,27 +0,0 @@
<?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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#ffffff"
android:pathData="M14,10H2V12H14V10M14,6H2V8H14V6M2,16H10V14H2V16M21.5,11.5L23,13L16,20L11.5,15.5L13,14L16,17L21.5,11.5Z" />
</vector>

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="?android:attr/listDivider"/>
<TextView android:id="@android:id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dip"
android:paddingBottom="8dip"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
android:paddingRight="?android:attr/listPreferredItemPaddingRight"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingTop="8dip"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
</LinearLayout>

View File

@ -1,24 +0,0 @@
<!--
~ 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.
-->
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG Team</string>
<string name="about_version_str">Version %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Alle Rechte vorbehalten.</string>
<string name="prefcat_setup">Einrichtung</string>
<string name="self_check_title">Selbstprüfung</string>
<string name="self_check_desc">Prüft ob das System zur Nutzung von microG konfiguriert ist.</string>
<string name="self_check_cat_permissions">Berechtigungen erteilt</string>
<string name="self_check_name_permission">%1$s:</string>
@ -37,8 +32,4 @@
<string name="about_root_version">Version v0.1.0</string>
<string name="about_root_libraries">Genutzte Bibliotheken</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG Team</string>
<string name="about_version_str">Version %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Tous droits réservés.</string>
<string name="prefcat_setup">Configuration</string>
<string name="self_check_title">Auto-vérification.</string>
<string name="self_check_desc">Vérifier si le système est correctement configuré pour utiliser microG.</string>
<string name="self_check_cat_permissions">Autorisations accordées</string>
<string name="self_check_name_permission">Autorisation à %1$s :</string>
@ -35,8 +30,4 @@
<string name="about_root_version">Version v0.1.0</string>
<string name="about_root_libraries">Librairies incluses</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">Narzędzia UI microG</string>
<string name="lib_license">Licencja Apache 2.0, Zespół microG</string>
<string name="about_version_str">Wersja %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Wszelkie prawa zastrzeżone.</string>
<string name="prefcat_setup">Ustawienia</string>
<string name="self_check_title">Samo-sprawdzenie</string>
<string name="self_check_desc">Sprawdza, czy system jest poprawnie skonfigurowany do korzystania z microG.</string>
<string name="self_check_cat_permissions">Udzielono uprawnień</string>
<string name="self_check_name_permission">Uprawnienie do %1$s:</string>
@ -37,5 +32,4 @@
<string name="about_root_version">Wersja v0.1.0</string>
<string name="about_root_libraries">Użyte biblioteki</string>
<string name="about_android_support_license">Licencja Apache 2.0, The Android Open Source Project</string>
</resources>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG Team</string>
<string name="about_version_str">Версия %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Все права защищены.</string>
<string name="prefcat_setup">Установить</string>
<string name="self_check_title">Проверка работоспособности</string>
<string name="self_check_desc">Проверьте, правильно ли настроена система для использования microG.</string>
<string name="self_check_cat_permissions">Права доступа предоставлены</string>
<string name="self_check_name_permission">Разрешение для %1$s:</string>
@ -37,8 +32,4 @@
<string name="about_root_version">Версия v0.1.0</string>
<string name="about_root_libraries">Используемые библиотеки</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

View File

@ -16,10 +16,8 @@
-->
<resources>
<string name="prefcat_setup">Поставка</string>
<string name="self_check_title">микроГ самопровера</string>
<string name="self_check_desc">Провера исправности подешавања система за коришћење микроГ услуга.</string>
<string name="self_check_cat_permissions">Дозволе одобрене</string>
<string name="self_check_name_permission">Дозволе за %1$s:</string>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG Team</string>
<string name="about_version_str">Версія %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Всі права захищено.</string>
<string name="prefcat_setup">Налаштування</string>
<string name="self_check_title">Само-тестування</string>
<string name="self_check_desc">Перевірка, чи належним чином система використовує microG.</string>
<string name="self_check_cat_permissions">Доступ надано</string>
<string name="self_check_name_permission">Доступ до %1$s:</string>
@ -37,8 +32,4 @@
<string name="about_root_version">Версія v0.1.0</string>
<string name="about_root_libraries">Використані бібліотеки</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG團隊</string>
<string name="about_version_str">版本 %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">保留所有權利。</string>
<string name="prefcat_setup">設定</string>
<string name="self_check_title">自我檢查</string>
<string name="self_check_desc">確認系統是否已正確設置成microG可以使用的狀態。</string>
<string name="self_check_cat_permissions">允許權限</string>
<string name="self_check_name_permission">給 %1$s的權限</string>
@ -37,8 +32,4 @@
<string name="about_root_version">版本 v0.1.0</string>
<string name="about_root_libraries">使用的程式庫</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

View File

@ -15,10 +15,6 @@
-->
<resources>
<color name="settings_theme_primary">#ff263238</color>
<color name="settings_theme_primary_dark">#ff21272b</color>
<color name="settings_theme_accent">#ff009688</color>
<color name="switchbar_background_color">#ff37474f</color>
<color name="switch_accent_color">#ff7fcac3</color>
</resources>

View File

@ -16,17 +16,12 @@
-->
<resources>
<string name="lib_name">microG UI Tools</string>
<string name="lib_license">Apache License 2.0, microG Team</string>
<string name="about_version_str">Version %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">All rights reserved.</string>
<string name="prefcat_setup">Setup</string>
<string name="self_check_title">Self-Check</string>
<string name="self_check_desc">Check if the system is correctly set up to use microG.</string>
<string name="self_check_cat_permissions">Permissions granted</string>
<string name="self_check_name_permission">Permission to %1$s:</string>
@ -37,8 +32,4 @@
<string name="about_root_version">Version v0.1.0</string>
<string name="about_root_libraries">Included libraries</string>
<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache License 2.0, The Android Open Source Project</string>
</resources>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M4,3C2.89,3 2,3.89 2,5V15A2,2 0 0,0 4,17H12V22L15,19L18,22V17H20A2,2 0 0,0
22,15V8L22,6V5A2,2 0 0,0
20,3H16V3H4M12,5L15,7L18,5V8.5L21,10L18,11.5V15L15,13L12,15V11.5L9,10L12,8.5V5M4,5H9V7H4V5M4,9H7V11H4V9M4,13H9V15H4V13Z" />
</vector>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000000"
android:pathData="M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2
0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1
6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z" />
</vector>

View File

@ -1,17 +0,0 @@
<?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.
-->
<selector />

View File

@ -1,17 +0,0 @@
<?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.
-->
<selector />

View File

@ -1,17 +0,0 @@
<?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.
-->
<selector />

View File

@ -1,17 +0,0 @@
<?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.
-->
<selector />

View File

@ -1,107 +0,0 @@
<?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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:paddingTop="10dp"
android:text="@string/games_title"
android:textColor="?attr/colorPrimary"/>
<View
android:id="@+id/no_progress_bar"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp"
android:background="@color/dialog_border_color"/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:paddingTop="15dp">
<FrameLayout
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_marginEnd="-3dp"
android:layout_marginRight="-3dp"
android:background="@drawable/circle_shape_background"
android:padding="10dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/ic_gamepad"/>
</FrameLayout>
<FrameLayout
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_marginLeft="-3dp"
android:layout_marginStart="-3dp"
android:background="@drawable/circle_shape_background"
android:padding="10dp">
<ImageView
android:id="@+id/app_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/ic_core_service_app"/>
</FrameLayout>
</LinearLayout>
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:padding="15dp"
android:text="@string/games_info_title"
android:textColor="?attr/colorAccent"
android:textSize="18sp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="@string/games_info_content"/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:orientation="horizontal"
android:paddingBottom="5dp"
android:paddingLeft="10dp"
android:paddingRight="10dp">
<Button
android:id="@android:id/button1"
style="?attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@android:string/ok"/>
</LinearLayout>
</LinearLayout>

View File

@ -1,133 +0,0 @@
<?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.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/toolbar"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1">
<!-- <org.microg.gms.maps.vtm.BackendMapView
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:paddingBottom="41dip"
android:src="@drawable/maps_default_marker"/>-->
</RelativeLayout>
<LinearLayout
android:id="@+id/place_picker_select"
android:layout_width="fill_parent"
android:layout_height="72dp"
android:background="?attr/selectableItemBackground"
android:clickable="true"
android:orientation="horizontal">
<ImageView
android:id="@+id/place_picker_icon"
android:layout_width="32.0dip"
android:layout_height="72dp"
android:layout_gravity="top"
android:layout_marginEnd="16.0dip"
android:layout_marginLeft="16.0dip"
android:layout_marginRight="16.0dip"
android:layout_marginStart="16.0dip"
android:src="@drawable/ic_map_marker"/>
<FrameLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:id="@+id/place_picker_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:layout_marginTop="12.0dip"
android:ellipsize="end"
android:maxLines="1"
android:text="@string/place_picker_select_title"
android:textAppearance="?android:textAppearanceMedium"
android:textColor="?attr/colorAccent"/>
<TextView
android:id="@+id/place_picker_info"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:layout_marginTop="36.0dip"
android:ellipsize="end"
android:lines="1"
android:text="(0.0000000, 0.0000000)"
android:textAppearance="?android:textAppearanceSmall"/>
</FrameLayout>
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:background="#7f7f7f7f"/>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#fff1f1f1"
android:focusable="false"
android:orientation="vertical"
android:paddingLeft="8.0dip"
android:paddingRight="8.0dip">
<TextView
android:id="@id/title"
android:layout_width="fill_parent"
android:layout_height="40.0dip"
android:gravity="center_vertical"
android:paddingLeft="8.0dip"
android:text="@string/place_picker_nearby_places"
android:textAllCaps="true"
android:textAppearance="?android:textAppearanceSmall"
android:textColor="#ff7f7f7f"
android:textStyle="bold"/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">
<TextView
android:id="@+id/hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16.0dip"
android:text="Can't load nearby places."
android:textAppearance="?android:textAppearanceLarge"
android:textColor="#ff7f7f7f"/>
</RelativeLayout>
</LinearLayout>
</LinearLayout>

View File

@ -1,28 +0,0 @@
<?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.
-->
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_action_search"
android:icon="@drawable/ic_magnify"
android:title="@android:string/search_go"
app:actionViewClass="android.support.v7.widget.SearchView"
app:showAsAction="ifRoom|collapseActionView"
tools:ignore="AppCompatResource"/>
</menu>

View File

@ -16,20 +16,8 @@
-->
<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> backend eingestellt</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> backends eingestellt</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> registrierte App</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> registrierte Apps</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Eine Berechtigungen, die für die ordnungsgemäße Funktionalität von microG Services Core benötigt werden, ist nicht zugeteilt.</item>
<item quantity="other">Mehrere Berechtigungen, die für die ordnungsgemäße Funktionalität von microG Services Core benötigt werden, sind nicht zugeteilt.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Fehlende Berechtigung anfragen</item>
<item quantity="other">Fehlende Berechtigungen anfragen</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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 Einstellungen</string>
<string name="gms_settings_summary">microG services Core einrichten.</string>
@ -48,27 +47,14 @@ Dies kann einige Minuten dauern."</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>
<string name="network_type_wifi">WLAN</string>
<string name="network_type_roaming">Roaming</string>
@ -76,43 +62,19 @@ Dies kann einige Minuten dauern."</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 deaktiviert:</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">Infos</string>
<string name="prefcat_components">Komponenten</string>
<string name="prefcat_configuration">Einstellungen</string>
<string name="prefcat_google_services">Google-Dienste</string>
<string name="prefcat_location_service">Standortdienst</string>
<string name="prefcat_operation_mode">Modus</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>
<string name="prefs_account_privacy">Persönliche Daten &amp; Privatsphäre</string>
@ -123,8 +85,6 @@ Dies kann einige Minuten dauern."</string>
<string name="pref_checkin_enable_summary">Registriert den Gerät zur Nutzung von Google-Diensten und erzeugt eine eindeutige Kennung. microG entfernt identifizierende Daten außer dem Namen des Google-Kontos.</string>
<string name="pref_more_settings">Mehr</string>
<string name="pref_add_account_title">Konto</string>
<string name="pref_add_account_summary">Google Konto hinzufügen</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging ist ein Push-Nachrichten-Dienst, der von vielen Apps genutzt wird. Zur Benutzung muss Geräte Check-In aktiviert werden.</string>
@ -132,10 +92,7 @@ Dies kann einige Minuten dauern."</string>
<string name="pref_gcm_confirm_new_apps_title">Neue Apps bestätigen</string>
<string name="pref_gcm_confirm_new_apps_summary">Frage nach bevor neue Apps sich für Push-Nachrichten registrieren</string>
<string name="pref_about_title">Über microG Services Core</string>
<string name="pref_about_summary">Versionsinformation und genutzte Bibliotheken</string>
<string name="gcm_app_error_unregistering">Fehler bei der Abmeldung</string>
<string name="gcm_app_not_installed_anymore">Nicht mehr installiert</string>
<string name="gcm_unregister_app">Abmelden</string>
<string name="gcm_not_registered">Nicht registriert</string>
<string name="gcm_no_message_yet">Bisher keine Nachrichten erhalten</string>
@ -149,20 +106,4 @@ Dies kann einige Minuten dauern."</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_official_info">offizieller Server</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_status_third_party_info">Dritt-Server</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>
<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>
<string name="pref_snet_status_self_signed_info">selbst-signiertes Zertifikat</string>
</resources>

View File

@ -15,7 +15,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="gms_app_name">Servicios de microG Core</string>
<string name="gms_settings_name">Ajustes de microG</string>
<string name="just_a_sec">Un momento…</string>
@ -44,52 +43,17 @@ Esto podría tardar algunos minutos."</string>
<string name="perm_c2dm_send_label">enviar mensajes C2DM a otras aplicaciones</string>
<string name="perm_extended_access_label">Acceso extendido a los servicios de Google</string>
<string name="games_title">Google Play Juegos</string>
<string name="games_info_title">%1$s quiere usar Play Juegos</string>
<string name="games_info_content">Para usar Play Juegos es necesario instalar la aplicación Google Play Juegos. La aplicación puede continuar sin Play Juegos, pero es posible que funcione inesperadamente.</string>
<string name="pick_place_title">Selecciona un lugar</string>
<string name="pick_place_desc">El selector de lugares no esta disponible aun.</string>
<string name="place_picker_select_title">Selecciona esta posición</string>
<string name="place_picker_nearby_places">Lugares cercanos</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">Servicios de microG Core: Permiso de %1$s requerido</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Soporte para spoofing de firmas</string>
<string name="self_check_cat_gms_packages">Aplicaciones instaladas</string>
<string name="self_check_name_fake_sig_perm">Soporte de spoofing: </string>
<string name="self_check_resolution_fake_sig_perm">Tu ROM no tiene soporte nativo para spoofing de firmas. Todavía puedes usar Xposed o otros sistemas para conseguirlo. Por favor, compruebe la documentación en que ROMs soportan spoofing de firmas y como usar microG en las que no.</string>
<string name="self_check_name_perm_granted">Se concede el permiso de spoofing de firmas: </string>
<string name="self_check_resolution_perm_granted">Este es un fuerte indicador de que la ROM si soporta spoofing de firmas, pero requiere otra acción para activarlo. Por favor, compruebe la documentación en que pasos se deben seguir.</string>
<string name="self_check_name_system_spoofs">Spoofing de firmas: </string>
<string name="self_check_resolution_system_spoofs">Por favor compruebe la documentación en que pasos se deben seguir.</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">%1$s instalado: </string>
<string name="self_check_resolution_app_installed">Instala la aplicación %1$s o una compatible. Por favor comprueba la documentación en que aplicaciones son compatibles.</string>
<string name="self_check_name_correct_sig">%1$s tiene una firma correcta: </string>
<string name="self_check_resolution_correct_sig">Puede que el %1$s instalado no sea compatible o el spoofing de firmas no este activo. Por favor compruebe la documentación en que aplicaciones y ROMs son compatibles.</string>
<!-- Settings strings -->
<string name="prefcat_about">Acerca</string>
<string name="prefcat_components">Componentes</string>
<string name="prefcat_location_service">Servicio de localización</string>
<string name="prefcat_services">Servicios de segundo plano</string>
<string name="pref_auth_trust_google_title">Confiar en Google para los permisos de las aplicaciones</string>
<string name="pref_auth_trust_google_summary">Cuando este desactivado, se preguntara al usuario antes de que una aplicación envíe una solicitud de autorización a Google. Algunas aplicaciones fallaran al usar la cuenta de Google si esta desactivado.</string>
<string name="pref_checkin_enable_summary">El registro del dispositivo es un proceso oculto que se usa para crear un identificador único para los servicios de Google. microG quita información identificativa aparte del nombre en tu cuenta de Google de estos datos.</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging es un proveedor de notificaciones push usado por muchas aplicaciones. Para usarlo debes habilitar el registro del dispositivo.</string>
<string name="pref_gcm_heartbeat_title">Intervalo del Cloud Messaging heartbeat</string>
<string name="pref_gcm_heartbeat_summary">El intervalo en segundos para el heartbeat a los servidores de Google. Aumentar este número reducirá el gasto de la batería, pero podría causar retrasos en mensajes push.</string>
<string name="pref_about_title">Acerca de los Servicios de microG Core</string>
<string name="pref_about_summary">Información de la versión y librerías usadas</string>
</resources>
</resources>

View File

@ -16,27 +16,5 @@
-->
<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>
</resources>

View File

@ -16,20 +16,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="pref_unifiednlp_summary">
<item quantity="one"><xliff:g example="3">%1$d</xliff:g> fournisseur configuré</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> fournisseurs configurés</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> application enregistrée</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> applications enregistrées</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Une autorisation requises pour le fonctionnement correct de microG Service Core est manquante.</item>
<item quantity="other">Plusieurs autorisations requises pour le fonctionnement correct de microG Service Core sont manquantes.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Demander la autorisation manquante</item>
<item quantity="other">Demander les autorisations manquantes</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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">Paramètres de microG</string>
<string name="just_a_sec">Juste une seconde…</string>
@ -47,28 +46,14 @@ Ceci peut prendre plusieurs minutes."</string>
<string name="service_name_checkin">Enregistrement du terminal auprès de Google</string>
<string name="service_name_mcs">Google Cloud Messaging</string>
<string name="service_name_snet">Google SafetyNet</string>
<string name="service_status_disabled">Désactivé</string>
<string name="service_status_enabled">Activé</string>
<string name="service_status_automatic">Automatique</string>
<string name="service_status_manual">Manuel</string>
<string name="menu_advanced">Avancé</string>
<string name="list_no_item_none">Aucun</string>
<string name="games_title">Google Play Jeux</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> voudrait utiliser Play Jeux</string>
<string name="games_info_content">Pour utiliser Play Jeux il est requis dinstaller lapplication Google Play Jeux. Lapplication peut poursuivre sans Play Jeux, mais il est possible quelle se comporte de manière imprévue.</string>
<string name="pick_place_title">Sélectionner un emplacement</string>
<string name="pick_place_desc">La sélection demplacement nest pas encore disponible.</string>
<string name="place_picker_select_title">Sélectionner cette position</string>
<string name="place_picker_nearby_places">Lieux environnants.</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">microG Services Core: La permission <xliff:g example="have full network acccess">%1$s</xliff:g> est manquante.</string>
<string name="network_type_mobile">Réseau mobile</string>
<string name="network_type_wifi">Wi-Fi</string>
<string name="network_type_roaming">Roaming</string>
@ -76,43 +61,19 @@ Ceci peut prendre plusieurs minutes."</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Support de lusurpation de signature</string>
<string name="self_check_cat_gms_packages">Paquets installés</string>
<string name="self_check_cat_system">Système</string>
<string name="self_check_name_fake_sig_perm">Le système supporte lusurpation de signature : </string>
<string name="self_check_resolution_fake_sig_perm">Votre ROM ne supporte pas nativement lusurpation de signature. Vous pouvez néanmoins utiliser Xposed ou dautres mécanismes pour usurper les signatures. Merci de consulter la documentation sur les ROMs supportant lusurpation de signature et comment utiliser microG sur les autres.</string>
<string name="self_check_name_perm_granted">Le système autorise lusurpation de signature : </string>
<string name="self_check_resolution_perm_granted">Cest une indication forte que la ROM supporte lusurpation de signature mais que celle-ci requiert une action supplémentaire pour être activée. Merci de consulter la documentation sur les éventuelles étapes nécessaires.</string>
<string name="self_check_name_system_spoofs">Le système usurpe la signature : </string>
<string name="self_check_resolution_system_spoofs">Merci de consulter la documentation sur les éventuelles étapes nécessaires.</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> installé : </string>
<string name="self_check_resolution_app_installed">Installez lapplication <xliff:g example="F-Droid">%1$s</xliff:g> ou tout autre compatible. Merci de consulter la documentation pour obtenir la liste des applications compatibles.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> dispose de la bonne signature : </string>
<string name="self_check_resolution_correct_sig">Soit lapplication <xliff:g example="F-Droid">%1$s</xliff:g> installée nest pas compatible, soit lusurpation de signature nest pas activée pour celle-ci. Merci de consulter la documentation sur les applications et ROMs compatibles.</string>
<string name="self_check_name_battery_optimizations">Optimisations de la batterie ignorées : </string>
<string name="self_check_resolution_battery_optimizations">Appuyez ici pour désactiver les optimisations de la batterie. Des applications peuvent mal se comporter si vous ne le faites pas.</string>
<!-- Settings strings -->
<string name="prefcat_about">À propos</string>
<string name="prefcat_components">Composants</string>
<string name="prefcat_configuration">Configuration</string>
<string name="prefcat_google_services">Services Google</string>
<string name="prefcat_location_service">Service de localisation</string>
<string name="prefcat_operation_mode">Mode dopération</string>
<string name="prefcat_services">Services</string>
<string name="prefcat_test">Test</string>
<string name="cond_gcm_bat_title">Optimisations de la batterie activées</string>
<string name="cond_gcm_bat_summary">Vous avez activé Google Cloud Messaging mais loptimisation de la batterie est activée pour microG Services Core. Afin de recevoir les notifications push vous devriez désactiver les optimisations de la batterie.</string>
<string name="cond_gcm_bat_action">Désactiver les optimisations de la batterie</string>
<string name="cond_perm_title">Autorisations manquantes</string>
<string name="prefs_account">Préférences du compte</string>
<string name="prefs_account_privacy">Informations personnelles &amp; vie privée</string>
@ -123,22 +84,13 @@ Ceci peut prendre plusieurs minutes."</string>
<string name="pref_checkin_enable_summary">Enregistre votre terminal auprès des services Google et crée un identifiant unique. microG retire les identifiants autres que le nom de votre compte Google des informations denregistrement.</string>
<string name="pref_more_settings">Plus</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging est un fournisseur de notifications push utilisé par beaucoup dapplications tierces. Pour lutiliser vous devez activer lenregistrement du terminal.</string>
<string name="pref_gcm_heartbeat_title">Intervalle des signaux de présence Cloud Messaging</string>
<string name="pref_gcm_heartbeat_summary">Lintervalle en secondes auquel le système signale sa présence aux serveurs de Google. Augmenter ce nombre réduira la consommation de batterie mais peu induire un délai dans la réception des messages push.\nDéprécié, sera remplacé dans une prochaine version.</string>
<string name="pref_gcm_apps_title">Applications utilisant Google Cloud Messaging</string>
<string name="pref_gcm_apps_summary">Liste des applications actuellement enregistrées auprès de Google Cloud Messaging.</string>
<string name="pref_gcm_confirm_new_apps_title">Confirmation pour les nouvelles applications</string>
<string name="pref_gcm_confirm_new_apps_summary">Demander avant denregistrer une nouvelle application auprès de Google Cloud Messaging</string>
<string name="pref_gcm_ping_interval">Intervalle de ping : <xliff:g example="10 minutes">%1$s</xliff:g></string>
<string name="pref_about_title">À propos de microG Services Core</string>
<string name="pref_about_summary">Informations de version et librairies utilisées</string>
<string name="gcm_app_error_unregistering">Erreur lors du désenregistrement</string>
<string name="gcm_app_not_installed_anymore">Cette application nest plus installée</string>
<string name="gcm_unregister_app">Désenregistrer</string>
<string name="gcm_not_registered">Non enregistrée</string>
<string name="gcm_no_message_yet">Aucun message reçu pour linstant</string>
@ -152,18 +104,4 @@ Ceci peut prendre plusieurs minutes."</string>
<string name="gcm_state_disconnected">Status actuel : Déconnecté</string>
<string name="gcm_state_connected">Status actuel : Connecté depuis <xliff:g example="2 hours ago">%1$s</xliff:g></string>
<string name="snet_intro">Google SafetyNet est un système de certification du terminal, assurant que celui-ci est correctement sécurisé et compatible avec Android CTS. Certaines applications utilisent SafetyNet pour des raisons de sécurité ou comme prérequis anti-altérations.\n\nmicroG GmsCore contient une implantation libre de SafetyNet, mais les serveurs officiels requièrent que les requêtes SafetyNet soient signées par le système propriétaire DroidGuard. Une version mise en «bac-à-sable» de DroidGuard est disponible dans une application séparée «DroidGuard Helper».
</string>
<string name="pref_snet_testdrive_title">Tester la certification SafetyNet</string>
<string name="pref_snet_status_official_title">Utiliser les serveurs officiels</string>
<string name="pref_snet_status_official_summary">Nécessite un système non-rooté et microG DroidGuard Helper installé</string>
<string name="pref_snet_status_third_party_title">Utiliser un serveur tiers</string>
<string name="pref_snet_status_third_party_summary">Les serveurs tiers peuvent être capable de répondre aux requêtes SafetyNet sans signature de DroidGuard.</string>
<string name="pref_snet_custom_url_title">URL serveur tiers</string>
<string name="pref_snet_custom_url_summary">URL complète du serveur tiers répondant aux requêtes de certification SafetyNet</string>
<string name="pref_snet_self_signed_title">Utiliser un certificat auto-signé</string>
<string name="pref_snet_self_signed_summary">Au lieu de requérir un serveur, signer les réponses SafetyNet localement en utilisant un certificat auto-signé. La plupart des applications refuseront dutiliser des réponses auto-signées.</string>
</resources>

View File

@ -16,163 +16,5 @@
-->
<resources>
<string name="permission_service_all_label">Wszystkie usługi Google</string>
<string name="permission_service_all_description">Zezwala aplikacji na dostęp do wszystkich usług Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_android_label">Usługi Android</string>
<string name="permission_service_android_description">Zezwala aplikacji na dostęp do usług Androida przez dowolne powiązane konto Google.</string>
<string name="permission_service_adsense_label">AdSense</string>
<string name="permission_service_adsense_description">Zezwala aplikacji na dostęp do AdSense przez dowolne powiązane konto Google.</string>
<string name="permission_service_adwords_label">AdWords</string>
<string name="permission_service_adwords_description">Zezwala aplikacji na dostęp do AdWords przez dowolne powiązane konto Google.</string>
<string name="permission_service_ah_label">Google App Engine</string>
<string name="permission_service_ah_description">Zezwala aplikacji na dostęp do Google App Engine przez dowolne powiązane konto Google.</string>
<string name="permission_service_blogger_label">Blogger</string>
<string name="permission_service_blogger_description">Zezwala aplikacji na dostęp do Bloggera przez dowolne powiązane konto Google.</string>
<string name="permission_service_cl_label">Kalendarz Google</string>
<string name="permission_service_cl_description">Zezwala aplikacji na dostęp do Kalendarza Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_cp_label">Kontakty</string>
<string name="permission_service_cp_description">Zezwala aplikacji na dostęp do Kontaktów przez dowolne powiązane konto Google.</string>
<string name="permission_service_dodgeball_label">Dodgeball</string>
<string name="permission_service_dodgeball_description">Zezwala aplikacji na dostęp do Dodgeballa przez dowolne powiązane konto Google.</string>
<string name="permission_service_finance_label">Finanse Google</string>
<string name="permission_service_finance_description">Zezwala aplikacji na dostęp do Finansów Google przez dowolne powiązane konto Google.</string>
<string name="permission_service_gbase_label">Google Base</string>
<string name="permission_service_gbase_description">Zezwala aplikacji na dostęp do Google Base przez dowolne powiązane konto Google.</string>
<string name="permission_service_grandcentral_label">Google Voice</string>
<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>
<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">Podgląd i zarządzanie Twoimi danymi Google Maps Engine</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">Podgląd Twoich danych Google Maps Engine</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

@ -16,28 +16,10 @@
-->
<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> usługa skonfigurowana</item>
<item quantity="few"><xliff:g example="3">%1$d</xliff:g> usługi skonfigurowane</item>
<item quantity="many"><xliff:g example="3">%1$d</xliff:g> usług skonfigurowanych</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> usług skonfigurowanych</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> zarejestrowana aplikacja</item>
<item quantity="few"><xliff:g example="123">%1$d</xliff:g> zarejestrowane aplikacje</item>
<item quantity="many"><xliff:g example="123">%1$d</xliff:g> zarejestrowanych aplikacji</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> zarejestrowanych aplikacji</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">Nie udzielono uprawnienia wymaganego do prawidłowego działania usługi microG.</item>
<item quantity="few">Nie udzielono uprawnień wymaganych do prawidłowego działania usługi microG.</item>
<item quantity="many">Nie udzielono uprawnień wymaganych do prawidłowego działania usługi microG.</item>
<item quantity="other">Nie udzielono uprawnień wymaganych do prawidłowego działania usługi microG.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Brakuje wymaganego uprawnienia</item>
<item quantity="few">Brakuje wymaganych uprawnień</item>
<item quantity="many">Brakuje wymaganych uprawnień</item>
<item quantity="other">Brakuje wymaganych uprawnień</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="gms_app_name">Usługi microG</string>
<string name="gms_settings_name">Ustawienia microG</string>
<string name="just_a_sec">Chwileczkę…</string>
@ -47,28 +46,14 @@ To zajmie kilka minut.</string>
<string name="service_name_checkin">Rejestracja urządzenia Google</string>
<string name="service_name_mcs">Google Cloud Messaging</string>
<string name="service_name_snet">Google SafetyNet</string>
<string name="service_status_disabled">Nieaktywny</string>
<string name="service_status_enabled">Aktywny</string>
<string name="service_status_automatic">Automatyczny</string>
<string name="service_status_manual">Ręczny</string>
<string name="menu_advanced">Zaawansowane</string>
<string name="list_no_item_none">Brak</string>
<string name="games_title">Gry Google Play</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> chce wykorzystać Gry Google Play</string>
<string name="games_info_content">Aby korzystać z gier Google Play wymagana jest instalacja aplikacji Gry Google Play . Aplikacja może dalej działać bez Gry Google Play, ale możliwe, że nie będzie działać prawidłowo.</string>
<string name="pick_place_title">Wybierz miejsce</string>
<string name="pick_place_desc">Opcja wyboru miejsca nie jest jeszcze dostępna.</string>
<string name="place_picker_select_title">Wybierz tę lokalizację</string>
<string name="place_picker_nearby_places">Pobliskie miejsca</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">rdzeń usług microG: brakuje pozwolenia na <xliff:g example="have full network acccess">%1$s</xliff:g></string>
<string name="network_type_mobile">Sieć komórkowa</string>
<string name="network_type_wifi">Wi-Fi</string>
<string name="network_type_roaming">Roaming</string>
@ -76,43 +61,19 @@ To zajmie kilka minut.</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Wsparcie dla imitacji sygnatur</string>
<string name="self_check_cat_gms_packages">Zainstalowane paczki</string>
<string name="self_check_cat_system">System</string>
<string name="self_check_name_fake_sig_perm">System wspiera imitowanie sygnatur:</string>
<string name="self_check_resolution_fake_sig_perm">Twój ROM nie posiada wbudowanego wsparcia dla imitacji sygnatur. Możesz jednak nadal spróbować użyć modułu Xposed (FakeGApps) lub innych systemów aby imitować sygnatury. Przejrzyj dokumentację dot. ROM-ów wspierających imitowanie sygnatur i sprawdź jak korzystać z usług microG na systemach tego nie wspierających.</string>
<string name="self_check_name_perm_granted">System udziela pozwolenia na imitację sygnatur:</string>
<string name="self_check_resolution_perm_granted">Możliwe, że Twój ROM wspiera imitowanie sygnatur, ale wymagane są dalsze działania, aby to włączyć. Przejrzyj dokumentacje, aby sprawdzić dalsze instrukcje.</string>
<string name="self_check_name_system_spoofs">System imituje sygnatury:</string>
<string name="self_check_resolution_system_spoofs">Przejrzyj dokumentację i sprawdź dalsze instrukcje.</string>
<string name="self_check_pkg_gms">Usługi Google Play (GmsCore)</string>
<string name="self_check_pkg_vending">Sklep Google Play (Phonesky)</string>
<string name="self_check_pkg_gsf">Google Services Framework (GSF)</string>
<string name="self_check_name_app_installed"><xliff:g example="F-Droid">%1$s</xliff:g> zainstalowany:</string>
<string name="self_check_resolution_app_installed">Zainstaluj aplikację <xliff:g example="F-Droid">%1$s</xliff:g> lub kompatybilną. Przejrzyj dokumentację i sprawdź, które aplikacje są kompatybilne.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> posiada prawidłową sygnaturę:</string>
<string name="self_check_resolution_correct_sig">Albo zainstalowany <xliff:g example="F-Droid">%1$s</xliff:g> nie jest kompatybilny, albo imitacja sygnatur nie jest dla niego aktywna. Przejrzyj dokumentacje, aby sprawdzić, które aplikacje i ROM-y są kompatybilne.</string>
<string name="self_check_name_battery_optimizations">Ignorowanie optymalizacji baterii:</string>
<string name="self_check_resolution_battery_optimizations">Dotknji, aby wyłączyć optymalizację baterii. W przeciwnym razie aplikacje mogą nie działać prawidłowo.</string>
<!-- Settings strings -->
<string name="prefcat_about">O programie</string>
<string name="prefcat_components">Komponenty</string>
<string name="prefcat_configuration">Konfiguracja</string>
<string name="prefcat_google_services">Usługi Google</string>
<string name="prefcat_location_service">Usługa lokalizacji</string>
<string name="prefcat_operation_mode">Tryb działania</string>
<string name="prefcat_services">Usługi w tle</string>
<string name="prefcat_test">Test</string>
<string name="cond_gcm_bat_title">Optymalizacja baterii włączona</string>
<string name="cond_gcm_bat_summary">Aktywowałeś usługę Google Cloud Messaging, ale optymalizacja baterii dla usługi microG jest włączona. Aby powiadomienia push działały, powinieneś wyłączyć optymalizację baterii dla microG.</string>
<string name="cond_gcm_bat_action">Ignoruj optymalizacje</string>
<string name="cond_perm_title">Brakuje uprawnień</string>
<string name="prefs_account">Ustawienia konta</string>
<string name="prefs_account_privacy">Ustawienia osobiste i prywatność</string>
@ -123,22 +84,13 @@ To zajmie kilka minut.</string>
<string name="pref_checkin_enable_summary">Zgłaszanie urządzenia to ukryty proces, służący do wygenerowania unikalnego identyfikatora dla usług Google. Usługi microG usuwają inne dane identyfikacyjne niż nazwa Twojego konta z tego identyfikatora.</string>
<string name="pref_more_settings">Więcej</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging jest systemem zapewniającym powiadomienia dla wielu aplikacji. Aby z niego korzystać, musisz uruchomić zgłaszanie urządzenia.</string>
<string name="pref_gcm_heartbeat_title">Częstotliwość sprawdzania Cloud Messaging</string>
<string name="pref_gcm_heartbeat_summary">Częstotliwość (w sekundach) do sprawdzania serwerów Google. Zwiększenie tej wartości zmniejszy zużycie baterii, ale może spowodować opóźnienia w dostarczaniu powiadomień push.\nPrzestarzałe, zostanie to usunięte w nowszej wersji.</string>
<string name="pref_gcm_apps_title">Aplikacje korzystające z Google Cloud Messaging</string>
<string name="pref_gcm_apps_summary">Lista aplikacji obecnie zarejestrowanych w usłudze Google Cloud Messaging.</string>
<string name="pref_gcm_confirm_new_apps_title">Potwierdź nowe aplikacje</string>
<string name="pref_gcm_confirm_new_apps_summary">Zapytaj przed zarejestrowaniem nowej aplikacji w usłudze powiadomień push</string>
<string name="pref_gcm_ping_interval">Częstotliwość sprawdzania: <xliff:g example="10 minutes">%1$s</xliff:g></string>
<string name="pref_about_title">O usłudze microG</string>
<string name="pref_about_summary">Informacje o wersji, użyte licencje i biblioteki</string>
<string name="gcm_app_error_unregistering">Błąd wyrejestrowania</string>
<string name="gcm_app_not_installed_anymore">Już odinstalowany</string>
<string name="gcm_unregister_app">Wyrejestruj</string>
<string name="gcm_not_registered">Niezarejestrowany</string>
<string name="gcm_no_message_yet">Jak dotąd nie otrzymano wiadomości</string>
@ -152,17 +104,4 @@ To zajmie kilka minut.</string>
<string name="gcm_state_disconnected">Obecny stan: rozłączony</string>
<string name="gcm_state_connected">Obecny stan: połączony od <xliff:g example="2 hours ago">%1$s</xliff:g></string>
<string name="snet_intro">Google SafetyNet jest systemem certyfikacji urządzenia, który upewnia się czy urządzenie jest poprawnie zabezpieczone i kompatybilne z Android CTS. Niektóre aplikacje używają SafetyNet ze względów bezpieczeństwa lub jako przeciwśrodek do modyfikacji.\n\nUsługa microG GmsCore zawiera wolną implementację SafetyNet, ale oficjalny serwer wymaga by SafetyNet był podpisany przez własnościowy system DroidGuard. Specjalna wersja DroidGuard-a jest dostępna do pobrania jako oddzielna aplikacja “DroidGuard Helper” w repozytorium miroG w F-Droid.</string>
<string name="pref_snet_testdrive_title">Wypróbuj działanie SafetyNet</string>
<string name="pref_snet_status_official_title">Użyj oficjalnego serwera</string>
<string name="pref_snet_status_official_summary">Wymaga niezrootowanego ROM-u i zainstalowanego microG DroidGuard Helper</string>
<string name="pref_snet_status_third_party_title">Użyj serwera strony trzeciej</string>
<string name="pref_snet_status_third_party_summary">Serwery stron trzecich mogą być w stanie odpowiedzieć na zapytania SafetyNet bez sygnatury DroidGuard</string>
<string name="pref_snet_custom_url_title">URL własnego serwera</string>
<string name="pref_snet_custom_url_summary">Pełny adres URL serwera strony trzeciej odpowiadającego na zapytania SafetyNet</string>
<string name="pref_snet_self_signed_title">Użyj samo-podpisanego certyfikatu</string>
<string name="pref_snet_self_signed_summary">Zamiast sprawdzać serwer, podpisuj odpowiedzi SafetyNet lokalnie używając samo-podpisanego certyfikatu. Większość aplikacji odmówi użycia samo-podpisanych odpowiedzi.</string>
</resources>

View File

@ -19,10 +19,4 @@
<plurals name="gcm_registered_apps_counter">
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> registered Apps</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="other">Falta uma ou mais permissões para a funcionalidade adequada do MicroG Service Core.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="other">Solicitar permissões em falta</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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">Configurações microG</string>
<string name="just_a_sec">Aguarde um momento…</string>
@ -50,18 +49,6 @@ Isso pode demorar alguns minutos."</string>
<string name="menu_advanced">Avançado</string>
<string name="list_no_item_none">Nenhum</string>
<string name="games_title">Google Play Games</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> gostaria de usar Play Games</string>
<string name="games_info_content">Para usar o Play Games, é necessário instalar o aplicativo Google Play Games. O aplicativo pode continuar sem Play Games, mas é possível que ele se comporte inesperadamente.</string>
<string name="pick_place_title">Escolha um lugar</string>
<string name="pick_place_desc">O selecionador de locais ainda não está disponível.</string>
<string name="place_picker_select_title">Selecione esta localização</string>
<string name="place_picker_nearby_places">Locais próximos</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">microG Services Core: Sem permissão para <xliff:g example="have full network acccess">%1$s</xliff:g></string>
<string name="network_type_mobile">Rede móvel</string>
<string name="network_type_wifi">Wi-Fi</string>
<string name="network_type_roaming">Roaming</string>
@ -69,38 +56,17 @@ Isso pode demorar alguns minutos."</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Suporte de spoofing de assinatura</string>
<string name="self_check_cat_gms_packages">Pacotes instalados</string>
<string name="self_check_cat_system">Sistema</string>
<string name="self_check_name_fake_sig_perm">O sistema possui suporte a spoofing de assinatura: </string>
<string name="self_check_resolution_fake_sig_perm">Sua ROM não tem suporte nativo para falsificação de assinaturas. Você ainda pode usar Xposed ou outros sistemas para spoof assinatura. Verifique a documentação sobre quais ROMs suportam spoofing de assinaturas e como usar microG em ROMs que não tem esse suporte.</string>
<string name="self_check_name_perm_granted">O sistema concede permissão de spoofing de assinatura: </string>
<string name="self_check_resolution_perm_granted">Este é um forte indicador de que a ROM suporta spoofing de assinaturas, mas requer mais ação para ativá-la. Verifique a documentação sobre quais etapas podem ser necessárias.</string>
<string name="self_check_name_system_spoofs">Assinatura de spoofs do sistema: </string>
<string name="self_check_resolution_system_spoofs">Verifique a documentação sobre quais etapas podem ser necessárias.</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> instalou: </string>
<string name="self_check_resolution_app_installed">Instalar a aplicação <xliff:g example="F-Droid">%1$s</xliff:g> ou compatível. Verifique a documentação sobre quais aplicativos são compatíveis.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> tem assinatura correta: </string>
<string name="self_check_resolution_correct_sig">Ou o instalado <xliff:g example="F-Droid">%1$s</xliff:g> não é compatível ou o spoofing de assinatura não está ativo para ele. Verifique a documentação sobre quais aplicativos e ROMs são compatíveis.</string>
<string name="self_check_name_battery_optimizations">Otimização de bateria ignorada:</string>
<string name="self_check_resolution_battery_optimizations">Toque aqui para desativar as otimização da bateria. Não fazer isso pode resultar em aplicativos com má execução.</string>
<!-- Settings strings -->
<string name="prefcat_about">Sobre</string>
<string name="prefcat_components">Componentes</string>
<string name="prefcat_location_service">Servico de localização</string>
<string name="prefcat_services">Serviços</string>
<string name="cond_gcm_bat_title">Otimização de bateria ativada</string>
<string name="cond_gcm_bat_summary">Você ativou o Google Cloud Messaging, mas possui otimizações de bateria ativas para o MicroG Services Core. Para que as notificações push cheguem, você deve ignorar as otimizações da bateria.</string>
<string name="cond_gcm_bat_action">Ignorar otimização</string>
<string name="cond_perm_title">Permissão ausente</string>
<string name="prefs_account">Preferências da conta</string>
<string name="prefs_account_privacy">Informação pessoal &amp; privacidade</string>
@ -112,15 +78,9 @@ Isso pode demorar alguns minutos."</string>
<string name="pref_checkin_enable_summary">Registre seu dispositivo nos serviços do Google e crie um identificador de dispositivo exclusivo. MicroG que identifica outros bits que o nome da sua conta do Google a partir de dados de registro.</string>
<string name="pref_gcm_enable_mcs_summary">O Google Cloud Messaging é um provedor de notificação push usado por muitos aplicativos de terceiros. Para usá-lo, você deve ativar o registro do dispositivo.</string>
<string name="pref_gcm_heartbeat_title">Intervalo de pulsação da Messagem na nuvem</string>
<string name="pref_gcm_heartbeat_summary">O intervalo em segundos para o sistema a pulsar os servidores do Google. Aumentar esse número reduzirá o consumo da bateria, mas poderá causar atrasos nas mensagens push.\nDesativado, será substituído em versão futura.</string>
<string name="pref_gcm_apps_title">Aplicativos que usam o Google Cloud Messaging</string>
<string name="pref_gcm_apps_summary">Lista de apps atualmente registrados no Google Cloud Messaging.</string>
<string name="pref_about_title">Sobre microG Services Core</string>
<string name="pref_about_summary">Informações de versão e bibliotecas usadas</string>
<string name="gcm_app_error_unregistering">Erro ao cancelar o registro</string>
<string name="gcm_app_not_installed_anymore">Não está mais instalado</string>
<string name="gcm_unregister_app">Cancelar registro</string>
<string name="gcm_not_registered">Não registrado</string>
<string name="gcm_no_message_yet">Nenhuma mensagem recebida até agora</string>

View File

@ -15,7 +15,6 @@
-->
<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">Setări microG</string>
<string name="just_a_sec">Doar o secundă…</string>
@ -42,9 +41,6 @@ Acest lucru poate dura câteva minute."</string>
<string name="perm_status_broadcast_label">ascultă emisiunile de stare interne</string>
<string name="perm_c2dm_receive_label">ascultă mesajele C2DM</string>
<string name="perm_c2dm_send_label">trimite mesaje C2DM altor aplicaţii</string>
<string name="prefcat_components">Componente</string>
<string name="prefcat_location_service">Servicii de localizare</string>
<string name="prefcat_services">Servicii de fundal</string>
<string name="pref_auth_trust_google_title">Credeţi Google pentru permisiunile aplicaţiei</string>
<string name="pref_auth_trust_google_summary">Dacă este dezactivat, utilizatorul este întrebat înainte de trimiterea către Google a unei solicitări de autorizare a aplicaţiei. Unele aplicații nu vor reuși să utilizeze contul Google, dacă această opţiune este dezactivată.</string>

View File

@ -16,163 +16,5 @@
-->
<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 Maps</string>
<string name="permission_service_local_description">Дает приложению доступ к Google Maps через любую связанную учетную запись Google.</string>
<string name="permission_service_mail_label">Google Mail</string>
<string name="permission_service_mail_description">Дает приложению доступ к Google Mail через любую связанную учетную запись Google.</string>
<string name="permission_service_news_label">Google News</string>
<string name="permission_service_news_description">Дает приложению доступ к Google News через любую связанную учетную запись 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</string>
<string name="permission_service_sierra_description">Дает приложению доступ к аккаунтам Google Checkout через любую связанную учетную запись Google.</string>
<string name="permission_service_sierraqa_label">Аккаунты Google Checkout QA</string>
<string name="permission_service_sierraqa_description">Дает приложению доступ к аккаунтам Google Checkout QA через любую связанную учетную запись Google.</string>
<string name="permission_service_sierrasandbox_label">Аккаунты Google Checkout Sandbox</string>
<string name="permission_service_sierrasandbox_description">Дает приложению доступ к аккаунтам Google Checkout Sandbox через любую связанную учетную запись 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 Spreadsheets</string>
<string name="permission_service_wise_description">Дает приложению доступ к Google Spreadsheets через любую связанную учетную запись Google.</string>
<string name="permission_service_writely_label">Google Docs</string>
<string name="permission_service_writely_description">Дает приложению доступ к Google Docs через любую связанную учетную запись 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">Доступ к магазину Google Play для Android разработчика</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">Доступ к 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">Управление своей учетной записи блоггера</string>
<string name="permission_scope_www.googleapis.com_auth_blogger.readonly">Просмотр своей учетной записи блоггера</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</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">Просмотр таблицы Fusion</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_glass.timeline">Glass timeline scope</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_siteverification.verify_only">Управление верификацией ваших сайтов в Google</string>
<string name="permission_scope_www.googleapis.com_auth_structuredcontent">Доступ на запись/чтение для Shopping Content API.</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue.consumer">Выполнение задач из вашего TaskQueue</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">Управление вашими короткими URL-адресами 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

@ -16,20 +16,8 @@
-->
<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> backend-программа сконфигурирована</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> backend-программ(ы) сконфигурировано</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%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="other">Не предоставлены разрешения, которые требуются для правильного функционирования microG Service Core.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Запросить отсутствующее разрешение</item>
<item quantity="other">Запросить отсутствующие разрешения</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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="gms_settings_summary">Конфигурирование сервисов microG.</string>
@ -55,28 +54,14 @@
<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 Игры, нужно установить приложение Google Play Игры . Приложение может работать и без него, но возможны проблемы в его работе.</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>
@ -84,43 +69,19 @@
<!-- 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>
@ -131,24 +92,15 @@
<string name="pref_checkin_enable_summary">Регистрирует ваше устройство в сервисах Google и создает уникальный идентификатор. MicroG удаляет все идентифицирующие биты, кроме имени вашего аккаунта Google.</string>
<string name="pref_more_settings">Ещё</string>
<string name="pref_add_account_title">Аккаунт</string>
<string name="pref_add_account_summary">Добавить аккаунт Google</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_title">Подтверждать новые приложения</string>
<string name="pref_gcm_confirm_new_apps_summary">Спрашивать разрешение перед привязкой новых приложений для получения push-уведомлений</string>
<string name="pref_gcm_ping_interval">Интервал проверки: <xliff:g example="10 минут">%1$s</xliff:g></string>
<string name="pref_about_title">О сервисах microG</string>
<string name="pref_about_summary">Информация о версии и используемые библиотеки</string>
<string name="gcm_app_error_unregistering">Не удалось отвязать</string>
<string name="gcm_app_not_installed_anymore">Приложение больше не установлено</string>
<string name="pref_about_title">О сервисах microG</string>
<string name="gcm_unregister_app">Отвязать</string>
<string name="gcm_not_registered">Не привязано</string>
<string name="gcm_no_message_yet">Сообщения еще не были получены</string>
@ -162,17 +114,4 @@
<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">Требуется система без root и установленный 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">URL стороннего сервера</string>
<string name="pref_snet_custom_url_summary">Полный URL стороннего сервера, который отвечает на проверочные запросы SafetyNet</string>
<string name="pref_snet_self_signed_title">Создавать сертификат самому</string>
<string name="pref_snet_self_signed_summary">Вместо запросов на сервер подписывать SafetyNet локально, используя самостоятельно созданный сертификат. Большинство приложений будут отказываться использовать самоподписанные ответы.</string>
</resources>

View File

@ -19,10 +19,4 @@
<plurals name="gcm_registered_apps_counter">
<item quantity="other">%1$d пријављених апликација</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="other">Једна или више дозвола потребних за исправно функционисање Језгра микроГ услуга недостају.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="other">Захтевај недостајуће дозволе</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="gms_app_name">Језгро микроГ услуга</string>
<string name="gms_settings_name">Поставке микроГ</string>
<string name="just_a_sec">Само тренутак…</string>
@ -50,18 +49,6 @@
<string name="menu_advanced">Напредно</string>
<string name="list_no_item_none">Ништа</string>
<string name="games_title">Гугл Плеј игре</string>
<string name="games_info_title">%1$s жели да користи Плеј игре</string>
<string name="games_info_content">Да бисте користили Плеј игре потребно је да инсталирате Гугл Плеј игре. Апликација би могла да настави без Плеј игара, али ће можда да се понаша неочекивано.</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">Језгро микроГ услуга: немам дозволу за %1$s</string>
<string name="network_type_mobile">Мобилна мрежа</string>
<string name="network_type_wifi">Бежична</string>
<string name="network_type_roaming">Роминг</string>
@ -69,38 +56,17 @@
<!-- 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 или друге начине заваравања потписа. Погледајте документацију да видите који РОМови подржавају заваравање потписа и како да користите микроГ на РОМовима који не подржавају.</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">Плеј сервиси (GmsCore)</string>
<string name="self_check_pkg_vending">Плеј продавница (Phonesky)</string>
<string name="self_check_pkg_gsf">Радни оквири сервиса (GSF)</string>
<string name="self_check_name_app_installed">%1$s инсталиран: </string>
<string name="self_check_resolution_app_installed">Инсталирајте апликацију %1$s или одговарајућу. Погледајте документацију да сазнате које су апликације одговарајуће.</string>
<string name="self_check_name_correct_sig">%1$s има тачан потпис: </string>
<string name="self_check_resolution_correct_sig">Или инсталирана %1$s није одговарајућа или заваравање потписа није укључено за њу. Погледајте документацију да сазнате које су апликације и РОМови одговарајући.</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_location_service">Услуга локације</string>
<string name="prefcat_services">Услуге</string>
<string name="cond_gcm_bat_title">Оптимизација батерије укључена</string>
<string name="cond_gcm_bat_summary">Укључили сте Гуглове облак поруке али имате активну оптимизацију батерије за Језгро микроГ услуга. Да би гурана обавештења стизала морате да игноришете оптимизацију батерије.</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>
@ -112,15 +78,9 @@
<string name="pref_checkin_enable_summary">Пријављује ваш уређај на Гуглове сервисе и прави јединствени идентификатор уређаја. микроГ скида идентификујуће бите са података за пријављивање осим вашег Гугл корисничког имена.</string>
<string name="pref_gcm_enable_mcs_summary">Гуглове облак поруке (Google Cloud Messaging) је провајдер гураних обавештења (push) којег користе многе апликације. Да бисте га користили укључите пријаву уређаја.</string>
<string name="pref_gcm_heartbeat_title">Интервал откуцаја облак порука</string>
<string name="pref_gcm_heartbeat_summary">Интервал у секундама јављања система Гугловим серверима. Повећање овог броја смањује потрошњу батерије али може да узрокује застој у испоруци порука.</string>
<string name="pref_gcm_apps_title">Апликације које користе Гуглове облак поруке</string>
<string name="pref_gcm_apps_summary">Списак апликација пријављених за Гуглове облак поруке.</string>
<string name="pref_about_title">О језгру микроГ услуга</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>

View File

@ -16,163 +16,5 @@
-->
<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_glass.timeline">Glass timeline scope</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">Перегляд та керування Вашими Google Maps Engine даними</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">Перегляд Ваших Google 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_siteverification.verify_only">Керування верифікацією ваших нових сайтів в Google</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

@ -16,24 +16,9 @@
-->
<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

@ -15,7 +15,6 @@
-->
<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>
@ -54,28 +53,14 @@
<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>
@ -83,43 +68,19 @@
<!-- 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>
@ -130,22 +91,13 @@
<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>
@ -159,17 +111,4 @@
<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>
<string name="pref_snet_self_signed_summary">Підписувати SafetyNet локально, замість запитів на сервер, використовуючи само-підписний сертифікат. Більшість додатків будуть відхиляти само-підписні відповіді.</string>
</resources>

View File

@ -16,163 +16,5 @@
-->
<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">允許程式透過任何已關聯的Google帳號來使用Android服務。</string>
<string name="permission_service_adsense_label">AdSense</string>
<string name="permission_service_adsense_description">允許程式透過任何已關聯的Google帳號來使用AdSense。</string>
<string name="permission_service_adwords_label">AdWords</string>
<string name="permission_service_adwords_description">允許程式透過任何已關聯的Google帳號來使用AdWords。</string>
<string name="permission_service_ah_label">Google App Engine</string>
<string name="permission_service_ah_description">允許程式透過任何已關聯的Google帳號來使用Google App Engine。</string>
<string name="permission_service_blogger_label">Blogger</string>
<string name="permission_service_blogger_description">允許程式透過任何已關聯的Google帳號來使用Blogger。</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">允許程式透過任何已關聯的Google帳號來使用Dodgeball。</string>
<string name="permission_service_finance_label">Google經濟</string>
<string name="permission_service_finance_description">允許程式透過任何已關聯的Google帳號來使用Google經濟。</string>
<string name="permission_service_gbase_label">Google Base</string>
<string name="permission_service_gbase_description">允許程式透過任何已關聯的Google帳號來使用Google Base。</string>
<string name="permission_service_grandcentral_label">Google語音</string>
<string name="permission_service_grandcentral_description">允許程式透過任何已關聯的Google帳號來使用Google語音。</string>
<string name="permission_service_groups2_label">Google網上論壇</string>
<string name="permission_service_groups2_description">允許程式透過任何已關聯的Google帳號來使用Google網上論壇。</string>
<string name="permission_service_health_label">Google保健</string>
<string name="permission_service_health_description">允許程式透過任何已關聯的Google帳號來使用Google保健。</string>
<string name="permission_service_ig_label">iGoogle</string>
<string name="permission_service_ig_description">允許程式透過任何已關聯的Google帳號來使用iGoogle。</string>
<string name="permission_service_jotspot_label">JotSpot</string>
<string name="permission_service_jotspot_description">允許程式透過任何已關聯的Google帳號來使用JotSpot。</string>
<string name="permission_service_knol_label">Knol</string>
<string name="permission_service_knol_description">允許程式透過任何已關聯的Google帳號來使用Knol。</string>
<string name="permission_service_lh2_label">Picasa網路相簿</string>
<string name="permission_service_lh2_description">允許程式透過任何已關聯的Google帳號來使用Picasa網路相簿。</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筆記本</string>
<string name="permission_service_notebook_description">允許程式透過任何已關聯的Google帳號來使用Google筆記本。</string>
<string name="permission_service_orkut_label">Orkut</string>
<string name="permission_service_orkut_description">允許程式透過任何已關聯的Google帳號來使用Orkut。</string>
<string name="permission_service_print_label">Google圖書搜尋</string>
<string name="permission_service_print_description">允許程式透過任何已關聯的Google帳號來使用Google圖書搜尋。</string>
<string name="permission_service_sierra_label">Google Checkout accounts</string>
<string name="permission_service_sierra_description">允許程式透過任何已關聯的Google帳號來使用Google Checkout accounts。</string>
<string name="permission_service_sierraqa_label">Google Checkout QA accounts</string>
<string name="permission_service_sierraqa_description">允許程式透過任何已關聯的Google帳號來使用Google Checkout QA accounts。</string>
<string name="permission_service_sierrasandbox_label">Google Checkout Sandbox accounts</string>
<string name="permission_service_sierrasandbox_description">允許程式透過任何已關聯的Google帳號來使用Google Checkout Sandbox accounts。</string>
<string name="permission_service_sitemaps_label">Google Webmaster Tools</string>
<string name="permission_service_sitemaps_description">允許程式透過任何已關聯的Google帳號來使用Google Webmaster Tools。</string>
<string name="permission_service_speech_label">語音搜尋</string>
<string name="permission_service_speech_description">允許程式透過任何已關聯的Google帳號來使用語音搜尋。</string>
<string name="permission_service_speechpersonalization_label">個人語音辨識</string>
<string name="permission_service_speechpersonalization_description">允許程式透過任何已關聯的Google帳號來使用個人語音辨識。</string>
<string name="permission_service_talk_label">Google Talk</string>
<string name="permission_service_talk_description">允許程式透過任何已關聯的Google帳號來使用Google Talk。</string>
<string name="permission_service_wifi_label">Google Wi-Fi</string>
<string name="permission_service_wifi_description">允許程式透過任何已關聯的Google帳號來使用Google Wi-Fi。</string>
<string name="permission_service_wise_label">Google Spreadsheets</string>
<string name="permission_service_wise_description">允許程式透過任何已關聯的Google帳號來使用Google Spreadsheets。</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">允許程式透過任何已關聯的Google帳號來使用YouTube。</string>
<string name="permission_service_YouTubeUser_label">YouTube使用者名稱</string>
<string name="permission_service_YouTubeUser_description">允許程式透過任何已關聯的Google帳號來使用一個或多個的YouTube使用者名稱。</string>
<string name="permission_scope_www.googleapis.com_auth_activity">閱覽您Google程式的活動紀錄。</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.buyer">管理您的Ad Exchange buyer帳號設定</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">使用Google Play Android開發者的權限</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程式群組的設定</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">For reseller administrators and users read/write access when testing in the API\'s sandbox, or read/write access when calling an API operation directly.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order.readonly">In addition to the overall read/write OAuth scope, use the read only OAuth scope when retrieving the customer\'s data.</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">供程式狀態服務運行的權限。</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雲端列印資料</string>
<string name="permission_scope_www.googleapis.com_auth_compute.readonly">閱覽您的Google電算引擎資源</string>
<string name="permission_scope_www.googleapis.com_auth_compute">閱覽並管理您的Google電算引擎資源</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate.readonly">閱覽您的Google Coordinate jobs</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate">閱覽並管理您的Google Maps Coordinate jobs</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.full_control">管理您Google雲端硬碟中的資料及權限</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_only">閱覽您Google雲端硬碟中的資料</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_write">管理您Google雲端硬碟中的資料</string>
<string name="permission_scope_www.googleapis.com_auth_dfareporting">閱覽並管理DoubleClick的廣告者報告</string>
<string name="permission_scope_www.googleapis.com_auth_drive.appdata">允許使用"應用程式資料"資料夾</string>
<string name="permission_scope_www.googleapis.com_auth_drive.apps.readonly">閱覽您的Google硬碟程式</string>
<string name="permission_scope_www.googleapis.com_auth_drive.file">閱覽並管理您用此程式在Google硬碟中開啟或新增的檔案</string>
<string name="permission_scope_www.googleapis.com_auth_drive.install">一個讓使用者證明有安裝程式的特殊權限</string>
<string name="permission_scope_www.googleapis.com_auth_drive.metadata.readonly">閱覽您有關Google硬碟中檔案和文件的相關資料</string>
<string name="permission_scope_www.googleapis.com_auth_drive.readonly">閱覽您Google硬碟中的檔案和文件</string>
<string name="permission_scope_www.googleapis.com_auth_drive.scripts">修改您Google程式腳本的行為</string>
<string name="permission_scope_www.googleapis.com_auth_drive">閱覽並管理您Google硬碟中的檔案和文件</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">管理您的Fusion Tables</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables.readonly">閱覽您的Fusion Tables</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">Chrome的GCM服務</string>
<string name="permission_scope_www.googleapis.com_auth_glass.timeline">Glass timeline scope</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">從您的程式提供使用者地圖引擎資料的讀寫權限。</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">從您的程式提供使用者地圖引擎資料的唯讀權限。</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預測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_siteverification.verify_only">用Google管理您新的網站認證</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地圖追蹤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內容的財經分析報告</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics.readonly">閱覽您YouTube內容的分析報告</string>
</resources>

View File

@ -16,20 +16,8 @@
-->
<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="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="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="other">microG Service Core遺失了多個權限以至於不能正常運作。</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">請求遺失的一個權限</item>
<item quantity="other">請求遺失的多個權限</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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>
@ -50,18 +49,6 @@
<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遊戲必須安裝Google Play遊戲這個程式。 也許程式將可以在沒有Play遊戲的狀態執行但可能無法正常運作。</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>
@ -69,41 +56,18 @@
<!-- 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服務(GmsCore)</string>
<string name="self_check_pkg_vending">Play商店(Phonesky)</string>
<string name="self_check_pkg_gsf">服務框架(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_location_service">定位服務</string>
<string name="prefcat_services">服務</string>
<string name="prefcat_test">測試</string>
<string name="cond_gcm_bat_title">已開啟電池優化</string>
<string name="cond_gcm_bat_summary">您已啟用GCM但依舊套用了電池優化在microG Services Core上。 為了能收到推送通知您應該取消電池優化。</string>
<string name="cond_gcm_bat_action">取消優化</string>
<string name="cond_perm_title">遺失權限</string>
<string name="prefs_account">帳號設定</string>
<string name="prefs_account_privacy">個人資訊&amp;隱私</string>
@ -115,16 +79,9 @@
<string name="pref_checkin_enable_summary">將手機註冊到Google服務並創建一個唯一的設備識別碼。 除了識別碼microG還會使用您註冊的Google帳號名。</string>
<string name="pref_gcm_enable_mcs_summary">GCM是一個廣為第三方應用程式所採用的推播訊息供應者。 必須先註冊為Google設備才能使用。</string>
<string name="pref_gcm_heartbeat_title">GCM同步週期</string>
<string name="pref_gcm_heartbeat_summary">系統向Google伺服器同步的週期(秒)。 延長週期將會減少耗電,但可能會造成推送訊息的延遲。
已不重要,將會在未來的版本中被取代。</string>
<string name="pref_gcm_apps_title">使用GCM的程式</string>
<string name="pref_gcm_apps_summary">表所列為現在註冊使用GCM的程式。</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>
@ -140,18 +97,4 @@
<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一些則是以必須通過的形式來防止篡改。
microG GmsCore包含了SafetyNet的自由執行但官方伺服器需要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">需要未root的系統及安裝microG DroidGuard Helper</string>
<string name="pref_snet_status_third_party_title">使用第三方伺服器</string>
<string name="pref_snet_status_third_party_summary">第三方伺服器可能不需要DroidGuard簽名便能回應SafetyNet請求</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>
<string name="pref_snet_self_signed_summary">不向伺服器請求簽名而是用本地的認證文件自行簽名SafetyNet。大部分的程式都會拒絕自行簽名認證。</string>
</resources>

View File

@ -16,19 +16,6 @@
-->
<resources>
<string-array name="network_types" translatable="false">
<item>mobile</item>
<item>wifi</item>
<item>roaming</item>
<item>other</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>

View File

@ -15,6 +15,4 @@
~ limitations under the License.
-->
<resources>
<bool name="is_gmscore">true</bool>
</resources>
<resources></resources>

View File

@ -20,5 +20,4 @@
<color name="login_blue_theme_accent">#ffFFAB40</color>
<color name="dialog_border_color">#88CCCCCC</color>
<color name="material_error">#fff44336</color>
</resources>

View File

@ -14,6 +14,4 @@
~ limitations under the License.
-->
<resources>
<dimen name="maps_watermark_margin">5.0dip</dimen>
</resources>
<resources></resources>

View File

@ -16,163 +16,5 @@
-->
<resources>
<string name="permission_service_all_label">All Google services</string>
<string name="permission_service_all_description">Allows app to access all Google services through any associated Google account.</string>
<string name="permission_service_android_label">Android services</string>
<string name="permission_service_android_description">Allows app to access Android services through any associated Google account.</string>
<string name="permission_service_adsense_label">AdSense</string>
<string name="permission_service_adsense_description">Allows app to access AdSense through any associated Google account.</string>
<string name="permission_service_adwords_label">AdWords</string>
<string name="permission_service_adwords_description">Allows app to access AdWords through any associated Google account.</string>
<string name="permission_service_ah_label">Google App Engine</string>
<string name="permission_service_ah_description">Allows app to access Google App Engine through any associated Google account.</string>
<string name="permission_service_blogger_label">Blogger</string>
<string name="permission_service_blogger_description">Allows app to access Blogger through any associated Google account.</string>
<string name="permission_service_cl_label">Google Calendar</string>
<string name="permission_service_cl_description">Allows app to access Google Calendar through any associated Google account.</string>
<string name="permission_service_cp_label">Contacts</string>
<string name="permission_service_cp_description">Allows app to access Contacts through any associated Google account.</string>
<string name="permission_service_dodgeball_label">Dodgeball</string>
<string name="permission_service_dodgeball_description">Allows app to access Dodgeball through any associated Google account.</string>
<string name="permission_service_finance_label">Google Finance</string>
<string name="permission_service_finance_description">Allows app to access Google Finance through any associated Google account.</string>
<string name="permission_service_gbase_label">Google Base</string>
<string name="permission_service_gbase_description">Allows app to access Google Base through any associated Google account.</string>
<string name="permission_service_grandcentral_label">Google Voice</string>
<string name="permission_service_grandcentral_description">Allows app to access Google Voice through any associated Google account.</string>
<string name="permission_service_groups2_label">Google Groups</string>
<string name="permission_service_groups2_description">Allows app to access Google Groups through any associated Google account.</string>
<string name="permission_service_health_label">Google Health</string>
<string name="permission_service_health_description">Allows app to access Google Health through any associated Google account.</string>
<string name="permission_service_ig_label">iGoogle</string>
<string name="permission_service_ig_description">Allows app to access iGoogle through any associated Google account.</string>
<string name="permission_service_jotspot_label">JotSpot</string>
<string name="permission_service_jotspot_description">Allows app to access JotSpot through any associated Google account.</string>
<string name="permission_service_knol_label">Knol</string>
<string name="permission_service_knol_description">Allows app to access Knol through any associated Google account.</string>
<string name="permission_service_lh2_label">Picasa Web Albums</string>
<string name="permission_service_lh2_description">Allows app to access Picasa Web Albums through any associated Google account.</string>
<string name="permission_service_local_label">Google Maps</string>
<string name="permission_service_local_description">Allows app to access Google Maps through any associated Google account.</string>
<string name="permission_service_mail_label">Google Mail</string>
<string name="permission_service_mail_description">Allows app to access Google Mail through any associated Google account.</string>
<string name="permission_service_news_label">Google News</string>
<string name="permission_service_news_description">Allows app to access Google News through any associated Google account.</string>
<string name="permission_service_notebook_label">Google Notebook</string>
<string name="permission_service_notebook_description">Allows app to access Google Notebook through any associated Google account.</string>
<string name="permission_service_orkut_label">Orkut</string>
<string name="permission_service_orkut_description">Allows app to access Orkut through any associated Google account.</string>
<string name="permission_service_print_label">Google Book Search</string>
<string name="permission_service_print_description">Allows app to access Google Book Search through any associated Google account.</string>
<string name="permission_service_sierra_label">Google Checkout accounts</string>
<string name="permission_service_sierra_description">Allows app to access Google Checkout accounts through any associated Google account.</string>
<string name="permission_service_sierraqa_label">Google Checkout QA accounts</string>
<string name="permission_service_sierraqa_description">Allows app to access Google Checkout QA accounts through any associated Google account.</string>
<string name="permission_service_sierrasandbox_label">Google Checkout Sandbox accounts</string>
<string name="permission_service_sierrasandbox_description">Allows app to access Google Checkout Sandbox accounts through any associated Google account.</string>
<string name="permission_service_sitemaps_label">Google Webmaster Tools</string>
<string name="permission_service_sitemaps_description">Allows app to access Google Webmaster Tools through any associated Google account.</string>
<string name="permission_service_speech_label">Voice Search</string>
<string name="permission_service_speech_description">Allows app to access Voice Search through any associated Google account.</string>
<string name="permission_service_speechpersonalization_label">Personalized Speech Recognition</string>
<string name="permission_service_speechpersonalization_description">Allows app to access Personalized Speech Recognition through any associated Google account.</string>
<string name="permission_service_talk_label">Google Talk</string>
<string name="permission_service_talk_description">Allows app to access Google Talk through any associated Google account.</string>
<string name="permission_service_wifi_label">Google Wi-Fi</string>
<string name="permission_service_wifi_description">Allows app to access Google Wi-Fi through any associated Google account.</string>
<string name="permission_service_wise_label">Google Spreadsheets</string>
<string name="permission_service_wise_description">Allows app to access Google Spreadsheets through any associated Google account.</string>
<string name="permission_service_writely_label">Google Docs</string>
<string name="permission_service_writely_description">Allows app to access Google Docs through any associated Google account.</string>
<string name="permission_service_youtube_label">YouTube</string>
<string name="permission_service_youtube_description">Allows app to access YouTube through any associated Google account.</string>
<string name="permission_service_YouTubeUser_label">YouTube usernames</string>
<string name="permission_service_YouTubeUser_description">Allows app to access YouTube username(s) used with any associated Google account.</string>
<string name="permission_scope_www.googleapis.com_auth_activity">View the activity history of your Google Apps</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.buyer">Manage your Ad Exchange buyer account configuration</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller.readonly">View your Ad Exchange data</string>
<string name="permission_scope_www.googleapis.com_auth_adexchange.seller">View and manage your Ad Exchange data</string>
<string name="permission_scope_www.googleapis.com_auth_adsensehost">View and manage your AdSense host data and associated accounts</string>
<string name="permission_scope_www.googleapis.com_auth_adsense.readonly">View your AdSense data</string>
<string name="permission_scope_www.googleapis.com_auth_adsense">View and manage your AdSense data</string>
<string name="permission_scope_www.googleapis.com_auth_analytics.readonly">View your Google Analytics data</string>
<string name="permission_scope_www.googleapis.com_auth_analytics">View and manage your Google Analytics data</string>
<string name="permission_scope_www.googleapis.com_auth_androidpublisher">Access to the Google Play Android Developer</string>
<string name="permission_scope_www.googleapis.com_auth_appengine.admin">App engine admin scope.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.migration">Read and write access to Groups Migration API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.groups.settings">View and manage the settings of a Google Apps Group</string>
<string name="permission_scope_www.googleapis.com_auth_apps.licensing">Read/write access to License Manager API.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order">For reseller administrators and users read/write access when testing in the API\'s sandbox, or read/write access when calling an API operation directly.</string>
<string name="permission_scope_www.googleapis.com_auth_apps.order.readonly">In addition to the overall read/write OAuth scope, use the read only OAuth scope when retrieving the customer\'s data.</string>
<string name="permission_scope_www.googleapis.com_auth_apps_reporting_audit.readonly">Access to the Admin Audit API ReadOnly</string>
<string name="permission_scope_www.googleapis.com_auth_appstate">Scope for using the App State service.</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery.readonly">View your data in Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_bigquery">View and manage your data in Google BigQuery</string>
<string name="permission_scope_www.googleapis.com_auth_blogger">Manage your Blogger account</string>
<string name="permission_scope_www.googleapis.com_auth_blogger.readonly">View your Blogger account</string>
<string name="permission_scope_www.googleapis.com_auth_books">Manage your books</string>
<string name="permission_scope_www.googleapis.com_auth_calendar">Manage your calendars</string>
<string name="permission_scope_www.googleapis.com_auth_calendar.readonly">View your calendars</string>
<string name="permission_scope_www.googleapis.com_auth_cloudprint">View and manage your google cloud print data</string>
<string name="permission_scope_www.googleapis.com_auth_compute.readonly">View your Google Compute Engine resources</string>
<string name="permission_scope_www.googleapis.com_auth_compute">View and manage your Google Compute Engine resources</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate.readonly">View your Google Coordinate jobs</string>
<string name="permission_scope_www.googleapis.com_auth_coordinate">View and manage your Google Maps Coordinate jobs</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.full_control">Manage your data and permissions in Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_only">View your data in Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_devstorage.read_write">Manage your data in Google Cloud Storage</string>
<string name="permission_scope_www.googleapis.com_auth_dfareporting">View and manage DoubleClick for Advertisers reports</string>
<string name="permission_scope_www.googleapis.com_auth_drive.appdata">Allows access to the Application Data folder</string>
<string name="permission_scope_www.googleapis.com_auth_drive.apps.readonly">View your Google Drive apps</string>
<string name="permission_scope_www.googleapis.com_auth_drive.file">View and manage Google Drive files that you have opened or created with this app</string>
<string name="permission_scope_www.googleapis.com_auth_drive.install">Special scope used to let users approve installation of an app</string>
<string name="permission_scope_www.googleapis.com_auth_drive.metadata.readonly">View metadata for files and documents in your Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_drive.readonly">View the files and documents in your Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_drive.scripts">Modify your Google Apps Script scripts\' behavior</string>
<string name="permission_scope_www.googleapis.com_auth_drive">View and manage the files and documents in your Google Drive</string>
<string name="permission_scope_www.googleapis.com_auth_freebase.readonly">view your Freebase account</string>
<string name="permission_scope_www.googleapis.com_auth_freebase">Sign in to Freebase with your account</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables">Manage your Fusion Tables</string>
<string name="permission_scope_www.googleapis.com_auth_fusiontables.readonly">View your Fusion Tables</string>
<string name="permission_scope_www.googleapis.com_auth_games">Scope for accessing data from Google Play Games.</string>
<string name="permission_scope_www.googleapis.com_auth_gan">Manage your GAN data</string>
<string name="permission_scope_www.googleapis.com_auth_gan.readonly">View your GAN data</string>
<string name="permission_scope_www.googleapis.com_auth_gcm_for_chrome">CloudMessaging for chrome</string>
<string name="permission_scope_www.googleapis.com_auth_glass.timeline">Glass timeline scope</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.compose">Create, read, update, and delete drafts. Send messages and drafts.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.modify">All read/write operations except immediate, permanent deletion of threads and messages, bypassing Trash.</string>
<string name="permission_scope_www.googleapis.com_auth_gmail.readonly">Read all resources and their metadata—no write operations.</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.best">Manage your best-available location and location history</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.all.city">Manage your city-level location and location history</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.best">Manage your best-available location</string>
<string name="permission_scope_www.googleapis.com_auth_latitude.current.city">Manage your city-level location</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine">View and manage your Google Maps Engine data</string>
<string name="permission_scope_www.googleapis.com_auth_mapsengine.readonly">View your Google Maps Engine data</string>
<string name="permission_scope_www.googleapis.com_auth_mobilemaps.firstparty">View and manage your Google Maps for mobile experience</string>
<string name="permission_scope_www.googleapis.com_auth_orkut">Manage your Orkut activity</string>
<string name="permission_scope_www.googleapis.com_auth_orkut.readonly">View your Orkut data</string>
<string name="permission_scope_www.googleapis.com_auth_plus.login">Know your name, basic info, and list of people you\'re connected to on Google+</string>
<string name="permission_scope_www.googleapis.com_auth_plus.me">Know who you are on Google</string>
<string name="permission_scope_www.googleapis.com_auth_prediction">Manage your data in the Google Prediction API</string>
<string name="permission_scope_www.googleapis.com_auth_shoppingapi">View your product data</string>
<string name="permission_scope_www.googleapis.com_auth_siteverification">Manage the list of sites and domains you control</string>
<string name="permission_scope_www.googleapis.com_auth_siteverification.verify_only">Manage your new site verifications with Google</string>
<string name="permission_scope_www.googleapis.com_auth_structuredcontent">Read/write access to Shopping Content API.</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue.consumer">Consume Tasks from your Taskqueues</string>
<string name="permission_scope_www.googleapis.com_auth_taskqueue">Manage your Tasks</string>
<string name="permission_scope_www.googleapis.com_auth_tasks">Manage your tasks</string>
<string name="permission_scope_www.googleapis.com_auth_tasks.readonly">View your tasks</string>
<string name="permission_scope_www.googleapis.com_auth_tracks">Google Maps Tracks API, This scope allows read and write access to your project\'s data.</string>
<string name="permission_scope_www.googleapis.com_auth_urlshortener">Manage your goo.gl short URLs</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.email">View your email address</string>
<string name="permission_scope_www.googleapis.com_auth_userinfo.profile">View basic information about your account</string>
<string name="permission_scope_www.googleapis.com_auth_youtube">Manage your YouTube account</string>
<string name="permission_scope_www.googleapis.com_auth_youtubepartner">View and manage your assets and associated content on YouTube</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.readonly">View your YouTube account</string>
<string name="permission_scope_www.googleapis.com_auth_youtube.upload">Manage your YouTube videos</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics_monetary.readonly">View YouTube Analytics monetary reports for your YouTube content</string>
<string name="permission_scope_www.googleapis.com_auth_yt_analytics.readonly">View YouTube Analytics reports for your YouTube content</string>
</resources>

View File

@ -16,20 +16,8 @@
-->
<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> backend configured</item>
<item quantity="other"><xliff:g example="3">%1$d</xliff:g> backends configured</item>
</plurals>
<plurals name="gcm_registered_apps_counter">
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> registered App</item>
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> registered Apps</item>
</plurals>
<plurals name="cond_perm_summary">
<item quantity="one">A permission required for proper functionality of microG Service Core is not granted.</item>
<item quantity="other">Permissions required for proper functionality of microG Service Core are not granted.</item>
</plurals>
<plurals name="cond_perm_action">
<item quantity="one">Request missing permission</item>
<item quantity="other">Request missing permissions</item>
</plurals>
</resources>

View File

@ -15,7 +15,6 @@
-->
<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 Settings</string>
<string name="gms_settings_summary">Setup microG services Core.</string>
@ -55,28 +54,14 @@ This can take a couple of minutes."</string>
<string name="service_name_checkin">Google device registration</string>
<string name="service_name_mcs">Google Cloud Messaging</string>
<string name="service_name_snet">Google SafetyNet</string>
<string name="service_status_disabled">Disabled</string>
<string name="service_status_enabled">Enabled</string>
<string name="service_status_automatic">Automatic</string>
<string name="service_status_manual">Manual</string>
<string name="menu_advanced">Advanced</string>
<string name="list_no_item_none">None</string>
<string name="games_title">Google Play Games</string>
<string name="games_info_title"><xliff:g example="F-Droid">%1$s</xliff:g> would like to use Play Games</string>
<string name="games_info_content">To use Play Games it is required to install the Google Play Games app. The application might continue without Play Games, but it is possible that it will behave unexpectedly.</string>
<string name="pick_place_title">Pick a place</string>
<string name="pick_place_desc">Place picker is not yet available.</string>
<string name="place_picker_select_title">Select this location</string>
<string name="place_picker_nearby_places">Nearby places</string>
<string name="place_picker_location_lat_lng">(%1$.7f, %2$.7f)</string>
<string name="lacking_permission_toast">microG Services Core: Lacking permission to <xliff:g example="have full network acccess">%1$s</xliff:g></string>
<string name="network_type_mobile">Mobile network</string>
<string name="network_type_wifi">Wi-Fi</string>
<string name="network_type_roaming">Roaming</string>
@ -84,43 +69,19 @@ This can take a couple of minutes."</string>
<!-- Self check -->
<string name="self_check_cat_fake_sig">Signature spoofing support</string>
<string name="self_check_cat_gms_packages">Installed packages</string>
<string name="self_check_cat_system">System</string>
<string name="self_check_name_fake_sig_perm">System has signature spoofing support: </string>
<string name="self_check_resolution_fake_sig_perm">Your ROM has no native support for signature spoofing. You can still use Xposed or other systems to spoof signature. Please check the documentation on which ROMs do support signature spoofing and how to use microG on ROMs that do not.</string>
<string name="self_check_name_perm_granted">System grants signature spoofing permission: </string>
<string name="self_check_resolution_perm_granted">This is a strong indicator that the ROM does support signature spoofing, but requires further action to activate it. Please check the documentation on which steps might be required.</string>
<string name="self_check_name_system_spoofs">System spoofs signature: </string>
<string name="self_check_resolution_system_spoofs">Please check the documentation on which steps might be required.</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> installed: </string>
<string name="self_check_resolution_app_installed">Install the application <xliff:g example="F-Droid">%1$s</xliff:g> or a compatible one. Please check the documentation on which applications are compatible.</string>
<string name="self_check_name_correct_sig"><xliff:g example="F-Droid">%1$s</xliff:g> has correct signature: </string>
<string name="self_check_resolution_correct_sig">Either the installed <xliff:g example="F-Droid">%1$s</xliff:g> is not compatible or signature spoofing is not active for it. Please check the documentation on which applications and ROMs are compatible.</string>
<string name="self_check_name_battery_optimizations">Battery optimizations ignored:</string>
<string name="self_check_resolution_battery_optimizations">Touch here to disable battery optimizations. Not doing this may result in misbehaving applications.</string>
<!-- Settings strings -->
<string name="prefcat_about">About</string>
<string name="prefcat_components">Components</string>
<string name="prefcat_configuration">Configuration</string>
<string name="prefcat_google_services">Google Services</string>
<string name="prefcat_location_service">Location service</string>
<string name="prefcat_operation_mode">Operation mode</string>
<string name="prefcat_services">Services</string>
<string name="prefcat_test">Test</string>
<string name="cond_gcm_bat_title">Battery optimizations enabled</string>
<string name="cond_gcm_bat_summary">You enabled Google Cloud Messaging but have battery optimizations active for microG Services Core. For push notifications to arrive you should ignore battery optimizations.</string>
<string name="cond_gcm_bat_action">Ignore optimizations</string>
<string name="cond_perm_title">Permission missing</string>
<string name="prefs_account">Account preferences</string>
<string name="prefs_account_privacy">Personal info &amp; privacy</string>
@ -133,24 +94,15 @@ This can take a couple of minutes."</string>
<string name="pref_checkin_enable_summary">Registers your device to Google services and creates a unique device identifier. microG strips identifying bits other than your Google account name from registration data.</string>
<string name="pref_more_settings">More</string>
<string name="pref_add_account_title">Account</string>
<string name="pref_add_account_summary">Add Google account</string>
<string name="pref_gcm_enable_mcs_summary">Google Cloud Messaging is a push notification provider used by many third-party applications. To use it you must enable device registration.</string>
<string name="pref_gcm_heartbeat_title">Cloud Messaging heartbeat interval</string>
<string name="pref_gcm_heartbeat_summary">The interval in seconds for the system to heartbeat the Google servers. Increasing this number will reduce battery consumption, but might cause delays on push messages.\nDeprecated, will be replaced in future release.</string>
<string name="pref_gcm_apps_title">Apps using Google Cloud Messaging</string>
<string name="pref_gcm_apps_summary">List of apps currently registered for Google Cloud Messaging.</string>
<string name="pref_gcm_confirm_new_apps_title">Confirm new apps</string>
<string name="pref_gcm_confirm_new_apps_summary">Ask before registering a new app to receive push notifications</string>
<string name="pref_gcm_ping_interval">Ping interval: <xliff:g example="10 minutes">%1$s</xliff:g></string>
<string name="pref_about_title">About microG Services Core</string>
<string name="pref_about_summary">Version information and used libraries</string>
<string name="gcm_app_error_unregistering">Error unregistering</string>
<string name="gcm_app_not_installed_anymore">No longer installed</string>
<string name="gcm_unregister_app">Unregister</string>
<string name="gcm_not_registered">Not registered</string>
<string name="gcm_no_message_yet">No messages received so far</string>
@ -164,20 +116,4 @@ This can take a couple of minutes."</string>
<string name="gcm_state_disconnected">Current State: Disconnected</string>
<string name="gcm_state_connected">Current State: Connected since <xliff:g example="2 hours ago">%1$s</xliff:g></string>
<string name="snet_intro">Google SafetyNet is a device certification system, ensuring that the device is properly secured and compatible with Android CTS. Some applications use SafetyNet for security reasons or as a prerequisite for tamper-protection.\n\nmicroG GmsCore contains a free implementation of SafetyNet, but the official server requires SafetyNet requests to be signed using the proprietary DroidGuard system. A sandboxed version of DroidGuard is available as a separate “DroidGuard Helper” app.</string>
<string name="pref_snet_testdrive_title">Try SafetyNet attestation</string>
<string name="pref_snet_status_official_title">Use official server</string>
<string name="pref_snet_status_official_summary">Requires an unrooted system and microG DroidGuard Helper installed</string>
<string name="pref_snet_status_official_info">official server</string>
<string name="pref_snet_status_third_party_title">Use third-party server</string>
<string name="pref_snet_status_third_party_summary">Third-party servers might be able to reply to SafetyNet requests without DroidGuard signature</string>
<string name="pref_snet_status_third_party_info">third-party server</string>
<string name="pref_snet_custom_url_title">Custom server URL</string>
<string name="pref_snet_custom_url_summary">Full URL of the third-party server answering SafetyNet attestation requests</string>
<string name="pref_snet_self_signed_title">Use self-signed certificate</string>
<string name="pref_snet_self_signed_summary">Instead of requesting a server, sign SafetyNet responses locally using a self-signed certificate. Most apps will refuse to use self-signed responses.</string>
<string name="pref_snet_status_self_signed_info">self-signed certificate</string>
</resources>

View File

@ -1,21 +0,0 @@
<?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.
-->
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="com.mgoogle"
android:contentAuthority="com.android.contacts"
android:userVisible="false"/>