Copy IOS_xxx to DIALOG_xxx where none existed.

This commit is contained in:
Neil Fraser
2021-07-31 01:40:15 -07:00
committed by Neil Fraser
parent d627023c0c
commit b35b8aa603
8 changed files with 22 additions and 8 deletions

View File

@@ -104,5 +104,7 @@
"LISTS_INLIST": "u listi",
"LISTS_GET_INDEX_FIRST": "prvi",
"LISTS_GET_INDEX_LAST": "posljednji",
"LISTS_GET_INDEX_TOOLTIP_GET_FIRST": "Vraća prvu stavku liste"
"LISTS_GET_INDEX_TOOLTIP_GET_FIRST": "Vraća prvu stavku liste",
"DIALOG_OK": "U redu",
"DIALOG_CANCEL": "Odustani"
}