Skip to content

Commit

Permalink
Merge pull request #176 from yasarciv/dev
Browse files Browse the repository at this point in the history
Turkish language added
  • Loading branch information
hazuki0x0 authored Feb 14, 2021
2 parents dda7250 + df04ed7 commit f8eee19
Show file tree
Hide file tree
Showing 5 changed files with 1,059 additions and 0 deletions.
39 changes: 39 additions & 0 deletions languages/src/main/res/values-tr/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017-2019 Hazuki
~
~ 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-array name="resblock_res_type_list">
<item>Boş dize</item>
<item>Boş PNG resmi</item>
</string-array>
<string-array name="edit_user_agent">
<item>Düzenle</item>
<item>Sil</item>
</string-array>

<string-array name="new_speed_dial_mode">
<item>Doğrudan giriş</item>
<item>Yer imleri</item>
<item>Geçmiş</item>
<item>Uygulama listesi</item>
<item>Kısayolların listesi</item>
</string-array>
<string-array name="add_bookmark_option">
<item>Yer imi ekle</item>
<item>Yer imi sil</item>
</string-array>
</resources>
Loading

0 comments on commit f8eee19

Please sign in to comment.