diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..464d7db --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,4 @@ +v 0.1.0 [07-oct-2021] + - Initial version + - Generate password + - Add spanish diff --git a/files/ZAZPass_v0.1.0.oxt b/files/ZAZPass_v0.1.0.oxt index 6d886c4..615ce34 100644 Binary files a/files/ZAZPass_v0.1.0.oxt and b/files/ZAZPass_v0.1.0.oxt differ diff --git a/source/locales/base.pot b/source/locales/base.pot new file mode 100644 index 0000000..c843218 --- /dev/null +++ b/source/locales/base.pot @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-10-07 14:37-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + + +#: source/pythonpath/zpass.py:210 +msgid "Generate Password" +msgstr "" + +#: source/pythonpath/zpass.py:251 +msgid "Length: " +msgstr "" + +#: source/pythonpath/zpass.py:313 +msgid "~Insert" +msgstr "" + +#: source/pythonpath/zpass.py:324 +msgid "~Close" +msgstr "" + diff --git a/source/locales/en/LC_MESSAGES/base.mo b/source/locales/en/LC_MESSAGES/base.mo new file mode 100644 index 0000000..871e221 Binary files /dev/null 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 new file mode 100644 index 0000000..9787530 --- /dev/null +++ b/source/locales/en/LC_MESSAGES/base.po @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +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" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"X-Generator: Poedit 3.0\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: en_US\n" + +#: source/pythonpath/zpass.py:210 +msgid "Generate Password" +msgstr "" + +#: source/pythonpath/zpass.py:251 +msgid "Length: " +msgstr "Length: " + +#: source/pythonpath/zpass.py:313 +msgid "~Insert" +msgstr "~Insert" + +#: source/pythonpath/zpass.py:324 +msgid "~Close" +msgstr "~Close" diff --git a/source/locales/es/LC_MESSAGES/base.mo b/source/locales/es/LC_MESSAGES/base.mo new file mode 100644 index 0000000..aa18a25 Binary files /dev/null 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 new file mode 100644 index 0000000..391db05 --- /dev/null +++ b/source/locales/es/LC_MESSAGES/base.po @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +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" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"X-Generator: Poedit 3.0\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_MX\n" + +#: source/pythonpath/zpass.py:210 +msgid "Generate Password" +msgstr "Generar Contraseñas" + +#: source/pythonpath/zpass.py:251 +msgid "Length: " +msgstr "Largo: " + +#: source/pythonpath/zpass.py:313 +msgid "~Insert" +msgstr "~Insertar" + +#: source/pythonpath/zpass.py:324 +msgid "~Close" +msgstr "~Cerrar"