diff options
-rw-r--r-- | i18n/asteroid-stopwatch.it.ts | 12 | ||||
-rw-r--r-- | i18n/asteroid-stopwatch.kab.ts | 12 | ||||
-rw-r--r-- | i18n/asteroid-stopwatch.tr.ts | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/i18n/asteroid-stopwatch.it.ts b/i18n/asteroid-stopwatch.it.ts new file mode 100644 index 0000000..3c0e70d --- /dev/null +++ b/i18n/asteroid-stopwatch.it.ts @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="it"> +<context> + <name>QObject</name> + <message> + <location filename="asteroid-stopwatch.desktop.h" line="5"/> + <source>Stopwatch</source> + <translation>Cronometro</translation> + </message> +</context> +</TS> diff --git a/i18n/asteroid-stopwatch.kab.ts b/i18n/asteroid-stopwatch.kab.ts new file mode 100644 index 0000000..f4c3b00 --- /dev/null +++ b/i18n/asteroid-stopwatch.kab.ts @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="kab"> +<context> + <name>QObject</name> + <message> + <location filename="asteroid-stopwatch.desktop.h" line="5"/> + <source>Stopwatch</source> + <translation>Amesmiḍan n wakud</translation> + </message> +</context> +</TS> diff --git a/i18n/asteroid-stopwatch.tr.ts b/i18n/asteroid-stopwatch.tr.ts new file mode 100644 index 0000000..f3e7c82 --- /dev/null +++ b/i18n/asteroid-stopwatch.tr.ts @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="tr"> +<context> + <name>QObject</name> + <message> + <location filename="asteroid-stopwatch.desktop.h" line="5"/> + <source>Stopwatch</source> + <translation>Süreölçer</translation> + </message> +</context> +</TS> |