Skip to content

Commit afafb03

Browse files
authored
Merge pull request #181 from TeamAmaze/feature
Feature to main v1.94
2 parents 9fac371 + 2817834 commit afafb03

File tree

7 files changed

+2
-1060
lines changed

7 files changed

+2
-1060
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
minSdk 21
5656
targetSdk 33
5757

58-
Integer sudoVersionCode = 34
59-
String versionNameText = "1.93"
58+
Integer sudoVersionCode = 35
59+
String versionNameText = "1.94"
6060

6161
String[] abiFilterList = property("abiFilters").toString().split(';')
6262
Integer minorVersion = 0

app/src/main/res/values-ar-rSA/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
<string name="settings">الإعدادات</string>
111111
<!-- About screen title -->
112112
<string name="about">حول التطبيق</string>
113-
<!-- Copyright dialog content in about section -->
114-
<string name="rights_reserved"></string>
115113
<!-- Open source licenses in about section -->
116114
<string name="open_source_licenses">تراخيص مفتوحة المصدر</string>
117115
<!-- Privacy policy label in about section -->
@@ -142,8 +140,6 @@
142140
<string name="duration">المدة</string>
143141
<!-- Crash fallback screen title -->
144142
<string name="sorry_string">Sorry, that should not have happened.</string>
145-
<!-- Crash fallback screen report by email -->
146-
<string name="error_report_button_text"></string>
147143
<!-- Crash fallback screen report by telegram -->
148144
<string name="error_report_button_telegram">Report this error via telegram</string>
149145
<!-- Crash fallback screen copy report -->

app/src/main/res/values-en-rUS/strings.xml

Lines changed: 0 additions & 1044 deletions
This file was deleted.

app/src/main/res/values-it-rIT/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@
160160
<string name="what_device_headline">Info:</string>
161161
<!-- Crash fallback screen info about crash -->
162162
<string name="what_happened_headline">Cos\'è successo:</string>
163-
<!-- Crash fallback screen info about device -->
164-
<string name="info_labels"></string>
165163
<!-- Crash fallback screen ask user input -->
166164
<string name="your_comment">La tua segnalazione (scrivere in inglese):</string>
167165
<!-- Crash fallback screen show more details -->

app/src/main/res/values-pt-rBR/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<resources>
33
<!-- App name -->
44
<string name="app_name">سیب</string>
5-
<!-- App name in launcher -->
6-
<string name="app_name_launcher"></string>
75
<!-- App info shown in about screen -->
86
<string name="about_app">Aplicativo utilitário de arquivos com reprodutores de mídia embutidos para todas as suas necessidades.</string>
97
<!-- Image viewer activity label -->

app/src/main/res/values-ru-rRU/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,6 @@
921921
<string name="newly_installed_apps">Newly installed apps</string>
922922
<!-- newly installed apps summary in settings preferences -->
923923
<string name="newly_installed_apps_summary">Apps newly installed (in days)</string>
924-
<!-- newly installed apps in settings preferences -->
925-
<string name="recently_updated_apps"></string>
926924
<!-- newly installed apps summary in settings preferences -->
927925
<string name="recently_updated_apps_summary">Apps recently updated (in days)</string>
928926
<!-- apps with large size increase in settings preferences -->

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
<!-- Shown in welcome screen for first time -->
3636
<string name="grant_storage_read_permission">為提供最佳效能,App需要授予儲存空間存取權限。</string>
3737
<!-- Shown in welcome screen for first time -->
38-
<string name="grant_notification_permission"></string>
39-
<!-- Shown in welcome screen for first time -->
4038
<string name="grant_permission">授予權限</string>
4139
<!-- Grant permission button for welcome screen -->
4240
<string name="grant">授權</string>
@@ -554,8 +552,6 @@
554552
<string name="model">型號</string>
555553
<!-- Image viewer camera aperture -->
556554
<string name="aperture">光圈</string>
557-
<!-- Image viewer iso of image -->
558-
<string name="iso"></string>
559555
<!-- Image viewer shutter time -->
560556
<string name="shutter_time">快門</string>
561557
<!-- Image viewer image location -->

0 commit comments

Comments
 (0)