From 4273448b5dee899d83f71f30ed8e3cbe1b8c3007 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 15 Jun 2023 06:07:29 -0400 Subject: [PATCH] Add preferences.ftl files for all locales --- chrome/locale/af-ZA/zotero/preferences.ftl | 2 ++ chrome/locale/ar/zotero/preferences.ftl | 2 ++ chrome/locale/bg-BG/zotero/preferences.ftl | 2 ++ chrome/locale/br/zotero/preferences.ftl | 2 ++ chrome/locale/ca-AD/zotero/preferences.ftl | 2 ++ chrome/locale/cs-CZ/zotero/preferences.ftl | 2 ++ chrome/locale/da-DK/zotero/preferences.ftl | 2 ++ chrome/locale/de/zotero/preferences.ftl | 2 ++ chrome/locale/el-GR/zotero/preferences.ftl | 2 ++ chrome/locale/en-GB/zotero/preferences.ftl | 2 ++ chrome/locale/es-ES/zotero/preferences.ftl | 2 ++ chrome/locale/et-EE/zotero/preferences.ftl | 2 ++ chrome/locale/eu-ES/zotero/preferences.ftl | 2 ++ chrome/locale/fa/zotero/preferences.ftl | 2 ++ chrome/locale/fi-FI/zotero/preferences.ftl | 2 ++ chrome/locale/fr-FR/zotero/preferences.ftl | 2 ++ chrome/locale/gl-ES/zotero/preferences.ftl | 2 ++ chrome/locale/he-IL/zotero/preferences.ftl | 2 ++ chrome/locale/hr-HR/zotero/preferences.ftl | 2 ++ chrome/locale/hu-HU/zotero/preferences.ftl | 2 ++ chrome/locale/id-ID/zotero/preferences.ftl | 2 ++ chrome/locale/is-IS/zotero/preferences.ftl | 2 ++ chrome/locale/it-IT/zotero/preferences.ftl | 2 ++ chrome/locale/ja-JP/zotero/preferences.ftl | 2 ++ chrome/locale/km/zotero/preferences.ftl | 2 ++ chrome/locale/ko-KR/zotero/preferences.ftl | 2 ++ chrome/locale/lt-LT/zotero/preferences.ftl | 2 ++ chrome/locale/mn-MN/zotero/preferences.ftl | 2 ++ chrome/locale/nb-NO/zotero/preferences.ftl | 2 ++ chrome/locale/nl-NL/zotero/preferences.ftl | 2 ++ chrome/locale/nn-NO/zotero/preferences.ftl | 2 ++ chrome/locale/pl-PL/zotero/preferences.ftl | 2 ++ chrome/locale/pt-BR/zotero/preferences.ftl | 2 ++ chrome/locale/pt-PT/zotero/preferences.ftl | 2 ++ chrome/locale/ro-RO/zotero/preferences.ftl | 2 ++ chrome/locale/ru-RU/zotero/preferences.ftl | 2 ++ chrome/locale/sk-SK/zotero/preferences.ftl | 2 ++ chrome/locale/sl-SI/zotero/preferences.ftl | 2 ++ chrome/locale/sr-RS/zotero/preferences.ftl | 2 ++ chrome/locale/sv-SE/zotero/preferences.ftl | 2 ++ chrome/locale/th-TH/zotero/preferences.ftl | 2 ++ chrome/locale/tr-TR/zotero/preferences.ftl | 2 ++ chrome/locale/uk-UA/zotero/preferences.ftl | 2 ++ chrome/locale/vi-VN/zotero/preferences.ftl | 2 ++ chrome/locale/zh-CN/zotero/preferences.ftl | 2 ++ chrome/locale/zh-TW/zotero/preferences.ftl | 2 ++ 46 files changed, 92 insertions(+) create mode 100644 chrome/locale/af-ZA/zotero/preferences.ftl create mode 100644 chrome/locale/ar/zotero/preferences.ftl create mode 100644 chrome/locale/bg-BG/zotero/preferences.ftl create mode 100644 chrome/locale/br/zotero/preferences.ftl create mode 100644 chrome/locale/ca-AD/zotero/preferences.ftl create mode 100644 chrome/locale/cs-CZ/zotero/preferences.ftl create mode 100644 chrome/locale/da-DK/zotero/preferences.ftl create mode 100644 chrome/locale/de/zotero/preferences.ftl create mode 100644 chrome/locale/el-GR/zotero/preferences.ftl create mode 100644 chrome/locale/en-GB/zotero/preferences.ftl create mode 100644 chrome/locale/es-ES/zotero/preferences.ftl create mode 100644 chrome/locale/et-EE/zotero/preferences.ftl create mode 100644 chrome/locale/eu-ES/zotero/preferences.ftl create mode 100644 chrome/locale/fa/zotero/preferences.ftl create mode 100644 chrome/locale/fi-FI/zotero/preferences.ftl create mode 100644 chrome/locale/fr-FR/zotero/preferences.ftl create mode 100644 chrome/locale/gl-ES/zotero/preferences.ftl create mode 100644 chrome/locale/he-IL/zotero/preferences.ftl create mode 100644 chrome/locale/hr-HR/zotero/preferences.ftl create mode 100644 chrome/locale/hu-HU/zotero/preferences.ftl create mode 100644 chrome/locale/id-ID/zotero/preferences.ftl create mode 100644 chrome/locale/is-IS/zotero/preferences.ftl create mode 100644 chrome/locale/it-IT/zotero/preferences.ftl create mode 100644 chrome/locale/ja-JP/zotero/preferences.ftl create mode 100644 chrome/locale/km/zotero/preferences.ftl create mode 100644 chrome/locale/ko-KR/zotero/preferences.ftl create mode 100644 chrome/locale/lt-LT/zotero/preferences.ftl create mode 100644 chrome/locale/mn-MN/zotero/preferences.ftl create mode 100644 chrome/locale/nb-NO/zotero/preferences.ftl create mode 100644 chrome/locale/nl-NL/zotero/preferences.ftl create mode 100644 chrome/locale/nn-NO/zotero/preferences.ftl create mode 100644 chrome/locale/pl-PL/zotero/preferences.ftl create mode 100644 chrome/locale/pt-BR/zotero/preferences.ftl create mode 100644 chrome/locale/pt-PT/zotero/preferences.ftl create mode 100644 chrome/locale/ro-RO/zotero/preferences.ftl create mode 100644 chrome/locale/ru-RU/zotero/preferences.ftl create mode 100644 chrome/locale/sk-SK/zotero/preferences.ftl create mode 100644 chrome/locale/sl-SI/zotero/preferences.ftl create mode 100644 chrome/locale/sr-RS/zotero/preferences.ftl create mode 100644 chrome/locale/sv-SE/zotero/preferences.ftl create mode 100644 chrome/locale/th-TH/zotero/preferences.ftl create mode 100644 chrome/locale/tr-TR/zotero/preferences.ftl create mode 100644 chrome/locale/uk-UA/zotero/preferences.ftl create mode 100644 chrome/locale/vi-VN/zotero/preferences.ftl create mode 100644 chrome/locale/zh-CN/zotero/preferences.ftl create mode 100644 chrome/locale/zh-TW/zotero/preferences.ftl diff --git a/chrome/locale/af-ZA/zotero/preferences.ftl b/chrome/locale/af-ZA/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/af-ZA/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ar/zotero/preferences.ftl b/chrome/locale/ar/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ar/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/bg-BG/zotero/preferences.ftl b/chrome/locale/bg-BG/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/bg-BG/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/br/zotero/preferences.ftl b/chrome/locale/br/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/br/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ca-AD/zotero/preferences.ftl b/chrome/locale/ca-AD/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ca-AD/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/cs-CZ/zotero/preferences.ftl b/chrome/locale/cs-CZ/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/cs-CZ/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/da-DK/zotero/preferences.ftl b/chrome/locale/da-DK/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/da-DK/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/de/zotero/preferences.ftl b/chrome/locale/de/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/de/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/el-GR/zotero/preferences.ftl b/chrome/locale/el-GR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/el-GR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/en-GB/zotero/preferences.ftl b/chrome/locale/en-GB/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/en-GB/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/es-ES/zotero/preferences.ftl b/chrome/locale/es-ES/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/es-ES/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/et-EE/zotero/preferences.ftl b/chrome/locale/et-EE/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/et-EE/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/eu-ES/zotero/preferences.ftl b/chrome/locale/eu-ES/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/eu-ES/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/fa/zotero/preferences.ftl b/chrome/locale/fa/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/fa/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/fi-FI/zotero/preferences.ftl b/chrome/locale/fi-FI/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/fi-FI/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/fr-FR/zotero/preferences.ftl b/chrome/locale/fr-FR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/fr-FR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/gl-ES/zotero/preferences.ftl b/chrome/locale/gl-ES/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/gl-ES/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/he-IL/zotero/preferences.ftl b/chrome/locale/he-IL/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/he-IL/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/hr-HR/zotero/preferences.ftl b/chrome/locale/hr-HR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/hr-HR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/hu-HU/zotero/preferences.ftl b/chrome/locale/hu-HU/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/hu-HU/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/id-ID/zotero/preferences.ftl b/chrome/locale/id-ID/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/id-ID/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/is-IS/zotero/preferences.ftl b/chrome/locale/is-IS/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/is-IS/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/it-IT/zotero/preferences.ftl b/chrome/locale/it-IT/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/it-IT/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ja-JP/zotero/preferences.ftl b/chrome/locale/ja-JP/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ja-JP/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/km/zotero/preferences.ftl b/chrome/locale/km/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/km/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ko-KR/zotero/preferences.ftl b/chrome/locale/ko-KR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ko-KR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/lt-LT/zotero/preferences.ftl b/chrome/locale/lt-LT/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/lt-LT/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/mn-MN/zotero/preferences.ftl b/chrome/locale/mn-MN/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/mn-MN/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/nb-NO/zotero/preferences.ftl b/chrome/locale/nb-NO/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/nb-NO/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/nl-NL/zotero/preferences.ftl b/chrome/locale/nl-NL/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/nl-NL/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/nn-NO/zotero/preferences.ftl b/chrome/locale/nn-NO/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/nn-NO/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/pl-PL/zotero/preferences.ftl b/chrome/locale/pl-PL/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/pl-PL/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/pt-BR/zotero/preferences.ftl b/chrome/locale/pt-BR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/pt-BR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/pt-PT/zotero/preferences.ftl b/chrome/locale/pt-PT/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/pt-PT/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ro-RO/zotero/preferences.ftl b/chrome/locale/ro-RO/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ro-RO/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/ru-RU/zotero/preferences.ftl b/chrome/locale/ru-RU/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/ru-RU/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/sk-SK/zotero/preferences.ftl b/chrome/locale/sk-SK/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/sk-SK/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/sl-SI/zotero/preferences.ftl b/chrome/locale/sl-SI/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/sl-SI/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/sr-RS/zotero/preferences.ftl b/chrome/locale/sr-RS/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/sr-RS/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/sv-SE/zotero/preferences.ftl b/chrome/locale/sv-SE/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/sv-SE/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/th-TH/zotero/preferences.ftl b/chrome/locale/th-TH/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/th-TH/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/tr-TR/zotero/preferences.ftl b/chrome/locale/tr-TR/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/tr-TR/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/uk-UA/zotero/preferences.ftl b/chrome/locale/uk-UA/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/uk-UA/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/vi-VN/zotero/preferences.ftl b/chrome/locale/vi-VN/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/vi-VN/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/zh-CN/zotero/preferences.ftl b/chrome/locale/zh-CN/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/zh-CN/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings diff --git a/chrome/locale/zh-TW/zotero/preferences.ftl b/chrome/locale/zh-TW/zotero/preferences.ftl new file mode 100644 index 0000000000..eedef649f0 --- /dev/null +++ b/chrome/locale/zh-TW/zotero/preferences.ftl @@ -0,0 +1,2 @@ +preferences-window = + .title = { -app-name } Settings