From 9b6dabf5fb6b8419811d291eb8a19c199e05f902 Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 9 Dec 2021 13:59:25 +0100 Subject: [PATCH] update dictionnaries for 3.0 --- .../cs.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../da.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../de.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../es_cr.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../hu.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../it.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../ja.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../nl.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../pt_br.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../ru.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../sk.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../tr.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../zh_cn.dictionary.itop.breadcrumbs.php | 23 +++++++++++++++++++ .../input/cs.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/da.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/de.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/es_cr.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/fr.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/hu.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/it.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/ja.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/nl.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/pt_br.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/ru.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/sk.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/tr.dictionary.itop.input.php | 23 +++++++++++++++++++ .../input/zh_cn.dictionary.itop.input.php | 23 +++++++++++++++++++ 27 files changed, 621 insertions(+) create mode 100644 dictionaries/ui/components/breadcrumbs/cs.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/da.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/de.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/es_cr.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/hu.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/it.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/ja.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/nl.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/pt_br.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/ru.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/sk.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/tr.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/breadcrumbs/zh_cn.dictionary.itop.breadcrumbs.php create mode 100644 dictionaries/ui/components/input/cs.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/da.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/de.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/es_cr.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/fr.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/hu.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/it.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/ja.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/nl.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/pt_br.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/ru.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/sk.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/tr.dictionary.itop.input.php create mode 100644 dictionaries/ui/components/input/zh_cn.dictionary.itop.input.php diff --git a/dictionaries/ui/components/breadcrumbs/cs.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/cs.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..cc8867d2a --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/cs.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/da.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/da.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..9291f4f6a --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/da.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/de.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/de.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..0d8bbb430 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/de.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/es_cr.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/es_cr.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..9263109b1 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/es_cr.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/hu.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/hu.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..65ebd427c --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/hu.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/it.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/it.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..ff787446f --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/it.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/ja.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/ja.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..499ec8fb7 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/ja.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/nl.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/nl.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..0ad7cb429 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/nl.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/pt_br.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/pt_br.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..1a90def38 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/pt_br.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/ru.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/ru.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..e5ec5317f --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/ru.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/sk.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/sk.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..d254b388a --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/sk.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/tr.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/tr.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..a55b813c9 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/tr.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/breadcrumbs/zh_cn.dictionary.itop.breadcrumbs.php b/dictionaries/ui/components/breadcrumbs/zh_cn.dictionary.itop.breadcrumbs.php new file mode 100644 index 000000000..e7d5d1e59 --- /dev/null +++ b/dictionaries/ui/components/breadcrumbs/zh_cn.dictionary.itop.breadcrumbs.php @@ -0,0 +1,23 @@ + 'Previous pages~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/cs.dictionary.itop.input.php b/dictionaries/ui/components/input/cs.dictionary.itop.input.php new file mode 100644 index 000000000..f1f80bf70 --- /dev/null +++ b/dictionaries/ui/components/input/cs.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/da.dictionary.itop.input.php b/dictionaries/ui/components/input/da.dictionary.itop.input.php new file mode 100644 index 000000000..374e7de85 --- /dev/null +++ b/dictionaries/ui/components/input/da.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/de.dictionary.itop.input.php b/dictionaries/ui/components/input/de.dictionary.itop.input.php new file mode 100644 index 000000000..a0fff6b5c --- /dev/null +++ b/dictionaries/ui/components/input/de.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/es_cr.dictionary.itop.input.php b/dictionaries/ui/components/input/es_cr.dictionary.itop.input.php new file mode 100644 index 000000000..c07f1311a --- /dev/null +++ b/dictionaries/ui/components/input/es_cr.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/fr.dictionary.itop.input.php b/dictionaries/ui/components/input/fr.dictionary.itop.input.php new file mode 100644 index 000000000..f7864e9fb --- /dev/null +++ b/dictionaries/ui/components/input/fr.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/hu.dictionary.itop.input.php b/dictionaries/ui/components/input/hu.dictionary.itop.input.php new file mode 100644 index 000000000..6ce773387 --- /dev/null +++ b/dictionaries/ui/components/input/hu.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/it.dictionary.itop.input.php b/dictionaries/ui/components/input/it.dictionary.itop.input.php new file mode 100644 index 000000000..aaa7d4780 --- /dev/null +++ b/dictionaries/ui/components/input/it.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/ja.dictionary.itop.input.php b/dictionaries/ui/components/input/ja.dictionary.itop.input.php new file mode 100644 index 000000000..f7f0a84c7 --- /dev/null +++ b/dictionaries/ui/components/input/ja.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/nl.dictionary.itop.input.php b/dictionaries/ui/components/input/nl.dictionary.itop.input.php new file mode 100644 index 000000000..7947008cc --- /dev/null +++ b/dictionaries/ui/components/input/nl.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/pt_br.dictionary.itop.input.php b/dictionaries/ui/components/input/pt_br.dictionary.itop.input.php new file mode 100644 index 000000000..813bfdd66 --- /dev/null +++ b/dictionaries/ui/components/input/pt_br.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/ru.dictionary.itop.input.php b/dictionaries/ui/components/input/ru.dictionary.itop.input.php new file mode 100644 index 000000000..09ac4f3d0 --- /dev/null +++ b/dictionaries/ui/components/input/ru.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/sk.dictionary.itop.input.php b/dictionaries/ui/components/input/sk.dictionary.itop.input.php new file mode 100644 index 000000000..97af06703 --- /dev/null +++ b/dictionaries/ui/components/input/sk.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/tr.dictionary.itop.input.php b/dictionaries/ui/components/input/tr.dictionary.itop.input.php new file mode 100644 index 000000000..9cccfa664 --- /dev/null +++ b/dictionaries/ui/components/input/tr.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file diff --git a/dictionaries/ui/components/input/zh_cn.dictionary.itop.input.php b/dictionaries/ui/components/input/zh_cn.dictionary.itop.input.php new file mode 100644 index 000000000..51b7e13f4 --- /dev/null +++ b/dictionaries/ui/components/input/zh_cn.dictionary.itop.input.php @@ -0,0 +1,23 @@ + 'Passwords do not match~~', +)); \ No newline at end of file