blob: 6c8077a0bab2cea6bb9f90f226a2a48cde1b87d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2016 Cyanogen, Inc.
Copyright (C) 2016 The CyanogenMod Project
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="theme_installed_notification_title">%s yüklendi</string>
<string name="theme_installed_notification_text">Tema başarıyla yüklendi.</string>
<!-- Note: These are for "themes", meaning multiple themes -->
<string name="themes_installed_notification_title">%d temaları yüklendi</string>
<!-- Labels for each theme component card -->
<string name="icon_label">Simgeler</string>
<string name="font_label">Yazı tipleri</string>
<string name="navbar_label">Dolaşım</string>
<string name="style_label">Kontroller</string>
<string name="alarm_label">Alarm</string>
<string name="notification_label">Bildirim</string>
<string name="ringtone_label">Zil sesi</string>
<!-- Overflow menu -->
<!-- Shop themes -->
<!-- Overlay titles -->
<string name="apply_theme_overlay_title">Uygula</string>
<!-- TAG text -->
<string name="add_component_text">Ekle</string>
<!-- Labels for the customize/reset theme layout -->
<!-- Extra wallpaper components for selector -->
<string name="wallpaper_external_title">Görsel seç</string>
<string name="processing_theme">İşleniyor\u2026</string>
<!-- Legacy themes -->
<string name="legacy_theme_warning">NOT: %s CM\'nin daha eski bir sürümü için tasarlanmıştır. Bu tema ile uyumluluk sorunlarıyla karşılaşabilirsiniz.</string>
<!-- Per app theming -->
<string name="per_app_theme_removal_warning">NOT: Yeni bir tema uygulanınca tüm uygulama teması özelleştirmeleri kaldırılacaktır.</string>
<string name="read_external_permission_denied_message">Tema Seçici şu anda medyaya erişemiyor ve görüntü alamıyor.</string>
<string name="get_more_app_not_available">Uyg. kullanılabilir değil</string>
</resources>
|