Skip to content

Commit 1817b3d

Browse files
committed
added new string
1 parent 41391cf commit 1817b3d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@
575575
<string name="command_takes_at_least_1_parameter_0_provided">"'%1$s' el comando recibe al menos un parametro. 0 parametros suministrados! "</string>
576576
<string name="terminal_text_color_reset">Reiniciar color del tema del texto de la terminal.</string>
577577
<string name="terminal_text_color_set_to"> Color del texto de la terminal establecido a #%1$s</string>
578+
<string name="no_sound_effects_found">No custom sound effects found!</string>
578579
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@
575575
<string name="command_takes_at_least_1_parameter_0_provided">"'%1$s' il comando prende almeno 1 parametro. ne sono stati forniti 0! "</string>
576576
<string name="terminal_text_color_reset">Il colore del testo del terminale è stato reimpostato al tema.</string>
577577
<string name="terminal_text_color_set_to">Il colore del testo del terminale è stato impostato a #%1$s</string>
578+
<string name="no_sound_effects_found">No custom sound effects found!</string>
578579
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@
575575
<string name="command_takes_at_least_1_parameter_0_provided">"'%1$s' command takes at least 1 parameter. 0 provided! "</string>
576576
<string name="terminal_text_color_reset">Terminal text color reset to theme.</string>
577577
<string name="terminal_text_color_set_to">Terminal text color set to #%1$s</string>
578+
<string name="no_sound_effects_found">No custom sound effects found!</string>
578579
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@
575575
<string name="command_takes_at_least_1_parameter_0_provided">"'%1$s' command takes at least 1 parameter. 0 provided! "</string>
576576
<string name="terminal_text_color_reset">Terminal text color reset to theme.</string>
577577
<string name="terminal_text_color_set_to">Terminal text color set to #%1$s</string>
578+
<string name="no_sound_effects_found">No custom sound effects found!</string>
578579
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@
575575
<string name="command_takes_at_least_1_parameter_0_provided">"'%1$s' command takes at least 1 parameter. 0 provided! "</string>
576576
<string name="terminal_text_color_reset">Terminal text color reset to theme.</string>
577577
<string name="terminal_text_color_set_to">Terminal text color set to #%1$s</string>
578+
<string name="no_sound_effects_found">No custom sound effects found!</string>
578579
</resources>

0 commit comments

Comments
 (0)