diff options
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/locale/django.pot | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/ishtar_common/locale/django.pot b/ishtar_common/locale/django.pot index fe237992b..7356bfd36 100644 --- a/ishtar_common/locale/django.pot +++ b/ishtar_common/locale/django.pot @@ -703,10 +703,15 @@ msgid "Json data - Menus" msgstr "" #: models.py:934 +#| msgid "" +#| "Value of the key in the JSON schema. For hierarchical key use \"__\" to " +#| "explain it. For instance the key 'my_subkey' with data such as {'my_key': " +#| "{'my_subkey': 'value'}} will be reached with my_key__my_subkey." msgid "" "Value of the key in the JSON schema. For hierarchical key use \"__\" to " -"explain it. For instance the key 'my_subkey' with data such as {'my_key': " -"{'my_subkey': 'value'}} will be reached with my_key__my_subkey." +"explain it. For instance for the key 'my_subkey' with data such as " +"{'my_key': {'my_subkey': 'value'}}, its value will be reached with " +"my_key__my_subkey." msgstr "" #: models.py:938 @@ -722,7 +727,8 @@ msgid "Json data - Fields" msgstr "" #: models.py:955 -msgid "Content type of the field and of the menu do not match" +#| msgid "Content type of the field and of the menu do not match" +msgid "Content types of the field and of the menu do not match" msgstr "" #: models.py:1015 @@ -1175,8 +1181,6 @@ msgid "Year of creation" msgstr "" #: models.py:2734 -#| msgid "" -#| "Filling this field is relevant to distinguish old towns to new towns." msgid "Filling this field is relevant to distinguish old towns from new towns." msgstr "" @@ -1426,7 +1430,8 @@ msgid "False" msgstr "" #: models_imports.py:505 -msgid "All user can user it" +#| msgid "All user can user it" +msgid "All user can use it" msgstr "" #: models_imports.py:507 @@ -2374,7 +2379,6 @@ msgid "Adminact: operator of archaeological operations" msgstr "" #: templates/ishtar/wizard/wizard_person.html:20 -#| msgid "Number" msgctxt "phone number" msgid "Number" msgstr "" @@ -2810,14 +2814,20 @@ msgid "Load another random image?" msgstr "" #: views.py:99 +#| msgid "" +#| "PROJECT_SLUG is set to \"default\" change it in your local_settings (or " +#| "ask your admin to do it)." msgid "" -"PROJECT_SLUG is set to \"default\" change it in your local_settings (or ask " +"PROJECT_SLUG is set to \"default\". Change it in your local_settings (or ask " "your admin to do it)." msgstr "" #: views.py:104 +#| msgid "" +#| "The slug of your current profile is set to \"default\" change it on the " +#| "administration page (or ask your admin to do it)." msgid "" -"The slug of your current profile is set to \"default\" change it on the " +"The slug of your current profile is set to \"default\". Change it on the " "administration page (or ask your admin to do it)." msgstr "" |