bc-deeplib 1.1.3 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,12 +2,15 @@
2
2
  settings.button.back_button_hint = Back
3
3
  settings.button.prev_button_hint = Previous page
4
4
  settings.button.next_button_hint = Next page
5
+ settings.page.label = $currentPage$ of $totalPages$
5
6
 
6
7
  # Main Menu
7
8
  mainmenu.button.wiki = Wiki
8
9
  mainmenu.button.repo = Repository
9
10
  mainmenu.button.reset = Reset
10
11
  mainmenu.button.import_export = Import & Export
12
+ mainmenu.meter.storage_hint = Storage fullness: $percentage$%
13
+ mainmenu.meter.storage_label = $currentCapacity$ / $maxCapacity$ KB
11
14
 
12
15
  # Import & Export
13
16
  import-export.title = - Import & Export -
@@ -15,3 +18,10 @@ import-export.button.export_file = Export to file
15
18
  import-export.button.import_file = Import from file
16
19
  import-export.button.export_clipboard = Export to clipboard
17
20
  import-export.button.import_clipboard = Import from clipboard
21
+
22
+ # Modal
23
+ modal.button.close = Close
24
+ modal.button.ok = OK
25
+ modal.button.cancel = Cancel
26
+ modal.button.submit = Submit
27
+ modal.button.decline = Decline