Skip to content

Commit

Permalink
Sounds DA: L10n for 'Silent'
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Mar 19, 2022
1 parent f92a72b commit 7b93eb7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.de
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "T|ne"
.define res_string_label_alert "Hinweist|n:"
.define res_string_name_silent "Leise"
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.en
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "Sounds"
.define res_string_label_alert "Alert Sound:"
.define res_string_name_silent "Silent"
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.es
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "Sonidos"
.define res_string_label_alert "Aonido de alerta:"
.define res_string_name_silent "Silencio"
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.fr
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "Sons"
.define res_string_label_alert "Son d'alerte :"
.define res_string_name_silent "Silencieux"
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.it
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "Suoni"
.define res_string_label_alert "Avviso audio:"
.define res_string_name_silent "Silenzio"
1 change: 1 addition & 0 deletions desk.acc/res/sounds.res.pt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.define res_string_window_title "Sons"
.define res_string_label_alert "Som de alerta:"
.define res_string_name_silent "Sil&ncio"
2 changes: 1 addition & 1 deletion desk.acc/sounds.s
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ top_row:
str_buzz: PASCAL_STRING "ProDOS Buzz"
str_bonk: PASCAL_STRING "IIgs Bonk"
str_bell: PASCAL_STRING "Control-G"
str_silent: PASCAL_STRING "Silent"
str_silent: PASCAL_STRING res_string_name_silent
str_awbeep: PASCAL_STRING "Apple Writer II"
str_dazzledraw: PASCAL_STRING "Dazzle Draw"
str_koala: PASCAL_STRING "Koala Illustrator"
Expand Down

0 comments on commit 7b93eb7

Please sign in to comment.