|
@@ -472,8 +472,6 @@
|
|
:export-save-to-file "Save to file"
|
|
:export-save-to-file "Save to file"
|
|
:all-graphs "All graphs"
|
|
:all-graphs "All graphs"
|
|
:all-pages "All pages"
|
|
:all-pages "All pages"
|
|
- ;; E.g. 1 Page or 2 Pages
|
|
|
|
- :all-pages/table-title (fn [total] (str total (if (= total 1) " Page" " Pages")))
|
|
|
|
:all-pages/failed-to-delete-pages "These pages had their content deleted but were unable to be deleted: {1}. See javascript console for more details."
|
|
:all-pages/failed-to-delete-pages "These pages had their content deleted but were unable to be deleted: {1}. See javascript console for more details."
|
|
:all-whiteboards "All whiteboards"
|
|
:all-whiteboards "All whiteboards"
|
|
:all-files "All files"
|
|
:all-files "All files"
|
|
@@ -625,8 +623,6 @@
|
|
;; E.g. 1 node or 2 nodes
|
|
;; E.g. 1 node or 2 nodes
|
|
:views.table/live-query-title (fn [total] (str "Live query (" total ")"))
|
|
:views.table/live-query-title (fn [total] (str "Live query (" total ")"))
|
|
:views.table/default-title (fn [total] (str total (if (<= total 1) " Node" " Nodes")))
|
|
:views.table/default-title (fn [total] (str total (if (<= total 1) " Node" " Nodes")))
|
|
- :views.table/tagged-nodes (fn [total] (str total (if (<= total 1) " tagged node" " tagged Nodes")))
|
|
|
|
- :views.table/property-nodes (fn [total] (str total (if (<= total 1) " node with this property" " nodes with this property")))
|
|
|
|
|
|
|
|
;; Commands are nested for now to stay in sync with the shortcuts system.
|
|
;; Commands are nested for now to stay in sync with the shortcuts system.
|
|
;; Other languages should not nest keys under :commands
|
|
;; Other languages should not nest keys under :commands
|