123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- msgid ""
- msgstr ""
- "Project-Id-Version: Mezzanine\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-10-05 07:20-0430\n"
- "PO-Revision-Date: 2013-03-30 11:59+0000\n"
- "Last-Translator: Sebastián Ramírez Magrí <sebasmagri@gmail.com>\n"
- "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/"
- "mezzanine/language/id_ID/)\n"
- "Language: id_ID\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #: admin.py:27
- msgid "This field is required if status is set to published."
- msgstr ""
- #: admin.py:47
- msgid "Meta data"
- msgstr ""
- #: defaults.py:21
- msgid "Controls the ordering and grouping of the admin menu."
- msgstr ""
- #: defaults.py:24 models.py:275
- msgid "Content"
- msgstr ""
- #: defaults.py:25
- msgid "Media Library"
- msgstr ""
- #: defaults.py:26 templates/admin/login.html:43
- msgid "Site"
- msgstr ""
- #: defaults.py:27
- msgid "Users"
- msgstr ""
- #: defaults.py:33
- msgid "Unregister these models from the admin."
- msgstr ""
- #: defaults.py:40
- msgid "Size of thumbnail previews for image fields in the admin interface."
- msgstr ""
- #: defaults.py:48
- msgid "Akismet API Key"
- msgstr ""
- #: defaults.py:49
- msgid ""
- "Key for http://akismet.com spam filtering service. Used for filtering "
- "comments and forms."
- msgstr ""
- #: defaults.py:57
- msgid "bit.ly access token"
- msgstr ""
- #: defaults.py:58
- msgid "Access token for http://bit.ly URL shortening service."
- msgstr ""
- #: defaults.py:65
- msgid ""
- "Mezzanine's caching uses a technique know as mint caching. This is where the "
- "requested expiry for a cache entry is stored with the cache entry in cache, "
- "and the real expiry used has the ``CACHE_SET_DELAY`` added to it. Then on a "
- "cache get, the store expiry is checked, and if it has past, the cache entry "
- "is set again, and no entry is returned. This tries to ensure that cache "
- "misses never occur, and if many clients were to get a cache miss at once, "
- "only one would actually need to re-generated the cache entry."
- msgstr ""
- #: defaults.py:93
- msgid ""
- "A three item sequence, each containing a sequence of template tags used to "
- "render the admin dashboard."
- msgstr ""
- #: defaults.py:101
- msgid "Device specific template sub-directory to use as the default device."
- msgstr ""
- #: defaults.py:109
- msgid ""
- "Mapping of device specific template sub-directory names to the sequence of "
- "strings that may be found in their user agents."
- msgstr ""
- #: defaults.py:131
- msgid "If ``True``, website forms will use HTML5 features."
- msgstr ""
- #: defaults.py:138
- msgid ""
- "A sequence of fields that will be injected into Mezzanine's (or any "
- "library's) models. Each item in the sequence is a four item sequence. The "
- "first two items are the dotted path to the model and its field name to be "
- "added, and the dotted path to the field class to use for the field. The "
- "third and fourth items are a sequence of positional args and a dictionary of "
- "keyword args, to use when creating the field instance. When specifying the "
- "field class, the path ``django.models.db.`` can be omitted for regular "
- "Django model fields."
- msgstr ""
- #: defaults.py:153
- msgid "Google Analytics ID"
- msgstr ""
- #: defaults.py:155
- msgid "Google Analytics ID (http://www.google.com/analytics/)"
- msgstr ""
- #: defaults.py:161
- msgid ""
- "A sequence mapping host names to themes, allowing different templates to be "
- "served per HTTP hosts Each item in the sequence is a two item sequence, "
- "containing a host such as ``othersite.example.com``, and the name of an "
- "importable Python package for the theme. If the host is matched for a "
- "request, the templates directory inside the theme package will be first "
- "searched when loading templates."
- msgstr ""
- #: defaults.py:175
- msgid "Name of the jQuery file."
- msgstr ""
- #: defaults.py:176
- msgid "Name of the jQuery file found in mezzanine/core/static/mezzanine/js/"
- msgstr ""
- #: defaults.py:184
- msgid "Name of the jQuery UI file."
- msgstr ""
- #: defaults.py:185
- msgid "Name of the jQuery UI file found in mezzanine/core/static/mezzanine/js/"
- msgstr ""
- #: defaults.py:193
- msgid "Max paging links"
- msgstr ""
- #: defaults.py:194
- msgid "Max number of paging links to display when paginating."
- msgstr ""
- #: defaults.py:201
- msgid "Media library per site"
- msgstr ""
- #: defaults.py:202
- msgid ""
- "If ``True``, each site will use its own directory within the filebrowser "
- "media library."
- msgstr ""
- #: defaults.py:210
- msgid ""
- "Models that subclass ``Ownable`` and use the ``OwnableAdmin`` have their "
- "admin change-list records filtered down to records owned by the current "
- "user. This setting contains a sequence of models in the format ``app_label."
- "object_name``, that when subclassing ``Ownable``, will still show all "
- "records in the admin change-list interface, regardless of the current user."
- msgstr ""
- #: defaults.py:222
- msgid ""
- "Dotted package path and class name of the widget to use for the "
- "``RichTextField``."
- msgstr ""
- #: defaults.py:230
- msgid ""
- "List of HTML tags that won't be stripped from ``RichTextField`` instances."
- msgstr ""
- #: defaults.py:246
- msgid ""
- "List of HTML attributes that won't be stripped from ``RichTextField`` "
- "instances."
- msgstr ""
- #: defaults.py:264
- msgid ""
- "List of inline CSS styles that won't be stripped from ``RichTextField`` "
- "instances."
- msgstr ""
- #: defaults.py:272
- msgid ""
- "Dotted path to the function to call on a ``RichTextField`` value before it "
- "is rendered to the template."
- msgstr ""
- #: defaults.py:282
- msgid "High"
- msgstr ""
- #: defaults.py:283
- msgid "Low (allows video, iframe, Flash, etc)"
- msgstr ""
- #: defaults.py:284
- msgid "No filtering"
- msgstr ""
- #: defaults.py:289
- msgid "Rich Text filter level"
- msgstr ""
- #: defaults.py:290
- msgid ""
- "*Do not change this setting unless you know what you're doing.*\n"
- "\n"
- "When content is saved in a Rich Text (WYSIWYG) field, unsafe HTML tags and "
- "attributes are stripped from the content to protect against staff members "
- "intentionally adding code that could be used to cause problems, such as "
- "changing their account to a super-user with full access to the system.\n"
- "\n"
- "This setting allows you to change the level of filtering that occurs. "
- "Setting it to low will allow certain extra tags to be permitted, such as "
- "those required for embedding video. While these tags are not the main "
- "candidates for users adding malicious code, they are still considered "
- "dangerous and could potentially be mis-used by a particularly technical "
- "user, and so are filtered out when the filtering level is set to high.\n"
- "\n"
- "Setting the filtering level to no filtering, will disable all filtering, and "
- "allow any code to be entered by staff members, including script tags."
- msgstr ""
- #: defaults.py:313
- msgid ""
- "Sequence of models that will be provided by default as choices in the search "
- "form. Each model should be in the format ``app_label.model_name``. Only "
- "models that subclass ``mezzanine.core.models.Displayable`` should be used."
- msgstr ""
- #: defaults.py:323
- msgid "Search results per page"
- msgstr ""
- #: defaults.py:324
- msgid "Number of results shown in the search results page."
- msgstr ""
- #: defaults.py:331
- msgid ""
- "A URL prefix for mounting all of Mezzanine's urlpatterns under. When using "
- "this, you'll also need to manually apply it to your project's root ``urls."
- "py`` module. The root ``urls.py`` module provided by Mezzanine's ``mezzanine-"
- "project`` command contains an example of this towards its end."
- msgstr ""
- #: defaults.py:342
- msgid "Site Title"
- msgstr ""
- #: defaults.py:343
- msgid ""
- "Title that will display at the top of the site, and be appended to the "
- "content of the HTML title tags on every page."
- msgstr ""
- #: defaults.py:351
- msgid "Tagline"
- msgstr ""
- #: defaults.py:352
- msgid "A tag line that will appear at the top of all pages."
- msgstr ""
- #: defaults.py:354
- msgid "An open source content management platform."
- msgstr ""
- #: defaults.py:359
- msgid ""
- "Dotted Python path to the callable for converting strings into URL slugs. "
- "Defaults to ``mezzanine.utils.urls.slugify_unicode`` which allows for non-"
- "ascii URLS. Change to ``django.template.defaultfilters.slugify`` to use "
- "Django's slugify function, or something of your own if required."
- msgstr ""
- #: defaults.py:370
- msgid ""
- "Sequence of dotted Python paths to callable functions used for checking "
- "posted content (such as forms or comments) is spam. Each function should "
- "accept three arguments: the request object, the form object, and the URL "
- "that was posted from. Defaults to ``mezzanine.utils.views.is_spam_akismet`` "
- "which will use the http://akismet.com spam filtering service when the "
- "``AKISMET_API_KEY`` setting is configured."
- msgstr ""
- #: defaults.py:383
- msgid "Enable SSL"
- msgstr ""
- #: defaults.py:384
- msgid ""
- "If ``True``, users will be automatically redirected to HTTPS for the URLs "
- "specified by the ``SSL_FORCE_URL_PREFIXES`` setting."
- msgstr ""
- #: defaults.py:393
- msgid "Force Host"
- msgstr ""
- #: defaults.py:394
- msgid ""
- "Host name that the site should always be accessed via that matches the SSL "
- "certificate."
- msgstr ""
- #: defaults.py:412
- msgid ""
- "If ``True``, only URLs specified by the ``SSL_FORCE_URL_PREFIXES`` setting "
- "will be accessible over SSL, and all other URLs will be redirected back to "
- "HTTP if accessed over HTTPS."
- msgstr ""
- #: defaults.py:422
- msgid "List of words which will be stripped from search queries."
- msgstr ""
- #: defaults.py:479
- msgid "Tag Cloud Sizes"
- msgstr ""
- #: defaults.py:480
- msgid "Number of different sizes for tags when shown as a cloud."
- msgstr ""
- #: defaults.py:487
- msgid "Sequence of setting names available within templates."
- msgstr ""
- #: defaults.py:502
- msgid ""
- "Directory name to store thumbnails in, that will be created relative to the "
- "original image's directory."
- msgstr ""
- #: defaults.py:510
- msgid ""
- "URL for the JavaScript file (relative to ``STATIC_URL``) that handles "
- "configuring TinyMCE when the default ``RICHTEXT_WIDGET_CLASS`` is used."
- msgstr ""
- #: defaults.py:519
- msgid ""
- "Dict mapping file field names in the format ``app_label.model_name."
- "field_name`` to the Python dotted path to function names that will be used "
- "for the file field's ``upload_to`` argument."
- msgstr ""
- #: defaults.py:535
- msgid ""
- "If ``True``, the south application will be automatically added to the "
- "``INSTALLED_APPS`` setting."
- msgstr ""
- #: fields.py:37
- #, python-format
- msgid "Could not import the value of settings.RICHTEXT_WIDGET_CLASS: %s"
- msgstr ""
- #: forms.py:84 models.py:317
- msgid "Order"
- msgstr ""
- #: models.py:56 models.py:110
- msgid "Title"
- msgstr ""
- #: models.py:57
- msgid "URL"
- msgstr ""
- #: models.py:58
- msgid "Leave blank to have the URL auto-generated from the title."
- msgstr ""
- #: models.py:100
- msgid "View on site"
- msgstr ""
- #: models.py:112
- msgid ""
- "Optional title to be used in the HTML title tag. If left blank, the main "
- "title field will be used."
- msgstr ""
- #: models.py:114
- msgid "Description"
- msgstr ""
- #: models.py:115
- msgid "Generate description"
- msgstr ""
- #: models.py:116
- msgid ""
- "If checked, the description will be automatically generated from content. "
- "Uncheck if you want to manually set a custom description."
- msgstr ""
- #: models.py:119
- msgid "Keywords"
- msgstr ""
- #: models.py:176
- msgid "Draft"
- msgstr ""
- #: models.py:177
- msgid "Published"
- msgstr ""
- #: models.py:188
- msgid "Status"
- msgstr ""
- #: models.py:190
- msgid "With Draft chosen, will only be shown for admin users on the site."
- msgstr ""
- #: models.py:192 models.py:225
- msgid "Published from"
- msgstr ""
- #: models.py:193
- msgid "With Published chosen, won't be shown until this time"
- msgstr ""
- #: models.py:195
- msgid "Expires on"
- msgstr ""
- #: models.py:196
- msgid "With Published chosen, won't be shown after this time"
- msgstr ""
- #: models.py:199
- msgid "Show in sitemap"
- msgstr ""
- #: models.py:402 models.py:422
- msgid "Author"
- msgstr ""
- #: models.py:425
- msgid "Sites"
- msgstr ""
- #: models.py:428
- msgid "Site permission"
- msgstr ""
- #: models.py:429
- msgid "Site permissions"
- msgstr ""
- #: views.py:87
- msgid "Permission denied"
- msgstr ""
- #: views.py:115 templates/includes/search_form.html:11
- msgid "Everything"
- msgstr ""
- #: templates/base.html:121
- msgid "Powered by"
- msgstr ""
- #: templates/base.html:124
- msgid "and"
- msgstr ""
- #: templates/base.html:127
- msgid "Theme by"
- msgstr ""
- #: templates/base.html:130
- msgid "View Mobile Site"
- msgstr ""
- #: templates/index.html:4 templates/index.html.py:5 templates/index.html:8
- #: templates/search_results.html:10 templates/admin/index.html:15
- msgid "Home"
- msgstr ""
- #: templates/index.html:12
- msgid ""
- "\n"
- "<h2>Congratulations!</h2>\n"
- "<p>\n"
- " Welcome to your new Mezzanine powered website.\n"
- " Here are some quick links to get you started:\n"
- "</p>\n"
- "<ul>\n"
- " <li><a href=\"/admin/\">Log in to the admin interface</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/content-architecture.html"
- "\">Creating custom page types</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/frequently-asked-questions."
- "html#templates\">Modifying HTML templates</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/frequently-asked-questions."
- "html#why-isn-t-the-homepage-a-page-object-i-can-edit-via-the-admin"
- "\">Changing this homepage</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/frequently-asked-questions."
- "html\">Other frequently asked questions</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/configuration.html#default-"
- "settings\">Full list of settings</a></li>\n"
- " <li><a href=\"http://mezzanine.jupo.org/docs/deployment.html\">Deploying "
- "to a production server</a></li>\n"
- "</ul>\n"
- msgstr ""
- #: templates/search_results.html:5 templates/search_results.html.py:6
- #: templates/search_results.html:13
- msgid "Search Results"
- msgstr ""
- #: templates/search_results.html:20
- #, python-format
- msgid ""
- "\n"
- "No results were found in %(search_type)s matching your query: %(query)s\n"
- msgstr ""
- #: templates/search_results.html:24
- #, python-format
- msgid ""
- "\n"
- "Showing %(start)s to %(end)s of %(total)s results in %(search_type)s "
- "matching your query: %(query)s\n"
- msgstr ""
- #: templates/search_results.html:35
- msgid "read more"
- msgstr ""
- #: templates/admin/base_site.html:34
- msgid "View site"
- msgstr ""
- #: templates/admin/index.html:17 templates/admin/includes/dropdown_menu.html:4
- msgid "Dashboard"
- msgstr ""
- #: templates/admin/login.html:21
- msgid "You don't have permission to access the admin for this site."
- msgstr ""
- #: templates/admin/login.html:28
- msgid "Username or email:"
- msgstr ""
- #: templates/admin/login.html:32
- msgid "Password:"
- msgstr ""
- #: templates/admin/login.html:37
- msgid "Interface:"
- msgstr ""
- #: templates/admin/login.html:40 templates/includes/editable_toolbar.html:7
- #: templates/includes/editable_toolbar.html:9
- msgid "Admin"
- msgstr ""
- #: templates/admin/login.html:47
- msgid "Log in"
- msgstr ""
- #: templates/admin/login.html:50
- msgid "Forgot password?"
- msgstr ""
- #: templates/admin/includes/app_list.html:20
- msgid "Add"
- msgstr ""
- #: templates/admin/includes/app_list.html:27
- msgid "Change"
- msgstr ""
- #: templates/admin/includes/dynamic_inline_stacked.html:6
- #: templates/admin/includes/dynamic_inline_tabular.html:6
- msgid "Add another"
- msgstr ""
- #: templates/admin/includes/recent_actions.html:4
- msgid "Recent Actions"
- msgstr ""
- #: templates/admin/includes/recent_actions.html:5
- msgid "My Actions"
- msgstr ""
- #: templates/admin/includes/recent_actions.html:9
- msgid "None available"
- msgstr ""
- #: templates/errors/404.html:6
- msgid "Page not found"
- msgstr ""
- #: templates/errors/404.html:10
- msgid "The page you requested does not exist."
- msgstr ""
- #: templates/errors/500.html:6
- msgid "Error"
- msgstr ""
- #: templates/errors/500.html:10
- msgid "Sorry, an error occurred."
- msgstr ""
- #: templates/includes/editable_form.html:16
- msgid "Save"
- msgstr ""
- #: templates/includes/editable_form.html:17
- msgid "Cancel"
- msgstr ""
- #: templates/includes/editable_form.html:25
- msgid "Edit"
- msgstr ""
- #: templates/includes/editable_toolbar.html:11
- msgid "Log out"
- msgstr ""
- #: templates/includes/pagination.html:8
- msgid "Page"
- msgstr ""
- #: templates/includes/pagination.html:8
- msgid "of"
- msgstr ""
- #: templates/includes/search_form.html:4
- msgid "Search"
- msgstr ""
- #: templates/includes/search_form.html:22
- msgid "Go"
- msgstr ""
|