]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Updated main translation file after adding strings
[friendica.git] / static / dbview.config.php
index 45780d267c83f32df246e5a1b03b8c4067be37b0..b369ee9faf29e5181db51dfb4c065fa7ae7ee5e9 100644 (file)
                        "id" => ["item", "id"],
                        "item_id" => ["item", "id"],
                        "uid" => ["item", "uid"],
-                       "internal-uid" => ["item", "uid"],
                        "parent" => ["item", "parent"],
                        "uri" => ["item", "uri"],
                        "uri-id" => ["item", "uri-id"],
-                       "internal-uri-id" => ["item", "uri-id"],
                        "parent-uri" => ["item", "parent-uri"],
                        "parent-uri-id" => ["item", "parent-uri-id"],
                        "thr-parent" => ["item", "thr-parent"],
                        "mention" => ["item", "mention"],
                        "global" => ["item", "global"],
                        "network" => ["item", "network"],
-                       "icid" => ["item", "icid"],
                        "vid" => ["item", "vid"],
                        "psid" => ["item", "psid"],
-                       "attach" => ["item", "attach"],
-                       "internal-file-count" => "(SELECT COUNT(*) FROM `post-category` WHERE `post-category`.`uri-id` = `item`.`uri-id`)",
-                       "file" => "NULL",
                        "verb" => "IF (`item`.`vid` IS NULL, '', `verb`.`name`)",
                        "title" => ["item-content", "title"],
                        "content-warning" => ["item-content", "content-warning"],
                        "iid" => ["thread", "iid"],
                        "item_id" => ["item", "id"],
                        "uid" => ["thread", "uid"],
-                       "internal-uid" => ["item", "uid"],
                        "parent" => ["item", "parent"],
                        "uri" => ["item", "uri"],
                        "uri-id" => ["item", "uri-id"],
-                       "internal-uri-id" => ["item", "uri-id"],
                        "parent-uri" => ["item", "parent-uri"],
                        "parent-uri-id" => ["item", "parent-uri-id"],
                        "thr-parent" => ["item", "thr-parent"],
                        "mention" => ["thread", "mention"],
                        "global" => ["item", "global"],
                        "network" => ["thread", "network"],
-                       "icid" => ["item", "icid"],
                        "vid" => ["item", "vid"],
                        "psid" => ["item", "psid"],
-                       "attach" => ["item", "attach"],
-                       "internal-file-count" => "(SELECT COUNT(*) FROM `post-category` WHERE `post-category`.`uri-id` = `item`.`uri-id`)",
-                       "file" => "NULL",
                        "verb" => "IF (`item`.`vid` IS NULL, '', `verb`.`name`)",
                        "title" => ["item-content", "title"],
                        "content-warning" => ["item-content", "content-warning"],