Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorMartin Lehmann <martin@folio.no>2021-11-05 15:25:40 +0300
committerMartin Lehmann <martin@folio.no>2021-11-05 15:25:40 +0300
commit72d08b97def041b514503d3946ae6089b1884e1b (patch)
tree295b37327fa460bcbb1037405a8aca12515e401a /i18n
parent1b167606bd62d52097357d7cd533f7415a77d17d (diff)
fix: "This the multi-page …" -> "This is the multi-page …"
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/hu.toml2
-rw-r--r--i18n/it.toml2
-rw-r--r--i18n/no.toml2
-rw-r--r--i18n/pt-br.toml2
-rw-r--r--i18n/ru.toml2
6 files changed, 6 insertions, 6 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 065ef27..3177c80 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -54,7 +54,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]
diff --git a/i18n/hu.toml b/i18n/hu.toml
index 559107d..f445385 100644
--- a/i18n/hu.toml
+++ b/i18n/hu.toml
@@ -54,7 +54,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]
diff --git a/i18n/it.toml b/i18n/it.toml
index f7fa60e..fa30768 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -50,7 +50,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]
diff --git a/i18n/no.toml b/i18n/no.toml
index 4324a01..a313c7c 100644
--- a/i18n/no.toml
+++ b/i18n/no.toml
@@ -50,7 +50,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index 4f3ea18..ceaea32 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -50,7 +50,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 01668bb..e8785c6 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -50,7 +50,7 @@ other = "less than a minute"
# Print support
[print_printable_section]
-other = "This the multi-page printable view of this section."
+other = "This is the multi-page printable view of this section."
[print_click_to_print]
other = "Click here to print"
[print_show_regular]