forked from YT-Advanced/GmsCore
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2570cb4
commit 91f15f5
Showing
3 changed files
with
312 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
play-services-core/microg-ui-tools/src/main/res/values-tr/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2013-2017 microG Project Team | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
<string name="lib_name">MicroG UI Araçları</string> | ||
<string name="lib_license">Apache Lisansı 2.0, microG Ekibi</string> | ||
|
||
<string name="about_version_str">Sürüm: %1$s</string> | ||
<string name="about_name_version_str">%1$s %2$s</string> | ||
<string name="about_default_license">Tüm hakları saklıdır</string> | ||
|
||
<string name="prefcat_setup">Kurulum</string> | ||
|
||
<string name="self_check_title">Kendi Kendine Kontrol</string> | ||
<string name="self_check_desc">Sistemin MicroG kullanımı için doğru şekilde ayarlanıp ayarlanmadığını kontrol et</string> | ||
|
||
<string name="self_check_cat_permissions">Verilen izinler</string> | ||
<string name="self_check_name_permission">%1$s izni:</string> | ||
<string name="self_check_resolution_permission">İzin vermek için buraya dokunun. İzin verilmemesi, uygulamaların hatalı çalışmasına neden olabilir</string> | ||
|
||
<string name="about_root_title">MicroG UI Demo</string> | ||
<string name="about_root_summary">Özet</string> | ||
<string name="about_root_version">Sürüm v0.1.0</string> | ||
<string name="about_root_libraries">Dahil edilen kütüphaneler</string> | ||
|
||
<string name="about_android_support_v4">v4 Destek Kütüphanesi</string> | ||
<string name="about_android_support_v7_appcompat">v7 appcompat Destek Kütüphanesi</string> | ||
<string name="about_android_support_v7_preference">v7 tercih Destek Kütüphanesi</string> | ||
<string name="about_android_support_license">Apache Lisansı 2.0, Android Açık Kaynak Projesi</string> | ||
|
||
<!-- Updater strings--> | ||
|
||
<string name="check_updates">Güncellemeleri kontrol et</string> | ||
<string name="update_available">Yeni sürüm mevcut!</string> | ||
<string name="no_update_available">En son sürümü kullanıyorsunuz</string> | ||
<string name="check_updates_error">Güncellemeleri kontrol etme başarısız</string> | ||
|
||
<string name="snackbar_button_download">İndir</string> | ||
|
||
<string name="error_connection">Bağlantı hatası:</string> | ||
<string name="error_others">Hata:</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2017 microG Project Team | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<plurals name="gcm_registered_apps_counter"> | ||
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> kayıtlı uygulama</item> | ||
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> kayıtlı uygulama</item> | ||
</plurals> | ||
<plurals name="cond_perm_summary"> | ||
<item quantity="one">microG Hizmetlerinin düzgün çalışması için gerekli bir izin verilmemiş.</item> | ||
<item quantity="other">microG Hizmetlerinin düzgün çalışması için gerekli izinler verilmemiş.</item> | ||
</plurals> | ||
<plurals name="cond_perm_action"> | ||
<item quantity="one">Eksik izni iste</item> | ||
<item quantity="other">Eksik izinleri iste</item> | ||
</plurals> | ||
</resources> | ||
|
Oops, something went wrong.