Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions g3w-admin/base/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
('se', 'Swedish'), # FIXME: correct language code should be "sv"
('ro', 'Romanian'),
('de', 'Deutsch'),
('pl', 'Polish')
)

MODELTRANSLATION_DEFAULT_LANGUAGE = 'it'
Expand Down
81 changes: 81 additions & 0 deletions g3w-admin/caching/locale/pl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-07 16:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"

#: forms.py:11
msgid "Active"
msgstr ""

#: forms.py:14
msgid "Save as base layer"
msgstr ""

#: forms.py:15
msgid "Base layer title"
msgstr ""

#: forms.py:16
msgid "Base layer description"
msgstr ""

#: forms.py:17
msgid "Base layer attribution"
msgstr ""

#: forms.py:27
msgid "Check on uncheck to activate/deactivate caching layer capabilities:"
msgstr ""

#: forms.py:40
msgid "Reset cache"
msgstr ""

#: forms.py:40
msgid "Reset cache for project"
msgstr ""

#: forms.py:52
msgid "Base layer data"
msgstr ""

#: forms.py:74
msgid "This field is required"
msgstr ""

#: templates/caching/caching_layer_active_form.html:7
msgid "Alert"
msgstr ""

#: templates/caching/caching_layer_active_form.html:8
msgid "Some errors on form. Check it and send again."
msgstr ""

#: templates/caching/layer_action.html:7
msgid "Caching layer"
msgstr ""

#: templates/caching/layer_action.html:9
msgid "Activation layer caching"
msgstr ""

#: views.py:201
msgid "Cache erased!"
msgstr ""
33 changes: 33 additions & 0 deletions g3w-admin/client/locale/pl/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-08 06:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"

#: client/static/client/js/app.min.js:1
msgid "layer_selection_filter.tools.savefilter"
msgstr ""

#: client/static/client/js/vendor.min.js:13
msgid "'"
msgstr ""

#: client/static/client/js/vendor.min.js:27740
msgid "utf-8"
msgstr ""
Loading