diff options
Diffstat (limited to 'editor/translations/da.po')
-rw-r--r-- | editor/translations/da.po | 70 |
1 files changed, 55 insertions, 15 deletions
diff --git a/editor/translations/da.po b/editor/translations/da.po index 0fe9e67693..fa49368276 100644 --- a/editor/translations/da.po +++ b/editor/translations/da.po @@ -1543,6 +1543,11 @@ msgstr "Indlæs standard Bus Layout." msgid "Create a new Bus Layout." msgstr "Opret et nyt Bus Layout." +#: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Audio Bus Layout" +msgstr "Åben Audio Bus Layout" + #: editor/editor_autoload_settings.cpp msgid "Invalid name." msgstr "Ugyldigt navn." @@ -3027,7 +3032,7 @@ msgstr "Skift distraktions-fri modus." msgid "Add a new scene." msgstr "Tilføj en ny scene." -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/plugins/theme_editor_plugin.cpp msgid "Scene" msgstr "Scene" @@ -5897,6 +5902,10 @@ msgid "Bake Lightmaps" msgstr "" #: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "LightMap Bake" +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp #, fuzzy msgid "Select lightmap bake file:" msgstr "Vælg template fil" @@ -8478,7 +8487,12 @@ msgid "Cinematic Preview" msgstr "Opretter Maske Forhåndsvisninger" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Not available when using the GLES2 renderer." +msgid "(Not in GLES2)" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "" +"Debug draw modes are only available when using the GLES3 renderer, not GLES2." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -9428,6 +9442,11 @@ msgstr "Søg Erstatnings Ressource:" #: editor/plugins/theme_editor_plugin.cpp #, fuzzy +msgid "Theme Resource" +msgstr "Ressource" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy msgid "Another Theme" msgstr "Medlemmer" @@ -9480,6 +9499,20 @@ msgid "" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Add Item Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Set Variation Base Type" +msgstr "Sæt Variabel Type" + +#: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Set Base Type" +msgstr "Skift Base Type" + +#: editor/plugins/theme_editor_plugin.cpp #, fuzzy msgid "Show Default" msgstr "Indlæs Default" @@ -9497,7 +9530,18 @@ msgid "Override all default type items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add Item Type" +#, fuzzy +msgid "Base Type" +msgstr "Skift Base Type" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select the variation base type from a list of available types." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "" +"A type associated with a built-in class cannot be marked as a variation of " +"another type." msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -10253,18 +10297,6 @@ msgid "Commit list size" msgstr "" #: editor/plugins/version_control_editor_plugin.cpp -msgid "10" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp -msgid "20" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp -msgid "30" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp #, fuzzy msgid "Branches" msgstr "Matches:" @@ -12972,6 +13004,11 @@ msgid "Stack Frames" msgstr "" #: editor/script_editor_debugger.cpp +#, fuzzy +msgid "Filter stack variables" +msgstr "Filtrer filer..." + +#: editor/script_editor_debugger.cpp msgid "Profiler" msgstr "" @@ -14353,6 +14390,9 @@ msgstr "Ugyldigt navn." msgid "" "Invalid \"GodotPaymentV3\" module included in the \"android/modules\" " "project setting (changed in Godot 3.2.2).\n" +"Replace it with the first-party \"GodotGooglePlayBilling\" plugin.\n" +"Note that the singleton was also renamed from \"GodotPayments\" to " +"\"GodotGooglePlayBilling\"." msgstr "" #: platform/android/export/export_plugin.cpp |