diff options
author | Selim Cinek <cinek@google.com> | 2014-10-10 13:55:36 -0700 |
---|---|---|
committer | Selim Cinek <cinek@google.com> | 2014-10-10 13:55:36 -0700 |
commit | b7cde675a2137da79723717e989dbfed4088aeff (patch) | |
tree | 46b7f42513f834f77bb086720b9c8b2985efceff /packages/WallpaperCropper/res/values-tr | |
parent | 6bb4a9b356bdb141e353a8115e100029bed3eb88 (diff) | |
download | frameworks_base-b7cde675a2137da79723717e989dbfed4088aeff.zip frameworks_base-b7cde675a2137da79723717e989dbfed4088aeff.tar.gz frameworks_base-b7cde675a2137da79723717e989dbfed4088aeff.tar.bz2 |
Fixed missing translation for wallpaper cropper
Also a fixed a small visibility issue.
Bug: 17927204
Change-Id: Ia9566fe8fe0c70f83edc295b0bf8317e94eb85fe
Diffstat (limited to 'packages/WallpaperCropper/res/values-tr')
-rw-r--r-- | packages/WallpaperCropper/res/values-tr/strings.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/WallpaperCropper/res/values-tr/strings.xml b/packages/WallpaperCropper/res/values-tr/strings.xml new file mode 100644 index 0000000..1f3cabb --- /dev/null +++ b/packages/WallpaperCropper/res/values-tr/strings.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* +* Copyright (C) 2013 The Android Open Source 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 xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <string name="wallpaper_instructions" msgid="3524143401182707094">"Duvar kağıdını ayarla"</string> + <string name="wallpaper_load_fail" msgid="4800700444605404650">"Resim duvar kağıdı olarak yüklenemedi"</string> + <string name="crop_wallpaper" msgid="4882870800623585836">"Duvar kağıdını kırp"</string> +</resources> |