diff --git a/plugins/media/i18n/en_ascii/assets.sh b/plugins/media/i18n/en_ascii/assets.sh deleted file mode 100644 index 93f2f24b..00000000 --- a/plugins/media/i18n/en_ascii/assets.sh +++ /dev/null @@ -1,28 +0,0 @@ -rm -rf /tmp/translated_assets -mkdir /tmp/translated_assets -cp plugins/media/examples/persoon.png /tmp/translated_assets/person.png -cp plugins/media/examples/obstakel.png /tmp/translated_assets/obstacle.png -cp plugins/media/examples/grasveld.png /tmp/translated_assets/lawn.png -cp plugins/media/examples/zee.png /tmp/translated_assets/sea.png -cp plugins/media/examples/konijn.png /tmp/translated_assets/bunny.png -cp plugins/media/examples/eiland.png /tmp/translated_assets/island.png -cp plugins/media/examples/achtergrond.png /tmp/translated_assets/background.png -cp plugins/media/examples/boot.png /tmp/translated_assets/boat.png -cp plugins/media/examples/canvas.png /tmp/translated_assets/canvas.png -cp plugins/media/examples/tekstveld.png /tmp/translated_assets/textfield.png -cp plugins/media/examples/kader.png /tmp/translated_assets/surface.png -cp plugins/media/examples/knop.png /tmp/translated_assets/button.png -cp plugins/media/examples/lettertype.ttf /tmp/translated_assets/font.ttf -cp plugins/media/examples/schaar.png /tmp/translated_assets/scissors.png -cp plugins/media/examples/papieren.png /tmp/translated_assets/papers.png -cp plugins/media/examples/klembord.png /tmp/translated_assets/clipboard.png -cp plugins/media/examples/bezem.png /tmp/translated_assets/broom.png -cp plugins/media/examples/boek.png /tmp/translated_assets/book.png -cp plugins/media/examples/tandwielen.png /tmp/translated_assets/gears.png -cp plugins/media/examples/kist.png /tmp/translated_assets/crate.png -cp plugins/media/examples/schrijfmachine.png /tmp/translated_assets/editor.png -cp plugins/media/examples/legenda.png /tmp/translated_assets/legend.png -cp plugins/media/examples/code.png /tmp/translated_assets/code.png -cp plugins/media/examples/toets.png /tmp/translated_assets/key.png -cp plugins/media/examples/__?__.png /tmp/translated_assets/ -cp plugins/media/examples/geluidje.ogg /tmp/translated_assets/sound.ogg \ No newline at end of file diff --git a/plugins/media/i18n/en_ascii/events.dict b/plugins/media/i18n/en_ascii/events.dict deleted file mode 100644 index e69de29b..00000000 diff --git a/plugins/media/i18n/en_ascii/extra.dict b/plugins/media/i18n/en_ascii/extra.dict deleted file mode 100644 index 0b52e50a..00000000 --- a/plugins/media/i18n/en_ascii/extra.dict +++ /dev/null @@ -1,84 +0,0 @@ -t "media" "media" -t "persoon" "person" -s "persoon.png" "person.png" -t "obstakel" "obstacle" -s "obstakel.png" "obstacle.png" -s "start" "start" -s "grasveld.png" "lawn.png" -s "zee.png" "sea.png" -s "geluidje.ogg" "sound.ogg" -s "bots:" "collision:" -t "konijn" "bunny" -s "konijn.png" "bunny.png" -t "eiland" "island" -s "eiland.png" "island.png" -s "achtergrond.png" "background.png" -s "bestemming:" "destination:" -s "boot.png" "boat.png" -t "boot" "boat" -s "canvas.png" "canvas.png" -t "canvas" "canvas" -s "hallo" "hello" -t "ontvangen" "receive" -t "tekstveld" "textfield" -s "tekstveld.png" "textfield.png" -t "label" "label" -t "knop" "button" -s "klik" "click" -t "uitvoer" "output" -s "kader.png" "surface.png" -s "Hallo " "Hallo " -s "knop.png" "button.png" -s "lettertype.ttf" "font.ttf" -t "schaar" "scissors" -t "papieren" "papers" -t "bezem" "broom" -t "boek" "book" -t "tandwielen" "gears" -t "kist" "crate" -s "schaar.png" "scissors.png" -s "papieren.png" "papers.png" -s "klembord.png" "clipboard.png" -s "bezem.png" "broom.png" -s "boek.png" "book.png" -s "tandwielen.png" "gears.png" -s "kist.png" "crate.png" -t "huidige programma" "current program" -t "vorige programma" "previous program" -s "einde" "end" -s "schrijfmachine.png" "editor.png" -s "digraaf:ligatuur:" "digraph:ligature:" -s "legenda.png" "legend.png" -t "legenda" "legend" -t "Toets" "Key" -t "toets" "key" -s "toets.png" "key.png" -t "toetsenbord" "keyboard" -t "toetscombinatie" "keycombo" -t "symbool" "symbol" -t "digraaf" "digraph" -t "ligatuur" "ligature" -t "geselecteerd" "selection" -t "inladen programma" "load program" -s "code.png" "code.png" -s "var" "var" -s ":=" ":=" -s ">>" ">>" -s "__" "__" -s "<-" "<-" -s "[]" "[]" -s "=>" "=>" -s "::" "::" -s "->" "->" -s " /" " /" -s " *" " *" -s " >=" " >=" -s " <=" " <=" -s " !=" " !=" -s "ij" "<>" -s "ij" "⬧" -s "IJ" "!P" -s "IJ" "£" -s "START /B ctrnl.exe client" "START /B ctren.exe client" -s "ctren " "ctren " -s "wat is uw naam?" "wat is uw naam?" \ No newline at end of file diff --git a/plugins/media/i18n/en_ascii/media.h b/plugins/media/i18n/en_ascii/media.h deleted file mode 100644 index 2bb660b9..00000000 --- a/plugins/media/i18n/en_ascii/media.h +++ /dev/null @@ -1,68 +0,0 @@ -#define CTR_DICT_MEDIA_PLUGIN_ID "_Media" -#define CTR_DICT_NETWORK_OBJECT "Network" -#define CTR_DICT_COLOR_OBJECT "Color" -#define CTR_DICT_POINT_OBJECT "Point" -#define CTR_DICT_LINE_OBJECT "Line" -#define CTR_DICT_IMAGE_OBJECT "Image" -#define CTR_DICT_AUDIO_OBJECT "Audio" -#define CTR_DICT_SOUND_OBJECT "Sound" -#define CTR_DICT_MUSIC_OBJECT "Music" -#define CTR_DICT_PACKAGE_OBJECT "Package" -#define CTR_DICT_SCREEN "screen:" -#define CTR_DICT_CLIPBOARD "clipboard" -#define CTR_DICT_ON_STEP "step" -#define CTR_DICT_ON_KEY_UP "key:" -#define CTR_DICT_ON_KEY_DOWN "keyDown:" -#define CTR_DICT_ON_TIMER "timer:" -#define CTR_DICT_ON_GAMEPAD_DOWN "gamepadDown:" -#define CTR_DICT_ON_GAMEPAD_UP "gamepad:" -#define CTR_DICT_TIMER_SET "timer:after:" -#define CTR_DICT_LINK_SET "link:" -#define CTR_DICT_SAY_SET "say:" -#define CTR_DICT_SELECTION "selected" -#define CTR_DICT_FETCH_TEXT_MESSAGES "textMessages" -#define CTR_DICT_SEND_TEXT_MESSAGE "text:to:" -#define CTR_DICT_NETWORK_PORT "networkPort" -#define CTR_DICT_DIGRAPH_LIGATURE_SET "digraph:ligature:" -#define CTR_DICT_RED "red" -#define CTR_DICT_GREEN "green" -#define CTR_DICT_BLUE "blue" -#define CTR_DICT_TRANSPARENCY "transparency" -#define CTR_DICT_IMAGE_SET "image:" -#define CTR_DICT_CONTROLLABLE "controllable:" -#define CTR_DICT_SOLID_SET "solid:" -#define CTR_DICT_ACTIVE_SET "active:" -#define CTR_DICT_GRAVITY_SET "gravity:" -#define CTR_DICT_SPEED_SET "speed:" -#define CTR_DICT_FRICTION_SET "friction:" -#define CTR_DICT_COLLISION_SET "collision:" -#define CTR_DICT_ON_CLICK "click" -#define CTR_DICT_ON_HOVER "hover:" -#define CTR_DICT_ANIMATIONS_SET "animations:" -#define CTR_DICT_CUT "cut" -#define CTR_DICT_EDITABLE_SET "editable:" -#define CTR_DICT_FONT_TYPE_SIZE_SET "font:size:" -#define CTR_DICT_COLOR_SET "color:" -#define CTR_DICT_BACKGROUND_COLOR_SET "backgroundColor:" -#define CTR_DICT_DRAW_COLOR_SET "draw:color:" -#define CTR_DICT_FROM "from" -#define CTR_DICT_TO "to" -#define CTR_DICT_ACCELERATE_SET "accelerate:" -#define CTR_DICT_JUMPHEIGHT_SET "jumpHeight:" -#define CTR_DICT_BOUNCE_SET "bounce:" -#define CTR_DICT_STOP_AT_SET "destination:" -#define CTR_DICT_AUDIO_PLAY "play" -#define CTR_DICT_AUDIO_SILENCE "silence" -#define CTR_DICT_AUDIO_REWIND "rewind" -#define CTR_DICT_XY_SET "x:y:" -#define CTR_DICT_ALIGN_XY_SET "alignx:y:" -#define CTR_DICT_MOVE_TO_XY_SET "movetox:y:" -#define CTR_DICT_ON_CLICK_XY "clickx:y:" -#define CTR_DICT_X "x?" -#define CTR_DICT_Y "y?" -#define CTR_DICT_WEBSITE_SET "website:" -#define CTR_DICT_CLIPBOARD_SET "clipboard:" -#define CTR_DICT_FROM_TO_SET "from:to:" -#define CTR_DICT_RED_GREEN_BLUE_SET "red:green:blue:" -#define CTR_DICT_TRANSPARENCY_SET "transparency:" -#define CTR_DICT_QUOTES "Quotes" \ No newline at end of file diff --git a/plugins/media/i18n/en_ascii/translation_kit_media.txt b/plugins/media/i18n/en_ascii/translation_kit_media.txt deleted file mode 100644 index f24dbc5e..00000000 --- a/plugins/media/i18n/en_ascii/translation_kit_media.txt +++ /dev/null @@ -1,98 +0,0 @@ -Context for translations - -- This is a copy of the translation file with additional comments -- Please do not edit this file, just edit the translation file(s) media.h and extra.dict -- Please do not translate the comments from this file, they are only added for clarification - - -CTR_DICT_MEDIA_PLUGIN_ID "_Media" ~ This is just an identifier, please do NOT translate this -CTR_DICT_NETWORK_OBJECT "Network" ~ The Object representing the Internet and/or local Network -CTR_DICT_COLOR_OBJECT "Color" ~ The Object that represents the concept of a color -CTR_DICT_POINT_OBJECT "Point" ~ The Object that represents a point in space visually -CTR_DICT_LINE_OBJECT "Line" ~ The Object that represents a visual line between two Points -CTR_DICT_IMAGE_OBJECT "Image" ~ The Object that represents an visual image from a file like PNG or JPEG -CTR_DICT_AUDIO_OBJECT "Audio" ~ The Object that represents audible data -CTR_DICT_SOUND_OBJECT "Sound" ~ The Object that represents a sound like boom! -CTR_DICT_MUSIC_OBJECT "Music" ~ The Object that represents a piece of music that can be played back -CTR_DICT_PACKAGE_OBJECT "Package" ~ The Object that represents an archive that may contain assets for your app or game -CTR_DICT_SCREEN "screen:" ~ Displays something on the screen (i.e. in the window) -CTR_DICT_CLIPBOARD "clipboard" ~ Retrieves the contents of the clipboard -CTR_DICT_ON_STEP "step" ~ Takes a single step in the game, a cycle -CTR_DICT_ON_KEY_UP "key:" ~ Event handler for key up -CTR_DICT_ON_KEY_DOWN "key down:" ~ Event handler for key down -CTR_DICT_ON_TIMER "timer:" ~ Event handler for time-based events -CTR_DICT_ON_GAMEPAD_DOWN "gamepad down:" ~ Event handler for gamepad button down -CTR_DICT_ON_GAMEPAD_UP "gamepad:" ~ Event handler for gamepad button up -CTR_DICT_TIMER_SET "timer:after:" ~ Sets a timer (that will cause a timer event) like settimeout in js -CTR_DICT_LINK_SET "link:" ~ Connects to a Package to retrieve assets from there instead of using disk files -CTR_DICT_SAY_SET "say:" ~ To send text to the text-to-speech synthesizer -CTR_DICT_SELECTION "select" ~ Returns the selected text in an editable image that can function as a text field -CTR_DICT_FETCH_TEXT_MESSAGES "text messages" ~ Retrieves text messages from the network -CTR_DICT_SEND_TEXT_MESSAGE "text:to:" ~ Sends a single text message to an IP or other type of address over the network -CTR_DICT_NETWORK_PORT "network port" ~ To change the network port using Program setting -CTR_DICT_DIGRAPH_LIGATURE_SET "digraph:ligature:" ~ Converts characters specified as Digraph to a single UTF-8 code point ligature -CTR_DICT_RED "red" ~ Returns the amount of red in a Color -CTR_DICT_GREEN "green" ~ Returns the amount of green in a Color -CTR_DICT_BLUE "blue" ~ Returns the amount of blue in a Color -CTR_DICT_TRANSPARENCY "transparency" ~ Returns the amount of transparency/alpha in a Color -CTR_DICT_IMAGE_SET "image:" ~ Sets the image / updates the image -CTR_DICT_CONTROLLABLE "controllable:" ~ Makes the image controllable by joystick/keys/gamepad 1/Yes = top-down/platform 2=Horizontal 3=Vertical 4=Radius-style -CTR_DICT_SOLID_SET "solid:" ~ Toggles the solidness of an image in a game -CTR_DICT_ACTIVE_SET "active:" ~ Toggles event activation of an image in a game (whether events are fired) -CTR_DICT_GRAVITY_SET "gravity:" ~ Sets the gravity of an image -CTR_DICT_SPEED_SET "speed:" ~ Sets the motion speed of an image -CTR_DICT_FRICTION_SET "friction:" ~ Sets the friction level of an image -CTR_DICT_COLLISION_SET "collision:" ~ Event handler for collisions of active images -CTR_DICT_ON_CLICK "click" ~ Event handler for clicks on an image -CTR_DICT_ON_HOVER "hover:" ~ Event handler for hovering over an image -CTR_DICT_ANIMATIONS_SET "animations:" ~ Sets the number of sub images in a single image to perform animation -CTR_DICT_CUT "deselect" ~ Deselects text in an editable image that functions as a text field -CTR_DICT_EDITABLE_SET "editable:" ~ Toggles editability of an image, if Yes then you can write text in the image -CTR_DICT_FONT_TYPE_SIZE_SET "font:size:" ~ Sets the font and size for an image -CTR_DICT_COLOR_SET "color:" ~ Sets the color of the text in an image -CTR_DICT_BACKGROUND_COLOR_SET "background color:" ~ Sets the background color -CTR_DICT_DRAW_COLOR_SET "draw:color:" ~ Sets the color for drawing on an image -CTR_DICT_FROM "from" ~ Beginning of a line -CTR_DICT_TO "to" ~ End of a line -CTR_DICT_ACCELERATE_SET "accelerate:" ~ Sets acceleration of an image -CTR_DICT_JUMPHEIGHT_SET "jump height:" ~ Sets the jump height of an image -CTR_DICT_BOUNCE_SET "bounce:" ~ Toggles whether an image bounces or not -CTR_DICT_STOP_AT_SET "destination:" ~ Event handler called when image reaches destination x/y -CTR_DICT_AUDIO_PLAY "play" ~ Plays music or sound -CTR_DICT_AUDIO_SILENCE "silence" ~ Stops music or sound -CTR_DICT_AUDIO_REWIND "rewind" ~ Rewinds music -CTR_DICT_XY_SET "x:y:" ~ Set image on x/y -CTR_DICT_ALIGN_XY_SET "align x:y:" ~ Align text in image on x/y -CTR_DICT_MOVE_TO_XY_SET "move to x:y:" ~ Moves images to position x/y using specified speed -CTR_DICT_ON_CLICK_XY "click x:y:" ~ Event handler for click on certain position on screen -CTR_DICT_X "x?" ~ Retrieves x position of an image -CTR_DICT_Y "y?" ~ Retrieves y position of an image -CTR_DICT_WEBSITE_SET "website:" ~ Opens the website at the specified address -CTR_DICT_CLIPBOARD_SET "clipboard:" ~ Sets the contents of the clipboard -CTR_DICT_FROM_TO_SET "from:to:" ~ Draws a line between two points -CTR_DICT_RED_GREEN_BLUE_SET "red:green:blue:" ~ Sets the red-green-blue values of a Color -CTR_DICT_TRANSPARENCY_SET "transparency:" ~ Sets the transparency of a Color -CTR_DICT_QUOTES "Quotes" ~ Constant that contains quotation marks (implementation detail) - -Context for additional translations: - -person ~ image of a person for a demo game -obstacle ~ image of a box or obstacle in a game -lawn ~ green lawn background image for game -sea.png ~ blue sea background for game with boat -bunny ~ image of a rabbit for a platform game -island ~ floating island in a platform game -background ~ background image for platform game -boat ~ boat for game at sea -canvas ~ black background to test drawing on -textfield ~ input field for text -label ~ label next to a text field -button ~ button to click on -output ~ area on the screen where result of calculation appears -surface ~ background for a form or app -scissors ~ pictogram/icon for cut -papers ~ pictogram/icon for copy -broom ~ pictogram/icon for delete -book ~ pictogram/icon for help function -gears ~ pictogram/icon to run the current program -crate ~ pictogram/icon for export to device (phone)