Skip to content

Commit c9698c2

Browse files
authored
Remove string for fire process name from non-default languages (#866)
* Remove string for fire process name from non-default languages * Add new line to end of XML resource file
1 parent d491b9b commit c9698c2

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

app/src/main/res/values-et/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
<string name="fireClearAll">Kustuta kõik vahekaardid ja andmed</string>
150150
<string name="fireCancel">Tühista</string>
151151
<string name="fireDataCleared">Andmed on kustutatud</string>
152-
<string name="fireProcessName" translatable="false">:fire</string>
153152

154153
<!-- Settings Activity -->
155154
<string name="settingsActivityTitle">Sätted</string>

app/src/main/res/values-lv/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
<string name="fireClearAll">Izdzēst visas cilnes un datus</string>
154154
<string name="fireCancel">Atcelt</string>
155155
<string name="fireDataCleared">Dati ir nodzēsti</string>
156-
<string name="fireProcessName" translatable="false">:fire</string>
157156

158157
<!-- Settings Activity -->
159158
<string name="settingsActivityTitle">Iestatījumi</string>

app/src/main/res/values-tr/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
<string name="fireClearAll">Tüm Sekmeleri ve Verileri Temizle</string>
153153
<string name="fireCancel">İptal</string>
154154
<string name="fireDataCleared">Veri silindi</string>
155-
<string name="fireProcessName" translatable="false">:fire</string>
156155

157156
<!-- Settings Activity -->
158157
<string name="settingsActivityTitle">Ayarlar</string>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (c) 2020 DuckDuckGo
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
18+
<resources>
19+
<string name="fireProcessName" translatable="false">:fire</string>
20+
</resources>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
<string name="fireClearAll">Clear All Tabs and Data</string>
136136
<string name="fireCancel">Cancel</string>
137137
<string name="fireDataCleared">Data cleared</string>
138-
<string name="fireProcessName" translatable="false">:fire</string>
139138

140139
<!-- Settings Activity -->
141140
<string name="settingsActivityTitle">Settings</string>

0 commit comments

Comments
 (0)