diff --git a/conf.py b/conf.py index 34f1758..903dc59 100644 --- a/conf.py +++ b/conf.py @@ -167,7 +167,7 @@ DIRS = { 'description': 'description', 'images': 'images', 'registration': 'registration', - 'files': 'files', + 'files': 'extension', 'office': 'Office', 'locales': PATH_LOCALES, 'pythonpath': True, diff --git a/easymacro.py b/easymacro.py index bd060d4..7e8fb94 100644 --- a/easymacro.py +++ b/easymacro.py @@ -6644,7 +6644,7 @@ class ClipBoard(object): def __init__(self, text): df = DataFlavor() df.MimeType = ClipBoard.CLIPBOARD_FORMAT_TEXT - df.HumanPresentableName = "encoded text utf-16" + df.HumanPresentableName = 'encoded text utf-16' self.flavors = (df,) self._data = text @@ -6654,7 +6654,6 @@ class ClipBoard(object): def getTransferDataFlavors(self): return self.flavors - @classmethod def set(cls, value): ts = cls.TextTransferable(value) diff --git a/files/ZAZPass_v0.1.0.oxt b/extension/ZAZPass_v0.1.0.oxt similarity index 70% rename from files/ZAZPass_v0.1.0.oxt rename to extension/ZAZPass_v0.1.0.oxt index 120611b..be4b285 100644 Binary files a/files/ZAZPass_v0.1.0.oxt and b/extension/ZAZPass_v0.1.0.oxt differ diff --git a/source/locales/base.pot b/source/locales/base.pot index c843218..d411ab3 100644 --- a/source/locales/base.pot +++ b/source/locales/base.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2021-10-07 14:37-0500\n" +"POT-Creation-Date: 2021-10-08 10:00-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,19 +15,39 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: source/pythonpath/zpass.py:210 +#: source/pythonpath/zpass.py:105 +msgid "Week" +msgstr "" + +#: source/pythonpath/zpass.py:107 +msgid "Medium" +msgstr "" + +#: source/pythonpath/zpass.py:109 +msgid "Excellent" +msgstr "" + +#: source/pythonpath/zpass.py:224 msgid "Generate Password" msgstr "" -#: source/pythonpath/zpass.py:251 +#: source/pythonpath/zpass.py:265 msgid "Length: " msgstr "" -#: source/pythonpath/zpass.py:313 +#: source/pythonpath/zpass.py:327 +msgid "Password Quality:" +msgstr "" + +#: source/pythonpath/zpass.py:339 +msgid "Poor" +msgstr "" + +#: source/pythonpath/zpass.py:351 msgid "~Insert" msgstr "" -#: source/pythonpath/zpass.py:324 +#: source/pythonpath/zpass.py:362 msgid "~Close" msgstr "" diff --git a/source/locales/en/LC_MESSAGES/base.mo b/source/locales/en/LC_MESSAGES/base.mo index 871e221..6c06b12 100644 Binary files a/source/locales/en/LC_MESSAGES/base.mo and b/source/locales/en/LC_MESSAGES/base.mo differ diff --git a/source/locales/en/LC_MESSAGES/base.po b/source/locales/en/LC_MESSAGES/base.po index 9787530..71424ff 100644 --- a/source/locales/en/LC_MESSAGES/base.po +++ b/source/locales/en/LC_MESSAGES/base.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2021-10-07 14:37-0500\n" -"PO-Revision-Date: 2021-10-07 14:38-0500\n" +"POT-Creation-Date: 2021-10-08 10:00-0500\n" +"PO-Revision-Date: 2021-10-08 10:03-0500\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,18 +17,38 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Language: en_US\n" -#: source/pythonpath/zpass.py:210 +#: source/pythonpath/zpass.py:105 +msgid "Week" +msgstr "" + +#: source/pythonpath/zpass.py:107 +msgid "Medium" +msgstr "" + +#: source/pythonpath/zpass.py:109 +msgid "Excellent" +msgstr "" + +#: source/pythonpath/zpass.py:224 msgid "Generate Password" msgstr "" -#: source/pythonpath/zpass.py:251 +#: source/pythonpath/zpass.py:265 msgid "Length: " -msgstr "Length: " +msgstr "" -#: source/pythonpath/zpass.py:313 +#: source/pythonpath/zpass.py:327 +msgid "Password Quality:" +msgstr "" + +#: source/pythonpath/zpass.py:339 +msgid "Poor" +msgstr "" + +#: source/pythonpath/zpass.py:351 msgid "~Insert" -msgstr "~Insert" +msgstr "" -#: source/pythonpath/zpass.py:324 +#: source/pythonpath/zpass.py:362 msgid "~Close" -msgstr "~Close" +msgstr "" diff --git a/source/locales/es/LC_MESSAGES/base.mo b/source/locales/es/LC_MESSAGES/base.mo index aa18a25..fb7335f 100644 Binary files a/source/locales/es/LC_MESSAGES/base.mo and b/source/locales/es/LC_MESSAGES/base.mo differ diff --git a/source/locales/es/LC_MESSAGES/base.po b/source/locales/es/LC_MESSAGES/base.po index 391db05..cb7098a 100644 --- a/source/locales/es/LC_MESSAGES/base.po +++ b/source/locales/es/LC_MESSAGES/base.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2021-10-07 14:37-0500\n" -"PO-Revision-Date: 2021-10-07 14:40-0500\n" +"POT-Creation-Date: 2021-10-08 10:00-0500\n" +"PO-Revision-Date: 2021-10-08 10:02-0500\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,18 +17,38 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Language: es_MX\n" -#: source/pythonpath/zpass.py:210 +#: source/pythonpath/zpass.py:105 +msgid "Week" +msgstr "Débil" + +#: source/pythonpath/zpass.py:107 +msgid "Medium" +msgstr "Aceptable" + +#: source/pythonpath/zpass.py:109 +msgid "Excellent" +msgstr "Excelente" + +#: source/pythonpath/zpass.py:224 msgid "Generate Password" -msgstr "Generar Contraseñas" +msgstr "Generar Contraseña" -#: source/pythonpath/zpass.py:251 +#: source/pythonpath/zpass.py:265 msgid "Length: " -msgstr "Largo: " +msgstr "Longitud: " -#: source/pythonpath/zpass.py:313 +#: source/pythonpath/zpass.py:327 +msgid "Password Quality:" +msgstr "Calidad de la contraseña:" + +#: source/pythonpath/zpass.py:339 +msgid "Poor" +msgstr "Pobre" + +#: source/pythonpath/zpass.py:351 msgid "~Insert" msgstr "~Insertar" -#: source/pythonpath/zpass.py:324 +#: source/pythonpath/zpass.py:362 msgid "~Close" msgstr "~Cerrar" diff --git a/source/pythonpath/easymacro.py b/source/pythonpath/easymacro.py index bd060d4..7e8fb94 100644 --- a/source/pythonpath/easymacro.py +++ b/source/pythonpath/easymacro.py @@ -6644,7 +6644,7 @@ class ClipBoard(object): def __init__(self, text): df = DataFlavor() df.MimeType = ClipBoard.CLIPBOARD_FORMAT_TEXT - df.HumanPresentableName = "encoded text utf-16" + df.HumanPresentableName = 'encoded text utf-16' self.flavors = (df,) self._data = text @@ -6654,7 +6654,6 @@ class ClipBoard(object): def getTransferDataFlavors(self): return self.flavors - @classmethod def set(cls, value): ts = cls.TextTransferable(value)