File:Left and right direction.svg
Summary
Description |
Català: Direccions: dreta i esquerra. Deutsch: Richtungen: links und rechts English: Directions: left and right Erst Jandl: Lichtungen: rinks und lechz |
|||
Date | ||||
Source |
Own work based on: Links und Rechts.svg: ![]() |
|||
Author | Mrmw | |||
Permission (Reusing this file) |
|
|||
Other versions | File:Left and right direction.svg has 5 embedded translations. | |||
SVG development | Category:Valid SVG created with Text Editor:Diagrams ![]() Category:Translation possible - SVG (switch)This diagram is translated using SVG switch elements: all translations are stored in the same file. | |||
Source code | SVG code<?xml version="1.0"?>
<svg width="500" height="200" xmlns="http://www.w3.org/2000/svg"
font-family="DejaVu Sans" font-size="40" text-anchor="middle">
<path d="m99,120h121v20H99m11,20-80-30 80-30c-13,18-13,42 0
60zm290-40H280v20h120m-10,20 80-30-80-30c 13,18 13,42 0,60"/>
<switch transform="translate(130,70)">
<text systemLanguage="de,bar,af,nl">links</text>
<text systemLanguage="da,no">venstre</text>
<text systemLanguage="en">left</text>
<text systemLanguage="es">izquierdo</text>
<text systemLanguage="fi">vasen</text>
<text systemLanguage="lb">lénks</text>
<text systemLanguage="pt">esquerda</text>
<text>left</text>
</switch>
<switch transform="translate(370,70)">
<text systemLanguage="af">regs</text>
<text systemLanguage="de,bar,nl">rechts</text>
<text systemLanguage="da">højre</text>
<text systemLanguage="en">right</text>
<text systemLanguage="es">derecho</text>
<text systemLanguage="fi">vikea</text>
<text systemLanguage="lb">riets</text>
<text systemLanguage="no">høyre</text>
<text systemLanguage="pt">direito</text>
<text>right</text>
</switch>
</svg>
|