# djangocms-attributes-field
# Copyright (C) 2016
# This file is distributed under the same license as the
# djangocms-attributes-field package.
# DIVIO <info@divio.com>, 2016.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-22 09:42+0100\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"

#: djangocms_attributes_field/fields.py:64
#, python-format
msgid "'%s' is not a valid JSON string."
msgstr "'%s' is not a valid JSON string."

#: djangocms_attributes_field/fields.py:157
#, python-brace-format
msgid "\"{key}\" is excluded by configuration and cannot be used as a key."
msgstr "\"{key}\" is excluded by configuration and cannot be used as a key."

#: djangocms_attributes_field/fields.py:166
#, python-brace-format
msgid ""
"\"{key}\" is not a valid key. Keys must start with at least one letter and "
"consist only of the letters, numbers, underscores or hyphens."
msgstr ""
"\"{key}\" is not a valid key. Keys must start with at least one letter and "
"consist only of the letters, numbers, underscores or hyphens."

#: djangocms_attributes_field/fields.py:181
#, python-brace-format
msgid ""
"The value for the key \"{key}\" is invalid. Please enter a value that can be"
" represented in JSON."
msgstr ""
"The value for the key \"{key}\" is invalid. Please enter a value that can be"
" represented in JSON."

#: djangocms_attributes_field/fields.py:201
msgid "\"{field_name}\" is not a field of {obj|r}"
msgstr "\"{field_name}\" is not a field of {obj|r}"

#: djangocms_attributes_field/fields.py:209
#, python-brace-format
msgid "\"{field_name}\" is not an AttributesField"
msgstr "\"{field_name}\" is not an AttributesField"

#: djangocms_attributes_field/widgets.py:54
msgid "Remove"
msgstr "Remove"

#: djangocms_attributes_field/widgets.py:90
msgid "Add"
msgstr "Add"

#: djangocms_attributes_field/widgets.py:91
msgid "Add another key/value pair"
msgstr "Add another key/value pair"
