Files
godot-docs-l10n/templates_list.txt
Rémi Verschelde e152ffea6c Sync docs with upstream 4.2 branch, and sync templates list
Supersedes and closes #26.
2024-02-27 18:59:08 +01:00

461 lines
21 KiB
Plaintext

sphinx.pot
index.pot
about/introduction.pot
about/list_of_features.pot
about/system_requirements.pot
about/faq.pot
about/complying_with_licenses.pot
about/release_policy.pot
about/docs_changelog.pot
getting_started/introduction/index.pot
getting_started/introduction/introduction_to_godot.pot
getting_started/introduction/key_concepts_overview.pot
getting_started/introduction/first_look_at_the_editor.pot
getting_started/introduction/learning_new_features.pot
getting_started/introduction/godot_design_philosophy.pot
getting_started/step_by_step/index.pot
getting_started/step_by_step/nodes_and_scenes.pot
getting_started/step_by_step/instancing.pot
getting_started/step_by_step/scripting_languages.pot
getting_started/step_by_step/scripting_first_script.pot
getting_started/step_by_step/scripting_player_input.pot
getting_started/step_by_step/signals.pot
getting_started/first_2d_game/index.pot
getting_started/first_2d_game/01.project_setup.pot
getting_started/first_2d_game/02.player_scene.pot
getting_started/first_2d_game/03.coding_the_player.pot
getting_started/first_2d_game/04.creating_the_enemy.pot
getting_started/first_2d_game/05.the_main_game_scene.pot
getting_started/first_2d_game/06.heads_up_display.pot
getting_started/first_2d_game/07.finishing-up.pot
getting_started/first_3d_game/index.pot
getting_started/first_3d_game/01.game_setup.pot
getting_started/first_3d_game/02.player_input.pot
getting_started/first_3d_game/03.player_movement_code.pot
getting_started/first_3d_game/04.mob_scene.pot
getting_started/first_3d_game/05.spawning_mobs.pot
getting_started/first_3d_game/06.jump_and_squash.pot
getting_started/first_3d_game/07.killing_player.pot
getting_started/first_3d_game/08.score_and_replay.pot
getting_started/first_3d_game/09.adding_animations.pot
getting_started/first_3d_game/going_further.pot
tutorials/best_practices/index.pot
tutorials/best_practices/introduction_best_practices.pot
tutorials/best_practices/what_are_godot_classes.pot
tutorials/best_practices/scene_organization.pot
tutorials/best_practices/scenes_versus_scripts.pot
tutorials/best_practices/autoloads_versus_internal_nodes.pot
tutorials/best_practices/node_alternatives.pot
tutorials/best_practices/godot_interfaces.pot
tutorials/best_practices/godot_notifications.pot
tutorials/best_practices/data_preferences.pot
tutorials/best_practices/logic_preferences.pot
tutorials/best_practices/project_organization.pot
tutorials/best_practices/version_control_systems.pot
tutorials/troubleshooting.pot
tutorials/editor/index.pot
tutorials/editor/project_manager.pot
tutorials/editor/inspector_dock.pot
tutorials/editor/project_settings.pot
tutorials/editor/default_key_mapping.pot
tutorials/editor/customizing_editor.pot
tutorials/editor/using_the_android_editor.pot
tutorials/editor/using_the_web_editor.pot
tutorials/editor/command_line_tutorial.pot
tutorials/editor/external_editor.pot
tutorials/editor/managing_editor_features.pot
tutorials/migrating/index.pot
tutorials/migrating/upgrading_to_godot_4.pot
tutorials/migrating/upgrading_to_godot_4.1.pot
tutorials/migrating/upgrading_to_godot_4.2.pot
tutorials/2d/index.pot
tutorials/2d/canvas_layers.pot
tutorials/2d/2d_transforms.pot
tutorials/2d/2d_lights_and_shadows.pot
tutorials/2d/2d_meshes.pot
tutorials/2d/2d_sprite_animation.pot
tutorials/2d/particle_systems_2d.pot
tutorials/2d/2d_antialiasing.pot
tutorials/2d/custom_drawing_in_2d.pot
tutorials/2d/2d_movement.pot
tutorials/2d/using_tilesets.pot
tutorials/2d/using_tilemaps.pot
tutorials/3d/index.pot
tutorials/3d/introduction_to_3d.pot
tutorials/3d/using_transforms.pot
tutorials/3d/procedural_geometry/index.pot
tutorials/3d/procedural_geometry/arraymesh.pot
tutorials/3d/procedural_geometry/meshdatatool.pot
tutorials/3d/procedural_geometry/surfacetool.pot
tutorials/3d/procedural_geometry/immediatemesh.pot
tutorials/3d/3d_text.pot
tutorials/3d/3d_rendering_limitations.pot
tutorials/3d/standard_material_3d.pot
tutorials/3d/lights_and_shadows.pot
tutorials/3d/using_decals.pot
tutorials/3d/physical_light_and_camera_units.pot
tutorials/3d/particles/index.pot
tutorials/3d/particles/creating_a_3d_particle_system.pot
tutorials/3d/particles/properties.pot
tutorials/3d/particles/process_material_properties.pot
tutorials/3d/particles/subemitters.pot
tutorials/3d/particles/trails.pot
tutorials/3d/particles/turbulence.pot
tutorials/3d/particles/attractors.pot
tutorials/3d/particles/collision.pot
tutorials/3d/particles/complex_shapes.pot
tutorials/3d/high_dynamic_range.pot
tutorials/3d/global_illumination/index.pot
tutorials/3d/global_illumination/introduction_to_global_illumination.pot
tutorials/3d/global_illumination/using_voxel_gi.pot
tutorials/3d/global_illumination/using_sdfgi.pot
tutorials/3d/global_illumination/using_lightmap_gi.pot
tutorials/3d/global_illumination/reflection_probes.pot
tutorials/3d/global_illumination/faking_global_illumination.pot
tutorials/3d/environment_and_post_processing.pot
tutorials/3d/volumetric_fog.pot
tutorials/3d/3d_antialiasing.pot
tutorials/3d/using_multi_mesh_instance.pot
tutorials/3d/mesh_lod.pot
tutorials/3d/visibility_ranges.pot
tutorials/3d/occlusion_culling.pot
tutorials/3d/resolution_scaling.pot
tutorials/3d/variable_rate_shading.pot
tutorials/3d/csg_tools.pot
tutorials/3d/using_gridmaps.pot
tutorials/animation/index.pot
tutorials/animation/introduction.pot
tutorials/animation/animation_track_types.pot
tutorials/animation/cutout_animation.pot
tutorials/animation/2d_skeletons.pot
tutorials/animation/animation_tree.pot
tutorials/animation/playing_videos.pot
tutorials/animation/creating_movies.pot
tutorials/assets_pipeline/index.pot
tutorials/assets_pipeline/import_process.pot
tutorials/assets_pipeline/importing_images.pot
tutorials/assets_pipeline/importing_audio_samples.pot
tutorials/assets_pipeline/importing_translations.pot
tutorials/assets_pipeline/importing_3d_scenes/index.pot
tutorials/assets_pipeline/importing_3d_scenes/available_formats.pot
tutorials/assets_pipeline/importing_3d_scenes/model_export_considerations.pot
tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.pot
tutorials/assets_pipeline/importing_3d_scenes/import_configuration.pot
tutorials/assets_pipeline/retargeting_3d_skeletons.pot
tutorials/assets_pipeline/exporting_3d_scenes.pot
tutorials/assets_pipeline/escn_exporter/index.pot
tutorials/assets_pipeline/escn_exporter/material.pot
tutorials/assets_pipeline/escn_exporter/physics.pot
tutorials/assets_pipeline/escn_exporter/lights.pot
tutorials/assets_pipeline/escn_exporter/mesh.pot
tutorials/assets_pipeline/escn_exporter/skeleton.pot
tutorials/assets_pipeline/escn_exporter/animation.pot
tutorials/audio/index.pot
tutorials/audio/audio_buses.pot
tutorials/audio/audio_effects.pot
tutorials/audio/audio_streams.pot
tutorials/audio/sync_with_audio.pot
tutorials/audio/recording_with_microphone.pot
tutorials/audio/text_to_speech.pot
tutorials/export/index.pot
tutorials/export/exporting_projects.pot
tutorials/export/exporting_pcks.pot
tutorials/export/feature_tags.pot
tutorials/export/exporting_for_linux.pot
tutorials/export/exporting_for_macos.pot
tutorials/export/running_on_macos.pot
tutorials/export/exporting_for_windows.pot
tutorials/export/changing_application_icon_for_windows.pot
tutorials/export/exporting_for_ios.pot
tutorials/export/exporting_for_android.pot
tutorials/export/android_gradle_build.pot
tutorials/export/exporting_for_web.pot
tutorials/export/exporting_for_dedicated_servers.pot
tutorials/export/one-click_deploy.pot
tutorials/io/index.pot
tutorials/io/background_loading.pot
tutorials/io/data_paths.pot
tutorials/io/saving_games.pot
tutorials/io/runtime_file_loading_and_saving.pot
tutorials/io/binary_serialization_api.pot
tutorials/i18n/index.pot
tutorials/i18n/internationalizing_games.pot
tutorials/i18n/localization_using_gettext.pot
tutorials/i18n/locales.pot
tutorials/i18n/pseudolocalization.pot
tutorials/inputs/index.pot
tutorials/inputs/inputevent.pot
tutorials/inputs/input_examples.pot
tutorials/inputs/mouse_and_input_coordinates.pot
tutorials/inputs/custom_mouse_cursor.pot
tutorials/inputs/controllers_gamepads_joysticks.pot
tutorials/inputs/handling_quit_requests.pot
tutorials/math/index.pot
tutorials/math/vector_math.pot
tutorials/math/vectors_advanced.pot
tutorials/math/matrices_and_transforms.pot
tutorials/math/interpolation.pot
tutorials/math/beziers_and_curves.pot
tutorials/math/random_number_generation.pot
tutorials/navigation/index.pot
tutorials/navigation/navigation_introduction_2d.pot
tutorials/navigation/navigation_introduction_3d.pot
tutorials/navigation/navigation_using_navigationservers.pot
tutorials/navigation/navigation_using_navigationmaps.pot
tutorials/navigation/navigation_using_navigationregions.pot
tutorials/navigation/navigation_using_navigationmeshes.pot
tutorials/navigation/navigation_using_navigationpaths.pot
tutorials/navigation/navigation_using_navigationpathqueryobjects.pot
tutorials/navigation/navigation_using_navigationagents.pot
tutorials/navigation/navigation_using_navigationobstacles.pot
tutorials/navigation/navigation_using_navigationlinks.pot
tutorials/navigation/navigation_using_navigationlayers.pot
tutorials/navigation/navigation_debug_tools.pot
tutorials/navigation/navigation_connecting_navmesh.pot
tutorials/navigation/navigation_different_actor_types.pot
tutorials/navigation/navigation_different_actor_locomotion.pot
tutorials/navigation/navigation_different_actor_area_access.pot
tutorials/navigation/navigation_optimizing_performance.pot
tutorials/networking/index.pot
tutorials/networking/high_level_multiplayer.pot
tutorials/networking/http_request_class.pot
tutorials/networking/http_client_class.pot
tutorials/networking/ssl_certificates.pot
tutorials/networking/websocket.pot
tutorials/networking/webrtc.pot
tutorials/performance/index.pot
tutorials/performance/general_optimization.pot
tutorials/performance/using_servers.pot
tutorials/performance/cpu_optimization.pot
tutorials/performance/gpu_optimization.pot
tutorials/performance/using_multimesh.pot
tutorials/performance/optimizing_3d_performance.pot
tutorials/performance/vertex_animation/index.pot
tutorials/performance/vertex_animation/animating_thousands_of_fish.pot
tutorials/performance/vertex_animation/controlling_thousands_of_fish.pot
tutorials/performance/using_multiple_threads.pot
tutorials/performance/thread_safe_apis.pot
tutorials/physics/index.pot
tutorials/physics/physics_introduction.pot
tutorials/physics/rigid_body.pot
tutorials/physics/using_area_2d.pot
tutorials/physics/using_character_body_2d.pot
tutorials/physics/ray-casting.pot
tutorials/physics/ragdoll_system.pot
tutorials/physics/kinematic_character_2d.pot
tutorials/physics/soft_body.pot
tutorials/physics/collision_shapes_2d.pot
tutorials/physics/collision_shapes_3d.pot
tutorials/physics/large_world_coordinates.pot
tutorials/physics/troubleshooting_physics_issues.pot
tutorials/platform/index.pot
tutorials/platform/android/index.pot
tutorials/platform/android/android_library.pot
tutorials/platform/android/android_plugin.pot
tutorials/platform/android/android_in_app_purchases.pot
tutorials/platform/ios/index.pot
tutorials/platform/ios/ios_plugin.pot
tutorials/platform/ios/plugins_for_ios.pot
tutorials/platform/web/index.pot
tutorials/platform/web/html5_shell_classref.pot
tutorials/platform/web/customizing_html5_shell.pot
tutorials/platform/consoles.pot
tutorials/plugins/index.pot
tutorials/plugins/editor/index.pot
tutorials/plugins/editor/installing_plugins.pot
tutorials/plugins/editor/making_plugins.pot
tutorials/plugins/editor/making_main_screen_plugins.pot
tutorials/plugins/editor/import_plugins.pot
tutorials/plugins/editor/3d_gizmos.pot
tutorials/plugins/editor/inspector_plugins.pot
tutorials/plugins/editor/visual_shader_plugins.pot
tutorials/plugins/running_code_in_the_editor.pot
tutorials/rendering/index.pot
tutorials/rendering/viewports.pot
tutorials/rendering/multiple_resolutions.pot
tutorials/rendering/jitter_stutter.pot
tutorials/scripting/index.pot
tutorials/scripting/gdscript/index.pot
tutorials/scripting/gdscript/gdscript_basics.pot
tutorials/scripting/gdscript/gdscript_advanced.pot
tutorials/scripting/gdscript/gdscript_exports.pot
tutorials/scripting/gdscript/gdscript_documentation_comments.pot
tutorials/scripting/gdscript/gdscript_styleguide.pot
tutorials/scripting/gdscript/static_typing.pot
tutorials/scripting/gdscript/warning_system.pot
tutorials/scripting/gdscript/gdscript_format_string.pot
tutorials/scripting/c_sharp/index.pot
tutorials/scripting/c_sharp/c_sharp_basics.pot
tutorials/scripting/c_sharp/c_sharp_features.pot
tutorials/scripting/c_sharp/c_sharp_differences.pot
tutorials/scripting/c_sharp/c_sharp_collections.pot
tutorials/scripting/c_sharp/c_sharp_variant.pot
tutorials/scripting/c_sharp/c_sharp_signals.pot
tutorials/scripting/c_sharp/c_sharp_exports.pot
tutorials/scripting/c_sharp/c_sharp_global_classes.pot
tutorials/scripting/c_sharp/c_sharp_style_guide.pot
tutorials/scripting/c_sharp/diagnostics/index.pot
tutorials/scripting/c_sharp/diagnostics/GD0001.pot
tutorials/scripting/c_sharp/diagnostics/GD0002.pot
tutorials/scripting/c_sharp/diagnostics/GD0101.pot
tutorials/scripting/c_sharp/diagnostics/GD0102.pot
tutorials/scripting/c_sharp/diagnostics/GD0103.pot
tutorials/scripting/c_sharp/diagnostics/GD0104.pot
tutorials/scripting/c_sharp/diagnostics/GD0105.pot
tutorials/scripting/c_sharp/diagnostics/GD0106.pot
tutorials/scripting/c_sharp/diagnostics/GD0107.pot
tutorials/scripting/c_sharp/diagnostics/GD0201.pot
tutorials/scripting/c_sharp/diagnostics/GD0202.pot
tutorials/scripting/c_sharp/diagnostics/GD0203.pot
tutorials/scripting/c_sharp/diagnostics/GD0301.pot
tutorials/scripting/c_sharp/diagnostics/GD0302.pot
tutorials/scripting/c_sharp/diagnostics/GD0303.pot
tutorials/scripting/c_sharp/diagnostics/GD0401.pot
tutorials/scripting/c_sharp/diagnostics/GD0402.pot
tutorials/scripting/gdextension/index.pot
tutorials/scripting/gdextension/what_is_gdextension.pot
tutorials/scripting/gdextension/gdextension_cpp_example.pot
tutorials/scripting/how_to_read_the_godot_api.pot
tutorials/scripting/debug/index.pot
tutorials/scripting/debug/overview_of_debugging_tools.pot
tutorials/scripting/debug/debugger_panel.pot
tutorials/scripting/debug/the_profiler.pot
tutorials/scripting/debug/custom_performance_monitors.pot
tutorials/scripting/idle_and_physics_processing.pot
tutorials/scripting/groups.pot
tutorials/scripting/nodes_and_scene_instances.pot
tutorials/scripting/overridable_functions.pot
tutorials/scripting/cross_language_scripting.pot
tutorials/scripting/creating_script_templates.pot
tutorials/scripting/evaluating_expressions.pot
tutorials/scripting/change_scenes_manually.pot
tutorials/scripting/instancing_with_signals.pot
tutorials/scripting/pausing_games.pot
tutorials/scripting/filesystem.pot
tutorials/scripting/resources.pot
tutorials/scripting/singletons_autoload.pot
tutorials/scripting/scene_tree.pot
tutorials/scripting/scene_unique_nodes.pot
tutorials/shaders/index.pot
tutorials/shaders/introduction_to_shaders.pot
tutorials/shaders/shader_reference/index.pot
tutorials/shaders/shader_reference/shading_language.pot
tutorials/shaders/shader_reference/shader_preprocessor.pot
tutorials/shaders/shader_reference/spatial_shader.pot
tutorials/shaders/shader_reference/canvas_item_shader.pot
tutorials/shaders/shader_reference/particle_shader.pot
tutorials/shaders/shader_reference/sky_shader.pot
tutorials/shaders/shader_reference/fog_shader.pot
tutorials/shaders/your_first_shader/index.pot
tutorials/shaders/your_first_shader/your_first_2d_shader.pot
tutorials/shaders/your_first_shader/your_first_3d_shader.pot
tutorials/shaders/your_first_shader/your_second_3d_shader.pot
tutorials/shaders/shader_materials.pot
tutorials/shaders/visual_shaders.pot
tutorials/shaders/compute_shaders.pot
tutorials/shaders/screen-reading_shaders.pot
tutorials/shaders/converting_glsl_to_godot_shaders.pot
tutorials/shaders/shaders_style_guide.pot
tutorials/shaders/using_viewport_as_texture.pot
tutorials/shaders/custom_postprocessing.pot
tutorials/shaders/advanced_postprocessing.pot
tutorials/shaders/making_trees.pot
tutorials/ui/index.pot
tutorials/ui/size_and_anchors.pot
tutorials/ui/gui_containers.pot
tutorials/ui/custom_gui_controls.pot
tutorials/ui/gui_navigation.pot
tutorials/ui/control_node_gallery.pot
tutorials/ui/gui_skinning.pot
tutorials/ui/gui_using_theme_editor.pot
tutorials/ui/gui_theme_type_variations.pot
tutorials/ui/gui_using_fonts.pot
tutorials/ui/bbcode_in_richtextlabel.pot
tutorials/xr/index.pot
tutorials/xr/setting_up_xr.pot
tutorials/xr/deploying_to_android.pot
tutorials/xr/introducing_xr_tools.pot
tutorials/xr/basic_xr_locomotion.pot
tutorials/xr/xr_action_map.pot
tutorials/xr/xr_room_scale.pot
tutorials/xr/openxr_hand_tracking.pot
tutorials/xr/openxr_passthrough.pot
contributing/ways_to_contribute.pot
contributing/workflow/index.pot
contributing/workflow/bisecting_regressions.pot
contributing/workflow/bug_triage_guidelines.pot
contributing/workflow/pr_workflow.pot
contributing/workflow/pr_review_guidelines.pot
contributing/workflow/testing_pull_requests.pot
contributing/development/index.pot
contributing/development/best_practices_for_engine_contributors.pot
contributing/development/code_style_guidelines.pot
contributing/development/cpp_usage_guidelines.pot
contributing/development/configuring_an_ide/index.pot
contributing/development/configuring_an_ide/android_studio.pot
contributing/development/configuring_an_ide/clion.pot
contributing/development/configuring_an_ide/code_blocks.pot
contributing/development/configuring_an_ide/kdevelop.pot
contributing/development/configuring_an_ide/qt_creator.pot
contributing/development/configuring_an_ide/rider.pot
contributing/development/configuring_an_ide/visual_studio.pot
contributing/development/configuring_an_ide/visual_studio_code.pot
contributing/development/configuring_an_ide/xcode.pot
contributing/development/compiling/index.pot
contributing/development/compiling/getting_source.pot
contributing/development/compiling/introduction_to_the_buildsystem.pot
contributing/development/compiling/compiling_for_windows.pot
contributing/development/compiling/compiling_for_linuxbsd.pot
contributing/development/compiling/compiling_for_macos.pot
contributing/development/compiling/compiling_for_android.pot
contributing/development/compiling/compiling_for_ios.pot
contributing/development/compiling/cross-compiling_for_ios_on_linux.pot
contributing/development/compiling/compiling_for_web.pot
contributing/development/compiling/compiling_with_dotnet.pot
contributing/development/compiling/optimizing_for_size.pot
contributing/development/compiling/compiling_with_script_encryption_key.pot
contributing/development/debugging/index.pot
contributing/development/debugging/using_cpp_profilers.pot
contributing/development/debugging/using_sanitizers.pot
contributing/development/debugging/macos_debug.pot
contributing/development/debugging/vulkan/index.pot
contributing/development/debugging/vulkan/vulkan_validation_layers.pot
contributing/development/core_and_modules/index.pot
contributing/development/core_and_modules/godot_architecture_diagram.pot
contributing/development/core_and_modules/common_engine_methods_and_macros.pot
contributing/development/core_and_modules/core_types.pot
contributing/development/core_and_modules/variant_class.pot
contributing/development/core_and_modules/object_class.pot
contributing/development/core_and_modules/inheritance_class_tree.pot
contributing/development/core_and_modules/internal_rendering_architecture.pot
contributing/development/core_and_modules/2d_coordinate_systems.pot
contributing/development/core_and_modules/custom_modules_in_cpp.pot
contributing/development/core_and_modules/binding_to_external_libraries.pot
contributing/development/core_and_modules/custom_godot_servers.pot
contributing/development/core_and_modules/custom_resource_format_loaders.pot
contributing/development/core_and_modules/custom_audiostreams.pot
contributing/development/core_and_modules/custom_platform_ports.pot
contributing/development/core_and_modules/unit_testing.pot
contributing/development/file_formats/index.pot
contributing/development/file_formats/gdscript_grammar.pot
contributing/development/file_formats/tscn.pot
contributing/development/editor/index.pot
contributing/development/editor/introduction_to_editor_development.pot
contributing/development/editor/creating_icons.pot
contributing/development/editor/editor_style_guide.pot
contributing/documentation/index.pot
contributing/documentation/content_guidelines.pot
contributing/documentation/docs_writing_guidelines.pot
contributing/documentation/docs_image_guidelines.pot
contributing/documentation/contributing_to_the_documentation.pot
contributing/documentation/building_the_manual.pot
contributing/documentation/updating_the_class_reference.pot
contributing/documentation/class_reference_primer.pot
contributing/documentation/editor_and_docs_localization.pot
community/asset_library/index.pot
community/asset_library/what_is_assetlib.pot
community/asset_library/using_assetlib.pot
community/asset_library/submitting_to_assetlib.pot
community/channels.pot
community/tutorials.pot